@charset "UTF-8";
/***
 Template Name: WeHire
 Description: Job Board Finder HTML template
 Version: 4.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
@import url(https://fonts.bunny.net/css?family=plus-jakarta-sans:400,500,600,700,800);
/*import vendors*/
/*! 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.
 */
/* line 11, app/assets/stylesheets/vendors/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, app/assets/stylesheets/vendors/normalize.css */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, app/assets/stylesheets/vendors/normalize.css */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, app/assets/stylesheets/vendors/normalize.css */
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.
 */
/* line 53, app/assets/stylesheets/vendors/normalize.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, app/assets/stylesheets/vendors/normalize.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, app/assets/stylesheets/vendors/normalize.css */
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.
 */
/* line 85, app/assets/stylesheets/vendors/normalize.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, app/assets/stylesheets/vendors/normalize.css */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, app/assets/stylesheets/vendors/normalize.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, app/assets/stylesheets/vendors/normalize.css */
small {
  font-size: 80%;
}

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

/* line 133, app/assets/stylesheets/vendors/normalize.css */
sub {
  bottom: -0.25em;
}

/* line 137, app/assets/stylesheets/vendors/normalize.css */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, app/assets/stylesheets/vendors/normalize.css */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, app/assets/stylesheets/vendors/normalize.css */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, app/assets/stylesheets/vendors/normalize.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, app/assets/stylesheets/vendors/normalize.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, app/assets/stylesheets/vendors/normalize.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, app/assets/stylesheets/vendors/normalize.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, app/assets/stylesheets/vendors/normalize.css */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, app/assets/stylesheets/vendors/normalize.css */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, app/assets/stylesheets/vendors/normalize.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, app/assets/stylesheets/vendors/normalize.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, app/assets/stylesheets/vendors/normalize.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, app/assets/stylesheets/vendors/normalize.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, app/assets/stylesheets/vendors/normalize.css */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, app/assets/stylesheets/vendors/normalize.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, app/assets/stylesheets/vendors/normalize.css */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, app/assets/stylesheets/vendors/normalize.css */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, app/assets/stylesheets/vendors/normalize.css */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, app/assets/stylesheets/vendors/normalize.css */
[hidden] {
  display: none;
}

/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
*, ::after, ::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
hr:not([size]) {
  height: 1px;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .h1, h1 {
    font-size: 2.5rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .h2, h2 {
    font-size: 2rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .h3, h3 {
    font-size: 1.75rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .h4, h4 {
    font-size: 1.5rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h5, h5 {
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h6, h6 {
  font-size: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
abbr[data-bs-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
ol, ul {
  padding-left: 2rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
dt {
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
b, strong {
  font-weight: bolder;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.small, small {
  font-size: .875em;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mark, mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
sub, sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
sub {
  bottom: -.25em;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
sup {
  top: -.5em;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
a {
  color: #0d6efd;
  text-decoration: underline;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
a:hover {
  color: #0a58ca;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
a > code {
  color: inherit;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
figure {
  margin: 0 0 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
img, svg {
  vertical-align: middle;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
label {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
button {
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
button, select {
  text-transform: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
[role=button] {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
select {
  word-wrap: normal;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
textarea {
  resize: vertical;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  legend {
    font-size: 1.5rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
legend + * {
  clear: left;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
::file-selector-button {
  font: inherit;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
output {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
iframe {
  border: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
progress {
  vertical-align: baseline;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
[hidden] {
  display: none !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-inline-item {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.blockquote-footer::before {
  content: "— ";
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.figure {
  display: inline-block;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.figure-caption {
  font-size: .875em;
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col {
  flex: 1 0 0%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.offset-3 {
  margin-left: 25%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.offset-6 {
  margin-left: 50%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.offset-9 {
  margin-left: 75%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.offset-11 {
  margin-left: 91.6666666667%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-0, .gx-0 {
  --bs-gutter-x:0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-0, .gy-0 {
  --bs-gutter-y:0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-1, .gx-1 {
  --bs-gutter-x:0.25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-1, .gy-1 {
  --bs-gutter-y:0.25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-2, .gx-2 {
  --bs-gutter-x:0.5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-2, .gy-2 {
  --bs-gutter-y:0.5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-3, .gx-3 {
  --bs-gutter-x:1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-3, .gy-3 {
  --bs-gutter-y:1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-4, .gx-4 {
  --bs-gutter-x:1.5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-4, .gy-4 {
  --bs-gutter-y:1.5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-5, .gx-5 {
  --bs-gutter-x:3rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.g-5, .gy-5 {
  --bs-gutter-y:3rem;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table {
  --bs-table-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table > tbody {
  vertical-align: inherit;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table > thead {
  vertical-align: bottom;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.caption-top {
  caption-side: top;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-primary {
  --bs-table-bg:#cfe2ff;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bacbe6;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-secondary {
  --bs-table-bg:#e2e3e5;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #cbccce;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-success {
  --bs-table-bg:#d1e7dd;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bcd0c7;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-info {
  --bs-table-bg:#cff4fc;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #badce3;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-warning {
  --bs-table-bg:#fff3cd;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #e6dbb9;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-danger {
  --bs-table-bg:#f8d7da;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfc2c4;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-light {
  --bs-table-bg:#f8f9fa;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfe0e1;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-dark {
  --bs-table-bg:#212529;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: #fff;
  border-color: #373b3e;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-label {
  margin-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .form-control {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control[type=file] {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: .375rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input[type=checkbox] {
  border-radius: .25em;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: .5;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-switch {
  padding-left: 2.5em;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range:focus {
  outline: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range:disabled {
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating {
  position: relative;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem .75rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .form-floating > label {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group .btn:focus {
  z-index: 3;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center,center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .btn {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn:hover {
  color: #212529;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-info.disabled, .btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-light.disabled, .btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-link:hover {
  color: #0a58ca;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .fade {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.collapse:not(.show) {
  display: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .collapsing {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown, .dropend, .dropstart, .dropup {
  position: relative;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: .125rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-start {
  --bs-position:start;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-end {
  --bs-position:end;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: .125rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: .125rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu.show {
  display: block;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .nav-link {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-fill .nav-item, .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.nav-justified .nav-item, .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.tab-content > .active {
  display: block;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-toggler {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-title {
  margin-bottom: .5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-subtitle {
  margin-top: -.25rem;
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-link:hover {
  text-decoration: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-header-tabs {
  margin-right: -.5rem;
  margin-bottom: -.5rem;
  margin-left: -.5rem;
  border-bottom: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-header-pills {
  margin-right: -.5rem;
  margin-left: -.5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-img, .card-img-bottom, .card-img-top {
  width: 100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.card-group > .card {
  margin-bottom: .75rem;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .accordion-button {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-button.collapsed {
  border-bottom-width: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .accordion-button::after {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-button:hover {
  z-index: 2;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-header {
  margin-bottom: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-body {
  padding: 1rem 1.25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .page-link {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.page-link {
  padding: .375rem .75rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.badge:empty {
  display: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-heading {
  color: inherit;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-link {
  font-weight: 700;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-primary .alert-link {
  color: #06357a;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-info .alert-link {
  color: #04414d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .progress-bar {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-horizontal {
  flex-direction: row;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-flush {
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.toast:not(.showing):not(.show) {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.toast.hide {
  display: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.toast-container > :not(:last-child) {
  margin-bottom: .75rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.toast-header {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.toast-header .btn-close {
  margin-right: -.375rem;
  margin-left: .75rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.toast-body {
  padding: .75rem;
  word-wrap: break-word;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-open {
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal.show .modal-dialog {
  transform: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-backdrop.show {
  opacity: .5;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-footer > * {
  margin: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.tooltip.show {
  opacity: .9;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
  padding: 0 .4rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
  padding: 0 .4rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: calc(-.5rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: calc(-.5rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.popover-header:empty {
  display: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel {
  position: relative;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .carousel-item {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .carousel-control-next, .carousel-control-prev {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-control-prev {
  left: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-control-next {
  right: 0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-primary {
  color: #0d6efd;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-primary:focus, .link-primary:hover {
  color: #0a58ca;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-secondary {
  color: #6c757d;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-secondary:focus, .link-secondary:hover {
  color: #565e64;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-success {
  color: #198754;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-success:focus, .link-success:hover {
  color: #146c43;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-info {
  color: #0dcaf0;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-info:focus, .link-info:hover {
  color: #3dd5f3;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-warning {
  color: #ffc107;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-warning:focus, .link-warning:hover {
  color: #ffcd39;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-danger {
  color: #dc3545;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-danger:focus, .link-danger:hover {
  color: #b02a37;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-light {
  color: #f8f9fa;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-light:focus, .link-light:hover {
  color: #f9fafb;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-dark {
  color: #212529;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.link-dark:focus, .link-dark:hover {
  color: #1a1e21;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ratio {
  position: relative;
  width: 100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ratio-4x3 {
  --bs-aspect-ratio:calc(3 / 4 * 100%);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ratio-16x9 {
  --bs-aspect-ratio:calc(9 / 16 * 100%);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ratio-21x9 {
  --bs-aspect-ratio:calc(9 / 21 * 100%);
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-top {
  vertical-align: top !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.float-start {
  float: left !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.float-end {
  float: right !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.float-none {
  float: none !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.d-inline {
  display: inline !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.d-block {
  display: block !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.d-grid {
  display: grid !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.d-table {
  display: table !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.d-table-row {
  display: table-row !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.d-flex {
  display: flex !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.d-none {
  display: none !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.position-static {
  position: static !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.position-relative {
  position: relative !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.position-absolute {
  position: absolute !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.position-fixed {
  position: fixed !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.top-0 {
  top: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.top-50 {
  top: 50% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.top-100 {
  top: 100% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bottom-0 {
  bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bottom-50 {
  bottom: 50% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bottom-100 {
  bottom: 100% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.start-0 {
  left: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.start-50 {
  left: 50% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.start-100 {
  left: 100% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.end-0 {
  right: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.end-50 {
  right: 50% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.end-100 {
  right: 100% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-0 {
  border: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-end {
  border-right: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-end-0 {
  border-right: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-start {
  border-left: 1px solid #dee2e6 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-start-0 {
  border-left: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-primary {
  border-color: #0d6efd !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-success {
  border-color: #198754 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-info {
  border-color: #0dcaf0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-dark {
  border-color: #212529 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-white {
  border-color: #fff !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-0 {
  border-width: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-1 {
  border-width: 1px !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-2 {
  border-width: 2px !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-3 {
  border-width: 3px !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-4 {
  border-width: 4px !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.border-5 {
  border-width: 5px !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.w-25 {
  width: 25% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.w-50 {
  width: 50% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.w-75 {
  width: 75% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.w-100 {
  width: 100% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.w-auto {
  width: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.vw-100 {
  width: 100vw !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h-25 {
  height: 25% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h-50 {
  height: 50% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h-75 {
  height: 75% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h-100 {
  height: 100% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.h-auto {
  height: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.vh-100 {
  height: 100vh !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-row {
  flex-direction: row !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-column {
  flex-direction: column !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.gap-0 {
  gap: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.gap-3 {
  gap: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.gap-5 {
  gap: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-items-center {
  align-items: center !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-content-center {
  align-content: center !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-self-center {
  align-self: center !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.order-first {
  order: -1 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.order-0 {
  order: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.order-1 {
  order: 1 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.order-2 {
  order: 2 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.order-3 {
  order: 3 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.order-4 {
  order: 4 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.order-5 {
  order: 5 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.order-last {
  order: 6 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.m-0 {
  margin: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.m-3 {
  margin: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.m-5 {
  margin: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.m-auto {
  margin: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mt-0 {
  margin-top: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mt-auto {
  margin-top: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.me-0 {
  margin-right: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.me-3 {
  margin-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.me-5 {
  margin-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.me-auto {
  margin-right: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ms-0 {
  margin-left: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ms-auto {
  margin-left: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.p-0 {
  padding: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.p-3 {
  padding: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.p-5 {
  padding: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pt-0 {
  padding-top: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pe-0 {
  padding-right: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ps-0 {
  padding-left: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fs-6 {
  font-size: 1rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fst-italic {
  font-style: italic !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fst-normal {
  font-style: normal !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fw-light {
  font-weight: 300 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fw-normal {
  font-weight: 400 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fw-bold {
  font-weight: 700 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-start {
  text-align: left !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-end {
  text-align: right !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-center {
  text-align: center !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-primary {
  color: #0d6efd !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-secondary {
  color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-success {
  color: #198754 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-info {
  color: #0dcaf0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-warning {
  color: #ffc107 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-danger {
  color: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-light {
  color: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-dark {
  color: #212529 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-white {
  color: #fff !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-body {
  color: #212529 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-muted {
  color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-reset {
  color: inherit !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.lh-1 {
  line-height: 1 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.lh-base {
  line-height: 1.5 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.lh-lg {
  line-height: 2 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-primary {
  background-color: #0d6efd !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-success {
  background-color: #198754 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-info {
  background-color: #0dcaf0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-dark {
  background-color: #212529 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-body {
  background-color: #fff !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-white {
  background-color: #fff !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-wrap {
  white-space: normal !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pe-none {
  pointer-events: none !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.pe-auto {
  pointer-events: auto !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.rounded-1 {
  border-radius: 0.2rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.rounded-2 {
  border-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.rounded-3 {
  border-radius: 0.3rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.visible {
  visibility: visible !important;
}

/* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-sm-start {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-sm-end {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-sm-none {
    float: none !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-md-start {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-md-end {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-md-none {
    float: none !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-md-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-md-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-md-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-md-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-md-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-md-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-md-start {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-md-end {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-lg-start {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-lg-end {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-lg-none {
    float: none !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-xl-start {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-xl-end {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-xl-none {
    float: none !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-xxl-start {
    float: left !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-xxl-end {
    float: right !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .float-xxl-none {
    float: none !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xxl-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xxl-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-xxl-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-print-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-print-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-print-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/vendors/bootstrap.min.css */
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.min.css.map */
@font-face {
  font-family: "uicons-regular-rounded";
  src: url(/fonts/uicons/uicons-regular-rounded.eot#iefix) format("embedded-opentype"), url(/fonts/uicons/uicons-regular-rounded.woff2) format("woff2"), url(/fonts/uicons/uicons-regular-rounded.woff) format("woff");
}

/* line 8, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
i[class^="fi-rr-"], span[class^="fi-rr-"] {
  line-height: 0 !important;
}

/* line 12, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
i[class^="fi-rr-"]:before,
i[class*=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class*="fi-rr-"]:before {
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-add:before {
  content: "\f101";
}

/* line 29, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-address-book:before {
  content: "\f102";
}

/* line 32, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-alarm-clock:before {
  content: "\f103";
}

/* line 35, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-align-center:before {
  content: "\f104";
}

/* line 38, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-align-justify:before {
  content: "\f105";
}

/* line 41, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-align-left:before {
  content: "\f106";
}

/* line 44, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-align-right:before {
  content: "\f107";
}

/* line 47, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-ambulance:before {
  content: "\f108";
}

/* line 50, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-double-left:before {
  content: "\f109";
}

/* line 53, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-double-right:before {
  content: "\f10a";
}

/* line 56, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-double-small-left:before {
  content: "\f10b";
}

/* line 59, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-double-small-right:before {
  content: "\f10c";
}

/* line 62, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-down:before {
  content: "\f10d";
}

/* line 65, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-left:before {
  content: "\f10e";
}

/* line 68, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-right:before {
  content: "\f10f";
}

/* line 71, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-small-down:before {
  content: "\f110";
}

/* line 74, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-small-left:before {
  content: "\f111";
}

/* line 77, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-small-right:before {
  content: "\f112";
}

/* line 80, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-small-up:before {
  content: "\f113";
}

/* line 83, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-angle-up:before {
  content: "\f114";
}

/* line 86, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-apple:before {
  content: "\f115";
}

/* line 89, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-apps-add:before {
  content: "\f116";
}

/* line 92, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-apps-delete:before {
  content: "\f117";
}

/* line 95, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-apps-sort:before {
  content: "\f118";
}

/* line 98, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-apps:before {
  content: "\f119";
}

/* line 101, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-archive:before {
  content: "\f11a";
}

/* line 104, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-arrow-down:before {
  content: "\f11b";
}

/* line 107, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-arrow-from-bottom:before {
  content: "\f11c";
}

/* line 110, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-arrow-left:before {
  content: "\f11d";
}

/* line 113, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-arrow-right:before {
  content: "\f11e";
}

/* line 116, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-arrow-small-down:before {
  content: "\f11f";
}

/* line 119, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-arrow-small-left:before {
  content: "\f120";
}

/* line 122, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-arrow-small-right:before {
  content: "\f121";
}

/* line 125, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-arrow-small-up:before {
  content: "\f122";
}

/* line 128, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-arrow-up:before {
  content: "\f123";
}

/* line 131, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-asterik:before {
  content: "\f124";
}

/* line 134, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-at:before {
  content: "\f125";
}

/* line 137, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-backpack:before {
  content: "\f126";
}

/* line 140, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-badge:before {
  content: "\f127";
}

/* line 143, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-balloons:before {
  content: "\f128";
}

/* line 146, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-ban:before {
  content: "\f129";
}

/* line 149, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-band-aid:before {
  content: "\f12a";
}

/* line 152, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bank:before {
  content: "\f12b";
}

/* line 155, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-barber-shop:before {
  content: "\f12c";
}

/* line 158, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-baseball:before {
  content: "\f12d";
}

/* line 161, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-basketball:before {
  content: "\f12e";
}

/* line 164, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bed:before {
  content: "\f12f";
}

/* line 167, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-beer:before {
  content: "\f130";
}

/* line 170, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bell-ring:before {
  content: "\f131";
}

/* line 173, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bell-school:before {
  content: "\f132";
}

/* line 176, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bell:before {
  content: "\f133";
}

/* line 179, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bike:before {
  content: "\f134";
}

/* line 182, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-billiard:before {
  content: "\f135";
}

/* line 185, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bold:before {
  content: "\f136";
}

/* line 188, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-book-alt:before {
  content: "\f137";
}

/* line 191, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-book:before {
  content: "\f138";
}

/* line 194, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bookmark:before {
  content: "\f139";
}

/* line 197, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bowling:before {
  content: "\f13a";
}

/* line 200, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-box-alt:before {
  content: "\f13b";
}

/* line 203, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-box:before {
  content: "\f13c";
}

/* line 206, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bread-slice:before {
  content: "\f13d";
}

/* line 209, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-briefcase:before {
  content: "\f13e";
}

/* line 212, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-broom:before {
  content: "\f13f";
}

/* line 215, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-browser:before {
  content: "\f140";
}

/* line 218, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-brush:before {
  content: "\f141";
}

/* line 221, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bug:before {
  content: "\f142";
}

/* line 224, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-building:before {
  content: "\f143";
}

/* line 227, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-bulb:before {
  content: "\f144";
}

/* line 230, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-butterfly:before {
  content: "\f145";
}

/* line 233, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cake-birthday:before {
  content: "\f146";
}

/* line 236, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cake-wedding:before {
  content: "\f147";
}

/* line 239, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-calculator:before {
  content: "\f148";
}

/* line 242, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-calendar:before {
  content: "\f149";
}

/* line 245, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-call-history:before {
  content: "\f14a";
}

/* line 248, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-call-incoming:before {
  content: "\f14b";
}

/* line 251, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-call-missed:before {
  content: "\f14c";
}

/* line 254, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-call-outgoing:before {
  content: "\f14d";
}

/* line 257, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-camera:before {
  content: "\f14e";
}

/* line 260, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-camping:before {
  content: "\f14f";
}

/* line 263, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-car:before {
  content: "\f150";
}

/* line 266, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-caret-down:before {
  content: "\f151";
}

/* line 269, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-caret-left:before {
  content: "\f152";
}

/* line 272, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-caret-right:before {
  content: "\f153";
}

/* line 275, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-caret-up:before {
  content: "\f154";
}

/* line 278, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-carrot:before {
  content: "\f155";
}

/* line 281, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-chart-connected:before {
  content: "\f156";
}

/* line 284, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-chart-histogram:before {
  content: "\f157";
}

/* line 287, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-chart-network:before {
  content: "\f158";
}

/* line 290, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-chart-pie-alt:before {
  content: "\f159";
}

/* line 293, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-chart-pie:before {
  content: "\f15a";
}

/* line 296, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-chart-pyramid:before {
  content: "\f15b";
}

/* line 299, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-chart-set-theory:before {
  content: "\f15c";
}

/* line 302, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-chart-tree:before {
  content: "\f15d";
}

/* line 305, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-chat-arrow-down:before {
  content: "\f15e";
}

/* line 308, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-chat-arrow-grow:before {
  content: "\f15f";
}

/* line 311, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-check:before {
  content: "\f160";
}

/* line 314, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-checkbox:before {
  content: "\f161";
}

/* line 317, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cheese:before {
  content: "\f162";
}

/* line 320, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-chess-piece:before {
  content: "\f163";
}

/* line 323, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-child-head:before {
  content: "\f164";
}

/* line 326, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-circle-small:before {
  content: "\f165";
}

/* line 329, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-circle:before {
  content: "\f166";
}

/* line 332, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-clip:before {
  content: "\f167";
}

/* line 335, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-clock:before {
  content: "\f168";
}

/* line 338, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cloud-check:before {
  content: "\f169";
}

/* line 341, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cloud-disabled:before {
  content: "\f16a";
}

/* line 344, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cloud-download:before {
  content: "\f16b";
}

/* line 347, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cloud-share:before {
  content: "\f16c";
}

/* line 350, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cloud-upload:before {
  content: "\f16d";
}

/* line 353, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cloud:before {
  content: "\f16e";
}

/* line 356, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-clouds:before {
  content: "\f16f";
}

/* line 359, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cocktail:before {
  content: "\f170";
}

/* line 362, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-coffee:before {
  content: "\f171";
}

/* line 365, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-comment-alt:before {
  content: "\f172";
}

/* line 368, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-comment-check:before {
  content: "\f173";
}

/* line 371, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-comment-heart:before {
  content: "\f174";
}

/* line 374, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-comment-info:before {
  content: "\f175";
}

/* line 377, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-comment-user:before {
  content: "\f176";
}

/* line 380, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-comment:before {
  content: "\f177";
}

/* line 383, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-comments:before {
  content: "\f178";
}

/* line 386, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-compress-alt:before {
  content: "\f179";
}

/* line 389, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-compress:before {
  content: "\f17a";
}

/* line 392, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-computer:before {
  content: "\f17b";
}

/* line 395, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-confetti:before {
  content: "\f17c";
}

/* line 398, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cookie:before {
  content: "\f17d";
}

/* line 401, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-copy-alt:before {
  content: "\f17e";
}

/* line 404, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-copy:before {
  content: "\f17f";
}

/* line 407, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-copyright:before {
  content: "\f180";
}

/* line 410, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cow:before {
  content: "\f181";
}

/* line 413, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cream:before {
  content: "\f182";
}

/* line 416, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-credit-card:before {
  content: "\f183";
}

/* line 419, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-croissant:before {
  content: "\f184";
}

/* line 422, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cross-circle:before {
  content: "\f185";
}

/* line 425, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cross-small:before {
  content: "\f186";
}

/* line 428, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cross:before {
  content: "\f187";
}

/* line 431, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-crown:before {
  content: "\f188";
}

/* line 434, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cube:before {
  content: "\f189";
}

/* line 437, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cupcake:before {
  content: "\f18a";
}

/* line 440, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cursor-finger:before {
  content: "\f18b";
}

/* line 443, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cursor-plus:before {
  content: "\f18c";
}

/* line 446, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cursor-text-alt:before {
  content: "\f18d";
}

/* line 449, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cursor-text:before {
  content: "\f18e";
}

/* line 452, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-cursor:before {
  content: "\f18f";
}

/* line 455, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-dart:before {
  content: "\f190";
}

/* line 458, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-dashboard:before {
  content: "\f191";
}

/* line 461, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-data-transfer:before {
  content: "\f192";
}

/* line 464, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-database:before {
  content: "\f193";
}

/* line 467, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-delete:before {
  content: "\f194";
}

/* line 470, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-diamond:before {
  content: "\f195";
}

/* line 473, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-dice:before {
  content: "\f196";
}

/* line 476, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-diploma:before {
  content: "\f197";
}

/* line 479, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-disco-ball:before {
  content: "\f198";
}

/* line 482, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-disk:before {
  content: "\f199";
}

/* line 485, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-doctor:before {
  content: "\f19a";
}

/* line 488, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-document-signed:before {
  content: "\f19b";
}

/* line 491, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-document:before {
  content: "\f19c";
}

/* line 494, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-dollar:before {
  content: "\f19d";
}

/* line 497, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-download:before {
  content: "\f19e";
}

/* line 500, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-drink-alt:before {
  content: "\f19f";
}

/* line 503, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-drumstick:before {
  content: "\f1a0";
}

/* line 506, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-duplicate:before {
  content: "\f1a1";
}

/* line 509, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-e-learning:before {
  content: "\f1a2";
}

/* line 512, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-earnings:before {
  content: "\f1a3";
}

/* line 515, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-edit-alt:before {
  content: "\f1a4";
}

/* line 518, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-edit:before {
  content: "\f1a5";
}

/* line 521, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-envelope-ban:before {
  content: "\f1a6";
}

/* line 524, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-envelope-download:before {
  content: "\f1a7";
}

/* line 527, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-envelope-marker:before {
  content: "\f1a8";
}

/* line 530, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-envelope-open:before {
  content: "\f1a9";
}

/* line 533, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-envelope-plus:before {
  content: "\f1aa";
}

/* line 536, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-envelope:before {
  content: "\f1ab";
}

/* line 539, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-euro:before {
  content: "\f1ac";
}

/* line 542, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-exclamation:before {
  content: "\f1ad";
}

/* line 545, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-expand:before {
  content: "\f1ae";
}

/* line 548, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-eye-crossed:before {
  content: "\f1af";
}

/* line 551, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-eye-dropper:before {
  content: "\f1b0";
}

/* line 554, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-eye:before {
  content: "\f1b1";
}

/* line 557, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-feather:before {
  content: "\f1b2";
}

/* line 560, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-ferris-wheel:before {
  content: "\f1b3";
}

/* line 563, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-file-add:before {
  content: "\f1b4";
}

/* line 566, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-file-ai:before {
  content: "\f1b5";
}

/* line 569, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-file-check:before {
  content: "\f1b6";
}

/* line 572, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-file-delete:before {
  content: "\f1b7";
}

/* line 575, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-file-eps:before {
  content: "\f1b8";
}

/* line 578, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-file-gif:before {
  content: "\f1b9";
}

/* line 581, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-file-music:before {
  content: "\f1ba";
}

/* line 584, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-file-psd:before {
  content: "\f1bb";
}

/* line 587, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-file:before {
  content: "\f1bc";
}

/* line 590, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-fill:before {
  content: "\f1bd";
}

/* line 593, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-film:before {
  content: "\f1be";
}

/* line 596, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-filter:before {
  content: "\f1bf";
}

/* line 599, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-fingerprint:before {
  content: "\f1c0";
}

/* line 602, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-fish:before {
  content: "\f1c1";
}

/* line 605, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-flag:before {
  content: "\f1c2";
}

/* line 608, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-flame:before {
  content: "\f1c3";
}

/* line 611, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-flip-horizontal:before {
  content: "\f1c4";
}

/* line 614, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-flower-bouquet:before {
  content: "\f1c5";
}

/* line 617, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-flower-tulip:before {
  content: "\f1c6";
}

/* line 620, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-flower:before {
  content: "\f1c7";
}

/* line 623, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-folder-add:before {
  content: "\f1c8";
}

/* line 626, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-folder:before {
  content: "\f1c9";
}

/* line 629, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-following:before {
  content: "\f1ca";
}

/* line 632, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-football:before {
  content: "\f1cb";
}

/* line 635, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-form:before {
  content: "\f1cc";
}

/* line 638, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-forward:before {
  content: "\f1cd";
}

/* line 641, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-fox:before {
  content: "\f1ce";
}

/* line 644, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-frown:before {
  content: "\f1cf";
}

/* line 647, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-ftp:before {
  content: "\f1d0";
}

/* line 650, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-gallery:before {
  content: "\f1d1";
}

/* line 653, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-gamepad:before {
  content: "\f1d2";
}

/* line 656, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-gas-pump:before {
  content: "\f1d3";
}

/* line 659, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-gem:before {
  content: "\f1d4";
}

/* line 662, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-gift:before {
  content: "\f1d5";
}

/* line 665, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-glass-cheers:before {
  content: "\f1d6";
}

/* line 668, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-glasses:before {
  content: "\f1d7";
}

/* line 671, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-globe-alt:before {
  content: "\f1d8";
}

/* line 674, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-globe:before {
  content: "\f1d9";
}

/* line 677, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-golf:before {
  content: "\f1da";
}

/* line 680, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-graduation-cap:before {
  content: "\f1db";
}

/* line 683, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-graphic-tablet:before {
  content: "\f1dc";
}

/* line 686, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-grid-alt:before {
  content: "\f1dd";
}

/* line 689, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-grid:before {
  content: "\f1de";
}

/* line 692, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-guitar:before {
  content: "\f1df";
}

/* line 695, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-gym:before {
  content: "\f1e0";
}

/* line 698, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-hamburger:before {
  content: "\f1e1";
}

/* line 701, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-hand-holding-heart:before {
  content: "\f1e2";
}

/* line 704, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-hastag:before {
  content: "\f1e3";
}

/* line 707, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-hat-birthday:before {
  content: "\f1e4";
}

/* line 710, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-head-side-thinking:before {
  content: "\f1e5";
}

/* line 713, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-headphones:before {
  content: "\f1e6";
}

/* line 716, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-headset:before {
  content: "\f1e7";
}

/* line 719, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-heart-arrow:before {
  content: "\f1e8";
}

/* line 722, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-heart:before {
  content: "\f1e9";
}

/* line 725, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-home-location-alt:before {
  content: "\f1ea";
}

/* line 728, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-home-location:before {
  content: "\f1eb";
}

/* line 731, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-home:before {
  content: "\f1ec";
}

/* line 734, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-hourglass-end:before {
  content: "\f1ed";
}

/* line 737, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-hourglass:before {
  content: "\f1ee";
}

/* line 740, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-ice-cream:before {
  content: "\f1ef";
}

/* line 743, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-ice-skate:before {
  content: "\f1f0";
}

/* line 746, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-id-badge:before {
  content: "\f1f1";
}

/* line 749, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-inbox:before {
  content: "\f1f2";
}

/* line 752, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-incognito:before {
  content: "\f1f3";
}

/* line 755, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-indent:before {
  content: "\f1f4";
}

/* line 758, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-infinity:before {
  content: "\f1f5";
}

/* line 761, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-info:before {
  content: "\f1f6";
}

/* line 764, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-interactive:before {
  content: "\f1f7";
}

/* line 767, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-interlining:before {
  content: "\f1f8";
}

/* line 770, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-interrogation:before {
  content: "\f1f9";
}

/* line 773, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-italic:before {
  content: "\f1fa";
}

/* line 776, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-jpg:before {
  content: "\f1fb";
}

/* line 779, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-key:before {
  content: "\f1fc";
}

/* line 782, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-keyboard:before {
  content: "\f1fd";
}

/* line 785, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-kite:before {
  content: "\f1fe";
}

/* line 788, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-label:before {
  content: "\f1ff";
}

/* line 791, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-laptop:before {
  content: "\f200";
}

/* line 794, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-lasso:before {
  content: "\f201";
}

/* line 797, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-laugh:before {
  content: "\f202";
}

/* line 800, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-layers:before {
  content: "\f203";
}

/* line 803, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-layout-fluid:before {
  content: "\f204";
}

/* line 806, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-leaf:before {
  content: "\f205";
}

/* line 809, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-letter-case:before {
  content: "\f206";
}

/* line 812, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-life-ring:before {
  content: "\f207";
}

/* line 815, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-line-width:before {
  content: "\f208";
}

/* line 818, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-link:before {
  content: "\f209";
}

/* line 821, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-lipstick:before {
  content: "\f20a";
}

/* line 824, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-list-check:before {
  content: "\f20b";
}

/* line 827, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-list:before {
  content: "\f20c";
}

/* line 830, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-location-alt:before {
  content: "\f20d";
}

/* line 833, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-lock-alt:before {
  content: "\f20e";
}

/* line 836, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-lock:before {
  content: "\f20f";
}

/* line 839, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-luggage-rolling:before {
  content: "\f210";
}

/* line 842, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-magic-wand:before {
  content: "\f211";
}

/* line 845, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-makeup-brush:before {
  content: "\f212";
}

/* line 848, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-man-head:before {
  content: "\f213";
}

/* line 851, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-map-marker-cross:before {
  content: "\f214";
}

/* line 854, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-map-marker-home:before {
  content: "\f215";
}

/* line 857, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-map-marker-minus:before {
  content: "\f216";
}

/* line 860, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-map-marker-plus:before {
  content: "\f217";
}

/* line 863, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-map-marker:before {
  content: "\f218";
}

/* line 866, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-map:before {
  content: "\f219";
}

/* line 869, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-marker-time:before {
  content: "\f21a";
}

/* line 872, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-marker:before {
  content: "\f21b";
}

/* line 875, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-mars-double:before {
  content: "\f21c";
}

/* line 878, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-mars:before {
  content: "\f21d";
}

/* line 881, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-mask-carnival:before {
  content: "\f21e";
}

/* line 884, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-medicine:before {
  content: "\f21f";
}

/* line 887, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-megaphone:before {
  content: "\f220";
}

/* line 890, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-meh:before {
  content: "\f221";
}

/* line 893, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-menu-burger:before {
  content: "\f222";
}

/* line 896, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-menu-dots-vertical:before {
  content: "\f223";
}

/* line 899, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-menu-dots:before {
  content: "\f224";
}

/* line 902, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-microphone-alt:before {
  content: "\f225";
}

/* line 905, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-microphone:before {
  content: "\f226";
}

/* line 908, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-minus-small:before {
  content: "\f227";
}

/* line 911, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-minus:before {
  content: "\f228";
}

/* line 914, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-mobile:before {
  content: "\f229";
}

/* line 917, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-mode-landscape:before {
  content: "\f22a";
}

/* line 920, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-mode-portrait:before {
  content: "\f22b";
}

/* line 923, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-money:before {
  content: "\f22c";
}

/* line 926, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-moon:before {
  content: "\f22d";
}

/* line 929, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-mountains:before {
  content: "\f22e";
}

/* line 932, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-mouse:before {
  content: "\f22f";
}

/* line 935, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-mug-alt:before {
  content: "\f230";
}

/* line 938, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-music-alt:before {
  content: "\f231";
}

/* line 941, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-music:before {
  content: "\f232";
}

/* line 944, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-navigation:before {
  content: "\f233";
}

/* line 947, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-network-cloud:before {
  content: "\f234";
}

/* line 950, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-network:before {
  content: "\f235";
}

/* line 953, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-notebook:before {
  content: "\f236";
}

/* line 956, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-opacity:before {
  content: "\f237";
}

/* line 959, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-package:before {
  content: "\f238";
}

/* line 962, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-paint-brush:before {
  content: "\f239";
}

/* line 965, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-palette:before {
  content: "\f23a";
}

/* line 968, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-paper-plane:before {
  content: "\f23b";
}

/* line 971, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-password:before {
  content: "\f23c";
}

/* line 974, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-pause:before {
  content: "\f23d";
}

/* line 977, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-paw:before {
  content: "\f23e";
}

/* line 980, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-pencil:before {
  content: "\f23f";
}

/* line 983, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-pharmacy:before {
  content: "\f240";
}

/* line 986, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-phone-call:before {
  content: "\f241";
}

/* line 989, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-phone-cross:before {
  content: "\f242";
}

/* line 992, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-phone-pause:before {
  content: "\f243";
}

/* line 995, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-phone-slash:before {
  content: "\f244";
}

/* line 998, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-physics:before {
  content: "\f245";
}

/* line 1001, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-picture:before {
  content: "\f246";
}

/* line 1004, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-ping-pong:before {
  content: "\f247";
}

/* line 1007, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-pizza-slice:before {
  content: "\f248";
}

/* line 1010, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-plane:before {
  content: "\f249";
}

/* line 1013, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-play-alt:before {
  content: "\f24a";
}

/* line 1016, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-play:before {
  content: "\f24b";
}

/* line 1019, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-playing-cards:before {
  content: "\f24c";
}

/* line 1022, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-plus-small:before {
  content: "\f24d";
}

/* line 1025, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-plus:before {
  content: "\f24e";
}

/* line 1028, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-poker-chip:before {
  content: "\f24f";
}

/* line 1031, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-portrait:before {
  content: "\f250";
}

/* line 1034, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-pound:before {
  content: "\f251";
}

/* line 1037, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-power:before {
  content: "\f252";
}

/* line 1040, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-presentation:before {
  content: "\f253";
}

/* line 1043, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-print:before {
  content: "\f254";
}

/* line 1046, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-protractor:before {
  content: "\f255";
}

/* line 1049, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-pulse:before {
  content: "\f256";
}

/* line 1052, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-pyramid:before {
  content: "\f257";
}

/* line 1055, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-quote-right:before {
  content: "\f258";
}

/* line 1058, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-rainbow:before {
  content: "\f259";
}

/* line 1061, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-raindrops:before {
  content: "\f25a";
}

/* line 1064, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-rec:before {
  content: "\f25b";
}

/* line 1067, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-receipt:before {
  content: "\f25c";
}

/* line 1070, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-record-vinyl:before {
  content: "\f25d";
}

/* line 1073, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-rectabgle-vertical:before {
  content: "\f25e";
}

/* line 1076, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-rectangle-horizontal:before {
  content: "\f25f";
}

/* line 1079, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-rectangle-panoramic:before {
  content: "\f260";
}

/* line 1082, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-recycle:before {
  content: "\f261";
}

/* line 1085, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-redo-alt:before {
  content: "\f262";
}

/* line 1088, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-redo:before {
  content: "\f263";
}

/* line 1091, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-reflect:before {
  content: "\f264";
}

/* line 1094, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-refresh:before {
  content: "\f265";
}

/* line 1097, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-resize:before {
  content: "\f266";
}

/* line 1100, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-resources:before {
  content: "\f267";
}

/* line 1103, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-rewind:before {
  content: "\f268";
}

/* line 1106, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-rhombus:before {
  content: "\f269";
}

/* line 1109, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-rings-wedding:before {
  content: "\f26a";
}

/* line 1112, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-road:before {
  content: "\f26b";
}

/* line 1115, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-rocket:before {
  content: "\f26c";
}

/* line 1118, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-room-service:before {
  content: "\f26d";
}

/* line 1121, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-rotate-right:before {
  content: "\f26e";
}

/* line 1124, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-rugby:before {
  content: "\f26f";
}

/* line 1127, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-sad:before {
  content: "\f270";
}

/* line 1130, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-salad:before {
  content: "\f271";
}

/* line 1133, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-scale:before {
  content: "\f272";
}

/* line 1136, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-school-bus:before {
  content: "\f273";
}

/* line 1139, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-school:before {
  content: "\f274";
}

/* line 1142, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-scissors:before {
  content: "\f275";
}

/* line 1145, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-screen:before {
  content: "\f276";
}

/* line 1148, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-search-alt:before {
  content: "\f277";
}

/* line 1151, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-search-heart:before {
  content: "\f278";
}

/* line 1154, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-search:before {
  content: "\f279";
}

/* line 1157, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-settings-sliders:before {
  content: "\f27a";
}

/* line 1160, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-settings:before {
  content: "\f27b";
}

/* line 1163, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-share:before {
  content: "\f27c";
}

/* line 1166, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shield-check:before {
  content: "\f27d";
}

/* line 1169, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shield-exclamation:before {
  content: "\f27e";
}

/* line 1172, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shield-interrogation:before {
  content: "\f27f";
}

/* line 1175, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shield-plus:before {
  content: "\f280";
}

/* line 1178, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shield:before {
  content: "\f281";
}

/* line 1181, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-ship-side:before {
  content: "\f282";
}

/* line 1184, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-ship:before {
  content: "\f283";
}

/* line 1187, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shop:before {
  content: "\f284";
}

/* line 1190, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shopping-bag-add:before {
  content: "\f285";
}

/* line 1193, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shopping-bag:before {
  content: "\f286";
}

/* line 1196, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shopping-cart-add:before {
  content: "\f287";
}

/* line 1199, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shopping-cart-check:before {
  content: "\f288";
}

/* line 1202, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shopping-cart:before {
  content: "\f289";
}

/* line 1205, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-shuffle:before {
  content: "\f28a";
}

/* line 1208, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-sign-in-alt:before {
  content: "\f28b";
}

/* line 1211, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-sign-in:before {
  content: "\f28c";
}

/* line 1214, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-sign-out-alt:before {
  content: "\f28d";
}

/* line 1217, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-sign-out:before {
  content: "\f28e";
}

/* line 1220, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-signal-alt-1:before {
  content: "\f28f";
}

/* line 1223, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-signal-alt-2:before {
  content: "\f290";
}

/* line 1226, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-signal-alt:before {
  content: "\f291";
}

/* line 1229, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-skateboard:before {
  content: "\f292";
}

/* line 1232, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-smartphone:before {
  content: "\f293";
}

/* line 1235, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-smile-wink:before {
  content: "\f294";
}

/* line 1238, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-smile:before {
  content: "\f295";
}

/* line 1241, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-snowflake:before {
  content: "\f296";
}

/* line 1244, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-soap:before {
  content: "\f297";
}

/* line 1247, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-soup:before {
  content: "\f298";
}

/* line 1250, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-spa:before {
  content: "\f299";
}

/* line 1253, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-speaker:before {
  content: "\f29a";
}

/* line 1256, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-sphere:before {
  content: "\f29b";
}

/* line 1259, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-spinner-alt:before {
  content: "\f29c";
}

/* line 1262, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-spinner:before {
  content: "\f29d";
}

/* line 1265, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-square-root:before {
  content: "\f29e";
}

/* line 1268, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-square:before {
  content: "\f29f";
}

/* line 1271, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-star-octogram:before {
  content: "\f2a0";
}

/* line 1274, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-star:before {
  content: "\f2a1";
}

/* line 1277, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-stats:before {
  content: "\f2a2";
}

/* line 1280, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-stethoscope:before {
  content: "\f2a3";
}

/* line 1283, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-sticker:before {
  content: "\f2a4";
}

/* line 1286, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-stop:before {
  content: "\f2a5";
}

/* line 1289, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-stopwatch:before {
  content: "\f2a6";
}

/* line 1292, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-subtitles:before {
  content: "\f2a7";
}

/* line 1295, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-sun:before {
  content: "\f2a8";
}

/* line 1298, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-sunrise:before {
  content: "\f2a9";
}

/* line 1301, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-surfing:before {
  content: "\f2aa";
}

/* line 1304, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-sword:before {
  content: "\f2ab";
}

/* line 1307, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-syringe:before {
  content: "\f2ac";
}

/* line 1310, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-tablet:before {
  content: "\f2ad";
}

/* line 1313, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-target:before {
  content: "\f2ae";
}

/* line 1316, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-taxi:before {
  content: "\f2af";
}

/* line 1319, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-tennis:before {
  content: "\f2b0";
}

/* line 1322, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-terrace:before {
  content: "\f2b1";
}

/* line 1325, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-test-tube:before {
  content: "\f2b2";
}

/* line 1328, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-test:before {
  content: "\f2b3";
}

/* line 1331, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-text-check:before {
  content: "\f2b4";
}

/* line 1334, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-text:before {
  content: "\f2b5";
}

/* line 1337, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-thermometer-half:before {
  content: "\f2b6";
}

/* line 1340, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-thumbs-down:before {
  content: "\f2b7";
}

/* line 1343, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-thumbs-up:before {
  content: "\f2b8";
}

/* line 1346, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-thumbtack:before {
  content: "\f2b9";
}

/* line 1349, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-ticket:before {
  content: "\f2ba";
}

/* line 1352, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-add:before {
  content: "\f2bb";
}

/* line 1355, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-check:before {
  content: "\f2bc";
}

/* line 1358, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-delete:before {
  content: "\f2bd";
}

/* line 1361, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-fast:before {
  content: "\f2be";
}

/* line 1364, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-forward-sixty:before {
  content: "\f2bf";
}

/* line 1367, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-forward-ten:before {
  content: "\f2c0";
}

/* line 1370, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-forward:before {
  content: "\f2c1";
}

/* line 1373, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-half-past:before {
  content: "\f2c2";
}

/* line 1376, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-oclock:before {
  content: "\f2c3";
}

/* line 1379, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-past:before {
  content: "\f2c4";
}

/* line 1382, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-quarter-past:before {
  content: "\f2c5";
}

/* line 1385, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-quarter-to:before {
  content: "\f2c6";
}

/* line 1388, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-time-twenty-four:before {
  content: "\f2c7";
}

/* line 1391, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-tool-crop:before {
  content: "\f2c8";
}

/* line 1394, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-tool-marquee:before {
  content: "\f2c9";
}

/* line 1397, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-tooth:before {
  content: "\f2ca";
}

/* line 1400, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-tornado:before {
  content: "\f2cb";
}

/* line 1403, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-train-side:before {
  content: "\f2cc";
}

/* line 1406, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-train:before {
  content: "\f2cd";
}

/* line 1409, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-transform:before {
  content: "\f2ce";
}

/* line 1412, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-trash:before {
  content: "\f2cf";
}

/* line 1415, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-treatment:before {
  content: "\f2d0";
}

/* line 1418, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-tree-christmas:before {
  content: "\f2d1";
}

/* line 1421, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-tree:before {
  content: "\f2d2";
}

/* line 1424, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-triangle:before {
  content: "\f2d3";
}

/* line 1427, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-trophy:before {
  content: "\f2d4";
}

/* line 1430, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-truck-side:before {
  content: "\f2d5";
}

/* line 1433, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-umbrella:before {
  content: "\f2d6";
}

/* line 1436, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-underline:before {
  content: "\f2d7";
}

/* line 1439, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-undo-alt:before {
  content: "\f2d8";
}

/* line 1442, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-undo:before {
  content: "\f2d9";
}

/* line 1445, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-unlock:before {
  content: "\f2da";
}

/* line 1448, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-upload:before {
  content: "\f2db";
}

/* line 1451, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-usb-pendrive:before {
  content: "\f2dc";
}

/* line 1454, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-user-add:before {
  content: "\f2dd";
}

/* line 1457, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-user-delete:before {
  content: "\f2de";
}

/* line 1460, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-user-remove:before {
  content: "\f2df";
}

/* line 1463, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-user-time:before {
  content: "\f2e0";
}

/* line 1466, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-user:before {
  content: "\f2e1";
}

/* line 1469, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-utensils:before {
  content: "\f2e2";
}

/* line 1472, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-vector-alt:before {
  content: "\f2e3";
}

/* line 1475, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-vector:before {
  content: "\f2e4";
}

/* line 1478, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-venus-double:before {
  content: "\f2e5";
}

/* line 1481, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-venus-mars:before {
  content: "\f2e6";
}

/* line 1484, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-venus:before {
  content: "\f2e7";
}

/* line 1487, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-video-camera:before {
  content: "\f2e8";
}

/* line 1490, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-volleyball:before {
  content: "\f2e9";
}

/* line 1493, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-volume:before {
  content: "\f2ea";
}

/* line 1496, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-wheelchair:before {
  content: "\f2eb";
}

/* line 1499, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-wifi-alt:before {
  content: "\f2ec";
}

/* line 1502, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-wind:before {
  content: "\f2ed";
}

/* line 1505, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-woman-head:before {
  content: "\f2ee";
}

/* line 1508, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-world:before {
  content: "\f2ef";
}

/* line 1511, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-yen:before {
  content: "\f2f0";
}

/* line 1514, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-zoom-in:before {
  content: "\f2f1";
}

/* line 1517, app/assets/stylesheets/vendors/uicons-regular-rounded.css */
.fi-rr-zoom-out:before {
  content: "\f2f2";
}

/*import plugins*/
/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
:root {
  --swiper-theme-color:#007aff;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pointer-events {
  touch-action: pan-y;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
:root {
  --swiper-navigation-size:44px;
}

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

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-button-lock {
  display: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullet:only-child {
  display: none !important;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-pagination-lock {
  display: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-scrollbar-lock {
  display: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-slide-zoomed {
  cursor: move;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-cube {
  overflow: visible;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-flip {
  overflow: visible;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-cards {
  overflow: visible;
}

/* line 13, app/assets/stylesheets/plugins/swiper-bundle.min.scss */
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*! Magnific Popup - v1.1.0 - 2016-02-20
* http://dimsemenov.com/plugins/magnific-popup/
* Copyright (c) 2016 Dmitry Semenov; */
/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-preloader a {
  color: #CCC;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-preloader a:hover {
  color: #FFF;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #05264E;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  /* line 4, app/assets/stylesheets/plugins/magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* line 1, app/assets/stylesheets/plugins/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 9, app/assets/stylesheets/plugins/select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 18, app/assets/stylesheets/plugins/select2.min.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 27, app/assets/stylesheets/plugins/select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 31, app/assets/stylesheets/plugins/select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 36, app/assets/stylesheets/plugins/select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 45, app/assets/stylesheets/plugins/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 53, app/assets/stylesheets/plugins/select2.min.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 57, app/assets/stylesheets/plugins/select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 65, app/assets/stylesheets/plugins/select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 69, app/assets/stylesheets/plugins/select2.min.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 81, app/assets/stylesheets/plugins/select2.min.css */
.select2-results {
  display: block;
}

/* line 85, app/assets/stylesheets/plugins/select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 91, app/assets/stylesheets/plugins/select2.min.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 97, app/assets/stylesheets/plugins/select2.min.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 101, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 105, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 111, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 117, app/assets/stylesheets/plugins/select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 122, app/assets/stylesheets/plugins/select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 128, app/assets/stylesheets/plugins/select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 132, app/assets/stylesheets/plugins/select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 136, app/assets/stylesheets/plugins/select2.min.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 154, app/assets/stylesheets/plugins/select2.min.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 168, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1F2938;
  line-height: 28px;
}

/* line 173, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 179, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 183, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 191, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #bbb transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 204, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 208, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 213, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #E5E5E5;
  cursor: default;
}

/* line 218, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 222, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #bbb transparent;
  border-width: 0 5px 6px 5px;
}

/* line 227, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 234, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 242, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 246, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

/* line 252, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

/* line 260, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 271, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 279, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 283, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 289, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 294, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 299, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 304, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #E5E5E5;
  cursor: default;
}

/* line 309, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 313, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 319, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 325, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 329, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 337, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 342, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 346, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 350, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 354, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 358, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 362, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 367, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 372, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 377, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 382, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 387, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F8FAFF;
  color: #05264E;
}

/* line 392, app/assets/stylesheets/plugins/select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 399, app/assets/stylesheets/plugins/select2.min.css */
.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/*
 * Container style
 */
/* line 4, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
/* line 15, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

/* line 27, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

/* line 39, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

/* line 45, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

/* line 54, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
/* line 67, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

/* line 79, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

/* line 91, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

/* line 98, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  /* line 107, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 113, app/assets/stylesheets/plugins/perfect-scrollbar.scss */
  .ps {
    overflow: auto !important;
  }
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2021 Animate.css
 */
/* line 7, app/assets/stylesheets/plugins/animate.min.css */
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2);
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3);
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2);
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3);
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4);
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5);
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2);
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8);
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3);
}

@media (prefers-reduced-motion: reduce), print {
  /* line 7, app/assets/stylesheets/plugins/animate.min.css */
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  /* line 7, app/assets/stylesheets/plugins/animate.min.css */
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -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);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -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);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7;
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7;
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  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);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  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);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  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);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 7, app/assets/stylesheets/plugins/animate.min.css */
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 1, app/assets/stylesheets/dashboard.css */
#dashboard {
  color: #05264E;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  background-color: #F2F4FA;
  /*--- Common Classes---------------------*/
  /* full circle 25 empty 534 */
  /*Style of the location of the div that wraps the custom pager*/
  /*Customize the style representation when pager is activated*/
  /*COMPONENTS -> FORM*/
  /*contact form*/
  /*page loading*/
  /*LAYOUT -> SPACING**/
  /***************************
    Page section margin
****************************/
  /*page about*/
  /*page services*/
  /*page pricing*/
  /*page-faqs*/
  /*Page contact*/
  /* Styling for Markdown rendered inside the description (AI-generated or
     HR-written): headings, bold, and lists otherwise fall back to bare
     browser defaults, which look out of place next to the rest of the
     job-details-card design. Scoped under .job-details-content so it
     doesn't leak into the plain-paragraph company bio, which reuses the
     same class but via simple_format (no headings/lists to style). */
  /*OTHER SCREEN*/
}

/* line 10, app/assets/stylesheets/dashboard.css */
#dashboard a:hover {
  color: #3C65F5;
}

/* line 14, app/assets/stylesheets/dashboard.css */
#dashboard a *:hover {
  color: #3C65F5;
}

/* line 18, app/assets/stylesheets/dashboard.css */
#dashboard li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/* line 26, app/assets/stylesheets/dashboard.css */
#dashboard p {
  color: #4F5E64;
}

/* line 31, app/assets/stylesheets/dashboard.css */
#dashboard ::-moz-selection {
  background: #05264E;
  /* WebKit/Blink Browsers */
  color: #fff;
}

/* line 36, app/assets/stylesheets/dashboard.css */
#dashboard ::selection {
  background: #05264E;
  /* WebKit/Blink Browsers */
  color: #fff;
}

/* line 41, app/assets/stylesheets/dashboard.css */
#dashboard ::-moz-selection {
  background: #05264E;
  /* Gecko Browsers */
  color: #fff;
}

/* line 46, app/assets/stylesheets/dashboard.css */
#dashboard ::-moz-placeholder {
  color: #A0ABB8;
  opacity: 1;
}

/* line 51, app/assets/stylesheets/dashboard.css */
#dashboard ::placeholder {
  color: #A0ABB8;
  opacity: 1;
}

/* line 56, app/assets/stylesheets/dashboard.css */
#dashboard :-ms-input-placeholder,
#dashboard ::-webkit-input-placeholder {
  color: #A0ABB8;
  opacity: 1;
}

/* line 62, app/assets/stylesheets/dashboard.css */
#dashboard .fix {
  overflow: hidden;
}

/* line 66, app/assets/stylesheets/dashboard.css */
#dashboard .hidden {
  display: none;
}

/* line 70, app/assets/stylesheets/dashboard.css */
#dashboard .clear {
  clear: both;
}

/* line 74, app/assets/stylesheets/dashboard.css */
#dashboard .section {
  float: left;
  width: 100%;
}

/* line 79, app/assets/stylesheets/dashboard.css */
#dashboard .f-right {
  float: right;
}

/* line 83, app/assets/stylesheets/dashboard.css */
#dashboard .capitalize {
  text-transform: capitalize;
}

/* line 87, app/assets/stylesheets/dashboard.css */
#dashboard .uppercase {
  text-transform: uppercase;
}

/* line 91, app/assets/stylesheets/dashboard.css */
#dashboard .bg-img {
  background-position: center center;
  background-size: cover;
}

/* line 96, app/assets/stylesheets/dashboard.css */
#dashboard .position-relative {
  position: relative;
}

/* line 100, app/assets/stylesheets/dashboard.css */
#dashboard .height-100vh {
  height: 100vh !important;
}

/* line 104, app/assets/stylesheets/dashboard.css */
#dashboard *:focus,
#dashboard select:focus,
#dashboard .custom-select:focus,
#dashboard button:focus,
#dashboard textarea:focus,
#dashboard textarea.form-control:focus,
#dashboard input.form-control:focus,
#dashboard input[type=text]:focus,
#dashboard input[type=password]:focus,
#dashboard input[type=email]:focus,
#dashboard input[type=number]:focus,
#dashboard .form-control[type=text]:focus,
#dashboard .form-control[type=password]:focus,
#dashboard .form-control[type=email]:focus,
#dashboard .form-control[type=tel]:focus,
#dashboard .form-control[contenteditable]:focus {
  outline: none !important;
  box-shadow: none;
}

/* line 124, app/assets/stylesheets/dashboard.css */
#dashboard .border-radius {
  border-radius: 4px;
}

/* line 128, app/assets/stylesheets/dashboard.css */
#dashboard .border-radius-5 {
  border-radius: 5px;
}

/* line 132, app/assets/stylesheets/dashboard.css */
#dashboard .border-radius-10 {
  border-radius: 10px;
}

/* line 136, app/assets/stylesheets/dashboard.css */
#dashboard .border-radius-15 {
  border-radius: 15px;
}

/* line 140, app/assets/stylesheets/dashboard.css */
#dashboard .border-radius-20 {
  border-radius: 20px;
}

/* line 144, app/assets/stylesheets/dashboard.css */
#dashboard .hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

/* line 148, app/assets/stylesheets/dashboard.css */
#dashboard .hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

/* line 153, app/assets/stylesheets/dashboard.css */
#dashboard .none-shadow {
  box-shadow: none !important;
}

/* line 157, app/assets/stylesheets/dashboard.css */
#dashboard .form-control {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 11px 15px 13px 15px;
  width: 100%;
  color: #A0ABB8;
  font-size: 14px;
}

/* line 167, app/assets/stylesheets/dashboard.css */
#dashboard .form-control::-moz-placeholder {
  color: #A0ABB8;
}

/* line 171, app/assets/stylesheets/dashboard.css */
#dashboard .form-control::placeholder {
  color: #A0ABB8;
}

/* line 175, app/assets/stylesheets/dashboard.css */
#dashboard .form-group {
  position: relative;
}

/* line 179, app/assets/stylesheets/dashboard.css */
#dashboard .form-group i {
  top: 50%;
  left: 15px;
  font-size: 18px;
  color: #A0ABB8;
}

/* line 186, app/assets/stylesheets/dashboard.css */
#dashboard .form-icons {
  padding-left: 41px;
}

/* line 190, app/assets/stylesheets/dashboard.css */
#dashboard .text-white {
  color: #ffffff;
}

@media (min-width: 1400px) {
  /* line 195, app/assets/stylesheets/dashboard.css */
  #dashboard .container {
    max-width: 1350px;
  }
}

/* line 200, app/assets/stylesheets/dashboard.css */
#dashboard strong {
  font-weight: bold;
}

/* line 204, app/assets/stylesheets/dashboard.css */
#dashboard a {
  text-decoration: none;
}

/* line 208, app/assets/stylesheets/dashboard.css */
#dashboard *:hover {
  transition-duration: 0.2s;
}

/* line 212, app/assets/stylesheets/dashboard.css */
#dashboard .section-box {
  display: inline-block;
  width: 100%;
  overflow: visible;
}

/* line 218, app/assets/stylesheets/dashboard.css */
#dashboard .text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* line 222, app/assets/stylesheets/dashboard.css */
#dashboard .img-responsive {
  max-width: 100%;
}

/* line 226, app/assets/stylesheets/dashboard.css */
#dashboard .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4F5E64;
  line-height: 26px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}

/* line 233, app/assets/stylesheets/dashboard.css */
#dashboard .select2-search.select2-search--dropdown {
  padding: 0;
  margin-bottom: 10px;
}

/* line 238, app/assets/stylesheets/dashboard.css */
#dashboard .select2-container--default .select2-search--dropdown .select2-search__field {
  border: thin solid #E0E6F6;
  border-radius: 4px;
  height: 40px;
  padding-left: 15px;
}

/* line 245, app/assets/stylesheets/dashboard.css */
#dashboard .select2-dropdown {
  border-color: #ffffff;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 250, app/assets/stylesheets/dashboard.css */
#dashboard .select2-container--open .select2-dropdown--below {
  border: thin solid #ececec;
  padding: 15px;
  margin-top: 10px;
  border-radius: 4px;
  min-width: 200px;
}

/* line 258, app/assets/stylesheets/dashboard.css */
#dashboard .select-style .select2-selection--single .select2-selection__rendered {
  color: #A0ABB8;
}

/* line 262, app/assets/stylesheets/dashboard.css */
#dashboard .select-style .select2 {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  width: 100% !important;
}

/* line 270, app/assets/stylesheets/dashboard.css */
#dashboard .select-style .select2 .select2-selection__arrow {
  background: url(/dashboard_imgs/template/icons/arrow-down.svg) no-repeat right 10px center;
  top: 11px;
  width: 26px;
  opacity: 0.5;
}

/* line 277, app/assets/stylesheets/dashboard.css */
#dashboard .select-style .select2 .select2-selection__arrow b {
  display: none !important;
}

/* line 281, app/assets/stylesheets/dashboard.css */
#dashboard .select-style-icon .select2 {
  padding-left: 33px;
}

/* line 285, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown {
  position: relative;
}

/* line 289, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown .dropdown-menu.show {
  border: thin solid #B4C0E0;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

/* line 298, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown .dropdown-menu.show .dropdown-item {
  padding: 10px 20px;
  color: #4F5E64;
  font-size: 14px;
}

/* line 304, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown .dropdown-menu.show .dropdown-item.active {
  text-decoration: none;
  background-color: #EFF2FB;
}

/* line 309, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown .dropdown-menu.show .dropdown-item:active {
  text-decoration: none;
  background-color: #EFF2FB;
}

/* line 314, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown.dropdown-sort .dropdown-menu.show {
  border-radius: 10px;
  margin-top: 20px;
}

/* line 319, app/assets/stylesheets/dashboard.css */
#dashboard h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 71px;
  color: #05264E;
}

/* line 328, app/assets/stylesheets/dashboard.css */
#dashboard h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #05264E;
}

/* line 337, app/assets/stylesheets/dashboard.css */
#dashboard h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #05264E;
}

/* line 346, app/assets/stylesheets/dashboard.css */
#dashboard h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #05264E;
}

/* line 355, app/assets/stylesheets/dashboard.css */
#dashboard h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #05264E;
}

/* line 364, app/assets/stylesheets/dashboard.css */
#dashboard h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #05264E;
}

/* line 373, app/assets/stylesheets/dashboard.css */
#dashboard .font-lg, #dashboard .font-md, #dashboard .font-sm, #dashboard .font-xs, #dashboard .font-xxs {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 379, app/assets/stylesheets/dashboard.css */
#dashboard .font-lg {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

/* line 385, app/assets/stylesheets/dashboard.css */
#dashboard .font-md {
  font-size: 16px !important;
  line-height: 24px !important;
}

/* line 390, app/assets/stylesheets/dashboard.css */
#dashboard .font-sm {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 22px !important;
}

/* line 396, app/assets/stylesheets/dashboard.css */
#dashboard .font-xs {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

/* line 402, app/assets/stylesheets/dashboard.css */
#dashboard .font-xxs {
  font-size: 10px !important;
  line-height: 16px;
}

/* line 407, app/assets/stylesheets/dashboard.css */
#dashboard .font-bold {
  font-weight: bold;
}

/* line 411, app/assets/stylesheets/dashboard.css */
#dashboard .font-regular {
  font-weight: 400;
}

/* line 415, app/assets/stylesheets/dashboard.css */
#dashboard .color-text-paragraph {
  color: #4F5E64;
}

/* line 419, app/assets/stylesheets/dashboard.css */
#dashboard .color-text-paragraph-2 {
  color: #66789C;
}

/* line 423, app/assets/stylesheets/dashboard.css */
#dashboard .color-text-mutted {
  color: #A0ABB8;
}

/* line 427, app/assets/stylesheets/dashboard.css */
#dashboard .color-white {
  color: #ffffff !important;
}

/* line 431, app/assets/stylesheets/dashboard.css */
#dashboard .color-orange {
  color: #F58A3C !important;
}

/* line 435, app/assets/stylesheets/dashboard.css */
#dashboard .text-14 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

/* line 443, app/assets/stylesheets/dashboard.css */
#dashboard .text-32 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
}

/* line 449, app/assets/stylesheets/dashboard.css */
#dashboard .text-52 {
  font-size: 52px;
  line-height: 66px;
  font-weight: 800;
  color: #05264E;
}

/* line 456, app/assets/stylesheets/dashboard.css */
#dashboard .text-42 {
  font-size: 42px;
  line-height: 53px;
  font-weight: 700;
  color: #05264E;
}

/* line 463, app/assets/stylesheets/dashboard.css */
#dashboard .color-green {
  color: #85FF83;
}

/* line 467, app/assets/stylesheets/dashboard.css */
#dashboard .color-brand-1 {
  color: #05264E !important;
}

/* line 471, app/assets/stylesheets/dashboard.css */
#dashboard .color-brand-2 {
  color: #3C65F5;
}

/* line 475, app/assets/stylesheets/dashboard.css */
#dashboard .op-70 {
  opacity: 0.7;
}

/* line 479, app/assets/stylesheets/dashboard.css */
#dashboard .f-18 {
  font-size: 18px;
}

/* line 483, app/assets/stylesheets/dashboard.css */
#dashboard .box-progress-bar .progress {
  height: 6px;
  position: relative;
  overflow: visible;
  border-radius: 5px;
  background-color: #E0E6F7;
}

/* line 491, app/assets/stylesheets/dashboard.css */
#dashboard .box-progress-bar .progress .bg-paragraph-2 {
  overflow: visible;
  border-radius: 10px;
  position: relative;
  background-color: #66789C !important;
}

/* line 498, app/assets/stylesheets/dashboard.css */
#dashboard .box-progress-bar .progress .bg-paragraph-2 span {
  position: absolute;
  top: -25px;
  right: -14px;
  color: #66789C;
  font-size: 12px;
  line-height: 18px;
}

/* line 507, app/assets/stylesheets/dashboard.css */
#dashboard .box-progress-bar .progress .bg-paragraph-2::before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #66789C;
  position: absolute;
  top: -5px;
  right: -5px;
}

/* line 518, app/assets/stylesheets/dashboard.css */
#dashboard .box-progress-bar .progress .bg-brand-2 {
  overflow: visible;
  border-radius: 10px;
  position: relative;
  background-color: #3C65F5 !important;
}

/* line 525, app/assets/stylesheets/dashboard.css */
#dashboard .box-progress-bar .progress .bg-brand-2 span {
  position: absolute;
  top: -25px;
  right: -14px;
  color: #66789C;
  font-size: 12px;
  line-height: 18px;
}

/* line 534, app/assets/stylesheets/dashboard.css */
#dashboard .box-progress-bar .progress .bg-brand-2::before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #3C65F5;
  position: absolute;
  top: -5px;
  right: -5px;
}

/* line 545, app/assets/stylesheets/dashboard.css */
#dashboard iframe {
  width: 100%;
}

/* line 549, app/assets/stylesheets/dashboard.css */
#dashboard .bg-green {
  background-color: #3AAB67 !important;
}

/* line 553, app/assets/stylesheets/dashboard.css */
#dashboard .bg-orange {
  background-color: #F58A3C !important;
}

/* line 557, app/assets/stylesheets/dashboard.css */
#dashboard .bg-pink {
  background-color: #D159E4 !important;
}

/* line 561, app/assets/stylesheets/dashboard.css */
#dashboard .bg-9 {
  background-color: #EFF7FF !important;
}

/* line 565, app/assets/stylesheets/dashboard.css */
#dashboard .bg-14 {
  background-color: #D8F1FF !important;
}

/* line 569, app/assets/stylesheets/dashboard.css */
#dashboard .bg-15 {
  background-color: #F4F7FF !important;
}

/* line 573, app/assets/stylesheets/dashboard.css */
#dashboard .main {
  display: flex;
  width: 100%;
  margin-top: 96px;
  min-height: calc(100vh - 96px);
}

/* line 580, app/assets/stylesheets/dashboard.css */
#dashboard .main .nav {
  max-width: 280px;
  width: 100%;
  padding: 16px;
  background-color: #ffffff;
  position: sticky;
  top: 96px;
  height: calc(100vh - 96px);
  overflow-y: auto;
  display: inline-block !important;
}

/* line 592, app/assets/stylesheets/dashboard.css */
#dashboard .box-content {
  width: 100%;
  padding: 20px 15px;
  display: inline-block;
  overflow: visible;
}

/* line 599, app/assets/stylesheets/dashboard.css */
#dashboard .container {
  max-width: 100%;
  padding: 0px;
}

/* line 604, app/assets/stylesheets/dashboard.css */
#dashboard .border-bottom {
  border-bottom: 1px solid #E0E6F7;
  width: 100%;
}

/* line 609, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-box {
  border: 1px solid #E0E6F7;
  border-radius: 12px;
  padding: 12px;
  margin-top: 10px;
  background: #F8FAFF;
}

/* line 617, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li.sidebar-chat-inline-item {
  margin-top: 10px;
  margin-bottom: 0;
}

/* line 622, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-title {
  margin: 0 0 10px;
  color: #05264E;
  font-size: 14px;
  font-weight: 700;
}

/* line 629, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-users {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

/* line 636, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-user {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid #E2E8F8;
  border-radius: 12px;
  color: #1F3B69;
  text-decoration: none;
  background: #FFFFFF;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* line 649, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-user:hover {
  border-color: #C6D6FF;
  box-shadow: 0 6px 18px rgba(28, 63, 140, 0.08);
}

/* line 654, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-user-meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 661, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-user-name {
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  color: #05264E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 671, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-user-role {
  font-size: 11px;
  line-height: 14px;
  color: #66789C;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 679, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-user.is-active {
  background: #EDF3FF;
  border-color: #3C65F5;
  box-shadow: 0 0 0 1px rgba(60, 101, 245, 0.2);
}

/* line 685, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-widget {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 691, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-messages {
  min-height: 180px;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid #E0E6F7;
  border-radius: 10px;
  padding: 8px;
  background: #FFFFFF;
}

/* line 701, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-typing {
  min-height: 16px;
  font-size: 11px;
  color: #66789C;
}

/* line 707, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-form {
  display: flex;
  gap: 6px;
}

/* line 712, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-form .form-control {
  font-size: 12px;
  padding: 8px 10px;
}

/* line 717, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-form .btn {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

/* line 724, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-empty {
  border: 1px dashed #D4DCF3;
  border-radius: 10px;
  padding: 12px;
  font-size: 12px;
  color: #66789C;
  background: #FFFFFF;
}

/* line 733, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-messages .chat-message-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid #E8EEFF;
  border-radius: 10px;
  padding: 8px;
  margin-bottom: 6px;
  background: #FFFFFF;
}

/* line 744, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-messages .chat-message-item.is-outgoing {
  background: #EDF3FF;
  border-color: #D6E3FF;
}

/* line 749, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-messages .chat-message-content {
  min-width: 0;
  color: #05264E;
  font-size: 12px;
  line-height: 16px;
}

/* line 756, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-messages .chat-message-content strong {
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}

/* line 762, app/assets/stylesheets/dashboard.css */
#dashboard .chat-channel-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  padding: 0 6px;
  border-radius: 999px;
  background: #EEF3FF;
  border: 1px solid #D6E3FF;
  color: #3C65F5;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
}

/* line 777, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-messages .chat-message-content p {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

/* line 783, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-chat-messages .chat-message-item small {
  display: block;
  margin-top: 3px;
  color: #66789C;
  font-size: 10px;
}

/* line 790, app/assets/stylesheets/dashboard.css */
#dashboard .chat-attachments {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 6px;
}

/* line 797, app/assets/stylesheets/dashboard.css */
#dashboard .chat-attachment-link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 3px 8px;
  border-radius: 8px;
  border: 1px solid #DCE6FF;
  background: #F8FAFF;
  color: #1F3B69;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 814, app/assets/stylesheets/dashboard.css */
#dashboard .chat-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DCE6FF;
  background: #EEF3FF;
}

/* line 829, app/assets/stylesheets/dashboard.css */
#dashboard .chat-avatar-image,
#dashboard .chat-avatar-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

/* line 838, app/assets/stylesheets/dashboard.css */
#dashboard .chat-avatar-image {
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
}

/* line 844, app/assets/stylesheets/dashboard.css */
#dashboard .chat-avatar-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3C65F5;
  background: linear-gradient(135deg, #F0F4FF 0%, #E2EBFF 100%);
}

/* line 852, app/assets/stylesheets/dashboard.css */
#dashboard .chat-avatar-fallback i {
  font-size: 16px;
  line-height: 1;
}

/* line 857, app/assets/stylesheets/dashboard.css */
#dashboard .chat-avatar.has-image .chat-avatar-image {
  opacity: 1;
  transform: scale(1);
}

/* line 862, app/assets/stylesheets/dashboard.css */
#dashboard .chat-avatar.has-image .chat-avatar-fallback {
  opacity: 0;
  transform: scale(0.94);
}

@media (max-width: 1399.98px) {
  /* line 868, app/assets/stylesheets/dashboard.css */
  #dashboard .sidebar-chat-form {
    flex-direction: column;
  }
  /* line 872, app/assets/stylesheets/dashboard.css */
  #dashboard .sidebar-chat-form .btn {
    width: 100%;
  }
  /* line 876, app/assets/stylesheets/dashboard.css */
  #dashboard .sidebar-chat-user-name {
    font-size: 12px;
  }
}

/* line 881, app/assets/stylesheets/dashboard.css */
#dashboard #chartdiv {
  width: 100%;
  height: 500px;
}

/* line 886, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown-menu {
  z-index: 12;
}

/* line 890, app/assets/stylesheets/dashboard.css */
#dashboard a,
#dashboard button,
#dashboard img,
#dashboard input,
#dashboard span,
#dashboard h4 {
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}

@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* line 951, app/assets/stylesheets/dashboard.css */
#dashboard .jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

/* line 958, app/assets/stylesheets/dashboard.css */
#dashboard .btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 8px;
  padding: 13px 25px;
  font-size: 14px;
  line-height: 16px;
  transition: 0.2s;
}

/* line 967, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-default {
  color: #ffffff;
  background-color: #3C65F5;
  padding: 11px 20px 13px 20px;
}

/* line 973, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-default:hover {
  background-color: #05264E;
  transform: translateY(-2px);
  transition: 0.2s;
}

/* line 979, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-notify {
  background: url(/assets/dashboard_imgs/page/dashboard/notify-cbbb13bbe6f7de5a2d6f3931213bcf059ad08b821bc279c523da9a6a90e0d22b.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  height: 52px;
  width: 30px;
  position: relative;
}

/* line 988, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-notify::before {
  content: "";
  height: 8px;
  width: 8px;
  background: url(/assets/dashboard_imgs/page/dashboard/icon-notify-567cf78b9ccb23da4262cdbf92a83df44bffe1ab9eecf3ea49235cdccdbd71b6.svg) no-repeat center;
  position: absolute;
  top: 15px;
  right: 15px;
}

/* line 998, app/assets/stylesheets/dashboard.css */
#dashboard .btn.icon-edit {
  background-image: url(/assets/dashboard_imgs/page/dashboard/edit-5b355d7cebbb3acdc62c5dd9f34d2fc9da6a519565c8a05798eccda4116b4cc0.svg);
  background-repeat: no-repeat;
  background-position: 15px 10px;
  padding-left: 45px;
}

/* line 1005, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-tag {
  background-color: #EAF2FF;
  font-size: 12px;
  line-height: 18px;
  padding: 7px 10px;
  border-radius: 5px;
  color: #66789C;
  margin: 0px 5px 5px 0px;
}

/* line 1015, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-tag.high {
  background-color: #fff5f8;
  color: #f1416c;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* line 1022, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-tag.complete {
  background-color: #e8fff3;
  color: #41bc79;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* line 1029, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-tag.mid {
  background-color: #f8f5ff;
  color: #7239ea;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* line 1036, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-tag.in-progress {
  background-color: #fbe5df;
  color: #ef5a32;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* line 1043, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-tag.low {
  background-color: #eff2f5;
  color: #111a4d;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* line 1050, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-tag.planing {
  background-color: #f1faff;
  color: #06a0f7;
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* line 1057, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-grey-small {
  border-radius: 3px;
  background-color: #F2F4FA;
  font-size: 12px;
  line-height: 18px;
  color: #66789C;
  font-weight: 500;
  padding: 3px 7px;
}

/* line 1067, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-link {
  color: #05264E;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  padding: 11px 20px 13px 20px;
}

/* line 1075, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-delete {
  color: #E45959;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  padding: 11px 20px 13px 20px;
}

/* line 1083, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-brand {
  border-radius: 4px;
}

/* line 1087, app/assets/stylesheets/dashboard.css */
#dashboard .btn.icon-tick {
  background-image: url(/assets/dashboard_imgs/page/profile/tick-f3e0bbee5428d6ff4ed529d4ab1efc56426a34fa4a2cf5481344e0e2113e6dfb.svg);
  background-repeat: no-repeat;
  background-position: 18px 10px;
  padding-left: 47px;
}

/* line 1094, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-editor {
  background-image: url(/assets/dashboard_imgs/page/my-resume/btn-edit-9dc297952ca5810846bdcf45bcc838c114cea76be8453d2ae2c0bafb6a7f93c2.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  width: 32px;
  background-color: #EFF2FB;
  padding: 0px;
}

/* line 1104, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-remove {
  background-image: url(/assets/dashboard_imgs/page/my-resume/btn-delete-09d5fdb53074c5ec1fa77ca22c01bcbf92bc0f0a96eafbbe12d1cb17aaafb870.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  width: 32px;
  padding: 0px;
  background-color: #EFF2FB;
  margin-left: 8px;
}

/* line 1115, app/assets/stylesheets/dashboard.css */
#dashboard .btn.btn-apply-now {
  background-color: #E0E6F7;
  color: #3C65F5;
  padding: 12px 10px;
  min-width: 95px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: capitalize;
}

/* line 1125, app/assets/stylesheets/dashboard.css */
#dashboard .btn-tags-sm {
  padding: 6px 18px;
  color: #66789C;
  border-radius: 5px;
  color: #3C65F5;
  min-width: 42px;
  font-size: 12px;
  line-height: 18px;
  background-color: rgba(81, 146, 255, 0.12);
}

/* line 1136, app/assets/stylesheets/dashboard.css */
#dashboard .btn-brand-1 {
  padding: 18px 25px;
  background: #05264E;
  color: #ffffff;
  border-radius: 4px;
}

/* line 1143, app/assets/stylesheets/dashboard.css */
#dashboard .social-login {
  height: 53px;
  border-radius: 4px;
  border: 1px solid #E0E6F6;
  width: 100%;
  line-height: 53px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

/* line 1156, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-1 {
  position: relative;
  border-radius: 10px;
  border: 0.88px solid #E0E6F7;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background: #F8FAFF;
  text-align: center;
  padding: 30px;
}

/* line 1168, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-1 {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 22px 19px;
  margin-bottom: 30px;
  border: 1px solid #E0E6F7;
  display: flex;
  width: 100%;
}

/* line 1178, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-1 .card-image {
  min-width: 55px;
  width: 10%;
  text-align: center;
  padding-right: 20px;
  line-height: 40px;
}

/* line 1186, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-1 .card-image img {
  vertical-align: middle;
  display: inline-block;
}

/* line 1191, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-1 .card-info {
  width: 100%;
}

/* line 1195, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-1 .card-info .card-title {
  display: flex;
}

/* line 1199, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-1 .card-info .card-title .status {
  margin-left: 15px;
}

/* line 1203, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-1 .card-info .card-title .status.up {
  background: url(/assets/dashboard_imgs/page/dashboard/up-d922cb22085be4a3e48f22a992e471fdeb1b2ae6d8b5fe923f60df6498bba4fc.svg) no-repeat left center;
  display: inline-block;
  padding: 0px 0px 0px 30px;
  color: #3AAB67;
}

/* line 1210, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-1 .card-info .card-title .status.down {
  display: inline-block;
  padding: 0px;
  color: #E45959;
}

/* line 1216, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 21px 25px;
  margin-bottom: 15px;
  border: 1px solid #EFF2FB;
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
}

/* line 1228, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 .card-head {
  width: 55%;
  display: flex;
}

/* line 1233, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 .card-head .card-image {
  max-width: 67px;
  padding-right: 15px;
  width: 100%;
}

/* line 1239, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 .card-head .card-image img {
  display: block;
  border-radius: 8px;
}

/* line 1244, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 .card-head .card-title {
  width: 100%;
  margin-bottom: 0px !important;
}

/* line 1249, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 .card-head .card-title .job-type {
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  background: url(/assets/dashboard_imgs/page/dashboard/job-type-b3337db976da9e5f1ae2c8717dd74403dfd95966f16c6bba9a6e8a8aa18c0ba0.svg) no-repeat 0px 3px;
  display: inline-block;
  padding: 0px 0px 0px 15px;
  margin-right: 12px;
}

/* line 1259, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 .card-head .card-title .time-post {
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  background: url(/assets/dashboard_imgs/page/dashboard/time-af46d21054c26f4a9853eb6bb391cf4795851b44b3619d59198d47d9538c0694.svg) no-repeat 0px 3px;
  display: inline-block;
  padding: 0px 0px 0px 15px;
  margin-right: 12px;
}

/* line 1269, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 .card-head .card-title .location {
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  background: url(/assets/dashboard_imgs/page/dashboard/marker-133546348105c7042a1bfa35e884e2a0b24d3ebeeb9c0e64b44e32f314880165.svg) no-repeat 0px 3px;
  display: inline-block;
  padding: 0px 0px 0px 15px;
  margin-right: 12px;
}

/* line 1279, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 .card-tags {
  width: 40%;
}

/* line 1283, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 .card-price {
  width: 15%;
  min-width: 100px;
  text-align: right;
}

/* line 1289, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 .card-price strong {
  color: #3C65F5;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

/* line 1296, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-2 .card-price span {
  color: #A0ABB8;
  font-size: 12px;
  line-height: 12px;
}

/* line 1302, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-3 {
  background-color: #ffffff;
  padding: 0px 0px 15px 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EFF2FB;
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
}

/* line 1313, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-3 .card-image {
  max-width: 58px;
  padding-right: 10px;
  width: 100%;
  position: relative;
  min-width: 58px;
}

/* line 1321, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-3 .card-image.online::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #3AAB67;
  position: absolute;
  bottom: 1px;
  right: 12px;
}

/* line 1332, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-3 .card-image img {
  display: block;
  border-radius: 50%;
}

/* line 1337, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-3 .card-title {
  width: 40%;
  margin-bottom: 0px !important;
}

/* line 1342, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-3 .card-title h6 {
  line-height: 20px;
  margin-top: 4px;
}

/* line 1347, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-3 .card-title .job-position {
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  display: inline-block;
}

/* line 1354, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-3 .card-location {
  width: 45%;
}

/* line 1358, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-3 .card-location .location {
  font-size: 14px;
  line-height: 22px;
  color: #A0ABB8;
  background: url(/assets/dashboard_imgs/page/dashboard/marker-133546348105c7042a1bfa35e884e2a0b24d3ebeeb9c0e64b44e32f314880165.svg) no-repeat 0px 3px;
  background-size: auto 19px;
  display: inline-block;
  padding: 4px 0px 0px 25px;
  margin-right: 12px;
}

/* line 1369, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-3 .card-rating {
  width: 15%;
  min-width: 100px;
  text-align: right;
}

/* line 1375, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-4 {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 19px 15px;
  margin-bottom: 15px;
  border: 1px solid #EFF2FB;
  display: inline-block;
  width: 100%;
  align-items: center;
  align-content: center;
}

/* line 1387, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-4 .card-image {
  max-width: 67px;
  padding-right: 15px;
  width: 100%;
}

/* line 1393, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-4 .card-image img {
  display: block;
  border-radius: 8px;
}

/* line 1398, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-4 .card-title {
  width: 100%;
  margin-bottom: 0px !important;
}

/* line 1403, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-4 .card-location {
  padding-top: 15px;
}

/* line 1407, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-4 .card-location .location {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  background: url(/assets/dashboard_imgs/page/dashboard/marker-133546348105c7042a1bfa35e884e2a0b24d3ebeeb9c0e64b44e32f314880165.svg) no-repeat 0px 3px;
  display: inline-block;
  padding: 0px 0px 0px 15px;
  margin-right: 12px;
}

/* line 1418, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-4 .card-location .jobs-number {
  width: 50%;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  display: inline-block;
}

/* line 1427, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-5 {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #E0E6F7;
  padding: 0px 0px 10px 0px;
  margin-bottom: 15px;
}

/* line 1436, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-5:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

/* line 1441, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-5 .card-title {
  position: relative;
  width: 55%;
}

/* line 1446, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-5 .card-progress {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
}

/* line 1453, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-5 .card-progress .number {
  display: inline-block;
  padding: 0px 7px 0px 0px;
  vertical-align: top;
}

/* line 1459, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-5 .card-progress .progress {
  height: 8px;
  border-radius: 5px;
  background-color: #ffffff;
  width: 100%;
}

/* line 1466, app/assets/stylesheets/dashboard.css */
#dashboard .card-style-5 .card-progress .progress .progress-bar {
  border-radius: 5px;
}

/* line 1470, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 {
  border-radius: 8px;
  border: 1px solid #E0E6F7;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  background: #F8FAFF;
}

/* line 1479, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 i {
  font-size: 20px;
  color: #A0ABB8;
  margin-left: 5px;
}

/* line 1485, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 i.fi-rr-marker {
  margin-left: 0;
}

/* line 1489, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .btn-apply-now {
  color: #3C65F5;
}

/* line 1493, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2:hover {
  border-color: #B4C0E0;
  background-color: #ffffff;
}

/* line 1498, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2:hover .btn-apply-now {
  color: #ffffff;
  background-color: #3C65F5;
}

/* line 1503, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 a {
  text-decoration: none;
  color: #05264E;
}

/* line 1508, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 a:hover {
  color: #3C65F5;
}

/* line 1512, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image-rd {
  padding: 0px 15px 0px 0px;
  display: inline-block;
  width: 30%;
  min-width: 115px;
  max-width: 115px;
}

/* line 1520, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image-rd figure {
  position: relative;
  display: inline-block;
}

/* line 1525, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image-rd figure img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

/* line 1531, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image-rd.online figure::before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 13px;
  right: 9px;
  background: #00c070;
}

/* line 1542, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2.grid-bd-16 {
  background-color: #ffffff;
  border-radius: 16px;
}

/* line 1547, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2.grid-bd-16 .lbl-hot {
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  height: 24px;
  background: #3C65F5;
  border-radius: 5px;
  color: #ffffff;
  min-width: 42px;
  font-size: 12px;
  line-height: 18px;
}

/* line 1565, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2.grid-bd-16 .card-block-info .card-text-price {
  font-size: 16px;
  line-height: 26px;
}

/* line 1570, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image {
  position: relative;
  padding: 10px;
}

/* line 1575, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 12;
}

/* line 1582, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image figure {
  display: block;
}

/* line 1586, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image figure img {
  width: 100%;
  border-radius: 12px;
}

/* line 1591, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 5px 10px 20px 10px;
}

/* line 1597, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0px 4px 40px;
  font-size: 14px;
  max-width: 90%;
  min-height: 44px;
}

/* line 1607, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-2-img-text .card-grid-2-img-small {
  background: #e4e4e4;
  border-radius: 50%;
  padding: 5px;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 30px;
}

/* line 1622, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #05264E;
  font-size: 14px;
}

/* line 1628, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-2-img-text img {
  max-width: 100%;
}

/* line 1632, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-text-price {
  color: #3C65F5;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

/* line 1639, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-text-price span {
  font-size: 14px;
  color: #4F5E64;
  font-weight: 400;
}

/* line 1645, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-2-bottom {
  position: relative;
}

/* line 1649, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-2-bottom .btn-grey-small {
  margin-right: 5px;
}

/* line 1653, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-2-bottom .btn-tags-sm {
  margin-bottom: 5px;
}

/* line 1657, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover {
  padding: 15px 33px;
  border: thin solid #B4C0E0;
  font-size: 14px;
}

/* line 1663, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover:hover {
  color: #ffffff;
}

/* line 1667, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-grid-2-img-medium {
  padding-left: 55px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #151515;
  line-height: 17px;
}

/* line 1676, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-grid-2-img-medium .card-grid-2-img-small {
  background-color: #5aa6ff;
  height: 44px;
  width: 44px;
  border-radius: 8px;
}

/* line 1683, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-profile {
  text-align: center;
}

/* line 1687, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-profile strong {
  font-size: 18px;
  color: #05264E;
  line-height: 18px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: block;
  padding-bottom: 5px;
}

/* line 1697, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-profile strong:hover {
  color: #05264E;
}

/* line 1701, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-profile > span {
  color: #4F5E64;
}

/* line 1705, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-profile .rate-reviews-small span {
  display: inline-block;
  vertical-align: middle;
}

/* line 1710, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-block-info .card-profile .rate-reviews-small span img {
  height: 13px;
  display: flex;
}

/* line 1715, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .employers-info {
  border-top: 1px solid #E0E6F7;
  padding-top: 20px;
}

/* line 1720, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .flash {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 25px;
  width: 25px;
  background: url(/assets/dashboard_imgs/template/icons/flash-4f2e7e86bd32fe1f9d7e709c1f2e50988a8dcd2e2e6f56579ea00886a6501a07.svg) no-repeat 0px 0px;
}

/* line 1729, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image-left {
  padding: 30px 20px 15px 20px;
  display: flex;
  position: relative;
}

/* line 1735, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image-left .image-box {
  min-width: 52px;
  padding-right: 15px;
}

/* line 1740, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image-left .right-info .name-job {
  font-size: 18px;
  line-height: 26px;
  color: #05264E;
  font-weight: bold;
  display: block;
}

/* line 1748, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image-left .right-info .name-job:hover {
  color: #3C65F5;
}

/* line 1752, app/assets/stylesheets/dashboard.css */
#dashboard .card-grid-2 .card-grid-2-image-left .right-info .location-small {
  background: url(/dashboard_imgs/template/icons/location.svg) no-repeat 0px 5px;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  font-size: 12px;
  color: #A0ABB8;
}

/* line 1760, app/assets/stylesheets/dashboard.css */
#dashboard .display-list .card-style-2 {
  flex-wrap: wrap;
  margin-bottom: 30px;
}

/* line 1765, app/assets/stylesheets/dashboard.css */
#dashboard .display-list .card-style-2:hover {
  box-shadow: 0px 10px 20px -5px rgba(6, 36, 92, 0.06);
  border-color: #B4C0E0;
}

/* line 1770, app/assets/stylesheets/dashboard.css */
#dashboard .display-list .card-style-2 .card-head {
  width: 100%;
}

/* line 1774, app/assets/stylesheets/dashboard.css */
#dashboard .display-list .card-style-2 .card-head .card-image {
  margin-bottom: 30px;
}

/* line 1778, app/assets/stylesheets/dashboard.css */
#dashboard .display-list .card-style-2 .card-head .card-title {
  margin-bottom: 30px !important;
}

/* line 1782, app/assets/stylesheets/dashboard.css */
#dashboard .display-list .card-style-2 .card-tags {
  width: 50%;
}

/* line 1786, app/assets/stylesheets/dashboard.css */
#dashboard .display-list .card-style-2 .card-price {
  width: 50%;
}

/* line 1790, app/assets/stylesheets/dashboard.css */
#dashboard .display-list .card-style-2 .card-price strong {
  font-size: 24px;
  line-height: 40px;
}

/* line 1795, app/assets/stylesheets/dashboard.css */
#dashboard .display-list .card-style-2 .card-price span {
  font-size: 18px;
  line-height: 19px;
}

/* line 1800, app/assets/stylesheets/dashboard.css */
#dashboard .panel-head .dropdown-menu {
  font-size: 14px;
}

/* line 1804, app/assets/stylesheets/dashboard.css */
#dashboard .circliful .outer {
  fill: transparent;
  stroke: #333;
  stroke-width: 19.8;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  /* firefox bug fix - won't rotate at 90deg angles */
}

/* line 1814, app/assets/stylesheets/dashboard.css */
#dashboard .circliful .inner {
  fill: transparent;
  stroke: orange;
  stroke-width: 20;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  /* firefox bug fix - won't rotate at 90deg angles */
  stroke-dashoffset: 0;
}

/* line 1824, app/assets/stylesheets/dashboard.css */
#dashboard .circliful {
  overflow: visible !important;
}

/* line 1828, app/assets/stylesheets/dashboard.css */
#dashboard .svg-container {
  width: 85%;
  margin: 0 auto;
  overflow: visible;
}

/* line 1834, app/assets/stylesheets/dashboard.css */
#dashboard svg .icon {
  font-family: FontAwesome;
}

/* line 1838, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper {
  position: relative;
}

/* line 1842, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

/* line 1852, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

/* line 1862, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-container .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/* line 1870, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-container .item-logo {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 22px 18px;
  display: flex;
  width: 100%;
  text-align: left;
  border-radius: 12px;
  margin-bottom: 15px;
  background-color: #ffffff;
  flex-wrap: wrap;
}

/* line 1882, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}

/* line 1886, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-container .item-logo:hover {
  border: 1px solid #B4C0E0;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 1891, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-container .item-logo .image-left {
  min-width: 50px;
  padding-right: 10px;
}

/* line 1896, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-container .item-logo .text-info-right h4 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
}

/* line 1902, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-container .item-logo .text-info-bottom {
  position: relative;
  width: 100%;
}

/* line 1907, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-button-next:after,
#dashboard .box-swiper .swiper-button-prev:after {
  content: "";
}

/* line 1912, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-button-next {
  background: url(/assets/dashboard_imgs/slider/swiper/next-b9e1afa9138cf74145ce05720330a40ab2179331e280c3877166f6cd8b3ebdd3.svg) no-repeat 0px 0px;
}

/* line 1916, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-button-next:hover {
  background: url(/assets/dashboard_imgs/slider/swiper/next-active-58071d27dbdafd4296a31287380f74ad798c3f2f0962f752237f60f291b39359.svg) no-repeat 0px 0px;
}

/* line 1920, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-button-prev {
  background: url(/assets/dashboard_imgs/slider/swiper/prev-869d42f3d7e8813cca7e8b35aa6fdd60dbca26316e2b27ebb3ecef5926bb32ce.svg) no-repeat 0px 0px;
}

/* line 1924, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-button-prev:hover {
  background: url(/assets/dashboard_imgs/slider/swiper/prev-active-d4b9f5e9156c161ce95e1904558f7e20812254c52f8b1cdd731539966bf3c595.svg) no-repeat 0px 0px;
}

/* line 1928, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-button-next,
#dashboard .box-swiper .swiper-button-prev {
  width: 40px;
  margin-top: -55px;
}

/* line 1934, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-button-next {
  left: auto;
  right: -65px;
}

/* line 1939, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-button-prev {
  left: -65px;
}

/* line 1943, app/assets/stylesheets/dashboard.css */
#dashboard .box-swiper .swiper-button-next.swiper-button-disabled,
#dashboard .box-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

/* line 1948, app/assets/stylesheets/dashboard.css */
#dashboard .swiper-pagination {
  text-align: center;
  width: 100%;
}

/* line 1953, app/assets/stylesheets/dashboard.css */
#dashboard .swiper-pagination-bullet {
  margin: 10px;
}

/* line 1958, app/assets/stylesheets/dashboard.css */
#dashboard .swiper-pagination-custom {
  bottom: -5px;
}

/* line 1962, app/assets/stylesheets/dashboard.css */
#dashboard .swiper-pagination-customs {
  background: #B4C0E0;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

/* line 1975, app/assets/stylesheets/dashboard.css */
#dashboard .swiper-pagination-customs-active,
#dashboard .swiper-pagination-customs:hover {
  background: #3C65F5;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-right: 3px;
}

/* line 1986, app/assets/stylesheets/dashboard.css */
#dashboard .style-nav-top .swiper-button-next {
  top: -30px;
  right: -5px;
  left: auto;
}

/* line 1992, app/assets/stylesheets/dashboard.css */
#dashboard .style-nav-top .swiper-button-prev {
  top: -30px;
  right: 45px;
  left: auto;
}

/* line 1998, app/assets/stylesheets/dashboard.css */
#dashboard .form-group {
  margin-bottom: 1rem;
}

/* line 2002, app/assets/stylesheets/dashboard.css */
#dashboard .cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 2014, app/assets/stylesheets/dashboard.css */
#dashboard .cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 2022, app/assets/stylesheets/dashboard.css */
#dashboard .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 7px;
}

/* line 2033, app/assets/stylesheets/dashboard.css */
#dashboard .cb-container input:checked ~ .checkmark {
  border: 2px solid #3C65F5;
}

/* line 2037, app/assets/stylesheets/dashboard.css */
#dashboard .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 2043, app/assets/stylesheets/dashboard.css */
#dashboard .cb-container input:checked ~ .checkmark:after {
  display: block;
}

/* line 2047, app/assets/stylesheets/dashboard.css */
#dashboard .cb-container .checkmark:after {
  left: 0px;
  top: -1px;
  width: 21px;
  height: 22px;
  border-radius: 5px;
  background: #3C65F5 url(/dashboard_imgs/template/icons/tick.svg) no-repeat center;
}

/* line 2057, app/assets/stylesheets/dashboard.css */
#dashboard input:-moz-placeholder,
#dashboard textarea:-moz-placeholder {
  opacity: 1;
}

/* line 2062, app/assets/stylesheets/dashboard.css */
#dashboard input::-webkit-input-placeholder,
#dashboard textarea::-webkit-input-placeholder {
  opacity: 1;
}

/* line 2067, app/assets/stylesheets/dashboard.css */
#dashboard input::-moz-placeholder,
#dashboard textarea::-moz-placeholder {
  opacity: 1;
}

/* line 2072, app/assets/stylesheets/dashboard.css */
#dashboard input:-ms-input-placeholder,
#dashboard textarea:-ms-input-placeholder {
  opacity: 1;
}

/* line 2077, app/assets/stylesheets/dashboard.css */
#dashboard input[type=text],
#dashboard input[type=email],
#dashboard input[type=date],
#dashboard input[type=time],
#dashboard input[type=tel] {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  height: 50px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
}

/* line 2091, app/assets/stylesheets/dashboard.css */
#dashboard input[type=text]:focus,
#dashboard input[type=email]:focus,
#dashboard input[type=date]:focus,
#dashboard input[type=time]:focus,
#dashboard input[type=tel]:focus {
  border: 1px solid #EFF2FB;
}

/* line 2099, app/assets/stylesheets/dashboard.css */
#dashboard select {
  width: 100%;
  background: transparent;
  border: 0px solid #B4C0E0;
  box-shadow: none;
  font-size: 16px;
  color: #4F5E64;
}

/* line 2108, app/assets/stylesheets/dashboard.css */
#dashboard option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 16px;
}

/* line 2116, app/assets/stylesheets/dashboard.css */
#dashboard .mt-6 {
  margin-top: 6px !important;
}

/* line 2120, app/assets/stylesheets/dashboard.css */
#dashboard .modal-lg, #dashboard .modal-xl {
  max-width: 600px;
}

/* line 2124, app/assets/stylesheets/dashboard.css */
#dashboard .modal-content .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

/* line 2131, app/assets/stylesheets/dashboard.css */
#dashboard .apply-job-form {
  background-image: url(/assets/dashboard_imgs/template/bg-1-6fd2c51bbbf3957e3c8a3a15237d4849fd299f7fd56b5b0a65b669c439205ecd.svg);
  background-repeat: no-repeat;
}

/* line 2136, app/assets/stylesheets/dashboard.css */
#dashboard .apply-job-form .text-brand-2 {
  background: #d5deff;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 15px;
}

/* line 2143, app/assets/stylesheets/dashboard.css */
#dashboard .form-login-cover {
  margin: 50px 0 0 0;
  border-radius: 16px;
  border: 1px solid #E0E6F6;
  padding: 50px 30px;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 2151, app/assets/stylesheets/dashboard.css */
#dashboard .divider-text-center {
  position: relative;
  text-align: center;
}

/* line 2156, app/assets/stylesheets/dashboard.css */
#dashboard .divider-text-center::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #E0E6F6;
  top: 50%;
  left: 0;
  z-index: 1;
}

/* line 2167, app/assets/stylesheets/dashboard.css */
#dashboard .divider-text-center span {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  z-index: 2;
  position: relative;
}

/* line 2175, app/assets/stylesheets/dashboard.css */
#dashboard .box-list-character {
  background: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 8px;
  padding: 10px;
  display: table;
  table-layout: fixed;
  margin: 30px auto auto auto;
  width: 100%;
}

/* line 2186, app/assets/stylesheets/dashboard.css */
#dashboard .box-list-character ul {
  display: flex;
  padding: 0px;
  list-style: none;
  margin: 0px;
}

/* line 2193, app/assets/stylesheets/dashboard.css */
#dashboard .box-list-character ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 2199, app/assets/stylesheets/dashboard.css */
#dashboard .box-list-character ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #4F5E64;
  text-transform: uppercase;
  display: inline-block;
  width: 28px;
  max-width: 28px;
  height: 28px;
}

/* line 2210, app/assets/stylesheets/dashboard.css */
#dashboard .box-list-character ul li a:hover, #dashboard .box-list-character ul li a.active {
  background-color: #E0E6F7;
  border-radius: 50%;
  text-align: center;
  color: #3C65F5;
}

/* line 2217, app/assets/stylesheets/dashboard.css */
#dashboard .job-text-desc {
  max-width: 70%;
}

/* line 2221, app/assets/stylesheets/dashboard.css */
#dashboard .mt--30 {
  margin-top: -30px;
}

/* line 2225, app/assets/stylesheets/dashboard.css */
#dashboard .content-job-inner {
  padding: 40px;
}

/* line 2229, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job {
  position: relative;
  text-align: center;
}

/* line 2234, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job figure {
  display: block;
}

/* line 2238, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job figure img {
  max-width: 80%;
}

/* line 2242, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job .job-top-creator {
  max-width: 290px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  border-radius: 20px;
  padding: 5px;
  position: absolute;
  bottom: -100px;
  left: -100px;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

/* line 2254, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job .job-top-creator-head {
  background-color: #EFF3FC;
  border-radius: 20px;
  padding: 18px 45px 21px 45px;
}

/* line 2260, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job .job-top-creator ul {
  display: block;
  padding: 24px 20px 0px 20px;
  margin: 0px;
  list-style: none;
}

/* line 2267, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job .job-top-creator ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
}

/* line 2274, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job .job-top-creator ul li figure {
  float: left;
  display: block;
}

/* line 2279, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job .job-top-creator ul li figure img {
  width: 60px;
  height: 50px;
  border-radius: 50%;
}

/* line 2285, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job .job-top-creator ul li .job-info-creator {
  display: block;
  padding-left: 60px;
}

/* line 2290, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job .job-top-creator ul li .job-info-creator strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* line 2297, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-job .job-top-creator ul li .job-info-creator span {
  color: #4F5E64;
  font-size: 14px;
}

/* line 2302, app/assets/stylesheets/dashboard.css */
#dashboard .list-partners {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 2308, app/assets/stylesheets/dashboard.css */
#dashboard .list-partners li {
  display: inline-block;
  padding: 25px 29px;
  vertical-align: middle;
}

/* line 2314, app/assets/stylesheets/dashboard.css */
#dashboard .list-partners li figure img {
  max-width: 100%;
  vertical-align: middle;
}

/* line 2319, app/assets/stylesheets/dashboard.css */
#dashboard .box-newsletter {
  padding: 57px 0px 96px 0px;
  background: url(/dashboard_imgs/template/bg-newsletter.svg) no-repeat 0px 0px;
  background-size: cover;
  border-radius: 16px;
}

/* line 2326, app/assets/stylesheets/dashboard.css */
#dashboard .box-newsletter .box-form-newsletter {
  background: #ffffff;
  max-width: 610px;
  padding: 10px;
  border-radius: 10px;
  margin: auto;
}

/* line 2334, app/assets/stylesheets/dashboard.css */
#dashboard .box-newsletter .box-form-newsletter form {
  display: flex;
}

/* line 2338, app/assets/stylesheets/dashboard.css */
#dashboard .box-newsletter .box-form-newsletter form .input-newsletter {
  width: 90%;
  padding: 15px;
  border: 0px;
  min-height: 60px;
  background-image: url(/dashboard_imgs/template/email.svg);
  background-repeat: no-repeat;
  background-position: left 17px center;
  padding-left: 60px;
}

/* line 2349, app/assets/stylesheets/dashboard.css */
#dashboard .box-newsletter .box-form-newsletter form .font-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

/* line 2354, app/assets/stylesheets/dashboard.css */
#dashboard .box-newsletter .icon-send-letter {
  position: relative;
  background-image: url(/dashboard_imgs/template/icons/apply.svg);
  background-repeat: no-repeat;
  background-position: left 17px center;
  padding-left: 45px;
}

/* line 2362, app/assets/stylesheets/dashboard.css */
#dashboard .box-newsletter .text-md-newsletter {
  color: #ffffff;
  font-size: 37px;
  line-height: 55px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
}

/* line 2370, app/assets/stylesheets/dashboard.css */
#dashboard .box-newsletter .text-lg-newsletter {
  color: #ffffff;
  font-size: 46px;
  line-height: 56px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
}

/* line 2378, app/assets/stylesheets/dashboard.css */
#dashboard .bg-patern {
  position: relative;
}

/* line 2382, app/assets/stylesheets/dashboard.css */
#dashboard .bg-patern .container {
  z-index: 3;
  position: relative;
}

/* line 2387, app/assets/stylesheets/dashboard.css */
#dashboard .text-mutted {
  font-size: 16px;
  color: #4F5E64;
  line-height: 16px;
}

/* line 2393, app/assets/stylesheets/dashboard.css */
#dashboard .text-mutted-2 {
  color: #66789C;
}

/* line 2398, app/assets/stylesheets/dashboard.css */
#dashboard .preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}

/* line 2412, app/assets/stylesheets/dashboard.css */
#dashboard .preloader img {
  max-width: 250px;
}

/* line 2416, app/assets/stylesheets/dashboard.css */
#dashboard .rate {
  height: 21px;
  padding: 0 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

/* line 2424, app/assets/stylesheets/dashboard.css */
#dashboard .rate:not(:checked) > input {
  position: absolute;
  visibility: hidden;
}

/* line 2429, app/assets/stylesheets/dashboard.css */
#dashboard .rate:not(:checked) > label {
  float: right;
  width: 21px;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  margin-right: 3px;
}

/* line 2441, app/assets/stylesheets/dashboard.css */
#dashboard .rate:not(:checked) > label.checked:before {
  background: url(/assets/dashboard_imgs/template/icons/star-6c16f2bb8f0c83b141d39d5876bfa1591c2e91fc04795d46541d81903434156c.svg) no-repeat;
}

/* line 2445, app/assets/stylesheets/dashboard.css */
#dashboard .rate > input:checked ~ label:before {
  background: url(/assets/dashboard_imgs/template/icons/star-6c16f2bb8f0c83b141d39d5876bfa1591c2e91fc04795d46541d81903434156c.svg) no-repeat;
}

/* line 2449, app/assets/stylesheets/dashboard.css */
#dashboard .rate.small {
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  padding: 0;
}

/* line 2458, app/assets/stylesheets/dashboard.css */
#dashboard .breacrumb-cover {
  background-color: #F8FAFF;
  background-image: url(/dashboard_imgs/page/blog/bg-breadcrumb.png);
  background-position: top center;
  padding: 50px 0;
}

/* line 2465, app/assets/stylesheets/dashboard.css */
#dashboard .breadcrumbs {
  background-color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  padding: 7px 15px;
}

/* line 2472, app/assets/stylesheets/dashboard.css */
#dashboard .breadcrumbs li {
  color: #66789C;
  font-size: 14px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

/* line 2480, app/assets/stylesheets/dashboard.css */
#dashboard .breadcrumbs li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: url(/dashboard_imgs/template/icons/arrow-breadcrumb.svg) no-repeat center;
}

/* line 2490, app/assets/stylesheets/dashboard.css */
#dashboard .breadcrumbs li a {
  font-size: 14px;
  color: #66789C;
  text-decoration: none;
  line-height: 14px;
  display: block;
}

/* line 2498, app/assets/stylesheets/dashboard.css */
#dashboard .breadcrumbs li a:hover {
  color: #05264E;
}

/* line 2502, app/assets/stylesheets/dashboard.css */
#dashboard .breadcrumbs li:last-child::before {
  color: #66789C;
}

/* line 2506, app/assets/stylesheets/dashboard.css */
#dashboard .breadcrumbs li:first-child::before {
  display: none;
}

/* line 2510, app/assets/stylesheets/dashboard.css */
#dashboard .breadcrumbs li:first-child {
  padding-left: 0px;
}

/* line 2514, app/assets/stylesheets/dashboard.css */
#dashboard .breadcrumbs .home-icon {
  background: url(/dashboard_imgs/page/blog/home.svg) no-repeat;
  padding: 0px 0px 0px 20px;
}

/* line 2519, app/assets/stylesheets/dashboard.css */
#dashboard .noUi-horizontal .noUi-handle {
  border: 1px solid #e1e1e1;
}

/* line 2523, app/assets/stylesheets/dashboard.css */
#dashboard .box-filters-job .dropdown-menu[data-bs-popper] {
  right: 0;
  left: unset;
}

/* line 2528, app/assets/stylesheets/dashboard.css */
#dashboard .text-brand-2 {
  color: #3C65F5;
}

/* line 2532, app/assets/stylesheets/dashboard.css */
#dashboard .w-lg-50 {
  width: 50%;
}

/* line 2536, app/assets/stylesheets/dashboard.css */
#dashboard .header {
  padding: 15px 20px;
  float: left;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 12;
}

/* line 2547, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header {
  display: flex;
  align-items: center;
}

/* line 2552, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  text-align: right;
}

/* line 2561, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header .header-right .member-login {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
}

/* line 2568, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header .header-right .member-login img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

/* line 2576, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header .header-right .member-login .info-member {
  padding-left: 0;
  text-align: left;
  line-height: 1.25;
  min-width: 0;
}

/* line 2583, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header .header-right .member-login .info-member strong {
  display: block;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
}

/* line 2592, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header .header-right .member-login .info-member .dropdown > a {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 10px;
  border-radius: 999px;
  background: #F2F4FA;
  color: #3C65F5;
  font-weight: 600;
  text-transform: capitalize;
  padding-right: 24px;
  background-position: right 8px center;
}

/* line 2605, app/assets/stylesheets/dashboard.css */
#dashboard .notification-trigger {
  height: 44px;
  width: 44px;
  border: 1px solid #E0E6F7;
  border-radius: 12px;
  background: #ffffff;
  color: #05264E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

/* line 2618, app/assets/stylesheets/dashboard.css */
#dashboard .notification-trigger:hover,
#dashboard .notification-trigger:focus {
  color: #3C65F5;
  border-color: #B4C0E0;
  box-shadow: 0 10px 20px -12px rgba(60, 101, 245, 0.65);
}

/* line 2625, app/assets/stylesheets/dashboard.css */
#dashboard .notification-trigger i {
  font-size: 18px;
  line-height: 1;
}

/* line 2630, app/assets/stylesheets/dashboard.css */
#dashboard .notification-badge {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  background: linear-gradient(135deg, #FF5D7A 0%, #FF2E5E 100%);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
}

/* line 2643, app/assets/stylesheets/dashboard.css */
#dashboard .notification-dropdown-menu {
  min-width: 420px;
  max-width: 420px;
  border: 1px solid #DCE6FF;
  border-radius: 16px;
  box-shadow: 0 20px 30px -24px rgba(5, 38, 78, 0.45);
  padding: 0;
  overflow: hidden;
}

/* line 2653, app/assets/stylesheets/dashboard.css */
#dashboard .notification-dropdown-header {
  border-bottom: 1px solid #EEF2FF;
  background: linear-gradient(180deg, #F8FAFF 0%, #FFFFFF 100%);
}

/* line 2658, app/assets/stylesheets/dashboard.css */
#dashboard .notification-dropdown-header-inner {
  min-height: 56px;
}

/* line 2662, app/assets/stylesheets/dashboard.css */
#dashboard .notification-view-all {
  font-size: 13px;
  color: #3C65F5;
  font-weight: 600;
}

/* line 2668, app/assets/stylesheets/dashboard.css */
#dashboard .notification-dropdown-body {
  max-height: 360px;
  overflow-y: auto;
  padding: 0;
}

/* line 2674, app/assets/stylesheets/dashboard.css */
#dashboard .notification-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
}

/* line 2681, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item {
  border: 1px solid #E8EEFF;
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.2s ease;
}

/* line 2688, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item.is-unread {
  border-color: #C9D8FF;
  background: linear-gradient(180deg, #F7FAFF 0%, #FFFFFF 100%);
}

/* line 2693, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px -20px rgba(5, 38, 78, 0.55);
}

/* line 2698, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item-inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
}

/* line 2705, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #EEF3FF;
  color: #3C65F5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

/* line 2717, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item-icon i {
  font-size: 14px;
  line-height: 1;
}

/* line 2722, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item-content {
  min-width: 0;
  flex: 1 1 auto;
}

/* line 2727, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item-title {
  color: #05264E;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  margin-bottom: 4px;
}

/* line 2735, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item-message {
  color: #66789C;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 4px;
  word-break: break-word;
}

/* line 2743, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item-time {
  color: #8FA0C4;
  font-size: 13px;
  font-weight: 600;
}

/* line 2749, app/assets/stylesheets/dashboard.css */
#dashboard .notification-mark-read {
  border: 1px solid #D7E3FF;
  background: #ffffff;
  color: #3C65F5;
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

/* line 2761, app/assets/stylesheets/dashboard.css */
#dashboard .notification-mark-read:hover {
  border-color: #3C65F5;
  color: #ffffff;
  background: #3C65F5;
}

/* line 2767, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: 0 0 auto;
}

/* line 2775, app/assets/stylesheets/dashboard.css */
#dashboard .notification-item-actions .button_to,
#dashboard .notification-page-actions .button_to {
  margin: 0;
}

/* line 2780, app/assets/stylesheets/dashboard.css */
#dashboard .notification-delete-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #FFD9E0;
  border-radius: 999px;
  background: #FFF5F7;
  color: #D92D20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

/* line 2794, app/assets/stylesheets/dashboard.css */
#dashboard .notification-delete-btn i {
  font-size: 12px;
  line-height: 1;
}

/* line 2799, app/assets/stylesheets/dashboard.css */
#dashboard .notification-delete-btn:hover {
  background: #FFE8EC;
  border-color: #FFB9C6;
  color: #B42318;
}

/* line 2805, app/assets/stylesheets/dashboard.css */
#dashboard .notification-empty-state {
  border: 1px dashed #D9E3FF;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  color: #8FA0C4;
  font-weight: 600;
  background: #FAFCFF;
}

/* line 2815, app/assets/stylesheets/dashboard.css */
#dashboard .notification-page .notification-page-header {
  background: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  padding: 16px 20px;
}

/* line 2822, app/assets/stylesheets/dashboard.css */
#dashboard .notification-page .notification-page-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* line 2830, app/assets/stylesheets/dashboard.css */
#dashboard .notification-page .notification-page-panel {
  border: 1px solid #E0E6F7;
  border-radius: 18px;
  box-shadow: 0 20px 35px -32px rgba(5, 38, 78, 0.45);
}

/* line 2836, app/assets/stylesheets/dashboard.css */
#dashboard .notification-page .notification-page-mark-all {
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid #BFD1FF;
  color: #3C65F5;
  padding: 10px 16px;
}

/* line 2844, app/assets/stylesheets/dashboard.css */
#dashboard .notification-page .notification-page-mark-all:hover {
  border-color: #3C65F5;
  color: #ffffff;
  background-color: #3C65F5;
}

/* line 2850, app/assets/stylesheets/dashboard.css */
#dashboard .notification-page .notification-page-clear-all {
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid #FFD1D8;
  color: #D92D20;
  background: #FFF4F6;
  padding: 10px 16px;
}

/* line 2859, app/assets/stylesheets/dashboard.css */
#dashboard .notification-page .notification-page-clear-all:hover {
  border-color: #D92D20;
  color: #ffffff;
  background-color: #D92D20;
}

/* line 2865, app/assets/stylesheets/dashboard.css */
#dashboard .notification-page .notification-list {
  gap: 12px;
  padding: 4px;
}

/* line 2870, app/assets/stylesheets/dashboard.css */
#dashboard .notification-page .notification-item-inner {
  padding: 16px;
}

/* line 2874, app/assets/stylesheets/dashboard.css */
#dashboard .notification-dropdown-menu .notification-item-title {
  font-size: 16px;
}

/* line 2878, app/assets/stylesheets/dashboard.css */
#dashboard .notification-dropdown-menu .notification-item-message {
  font-size: 14px;
}

/* line 2882, app/assets/stylesheets/dashboard.css */
#dashboard .notification-dropdown-menu .notification-item-inner {
  padding: 12px;
}

/* line 2886, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-panel {
  border: 1px solid #E0E6F7;
  border-radius: 18px;
  box-shadow: 0 20px 35px -30px rgba(5, 38, 78, 0.35);
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFCFF 100%);
}

/* line 2893, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

/* line 2900, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-count {
  min-width: 30px;
  height: 30px;
  border-radius: 999px;
  border: 1px solid #D4E1FF;
  color: #3C65F5;
  background: #EEF4FF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  padding: 0 8px;
}

/* line 2915, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 2921, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-item {
  border: 1px solid #EAF0FF;
  border-radius: 14px;
  background: #ffffff;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  transition: all 0.2s ease;
}

/* line 2933, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-item:hover {
  border-color: #C9D8FF;
  box-shadow: 0 14px 24px -20px rgba(60, 101, 245, 0.65);
  transform: translateY(-1px);
}

/* line 2939, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(180deg, #EDF3FF 0%, #F8FAFF 100%);
  color: #3C65F5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

/* line 2951, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-title {
  color: #05264E;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

/* line 2958, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-meta {
  color: #6B7EA6;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 2px;
}

/* line 2965, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-time {
  color: #8FA0C4;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  white-space: nowrap;
  text-align: right;
}

/* line 2974, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-empty {
  border: 1px dashed #D6E1FF;
  border-radius: 14px;
  background: #FAFCFF;
  padding: 24px 16px;
  text-align: center;
}

/* line 2982, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-empty-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  margin: 0 auto 8px;
  color: #7D96D8;
  background: #EEF4FF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

/* line 2995, app/assets/stylesheets/dashboard.css */
#dashboard .recent-activity-empty-text {
  color: #8092B8;
  font-weight: 600;
  font-size: 14px;
}

/* line 3001, app/assets/stylesheets/dashboard.css */
#dashboard .remove-invitation-btn {
  height: 32px;
  border-radius: 10px;
  border: 1px solid #FFD0D8;
  background: #FFF5F7;
  color: #E04F6D;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* line 3016, app/assets/stylesheets/dashboard.css */
#dashboard .remove-invitation-btn:hover {
  border-color: #E04F6D;
  background: #E04F6D;
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 3023, app/assets/stylesheets/dashboard.css */
  #dashboard .notification-dropdown-menu {
    min-width: 320px;
    max-width: calc(100vw - 24px);
  }
  /* line 3028, app/assets/stylesheets/dashboard.css */
  #dashboard .notification-page .notification-page-header {
    padding: 14px;
  }
  /* line 3032, app/assets/stylesheets/dashboard.css */
  #dashboard .notification-page .notification-page-mark-all {
    padding: 8px 12px;
    font-size: 13px;
  }
  /* line 3037, app/assets/stylesheets/dashboard.css */
  #dashboard .notification-page .notification-page-clear-all {
    padding: 8px 12px;
    font-size: 13px;
  }
  /* line 3042, app/assets/stylesheets/dashboard.css */
  #dashboard .notification-item-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
  }
  /* line 3050, app/assets/stylesheets/dashboard.css */
  #dashboard .notification-item-content {
    flex: 1 1 calc(100% - 44px);
    min-width: 0;
  }
  /* line 3055, app/assets/stylesheets/dashboard.css */
  #dashboard .notification-item-actions {
    width: 100%;
    justify-content: flex-end;
    margin-left: 0;
    padding-left: 44px;
  }
  /* line 3062, app/assets/stylesheets/dashboard.css */
  #dashboard .notification-item-title {
    font-size: 16px;
  }
  /* line 3066, app/assets/stylesheets/dashboard.css */
  #dashboard .notification-item-message {
    font-size: 14px;
  }
  /* line 3070, app/assets/stylesheets/dashboard.css */
  #dashboard .recent-activity-item {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 10px 12px;
  }
  /* line 3075, app/assets/stylesheets/dashboard.css */
  #dashboard .recent-activity-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 14px;
  }
  /* line 3082, app/assets/stylesheets/dashboard.css */
  #dashboard .recent-activity-time {
    grid-column: 2;
    text-align: left;
    margin-top: -2px;
    font-size: 11px;
  }
  /* line 3089, app/assets/stylesheets/dashboard.css */
  #dashboard .remove-invitation-btn {
    height: 28px;
    border-radius: 8px;
    font-size: 11px;
    padding: 0 8px;
    gap: 4px;
  }
}

/* line 3098, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header .header-nav {
  display: inline-block;
  width: 60%;
  text-align: center;
}

/* line 3104, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header .header-left {
  display: flex;
  align-items: center;
  min-width: 280px;
}

/* line 3110, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header .header-left .header-logo {
  margin-right: 0;
  min-width: 139px;
}

/* line 3115, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header .header-search {
  width: 60%;
  display: inline-block;
}

/* line 3120, app/assets/stylesheets/dashboard.css */
#dashboard .header .main-header .header-search .input-search {
  background-image: url(/assets/dashboard_imgs/page/dashboard/search-6d6a06477419faf1820687786d13e125bb28389782011be8ddfbee10593c777b.svg);
  background-position: left 16px center;
  background-repeat: no-repeat;
  padding-left: 40px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #A0ABB8;
}

/* line 3131, app/assets/stylesheets/dashboard.css */
#dashboard .header .nav-main-menu {
  display: inline-block;
  width: auto;
  padding: 0px;
  text-align: left;
}

/* line 3138, app/assets/stylesheets/dashboard.css */
#dashboard .header .text-link-bd-btom {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #05264E;
  display: inline-block;
  position: relative;
  text-decoration-line: underline;
}

/* line 3150, app/assets/stylesheets/dashboard.css */
#dashboard .header .text-link-bd-btom:hover {
  color: #3C65F5;
}

/* line 3154, app/assets/stylesheets/dashboard.css */
#dashboard .header .block-signin .btn-shadow {
  box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
}

/* line 3158, app/assets/stylesheets/dashboard.css */
#dashboard .header.header-2 {
  background-color: #F8FAFF;
}

/* line 3162, app/assets/stylesheets/dashboard.css */
#dashboard .header .header-menu {
  min-width: 20%;
  margin-left: 30px;
}

/* line 3167, app/assets/stylesheets/dashboard.css */
#dashboard .header .header-menu ul li {
  display: inline-block;
  padding: 5px 10px;
}

/* line 3172, app/assets/stylesheets/dashboard.css */
#dashboard .header .header-menu ul li a {
  font-size: 14px;
}

/* line 3176, app/assets/stylesheets/dashboard.css */
#dashboard .sticky-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #E0E6F6;
  background: #fff;
}

/* line 3189, app/assets/stylesheets/dashboard.css */
#dashboard .sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}

/* line 3193, app/assets/stylesheets/dashboard.css */
#dashboard .sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

/* line 3197, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 {
  background: #3C65F5;
}

/* line 3201, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2.sticky-bar.stick {
  background: #3C65F5;
}

/* line 3205, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 .main-menu > li > a {
  color: #E0E6F6;
}

/* line 3209, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 .main-menu > li > a:hover {
  color: #ffffff;
}

/* line 3213, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 .main-menu > li > a:hover::before,
#dashboard .header-brand-2 .main-menu > li > a .active::before {
  background-color: #ffffff;
}

/* line 3218, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 .main-menu li a,
#dashboard .header-brand-2 .main-menu li a.active {
  color: #ffffff;
}

/* line 3223, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 .main-menu li a:hover::before,
#dashboard .header-brand-2 .main-menu li a .active::before,
#dashboard .header-brand-2 .main-menu li a.active:hover::before,
#dashboard .header-brand-2 .main-menu li a.active .active::before {
  background-color: #ffffff;
}

/* line 3230, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 .main-menu li a {
  color: #E0E6F6;
}

/* line 3234, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 .main-menu li a:hover, #dashboard .header-brand-2 .main-menu li a.active {
  color: #ffffff;
}

/* line 3238, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 .main-menu li a:hover::before, #dashboard .header-brand-2 .main-menu li a.active::before {
  background-color: #ffffff;
}

/* line 3242, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 .main-menu li ul li a:hover {
  color: #3C65F5;
}

/* line 3246, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 .text-link-bd-btom {
  color: #ffffff;
}

/* line 3250, app/assets/stylesheets/dashboard.css */
#dashboard .header-brand-2 .btn-default {
  background-color: #ffffff;
  color: #3C65F5;
  font-weight: 500;
}

/* line 3256, app/assets/stylesheets/dashboard.css */
#dashboard .user-account {
  display: flex;
  align-items: center;
}

/* line 3261, app/assets/stylesheets/dashboard.css */
#dashboard .user-account img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 3267, app/assets/stylesheets/dashboard.css */
#dashboard .user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

/* line 3273, app/assets/stylesheets/dashboard.css */
#dashboard .perfect-scroll {
  height: 100vh;
  width: 300px;
  position: relative;
}

/* line 3279, app/assets/stylesheets/dashboard.css */
#dashboard .body-overlay-1 {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 997;
}

/* line 3292, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

/* line 3297, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

/* line 3304, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li.hr {
  padding: 0px 22px;
}

/* line 3308, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li.hr span {
  background-color: #E0E6F6;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}

/* line 3316, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #66789C;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 15px 25px;
}

/* line 3329, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 3335, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a span {
  display: inline-block;
  vertical-align: middle;
}

/* line 3340, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a:hover, #dashboard .main-menu li a.active {
  background-color: #3C65F5 !important;
  color: #ffffff !important;
  border-radius: 8px;
}

/* line 3346, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a:hover span, #dashboard .main-menu li a.active span {
  color: #ffffff;
}

/* line 3350, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a:hover img, #dashboard .main-menu li a.active img {
  filter: invert(100%) sepia(50%) saturate(50%) hue-rotate(124deg) brightness(200%) contrast(100%);
}

/* line 3354, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a i {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 3px;
}

/* line 3360, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a.dashboard {
  background: url(/assets/dashboard_imgs/page/dashboard/dashboard-fc9a12e25f54e95e2b6da481fed6360f51c745b8748615b1bcbdaf96e32f4bf0.svg) no-repeat 10px center;
  padding-left: 40px;
}

/* line 3365, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a.candidates {
  background: url(/assets/dashboard_imgs/page/dashboard/candidates-4e08d38714016a8bbb85318f4cacb2a72a3456d3d181d24fbf5e06fbc1cc65ad.svg) no-repeat 10px center;
  padding-left: 40px;
}

/* line 3370, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a.recruiters {
  background: url(/assets/dashboard_imgs/page/dashboard/recruiters-404e00d183b6c59870aaa41af53f7c460a85a123c169f3d30c8fe699ce5af4ea.svg) no-repeat 10px center;
  padding-left: 40px;
}

/* line 3375, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a.jobs {
  background: url(/assets/dashboard_imgs/page/dashboard/jobs-421ecc028c914770126e4b11394855b2804ee597098f754ee890b43890fedca5.svg) no-repeat 10px center;
  padding-left: 40px;
}

/* line 3380, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a.tasks {
  background: url(/assets/dashboard_imgs/page/dashboard/tasks-ba0084b6fee135120703fa53bd2bc8e2dab92156552fbe997e8f25f1a2beafaf.svg) no-repeat 10px center;
  padding-left: 40px;
}

/* line 3385, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a.myprofiles {
  background: url(/assets/dashboard_imgs/page/dashboard/profiles-61cb67eaee607ce99ec7c1883f865ba553cd6ea7463ce0aeedb910c3a50b5078.svg) no-repeat 10px center;
  padding-left: 40px;
}

/* line 3390, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a.cvmanage {
  background: url(/assets/dashboard_imgs/page/dashboard/cv-manage-826dbf105a743cb91a89eeec68ad835c73c7d2dd55a90323dd722c9c9160af8d.svg) no-repeat 10px center;
  padding-left: 40px;
}

/* line 3395, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a.settings {
  background: url(/assets/dashboard_imgs/page/dashboard/settings-54f875bde3cecbc25ddaef82645661b14664d8cab43243593f486ecb98b0ee69.svg) no-repeat 10px center;
  padding-left: 40px;
}

/* line 3400, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a.authentication {
  background: url(/assets/dashboard_imgs/page/dashboard/authentication-e68132d4d15e818465f822feb85e7e0ab178c9aba4b9a52fbfa825095723aa09.svg) no-repeat 10px center;
  padding-left: 40px;
}

/* line 3405, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li a.logout {
  background: url(/assets/dashboard_imgs/page/dashboard/logout-a8f14d423a0f389075e6c7c115aafb304beb76474d04f0c54395d23459f83ea8.svg) no-repeat 10px center;
  padding-left: 40px;
}

/* line 3410, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 999;
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid #ececec;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #ffffff;
  padding: 10px 0px 15px 0;
}

/* line 3426, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li ul li {
  width: 100%;
  padding: 0px;
}

/* line 3431, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #253D4E;
  position: relative;
  padding: 14px 22px 10px 35px;
  transition: 0.3s;
}

/* line 3441, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li ul li a::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #05264E;
  border-radius: 50%;
  opacity: 0.7;
  transition-duration: 0.2s;
}

/* line 3454, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li ul li a:hover, #dashboard .main-menu li ul li a.active {
  padding-left: 38px;
  transition: 0.5s;
}

/* line 3459, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li ul li a:hover::after, #dashboard .main-menu li ul li a.active::after {
  opacity: 1;
  transition-duration: 0.3s;
}

/* line 3464, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li ul li a:hover::before, #dashboard .main-menu li ul li a.active::before {
  display: none;
}

/* line 3468, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}

/* line 3473, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

/* line 3479, app/assets/stylesheets/dashboard.css */
#dashboard .main-menu li:hover > ul li {
  width: 100%;
}

/* line 3483, app/assets/stylesheets/dashboard.css */
#dashboard .close-nav .main-menu li a {
  padding: 8px 6px;
  text-align: center;
}

/* line 3488, app/assets/stylesheets/dashboard.css */
#dashboard .close-nav .main-menu li a img {
  margin-right: 0px;
}

/* line 3492, app/assets/stylesheets/dashboard.css */
#dashboard .close-nav .main-menu li a span {
  display: none;
}

/* line 3496, app/assets/stylesheets/dashboard.css */
#dashboard .close-nav .box-profile-completed, #dashboard .close-nav .sidebar-border-bg {
  display: none;
}

/* line 3500, app/assets/stylesheets/dashboard.css */
#dashboard .main .nav.close-nav {
  max-width: 70px;
}

/* line 3504, app/assets/stylesheets/dashboard.css */
#dashboard .icon-down {
  display: inline-block;
  padding-right: 15px;
  background: url(/assets/dashboard_imgs/page/dashboard/triangle-bbc9f8359998ffc91196fe7d6ccf1a396f94e04247e37f1c3f72ecd06be0badc.svg) no-repeat right center;
}

/* line 3510, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style {
  position: fixed;
  top: 0px;
  width: 380px;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 1000;
}

/* line 3525, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

/* line 3531, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 3538, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 34px 30px 30px 30px;
  background-color: #ffffff;
  align-items: center;
  align-self: center;
  border-bottom: thin solid #E0E6F6;
}

/* line 3549, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

/* line 3553, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}

/* line 3557, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px 30px 30px;
}

/* line 3561, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 13px 0;
}

/* line 3567, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
  display: none;
}

/* line 3571, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}

/* line 3575, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #05264E;
}

/* line 3590, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}

/* line 3596, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}

/* line 3600, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand i::before {
  content: "\f113";
}

/* line 3604, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #05264E;
  transition-duration: 0.2s;
}

/* line 3615, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}

/* line 3619, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}

/* line 3623, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}

/* line 3628, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}

/* line 3632, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 13px;
  transition-duration: 0.2s;
}

/* line 3637, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before {
  opacity: 1;
  transition-duration: 0.2s;
}

/* line 3642, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #253D4E;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}

/* line 3652, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  background-color: #E0E6F6;
  border-radius: 50%;
  opacity: 0.7;
  transition-duration: 0.2s;
}

/* line 3666, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}

/* line 3670, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}

/* line 3674, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: #05264E;
  padding-left: 3px;
  transition-duration: 0.2s;
}

/* line 3680, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}

/* line 3684, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #E0E6F7;
  margin: 17px 0 30px 0;
}

/* line 3691, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}

/* line 3696, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}

/* line 3700, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #05264E;
}

/* line 3707, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #05264E;
}

/* line 3711, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: 14px;
  color: #05264E;
  margin-right: 8px;
}

/* line 3717, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}

/* line 3727, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}

/* line 3731, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}

/* line 3735, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

/* line 3741, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: #05264E;
}

/* line 3745, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: #05264E;
}

/* line 3749, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 3753, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 12px;
  color: #4F5E64;
}

/* line 3758, app/assets/stylesheets/dashboard.css */
#dashboard .burger-icon {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 22px;
  right: 20px;
  display: none;
  z-index: 999999;
}

/* line 3771, app/assets/stylesheets/dashboard.css */
#dashboard .burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

/* line 3779, app/assets/stylesheets/dashboard.css */
#dashboard .burger-icon > span.burger-icon-top {
  top: 2px;
}

/* line 3783, app/assets/stylesheets/dashboard.css */
#dashboard .burger-icon > span.burger-icon-bottom {
  bottom: 2px;
}

/* line 3787, app/assets/stylesheets/dashboard.css */
#dashboard .burger-icon > span.burger-icon-mid {
  top: 9px;
}

/* line 3791, app/assets/stylesheets/dashboard.css */
#dashboard .burger-icon.burger-close {
  position: fixed;
}

/* line 3795, app/assets/stylesheets/dashboard.css */
#dashboard .burger-icon.burger-close > span.burger-icon-top {
  display: none;
  opacity: 0;
}

/* line 3800, app/assets/stylesheets/dashboard.css */
#dashboard .burger-icon.burger-close > span.burger-icon-mid {
  top: 8px;
  transform: rotate(45deg);
}

/* line 3805, app/assets/stylesheets/dashboard.css */
#dashboard .burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 10px;
  transform: rotate(-45deg);
}

/* line 3810, app/assets/stylesheets/dashboard.css */
#dashboard .burger-icon > span::before,
#dashboard .burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

/* line 3821, app/assets/stylesheets/dashboard.css */
#dashboard .burger-icon.burger-icon-white > span::before,
#dashboard .burger-icon.burger-icon-white > span::after {
  background-color: #4F5E64;
}

/* line 3826, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-search form {
  background-color: #f2f3f4;
  border-radius: 8px;
  height: 44px;
  padding: 0px 15px 0px 44px;
  position: relative;
}

/* line 3834, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 43px;
}

/* line 3841, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: #4F5E64;
}

/* line 3849, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-social-icon h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

/* line 3855, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}

/* line 3870, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-social-icon a img {
  max-width: 18px;
}

/* line 3874, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-social-icon a img:hover {
  opacity: 0.8;
}

/* line 3878, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}

/* line 3884, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-social-icon a:last-child {
  margin-right: 0;
}

/* line 3888, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-account {
  margin: 15px 0;
  padding: 30px 0 20px 0;
  border-top: thin solid #E0E6F6;
}

/* line 3894, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}

/* line 3899, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-account ul li {
  padding: 13px 0;
}

/* line 3903, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-account ul li a {
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #253D4E;
  transition-duration: 0.2s;
}

/* line 3914, app/assets/stylesheets/dashboard.css */
#dashboard .mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: #05264E;
}

/* line 3920, app/assets/stylesheets/dashboard.css */
#dashboard .nav li {
  list-style: none;
}

/* line 3924, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-border-bg {
  border: 1px solid #E0E6F7;
  background: #F2F6FD url(/assets/dashboard_imgs/page/dashboard/bg-hiring-23019e7e825dcb9af82465d61d477512e76edd35a08b53e73d3816edcfc9f981.svg) no-repeat bottom left;
  padding: 30px 40px 260px 40px;
  border-radius: 4px;
  margin-bottom: 40px;
}

/* line 3932, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-border-bg .text-grey {
  color: #B4C0E0;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

/* line 3941, app/assets/stylesheets/dashboard.css */
#dashboard .sidebar-border-bg .text-hiring {
  color: #66789C;
  font-size: 36px;
  font-weight: 800;
  line-height: 57px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: -15px;
}

/* line 3952, app/assets/stylesheets/dashboard.css */
#dashboard .nav {
  display: inline-block !important;
}

/* line 3956, app/assets/stylesheets/dashboard.css */
#dashboard .btn-expanded {
  background: #ffffff url(/assets/dashboard_imgs/page/dashboard/icon-arrow-left-608c41a12e03175f456c06f7fd57f8c738a24431ffc3a2e3c80c4d46a17fa697.svg) no-repeat center;
  height: 30px;
  width: 30px;
  border: 1px solid #E0E6F7;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -16px;
  padding: 0px;
  z-index: 1234;
}

/* line 3969, app/assets/stylesheets/dashboard.css */
#dashboard .btn-collapsed {
  background: #ffffff url(/assets/dashboard_imgs/page/dashboard/icon-arrow-right-2fb8a28fb3df3f8cc9e68bd4c1b25c2aa38058794ea789d61f7126a1bed6a6e9.svg) no-repeat center;
}

/* line 3973, app/assets/stylesheets/dashboard.css */
#dashboard .footer .box-footer {
  padding: 25px 0px 0px 0px;
  border-top: 1px solid #E0E6F6;
}

/* line 3978, app/assets/stylesheets/dashboard.css */
#dashboard .footer .menu-footer {
  display: inline-block;
}

/* line 3982, app/assets/stylesheets/dashboard.css */
#dashboard .footer .menu-footer li {
  list-style: none;
  display: inline-block;
  padding-left: 22px;
}

/* line 3988, app/assets/stylesheets/dashboard.css */
#dashboard .footer .menu-footer li a {
  color: #4F5E64;
  font-size: 14px;
  text-decoration: none;
  transition-duration: 0.2s;
}

/* line 3995, app/assets/stylesheets/dashboard.css */
#dashboard .footer .menu-footer li a:hover {
  color: #05264E;
  transition-duration: 0.2s;
  padding-left: 3px;
}

/* line 4001, app/assets/stylesheets/dashboard.css */
#dashboard #scrollUp {
  width: 48px;
  height: 48px;
  color: #ffffff;
  right: 30px;
  bottom: 30px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  background-color: #fff;
  transition-duration: 0.2s;
  background-color: #3C65F5;
  background-image: url(/assets/imgs/template/icons/go-top-b635a6a8b4da47eae8bbdd74c5dfbed497fffec8b812467cc3c38f94f6757b86.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 4020, app/assets/stylesheets/dashboard.css */
#dashboard #scrollUp i {
  display: none;
  line-height: 42px !important;
  font-size: 20px;
  color: #fff;
}

/* line 4027, app/assets/stylesheets/dashboard.css */
#dashboard #scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

/* line 4033, app/assets/stylesheets/dashboard.css */
#dashboard .section-padding-30 {
  padding: 30px 0;
}

/* line 4037, app/assets/stylesheets/dashboard.css */
#dashboard .section-padding-50 {
  padding: 50px 0;
}

/* line 4041, app/assets/stylesheets/dashboard.css */
#dashboard .section-padding-60 {
  padding: 60px 0;
}

/* line 4045, app/assets/stylesheets/dashboard.css */
#dashboard .section-padding {
  padding: 25px 0;
}

/* line 4049, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-0 {
  padding: 0;
}

/* line 4053, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-10 {
  padding: 10px 0;
}

/* line 4057, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-20 {
  padding: 20px 0;
}

/* line 4061, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-30 {
  padding: 30px 0;
}

/* line 4065, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-35 {
  padding: 35px 0;
}

/* line 4069, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-32 {
  padding: 32px 0;
}

/* line 4073, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-40 {
  padding: 40px 0;
}

/* line 4077, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-50 {
  padding: 50px 0;
}

/* line 4081, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-60 {
  padding: 60px 0;
}

/* line 4085, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-70 {
  padding: 70px 0;
}

/* line 4089, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-80 {
  padding: 80px 0;
}

/* line 4093, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-90 {
  padding: 90px 0;
}

/* line 4097, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-100 {
  padding: 100px 0;
}

/* line 4101, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-110 {
  padding: 110px 0;
}

/* line 4105, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-120 {
  padding: 120px 0;
}

/* line 4109, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-130 {
  padding: 130px 0;
}

/* line 4113, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-140 {
  padding: 140px 0;
}

/* line 4117, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-150 {
  padding: 150px 0;
}

/* line 4121, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-160 {
  padding: 160px 0;
}

/* line 4125, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-170 {
  padding: 170px 0;
}

/* line 4129, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-177 {
  padding: 177px 0;
}

/* line 4133, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-180 {
  padding: 180px 0;
}

/* line 4137, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-190 {
  padding: 190px 0;
}

/* line 4141, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-200 {
  padding: 200px 0;
}

/* line 4145, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-210 {
  padding: 210px 0;
}

/* line 4149, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-220 {
  padding: 220px 0;
}

/* line 4153, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-290 {
  padding: 290px 0;
}

/* line 4157, app/assets/stylesheets/dashboard.css */
#dashboard .ptb-310 {
  padding: 310px 0;
}

/* line 4161, app/assets/stylesheets/dashboard.css */
#dashboard .p-10 {
  padding: 10px !important;
}

/* line 4165, app/assets/stylesheets/dashboard.css */
#dashboard .p-15 {
  padding: 15px !important;
}

/* line 4169, app/assets/stylesheets/dashboard.css */
#dashboard .p-20 {
  padding: 20px !important;
}

/* line 4173, app/assets/stylesheets/dashboard.css */
#dashboard .p-25 {
  padding: 25px !important;
}

/* line 4177, app/assets/stylesheets/dashboard.css */
#dashboard .p-30 {
  padding: 30px !important;
}

/* line 4181, app/assets/stylesheets/dashboard.css */
#dashboard .p-40 {
  padding: 40px !important;
}

/* line 4185, app/assets/stylesheets/dashboard.css */
#dashboard .p-65 {
  padding: 65px !important;
}

/* line 4189, app/assets/stylesheets/dashboard.css */
#dashboard .pt-5 {
  padding-top: 5px !important;
}

/* line 4193, app/assets/stylesheets/dashboard.css */
#dashboard .pt-10 {
  padding-top: 10px !important;
}

/* line 4197, app/assets/stylesheets/dashboard.css */
#dashboard .pt-15 {
  padding-top: 15px !important;
}

/* line 4201, app/assets/stylesheets/dashboard.css */
#dashboard .pt-20 {
  padding-top: 20px !important;
}

/* line 4205, app/assets/stylesheets/dashboard.css */
#dashboard .pt-25 {
  padding-top: 25px !important;
}

/* line 4209, app/assets/stylesheets/dashboard.css */
#dashboard .pt-30 {
  padding-top: 30px !important;
}

/* line 4213, app/assets/stylesheets/dashboard.css */
#dashboard .pt-35 {
  padding-top: 35px !important;
}

/* line 4217, app/assets/stylesheets/dashboard.css */
#dashboard .pt-40 {
  padding-top: 40px !important;
}

/* line 4221, app/assets/stylesheets/dashboard.css */
#dashboard .pt-45 {
  padding-top: 45px !important;
}

/* line 4225, app/assets/stylesheets/dashboard.css */
#dashboard .pt-50 {
  padding-top: 50px !important;
}

/* line 4229, app/assets/stylesheets/dashboard.css */
#dashboard .pt-55 {
  padding-top: 55px !important;
}

/* line 4233, app/assets/stylesheets/dashboard.css */
#dashboard .pt-60 {
  padding-top: 60px !important;
}

/* line 4237, app/assets/stylesheets/dashboard.css */
#dashboard .pt-65 {
  padding-top: 65px !important;
}

/* line 4241, app/assets/stylesheets/dashboard.css */
#dashboard .pt-70 {
  padding-top: 70px !important;
}

/* line 4245, app/assets/stylesheets/dashboard.css */
#dashboard .pt-75 {
  padding-top: 75px !important;
}

/* line 4249, app/assets/stylesheets/dashboard.css */
#dashboard .pt-80 {
  padding-top: 80px !important;
}

/* line 4253, app/assets/stylesheets/dashboard.css */
#dashboard .pt-85 {
  padding-top: 85px !important;
}

/* line 4257, app/assets/stylesheets/dashboard.css */
#dashboard .pt-90 {
  padding-top: 90px !important;
}

/* line 4261, app/assets/stylesheets/dashboard.css */
#dashboard .pt-95 {
  padding-top: 95px !important;
}

/* line 4265, app/assets/stylesheets/dashboard.css */
#dashboard .pt-100 {
  padding-top: 100px !important;
}

/* line 4269, app/assets/stylesheets/dashboard.css */
#dashboard .pt-105 {
  padding-top: 105px !important;
}

/* line 4273, app/assets/stylesheets/dashboard.css */
#dashboard .pt-110 {
  padding-top: 110px !important;
}

/* line 4277, app/assets/stylesheets/dashboard.css */
#dashboard .pt-115 {
  padding-top: 115px !important;
}

/* line 4281, app/assets/stylesheets/dashboard.css */
#dashboard .pt-120 {
  padding-top: 120px !important;
}

/* line 4285, app/assets/stylesheets/dashboard.css */
#dashboard .pt-125 {
  padding-top: 125px !important;
}

/* line 4289, app/assets/stylesheets/dashboard.css */
#dashboard .pt-130 {
  padding-top: 130px !important;
}

/* line 4293, app/assets/stylesheets/dashboard.css */
#dashboard .pt-135 {
  padding-top: 135px !important;
}

/* line 4297, app/assets/stylesheets/dashboard.css */
#dashboard .pt-140 {
  padding-top: 140px !important;
}

/* line 4301, app/assets/stylesheets/dashboard.css */
#dashboard .pt-145 {
  padding-top: 145px !important;
}

/* line 4305, app/assets/stylesheets/dashboard.css */
#dashboard .pt-150 {
  padding-top: 150px !important;
}

/* line 4309, app/assets/stylesheets/dashboard.css */
#dashboard .pt-155 {
  padding-top: 155px !important;
}

/* line 4313, app/assets/stylesheets/dashboard.css */
#dashboard .pt-160 {
  padding-top: 160px !important;
}

/* line 4317, app/assets/stylesheets/dashboard.css */
#dashboard .pt-165 {
  padding-top: 165px !important;
}

/* line 4321, app/assets/stylesheets/dashboard.css */
#dashboard .pt-170 {
  padding-top: 170px !important;
}

/* line 4325, app/assets/stylesheets/dashboard.css */
#dashboard .pt-175 {
  padding-top: 175px !important;
}

/* line 4329, app/assets/stylesheets/dashboard.css */
#dashboard .pt-180 {
  padding-top: 180px !important;
}

/* line 4333, app/assets/stylesheets/dashboard.css */
#dashboard .pt-185 {
  padding-top: 185px !important;
}

/* line 4337, app/assets/stylesheets/dashboard.css */
#dashboard .pt-190 {
  padding-top: 190px !important;
}

/* line 4341, app/assets/stylesheets/dashboard.css */
#dashboard .pt-195 {
  padding-top: 195px !important;
}

/* line 4345, app/assets/stylesheets/dashboard.css */
#dashboard .pt-200 {
  padding-top: 200px !important;
}

/* line 4349, app/assets/stylesheets/dashboard.css */
#dashboard .pt-260 {
  padding-top: 260px !important;
}

/* line 4353, app/assets/stylesheets/dashboard.css */
#dashboard .pb-5 {
  padding-bottom: 5px !important;
}

/* line 4357, app/assets/stylesheets/dashboard.css */
#dashboard .pb-10 {
  padding-bottom: 10px !important;
}

/* line 4361, app/assets/stylesheets/dashboard.css */
#dashboard .pb-15 {
  padding-bottom: 15px !important;
}

/* line 4365, app/assets/stylesheets/dashboard.css */
#dashboard .pb-20 {
  padding-bottom: 20px !important;
}

/* line 4369, app/assets/stylesheets/dashboard.css */
#dashboard .pb-25 {
  padding-bottom: 25px !important;
}

/* line 4373, app/assets/stylesheets/dashboard.css */
#dashboard .pb-30 {
  padding-bottom: 30px !important;
}

/* line 4377, app/assets/stylesheets/dashboard.css */
#dashboard .pb-35 {
  padding-bottom: 35px !important;
}

/* line 4381, app/assets/stylesheets/dashboard.css */
#dashboard .pb-40 {
  padding-bottom: 40px !important;
}

/* line 4385, app/assets/stylesheets/dashboard.css */
#dashboard .pb-45 {
  padding-bottom: 45px !important;
}

/* line 4389, app/assets/stylesheets/dashboard.css */
#dashboard .pb-50 {
  padding-bottom: 50px !important;
}

/* line 4393, app/assets/stylesheets/dashboard.css */
#dashboard .pb-55 {
  padding-bottom: 55px !important;
}

/* line 4397, app/assets/stylesheets/dashboard.css */
#dashboard .pb-60 {
  padding-bottom: 60px !important;
}

/* line 4401, app/assets/stylesheets/dashboard.css */
#dashboard .pb-65 {
  padding-bottom: 65px !important;
}

/* line 4405, app/assets/stylesheets/dashboard.css */
#dashboard .pb-70 {
  padding-bottom: 70px !important;
}

/* line 4409, app/assets/stylesheets/dashboard.css */
#dashboard .pb-75 {
  padding-bottom: 75px !important;
}

/* line 4413, app/assets/stylesheets/dashboard.css */
#dashboard .pb-80 {
  padding-bottom: 80px !important;
}

/* line 4417, app/assets/stylesheets/dashboard.css */
#dashboard .pb-85 {
  padding-bottom: 85px !important;
}

/* line 4421, app/assets/stylesheets/dashboard.css */
#dashboard .pb-90 {
  padding-bottom: 90px !important;
}

/* line 4425, app/assets/stylesheets/dashboard.css */
#dashboard .pb-95 {
  padding-bottom: 95px !important;
}

/* line 4429, app/assets/stylesheets/dashboard.css */
#dashboard .pb-100 {
  padding-bottom: 100px !important;
}

/* line 4433, app/assets/stylesheets/dashboard.css */
#dashboard .pb-105 {
  padding-bottom: 105px !important;
}

/* line 4437, app/assets/stylesheets/dashboard.css */
#dashboard .pb-110 {
  padding-bottom: 110px !important;
}

/* line 4441, app/assets/stylesheets/dashboard.css */
#dashboard .pb-115 {
  padding-bottom: 115px !important;
}

/* line 4445, app/assets/stylesheets/dashboard.css */
#dashboard .pb-120 {
  padding-bottom: 120px !important;
}

/* line 4449, app/assets/stylesheets/dashboard.css */
#dashboard .pb-125 {
  padding-bottom: 125px !important;
}

/* line 4453, app/assets/stylesheets/dashboard.css */
#dashboard .pb-130 {
  padding-bottom: 130px !important;
}

/* line 4457, app/assets/stylesheets/dashboard.css */
#dashboard .pb-135 {
  padding-bottom: 135px !important;
}

/* line 4461, app/assets/stylesheets/dashboard.css */
#dashboard .pb-140 {
  padding-bottom: 140px !important;
}

/* line 4465, app/assets/stylesheets/dashboard.css */
#dashboard .pb-145 {
  padding-bottom: 145px !important;
}

/* line 4469, app/assets/stylesheets/dashboard.css */
#dashboard .pb-150 {
  padding-bottom: 150px !important;
}

/* line 4473, app/assets/stylesheets/dashboard.css */
#dashboard .pb-155 {
  padding-bottom: 155px !important;
}

/* line 4477, app/assets/stylesheets/dashboard.css */
#dashboard .pb-160 {
  padding-bottom: 160px !important;
}

/* line 4481, app/assets/stylesheets/dashboard.css */
#dashboard .pb-165 {
  padding-bottom: 165px !important;
}

/* line 4485, app/assets/stylesheets/dashboard.css */
#dashboard .pb-170 {
  padding-bottom: 170px !important;
}

/* line 4489, app/assets/stylesheets/dashboard.css */
#dashboard .pb-175 {
  padding-bottom: 175px !important;
}

/* line 4493, app/assets/stylesheets/dashboard.css */
#dashboard .pb-180 {
  padding-bottom: 180px !important;
}

/* line 4497, app/assets/stylesheets/dashboard.css */
#dashboard .pb-185 {
  padding-bottom: 185px !important;
}

/* line 4501, app/assets/stylesheets/dashboard.css */
#dashboard .pb-190 {
  padding-bottom: 190px !important;
}

/* line 4505, app/assets/stylesheets/dashboard.css */
#dashboard .pb-195 {
  padding-bottom: 195px !important;
}

/* line 4509, app/assets/stylesheets/dashboard.css */
#dashboard .pb-200 {
  padding-bottom: 200px !important;
}

/* line 4513, app/assets/stylesheets/dashboard.css */
#dashboard .pb-250 {
  padding-bottom: 250px !important;
}

/* line 4517, app/assets/stylesheets/dashboard.css */
#dashboard .pl-0 {
  padding-left: 0px !important;
}

/* line 4521, app/assets/stylesheets/dashboard.css */
#dashboard .pl-5 {
  padding-left: 5px !important;
}

/* line 4525, app/assets/stylesheets/dashboard.css */
#dashboard .pl-10 {
  padding-left: 10px !important;
}

/* line 4529, app/assets/stylesheets/dashboard.css */
#dashboard .pl-15 {
  padding-left: 15px !important;
}

/* line 4533, app/assets/stylesheets/dashboard.css */
#dashboard .pl-20 {
  padding-left: 20px !important;
}

/* line 4537, app/assets/stylesheets/dashboard.css */
#dashboard .pl-25 {
  padding-left: 25px !important;
}

/* line 4541, app/assets/stylesheets/dashboard.css */
#dashboard .pl-30 {
  padding-left: 30px !important;
}

/* line 4545, app/assets/stylesheets/dashboard.css */
#dashboard .pl-35 {
  padding-left: 35px !important;
}

/* line 4549, app/assets/stylesheets/dashboard.css */
#dashboard .pl-40 {
  padding-left: 40px !important;
}

/* line 4553, app/assets/stylesheets/dashboard.css */
#dashboard .pl-45 {
  padding-left: 45px !important;
}

/* line 4557, app/assets/stylesheets/dashboard.css */
#dashboard .pl-50 {
  padding-left: 50px !important;
}

/* line 4561, app/assets/stylesheets/dashboard.css */
#dashboard .pl-55 {
  padding-left: 55px !important;
}

/* line 4565, app/assets/stylesheets/dashboard.css */
#dashboard .pl-60 {
  padding-left: 60px !important;
}

/* line 4569, app/assets/stylesheets/dashboard.css */
#dashboard .pl-65 {
  padding-left: 65px !important;
}

/* line 4573, app/assets/stylesheets/dashboard.css */
#dashboard .pl-70 {
  padding-left: 70px !important;
}

/* line 4577, app/assets/stylesheets/dashboard.css */
#dashboard .pl-75 {
  padding-left: 75px !important;
}

/* line 4581, app/assets/stylesheets/dashboard.css */
#dashboard .pl-80 {
  padding-left: 80px !important;
}

/* line 4585, app/assets/stylesheets/dashboard.css */
#dashboard .pl-85 {
  padding-left: 85px !important;
}

/* line 4589, app/assets/stylesheets/dashboard.css */
#dashboard .pl-90 {
  padding-left: 90px !important;
}

/* line 4593, app/assets/stylesheets/dashboard.css */
#dashboard .pl-95 {
  padding-left: 95px !important;
}

/* line 4597, app/assets/stylesheets/dashboard.css */
#dashboard .pl-100 {
  padding-left: 100px !important;
}

/* line 4601, app/assets/stylesheets/dashboard.css */
#dashboard .pl-105 {
  padding-left: 105px !important;
}

/* line 4605, app/assets/stylesheets/dashboard.css */
#dashboard .pl-110 {
  padding-left: 110px !important;
}

/* line 4609, app/assets/stylesheets/dashboard.css */
#dashboard .pl-115 {
  padding-left: 115px !important;
}

/* line 4613, app/assets/stylesheets/dashboard.css */
#dashboard .pl-120 {
  padding-left: 120px !important;
}

/* line 4617, app/assets/stylesheets/dashboard.css */
#dashboard .pl-125 {
  padding-left: 125px !important;
}

/* line 4621, app/assets/stylesheets/dashboard.css */
#dashboard .pl-130 {
  padding-left: 130px !important;
}

/* line 4625, app/assets/stylesheets/dashboard.css */
#dashboard .pl-135 {
  padding-left: 135px !important;
}

/* line 4629, app/assets/stylesheets/dashboard.css */
#dashboard .pl-140 {
  padding-left: 140px !important;
}

/* line 4633, app/assets/stylesheets/dashboard.css */
#dashboard .pl-145 {
  padding-left: 145px !important;
}

/* line 4637, app/assets/stylesheets/dashboard.css */
#dashboard .pl-150 {
  padding-left: 150px !important;
}

/* line 4641, app/assets/stylesheets/dashboard.css */
#dashboard .pl-155 {
  padding-left: 155px !important;
}

/* line 4645, app/assets/stylesheets/dashboard.css */
#dashboard .pl-160 {
  padding-left: 160px !important;
}

/* line 4649, app/assets/stylesheets/dashboard.css */
#dashboard .pl-165 {
  padding-left: 165px !important;
}

/* line 4653, app/assets/stylesheets/dashboard.css */
#dashboard .pl-170 {
  padding-left: 170px !important;
}

/* line 4657, app/assets/stylesheets/dashboard.css */
#dashboard .pl-175 {
  padding-left: 175px !important;
}

/* line 4661, app/assets/stylesheets/dashboard.css */
#dashboard .pl-180 {
  padding-left: 180px !important;
}

/* line 4665, app/assets/stylesheets/dashboard.css */
#dashboard .pl-185 {
  padding-left: 185px !important;
}

/* line 4669, app/assets/stylesheets/dashboard.css */
#dashboard .pl-190 {
  padding-left: 190px !important;
}

/* line 4673, app/assets/stylesheets/dashboard.css */
#dashboard .pl-195 {
  padding-left: 195px !important;
}

/* line 4677, app/assets/stylesheets/dashboard.css */
#dashboard .pl-200 {
  padding-left: 200px !important;
}

/* line 4681, app/assets/stylesheets/dashboard.css */
#dashboard .pr-5 {
  padding-right: 5px !important;
}

/* line 4685, app/assets/stylesheets/dashboard.css */
#dashboard .pr-10 {
  padding-right: 10px !important;
}

/* line 4689, app/assets/stylesheets/dashboard.css */
#dashboard .pr-15 {
  padding-right: 15px !important;
}

/* line 4693, app/assets/stylesheets/dashboard.css */
#dashboard .pr-20 {
  padding-right: 20px !important;
}

/* line 4697, app/assets/stylesheets/dashboard.css */
#dashboard .pr-25 {
  padding-right: 25px !important;
}

/* line 4701, app/assets/stylesheets/dashboard.css */
#dashboard .pr-30 {
  padding-right: 30px !important;
}

/* line 4705, app/assets/stylesheets/dashboard.css */
#dashboard .pr-35 {
  padding-right: 35px !important;
}

/* line 4709, app/assets/stylesheets/dashboard.css */
#dashboard .pr-40 {
  padding-right: 40px !important;
}

/* line 4713, app/assets/stylesheets/dashboard.css */
#dashboard .pr-45 {
  padding-right: 45px !important;
}

/* line 4717, app/assets/stylesheets/dashboard.css */
#dashboard .pr-50 {
  padding-right: 50px !important;
}

/* line 4721, app/assets/stylesheets/dashboard.css */
#dashboard .pr-55 {
  padding-right: 55px !important;
}

/* line 4725, app/assets/stylesheets/dashboard.css */
#dashboard .pr-60 {
  padding-right: 60px !important;
}

/* line 4729, app/assets/stylesheets/dashboard.css */
#dashboard .pr-65 {
  padding-right: 65px !important;
}

/* line 4733, app/assets/stylesheets/dashboard.css */
#dashboard .pr-70 {
  padding-right: 70px !important;
}

/* line 4737, app/assets/stylesheets/dashboard.css */
#dashboard .pr-75 {
  padding-right: 75px !important;
}

/* line 4741, app/assets/stylesheets/dashboard.css */
#dashboard .pr-80 {
  padding-right: 80px !important;
}

/* line 4745, app/assets/stylesheets/dashboard.css */
#dashboard .pr-85 {
  padding-right: 85px !important;
}

/* line 4749, app/assets/stylesheets/dashboard.css */
#dashboard .pr-90 {
  padding-right: 90px !important;
}

/* line 4753, app/assets/stylesheets/dashboard.css */
#dashboard .pr-95 {
  padding-right: 95px !important;
}

/* line 4757, app/assets/stylesheets/dashboard.css */
#dashboard .pr-100 {
  padding-right: 100px !important;
}

/* line 4761, app/assets/stylesheets/dashboard.css */
#dashboard .pr-105 {
  padding-right: 105px !important;
}

/* line 4765, app/assets/stylesheets/dashboard.css */
#dashboard .pr-110 {
  padding-right: 110px !important;
}

/* line 4769, app/assets/stylesheets/dashboard.css */
#dashboard .pr-115 {
  padding-right: 115px !important;
}

/* line 4773, app/assets/stylesheets/dashboard.css */
#dashboard .pr-120 {
  padding-right: 120px !important;
}

/* line 4777, app/assets/stylesheets/dashboard.css */
#dashboard .pr-125 {
  padding-right: 125px !important;
}

/* line 4781, app/assets/stylesheets/dashboard.css */
#dashboard .pr-130 {
  padding-right: 130px !important;
}

/* line 4785, app/assets/stylesheets/dashboard.css */
#dashboard .pr-135 {
  padding-right: 135px !important;
}

/* line 4789, app/assets/stylesheets/dashboard.css */
#dashboard .pr-140 {
  padding-right: 140px !important;
}

/* line 4793, app/assets/stylesheets/dashboard.css */
#dashboard .pr-145 {
  padding-right: 145px !important;
}

/* line 4797, app/assets/stylesheets/dashboard.css */
#dashboard .pr-150 {
  padding-right: 150px !important;
}

/* line 4801, app/assets/stylesheets/dashboard.css */
#dashboard .pr-155 {
  padding-right: 155px !important;
}

/* line 4805, app/assets/stylesheets/dashboard.css */
#dashboard .pr-160 {
  padding-right: 160px !important;
}

/* line 4809, app/assets/stylesheets/dashboard.css */
#dashboard .pr-165 {
  padding-right: 165px !important;
}

/* line 4813, app/assets/stylesheets/dashboard.css */
#dashboard .pr-170 {
  padding-right: 170px !important;
}

/* line 4817, app/assets/stylesheets/dashboard.css */
#dashboard .pr-175 {
  padding-right: 175px !important;
}

/* line 4821, app/assets/stylesheets/dashboard.css */
#dashboard .pr-180 {
  padding-right: 180px !important;
}

/* line 4825, app/assets/stylesheets/dashboard.css */
#dashboard .pr-185 {
  padding-right: 185px !important;
}

/* line 4829, app/assets/stylesheets/dashboard.css */
#dashboard .pr-190 {
  padding-right: 190px !important;
}

/* line 4833, app/assets/stylesheets/dashboard.css */
#dashboard .pr-195 {
  padding-right: 195px !important;
}

/* line 4837, app/assets/stylesheets/dashboard.css */
#dashboard .pr-200 {
  padding-right: 200px !important;
}

/* line 4841, app/assets/stylesheets/dashboard.css */
#dashboard .plr-5-percent {
  padding: 0 5%;
}

/* line 4848, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-0 {
  margin: 0;
}

/* line 4852, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-10 {
  margin: 10px 0;
}

/* line 4856, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-15 {
  margin: 15px 0;
}

/* line 4860, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-20 {
  margin: 20px 0;
}

/* line 4864, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-30 {
  margin: 30px 0;
}

/* line 4868, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-40 {
  margin: 40px 0;
}

/* line 4872, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-50 {
  margin: 50px 0;
}

/* line 4876, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-60 {
  margin: 60px 0;
}

/* line 4880, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-70 {
  margin: 70px 0;
}

/* line 4884, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-80 {
  margin: 80px 0;
}

/* line 4888, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-90 {
  margin: 90px 0;
}

/* line 4892, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-100 {
  margin: 100px 0;
}

/* line 4896, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-110 {
  margin: 110px 0;
}

/* line 4900, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-120 {
  margin: 120px 0;
}

/* line 4904, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-130 {
  margin: 130px 0;
}

/* line 4908, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-140 {
  margin: 140px 0;
}

/* line 4912, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-150 {
  margin: 150px 0;
}

/* line 4916, app/assets/stylesheets/dashboard.css */
#dashboard .mtb-290 {
  margin: 290px 0;
}

/* line 4920, app/assets/stylesheets/dashboard.css */
#dashboard .mb-24 {
  margin-bottom: 24px;
}

/* line 4924, app/assets/stylesheets/dashboard.css */
#dashboard .mt-5 {
  margin-top: 5px !important;
}

/* line 4928, app/assets/stylesheets/dashboard.css */
#dashboard .mt-8 {
  margin-top: 8px !important;
}

/* line 4932, app/assets/stylesheets/dashboard.css */
#dashboard .mt-10 {
  margin-top: 10px !important;
}

/* line 4936, app/assets/stylesheets/dashboard.css */
#dashboard .mt-15 {
  margin-top: 15px !important;
}

/* line 4940, app/assets/stylesheets/dashboard.css */
#dashboard .mt-20 {
  margin-top: 20px !important;
}

/* line 4944, app/assets/stylesheets/dashboard.css */
#dashboard .mt-25 {
  margin-top: 25px !important;
}

/* line 4948, app/assets/stylesheets/dashboard.css */
#dashboard .mt-30 {
  margin-top: 30px !important;
}

/* line 4952, app/assets/stylesheets/dashboard.css */
#dashboard .mt-35 {
  margin-top: 35px !important;
}

/* line 4956, app/assets/stylesheets/dashboard.css */
#dashboard .mt-40 {
  margin-top: 40px !important;
}

/* line 4960, app/assets/stylesheets/dashboard.css */
#dashboard .mt-45 {
  margin-top: 45px !important;
}

/* line 4964, app/assets/stylesheets/dashboard.css */
#dashboard .mt-50 {
  margin-top: 50px !important;
}

/* line 4968, app/assets/stylesheets/dashboard.css */
#dashboard .mt-55 {
  margin-top: 55px !important;
}

/* line 4972, app/assets/stylesheets/dashboard.css */
#dashboard .mt-60 {
  margin-top: 60px !important;
}

/* line 4976, app/assets/stylesheets/dashboard.css */
#dashboard .mt-65 {
  margin-top: 65px !important;
}

/* line 4980, app/assets/stylesheets/dashboard.css */
#dashboard .mt-70 {
  margin-top: 70px !important;
}

/* line 4984, app/assets/stylesheets/dashboard.css */
#dashboard .mt-75 {
  margin-top: 75px !important;
}

/* line 4988, app/assets/stylesheets/dashboard.css */
#dashboard .mt-80 {
  margin-top: 80px !important;
}

/* line 4992, app/assets/stylesheets/dashboard.css */
#dashboard .mt-85 {
  margin-top: 85px !important;
}

/* line 4996, app/assets/stylesheets/dashboard.css */
#dashboard .mt-90 {
  margin-top: 90px !important;
}

/* line 5000, app/assets/stylesheets/dashboard.css */
#dashboard .mt-95 {
  margin-top: 95px !important;
}

/* line 5004, app/assets/stylesheets/dashboard.css */
#dashboard .mt-100 {
  margin-top: 100px !important;
}

/* line 5008, app/assets/stylesheets/dashboard.css */
#dashboard .mt-105 {
  margin-top: 105px !important;
}

/* line 5012, app/assets/stylesheets/dashboard.css */
#dashboard .mt-110 {
  margin-top: 110px !important;
}

/* line 5016, app/assets/stylesheets/dashboard.css */
#dashboard .mt-115 {
  margin-top: 115px !important;
}

/* line 5020, app/assets/stylesheets/dashboard.css */
#dashboard .mt-120 {
  margin-top: 120px !important;
}

/* line 5024, app/assets/stylesheets/dashboard.css */
#dashboard .mt-125 {
  margin-top: 125px !important;
}

/* line 5028, app/assets/stylesheets/dashboard.css */
#dashboard .mt-130 {
  margin-top: 130px !important;
}

/* line 5032, app/assets/stylesheets/dashboard.css */
#dashboard .mt-135 {
  margin-top: 135px !important;
}

/* line 5036, app/assets/stylesheets/dashboard.css */
#dashboard .mt-140 {
  margin-top: 140px !important;
}

/* line 5040, app/assets/stylesheets/dashboard.css */
#dashboard .mt-145 {
  margin-top: 145px !important;
}

/* line 5044, app/assets/stylesheets/dashboard.css */
#dashboard .mt-150 {
  margin-top: 150px !important;
}

/* line 5048, app/assets/stylesheets/dashboard.css */
#dashboard .mt-155 {
  margin-top: 155px !important;
}

/* line 5052, app/assets/stylesheets/dashboard.css */
#dashboard .mt-160 {
  margin-top: 160px !important;
}

/* line 5056, app/assets/stylesheets/dashboard.css */
#dashboard .mt-165 {
  margin-top: 165px !important;
}

/* line 5060, app/assets/stylesheets/dashboard.css */
#dashboard .mt-170 {
  margin-top: 170px !important;
}

/* line 5064, app/assets/stylesheets/dashboard.css */
#dashboard .mt-175 {
  margin-top: 175px !important;
}

/* line 5068, app/assets/stylesheets/dashboard.css */
#dashboard .mt-180 {
  margin-top: 180px !important;
}

/* line 5072, app/assets/stylesheets/dashboard.css */
#dashboard .mt-185 {
  margin-top: 185px !important;
}

/* line 5076, app/assets/stylesheets/dashboard.css */
#dashboard .mt-190 {
  margin-top: 190px !important;
}

/* line 5080, app/assets/stylesheets/dashboard.css */
#dashboard .mt-195 {
  margin-top: 195px !important;
}

/* line 5084, app/assets/stylesheets/dashboard.css */
#dashboard .mt-200 {
  margin-top: 200px !important;
}

/* line 5088, app/assets/stylesheets/dashboard.css */
#dashboard .mb-5 {
  margin-bottom: 5px !important;
}

/* line 5092, app/assets/stylesheets/dashboard.css */
#dashboard .mb-10 {
  margin-bottom: 10px !important;
}

/* line 5096, app/assets/stylesheets/dashboard.css */
#dashboard .mb-15 {
  margin-bottom: 15px !important;
}

/* line 5100, app/assets/stylesheets/dashboard.css */
#dashboard .mb-20 {
  margin-bottom: 20px !important;
}

/* line 5104, app/assets/stylesheets/dashboard.css */
#dashboard .mb-25 {
  margin-bottom: 25px !important;
}

/* line 5108, app/assets/stylesheets/dashboard.css */
#dashboard .mb-30 {
  margin-bottom: 30px !important;
}

/* line 5112, app/assets/stylesheets/dashboard.css */
#dashboard .mb-35 {
  margin-bottom: 35px !important;
}

/* line 5116, app/assets/stylesheets/dashboard.css */
#dashboard .mb-40 {
  margin-bottom: 40px !important;
}

/* line 5120, app/assets/stylesheets/dashboard.css */
#dashboard .mb-45 {
  margin-bottom: 45px !important;
}

/* line 5124, app/assets/stylesheets/dashboard.css */
#dashboard .mb-50 {
  margin-bottom: 50px !important;
}

/* line 5128, app/assets/stylesheets/dashboard.css */
#dashboard .mb-55 {
  margin-bottom: 55px !important;
}

/* line 5132, app/assets/stylesheets/dashboard.css */
#dashboard .mb-60 {
  margin-bottom: 60px !important;
}

/* line 5136, app/assets/stylesheets/dashboard.css */
#dashboard .mb-65 {
  margin-bottom: 65px !important;
}

/* line 5140, app/assets/stylesheets/dashboard.css */
#dashboard .mb-70 {
  margin-bottom: 70px !important;
}

/* line 5144, app/assets/stylesheets/dashboard.css */
#dashboard .mb-75 {
  margin-bottom: 75px !important;
}

/* line 5148, app/assets/stylesheets/dashboard.css */
#dashboard .mb-80 {
  margin-bottom: 80px !important;
}

/* line 5152, app/assets/stylesheets/dashboard.css */
#dashboard .mb-85 {
  margin-bottom: 85px !important;
}

/* line 5156, app/assets/stylesheets/dashboard.css */
#dashboard .mb-90 {
  margin-bottom: 90px !important;
}

/* line 5160, app/assets/stylesheets/dashboard.css */
#dashboard .mb-95 {
  margin-bottom: 95px !important;
}

/* line 5164, app/assets/stylesheets/dashboard.css */
#dashboard .mb-100 {
  margin-bottom: 100px !important;
}

/* line 5168, app/assets/stylesheets/dashboard.css */
#dashboard .mb-105 {
  margin-bottom: 105px !important;
}

/* line 5172, app/assets/stylesheets/dashboard.css */
#dashboard .mb-110 {
  margin-bottom: 110px !important;
}

/* line 5176, app/assets/stylesheets/dashboard.css */
#dashboard .mb-115 {
  margin-bottom: 115px !important;
}

/* line 5180, app/assets/stylesheets/dashboard.css */
#dashboard .mb-120 {
  margin-bottom: 120px !important;
}

/* line 5184, app/assets/stylesheets/dashboard.css */
#dashboard .mb-125 {
  margin-bottom: 125px !important;
}

/* line 5188, app/assets/stylesheets/dashboard.css */
#dashboard .mb-130 {
  margin-bottom: 130px !important;
}

/* line 5192, app/assets/stylesheets/dashboard.css */
#dashboard .mb-135 {
  margin-bottom: 135px !important;
}

/* line 5196, app/assets/stylesheets/dashboard.css */
#dashboard .mb-140 {
  margin-bottom: 140px !important;
}

/* line 5200, app/assets/stylesheets/dashboard.css */
#dashboard .mb-145 {
  margin-bottom: 145px !important;
}

/* line 5204, app/assets/stylesheets/dashboard.css */
#dashboard .mb-150 {
  margin-bottom: 150px !important;
}

/* line 5208, app/assets/stylesheets/dashboard.css */
#dashboard .mb-155 {
  margin-bottom: 155px !important;
}

/* line 5212, app/assets/stylesheets/dashboard.css */
#dashboard .mb-160 {
  margin-bottom: 160px !important;
}

/* line 5216, app/assets/stylesheets/dashboard.css */
#dashboard .mb-165 {
  margin-bottom: 165px !important;
}

/* line 5220, app/assets/stylesheets/dashboard.css */
#dashboard .mb-170 {
  margin-bottom: 170px !important;
}

/* line 5224, app/assets/stylesheets/dashboard.css */
#dashboard .mb-175 {
  margin-bottom: 175px !important;
}

/* line 5228, app/assets/stylesheets/dashboard.css */
#dashboard .mb-180 {
  margin-bottom: 180px !important;
}

/* line 5232, app/assets/stylesheets/dashboard.css */
#dashboard .mb-185 {
  margin-bottom: 185px !important;
}

/* line 5236, app/assets/stylesheets/dashboard.css */
#dashboard .mb-190 {
  margin-bottom: 190px !important;
}

/* line 5240, app/assets/stylesheets/dashboard.css */
#dashboard .mb-195 {
  margin-bottom: 195px !important;
}

/* line 5244, app/assets/stylesheets/dashboard.css */
#dashboard .mb-200 {
  margin-bottom: 200px !important;
}

/* line 5248, app/assets/stylesheets/dashboard.css */
#dashboard .ml-0 {
  margin-left: 0px !important;
}

/* line 5252, app/assets/stylesheets/dashboard.css */
#dashboard .ml-5 {
  margin-left: 5px !important;
}

/* line 5256, app/assets/stylesheets/dashboard.css */
#dashboard .ml-10 {
  margin-left: 10px !important;
}

/* line 5260, app/assets/stylesheets/dashboard.css */
#dashboard .ml-15 {
  margin-left: 15px !important;
}

/* line 5264, app/assets/stylesheets/dashboard.css */
#dashboard .ml-20 {
  margin-left: 20px !important;
}

/* line 5268, app/assets/stylesheets/dashboard.css */
#dashboard .ml-25 {
  margin-left: 25px !important;
}

/* line 5272, app/assets/stylesheets/dashboard.css */
#dashboard .ml-30 {
  margin-left: 30px !important;
}

/* line 5276, app/assets/stylesheets/dashboard.css */
#dashboard .ml-35 {
  margin-left: 35px !important;
}

/* line 5280, app/assets/stylesheets/dashboard.css */
#dashboard .ml-40 {
  margin-left: 40px !important;
}

/* line 5284, app/assets/stylesheets/dashboard.css */
#dashboard .ml-45 {
  margin-left: 45px !important;
}

/* line 5288, app/assets/stylesheets/dashboard.css */
#dashboard .ml-50 {
  margin-left: 50px !important;
}

/* line 5292, app/assets/stylesheets/dashboard.css */
#dashboard .ml-55 {
  margin-left: 55px !important;
}

/* line 5296, app/assets/stylesheets/dashboard.css */
#dashboard .ml-60 {
  margin-left: 60px !important;
}

/* line 5300, app/assets/stylesheets/dashboard.css */
#dashboard .ml-65 {
  margin-left: 65px !important;
}

/* line 5304, app/assets/stylesheets/dashboard.css */
#dashboard .ml-70 {
  margin-left: 70px !important;
}

/* line 5308, app/assets/stylesheets/dashboard.css */
#dashboard .ml-75 {
  margin-left: 75px !important;
}

/* line 5312, app/assets/stylesheets/dashboard.css */
#dashboard .ml-80 {
  margin-left: 80px !important;
}

/* line 5316, app/assets/stylesheets/dashboard.css */
#dashboard .ml-85 {
  margin-left: 85px !important;
}

/* line 5320, app/assets/stylesheets/dashboard.css */
#dashboard .ml-90 {
  margin-left: 90px !important;
}

/* line 5324, app/assets/stylesheets/dashboard.css */
#dashboard .ml-95 {
  margin-left: 95px !important;
}

/* line 5328, app/assets/stylesheets/dashboard.css */
#dashboard .ml-100 {
  margin-left: 100px !important;
}

/* line 5332, app/assets/stylesheets/dashboard.css */
#dashboard .ml-105 {
  margin-left: 105px !important;
}

/* line 5336, app/assets/stylesheets/dashboard.css */
#dashboard .ml-110 {
  margin-left: 110px !important;
}

/* line 5340, app/assets/stylesheets/dashboard.css */
#dashboard .ml-115 {
  margin-left: 115px !important;
}

/* line 5344, app/assets/stylesheets/dashboard.css */
#dashboard .ml-120 {
  margin-left: 120px !important;
}

/* line 5348, app/assets/stylesheets/dashboard.css */
#dashboard .ml-125 {
  margin-left: 125px !important;
}

/* line 5352, app/assets/stylesheets/dashboard.css */
#dashboard .ml-130 {
  margin-left: 130px !important;
}

/* line 5356, app/assets/stylesheets/dashboard.css */
#dashboard .ml-135 {
  margin-left: 135px !important;
}

/* line 5360, app/assets/stylesheets/dashboard.css */
#dashboard .ml-140 {
  margin-left: 140px !important;
}

/* line 5364, app/assets/stylesheets/dashboard.css */
#dashboard .ml-145 {
  margin-left: 145px !important;
}

/* line 5368, app/assets/stylesheets/dashboard.css */
#dashboard .ml-150 {
  margin-left: 150px !important;
}

/* line 5372, app/assets/stylesheets/dashboard.css */
#dashboard .ml-155 {
  margin-left: 155px !important;
}

/* line 5376, app/assets/stylesheets/dashboard.css */
#dashboard .ml-160 {
  margin-left: 160px !important;
}

/* line 5380, app/assets/stylesheets/dashboard.css */
#dashboard .ml-165 {
  margin-left: 165px !important;
}

/* line 5384, app/assets/stylesheets/dashboard.css */
#dashboard .ml-170 {
  margin-left: 170px !important;
}

/* line 5388, app/assets/stylesheets/dashboard.css */
#dashboard .ml-175 {
  margin-left: 175px !important;
}

/* line 5392, app/assets/stylesheets/dashboard.css */
#dashboard .ml-180 {
  margin-left: 180px !important;
}

/* line 5396, app/assets/stylesheets/dashboard.css */
#dashboard .ml-185 {
  margin-left: 185px !important;
}

/* line 5400, app/assets/stylesheets/dashboard.css */
#dashboard .ml-190 {
  margin-left: 190px !important;
}

/* line 5404, app/assets/stylesheets/dashboard.css */
#dashboard .ml-195 {
  margin-left: 195px !important;
}

/* line 5408, app/assets/stylesheets/dashboard.css */
#dashboard .ml-200 {
  margin-left: 200px !important;
}

/* line 5412, app/assets/stylesheets/dashboard.css */
#dashboard .mr-5 {
  margin-right: 5px !important;
}

/* line 5416, app/assets/stylesheets/dashboard.css */
#dashboard .mr-10 {
  margin-right: 10px !important;
}

/* line 5420, app/assets/stylesheets/dashboard.css */
#dashboard .mr-15 {
  margin-right: 15px !important;
}

/* line 5424, app/assets/stylesheets/dashboard.css */
#dashboard .mr-20 {
  margin-right: 20px !important;
}

/* line 5428, app/assets/stylesheets/dashboard.css */
#dashboard .mr-25 {
  margin-right: 25px !important;
}

/* line 5432, app/assets/stylesheets/dashboard.css */
#dashboard .mr-30 {
  margin-right: 30px !important;
}

/* line 5436, app/assets/stylesheets/dashboard.css */
#dashboard .mr-35 {
  margin-right: 35px !important;
}

/* line 5440, app/assets/stylesheets/dashboard.css */
#dashboard .mr-40 {
  margin-right: 40px !important;
}

/* line 5444, app/assets/stylesheets/dashboard.css */
#dashboard .mr-45 {
  margin-right: 45px !important;
}

/* line 5448, app/assets/stylesheets/dashboard.css */
#dashboard .mr-50 {
  margin-right: 50px !important;
}

/* line 5452, app/assets/stylesheets/dashboard.css */
#dashboard .mr-55 {
  margin-right: 55px !important;
}

/* line 5456, app/assets/stylesheets/dashboard.css */
#dashboard .mr-60 {
  margin-right: 60px !important;
}

/* line 5460, app/assets/stylesheets/dashboard.css */
#dashboard .mr-65 {
  margin-right: 65px !important;
}

/* line 5464, app/assets/stylesheets/dashboard.css */
#dashboard .mr-70 {
  margin-right: 70px !important;
}

/* line 5468, app/assets/stylesheets/dashboard.css */
#dashboard .mr-75 {
  margin-right: 75px !important;
}

/* line 5472, app/assets/stylesheets/dashboard.css */
#dashboard .mr-80 {
  margin-right: 80px !important;
}

/* line 5476, app/assets/stylesheets/dashboard.css */
#dashboard .mr-85 {
  margin-right: 85px !important;
}

/* line 5480, app/assets/stylesheets/dashboard.css */
#dashboard .mr-90 {
  margin-right: 90px !important;
}

/* line 5484, app/assets/stylesheets/dashboard.css */
#dashboard .mr-95 {
  margin-right: 95px !important;
}

/* line 5488, app/assets/stylesheets/dashboard.css */
#dashboard .mr-100 {
  margin-right: 100px !important;
}

/* line 5492, app/assets/stylesheets/dashboard.css */
#dashboard .mr-105 {
  margin-right: 105px !important;
}

/* line 5496, app/assets/stylesheets/dashboard.css */
#dashboard .mr-110 {
  margin-right: 110px !important;
}

/* line 5500, app/assets/stylesheets/dashboard.css */
#dashboard .mr-115 {
  margin-right: 115px !important;
}

/* line 5504, app/assets/stylesheets/dashboard.css */
#dashboard .mr-120 {
  margin-right: 120px !important;
}

/* line 5508, app/assets/stylesheets/dashboard.css */
#dashboard .mr-125 {
  margin-right: 125px !important;
}

/* line 5512, app/assets/stylesheets/dashboard.css */
#dashboard .mr-130 {
  margin-right: 130px !important;
}

/* line 5516, app/assets/stylesheets/dashboard.css */
#dashboard .mr-135 {
  margin-right: 135px !important;
}

/* line 5520, app/assets/stylesheets/dashboard.css */
#dashboard .mr-140 {
  margin-right: 140px !important;
}

/* line 5524, app/assets/stylesheets/dashboard.css */
#dashboard .mr-145 {
  margin-right: 145px !important;
}

/* line 5528, app/assets/stylesheets/dashboard.css */
#dashboard .mr-150 {
  margin-right: 150px !important;
}

/* line 5532, app/assets/stylesheets/dashboard.css */
#dashboard .mr-155 {
  margin-right: 155px !important;
}

/* line 5536, app/assets/stylesheets/dashboard.css */
#dashboard .mr-160 {
  margin-right: 160px !important;
}

/* line 5540, app/assets/stylesheets/dashboard.css */
#dashboard .mr-165 {
  margin-right: 165px !important;
}

/* line 5544, app/assets/stylesheets/dashboard.css */
#dashboard .mr-170 {
  margin-right: 170px !important;
}

/* line 5548, app/assets/stylesheets/dashboard.css */
#dashboard .mr-175 {
  margin-right: 175px !important;
}

/* line 5552, app/assets/stylesheets/dashboard.css */
#dashboard .mr-180 {
  margin-right: 180px !important;
}

/* line 5556, app/assets/stylesheets/dashboard.css */
#dashboard .mr-185 {
  margin-right: 185px !important;
}

/* line 5560, app/assets/stylesheets/dashboard.css */
#dashboard .mr-190 {
  margin-right: 190px !important;
}

/* line 5564, app/assets/stylesheets/dashboard.css */
#dashboard .mr-195 {
  margin-right: 195px !important;
}

/* line 5568, app/assets/stylesheets/dashboard.css */
#dashboard .mr-200 {
  margin-right: 200px !important;
}

/* line 5573, app/assets/stylesheets/dashboard.css */
#dashboard .page-about {
  background-position: 0 5%;
}

/* line 5577, app/assets/stylesheets/dashboard.css */
#dashboard .header-bg,
#dashboard .bg-banner-about {
  background-color: #F8FAFF;
}

/* line 5582, app/assets/stylesheets/dashboard.css */
#dashboard .bg-banner-about {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-bottom: 40px;
}

/* line 5588, app/assets/stylesheets/dashboard.css */
#dashboard .banner-about::before {
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  right: 0px;
  left: 0px;
}

/* line 5598, app/assets/stylesheets/dashboard.css */
#dashboard .banner-about .banner-inner .banner-imgs {
  padding-top: 35px;
}

/* line 5602, app/assets/stylesheets/dashboard.css */
#dashboard .banner-about .main-banner {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

/* line 5607, app/assets/stylesheets/dashboard.css */
#dashboard .banner-about .banner-sm-1 {
  position: absolute;
  top: 3%;
  left: -110px;
  width: 102px;
}

/* line 5614, app/assets/stylesheets/dashboard.css */
#dashboard .banner-about .banner-sm-1 img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
}

/* line 5620, app/assets/stylesheets/dashboard.css */
#dashboard .banner-about .banner-sm-2 {
  position: absolute;
  top: 21%;
  left: -142px;
  width: 132px;
}

/* line 5627, app/assets/stylesheets/dashboard.css */
#dashboard .banner-about .banner-sm-2 img {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

/* line 5632, app/assets/stylesheets/dashboard.css */
#dashboard .banner-about .banner-sm-3 {
  position: absolute;
  top: 51%;
  left: -192px;
  width: 182px;
}

/* line 5639, app/assets/stylesheets/dashboard.css */
#dashboard .banner-about .banner-sm-3 img {
  border-bottom-left-radius: 40px;
}

/* line 5643, app/assets/stylesheets/dashboard.css */
#dashboard .heading-36 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
}

/* line 5650, app/assets/stylesheets/dashboard.css */
#dashboard .text-lg {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

/* line 5656, app/assets/stylesheets/dashboard.css */
#dashboard .text-blue {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  color: #3C65F5;
  font-weight: 600;
  line-height: 24px;
}

/* line 5664, app/assets/stylesheets/dashboard.css */
#dashboard .box-info-job {
  display: inline-block;
  width: 100%;
  padding: 70px 30px 0px 30px;
}

/* line 5670, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-findjob {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: -50px;
}

/* line 5677, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-findjob img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 5683, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-findjob::before {
  position: absolute;
  content: "";
  bottom: -45px;
  right: -45px;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  background: #9fdbe9;
}

/* line 5694, app/assets/stylesheets/dashboard.css */
#dashboard .block-job-bg {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 65px 0px 0px 20px;
}

/* line 5701, app/assets/stylesheets/dashboard.css */
#dashboard .block-job-bg .row {
  z-index: 2;
  position: relative;
}

/* line 5706, app/assets/stylesheets/dashboard.css */
#dashboard .block-job-bg::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 85%;
  height: 39px;
  width: 39px;
  background: #bee2ae;
  border-radius: 50%;
  z-index: 0;
}

/* line 5718, app/assets/stylesheets/dashboard.css */
#dashboard .bdrd-4 {
  border-radius: 4px !important;
}

/* line 5722, app/assets/stylesheets/dashboard.css */
#dashboard .banner-imgs-about {
  position: relative;
}

/* line 5726, app/assets/stylesheets/dashboard.css */
#dashboard .banner-imgs-about .banner-sm-4 {
  position: absolute;
  top: 15%;
  left: -110px;
}

/* line 5732, app/assets/stylesheets/dashboard.css */
#dashboard .banner-imgs-about .banner-sm-5 {
  position: absolute;
  top: 65%;
  left: -90px;
}

/* line 5738, app/assets/stylesheets/dashboard.css */
#dashboard .banner-imgs-about .main-banner {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

/* line 5743, app/assets/stylesheets/dashboard.css */
#dashboard .color-black-5 {
  color: #EFF2FB;
}

/* line 5747, app/assets/stylesheets/dashboard.css */
#dashboard .box-mw-60 {
  max-width: 60%;
  margin: auto;
}

/* line 5752, app/assets/stylesheets/dashboard.css */
#dashboard .box-mw-70 {
  max-width: 70%;
}

/* line 5757, app/assets/stylesheets/dashboard.css */
#dashboard .box-banner-services--inner {
  position: relative;
  max-width: 1090px;
  margin: auto;
}

/* line 5763, app/assets/stylesheets/dashboard.css */
#dashboard .box-banner-services--inner img {
  border-radius: 15px;
  width: 100%;
}

/* line 5768, app/assets/stylesheets/dashboard.css */
#dashboard .box-banner-services--inner .btn-play-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  height: 140px;
  width: 150px;
  z-index: 3;
  margin: auto;
}

/* line 5780, app/assets/stylesheets/dashboard.css */
#dashboard .mw-650,
#dashboard .mw-450 {
  max-width: 650px;
  margin: auto;
}

/* line 5786, app/assets/stylesheets/dashboard.css */
#dashboard .mw-450 {
  max-width: 450px;
}

/* line 5790, app/assets/stylesheets/dashboard.css */
#dashboard .pattern-service {
  position: relative;
}

/* line 5794, app/assets/stylesheets/dashboard.css */
#dashboard .pattern-service .container {
  z-index: 2;
  position: relative;
}

/* line 5799, app/assets/stylesheets/dashboard.css */
#dashboard .pattern-service::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  height: 100%;
  min-height: 611px;
  width: 290px;
}

/* line 5811, app/assets/stylesheets/dashboard.css */
#dashboard .bg-blue-full {
  background-color: #ecf4ff;
  padding: 82px 0px;
}

/* line 5816, app/assets/stylesheets/dashboard.css */
#dashboard .bg-blue-full .btn-border {
  color: #4F5E64;
}

/* line 5820, app/assets/stylesheets/dashboard.css */
#dashboard .text-billed {
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #253D4E;
}

/* line 5828, app/assets/stylesheets/dashboard.css */
#dashboard .max-width-price {
  margin: auto;
  max-width: 85%;
}

/* line 5833, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .box-pricing-item {
  display: inline-block;
  width: 100%;
  padding: 44px;
  border: 1px solid #E0E6F7;
  border-radius: 8px;
  margin-bottom: 30px;
}

/* line 5842, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .box-pricing-item:hover {
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 5846, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .box-pricing-item:hover .btn-border {
  background-color: #3C65F5;
  color: #ffffff;
}

/* line 5851, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .box-pricing-item .for-year,
#dashboard .block-pricing .box-pricing-item .for-month {
  display: none;
}

/* line 5856, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .box-pricing-item .display-month {
  display: inline-block;
}

/* line 5860, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .box-pricing-item .display-year {
  display: inline-block;
}

/* line 5864, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .box-pricing-item .btn-border {
  border: 1px solid #3C65F5;
  color: #3C65F5;
  width: 100%;
}

/* line 5870, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .box-pricing-item .btn-border:hover {
  background-color: #3C65F5;
  color: #ffffff;
}

/* line 5875, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .box-info-price {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* line 5882, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .box-info-price .text-price {
  font-size: 56px;
  color: #3C65F5;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 56px;
  font-weight: 800;
  margin-right: 1px;
}

/* line 5891, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .box-info-price .text-month {
  font-size: 18px;
  line-height: 26px;
  color: #A0ABB8;
}

/* line 5897, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .text-desc-package {
  font-size: 15px;
  line-height: 20px;
  color: #4F5E64;
}

/* line 5903, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .list-package-feature {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}

/* line 5909, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .list-package-feature li {
  display: inline-block;
  width: 100%;
  padding: 4px 0px 4px 35px;
  background: url(/dashboard_imgs/template/icons/check-circle.svg) no-repeat left center;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #4F5E64;
}

/* line 5920, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .most-popular {
  margin-top: -50px;
  background-size: contain;
  border-radius: 26px;
  padding: 20px 30px 44px 30px;
}

/* line 5927, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .most-popular .text-price,
#dashboard .block-pricing .most-popular .text-month,
#dashboard .block-pricing .most-popular h4,
#dashboard .block-pricing .most-popular .text-desc-package {
  color: #ffffff;
}

/* line 5934, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .most-popular .btn-border {
  font-weight: bold;
  color: #05264E;
  width: 100%;
  text-align: center;
}

/* line 5941, app/assets/stylesheets/dashboard.css */
#dashboard .block-pricing .most-popular .btn-white-sm {
  border-radius: 14px;
  text-transform: uppercase;
  padding: 9px 25px 7px 25px;
  font-size: 10px;
  color: #05264E;
  line-height: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* line 5951, app/assets/stylesheets/dashboard.css */
#dashboard .heading-md-regular {
  font-size: 20px;
  line-height: 24px;
  color: #05264E;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* line 5959, app/assets/stylesheets/dashboard.css */
#dashboard .box-info-job .text-md {
  line-height: 28px;
}

/* line 5963, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-findjob.box-image-about {
  padding-top: 44px;
  padding-right: 44px;
  text-align: center;
}

/* line 5969, app/assets/stylesheets/dashboard.css */
#dashboard .box-image-findjob figure {
  position: relative;
  z-index: 2;
}

/* line 5974, app/assets/stylesheets/dashboard.css */
#dashboard .box-info-job.box-info-about {
  padding-top: 30px;
}

/* line 5978, app/assets/stylesheets/dashboard.css */
#dashboard .box-info-job.box-info-about .btn-border {
  color: #4F5E64;
}

/* line 5982, app/assets/stylesheets/dashboard.css */
#dashboard .text-gray-200 {
  color: #4F5E64;
  font-size: 16px;
}

/* line 5988, app/assets/stylesheets/dashboard.css */
#dashboard .faqs-imgs .faqs-1 {
  border-radius: 80px 80px 80px 0;
}

/* line 5992, app/assets/stylesheets/dashboard.css */
#dashboard .faqs-imgs .faqs-2 {
  border-radius: 0 80px 0 80px;
}

/* line 5996, app/assets/stylesheets/dashboard.css */
#dashboard .faqs-imgs .faqs-3 {
  border-radius: 0 80px 80px 80px;
}

/* line 6001, app/assets/stylesheets/dashboard.css */
#dashboard .leaflet-map {
  height: 528px;
  width: 100%;
}

/* line 6006, app/assets/stylesheets/dashboard.css */
#dashboard .bg-img-about {
  background: url(/dashboard_imgs/page/about/img-about.png) no-repeat top center;
  background-size: cover;
  position: relative;
}

/* line 6012, app/assets/stylesheets/dashboard.css */
#dashboard .bg-img-about .container {
  z-index: 2;
  position: relative;
}

/* line 6017, app/assets/stylesheets/dashboard.css */
#dashboard .bg-img-about::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url(/dashboard_imgs/page/about/bg-black-trans.png) repeat-x bottom left;
}

/* line 6028, app/assets/stylesheets/dashboard.css */
#dashboard .bg-img-about h2, #dashboard .bg-img-about p {
  color: #ffffff;
}

/* line 6032, app/assets/stylesheets/dashboard.css */
#dashboard .box-info-contact {
  background-color: #F2F6FD;
  padding: 50px 40px 20px 40px;
  display: inline-block;
  width: 100%;
}

/* line 6039, app/assets/stylesheets/dashboard.css */
#dashboard .link-map {
  letter-spacing: 3px;
  padding-top: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
}

/* line 6047, app/assets/stylesheets/dashboard.css */
#dashboard .box-profile-image {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 6054, app/assets/stylesheets/dashboard.css */
#dashboard .box-profile-image .img-profile {
  width: 105px;
  padding-right: 20px;
}

/* line 6059, app/assets/stylesheets/dashboard.css */
#dashboard .box-profile-image .img-profile img {
  display: block;
}

/* line 6063, app/assets/stylesheets/dashboard.css */
#dashboard .icon-search-right {
  background-image: url(/assets/dashboard_imgs/page/dashboard/search-6d6a06477419faf1820687786d13e125bb28389782011be8ddfbee10593c777b.svg);
  background-position: right 12px center;
  padding-right: 40px;
  background-repeat: no-repeat;
}

/* line 6070, app/assets/stylesheets/dashboard.css */
#dashboard .btn.tags-link {
  margin-bottom: 10px;
  margin-right: 10px;
}

/* line 6075, app/assets/stylesheets/dashboard.css */
#dashboard .btn.tags-link span {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0px 0px 0px 6px;
  background: url(/assets/dashboard_imgs/page/profile/remove-3bb2578d575e46b6765fe8f1ea43cb21137418ef9528f05dd386cdf6311edbeb.svg) no-repeat center;
}

/* line 6083, app/assets/stylesheets/dashboard.css */
#dashboard .info-icon {
  background: url(/assets/dashboard_imgs/page/profile/info-8519ef2a2c665312ac9abf3fc7f7b068ef50baced577afaa8930f2889dd6f2d6.svg) no-repeat left center;
  display: inline-block;
  padding: 0px 0px 0px 20px;
}

/* line 6089, app/assets/stylesheets/dashboard.css */
#dashboard .box-padding {
  padding: 30px;
}

/* line 6093, app/assets/stylesheets/dashboard.css */
#dashboard .box-filters-job {
  border-bottom: 1px solid #E0E6F7;
  margin-bottom: 30px;
  padding: 0px 0px 5px 0px;
}

/* line 6099, app/assets/stylesheets/dashboard.css */
#dashboard .box-filters-job .box-view-type img {
  vertical-align: middle;
}

/* line 6103, app/assets/stylesheets/dashboard.css */
#dashboard .text-showing {
  display: inline-block;
  min-height: 30px;
  line-height: 37px;
}

/* line 6109, app/assets/stylesheets/dashboard.css */
#dashboard .box-border {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  display: inline-block;
  padding: 1px 0px 3px 15px;
  vertical-align: sub;
}

/* line 6117, app/assets/stylesheets/dashboard.css */
#dashboard .text-sortby {
  color: #A0ABB8;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

/* line 6125, app/assets/stylesheets/dashboard.css */
#dashboard .box-view-type {
  float: right;
  margin-left: 10px;
}

/* line 6130, app/assets/stylesheets/dashboard.css */
#dashboard .box-view-type a {
  display: inline-block;
  vertical-align: middle;
}

/* line 6135, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown-sort {
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}

/* line 6141, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown-sort .dropdown-toggle::after {
  border: 0px;
}

/* line 6145, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown-sort .dropdown-toggle {
  padding: 0px;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* line 6153, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown-sort .dropdown-toggle:focus {
  box-shadow: none;
}

/* line 6157, app/assets/stylesheets/dashboard.css */
#dashboard .dropdown-sort .dropdown-toggle i {
  color: #4F5E64;
  float: right;
  margin: -1px 7px 0px 0px;
  font-size: 18px;
  line-height: 16px !important;
}

/* line 6165, app/assets/stylesheets/dashboard.css */
#dashboard .paginations {
  margin: 15px 0px 10px 0px;
}

/* line 6169, app/assets/stylesheets/dashboard.css */
#dashboard .paginations .pager {
  padding: 0px;
}

/* line 6173, app/assets/stylesheets/dashboard.css */
#dashboard .paginations .pager li {
  display: inline-block;
  vertical-align: middle;
}

/* line 6178, app/assets/stylesheets/dashboard.css */
#dashboard .paginations .pager li a {
  display: block;
  padding: 10px 8px;
  font-weight: 600;
  color: #A0ABB8;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

/* line 6190, app/assets/stylesheets/dashboard.css */
#dashboard .paginations .pager li a:hover {
  color: #05264E;
}

/* line 6194, app/assets/stylesheets/dashboard.css */
#dashboard .paginations .pager li a.active {
  color: #05264E;
}

/* line 6198, app/assets/stylesheets/dashboard.css */
#dashboard .paginations .pager li a.pager-number.active::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #E0E6F7;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 8px;
  left: -1px;
}

/* line 6211, app/assets/stylesheets/dashboard.css */
#dashboard .paginations .pager li a.pager-number:hover::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #E0E6F7;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 8px;
  left: -1px;
}

/* line 6224, app/assets/stylesheets/dashboard.css */
#dashboard .paginations .pager li .pager-prev {
  background: url(/assets/dashboard_imgs/template/icons/page-prev-440c410f2a2cb3fd9d3c214aec6a13e0c590f76830c1c0f2743b074b648617d9.svg) no-repeat center;
  height: 48px;
  width: 48px;
  margin-right: 15px;
}

/* line 6231, app/assets/stylesheets/dashboard.css */
#dashboard .paginations .pager li .pager-prev:hover {
  background: url(/assets/dashboard_imgs/template/icons/page-prev-hover-2740db7eafe497fce122103082fd2419f699c4df7ab0b9499479349b638482df.svg) no-repeat center;
}

/* line 6235, app/assets/stylesheets/dashboard.css */
#dashboard .paginations .pager li .pager-next {
  background: url(/assets/dashboard_imgs/template/icons/page-next-6a2639c3a2438549840a4a81b827992904bf676e660ee134cc01dd276c2f5437.svg) no-repeat center;
  height: 48px;
  width: 48px;
  margin-left: 15px;
}

/* line 6242, app/assets/stylesheets/dashboard.css */
#dashboard .paginations .pager li .pager-next:hover {
  background: url(/assets/dashboard_imgs/template/icons/page-next-hover-5722a24af6bf0e6fbf7d16e2c01b0c6631eaa783e916ddef63ce55a84ddeec3a.svg) no-repeat center;
}

/* line 6246, app/assets/stylesheets/dashboard.css */
#dashboard .icon-edu {
  background: url(/assets/dashboard_imgs/page/post-job/edu-a55a4a0aa8a6287ec4a4d21e8f55e50c4cc313edea9acc1c40c6a8fb22b04321.svg) no-repeat left center;
  padding-left: 31px;
}

/* line 6251, app/assets/stylesheets/dashboard.css */
#dashboard .box-upload {
  border: 2px dashed #B4C0E0;
  border-radius: 8px;
  padding: 15px 18px;
  background-color: #ffffff;
}

/* line 6258, app/assets/stylesheets/dashboard.css */
#dashboard .box-upload .add-file-upload {
  width: 85px;
  height: 85px;
  border: 1px solid #E0E6F6;
  border-radius: 16px;
  background: #ffffff url(/assets/dashboard_imgs/page/post-job/plus-edc6c87745b3efacbf7ba95d2e0f9327d874288f44ea64a27cdb547ed7154dbe.svg) no-repeat center;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 6270, app/assets/stylesheets/dashboard.css */
#dashboard .box-upload .add-file-upload input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0;
}

/* line 6280, app/assets/stylesheets/dashboard.css */
#dashboard .bg-postjob {
  background: url(/assets/dashboard_imgs/page/post-job/bg-e3ffb366384c3f780fb99f11baaf280b90c3a330ac4dfb1897fbce3eb3d11e8a.svg) no-repeat right 20px bottom;
}

/* line 6284, app/assets/stylesheets/dashboard.css */
#dashboard input[type=date] {
  position: relative;
  color: white;
}

/* line 6289, app/assets/stylesheets/dashboard.css */
#dashboard input[type=date]:before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: attr(data-date);
  display: inline-block;
  color: black;
  width: 90%;
  height: 90%;
  line-height: 40px;
  padding: 0px 0px 0px 20px;
  background: #fff;
}

/* line 6303, app/assets/stylesheets/dashboard.css */
#dashboard .box-file-uploaded {
  height: 100%;
  padding-bottom: 30px;
}

/* line 6308, app/assets/stylesheets/dashboard.css */
#dashboard select {
  background: url(/assets/dashboard_imgs/page/post-job/arrow-down-2eca3c9f2f75ebe8f93824aa965a136750c6f56f6b43a451407af5fa5d794813.svg) no-repeat right 15px center;
}

/* line 6312, app/assets/stylesheets/dashboard.css */
#dashboard .item-timeline {
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}

/* line 6319, app/assets/stylesheets/dashboard.css */
#dashboard .item-timeline .timeline-year {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

/* line 6325, app/assets/stylesheets/dashboard.css */
#dashboard .item-timeline .timeline-year::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 1px;
  border-right: 1px solid #E0E6F7;
}

/* line 6335, app/assets/stylesheets/dashboard.css */
#dashboard .item-timeline .timeline-year span {
  position: relative;
  border-radius: 30px;
  background-color: #EFF2FB;
  padding: 1px 15px 2px 15px;
  min-width: 130px;
  color: #3C65F5;
  text-align: center;
  display: inline-block;
}

/* line 6346, app/assets/stylesheets/dashboard.css */
#dashboard .item-timeline .timeline-info {
  position: relative;
  width: 100%;
  padding-right: 30px;
}

/* line 6352, app/assets/stylesheets/dashboard.css */
#dashboard .item-timeline .timeline-actions {
  min-width: 93px;
  text-align: right;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

/* line 6360, app/assets/stylesheets/dashboard.css */
#dashboard .panel-white {
  background-color: #ffffff;
  border-radius: 16px;
  margin-bottom: 30px;
  border: 1px solid #E0E6F7;
}

/* line 6367, app/assets/stylesheets/dashboard.css */
#dashboard .panel-head {
  border-bottom: 1px solid #E0E6F7;
  padding: 18px 30px;
  margin-bottom: 0px;
  position: relative;
}

/* line 6374, app/assets/stylesheets/dashboard.css */
#dashboard .panel-head .dropdown-menu {
  top: 83%;
  min-width: 14rem;
  padding: 0.5rem;
}

/* line 6380, app/assets/stylesheets/dashboard.css */
#dashboard .panel-head .dropdown-menu .dropdown-item {
  color: #05264E;
}

/* line 6384, app/assets/stylesheets/dashboard.css */
#dashboard .panel-head .dropdown-menu .dropdown-item.active, #dashboard .panel-head .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #3C65F5;
}

/* line 6389, app/assets/stylesheets/dashboard.css */
#dashboard .panel-head .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #3C65F5;
}

/* line 6394, app/assets/stylesheets/dashboard.css */
#dashboard .panel-body {
  padding: 30px;
}

/* line 6398, app/assets/stylesheets/dashboard.css */
#dashboard .menudrop {
  position: absolute;
  top: 20px;
  right: 15px;
  height: 20px;
  width: 20px;
  background: url(/assets/dashboard_imgs/page/dashboard/dot-menu-7a8c03ec06526b12a186b2f4989906ca052918fdc4fbaeceaa01ea37e2b802a0.svg) no-repeat center;
  cursor: pointer;
}

/* line 6408, app/assets/stylesheets/dashboard.css */
#dashboard .box-heading {
  display: flex;
  width: 100%;
  position: relative;
  align-items: flex-start;
}

/* line 6415, app/assets/stylesheets/dashboard.css */
#dashboard .box-heading .box-title {
  width: 50%;
}

/* line 6419, app/assets/stylesheets/dashboard.css */
#dashboard .box-heading .box-breadcrumb {
  width: 50%;
  text-align: right;
  margin-top: -5px;
}

/* line 6425, app/assets/stylesheets/dashboard.css */
#dashboard .box-heading .box-breadcrumb .breadcrumbs {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #E0E6F7;
}

/* line 6433, app/assets/stylesheets/dashboard.css */
#dashboard .box-heading .box-breadcrumb .breadcrumbs ul li {
  position: relative;
}

/* line 6437, app/assets/stylesheets/dashboard.css */
#dashboard .box-heading .box-breadcrumb .breadcrumbs ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  height: 14px;
  width: 14px;
  background: url(/assets/dashboard_imgs/page/dashboard/arrow-2e6e53cccc2a2349fa6527c87a70ab52b55ba8c8872a273e5e5994092d6152f4.svg) no-repeat 0px 0px;
}

/* line 6447, app/assets/stylesheets/dashboard.css */
#dashboard .box-heading .box-breadcrumb .breadcrumbs ul li a.icon-home {
  background: url(/assets/dashboard_imgs/page/dashboard/home-8e16fd8cc80a7ef7977ce4d4ca59ec91fab15e0ef1de7dd4f046a7b6a0ed51f6.svg) no-repeat 0px -2px;
  padding-left: 21px;
}

/* line 6452, app/assets/stylesheets/dashboard.css */
#dashboard .swiper-group-10 .swiper-slide {
  text-align: center;
}

@media (max-width: 1399.98px) {
  /* line 6457, app/assets/stylesheets/dashboard.css */
  #dashboard .main .nav {
    max-width: 220px;
  }
  /* line 6460, app/assets/stylesheets/dashboard.css */
  #dashboard .panel-body {
    padding: 25px;
  }
  /* line 6463, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-4 {
    padding: 15px 12px;
  }
  /* line 6466, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-4 .card-image {
    padding-right: 10px;
    max-width: 62px;
  }
  /* line 6470, app/assets/stylesheets/dashboard.css */
  #dashboard .sidebar-border-bg {
    padding: 20px 20px 260px 20px;
  }
  /* line 6473, app/assets/stylesheets/dashboard.css */
  #dashboard .main-menu li a {
    padding: 15px 18px;
  }
}

@media (max-width: 1199.98px) {
  /* line 6478, app/assets/stylesheets/dashboard.css */
  #dashboard .header .main-header .header-right {
    display: none;
  }
  /* line 6481, app/assets/stylesheets/dashboard.css */
  #dashboard .burger-icon {
    display: inline-block;
  }
  /* line 6484, app/assets/stylesheets/dashboard.css */
  #dashboard .header .nav-main-menu {
    display: none;
  }
  /* line 6487, app/assets/stylesheets/dashboard.css */
  #dashboard .main .nav {
    display: none !important;
    width: 0px;
    overflow: hidden;
  }
  /* line 6492, app/assets/stylesheets/dashboard.css */
  #dashboard .header .main-header .header-search {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 6497, app/assets/stylesheets/dashboard.css */
  #dashboard .header .main-header .header-left .header-logo {
    margin-right: 0px;
  }
  /* line 6500, app/assets/stylesheets/dashboard.css */
  #dashboard .header .main-header .header-nav {
    width: 0%;
  }
  /* line 6503, app/assets/stylesheets/dashboard.css */
  #dashboard .bg-postjob {
    background: none;
  }
  /* line 6506, app/assets/stylesheets/dashboard.css */
  #dashboard .main {
    flex-direction: column;
  }
  /* line 6509, app/assets/stylesheets/dashboard.css */
  #dashboard .box-content {
    padding: 20px;
  }
  /* line 6512, app/assets/stylesheets/dashboard.css */
  #dashboard .box-heading {
    flex-direction: column;
    gap: 10px;
  }
  /* line 6516, app/assets/stylesheets/dashboard.css */
  #dashboard .box-heading .box-title,
#dashboard .box-heading .box-breadcrumb {
    width: 100%;
    text-align: left;
  }
  /* line 6521, app/assets/stylesheets/dashboard.css */
  #dashboard .box-heading .box-breadcrumb {
    margin-top: 0;
  }
  /* line 6524, app/assets/stylesheets/dashboard.css */
  #dashboard .box-heading .box-breadcrumb .breadcrumbs {
    width: 100%;
  }
  /* line 6527, app/assets/stylesheets/dashboard.css */
  #dashboard .panel-body,
#dashboard .box-padding {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  /* line 6533, app/assets/stylesheets/dashboard.css */
  #dashboard h2 {
    font-size: 25px;
    line-height: 34px;
  }
  /* line 6537, app/assets/stylesheets/dashboard.css */
  #dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 30px 13px 30px;
    border-bottom: 1px solid #E0E6F6;
  }
  /* line 6541, app/assets/stylesheets/dashboard.css */
  #dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 140px;
  }
  /* line 6544, app/assets/stylesheets/dashboard.css */
  #dashboard .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px;
  }
  /* line 6547, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-2 {
    flex-wrap: wrap;
    padding: 10px 15px;
  }
  /* line 6551, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-2 .card-title {
    width: 86%;
  }
  /* line 6554, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-2 .card-image {
    max-width: none;
    width: 14%;
  }
  /* line 6558, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-2 .card-tags {
    width: 60%;
    margin-top: 20px;
  }
  /* line 6562, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-2 .card-price {
    width: 40%;
    margin-top: 20px;
  }
  /* line 6566, app/assets/stylesheets/dashboard.css */
  #dashboard .item-timeline .timeline-year span {
    padding: 1px 5px 2px 5px;
    min-width: 110px;
  }
  /* line 6570, app/assets/stylesheets/dashboard.css */
  #dashboard .item-timeline .timeline-year {
    padding-right: 10px;
    margin-right: 10px;
  }
  /* line 6574, app/assets/stylesheets/dashboard.css */
  #dashboard .item-timeline .timeline-info {
    padding-right: 10px;
  }
  /* line 6577, app/assets/stylesheets/dashboard.css */
  #dashboard .item-timeline .timeline-actions {
    min-width: 83px;
    padding-left: 10px;
  }
}

@media (max-width: 575.98px) {
  /* line 6583, app/assets/stylesheets/dashboard.css */
  #dashboard .header.sticky-bar .col-lg-7 .burger-icon {
    right: 15px;
  }
  /* line 6586, app/assets/stylesheets/dashboard.css */
  #dashboard .swiper-button-next,
#dashboard .swiper-button-prev {
    display: none;
  }
  /* line 6590, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-2 .card-title {
    width: 80%;
  }
  /* line 6593, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-2 .card-image {
    width: 20%;
  }
  /* line 6596, app/assets/stylesheets/dashboard.css */
  #dashboard .item-timeline {
    flex-wrap: wrap;
  }
  /* line 6599, app/assets/stylesheets/dashboard.css */
  #dashboard .item-timeline .timeline-year {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  /* line 6603, app/assets/stylesheets/dashboard.css */
  #dashboard .item-timeline .timeline-year::before {
    display: none;
  }
  /* line 6606, app/assets/stylesheets/dashboard.css */
  #dashboard .item-timeline .timeline-actions {
    padding-left: 0px;
  }
  /* line 6609, app/assets/stylesheets/dashboard.css */
  #dashboard .mobile-header-wrapper-style {
    width: 100%;
    right: 0;
    left: 0;
  }
  /* line 6614, app/assets/stylesheets/dashboard.css */
  #dashboard .box-content {
    padding: 16px;
  }
  /* line 6617, app/assets/stylesheets/dashboard.css */
  #dashboard .panel-body,
#dashboard .box-padding {
    padding: 16px;
  }
  /* line 6621, app/assets/stylesheets/dashboard.css */
  #dashboard .header .main-header {
    flex-wrap: wrap;
    gap: 10px;
  }
  /* line 6625, app/assets/stylesheets/dashboard.css */
  #dashboard .header .main-header .header-left {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 484.98px) {
  /* line 6631, app/assets/stylesheets/dashboard.css */
  #dashboard .swiper-style-2 .item-5 {
    width: 100%;
  }
  /* line 6634, app/assets/stylesheets/dashboard.css */
  #dashboard .text-sortby {
    display: none;
  }
  /* line 6637, app/assets/stylesheets/dashboard.css */
  #dashboard .paginations .pager li .pager-prev {
    margin-right: 0px;
  }
  /* line 6640, app/assets/stylesheets/dashboard.css */
  #dashboard .paginations .pager li .pager-next {
    margin-left: 0px;
  }
  /* line 6643, app/assets/stylesheets/dashboard.css */
  #dashboard .paginations .pager li a {
    line-height: 24px;
    font-size: 16px;
  }
  /* line 6647, app/assets/stylesheets/dashboard.css */
  #dashboard .box-radius-8 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  /* line 6651, app/assets/stylesheets/dashboard.css */
  #dashboard .box-radius-8 .image {
    min-width: 100%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 6657, app/assets/stylesheets/dashboard.css */
  #dashboard h2 {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 6661, app/assets/stylesheets/dashboard.css */
  #dashboard .box-newsletter-2 .font-lg {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 6665, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-2 .card-title {
    width: 75%;
  }
  /* line 6668, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-2 .card-image {
    width: 25%;
  }
  /* line 6671, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-2 .card-tags {
    width: 70%;
  }
  /* line 6674, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-2 .card-price {
    width: 30%;
    min-width: auto;
  }
  /* line 6678, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-3 {
    flex-wrap: wrap;
  }
  /* line 6681, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-3 .card-image {
    width: 20%;
  }
  /* line 6684, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-3 .card-title {
    width: 80%;
  }
  /* line 6687, app/assets/stylesheets/dashboard.css */
  #dashboard .card-style-3 .card-location, #dashboard .card-style-3 .card-rating {
    margin-top: 15px;
    width: 50%;
  }
  /* line 6691, app/assets/stylesheets/dashboard.css */
  #dashboard .box-heading {
    flex-wrap: wrap;
  }
  /* line 6694, app/assets/stylesheets/dashboard.css */
  #dashboard .box-heading .box-title, #dashboard .box-heading .box-breadcrumb {
    width: 100%;
    text-align: left;
  }
  /* line 6698, app/assets/stylesheets/dashboard.css */
  #dashboard .box-heading .box-breadcrumb {
    margin-bottom: 25px;
  }
  /* line 6701, app/assets/stylesheets/dashboard.css */
  #dashboard .box-padding {
    padding: 20px 15px;
  }
}

@media (max-width: 374.98px) {
  /* line 6706, app/assets/stylesheets/dashboard.css */
  #dashboard .image-profile {
    max-width: 100%;
    width: 100%;
  }
  /* line 6710, app/assets/stylesheets/dashboard.css */
  #dashboard .box-profile-image {
    flex-wrap: wrap;
  }
  /* line 6713, app/assets/stylesheets/dashboard.css */
  #dashboard .box-profile-image .info-profile {
    width: 100%;
    margin-top: 20px;
  }
  /* line 6717, app/assets/stylesheets/dashboard.css */
  #dashboard .box-border {
    padding: 1px 0px 3px 5px;
  }
  /* line 6720, app/assets/stylesheets/dashboard.css */
  #dashboard .dropdown-sort .dropdown-toggle i {
    margin: -1px 0px 0px 0px;
  }
  /* line 6723, app/assets/stylesheets/dashboard.css */
  #dashboard .box-border.mr-10 {
    margin-right: 2px !important;
  }
  /* line 6726, app/assets/stylesheets/dashboard.css */
  #dashboard .box-view-type {
    margin-left: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 6731, app/assets/stylesheets/dashboard.css */
  #dashboard .container.wide {
    max-width: 1544px;
  }
}

/* line 6735, app/assets/stylesheets/dashboard.css */
#dashboard .job-card {
  position: relative;
}

/* line 6738, app/assets/stylesheets/dashboard.css */
#dashboard .job-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  border-radius: inherit;
  cursor: pointer;
}

/* line 6746, app/assets/stylesheets/dashboard.css */
#dashboard .jobs-list .job-card .job-actions {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

/* line 6756, app/assets/stylesheets/dashboard.css */
#dashboard .jobs-list .job-card {
  padding-right: 192px;
}

/* line 6759, app/assets/stylesheets/dashboard.css */
#dashboard .jobs-list .job-card .job-card__info {
  min-width: 0;
}

/* line 6762, app/assets/stylesheets/dashboard.css */
#dashboard .jobs-list .job-card .job-card__title-wrap {
  flex: 1 1 220px;
  min-width: 0;
}

/* line 6766, app/assets/stylesheets/dashboard.css */
#dashboard .jobs-list .job-card .job-card__title {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
}

/* line 6773, app/assets/stylesheets/dashboard.css */
#dashboard .jobs-list .job-card .job-action-icon,
#dashboard .jobs-list .job-card .job-drag-handle {
  width: 32px;
  height: 32px;
  border-radius: 9px;
}

@media (max-width: 575px) {
  /* line 6780, app/assets/stylesheets/dashboard.css */
  #dashboard .jobs-list .job-card {
    padding-right: 16px;
    padding-top: 56px;
  }
  /* line 6784, app/assets/stylesheets/dashboard.css */
  #dashboard .jobs-list .job-card .job-actions {
    top: 10px;
    right: 10px;
    gap: 6px;
  }
  /* line 6789, app/assets/stylesheets/dashboard.css */
  #dashboard .jobs-list .job-card .job-action-icon,
#dashboard .jobs-list .job-card .job-drag-handle {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
}

/* line 6796, app/assets/stylesheets/dashboard.css */
#dashboard .job-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 6801, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-header-card {
  background: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(10, 38, 94, 0.08);
}

/* line 6808, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-header-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

/* line 6814, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-heading {
  flex: 1 1 320px;
}

/* line 6817, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 6823, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #05264E;
}

/* line 6829, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-status {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  text-transform: capitalize;
  background: #E6EDF9;
  color: #3C65F5;
  font-weight: 600;
}

/* line 6838, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-status--published {
  background: #E7F7EE;
  color: #1F9254;
}

/* line 6842, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-status--draft {
  background: #FFF4E5;
  color: #B45309;
}

/* line 6846, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-status--closed {
  background: #FDECEC;
  color: #B91C1C;
}

/* line 6850, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-company {
  margin-top: 6px;
  font-weight: 600;
  color: #4F5E64;
}

/* line 6855, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-company-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  flex-wrap: wrap;
}

/* line 6862, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-logo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #E0E6F7;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* line 6873, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* line 6878, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
  color: #66789C;
  font-size: 13px;
}

/* line 6886, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-meta i {
  margin-right: 6px;
}

/* line 6889, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-tags {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 6895, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-badge {
  background: #F2F4FA;
  color: #3C65F5;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

/* line 6903, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-badge--muted {
  background: #F4F6FB;
  color: #A0ABB8;
}

/* line 6907, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-badge--skill {
  background: #E9F0FF;
  color: #1D4ED8;
}

/* line 6911, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* line 6917, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-share {
  border-radius: 10px;
}

/* line 6920, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 20px;
}

/* line 6926, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-kpi {
  background: #F8FAFF;
  border-radius: 12px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* line 6934, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-kpi-icon {
  font-size: 18px;
  color: #3C65F5;
  display: inline-flex;
  align-items: center;
}

/* line 6940, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-kpi-label {
  font-size: 12px;
  color: #8492A6;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* line 6947, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-kpi-value {
  font-size: 14px;
  color: #05264E;
  font-weight: 600;
}

/* line 6952, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-grid {
  display: grid;
  gap: 20px;
}

/* line 6956, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-card {
  background: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(10, 38, 94, 0.06);
}

/* line 6963, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-map {
  height: 320px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

/* line 6969, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-card-title {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  color: #05264E;
}

/* line 6975, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content {
  color: #4F5E64;
  font-size: 14px;
  line-height: 1.7;
}

/* line 6986, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content p {
  margin: 0 0 14px;
}

/* line 6989, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content p:last-child {
  margin-bottom: 0;
}

/* line 6992, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content h1,
#dashboard .job-details-content h2,
#dashboard .job-details-content h3,
#dashboard .job-details-content h4,
#dashboard .job-details-content h5,
#dashboard .job-details-content h6 {
  color: #05264E;
  font-weight: 700;
  line-height: 1.35;
  margin: 24px 0 10px;
}

/* line 7003, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content h1:first-child,
#dashboard .job-details-content h2:first-child,
#dashboard .job-details-content h3:first-child {
  margin-top: 0;
}

/* line 7008, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content h1 {
  font-size: 20px;
}

/* line 7011, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content h2 {
  font-size: 17px;
  padding-bottom: 8px;
  border-bottom: 1px solid #E0E6F7;
}

/* line 7016, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content h3 {
  font-size: 15px;
}

/* line 7019, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content h4,
#dashboard .job-details-content h5,
#dashboard .job-details-content h6 {
  font-size: 14px;
}

/* line 7024, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content strong,
#dashboard .job-details-content b {
  color: #05264E;
  font-weight: 700;
}

/* line 7029, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content ul,
#dashboard .job-details-content ol {
  margin: 0 0 14px;
  padding-left: 20px;
}

/* line 7034, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content ul {
  list-style: none;
}

/* line 7037, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content ul li {
  position: relative;
  padding-left: 18px;
}

/* line 7041, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3C65F5;
}

/* line 7051, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content ol {
  list-style: decimal;
}

/* line 7054, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content li {
  margin-bottom: 6px;
}

/* line 7057, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content li:last-child {
  margin-bottom: 0;
}

/* line 7060, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content li > ul,
#dashboard .job-details-content li > ol {
  margin-top: 6px;
  margin-bottom: 0;
}

/* line 7065, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content a {
  color: #3C65F5;
  text-decoration: underline;
}

/* line 7069, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content blockquote {
  margin: 0 0 14px;
  padding: 8px 16px;
  border-left: 3px solid #3C65F5;
  background: #F8FAFF;
  color: #4F5E64;
}

/* line 7076, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content code {
  background: #F4F6FB;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 13px;
  color: #05264E;
}

/* line 7083, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content pre {
  background: #F4F6FB;
  border-radius: 8px;
  padding: 12px 14px;
  overflow-x: auto;
  margin: 0 0 14px;
}

/* line 7090, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-content pre code {
  background: none;
  padding: 0;
}

/* line 7094, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 7102, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-list-label {
  color: #8492A6;
  font-size: 13px;
  font-weight: 600;
}

/* line 7107, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-list-value {
  color: #05264E;
  font-weight: 600;
}

/* line 7111, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 7116, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-apply {
  display: flex;
  align-items: center;
}

/* line 7120, app/assets/stylesheets/dashboard.css */
#dashboard .job-form-card {
  background: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(10, 38, 94, 0.06);
}

/* line 7127, app/assets/stylesheets/dashboard.css */
#dashboard .job-location-map {
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
}

/* line 7132, app/assets/stylesheets/dashboard.css */
#dashboard .select-active-tags + .select2 {
  width: 100% !important;
}

/* line 7135, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-apply-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* line 7142, app/assets/stylesheets/dashboard.css */
#dashboard .job-details-muted {
  color: #8492A6;
  font-size: 14px;
}

/* line 7146, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-simulator-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* line 7154, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-simulator-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 7159, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-simulator-layout {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(320px, 1.35fr);
  gap: 20px;
  align-items: flex-start;
}

/* line 7165, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-controls {
  display: grid;
  gap: 14px;
}

/* line 7169, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-control-group .form-label {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #4F5E64;
}

/* line 7175, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-limit {
  display: inline-flex;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #1F9254;
}

/* line 7182, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-limit.is-warning {
  color: #C27C1A;
}

/* line 7185, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-limit.is-overflow {
  color: #D92D20;
}

/* line 7188, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-input.is-overflow {
  border-color: #D92D20;
  box-shadow: 0 0 0 0.12rem rgba(217, 45, 32, 0.15);
}

/* line 7192, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-preview-zone {
  display: grid;
  gap: 12px;
}

/* line 7196, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-viewport-switch {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

/* line 7202, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-viewport-switch .btn.is-active {
  background: #3C65F5;
  border-color: #3C65F5;
  color: #ffffff;
}

/* line 7207, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-preview-canvas {
  --preview-width: 860px;
  background: #EEF3F8;
  border: 1px solid #D7DFEA;
  border-radius: 16px;
  padding: 18px;
  overflow: auto;
}

/* line 7215, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-preview-canvas.is-tablet {
  --preview-width: 720px;
}

/* line 7218, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-preview-canvas.is-mobile {
  --preview-width: 390px;
}

/* line 7221, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-profile {
  width: 100%;
  max-width: var(--preview-width);
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #D8DFE6;
  border-radius: 14px;
  overflow: hidden;
}

/* line 7230, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-banner {
  height: 150px;
  background: linear-gradient(120deg, #0A66C2 0%, #4F8FD9 55%, #89B4EA 100%);
  background-size: cover;
  background-position: center;
}

/* line 7236, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-banner.has-image {
  background-color: #B8C7D9;
}

/* line 7239, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-avatar-wrap {
  padding: 0 22px;
  margin-top: -52px;
  position: relative;
}

/* line 7244, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-avatar,
#dashboard .linkedin-avatar-fallback {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  border: 4px solid #ffffff;
}

/* line 7251, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-avatar {
  object-fit: cover;
  background: #D9E1EB;
}

/* line 7255, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-avatar-fallback {
  display: grid;
  place-content: center;
  font-weight: 700;
  font-size: 34px;
  color: #ffffff;
  background: #0A66C2;
}

/* line 7263, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-profile-body {
  padding: 12px 22px 24px;
}

/* line 7266, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-profile-name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #191919;
}

/* line 7272, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-profile-headline {
  margin: 8px 0 0;
  color: #38434F;
  font-size: 15px;
  line-height: 1.5;
}

/* line 7278, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-section {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #E4EAF0;
}

/* line 7283, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-section h6 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #191919;
  font-weight: 700;
}

/* line 7289, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-section p {
  margin: 0;
  color: #38434F;
  font-size: 14px;
  line-height: 1.7;
  white-space: pre-wrap;
}

/* line 7296, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-list {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 8px;
  color: #38434F;
}

/* line 7303, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-list li {
  line-height: 1.5;
  font-size: 14px;
}

/* line 7307, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-list li.is-empty {
  list-style: none;
  margin-left: -20px;
  color: #8A94A3;
  font-style: italic;
}

/* line 7313, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 7318, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-skill {
  border-radius: 999px;
  border: 1px solid #D1D9E3;
  padding: 5px 11px;
  font-size: 12px;
  font-weight: 600;
  color: #38434F;
  background: #F3F6FA;
}

/* line 7327, app/assets/stylesheets/dashboard.css */
#dashboard .linkedin-skill.is-empty {
  border-style: dashed;
  color: #8A94A3;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  /* line 7333, app/assets/stylesheets/dashboard.css */
  #dashboard .linkedin-simulator-layout {
    grid-template-columns: 1fr;
  }
  /* line 7336, app/assets/stylesheets/dashboard.css */
  #dashboard .linkedin-viewport-switch {
    justify-content: flex-start;
  }
  /* line 7339, app/assets/stylesheets/dashboard.css */
  #dashboard .linkedin-preview-canvas {
    padding: 14px;
  }
  /* line 7342, app/assets/stylesheets/dashboard.css */
  #dashboard .job-details-header-card,
#dashboard .job-details-card {
    padding: 20px;
  }
  /* line 7346, app/assets/stylesheets/dashboard.css */
  #dashboard .job-details-title {
    font-size: 22px;
  }
}

@media (max-width: 575.98px) {
  /* line 7351, app/assets/stylesheets/dashboard.css */
  #dashboard .linkedin-avatar,
#dashboard .linkedin-avatar-fallback {
    width: 84px;
    height: 84px;
  }
  /* line 7356, app/assets/stylesheets/dashboard.css */
  #dashboard .linkedin-avatar-wrap {
    margin-top: -42px;
    padding: 0 14px;
  }
  /* line 7360, app/assets/stylesheets/dashboard.css */
  #dashboard .linkedin-profile-body {
    padding: 10px 14px 18px;
  }
  /* line 7363, app/assets/stylesheets/dashboard.css */
  #dashboard .linkedin-profile-name {
    font-size: 20px;
  }
}

/* line 7367, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #E0E6F7;
  color: #1A3170;
  font-weight: 600;
  border-radius: 999px;
  padding: 8px 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

/* line 7378, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-nav-trigger:hover {
  border-color: #C9D8FF;
  box-shadow: 0 10px 24px rgba(19, 48, 123, 0.1);
  transform: translateY(-1px);
  color: #1A3170;
}

/* line 7384, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-nav-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  background: #EE3D54;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
}

/* line 7401, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-page {
  min-height: calc(100vh - 150px);
  animation: messagingFadeIn 0.28s ease;
}

/* line 7405, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-shell {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 16px;
  height: calc(100vh - 172px);
  min-height: 600px;
}

/* line 7412, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-sidebar,
#dashboard .messaging-thread {
  background: #FFFFFF;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(15, 37, 84, 0.08);
  overflow: hidden;
}

/* line 7420, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-sidebar {
  display: flex;
  flex-direction: column;
}

/* line 7424, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #ECF1FF;
}

/* line 7431, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-sidebar-head h4 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

/* line 7436, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-unread-pill {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: #EDF3FF;
  color: #2D57EC;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 7449, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-search-wrap {
  padding: 12px 14px 10px;
  border-bottom: 1px solid #F1F4FF;
}

/* line 7453, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-search-wrap .form-control {
  height: 44px;
  border-radius: 12px;
}

/* line 7457, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversations {
  overflow-y: auto;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 7464, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversation-item {
  width: 100%;
  border: 1px solid #E7EEFF;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
  position: relative;
}

/* line 7477, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversation-item:hover {
  border-color: #C4D5FF;
  box-shadow: 0 10px 22px rgba(27, 58, 133, 0.1);
  transform: translateY(-1px);
}

/* line 7482, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversation-item.is-active {
  border-color: #3C65F5;
  background: linear-gradient(145deg, #F2F6FF 0%, #EAF1FF 100%);
}

/* line 7486, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversation-avatar-wrap {
  position: relative;
}

/* line 7489, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-presence-dot {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}

/* line 7498, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-presence-dot.is-online {
  background: #20C997;
}

/* line 7501, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-presence-dot.is-offline {
  background: #A7B5CC;
}

/* line 7504, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversation-meta {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

/* line 7511, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversation-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

/* line 7517, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversation-name {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: #0E2A67;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7526, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversation-time {
  color: #7E8EAE;
  font-size: 12px;
  white-space: nowrap;
}

/* line 7531, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversation-preview {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: #5A6C8E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7540, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversation-role {
  font-size: 11px;
  color: #96A2BA;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 7546, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-item-unread {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #3C65F5;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 7558, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* line 7563, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-head {
  border-bottom: 1px solid #ECF1FF;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #FBFCFF;
}

/* line 7572, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-user {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

/* line 7578, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-user h5 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}

/* line 7587, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-subtitle {
  display: block;
  font-size: 12px;
  color: #6F82A6;
}

/* line 7592, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-tools {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

/* line 7597, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-message-search {
  min-width: 220px;
  height: 38px;
  border-radius: 10px;
}

/* line 7602, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-delete-btn {
  height: 38px;
  border-radius: 10px;
  padding: 0 12px;
  white-space: nowrap;
}

/* line 7608, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-mobile-back {
  display: none;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #DCE6FF;
  background: #FFFFFF;
  color: #12306B;
}

/* line 7619, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-messages {
  flex: 1;
  overflow-y: auto;
  padding: 14px;
  background: radial-gradient(circle at top right, rgba(60, 101, 245, 0.06), transparent 60%), #F9FBFF;
}

/* line 7625, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-messages .chat-message-item {
  margin-bottom: 10px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: messageSlideIn 0.2s ease;
}

/* line 7630, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-messages .chat-message-item.is-outgoing {
  margin-left: auto;
  max-width: 88%;
  background: linear-gradient(145deg, #EDF3FF 0%, #E5EDFF 100%);
}

/* line 7635, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-messages .chat-message-item.is-incoming {
  max-width: 88%;
}

/* line 7638, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-typing {
  min-height: 18px;
  padding: 0 16px 8px;
  color: #6D7EA2;
  font-size: 12px;
}

/* line 7644, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-form {
  border-top: 1px solid #ECF1FF;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  background: #FFFFFF;
}

/* line 7652, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-form .form-control {
  height: 48px;
  border-radius: 12px;
}

/* line 7656, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-thread-form .btn {
  min-width: 110px;
  border-radius: 12px;
}

/* line 7660, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-empty-state {
  border: 1px dashed #D1DDF7;
  border-radius: 14px;
  padding: 28px;
  text-align: center;
  color: #6980A9;
  background: #FFFFFF;
}

/* line 7668, app/assets/stylesheets/dashboard.css */
#dashboard .messaging-conversation-item.is-hidden,
#dashboard .chat-message-item.is-hidden {
  display: none;
}

@keyframes messagingFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes messageSlideIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199.98px) {
  /* line 7693, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-shell {
    grid-template-columns: 320px minmax(0, 1fr);
    height: calc(100vh - 186px);
  }
  /* line 7697, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-message-search {
    min-width: 180px;
  }
}

@media (max-width: 991.98px) {
  /* line 7702, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-shell {
    grid-template-columns: 1fr;
    height: calc(100vh - 172px);
    position: relative;
  }
  /* line 7707, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-sidebar,
#dashboard .messaging-thread {
    position: absolute;
    inset: 0;
    transition: opacity 0.24s ease, transform 0.24s ease;
  }
  /* line 7713, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-page .messaging-thread {
    opacity: 0;
    pointer-events: none;
    transform: translateX(24px);
  }
  /* line 7718, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-page.is-thread-open .messaging-sidebar {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-24px);
  }
  /* line 7723, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-page.is-thread-open .messaging-thread {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
  /* line 7728, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-thread-tools {
    display: none;
  }
  /* line 7731, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-mobile-back {
    display: inline-flex;
  }
  /* line 7734, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-nav-trigger span {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 7739, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-page {
    min-height: calc(100vh - 120px);
  }
  /* line 7742, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-shell {
    min-height: 520px;
    height: calc(100vh - 140px);
  }
  /* line 7746, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-sidebar-head h4 {
    font-size: 20px;
  }
  /* line 7749, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-thread-form {
    grid-template-columns: 1fr;
  }
  /* line 7752, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-thread-form .btn {
    width: 100%;
  }
  /* line 7755, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-thread-head {
    padding: 10px 12px;
  }
  /* line 7758, app/assets/stylesheets/dashboard.css */
  #dashboard .messaging-thread-messages {
    padding: 10px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 7764, app/assets/stylesheets/dashboard.css */
  #dashboard .header-right {
    display: none;
  }
}

/* line 7769, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-page {
  display: grid;
  gap: 24px;
}

/* line 7773, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-page__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

/* line 7780, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-page__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
  color: #05264e;
  letter-spacing: -0.02em;
}

/* line 7787, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-page__subtitle {
  margin: 8px 0 0;
  max-width: 700px;
  color: #526487;
}

/* line 7792, app/assets/stylesheets/dashboard.css */
#dashboard .section-title {
  margin: 0 0 14px;
  font-size: 22px;
  color: #05264e;
}

/* line 7797, app/assets/stylesheets/dashboard.css */
#dashboard .plan-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* line 7802, app/assets/stylesheets/dashboard.css */
#dashboard .plan-status-card {
  background: linear-gradient(145deg, #ffffff, #f8fbff);
  border: 1px solid #dbe4fb;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(5, 38, 78, 0.06);
  padding: 18px;
}

/* line 7809, app/assets/stylesheets/dashboard.css */
#dashboard .plan-status-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  color: #5c7097;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 7816, app/assets/stylesheets/dashboard.css */
#dashboard .plan-status-card__value {
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: #05264e;
}

/* line 7822, app/assets/stylesheets/dashboard.css */
#dashboard .plan-status-card__hint {
  margin: 6px 0 0;
  color: #6378a3;
}

/* line 7826, app/assets/stylesheets/dashboard.css */
#dashboard .quota-grid,
#dashboard .locked-grid,
#dashboard .faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* line 7833, app/assets/stylesheets/dashboard.css */
#dashboard .quota-card,
#dashboard .locked-card,
#dashboard .faq-card,
#dashboard .limitations-section {
  background: #ffffff;
  border: 1px solid #dbe4fb;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(5, 38, 78, 0.05);
  padding: 16px;
}

/* line 7843, app/assets/stylesheets/dashboard.css */
#dashboard .quota-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

/* line 7849, app/assets/stylesheets/dashboard.css */
#dashboard .quota-card__top h4,
#dashboard .locked-card h4,
#dashboard .faq-card h4 {
  margin: 0;
  color: #05264e;
  font-size: 16px;
}

/* line 7856, app/assets/stylesheets/dashboard.css */
#dashboard .quota-card__badge {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: #edf3ff;
  color: #335bbd;
  font-size: 12px;
  font-weight: 700;
}

/* line 7865, app/assets/stylesheets/dashboard.css */
#dashboard .quota-card__badge--ok {
  background: #e7f9f0;
  color: #198754;
}

/* line 7869, app/assets/stylesheets/dashboard.css */
#dashboard .quota-card__numbers {
  margin: 10px 0;
  color: #425b87;
  font-weight: 700;
}

/* line 7874, app/assets/stylesheets/dashboard.css */
#dashboard .quota-progress {
  height: 8px;
  border-radius: 999px;
  background: #e7edf9;
  overflow: hidden;
}

/* line 7880, app/assets/stylesheets/dashboard.css */
#dashboard .quota-progress__bar {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #3c65f5, #7292ff);
}

/* line 7885, app/assets/stylesheets/dashboard.css */
#dashboard .limitations-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: #344869;
}

/* line 7892, app/assets/stylesheets/dashboard.css */
#dashboard .locked-card p,
#dashboard .faq-card p {
  margin: 8px 0 14px;
  color: #5d7197;
}

/* line 7897, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-toggle {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: #e8eefc;
}

/* line 7904, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-toggle__btn {
  border: 0;
  background: transparent;
  color: #35507a;
  font-weight: 700;
  font-size: 13px;
  border-radius: 999px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* line 7915, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-toggle__btn.is-active {
  background: #ffffff;
  color: #3c65f5;
  box-shadow: 0 6px 18px rgba(60, 101, 245, 0.2);
}

/* line 7920, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

/* line 7925, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-card {
  background: #ffffff;
  border: 1px solid #dbe4fb;
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(5, 38, 78, 0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

/* line 7936, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-card--recommended {
  border-color: #3c65f5;
  box-shadow: 0 20px 52px rgba(60, 101, 245, 0.22);
  transform: translateY(-2px);
}

/* line 7941, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-card__badge {
  position: absolute;
  top: -12px;
  left: 24px;
  background: #3c65f5;
  color: #ffffff;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  padding: 6px 12px;
}

/* line 7954, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-card__name {
  margin: 0;
  color: #05264e;
  font-size: 24px;
}

/* line 7959, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-card__description {
  margin: 0;
  min-height: 48px;
  color: #66759b;
}

/* line 7964, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

/* line 7969, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-card__price {
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
  color: #05264e;
  letter-spacing: -0.03em;
}

/* line 7976, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-card__period {
  color: #6d7ca3;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 7983, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-card__limits {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: #344869;
  flex: 1;
}

/* line 7991, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-card__cta {
  width: 100%;
  justify-content: center;
}

/* line 7995, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-comparison {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #dbe4fb;
  box-shadow: 0 14px 32px rgba(5, 38, 78, 0.06);
  padding: 20px;
}

/* line 8002, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-comparison__title {
  margin: 0 0 14px;
  font-size: 22px;
  color: #05264e;
}

/* line 8007, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

/* line 8012, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-table th,
#dashboard .pricing-table td {
  border-bottom: 1px solid #e6ecfb;
  padding: 12px 10px;
  text-align: left;
  white-space: nowrap;
}

/* line 8019, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-table th {
  color: #05264e;
  font-weight: 800;
  background: #f8faff;
}

/* line 8024, app/assets/stylesheets/dashboard.css */
#dashboard .pricing-table td {
  color: #3e5478;
}

@media (max-width: 1199.98px) {
  /* line 8028, app/assets/stylesheets/dashboard.css */
  #dashboard .pricing-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 8031, app/assets/stylesheets/dashboard.css */
  #dashboard .quota-grid,
#dashboard .locked-grid,
#dashboard .faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  /* line 8038, app/assets/stylesheets/dashboard.css */
  #dashboard .pricing-page__title {
    font-size: 28px;
  }
  /* line 8041, app/assets/stylesheets/dashboard.css */
  #dashboard .plan-status-grid {
    grid-template-columns: 1fr;
  }
  /* line 8044, app/assets/stylesheets/dashboard.css */
  #dashboard .pricing-cards {
    grid-template-columns: 1fr;
  }
  /* line 8047, app/assets/stylesheets/dashboard.css */
  #dashboard .pricing-card {
    padding: 20px;
  }
  /* line 8050, app/assets/stylesheets/dashboard.css */
  #dashboard .pricing-card__price {
    font-size: 34px;
  }
  /* line 8053, app/assets/stylesheets/dashboard.css */
  #dashboard .pricing-comparison {
    padding: 16px;
  }
}

/*# sourceMappingURL=style.css.map */
/* app/assets/stylesheets/candidates.css */
/* line 2, app/assets/stylesheets/candidates.css */
.candidate-column {
  min-height: 200px;
  min-width: 150px;
  border: 1px dashed #ddd;
  border-radius: 4px;
  padding: 10px;
}

/* line 9, app/assets/stylesheets/candidates.css */
.candidate_applied {
  width: 100% !important;
  height: 100% !important;
}

/* line 14, app/assets/stylesheets/candidates.css */
.drag-over,
.highlight-drop {
  background-color: rgba(0, 123, 255, 0.1);
  border: 1px dashed #007bff;
}

/* line 20, app/assets/stylesheets/candidates.css */
.dragging {
  opacity: 0.6;
}

/* line 24, app/assets/stylesheets/candidates.css */
.status-header {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  /* line 31, app/assets/stylesheets/candidates.css */
  .candidate-column {
    min-width: 100%;
  }
  /* line 35, app/assets/stylesheets/candidates.css */
  .kanban-column-wrap {
    flex-basis: 100%;
  }
}

/* Kanban board layout (jobs/candidates.html.erb "Kanban" tab). Columns are
   .candidate-column itself (see above) -- kept as the sortable_controller.js
   drop target -- wrapped here in a header + scroll rail.

   Columns share the full board width equally (flex: 1 1 0) instead of a
   fixed per-column width, so the board always fills the screen instead of
   leaving dead space on wide layouts. Each column -- and each card inside
   it -- has a 150px floor (.candidate-column's min-width above); once
   there isn't room for every column at 150px+ (many columns, or a narrow
   viewport), the board switches to horizontal scroll rather than
   squeezing columns thinner. */
/* line 51, app/assets/stylesheets/candidates.css */
.kanban-board {
  display: flex;
  width: 100%;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
}

/* line 59, app/assets/stylesheets/candidates.css */
.kanban-column-wrap {
  flex: 1 1 0;
  min-width: 150px;
}

/* line 64, app/assets/stylesheets/candidates.css */
.kanban-column-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px 8px;
}

/* line 71, app/assets/stylesheets/candidates.css */
.kanban-column-title {
  font-size: 13px;
  font-weight: 600;
  color: #344054;
}

/* line 77, app/assets/stylesheets/candidates.css */
.kanban-column-count {
  font-size: 12px;
  color: #667085;
  background: #f2f4f7;
  border-radius: 10px;
  padding: 1px 8px;
}

/* line 85, app/assets/stylesheets/candidates.css */
.kanban-column-body {
  max-height: 70vh;
  overflow-y: auto;
}

/* line 90, app/assets/stylesheets/candidates.css */
.kanban-column-empty {
  font-size: 12px;
  color: #98a2b3;
  text-align: center;
  padding: 16px 4px;
}

/* line 97, app/assets/stylesheets/candidates.css */
.pipeline-tabs {
  display: inline-flex;
  gap: 6px;
  background: #f2f4f7;
  border-radius: 8px;
  padding: 4px;
}

/* line 105, app/assets/stylesheets/candidates.css */
.pipeline-tab {
  display: inline-block;
  border: none;
  background: transparent;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #667085;
  cursor: pointer;
  text-decoration: none;
}

/* line 118, app/assets/stylesheets/candidates.css */
.pipeline-tab.is-active {
  background: #fff;
  color: #101828;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}

/* line 124, app/assets/stylesheets/candidates.css */
.pipeline-tab:hover {
  color: #101828;
  text-decoration: none;
}

/* line 129, app/assets/stylesheets/candidates.css */
.kanban-process-status {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

/* line 137, app/assets/stylesheets/candidates.css */
.kanban-process-link {
  color: #2563eb;
}

/* Styles for copy buttons used across views */
/* line 2, app/assets/stylesheets/copy.scss */
.copy-btn.copied {
  background-color: #28a745 !important;
  color: #fff !important;
  border-color: #28a745 !important;
}

/* line 7, app/assets/stylesheets/copy.scss */
.copy-btn.copy-failed {
  background-color: #dc3545 !important;
  color: #fff !important;
  border-color: #dc3545 !important;
}

/* line 1, app/assets/stylesheets/slideover.scss */
.slideover {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: block;
}

/* line 8, app/assets/stylesheets/slideover.scss */
.slideover__overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 38, 78, 0.3);
}

/* line 14, app/assets/stylesheets/slideover.scss */
.slideover__panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 560px;
  max-width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
}

@media (max-width: 768px) {
  /* line 27, app/assets/stylesheets/slideover.scss */
  .slideover__panel {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/main/utilities/_maps.scss */
.job-details-map {
  height: 320px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/main/utilities/_maps.scss */
.job-details-map-search {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}

/* line 14, app/assets/stylesheets/main/utilities/_maps.scss */
.job-details-map-search .form-control {
  min-height: 42px;
}

/* line 18, app/assets/stylesheets/main/utilities/_maps.scss */
.job-location-map {
  height: 220px;
  border-radius: 14px;
  overflow: hidden;
}

/*RESET*/
/* line 2, app/assets/stylesheets/main/base/_reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 91, app/assets/stylesheets/main/base/_reset.scss */
main {
  display: block;
  clear: both;
}

/* line 96, app/assets/stylesheets/main/base/_reset.scss */
thead {
  font-weight: 600;
}

/* line 100, app/assets/stylesheets/main/base/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 114, app/assets/stylesheets/main/base/_reset.scss */
body {
  line-height: 1;
}

/* line 118, app/assets/stylesheets/main/base/_reset.scss */
ol,
ul {
  list-style: none;
}

/* line 123, app/assets/stylesheets/main/base/_reset.scss */
blockquote,
q {
  quotes: none;
}

/* line 128, app/assets/stylesheets/main/base/_reset.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* line 136, app/assets/stylesheets/main/base/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 141, app/assets/stylesheets/main/base/_reset.scss */
img {
  max-width: 100%;
}

/* line 145, app/assets/stylesheets/main/base/_reset.scss */
input,
select,
button,
textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}

/* line 153, app/assets/stylesheets/main/base/_reset.scss */
*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
.form-control[type=text]:focus,
.form-control[type=password]:focus,
.form-control[type=email]:focus,
.form-control[type=tel]:focus,
.form-control[contenteditable]:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* line 173, app/assets/stylesheets/main/base/_reset.scss */
input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/* line 179, app/assets/stylesheets/main/base/_reset.scss */
a {
  color: #05264E;
}

/* line 182, app/assets/stylesheets/main/base/_reset.scss */
a:hover {
  color: #3C65F5;
}

/* line 185, app/assets/stylesheets/main/base/_reset.scss */
a *:hover {
  color: #3C65F5;
}

/* line 189, app/assets/stylesheets/main/base/_reset.scss */
li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/* line 197, app/assets/stylesheets/main/base/_reset.scss */
p {
  color: #4F5E64;
}

/*--- Common Classes---------------------*/
/* line 200, app/assets/stylesheets/main/base/_reset.scss */
::-moz-selection {
  background: #05264E;
  /* WebKit/Blink Browsers */
  color: #fff;
}

/* line 204, app/assets/stylesheets/main/base/_reset.scss */
::selection {
  background: #05264E;
  /* WebKit/Blink Browsers */
  color: #fff;
}

/* line 209, app/assets/stylesheets/main/base/_reset.scss */
::-moz-selection {
  background: #05264E;
  /* Gecko Browsers */
  color: #fff;
}

/* line 214, app/assets/stylesheets/main/base/_reset.scss */
::-moz-placeholder {
  color: #A0ABB8;
  opacity: 1;
}

/* line 219, app/assets/stylesheets/main/base/_reset.scss */
::placeholder {
  color: #A0ABB8;
  opacity: 1;
}

/* line 224, app/assets/stylesheets/main/base/_reset.scss */
:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #A0ABB8;
  opacity: 1;
}

/* line 230, app/assets/stylesheets/main/base/_reset.scss */
.fix {
  overflow: hidden;
}

/* line 234, app/assets/stylesheets/main/base/_reset.scss */
.hidden {
  display: none;
}

/* line 238, app/assets/stylesheets/main/base/_reset.scss */
.clear {
  clear: both;
}

/* line 242, app/assets/stylesheets/main/base/_reset.scss */
.section {
  float: left;
  width: 100%;
}

/* line 247, app/assets/stylesheets/main/base/_reset.scss */
.f-right {
  float: right;
}

/* line 251, app/assets/stylesheets/main/base/_reset.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 255, app/assets/stylesheets/main/base/_reset.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 259, app/assets/stylesheets/main/base/_reset.scss */
.bg-img {
  background-position: center center;
  background-size: cover;
}

/* line 264, app/assets/stylesheets/main/base/_reset.scss */
.position-relative {
  position: relative;
}

/* line 268, app/assets/stylesheets/main/base/_reset.scss */
.height-100vh {
  height: 100vh !important;
}

/* line 272, app/assets/stylesheets/main/base/_reset.scss */
*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
.form-control[type=text]:focus,
.form-control[type=password]:focus,
.form-control[type=email]:focus,
.form-control[type=tel]:focus,
.form-control[contenteditable]:focus {
  outline: none !important;
  box-shadow: none;
}

/* line 292, app/assets/stylesheets/main/base/_reset.scss */
.border-radius {
  border-radius: 4px;
}

/* line 296, app/assets/stylesheets/main/base/_reset.scss */
.border-radius-5 {
  border-radius: 5px;
}

/* line 300, app/assets/stylesheets/main/base/_reset.scss */
.border-radius-10 {
  border-radius: 10px;
}

/* line 304, app/assets/stylesheets/main/base/_reset.scss */
.border-radius-15 {
  border-radius: 15px;
}

/* line 308, app/assets/stylesheets/main/base/_reset.scss */
.border-radius-20 {
  border-radius: 20px;
}

/* line 312, app/assets/stylesheets/main/base/_reset.scss */
.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

/* line 315, app/assets/stylesheets/main/base/_reset.scss */
.hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

/* line 320, app/assets/stylesheets/main/base/_reset.scss */
.none-shadow {
  box-shadow: none !important;
}

/* line 324, app/assets/stylesheets/main/base/_reset.scss */
.form-control {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 11px 15px 13px 15px;
  width: 100%;
  color: #A0ABB8;
}

/* line 332, app/assets/stylesheets/main/base/_reset.scss */
.form-control::-moz-placeholder {
  color: #A0ABB8;
}

/* line 335, app/assets/stylesheets/main/base/_reset.scss */
.form-control::placeholder {
  color: #A0ABB8;
}

/* line 339, app/assets/stylesheets/main/base/_reset.scss */
.form-group {
  position: relative;
}

/* line 342, app/assets/stylesheets/main/base/_reset.scss */
.form-group i {
  top: 50%;
  left: 15px;
  font-size: 18px;
  color: #A0ABB8;
}

/* line 349, app/assets/stylesheets/main/base/_reset.scss */
.form-icons {
  padding-left: 41px;
}

/* line 353, app/assets/stylesheets/main/base/_reset.scss */
.text-white {
  color: #ffffff;
}

@media (min-width: 1400px) {
  /* line 358, app/assets/stylesheets/main/base/_reset.scss */
  .container {
    max-width: 1350px;
  }
}

/* line 362, app/assets/stylesheets/main/base/_reset.scss */
strong {
  font-weight: bold;
}

/* line 366, app/assets/stylesheets/main/base/_reset.scss */
a {
  text-decoration: none;
}

/* line 370, app/assets/stylesheets/main/base/_reset.scss */
*:hover {
  transition-duration: 0.2s;
}

/* line 374, app/assets/stylesheets/main/base/_reset.scss */
.section-box {
  display: inline-block;
  width: 100%;
  overflow: visible;
}

/* line 380, app/assets/stylesheets/main/base/_reset.scss */
.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/* line 384, app/assets/stylesheets/main/base/_reset.scss */
.img-responsive {
  max-width: 100%;
}

/* line 388, app/assets/stylesheets/main/base/_reset.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4F5E64;
  line-height: 26px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}

/* line 395, app/assets/stylesheets/main/base/_reset.scss */
.select2-search.select2-search--dropdown {
  padding: 0;
  margin-bottom: 10px;
}

/* line 400, app/assets/stylesheets/main/base/_reset.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: thin solid #E0E6F6;
  border-radius: 4px;
  height: 40px;
  padding-left: 15px;
}

/* line 407, app/assets/stylesheets/main/base/_reset.scss */
.select2-dropdown {
  border-color: #ffffff;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 412, app/assets/stylesheets/main/base/_reset.scss */
.select2-container--open .select2-dropdown--below {
  border: thin solid #ececec;
  padding: 15px;
  margin-top: 10px;
  border-radius: 4px;
  min-width: 200px;
}

/* line 420, app/assets/stylesheets/main/base/_reset.scss */
.select-style .select2-selection--single .select2-selection__rendered {
  color: #A0ABB8;
}

/* line 423, app/assets/stylesheets/main/base/_reset.scss */
.select-style .select2 {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  width: 100% !important;
}

/* line 430, app/assets/stylesheets/main/base/_reset.scss */
.select-style .select2 .select2-selection__arrow {
  background: url(/dashboard_imgs/template/icons/arrow-down.svg) no-repeat right 10px center;
  top: 11px;
  width: 26px;
  opacity: 0.5;
}

/* line 436, app/assets/stylesheets/main/base/_reset.scss */
.select-style .select2 .select2-selection__arrow b {
  display: none !important;
}

/* line 440, app/assets/stylesheets/main/base/_reset.scss */
.select-style-icon .select2 {
  padding-left: 33px;
}

/* line 444, app/assets/stylesheets/main/base/_reset.scss */
.dropdown {
  position: relative;
}

/* line 447, app/assets/stylesheets/main/base/_reset.scss */
.dropdown .dropdown-menu.show {
  border: thin solid #B4C0E0;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

/* line 455, app/assets/stylesheets/main/base/_reset.scss */
.dropdown .dropdown-menu.show .dropdown-item {
  padding: 10px 20px;
  color: #4F5E64;
  font-size: 14px;
}

/* line 460, app/assets/stylesheets/main/base/_reset.scss */
.dropdown .dropdown-menu.show .dropdown-item.active {
  text-decoration: none;
  background-color: #EFF2FB;
}

/* line 464, app/assets/stylesheets/main/base/_reset.scss */
.dropdown .dropdown-menu.show .dropdown-item:active {
  text-decoration: none;
  background-color: #EFF2FB;
}

/* line 468, app/assets/stylesheets/main/base/_reset.scss */
.dropdown.dropdown-sort .dropdown-menu.show {
  border-radius: 10px;
  margin-top: 20px;
}

/* line 473, app/assets/stylesheets/main/base/_reset.scss */
h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 71px;
  color: #05264E;
}

/* line 482, app/assets/stylesheets/main/base/_reset.scss */
h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #05264E;
}

/* line 491, app/assets/stylesheets/main/base/_reset.scss */
h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #05264E;
}

/* line 500, app/assets/stylesheets/main/base/_reset.scss */
h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #05264E;
}

/* line 509, app/assets/stylesheets/main/base/_reset.scss */
h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #05264E;
}

/* line 518, app/assets/stylesheets/main/base/_reset.scss */
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #05264E;
}

/* line 527, app/assets/stylesheets/main/base/_reset.scss */
.font-lg, .font-md, .font-sm, .font-xs, .font-xxs {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* line 533, app/assets/stylesheets/main/base/_reset.scss */
.font-lg {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

/* line 539, app/assets/stylesheets/main/base/_reset.scss */
.font-md {
  font-size: 16px !important;
  line-height: 24px !important;
}

/* line 544, app/assets/stylesheets/main/base/_reset.scss */
.font-sm {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 22px !important;
}

/* line 550, app/assets/stylesheets/main/base/_reset.scss */
.font-xs {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

/* line 556, app/assets/stylesheets/main/base/_reset.scss */
.font-xxs {
  font-size: 10px !important;
  line-height: 16px;
}

/* line 561, app/assets/stylesheets/main/base/_reset.scss */
.font-bold {
  font-weight: bold;
}

/* line 565, app/assets/stylesheets/main/base/_reset.scss */
.font-regular {
  font-weight: 400;
}

/* line 569, app/assets/stylesheets/main/base/_reset.scss */
.color-text-paragraph {
  color: #4F5E64;
}

/* line 573, app/assets/stylesheets/main/base/_reset.scss */
.color-text-paragraph-2 {
  color: #66789C;
}

/* line 577, app/assets/stylesheets/main/base/_reset.scss */
.color-text-mutted {
  color: #A0ABB8;
}

/* line 581, app/assets/stylesheets/main/base/_reset.scss */
.color-white {
  color: #ffffff !important;
}

/* line 585, app/assets/stylesheets/main/base/_reset.scss */
.color-orange {
  color: #F58A3C !important;
}

/* line 589, app/assets/stylesheets/main/base/_reset.scss */
.text-14 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

/* line 597, app/assets/stylesheets/main/base/_reset.scss */
.text-32 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
}

/* line 603, app/assets/stylesheets/main/base/_reset.scss */
.text-52 {
  font-size: 52px;
  line-height: 66px;
  font-weight: 800;
  color: #05264E;
}

/* line 610, app/assets/stylesheets/main/base/_reset.scss */
.text-42 {
  font-size: 42px;
  line-height: 53px;
  font-weight: 700;
  color: #05264E;
}

/* line 617, app/assets/stylesheets/main/base/_reset.scss */
.color-green {
  color: #85FF83;
}

/* line 621, app/assets/stylesheets/main/base/_reset.scss */
.color-brand-1 {
  color: #05264E !important;
}

/* line 625, app/assets/stylesheets/main/base/_reset.scss */
.color-brand-2 {
  color: #3C65F5;
}

/* line 629, app/assets/stylesheets/main/base/_reset.scss */
.op-70 {
  opacity: 0.7;
}

/* line 633, app/assets/stylesheets/main/base/_reset.scss */
.f-18 {
  font-size: 18px;
}

/* line 637, app/assets/stylesheets/main/base/_reset.scss */
.box-related-job {
  display: inline-block;
  width: 100%;
  padding: 20px 0px;
  border-top: 1px solid #E0E6F7;
  margin-top: 30px;
}

/* line 645, app/assets/stylesheets/main/base/_reset.scss */
.social-share-link {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px 2px;
}

/* line 654, app/assets/stylesheets/main/base/_reset.scss */
.share-facebook {
  background-image: url(/dashboard_imgs/page/about/facebook.svg);
}

/* line 658, app/assets/stylesheets/main/base/_reset.scss */
.share-twitter {
  background-image: url(/dashboard_imgs/page/about/twitter.svg);
}

/* line 662, app/assets/stylesheets/main/base/_reset.scss */
.share-instagram {
  background-image: url(/dashboard_imgs/page/about/instagram.svg);
}

/* line 666, app/assets/stylesheets/main/base/_reset.scss */
.share-linkedin {
  background-image: url(/dashboard_imgs/page/about/linkedin.svg);
}

/* line 670, app/assets/stylesheets/main/base/_reset.scss */
.box-progress-bar .progress {
  height: 6px;
  position: relative;
  overflow: visible;
  border-radius: 5px;
  background-color: #E0E6F7;
}

/* line 677, app/assets/stylesheets/main/base/_reset.scss */
.box-progress-bar .progress .bg-paragraph-2 {
  overflow: visible;
  border-radius: 10px;
  position: relative;
  background-color: #66789C !important;
}

/* line 683, app/assets/stylesheets/main/base/_reset.scss */
.box-progress-bar .progress .bg-paragraph-2 span {
  position: absolute;
  top: -25px;
  right: -14px;
  color: #66789C;
  font-size: 12px;
  line-height: 18px;
}

/* line 691, app/assets/stylesheets/main/base/_reset.scss */
.box-progress-bar .progress .bg-paragraph-2::before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #66789C;
  position: absolute;
  top: -5px;
  right: -5px;
}

/* line 701, app/assets/stylesheets/main/base/_reset.scss */
.box-progress-bar .progress .bg-brand-2 {
  overflow: visible;
  border-radius: 10px;
  position: relative;
  background-color: #3C65F5 !important;
}

/* line 707, app/assets/stylesheets/main/base/_reset.scss */
.box-progress-bar .progress .bg-brand-2 span {
  position: absolute;
  top: -25px;
  right: -14px;
  color: #66789C;
  font-size: 12px;
  line-height: 18px;
}

/* line 715, app/assets/stylesheets/main/base/_reset.scss */
.box-progress-bar .progress .bg-brand-2::before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #3C65F5;
  position: absolute;
  top: -5px;
  right: -5px;
}

/* line 726, app/assets/stylesheets/main/base/_reset.scss */
iframe {
  width: 100%;
}

/* line 730, app/assets/stylesheets/main/base/_reset.scss */
.bg-green {
  background-color: #3AAB67 !important;
}

/* line 734, app/assets/stylesheets/main/base/_reset.scss */
.bg-orange {
  background-color: #F58A3C !important;
}

/* line 738, app/assets/stylesheets/main/base/_reset.scss */
.bg-pink {
  background-color: #D159E4 !important;
}

/* line 742, app/assets/stylesheets/main/base/_reset.scss */
.bg-9 {
  background-color: #EFF7FF !important;
}

/* line 746, app/assets/stylesheets/main/base/_reset.scss */
.bg-14 {
  background-color: #D8F1FF !important;
}

/* line 750, app/assets/stylesheets/main/base/_reset.scss */
.bg-15 {
  background-color: #F4F7FF !important;
}

/* line 754, app/assets/stylesheets/main/base/_reset.scss */
a,
button,
img,
input,
span,
h4 {
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}

@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/* line 814, app/assets/stylesheets/main/base/_reset.scss */
.jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

/*TYPOGRAPHY*/
/* line 2, app/assets/stylesheets/main/base/_typography.scss */
body {
  color: #05264E;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

/* line 11, app/assets/stylesheets/main/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-lg,
.heading-sm-1 {
  color: #05264E;
}

/* line 25, app/assets/stylesheets/main/base/_typography.scss */
.btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 8px;
  padding: 13px 25px;
  font-size: 14px;
  line-height: 1;
  transition: 0.2s;
}

/* line 33, app/assets/stylesheets/main/base/_typography.scss */
.btn.btn-default {
  color: #ffffff;
  background-color: #3C65F5;
  line-height: 26px;
  padding: 10px 25px;
}

/* line 39, app/assets/stylesheets/main/base/_typography.scss */
.btn.btn-default:hover {
  background-color: #05264E;
  transform: translateY(-2px);
  transition: 0.2s;
}

/* line 45, app/assets/stylesheets/main/base/_typography.scss */
.btn-grey {
  padding: 17px 20px;
  gap: 10px;
  background: #E0E6F7;
  border-radius: 8px;
  color: #3C65F5;
  font-size: 14px;
  line-height: 14px;
}

/* line 55, app/assets/stylesheets/main/base/_typography.scss */
.btn-grey-small {
  background-color: #EFF3FC;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 5px;
  color: #4F5E64 !important;
}

/* line 62, app/assets/stylesheets/main/base/_typography.scss */
.btn-grey-small:hover {
  color: #3C65F5 !important;
}

/* line 66, app/assets/stylesheets/main/base/_typography.scss */
.btn-grey-big {
  padding: 17px 21px;
  gap: 10px;
  background: #E0E6F7;
  border-radius: 4px;
  color: #05264E;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

/* line 76, app/assets/stylesheets/main/base/_typography.scss */
.btn-grey-big:hover {
  color: #3C65F5;
}

/* line 80, app/assets/stylesheets/main/base/_typography.scss */
.btn-apply-now {
  background-color: #E0E6F7;
  color: #3C65F5;
  padding: 12px 10px;
  min-width: 95px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: capitalize;
}

/* line 90, app/assets/stylesheets/main/base/_typography.scss */
.btn-apply {
  background-color: #3C65F5;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 4px;
}

/* line 96, app/assets/stylesheets/main/base/_typography.scss */
.btn-apply:hover {
  background-color: #05264E;
  color: #ffffff;
}

/* line 101, app/assets/stylesheets/main/base/_typography.scss */
.btn-apply-icon {
  background-image: url(/dashboard_imgs/template/icons/apply.svg);
  background-position: 15px 11px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

/* line 108, app/assets/stylesheets/main/base/_typography.scss */
.btn-apply-big {
  background-color: #3C65F5;
  color: #ffffff;
  padding: 18px 35px;
  border-radius: 4px;
}

/* line 114, app/assets/stylesheets/main/base/_typography.scss */
.btn-apply-big.btn-apply-icon {
  padding-left: 50px;
  background-position: 21px 17px;
}

/* line 118, app/assets/stylesheets/main/base/_typography.scss */
.btn-apply-big:hover {
  color: #fff;
  background-color: #05264E;
}

/* line 123, app/assets/stylesheets/main/base/_typography.scss */
.btn-call-icon {
  background-image: url(/dashboard_imgs/template/icons/call.svg);
  background-position: 24px 17px;
  background-repeat: no-repeat;
  padding: 18px 30px 18px 65px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

/* line 133, app/assets/stylesheets/main/base/_typography.scss */
.btn-download-icon {
  background-image: url(/dashboard_imgs/template/icons/icon-download.svg);
  background-position: 24px 17px;
  background-repeat: no-repeat;
  padding: 18px 30px 18px 65px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

/* line 143, app/assets/stylesheets/main/base/_typography.scss */
.btn-preview-icon {
  background-image: url(/assets/dashboard_imgs/page/candidates/preview-1473d7ab80b7e1c993f82bcb086b67e61625ea68c37c4dc76dc43a988a83e827.svg);
  background-position: 35px 14px;
  background-repeat: no-repeat;
  padding: 14px 30px 14px 55px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  min-width: 180px;
}

/* line 154, app/assets/stylesheets/main/base/_typography.scss */
.btn-tag {
  padding: 3px 10px;
  background: #E0E6F7;
  border-radius: 5px;
  color: #3C65F5;
  min-width: 42px;
  font-size: 12px;
  line-height: 18px;
}

/* line 164, app/assets/stylesheets/main/base/_typography.scss */
.btn-tags-sm {
  padding: 6px 18px;
  color: #66789C;
  border-radius: 5px;
  color: #3C65F5;
  min-width: 42px;
  font-size: 12px;
  line-height: 18px;
  background-color: rgba(81, 146, 255, 0.12);
}

/* line 175, app/assets/stylesheets/main/base/_typography.scss */
.btn-border-3 {
  padding: 12px 20px;
  background: #EFF2FB;
  border-radius: 8px;
  color: #05264E;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

/* line 185, app/assets/stylesheets/main/base/_typography.scss */
.btn-border-brand-2 {
  padding: 12px 20px;
  border: 1px solid #3C65F5;
  background-color: #ffffff;
  border-radius: 8px;
  color: #3C65F5;
  font-size: 14px;
  line-height: 22px;
}

/* line 195, app/assets/stylesheets/main/base/_typography.scss */
.btn-brand-1 {
  padding: 18px 25px;
  background: #05264E;
  color: #ffffff;
  border-radius: 4px;
}

/* line 201, app/assets/stylesheets/main/base/_typography.scss */
.btn-brand-1:hover {
  background-color: #3C65F5;
  color: #ffffff;
}

/* line 206, app/assets/stylesheets/main/base/_typography.scss */
.btn-icon-load {
  background-image: url(/dashboard_imgs/template/icons/icon-load.svg);
  background-position: 18px center;
  background-repeat: no-repeat;
  padding-left: 42px;
}

/* line 213, app/assets/stylesheets/main/base/_typography.scss */
.btn-icon-more {
  background-image: url(/dashboard_imgs/template/icons/icon-more.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 50px;
}

/* line 220, app/assets/stylesheets/main/base/_typography.scss */
.btn-paragraph-2 {
  padding: 8px 16px;
  background: #66789C;
  border-radius: 5px;
  color: #3C65F5;
  min-width: 42px;
  font-size: 11px;
  color: #ffffff;
  line-height: 14px;
}

/* line 231, app/assets/stylesheets/main/base/_typography.scss */
.btn-send-message {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 15px 28px 15px 60px;
  background: #3C65F5 url(/dashboard_imgs/page/company/icon-email.svg) no-repeat 25px 15px;
  border-radius: 4px;
}

/* line 240, app/assets/stylesheets/main/base/_typography.scss */
.btn-send-message:hover {
  background-color: #05264E;
  color: #ffffff;
}

/* line 245, app/assets/stylesheets/main/base/_typography.scss */
.btn-border {
  border: 1px solid #B4C0E0;
  padding: 10px 23px 10px 23px;
  border-radius: 10px;
  background: #ffffff;
  color: #4F5E64;
  font-size: 16px;
  line-height: 26px;
  transition-duration: 0.2s;
  font-weight: bold;
}

/* line 256, app/assets/stylesheets/main/base/_typography.scss */
.btn-border:hover {
  color: #ffffff;
  background-color: #05264E;
  transition-duration: 0.2s;
  transform: translateY(-3px);
}

/* line 263, app/assets/stylesheets/main/base/_typography.scss */
.btn-sm {
  padding: 12px 20px;
  vertical-align: middle;
}

/* line 267, app/assets/stylesheets/main/base/_typography.scss */
.btn-sm img {
  float: left;
  margin: 0px 10px 0px 0px;
}

/* line 272, app/assets/stylesheets/main/base/_typography.scss */
.btn-brand-hover {
  padding: 14px 25px 14px 25px;
}

/* line 276, app/assets/stylesheets/main/base/_typography.scss */
.btn-brand-hover:hover {
  background-color: #9777fa;
  color: #ffffff;
}

/* line 281, app/assets/stylesheets/main/base/_typography.scss */
.box-button-shadow {
  position: relative;
  display: inline-block;
}

/* line 285, app/assets/stylesheets/main/base/_typography.scss */
.box-button-shadow::before {
  background: #9777fa;
  filter: blur(20px);
  border-radius: 10px;
  content: "";
  position: absolute;
  width: 144px;
  height: 39px;
  z-index: 1;
  left: 0px;
  right: 0px;
  top: 10px;
  margin: auto;
}

/* line 299, app/assets/stylesheets/main/base/_typography.scss */
.box-button-shadow a {
  position: relative;
  z-index: 12;
}

/* line 304, app/assets/stylesheets/main/base/_typography.scss */
.btn-link {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #05264E;
  text-decoration: underline;
}

/* line 313, app/assets/stylesheets/main/base/_typography.scss */
.btn-link:hover {
  color: #3C65F5;
}

/* line 317, app/assets/stylesheets/main/base/_typography.scss */
.btn-arrow-right {
  background: url(/dashboard_imgs/page/homepage2/arrow-right.svg) no-repeat right 15px top 3px;
  color: #3C65F5;
  padding: 0px 40px 0px 0px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}

/*button switch*/
/* line 2, app/assets/stylesheets/main/components/_switches.scss */
.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 30px;
  vertical-align: middle;
}

/* line 10, app/assets/stylesheets/main/components/_switches.scss */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 16, app/assets/stylesheets/main/components/_switches.scss */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(186, 186, 186, 0.3);
  transition: 0.4s;
}

/* line 27, app/assets/stylesheets/main/components/_switches.scss */
.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 5px;
  bottom: 5px;
  background-color: #9777fa;
  transition: 0.4s;
}

/* line 38, app/assets/stylesheets/main/components/_switches.scss */
input:checked + .slider {
  background-color: rgba(81, 146, 255, 0.3);
}

/* line 42, app/assets/stylesheets/main/components/_switches.scss */
input:focus + .slider {
  box-shadow: 0 0 1px #05264E;
}

/* line 46, app/assets/stylesheets/main/components/_switches.scss */
input:checked + .slider:before {
  transform: translateX(34px);
}

/* Rounded sliders */
/* line 51, app/assets/stylesheets/main/components/_switches.scss */
.slider.round {
  border-radius: 34px;
}

/* line 55, app/assets/stylesheets/main/components/_switches.scss */
.slider.round:before {
  border-radius: 50%;
}

/*End button Switch On Off*/
/* line 60, app/assets/stylesheets/main/components/_switches.scss */
span.btn {
  cursor: unset;
}

/* line 64, app/assets/stylesheets/main/components/_switches.scss */
.social-login {
  height: 53px;
  border-radius: 4px;
  border: 1px solid #E0E6F6;
  width: 100%;
  line-height: 53px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

/* line 76, app/assets/stylesheets/main/components/_switches.scss */
.social-login img {
  margin-right: 4px;
}

/* line 79, app/assets/stylesheets/main/components/_switches.scss */
.social-login:hover {
  color: #3C65F5;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 84, app/assets/stylesheets/main/components/_switches.scss */
.cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 96, app/assets/stylesheets/main/components/_switches.scss */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 104, app/assets/stylesheets/main/components/_switches.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 7px;
}

/* line 115, app/assets/stylesheets/main/components/_switches.scss */
.cb-container input:checked ~ .checkmark {
  border: 2px solid #3C65F5;
}

/* line 119, app/assets/stylesheets/main/components/_switches.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 125, app/assets/stylesheets/main/components/_switches.scss */
.cb-container input:checked ~ .checkmark:after {
  display: block;
}

/* line 129, app/assets/stylesheets/main/components/_switches.scss */
.cb-container .checkmark:after {
  left: 0px;
  top: -1px;
  width: 21px;
  height: 22px;
  border-radius: 5px;
  background: #3C65F5 url(/dashboard_imgs/template/icons/tick.svg) no-repeat center;
}

/*COMPONENTS -> FORM*/
/* line 2, app/assets/stylesheets/main/components/_forms.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

/* line 7, app/assets/stylesheets/main/components/_forms.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

/* line 12, app/assets/stylesheets/main/components/_forms.scss */
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

/* line 17, app/assets/stylesheets/main/components/_forms.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

/* line 22, app/assets/stylesheets/main/components/_forms.scss */
input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=tel] {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  height: 50px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
}

/* line 35, app/assets/stylesheets/main/components/_forms.scss */
input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=tel]:focus {
  border: 1px solid #EFF2FB;
}

/* line 43, app/assets/stylesheets/main/components/_forms.scss */
select {
  width: 100%;
  background: transparent;
  border: 0px solid #B4C0E0;
  box-shadow: none;
  font-size: 16px;
  color: #4F5E64;
}

/* line 52, app/assets/stylesheets/main/components/_forms.scss */
option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 16px;
}

/* line 59, app/assets/stylesheets/main/components/_forms.scss */
textarea {
  border: 1px solid #E0E6F6;
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 250px;
}

/* line 69, app/assets/stylesheets/main/components/_forms.scss */
textarea:focus {
  background: transparent;
  border: 1px solid #B4C0E0;
}

/*contact form*/
/* line 75, app/assets/stylesheets/main/components/_forms.scss */
.contact-from-area .contact-form-style button {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px;
  color: #ffffff;
  border: none;
  background-color: #05264E;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* line 85, app/assets/stylesheets/main/components/_forms.scss */
.contact-from-area .contact-form-style button:hover {
  background-color: #3C65F5 !important;
}

/* line 89, app/assets/stylesheets/main/components/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 92, app/assets/stylesheets/main/components/_forms.scss */
.form-group input {
  background: #fff;
  border: 1px solid #E0E6F6;
  height: 53px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

/* line 101, app/assets/stylesheets/main/components/_forms.scss */
.form-group input:focus {
  border-color: #B4C0E0;
}

/* line 104, app/assets/stylesheets/main/components/_forms.scss */
.form-group input.form-icons {
  padding-left: 42px;
}

/* line 108, app/assets/stylesheets/main/components/_forms.scss */
label {
  margin-bottom: 5px;
}

/* line 112, app/assets/stylesheets/main/components/_forms.scss */
.mt-6 {
  margin-top: 6px !important;
}

/* line 116, app/assets/stylesheets/main/components/_forms.scss */
.modal-lg, .modal-xl {
  max-width: 600px;
}

/* line 120, app/assets/stylesheets/main/components/_forms.scss */
.modal-content .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

/* line 127, app/assets/stylesheets/main/components/_forms.scss */
.apply-job-form {
  background-image: url(/assets/dashboard_imgs/template/bg-1-6fd2c51bbbf3957e3c8a3a15237d4849fd299f7fd56b5b0a65b669c439205ecd.svg);
  background-repeat: no-repeat;
}

/* line 131, app/assets/stylesheets/main/components/_forms.scss */
.apply-job-form .text-brand-2 {
  background: #d5deff;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 15px;
}

/* line 138, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper {
  position: relative;
}

/* line 141, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-container {
  position: relative;
}

/* line 144, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-container .item-logo {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 22px 18px;
  display: flex;
  width: 100%;
  text-align: left;
  border-radius: 12px;
  margin-bottom: 15px;
  background-color: #ffffff;
  flex-wrap: wrap;
}

/* line 155, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}

/* line 158, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-container .item-logo:hover {
  border: 1px solid #B4C0E0;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 162, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-container .item-logo .image-left {
  min-width: 50px;
  padding-right: 10px;
}

/* line 166, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-container .item-logo .text-info-right h4 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
}

/* line 171, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-container .item-logo .text-info-bottom {
  position: relative;
  width: 100%;
}

/* line 175, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-button-next:after,
.box-swiper .swiper-button-prev:after {
  content: "";
}

/* line 179, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-button-next {
  background: url(/assets/dashboard_imgs/slider/swiper/next-b9e1afa9138cf74145ce05720330a40ab2179331e280c3877166f6cd8b3ebdd3.svg) no-repeat 0px 0px;
}

/* line 182, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-button-next:hover {
  background: url(/assets/dashboard_imgs/slider/swiper/next-active-58071d27dbdafd4296a31287380f74ad798c3f2f0962f752237f60f291b39359.svg) no-repeat 0px 0px;
}

/* line 185, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-button-prev {
  background: url(/assets/dashboard_imgs/slider/swiper/prev-869d42f3d7e8813cca7e8b35aa6fdd60dbca26316e2b27ebb3ecef5926bb32ce.svg) no-repeat 0px 0px;
}

/* line 188, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-button-prev:hover {
  background: url(/assets/dashboard_imgs/slider/swiper/prev-active-d4b9f5e9156c161ce95e1904558f7e20812254c52f8b1cdd731539966bf3c595.svg) no-repeat 0px 0px;
}

/* line 191, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-button-next,
.box-swiper .swiper-button-prev {
  width: 40px;
  margin-top: -55px;
}

/* line 196, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-button-next {
  left: auto;
  right: -65px;
}

/* line 200, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-button-prev {
  left: -65px;
}

/* line 203, app/assets/stylesheets/main/components/_forms.scss */
.box-swiper .swiper-button-next.swiper-button-disabled,
.box-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

/* line 208, app/assets/stylesheets/main/components/_forms.scss */
.swiper-pagination {
  text-align: center;
  width: 100%;
}

/* line 213, app/assets/stylesheets/main/components/_forms.scss */
.swiper-pagination-bullet {
  margin: 10px;
}

/*Style of the location of the div that wraps the custom pager*/
/* line 218, app/assets/stylesheets/main/components/_forms.scss */
.swiper-pagination-custom {
  bottom: -5px;
}

/* line 222, app/assets/stylesheets/main/components/_forms.scss */
.swiper-pagination-customs {
  background: #B4C0E0;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

/*Customize the style representation when pager is activated*/
/* line 235, app/assets/stylesheets/main/components/_forms.scss */
.swiper-pagination-customs-active,
.swiper-pagination-customs:hover {
  background: #3C65F5;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-right: 3px;
}

/* line 246, app/assets/stylesheets/main/components/_forms.scss */
.style-nav-top .swiper-button-next {
  top: -30px;
  right: -5px;
  left: auto;
}

/* line 251, app/assets/stylesheets/main/components/_forms.scss */
.style-nav-top .swiper-button-prev {
  top: -30px;
  right: 45px;
  left: auto;
}

/* line 257, app/assets/stylesheets/main/components/_forms.scss */
.swiper-pagination .swiper-pagination-bullet {
  background-color: #3C65F5;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 0.5;
}

/* line 264, app/assets/stylesheets/main/components/_forms.scss */
.swiper-pagination .swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet-active:hover {
  background-color: #3C65F5;
  width: 12px;
  height: 12px;
  margin: -1px 3px 0;
  opacity: 1;
}

/* This line can be removed it was just for display on CodePen: */
/* line 273, app/assets/stylesheets/main/components/_forms.scss */
.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
/* line 281, app/assets/stylesheets/main/components/_forms.scss */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

/* line 290, app/assets/stylesheets/main/components/_forms.scss */
.noUi-target {
  position: relative;
  direction: ltr;
}

/* line 295, app/assets/stylesheets/main/components/_forms.scss */
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

/* line 303, app/assets/stylesheets/main/components/_forms.scss */
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

/* line 311, app/assets/stylesheets/main/components/_forms.scss */
.noUi-handle {
  position: relative;
  z-index: 1;
}

/* line 316, app/assets/stylesheets/main/components/_forms.scss */
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

/* line 322, app/assets/stylesheets/main/components/_forms.scss */
.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

/* line 326, app/assets/stylesheets/main/components/_forms.scss */
.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
/* line 333, app/assets/stylesheets/main/components/_forms.scss */
.noUi-base, .noUi-handle {
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
/* line 339, app/assets/stylesheets/main/components/_forms.scss */
.noUi-horizontal {
  height: 4px;
}

/* line 343, app/assets/stylesheets/main/components/_forms.scss */
.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/* Styling;
 */
/* line 354, app/assets/stylesheets/main/components/_forms.scss */
.noUi-background {
  background: #D6D7D9;
}

/* line 358, app/assets/stylesheets/main/components/_forms.scss */
.noUi-connect {
  background: #345DBB;
  transition: background 450ms;
}

/* line 363, app/assets/stylesheets/main/components/_forms.scss */
.noUi-origin {
  border-radius: 2px;
}

/* line 367, app/assets/stylesheets/main/components/_forms.scss */
.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
/* line 373, app/assets/stylesheets/main/components/_forms.scss */
.noUi-draggable {
  cursor: w-resize;
}

/* line 377, app/assets/stylesheets/main/components/_forms.scss */
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

/* line 381, app/assets/stylesheets/main/components/_forms.scss */
.noUi-handle {
  cursor: default;
  box-sizing: content-box !important;
}

/* line 386, app/assets/stylesheets/main/components/_forms.scss */
.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
/* line 397, app/assets/stylesheets/main/components/_forms.scss */
.noUi-connect[disabled], [disabled] .noUi-connect {
  background: #B8B8B8;
}

/* line 401, app/assets/stylesheets/main/components/_forms.scss */
.noUi-origin[disabled], [disabled] .noUi-handle {
  cursor: not-allowed;
}

/* line 405, app/assets/stylesheets/main/components/_forms.scss */
.ui-slider-handle {
  display: none;
}

/* line 409, app/assets/stylesheets/main/components/_forms.scss */
.ui-widget.ui-widget-content {
  border: 0px solid #EBEBEB;
}

/* line 413, app/assets/stylesheets/main/components/_forms.scss */
.noUi-target {
  border-radius: 12px;
}

/* line 417, app/assets/stylesheets/main/components/_forms.scss */
.noUi-horizontal {
  height: 6px;
}

/* line 421, app/assets/stylesheets/main/components/_forms.scss */
.noUi-background {
  background: #3C65F5;
}

/* line 425, app/assets/stylesheets/main/components/_forms.scss */
.noUi-origin {
  border-radius: 12px;
  background: #B4C0E0;
}

/* line 430, app/assets/stylesheets/main/components/_forms.scss */
.noUi-connect {
  background: #9777fa;
  transition: background 450ms;
  height: 6px;
  margin-top: 0px;
}

/* line 437, app/assets/stylesheets/main/components/_forms.scss */
.noUi-tooltip {
  position: absolute;
  top: -30px;
  font-size: 14px;
  line-height: 22px;
  color: #3C65F5;
  font-weight: 500;
}

/* line 446, app/assets/stylesheets/main/components/_forms.scss */
.noUi-horizontal .noUi-handle {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
  left: -8px;
  top: -8px;
  cursor: pointer;
}

/* line 454, app/assets/stylesheets/main/components/_forms.scss */
.noUi-horizontal .noUi-handle::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 9px;
  height: 9px;
  background-color: #3C65F5;
  border-radius: 50%;
}

/* line 465, app/assets/stylesheets/main/components/_forms.scss */
.noUi-handle:active {
  left: -8px;
  top: -8px;
}

/* line 470, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-1 {
  position: relative;
  border-radius: 10px;
  border: 0.88px solid #E0E6F7;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background: #F8FAFF;
  text-align: center;
  padding: 30px;
}

/* line 482, app/assets/stylesheets/main/components/_forms.scss */
.card-shadow {
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 486, app/assets/stylesheets/main/components/_forms.scss */
.card-time {
  font-size: 12px;
  color: #A0ABB8;
  display: inline-block;
  padding: 0px 15px 0px 15px;
  background: url(/dashboard_imgs/template/icons/time.svg) no-repeat 0px 5px;
}

/* line 494, app/assets/stylesheets/main/components/_forms.scss */
.card-briefcase {
  font-size: 12px;
  color: #A0ABB8;
  display: inline-block;
  padding: 0px 15px 0px 15px;
  background: url(/dashboard_imgs/template/icons/briefcase.svg) no-repeat 0px 6px;
}

/* line 502, app/assets/stylesheets/main/components/_forms.scss */
.card-location {
  font-size: 12px;
  color: #A0ABB8;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  background: url(/dashboard_imgs/template/icons/location.svg) no-repeat 0px 6px;
  line-height: 24px;
}

/* line 511, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 {
  border-radius: 8px;
  border: 1px solid #E0E6F7;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  background: #F8FAFF;
}

/* line 519, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 i {
  font-size: 20px;
  color: #A0ABB8;
  margin-left: 5px;
}

/* line 524, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 i.fi-rr-marker {
  margin-left: 0;
}

/* line 527, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .btn-apply-now {
  color: #3C65F5;
}

/* line 530, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2:hover {
  border-color: #B4C0E0;
  background-color: #ffffff;
}

/* line 534, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2:hover .btn-apply-now {
  color: #ffffff;
  background-color: #3C65F5;
}

/* line 538, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 a {
  text-decoration: none;
  color: #05264E;
}

/* line 542, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 a:hover {
  color: #3C65F5;
}

/* line 545, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image-rd {
  padding: 0px 15px 0px 0px;
  display: inline-block;
  width: 30%;
  min-width: 115px;
  max-width: 115px;
}

/* line 552, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image-rd figure {
  position: relative;
  display: inline-block;
}

/* line 556, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image-rd figure img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

/* line 561, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image-rd.online figure::before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 13px;
  right: 9px;
  background: #00c070;
}

/* line 571, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2.grid-bd-16 {
  background-color: #ffffff;
  border-radius: 16px;
}

/* line 575, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2.grid-bd-16 .lbl-hot {
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  height: 24px;
  background: #3C65F5;
  border-radius: 5px;
  color: #ffffff;
  min-width: 42px;
  font-size: 12px;
  line-height: 18px;
}

/* line 592, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2.grid-bd-16 .card-block-info .card-text-price {
  font-size: 16px;
  line-height: 26px;
}

/* line 596, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image {
  position: relative;
  padding: 10px;
}

/* line 600, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 12;
}

/* line 606, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image figure {
  display: block;
}

/* line 609, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image figure img {
  width: 100%;
  border-radius: 12px;
}

/* line 613, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 5px 10px 20px 10px;
}

/* line 618, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0px 4px 40px;
  font-size: 14px;
  max-width: 90%;
  min-height: 44px;
}

/* line 627, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-2-img-text .card-grid-2-img-small {
  background: #e4e4e4;
  border-radius: 50%;
  padding: 5px;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 30px;
}

/* line 641, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #05264E;
  font-size: 14px;
}

/* line 646, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-2-img-text img {
  max-width: 100%;
}

/* line 649, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-time {
  font-size: 14px;
  display: inline-block;
  padding: 0px 15px 0px 25px;
  background: url(/dashboard_imgs/template/icons/time.svg) no-repeat 0px 3px;
}

/* line 655, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-text-price {
  color: #3C65F5;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

/* line 661, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-text-price span {
  font-size: 14px;
  color: #4F5E64;
  font-weight: 400;
}

/* line 666, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-2-bottom {
  position: relative;
}

/* line 669, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-2-bottom .btn-grey-small {
  margin-right: 5px;
}

/* line 672, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-2-bottom .btn-tags-sm {
  margin-bottom: 5px;
}

/* line 675, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover {
  padding: 15px 33px;
  border: thin solid #B4C0E0;
  font-size: 14px;
}

/* line 680, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover:hover {
  color: #ffffff;
}

/* line 683, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-grid-2-img-medium {
  padding-left: 55px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #151515;
  line-height: 17px;
}

/* line 691, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-profile {
  text-align: center;
}

/* line 694, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-profile strong {
  font-size: 18px;
  color: #05264E;
  line-height: 18px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: block;
  padding-bottom: 5px;
}

/* line 703, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-profile strong:hover {
  color: #05264E;
}

/* line 706, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-profile > span {
  color: #4F5E64;
}

/* line 709, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-profile .rate-reviews-small span {
  display: inline-block;
  vertical-align: middle;
}

/* line 713, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-block-info .card-profile .rate-reviews-small span img {
  height: 13px;
  display: flex;
}

/* line 717, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .employers-info {
  border-top: 1px solid #E0E6F7;
  padding-top: 20px;
}

/* line 721, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .flash {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 25px;
  width: 25px;
  background: url(/assets/dashboard_imgs/template/icons/flash-4f2e7e86bd32fe1f9d7e709c1f2e50988a8dcd2e2e6f56579ea00886a6501a07.svg) no-repeat 0px 0px;
}

/* line 729, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image-left {
  padding: 30px 20px 15px 20px;
  display: flex;
  position: relative;
}

/* line 734, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image-left .image-box {
  min-width: 52px;
  padding-right: 15px;
}

/* line 738, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image-left .right-info .name-job {
  font-size: 18px;
  line-height: 26px;
  color: #05264E;
  font-weight: bold;
  display: block;
}

/* line 745, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image-left .right-info .name-job:hover {
  color: #3C65F5;
}

/* line 748, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-2 .card-grid-2-image-left .right-info .location-small {
  background: url(/dashboard_imgs/template/icons/location.svg) no-repeat 0px 5px;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  font-size: 12px;
  color: #A0ABB8;
}

/* line 756, app/assets/stylesheets/main/components/_forms.scss */
.card-bg-white .card-grid-2 {
  background-color: #ffffff;
}

/* line 760, app/assets/stylesheets/main/components/_forms.scss */
.card-image-top {
  border: 1px solid #E0E6F7;
  padding: 12px 12px 20px 12px;
  border-radius: 16px;
  margin-bottom: 24px;
}

/* line 766, app/assets/stylesheets/main/components/_forms.scss */
.card-image-top .image {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  height: 261px;
  width: 100%;
  border-radius: 10px;
  background-color: #B4C0E0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

/* line 778, app/assets/stylesheets/main/components/_forms.scss */
.card-image-top .image .lbl-hot {
  position: absolute;
  top: 20px;
  left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  height: 24px;
  background: #E0E6F7;
  border-radius: 5px;
  color: #3C65F5;
  min-width: 42px;
}

/* line 793, app/assets/stylesheets/main/components/_forms.scss */
.card-image-top .image img {
  border-radius: 0px;
  width: 100%;
}

/* line 797, app/assets/stylesheets/main/components/_forms.scss */
.card-image-top .informations {
  position: relative;
  padding: 0 5px;
}

/* line 801, app/assets/stylesheets/main/components/_forms.scss */
.card-image-top .informations h5 {
  margin-bottom: 5px;
}

/* line 804, app/assets/stylesheets/main/components/_forms.scss */
.card-image-top:hover {
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 808, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 {
  border-radius: 16px;
  border: 1px solid #E0E6F7;
  overflow: hidden;
  margin-bottom: 0px;
  background: #ffffff;
}

/* line 815, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3:hover {
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  border-color: #B4C0E0;
}

/* line 819, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 a {
  text-decoration: none;
}

/* line 822, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-grid-3-image {
  position: relative;
  padding: 10px;
}

/* line 826, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-grid-3-image figure {
  display: block;
}

/* line 829, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-grid-3-image figure img {
  width: 100%;
  border-radius: 13px;
}

/* line 833, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 h5 a {
  color: #05264E;
}

/* line 836, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 h5 a:hover {
  color: #3C65F5;
}

/* line 839, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 0px 18px 18px 18px;
}

/* line 844, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-block-rating span {
  display: inline-block;
  margin: 0px 2px;
}

/* line 848, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0px 4px 40px;
  font-size: 14px;
}

/* line 855, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-2-img-text .card-grid-2-img-small {
  background: #e4e4e4;
  border-radius: 50%;
  padding: 5px;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 30px;
}

/* line 869, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #05264E;
  font-size: 14px;
}

/* line 874, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-2-img-text img {
  max-width: 100%;
}

/* line 877, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-time {
  font-size: 14px;
  display: inline-block;
  padding: 0px 15px 0px 25px;
  background: url(/dashboard_imgs/template/icons/time.svg) no-repeat 0px 3px;
}

/* line 883, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-text-price {
  color: #3C65F5;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

/* line 889, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-text-price span {
  font-size: 14px;
  color: #4F5E64;
  font-weight: 400;
}

/* line 894, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-2-bottom {
  position: relative;
}

/* line 897, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-2-bottom .img-rounded {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin: 6px 10px 0px 0px;
  vertical-align: middle;
  display: inline-block;
}

/* line 905, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-2-bottom .info-right-img {
  line-height: 22px;
}

/* line 908, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-2-bottom .info-right-img .font-sm {
  line-height: 18px !important;
}

/* line 911, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-profile strong {
  font-size: 18px;
  color: #05264E;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  display: block;
}

/* line 918, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-block-info .card-profile span {
  font-size: 16px;
  color: #4F5E64;
}

/* line 922, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-grid-3-image-circle {
  padding-top: 35px;
}

/* line 925, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-3 .card-grid-3-image-circle figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

/* line 931, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-4 {
  background-color: #ffffff;
  padding: 40px 30px 35px 30px;
  border-radius: 10px;
  border: thin solid #E0E6F7;
  margin-bottom: 30px;
}

/* line 938, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-4:hover {
  border-color: #B4C0E0;
  box-shadow: 0px 37px 60px -15px rgba(50, 59, 79, 0.1);
}

/* line 942, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-4 a {
  text-decoration: none;
}

/* line 945, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-4 .image-top-feature figure img {
  height: 126px;
  border-radius: 50%;
  width: 126px;
}

/* line 950, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-4 .card-grid-4-info {
  display: inline-block;
  width: 100%;
  padding: 10px 0px 0px 0px;
}

/* line 955, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-4 .btn-readmore {
  color: #05264E;
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

/* line 962, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-4 .btn-readmore:hover {
  color: #3C65F5;
}

/* line 966, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-5 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 575px;
  background: url(/dashboard_imgs/page/blog/img-big1.png) top left;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 977, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-5 .category {
  background: url(/dashboard_imgs/page/blog/picture-icon.svg) center no-repeat;
  position: absolute;
  top: 15px;
  right: 15px;
  height: 47px;
  width: 47px;
  z-index: 3;
  background-color: #ffffff;
  border-radius: 50%;
  display: none;
}

/* line 989, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-5:hover .category {
  display: inline-block;
}

/* line 992, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-5 .box-cover-img {
  position: absolute;
  bottom: 0px;
  top: 10%;
  width: 100%;
  background: url(/dashboard_imgs/page/blog/bg-black-trans.png) repeat-x center bottom;
  z-index: 2;
}

/* line 1000, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-5 .box-cover-img .content-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

/* line 1005, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-5 .img-main {
  width: 100%;
  height: auto;
}

/* line 1009, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-5 .author img {
  max-width: 36px;
}

/* line 1013, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-6 {
  position: relative;
}

/* line 1016, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-6 .card-text-desc {
  border: 1px solid #E0E6F7;
  padding: 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 35px;
}

/* line 1023, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-6 .card-text-desc::before {
  content: "";
  height: 30px;
  width: 33px;
  background: #ffffff url(/dashboard_imgs/page/about/arrow.png) no-repeat;
  bottom: -29px;
  left: 20px;
  position: absolute;
  z-index: 2;
}

/* line 1033, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-6 .card-image {
  display: flex;
  padding-left: 5px;
}

/* line 1037, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-6 .card-image .image {
  min-width: 75px;
}

/* line 1040, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-6 .card-image .image img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

/* line 1045, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-6 .card-image .card-profile {
  width: 100%;
  padding-top: 5px;
}

/* line 1050, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-border {
  border: 1px solid #E0E6F7;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}

/* line 1056, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-border:hover {
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 1059, app/assets/stylesheets/main/components/_forms.scss */
.card-grid-border .link-arrow {
  display: inline-block;
  padding: 0px 35px 0px 0px;
  background: url(/dashboard_imgs/template/icons/arrow-right.svg) no-repeat right top 2px;
  color: #3C65F5;
  font-size: 14px;
  line-height: 22px;
}

/* line 1068, app/assets/stylesheets/main/components/_forms.scss */
.card-list-4 {
  position: relative;
  display: flex;
  width: 100%;
  padding: 0px 0px 15px 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #E0E6F7;
}

/* line 1076, app/assets/stylesheets/main/components/_forms.scss */
.card-list-4 .image {
  min-width: 60px;
  padding-right: 10px;
}

/* line 1080, app/assets/stylesheets/main/components/_forms.scss */
.card-list-4 .info-text {
  width: 100%;
  margin-top: -4px;
}

/* line 1084, app/assets/stylesheets/main/components/_forms.scss */
.card-list-4 .card-price {
  font-size: 16px;
  line-height: 26px;
  padding-top: 0px;
  display: inline-block;
  color: #3C65F5;
}

/* line 1091, app/assets/stylesheets/main/components/_forms.scss */
.card-list-4 .card-price span {
  font-size: 12px;
  line-height: 12px;
  color: #4F5E64;
  font-weight: 500;
}

/* line 1098, app/assets/stylesheets/main/components/_forms.scss */
ul li:last-child {
  padding-bottom: 0px !important;
}

/* line 1101, app/assets/stylesheets/main/components/_forms.scss */
ul li:last-child .card-list-4 {
  border-bottom: 0px;
  padding-bottom: 0px;
}

/* line 1106, app/assets/stylesheets/main/components/_forms.scss */
.box-radius-8 {
  border-radius: 8px;
  background-color: #FFF6F1;
  padding: 30px;
  display: flex;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  border: 1px solid #E0E6F7;
}

/* line 1114, app/assets/stylesheets/main/components/_forms.scss */
.box-radius-8 .image {
  display: inline-block;
  min-width: 176px;
  padding-right: 25px;
}

/* line 1119, app/assets/stylesheets/main/components/_forms.scss */
.box-radius-8 .text-info {
  display: inline-block;
  width: 100%;
}

/* line 1124, app/assets/stylesheets/main/components/_forms.scss */
.card-category {
  height: 255px;
}

/* line 1127, app/assets/stylesheets/main/components/_forms.scss */
.card-category .box-cover-img {
  top: 0px;
}

/* line 1131, app/assets/stylesheets/main/components/_forms.scss */
.card-review-1 {
  border: 1px solid #E0E6F7;
  border-radius: 10px;
  padding: 0px 25px 25px 25px;
  position: relative;
  margin: 45px 0px 0px 0px;
}

/* line 1138, app/assets/stylesheets/main/components/_forms.scss */
.card-review-1 .image-review {
  text-align: center;
}

/* line 1141, app/assets/stylesheets/main/components/_forms.scss */
.card-review-1 .image-review img {
  margin: -44px 0px 0px 0px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

/* line 1147, app/assets/stylesheets/main/components/_forms.scss */
.card-review-1 .review-name {
  text-align: center;
  border-bottom: 1px solid #E0E6F7;
  padding-bottom: 15px;
  padding-top: 10px;
  margin-bottom: 15px;
}

/* line 1154, app/assets/stylesheets/main/components/_forms.scss */
.card-review-1 .review-rating {
  margin-bottom: 10px;
}

/* line 1157, app/assets/stylesheets/main/components/_forms.scss */
.card-review-1 .review-rating img {
  margin-right: 5px;
}

/* line 1161, app/assets/stylesheets/main/components/_forms.scss */
.job-text-desc {
  max-width: 70%;
}

/* line 1165, app/assets/stylesheets/main/components/_forms.scss */
.mt--30 {
  margin-top: -30px;
}

/* line 1169, app/assets/stylesheets/main/components/_forms.scss */
.content-job-inner {
  padding: 40px;
}

/* line 1173, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job {
  position: relative;
  text-align: center;
}

/* line 1177, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job figure {
  display: block;
}

/* line 1180, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job figure img {
  max-width: 80%;
}

/* line 1183, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job .job-top-creator {
  max-width: 290px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  border-radius: 20px;
  padding: 5px;
  position: absolute;
  bottom: -100px;
  left: -100px;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

/* line 1194, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job .job-top-creator-head {
  background-color: #EFF3FC;
  border-radius: 20px;
  padding: 18px 45px 21px 45px;
}

/* line 1199, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job .job-top-creator ul {
  display: block;
  padding: 24px 20px 0px 20px;
  margin: 0px;
  list-style: none;
}

/* line 1205, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job .job-top-creator ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
}

/* line 1211, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job .job-top-creator ul li figure {
  float: left;
  display: block;
}

/* line 1215, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job .job-top-creator ul li figure img {
  width: 60px;
  height: 50px;
  border-radius: 50%;
}

/* line 1220, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job .job-top-creator ul li .job-info-creator {
  display: block;
  padding-left: 60px;
}

/* line 1224, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job .job-top-creator ul li .job-info-creator strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* line 1230, app/assets/stylesheets/main/components/_forms.scss */
.box-image-job .job-top-creator ul li .job-info-creator span {
  color: #4F5E64;
  font-size: 14px;
}

/* line 1235, app/assets/stylesheets/main/components/_forms.scss */
.list-partners {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 1240, app/assets/stylesheets/main/components/_forms.scss */
.list-partners li {
  display: inline-block;
  padding: 25px 29px;
  vertical-align: middle;
}

/* line 1245, app/assets/stylesheets/main/components/_forms.scss */
.list-partners li figure img {
  max-width: 100%;
  vertical-align: middle;
}

/* line 1250, app/assets/stylesheets/main/components/_forms.scss */
.box-newsletter {
  padding: 57px 0px 96px 0px;
  background: url(/dashboard_imgs/template/bg-newsletter.svg) no-repeat 0px 0px;
  background-size: cover;
  border-radius: 16px;
}

/* line 1256, app/assets/stylesheets/main/components/_forms.scss */
.box-newsletter .box-form-newsletter {
  background: #ffffff;
  max-width: 610px;
  padding: 10px;
  border-radius: 10px;
  margin: auto;
}

/* line 1263, app/assets/stylesheets/main/components/_forms.scss */
.box-newsletter .box-form-newsletter form {
  display: flex;
}

/* line 1266, app/assets/stylesheets/main/components/_forms.scss */
.box-newsletter .box-form-newsletter form .input-newsletter {
  width: 90%;
  padding: 15px;
  border: 0px;
  min-height: 60px;
  background-image: url(/dashboard_imgs/template/email.svg);
  background-repeat: no-repeat;
  background-position: left 17px center;
  padding-left: 60px;
}

/* line 1276, app/assets/stylesheets/main/components/_forms.scss */
.box-newsletter .box-form-newsletter form .font-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

/* line 1280, app/assets/stylesheets/main/components/_forms.scss */
.box-newsletter .icon-send-letter {
  position: relative;
  background-image: url(/dashboard_imgs/template/icons/apply.svg);
  background-repeat: no-repeat;
  background-position: left 17px center;
  padding-left: 45px;
}

/* line 1287, app/assets/stylesheets/main/components/_forms.scss */
.box-newsletter .text-md-newsletter {
  color: #ffffff;
  font-size: 37px;
  line-height: 55px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
}

/* line 1294, app/assets/stylesheets/main/components/_forms.scss */
.box-newsletter .text-lg-newsletter {
  color: #ffffff;
  font-size: 46px;
  line-height: 56px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
}

/* line 1302, app/assets/stylesheets/main/components/_forms.scss */
.bg-patern {
  position: relative;
}

/* line 1305, app/assets/stylesheets/main/components/_forms.scss */
.bg-patern .container {
  z-index: 3;
  position: relative;
}

/* line 1310, app/assets/stylesheets/main/components/_forms.scss */
.text-mutted {
  font-size: 16px;
  color: #4F5E64;
  line-height: 16px;
}

/* line 1316, app/assets/stylesheets/main/components/_forms.scss */
.text-mutted-2 {
  color: #66789C;
}

/*page loading*/
/* line 1, app/assets/stylesheets/main/components/_widgets.scss */
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}

/* line 14, app/assets/stylesheets/main/components/_widgets.scss */
.preloader img {
  max-width: 250px;
}

/* line 18, app/assets/stylesheets/main/components/_widgets.scss */
.rate {
  height: 21px;
  padding: 0 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

/* line 25, app/assets/stylesheets/main/components/_widgets.scss */
.rate:not(:checked) > input {
  position: absolute;
  visibility: hidden;
}

/* line 29, app/assets/stylesheets/main/components/_widgets.scss */
.rate:not(:checked) > label {
  float: right;
  width: 21px;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  margin-right: 3px;
}

/* line 40, app/assets/stylesheets/main/components/_widgets.scss */
.rate:not(:checked) > label.checked:before {
  background: url(/assets/dashboard_imgs/template/icons/star-6c16f2bb8f0c83b141d39d5876bfa1591c2e91fc04795d46541d81903434156c.svg) no-repeat;
}

/* line 43, app/assets/stylesheets/main/components/_widgets.scss */
.rate > input:checked ~ label:before {
  background: url(/assets/dashboard_imgs/template/icons/star-6c16f2bb8f0c83b141d39d5876bfa1591c2e91fc04795d46541d81903434156c.svg) no-repeat;
}

/* line 46, app/assets/stylesheets/main/components/_widgets.scss */
.rate.small {
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  padding: 0;
}

/* line 55, app/assets/stylesheets/main/components/_widgets.scss */
.breacrumb-cover {
  background-color: #F8FAFF;
  background-image: url(/dashboard_imgs/page/blog/bg-breadcrumb.png);
  background-position: top center;
  padding: 50px 0;
}

/* line 62, app/assets/stylesheets/main/components/_widgets.scss */
.breadcrumbs {
  background-color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  padding: 7px 15px;
}

/* line 68, app/assets/stylesheets/main/components/_widgets.scss */
.breadcrumbs li {
  color: #66789C;
  font-size: 14px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

/* line 75, app/assets/stylesheets/main/components/_widgets.scss */
.breadcrumbs li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: url(/dashboard_imgs/template/icons/arrow-breadcrumb.svg) no-repeat center;
}

/* line 84, app/assets/stylesheets/main/components/_widgets.scss */
.breadcrumbs li a {
  font-size: 14px;
  color: #66789C;
  text-decoration: none;
  line-height: 14px;
  display: block;
}

/* line 91, app/assets/stylesheets/main/components/_widgets.scss */
.breadcrumbs li a:hover {
  color: #05264E;
}

/* line 94, app/assets/stylesheets/main/components/_widgets.scss */
.breadcrumbs li:last-child::before {
  color: #66789C;
}

/* line 97, app/assets/stylesheets/main/components/_widgets.scss */
.breadcrumbs li:first-child::before {
  display: none;
}

/* line 100, app/assets/stylesheets/main/components/_widgets.scss */
.breadcrumbs li:first-child {
  padding-left: 0px;
}

/* line 103, app/assets/stylesheets/main/components/_widgets.scss */
.breadcrumbs .home-icon {
  background: url(/dashboard_imgs/page/blog/home.svg) no-repeat;
  padding: 0px 0px 0px 20px;
}

/* line 108, app/assets/stylesheets/main/components/_widgets.scss */
.noUi-horizontal .noUi-handle {
  border: 1px solid #e1e1e1;
}

/* line 112, app/assets/stylesheets/main/components/_widgets.scss */
.box-filters-job .dropdown-menu[data-bs-popper] {
  right: 0;
  left: unset;
}

/* line 117, app/assets/stylesheets/main/components/_widgets.scss */
.text-brand-2 {
  color: #3C65F5;
}

/* line 121, app/assets/stylesheets/main/components/_widgets.scss */
.w-lg-50 {
  width: 50%;
}

/* line 125, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero {
  padding: 0px 65px 0px 15px;
  position: relative;
  max-width: 1770px;
  margin: 0 auto;
}

/* line 131, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .banner-inner {
  z-index: 5;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 137, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .banner-inner .banner-imgs {
  padding: 65px 0px 0px 0px;
  position: relative;
  height: 100%;
  min-height: 540px;
}

/* line 143, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .banner-inner .banner-imgs .block-1 {
  position: absolute;
  top: 10%;
  left: -150px;
}

/* line 148, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .banner-inner .banner-imgs .block-2 {
  position: absolute;
  bottom: 0%;
  right: 120px;
}

/* line 153, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .banner-inner .banner-imgs .block-3 {
  position: absolute;
  top: 21%;
  right: 220px;
}

/* line 158, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .banner-inner .banner-imgs .block-4 {
  position: absolute;
  bottom: 8%;
  left: -80px;
}

/* line 163, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner {
  position: relative;
  z-index: 12;
  padding: 50px 180px 80px 192px;
}

/* line 168, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find {
  background: #ffffff;
  box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
}

/* line 176, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find form {
  display: flex;
  width: 100%;
}

/* line 180, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find .btn-find {
  min-width: 122px;
  padding-left: 34px;
  padding-right: 15px;
  background-image: url(/dashboard_imgs/page/homepage1/search-icon.svg);
  background-repeat: no-repeat;
  background-position: left 19px top 18px;
}

/* line 188, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find .form-input {
  border: 0px solid rgba(26, 15, 9, 0.1);
  border-radius: 0px;
  padding: 10px 20px 10px 34px;
  display: inline-block;
  width: 100%;
}

/* line 195, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find .select2 {
  border: 0px solid rgba(26, 15, 9, 0.1);
  border-radius: 0px;
  padding: 10px 20px 10px 30px;
  display: inline-block;
  width: 100% !important;
  margin-right: 10px;
  position: relative;
  max-width: 180px;
}

/* line 205, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find .select2::after {
  content: "";
  height: 18px;
  width: 1.4px;
  border-radius: 5px;
  background-color: #B4C0E0;
  position: absolute;
  top: 16px;
  right: -3px;
}

/* line 215, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find .select2::before {
  content: "";
  background: url(/dashboard_imgs/template/icons/icon-location-2.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 11px;
  top: 15px;
}

/* line 224, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find .select2 .select2-selection__arrow {
  background: url(/dashboard_imgs/template/icons/arrow-down.svg) no-repeat right 10px center;
  top: 11px;
  width: 26px;
}

/* line 229, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find .select2 .select2-selection__arrow b {
  display: none !important;
  background-color: #9777fa;
}

/* line 233, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find .box-industry {
  width: 100%;
  max-width: 180px;
}

/* line 237, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find .box-industry .select2::before {
  content: "";
  background: url(/dashboard_imgs/template/icons/industry.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 11px;
  top: 15px;
}

/* line 246, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find .input-keysearch {
  background: url(/dashboard_imgs/page/homepage1/key-numbers.svg) no-repeat left 10px center;
}

/* line 249, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .form-find .input-industry {
  background: url(/dashboard_imgs/template/icons/icon-job.svg) no-repeat left 18px center;
}

/* line 252, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .list-tags-banner {
  position: relative;
}

/* line 255, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .list-tags-banner a {
  color: #4F5E64;
  font-size: 14px;
  margin-left: 2px;
  text-decoration: underline;
}

/* line 261, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .block-banner .list-tags-banner strong {
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: #4F5E64;
}

/* line 267, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .heading-banner {
  color: #05264E;
  font-size: 48px;
  line-height: 60px;
  color: #05264E;
}

/* line 273, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .color-brand-2 {
  color: #3C65F5;
  position: relative;
}

/* line 277, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .color-brand-2::after {
  content: "";
  background-color: #3C65F5;
  height: 25px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
  z-index: -1;
  opacity: 0.1;
}

/* line 288, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero .banner-description {
  position: relative;
  font-size: 18px;
  color: #4F5E64;
}

/* line 293, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.banner-image-single {
  padding: 20px 0px 20px 0px;
}

/* line 296, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.banner-image-single img {
  width: 100%;
  border-radius: 16px;
}

/* line 300, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.banner-company {
  padding: 40px 20px 60px 20px;
  background: #F2F6FD;
  border-radius: 16px;
  position: relative;
}

/* line 306, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.banner-company .block-banner {
  padding: 0px 0px 0px 0px;
}

/* line 309, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.banner-single {
  padding: 40px 20px 60px 20px;
  background: #F2F6FD;
  border-radius: 16px;
  position: relative;
}

/* line 315, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.banner-single::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 5px;
  height: 170px;
  width: 213px;
  background: url(/dashboard_imgs/page/job-single/right-job-head.svg) no-repeat left bottom;
  background-size: contain;
}

/* line 325, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.banner-single::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: -3px;
  height: 170px;
  width: 218px;
  background: url(/dashboard_imgs/page/job-single/left-job-head.svg) no-repeat left bottom;
  background-size: contain;
  display: inline;
  top: auto;
  right: auto;
}

/* line 338, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.hero-2 {
  position: relative;
  width: 100%;
  padding: 100px 0px 80px 0px;
  max-width: 100%;
  background: url(/dashboard_imgs/page/homepage2/banner.png) no-repeat top center;
  background-size: cover;
}

/* line 346, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.hero-2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #05264E;
  opacity: 0.8;
  z-index: 1;
}

/* line 357, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.hero-2 .banner-inner {
  z-index: 2;
  position: relative;
  max-width: 725px;
  margin: auto;
  width: 100%;
}

/* line 364, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.hero-2 .banner-inner .block-banner {
  padding: 0px;
  text-align: center;
}

/* line 368, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner strong,
.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner a {
  color: #ffffff;
}

/* line 372, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner strong {
  margin-right: 10px;
}

/* line 375, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.hero-2 .banner-inner .block-banner .form-find .select2 {
  text-align: left;
}

/* line 378, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.hero-3 {
  background: #3C65F5;
}

/* line 381, app/assets/stylesheets/main/components/_widgets.scss */
.banner-hero.hero-3::before {
  display: none;
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* line 409, app/assets/stylesheets/main/components/_widgets.scss */
.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

/* line 413, app/assets/stylesheets/main/components/_widgets.scss */
.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

/* line 417, app/assets/stylesheets/main/components/_widgets.scss */
.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

/* line 421, app/assets/stylesheets/main/components/_widgets.scss */
.header {
  padding: 30px 0;
  float: left;
  width: 100%;
}

/* line 426, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-header {
  display: flex;
  align-items: center;
}

/* line 430, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-header .header-right {
  display: inline-block;
  min-width: 215px;
  text-align: right;
}

/* line 435, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-header .header-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 440, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-header .header-left {
  display: flex;
  align-items: center;
}

/* line 444, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-header .header-left .header-logo {
  margin-right: 0;
  min-width: 139px;
}

/* line 448, app/assets/stylesheets/main/components/_widgets.scss */
.header .nav-main-menu {
  display: inline-block;
  width: auto;
  padding: 0px;
  text-align: left;
}

/* line 454, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li {
  float: left;
  padding: 10px 22px;
  position: relative;
}

/* line 459, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li.dashboard a {
  border: 1px dashed #3C65F5;
  padding: 5px 8px;
  border-radius: 4px;
}

/* line 464, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li.has-children > a::after {
  content: "\f151";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  font-size: 18px;
  opacity: 1;
  margin-left: 4px;
  position: absolute;
  top: 1px;
  right: -19px;
  color: #A0ABB8;
}

/* line 480, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li.hr {
  padding: 0px 22px;
}

/* line 483, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li.hr span {
  background-color: #E0E6F6;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}

/* line 490, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #05264E;
  display: block;
  padding: 0px;
  text-decoration: none;
  position: relative;
}

/* line 502, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li a:hover, .header .main-menu li a.active {
  color: #3C65F5;
}

/* line 505, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li a:hover::before, .header .main-menu li a.active::before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #3C65F5;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

/* line 514, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li a i {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 3px;
}

/* line 519, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999;
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid #ececec;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #ffffff;
  padding: 10px 0px 15px 0;
}

/* line 534, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li ul li {
  width: 100%;
  padding: 0px;
}

/* line 538, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #253D4E;
  position: relative;
  padding: 14px 22px 10px 35px;
  transition: 0.3s;
}

/* line 547, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li ul li a::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #05264E;
  border-radius: 50%;
  opacity: 0.7;
  transition-duration: 0.2s;
}

/* line 559, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li ul li a:hover, .header .main-menu li ul li a.active {
  padding-left: 38px;
  transition: 0.5s;
}

/* line 563, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li ul li a:hover::after, .header .main-menu li ul li a.active::after {
  opacity: 1;
  transition-duration: 0.3s;
}

/* line 567, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li ul li a:hover::before, .header .main-menu li ul li a.active::before {
  display: none;
}

/* line 570, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}

/* line 574, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

/* line 579, app/assets/stylesheets/main/components/_widgets.scss */
.header .main-menu li:hover > ul li {
  width: 100%;
}

/* line 582, app/assets/stylesheets/main/components/_widgets.scss */
.header .text-link-bd-btom {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #05264E;
  display: inline-block;
  position: relative;
  text-decoration-line: underline;
}

/* line 593, app/assets/stylesheets/main/components/_widgets.scss */
.header .text-link-bd-btom:hover {
  color: #3C65F5;
}

/* line 596, app/assets/stylesheets/main/components/_widgets.scss */
.header .block-signin .btn-shadow {
  box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
}

/* line 599, app/assets/stylesheets/main/components/_widgets.scss */
.header.stick {
  padding: 14px 0px;
}

/* line 602, app/assets/stylesheets/main/components/_widgets.scss */
.header.header-2 {
  background-color: #F8FAFF;
}

/* line 606, app/assets/stylesheets/main/components/_widgets.scss */
.sticky-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #E0E6F6;
  background: #fff;
}

/* line 618, app/assets/stylesheets/main/components/_widgets.scss */
.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}

/* line 621, app/assets/stylesheets/main/components/_widgets.scss */
.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

/* line 624, app/assets/stylesheets/main/components/_widgets.scss */
.sticky-bar.stick .burger-icon {
  top: 7px;
}

/* line 628, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 {
  background: #3C65F5;
}

/* line 631, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2.sticky-bar.stick {
  background: #3C65F5;
}

/* line 634, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 .main-menu > li > a {
  color: #E0E6F6;
}

/* line 637, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 .main-menu > li > a:hover {
  color: #ffffff;
}

/* line 640, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 .main-menu > li > a:hover::before, .header-brand-2 .main-menu > li > a .active::before {
  background-color: #ffffff;
}

/* line 643, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 .main-menu li a, .header-brand-2 .main-menu li a.active {
  color: #ffffff;
}

/* line 646, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 .main-menu li a:hover::before, .header-brand-2 .main-menu li a .active::before, .header-brand-2 .main-menu li a.active:hover::before, .header-brand-2 .main-menu li a.active .active::before {
  background-color: #ffffff;
}

/* line 649, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 .main-menu li a {
  color: #E0E6F6;
}

/* line 652, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 .main-menu li a:hover, .header-brand-2 .main-menu li a.active {
  color: #ffffff;
}

/* line 655, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 .main-menu li a:hover::before, .header-brand-2 .main-menu li a.active::before {
  background-color: #ffffff;
}

/* line 658, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 .main-menu li ul li a:hover {
  color: #3C65F5;
}

/* line 661, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 .text-link-bd-btom {
  color: #ffffff;
}

/* line 664, app/assets/stylesheets/main/components/_widgets.scss */
.header-brand-2 .btn-default {
  background-color: #ffffff;
  color: #3C65F5;
  font-weight: 500;
}

/* line 670, app/assets/stylesheets/main/components/_widgets.scss */
.user-account {
  display: flex;
  align-items: center;
}

/* line 674, app/assets/stylesheets/main/components/_widgets.scss */
.user-account img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 679, app/assets/stylesheets/main/components/_widgets.scss */
.user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

/* line 685, app/assets/stylesheets/main/components/_widgets.scss */
.perfect-scroll {
  height: 100vh;
  width: 300px;
  position: relative;
}

/* line 691, app/assets/stylesheets/main/components/_widgets.scss */
.body-overlay-1 {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 997;
}

/* line 704, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

/* line 709, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style {
  position: fixed;
  top: 0px;
  width: 380px;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 998;
}

/* line 723, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

/* line 728, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 734, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 34px 30px 30px 30px;
  background-color: #ffffff;
  align-items: center;
  align-self: center;
  border-bottom: thin solid #E0E6F6;
}

/* line 744, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

/* line 747, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}

/* line 750, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px 30px 30px;
}

/* line 753, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 13px 0;
}

/* line 758, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
  display: none;
}

/* line 761, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}

/* line 764, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #05264E;
}

/* line 778, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}

/* line 783, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand {
  background: rgba(255, 255, 255, 0.2);
}

/* line 786, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active > .menu-expand i::before {
  content: "\f113";
}

/* line 789, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #05264E;
  transition-duration: 0.2s;
}

/* line 799, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}

/* line 802, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}

/* line 805, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}

/* line 809, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}

/* line 812, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 13px;
  transition-duration: 0.2s;
}

/* line 816, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before {
  opacity: 1;
  transition-duration: 0.2s;
}

/* line 820, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #253D4E;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}

/* line 829, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  background-color: #E0E6F6;
  border-radius: 50%;
  opacity: 0.7;
  transition-duration: 0.2s;
}

/* line 842, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}

/* line 845, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}

/* line 848, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover > a {
  color: #05264E;
  padding-left: 3px;
  transition-duration: 0.2s;
}

/* line 853, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}

/* line 856, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #E0E6F7;
  margin: 17px 0 30px 0;
}

/* line 862, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}

/* line 866, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}

/* line 869, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #05264E;
}

/* line 875, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #05264E;
}

/* line 878, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: 14px;
  color: #05264E;
  margin-right: 8px;
}

/* line 883, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}

/* line 892, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}

/* line 895, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}

/* line 898, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

/* line 903, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: #05264E;
}

/* line 906, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: #05264E;
}

/* line 909, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 912, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 12px;
  color: #4F5E64;
}

/* line 917, app/assets/stylesheets/main/components/_widgets.scss */
.burger-icon {
  position: absolute;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 7px;
  right: 15px;
  display: none;
  z-index: 999999;
}

/* line 928, app/assets/stylesheets/main/components/_widgets.scss */
.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

/* line 935, app/assets/stylesheets/main/components/_widgets.scss */
.burger-icon > span.burger-icon-top {
  top: 2px;
}

/* line 938, app/assets/stylesheets/main/components/_widgets.scss */
.burger-icon > span.burger-icon-bottom {
  bottom: 2px;
}

/* line 941, app/assets/stylesheets/main/components/_widgets.scss */
.burger-icon > span.burger-icon-mid {
  top: 9px;
}

/* line 944, app/assets/stylesheets/main/components/_widgets.scss */
.burger-icon.burger-close {
  position: fixed;
  top: 21px !important;
  right: 15px;
}

/* line 949, app/assets/stylesheets/main/components/_widgets.scss */
.burger-icon.burger-close > span.burger-icon-top {
  display: none;
  opacity: 0;
}

/* line 953, app/assets/stylesheets/main/components/_widgets.scss */
.burger-icon.burger-close > span.burger-icon-mid {
  top: 8px;
  transform: rotate(45deg);
}

/* line 957, app/assets/stylesheets/main/components/_widgets.scss */
.burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 10px;
  transform: rotate(-45deg);
}

/* line 962, app/assets/stylesheets/main/components/_widgets.scss */
.burger-icon > span::before,
.burger-icon > span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

/* line 973, app/assets/stylesheets/main/components/_widgets.scss */
.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: #4F5E64;
}

/* line 978, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-search form {
  background-color: #f2f3f4;
  border-radius: 8px;
  height: 44px;
  padding: 0px 15px 0px 44px;
  position: relative;
}

/* line 985, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 43px;
}

/* line 991, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: #4F5E64;
}

/* line 999, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-social-icon h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

/* line 1004, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}

/* line 1018, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-social-icon a img {
  max-width: 18px;
}

/* line 1021, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-social-icon a img:hover {
  opacity: 0.8;
}

/* line 1024, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}

/* line 1029, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-social-icon a:last-child {
  margin-right: 0;
}

/* line 1033, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-account {
  margin: 15px 0;
  padding: 30px 0 20px 0;
  border-top: thin solid #E0E6F6;
}

/* line 1038, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}

/* line 1042, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-account ul li {
  padding: 13px 0;
}

/* line 1045, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-account ul li a {
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #253D4E;
  transition-duration: 0.2s;
}

/* line 1055, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: #05264E;
}

/* line 1060, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-account .mobile-signout-btn {
  width: 100%;
  min-height: 42px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  padding: 10px 14px;
}

/* line 1069, app/assets/stylesheets/main/components/_widgets.scss */
.mobile-account .mobile-signout-btn:hover {
  transform: none;
}

/* line 1073, app/assets/stylesheets/main/components/_widgets.scss */
.nav li {
  list-style: none;
}

/* line 1077, app/assets/stylesheets/main/components/_widgets.scss */
.sidebar-title {
  border-bottom: thin solid #E0E6F6;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

/* line 1084, app/assets/stylesheets/main/components/_widgets.scss */
.search-form form {
  position: relative;
}

/* line 1087, app/assets/stylesheets/main/components/_widgets.scss */
.search-form form input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 64px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

/* line 1096, app/assets/stylesheets/main/components/_widgets.scss */
.search-form form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 20px;
  height: 100%;
  padding: 0 24px;
  background-color: transparent;
  color: #242424;
}

/* line 1109, app/assets/stylesheets/main/components/_widgets.scss */
.widget-categories {
  background-color: #f4f6fa !important;
}

/* line 1112, app/assets/stylesheets/main/components/_widgets.scss */
.widget-categories li {
  padding: 8px 0;
}

/* line 1115, app/assets/stylesheets/main/components/_widgets.scss */
.widget-categories li + li {
  border-top: 1px solid #E0E6F6;
}

/* line 1118, app/assets/stylesheets/main/components/_widgets.scss */
.widget-categories li a {
  color: #05264E;
  font-size: 16px;
}

/* line 1122, app/assets/stylesheets/main/components/_widgets.scss */
.widget-categories li span.count {
  background-color: rgba(81, 146, 255, 0.12);
  color: #05264E;
  border-radius: 3px;
  display: block;
  padding: 3px 5px;
  min-width: 26px;
  text-align: center;
}

/* line 1131, app/assets/stylesheets/main/components/_widgets.scss */
.widget-categories li:hover span.count {
  background-color: #05264E;
  color: #ffffff;
}

/* line 1136, app/assets/stylesheets/main/components/_widgets.scss */
.post-list-small-item {
  transition-duration: 0.2s;
}

/* line 1139, app/assets/stylesheets/main/components/_widgets.scss */
.post-list-small-item:hover {
  transition-duration: 0.2s;
  transform: translateY(-3px);
}

/* line 1143, app/assets/stylesheets/main/components/_widgets.scss */
.post-list-small-item figure img {
  max-width: 85px;
  border-radius: 5px;
}

/* line 1147, app/assets/stylesheets/main/components/_widgets.scss */
.post-list-small-item .post-meta {
  font-size: 13px;
}

/* line 1150, app/assets/stylesheets/main/components/_widgets.scss */
.post-list-small-item .post-meta img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

/* line 1155, app/assets/stylesheets/main/components/_widgets.scss */
.post-list-small-item h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

/* line 1161, app/assets/stylesheets/main/components/_widgets.scss */
.post-list-small-item:not(:last-child) {
  margin-bottom: 15px;
}

/* line 1165, app/assets/stylesheets/main/components/_widgets.scss */
.footer .footer-col-1 {
  flex: 0 0 auto;
  width: 24%;
}

/* line 1169, app/assets/stylesheets/main/components/_widgets.scss */
.footer .footer-col-2 {
  flex: 0 0 auto;
  width: 14%;
}

/* line 1173, app/assets/stylesheets/main/components/_widgets.scss */
.footer .footer-col-3 {
  flex: 0 0 auto;
  width: 14%;
}

/* line 1177, app/assets/stylesheets/main/components/_widgets.scss */
.footer .footer-col-4 {
  flex: 0 0 auto;
  width: 14%;
}

/* line 1181, app/assets/stylesheets/main/components/_widgets.scss */
.footer .footer-col-5 {
  flex: 0 0 auto;
  width: 14%;
}

/* line 1185, app/assets/stylesheets/main/components/_widgets.scss */
.footer .footer-col-6 {
  flex: 0 0 auto;
  width: 20%;
}

/* line 1189, app/assets/stylesheets/main/components/_widgets.scss */
.footer .menu-footer {
  display: inline-block;
}

/* line 1192, app/assets/stylesheets/main/components/_widgets.scss */
.footer .menu-footer li {
  list-style: none;
  margin-bottom: 4px;
}

/* line 1196, app/assets/stylesheets/main/components/_widgets.scss */
.footer .menu-footer li a {
  color: #4F5E64;
  font-size: 14px;
  text-decoration: none;
  transition-duration: 0.2s;
}

/* line 1202, app/assets/stylesheets/main/components/_widgets.scss */
.footer .menu-footer li a:hover {
  color: #05264E;
  transition-duration: 0.2s;
  padding-left: 3px;
}

/* line 1207, app/assets/stylesheets/main/components/_widgets.scss */
.footer .icon-socials {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  transition-duration: 0.2s;
}

/* line 1214, app/assets/stylesheets/main/components/_widgets.scss */
.footer .icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

/* line 1218, app/assets/stylesheets/main/components/_widgets.scss */
.footer .icon-socials.icon-facebook {
  background: url(/dashboard_imgs/template/icons/facebook.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

/* line 1222, app/assets/stylesheets/main/components/_widgets.scss */
.footer .icon-socials.icon-twitter {
  background: url(/dashboard_imgs/template/icons/twitter.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

/* line 1226, app/assets/stylesheets/main/components/_widgets.scss */
.footer .icon-socials.icon-linkedin {
  background: url(/dashboard_imgs/template/icons/linkedin.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

/* line 1230, app/assets/stylesheets/main/components/_widgets.scss */
.footer .footer-bottom {
  border-top: 1px solid #E0E6F7;
  padding: 30px 0px;
  color: #4F5E64;
  font-size: 14px;
}

/* line 1236, app/assets/stylesheets/main/components/_widgets.scss */
.footer .footer-bottom strong {
  color: #05264E;
  font-weight: bold;
}

/* line 1240, app/assets/stylesheets/main/components/_widgets.scss */
.footer .footer-bottom a {
  text-decoration: none;
}

/* line 1244, app/assets/stylesheets/main/components/_widgets.scss */
#scrollUp {
  width: 48px;
  height: 48px;
  color: #ffffff;
  right: 30px;
  bottom: 30px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  background-color: #fff;
  transition-duration: 0.2s;
  background-color: #3C65F5;
  background-image: url(/assets/imgs/template/icons/go-top-b635a6a8b4da47eae8bbdd74c5dfbed497fffec8b812467cc3c38f94f6757b86.svg);
  background-repeat: no-repeat;
  background-position: center;
}

/* line 1262, app/assets/stylesheets/main/components/_widgets.scss */
#scrollUp i {
  display: none;
  line-height: 42px !important;
  font-size: 20px;
  color: #fff;
}

/* line 1268, app/assets/stylesheets/main/components/_widgets.scss */
#scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

/*LAYOUT -> SPACING**/
/* line 2, app/assets/stylesheets/main/layouts/_spacing.scss */
.section-padding-30 {
  padding: 30px 0;
}

/* line 6, app/assets/stylesheets/main/layouts/_spacing.scss */
.section-padding-50 {
  padding: 50px 0;
}

/* line 10, app/assets/stylesheets/main/layouts/_spacing.scss */
.section-padding-60 {
  padding: 60px 0;
}

/* line 14, app/assets/stylesheets/main/layouts/_spacing.scss */
.section-padding {
  padding: 25px 0;
}

/* line 18, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-0 {
  padding: 0;
}

/* line 22, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-10 {
  padding: 10px 0;
}

/* line 26, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-20 {
  padding: 20px 0;
}

/* line 30, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-30 {
  padding: 30px 0;
}

/* line 34, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-35 {
  padding: 35px 0;
}

/* line 38, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-32 {
  padding: 32px 0;
}

/* line 42, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-40 {
  padding: 40px 0;
}

/* line 46, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-50 {
  padding: 50px 0;
}

/* line 50, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-60 {
  padding: 60px 0;
}

/* line 54, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-70 {
  padding: 70px 0;
}

/* line 58, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-80 {
  padding: 80px 0;
}

/* line 62, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-90 {
  padding: 90px 0;
}

/* line 66, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-100 {
  padding: 100px 0;
}

/* line 70, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-110 {
  padding: 110px 0;
}

/* line 74, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-120 {
  padding: 120px 0;
}

/* line 78, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-130 {
  padding: 130px 0;
}

/* line 82, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-140 {
  padding: 140px 0;
}

/* line 86, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-150 {
  padding: 150px 0;
}

/* line 90, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-160 {
  padding: 160px 0;
}

/* line 94, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-170 {
  padding: 170px 0;
}

/* line 98, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-177 {
  padding: 177px 0;
}

/* line 102, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-180 {
  padding: 180px 0;
}

/* line 106, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-190 {
  padding: 190px 0;
}

/* line 110, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-200 {
  padding: 200px 0;
}

/* line 114, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-210 {
  padding: 210px 0;
}

/* line 118, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-220 {
  padding: 220px 0;
}

/* line 122, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-290 {
  padding: 290px 0;
}

/* line 126, app/assets/stylesheets/main/layouts/_spacing.scss */
.ptb-310 {
  padding: 310px 0;
}

/* line 130, app/assets/stylesheets/main/layouts/_spacing.scss */
.p-10 {
  padding: 10px !important;
}

/* line 134, app/assets/stylesheets/main/layouts/_spacing.scss */
.p-15 {
  padding: 15px !important;
}

/* line 138, app/assets/stylesheets/main/layouts/_spacing.scss */
.p-20 {
  padding: 20px !important;
}

/* line 142, app/assets/stylesheets/main/layouts/_spacing.scss */
.p-25 {
  padding: 25px !important;
}

/* line 146, app/assets/stylesheets/main/layouts/_spacing.scss */
.p-30 {
  padding: 30px !important;
}

/* line 150, app/assets/stylesheets/main/layouts/_spacing.scss */
.p-40 {
  padding: 40px !important;
}

/* line 154, app/assets/stylesheets/main/layouts/_spacing.scss */
.p-65 {
  padding: 65px !important;
}

/* line 158, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 162, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 166, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 170, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 174, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-25 {
  padding-top: 25px !important;
}

/* line 178, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 182, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-35 {
  padding-top: 35px !important;
}

/* line 186, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 190, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-45 {
  padding-top: 45px !important;
}

/* line 194, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 198, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-55 {
  padding-top: 55px !important;
}

/* line 202, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 206, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-65 {
  padding-top: 65px !important;
}

/* line 210, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 214, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-75 {
  padding-top: 75px !important;
}

/* line 218, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 222, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-85 {
  padding-top: 85px !important;
}

/* line 226, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 230, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-95 {
  padding-top: 95px !important;
}

/* line 234, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* line 238, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-105 {
  padding-top: 105px !important;
}

/* line 242, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-110 {
  padding-top: 110px !important;
}

/* line 246, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-115 {
  padding-top: 115px !important;
}

/* line 250, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-120 {
  padding-top: 120px !important;
}

/* line 254, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-125 {
  padding-top: 125px !important;
}

/* line 258, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-130 {
  padding-top: 130px !important;
}

/* line 262, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-135 {
  padding-top: 135px !important;
}

/* line 266, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-140 {
  padding-top: 140px !important;
}

/* line 270, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-145 {
  padding-top: 145px !important;
}

/* line 274, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-150 {
  padding-top: 150px !important;
}

/* line 278, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-155 {
  padding-top: 155px !important;
}

/* line 282, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-160 {
  padding-top: 160px !important;
}

/* line 286, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-165 {
  padding-top: 165px !important;
}

/* line 290, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-170 {
  padding-top: 170px !important;
}

/* line 294, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-175 {
  padding-top: 175px !important;
}

/* line 298, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-180 {
  padding-top: 180px !important;
}

/* line 302, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-185 {
  padding-top: 185px !important;
}

/* line 306, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-190 {
  padding-top: 190px !important;
}

/* line 310, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-195 {
  padding-top: 195px !important;
}

/* line 314, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-200 {
  padding-top: 200px !important;
}

/* line 318, app/assets/stylesheets/main/layouts/_spacing.scss */
.pt-260 {
  padding-top: 260px !important;
}

/* line 322, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-5 {
  padding-bottom: 5px !important;
}

/* line 326, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 330, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-15 {
  padding-bottom: 15px !important;
}

/* line 334, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 338, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-25 {
  padding-bottom: 25px !important;
}

/* line 342, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-30 {
  padding-bottom: 30px !important;
}

/* line 346, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-35 {
  padding-bottom: 35px !important;
}

/* line 350, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-40 {
  padding-bottom: 40px !important;
}

/* line 354, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-45 {
  padding-bottom: 45px !important;
}

/* line 358, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-50 {
  padding-bottom: 50px !important;
}

/* line 362, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-55 {
  padding-bottom: 55px !important;
}

/* line 366, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-60 {
  padding-bottom: 60px !important;
}

/* line 370, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-65 {
  padding-bottom: 65px !important;
}

/* line 374, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-70 {
  padding-bottom: 70px !important;
}

/* line 378, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-75 {
  padding-bottom: 75px !important;
}

/* line 382, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-80 {
  padding-bottom: 80px !important;
}

/* line 386, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-85 {
  padding-bottom: 85px !important;
}

/* line 390, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-90 {
  padding-bottom: 90px !important;
}

/* line 394, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-95 {
  padding-bottom: 95px !important;
}

/* line 398, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-100 {
  padding-bottom: 100px !important;
}

/* line 402, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-105 {
  padding-bottom: 105px !important;
}

/* line 406, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-110 {
  padding-bottom: 110px !important;
}

/* line 410, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-115 {
  padding-bottom: 115px !important;
}

/* line 414, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-120 {
  padding-bottom: 120px !important;
}

/* line 418, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-125 {
  padding-bottom: 125px !important;
}

/* line 422, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-130 {
  padding-bottom: 130px !important;
}

/* line 426, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-135 {
  padding-bottom: 135px !important;
}

/* line 430, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-140 {
  padding-bottom: 140px !important;
}

/* line 434, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-145 {
  padding-bottom: 145px !important;
}

/* line 438, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-150 {
  padding-bottom: 150px !important;
}

/* line 442, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-155 {
  padding-bottom: 155px !important;
}

/* line 446, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-160 {
  padding-bottom: 160px !important;
}

/* line 450, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-165 {
  padding-bottom: 165px !important;
}

/* line 454, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-170 {
  padding-bottom: 170px !important;
}

/* line 458, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-175 {
  padding-bottom: 175px !important;
}

/* line 462, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-180 {
  padding-bottom: 180px !important;
}

/* line 466, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-185 {
  padding-bottom: 185px !important;
}

/* line 470, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-190 {
  padding-bottom: 190px !important;
}

/* line 474, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-195 {
  padding-bottom: 195px !important;
}

/* line 478, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-200 {
  padding-bottom: 200px !important;
}

/* line 482, app/assets/stylesheets/main/layouts/_spacing.scss */
.pb-250 {
  padding-bottom: 250px !important;
}

/* line 486, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-0 {
  padding-left: 0px !important;
}

/* line 490, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-5 {
  padding-left: 5px !important;
}

/* line 494, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-10 {
  padding-left: 10px !important;
}

/* line 498, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-15 {
  padding-left: 15px !important;
}

/* line 502, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-20 {
  padding-left: 20px !important;
}

/* line 506, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-25 {
  padding-left: 25px !important;
}

/* line 510, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-30 {
  padding-left: 30px !important;
}

/* line 514, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-35 {
  padding-left: 35px !important;
}

/* line 518, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-40 {
  padding-left: 40px !important;
}

/* line 522, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-45 {
  padding-left: 45px !important;
}

/* line 526, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-50 {
  padding-left: 50px !important;
}

/* line 530, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-55 {
  padding-left: 55px !important;
}

/* line 534, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-60 {
  padding-left: 60px !important;
}

/* line 538, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-65 {
  padding-left: 65px !important;
}

/* line 542, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-70 {
  padding-left: 70px !important;
}

/* line 546, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-75 {
  padding-left: 75px !important;
}

/* line 550, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-80 {
  padding-left: 80px !important;
}

/* line 554, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-85 {
  padding-left: 85px !important;
}

/* line 558, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-90 {
  padding-left: 90px !important;
}

/* line 562, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-95 {
  padding-left: 95px !important;
}

/* line 566, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-100 {
  padding-left: 100px !important;
}

/* line 570, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-105 {
  padding-left: 105px !important;
}

/* line 574, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-110 {
  padding-left: 110px !important;
}

/* line 578, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-115 {
  padding-left: 115px !important;
}

/* line 582, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-120 {
  padding-left: 120px !important;
}

/* line 586, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-125 {
  padding-left: 125px !important;
}

/* line 590, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-130 {
  padding-left: 130px !important;
}

/* line 594, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-135 {
  padding-left: 135px !important;
}

/* line 598, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-140 {
  padding-left: 140px !important;
}

/* line 602, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-145 {
  padding-left: 145px !important;
}

/* line 606, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-150 {
  padding-left: 150px !important;
}

/* line 610, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-155 {
  padding-left: 155px !important;
}

/* line 614, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-160 {
  padding-left: 160px !important;
}

/* line 618, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-165 {
  padding-left: 165px !important;
}

/* line 622, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-170 {
  padding-left: 170px !important;
}

/* line 626, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-175 {
  padding-left: 175px !important;
}

/* line 630, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-180 {
  padding-left: 180px !important;
}

/* line 634, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-185 {
  padding-left: 185px !important;
}

/* line 638, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-190 {
  padding-left: 190px !important;
}

/* line 642, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-195 {
  padding-left: 195px !important;
}

/* line 646, app/assets/stylesheets/main/layouts/_spacing.scss */
.pl-200 {
  padding-left: 200px !important;
}

/* line 650, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-5 {
  padding-right: 5px !important;
}

/* line 654, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-10 {
  padding-right: 10px !important;
}

/* line 658, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-15 {
  padding-right: 15px !important;
}

/* line 662, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-20 {
  padding-right: 20px !important;
}

/* line 666, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-25 {
  padding-right: 25px !important;
}

/* line 670, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-30 {
  padding-right: 30px !important;
}

/* line 674, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-35 {
  padding-right: 35px !important;
}

/* line 678, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-40 {
  padding-right: 40px !important;
}

/* line 682, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-45 {
  padding-right: 45px !important;
}

/* line 686, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-50 {
  padding-right: 50px !important;
}

/* line 690, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-55 {
  padding-right: 55px !important;
}

/* line 694, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-60 {
  padding-right: 60px !important;
}

/* line 698, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-65 {
  padding-right: 65px !important;
}

/* line 702, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-70 {
  padding-right: 70px !important;
}

/* line 706, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-75 {
  padding-right: 75px !important;
}

/* line 710, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-80 {
  padding-right: 80px !important;
}

/* line 714, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-85 {
  padding-right: 85px !important;
}

/* line 718, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-90 {
  padding-right: 90px !important;
}

/* line 722, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-95 {
  padding-right: 95px !important;
}

/* line 726, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-100 {
  padding-right: 100px !important;
}

/* line 730, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-105 {
  padding-right: 105px !important;
}

/* line 734, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-110 {
  padding-right: 110px !important;
}

/* line 738, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-115 {
  padding-right: 115px !important;
}

/* line 742, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-120 {
  padding-right: 120px !important;
}

/* line 746, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-125 {
  padding-right: 125px !important;
}

/* line 750, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-130 {
  padding-right: 130px !important;
}

/* line 754, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-135 {
  padding-right: 135px !important;
}

/* line 758, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-140 {
  padding-right: 140px !important;
}

/* line 762, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-145 {
  padding-right: 145px !important;
}

/* line 766, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-150 {
  padding-right: 150px !important;
}

/* line 770, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-155 {
  padding-right: 155px !important;
}

/* line 774, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-160 {
  padding-right: 160px !important;
}

/* line 778, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-165 {
  padding-right: 165px !important;
}

/* line 782, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-170 {
  padding-right: 170px !important;
}

/* line 786, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-175 {
  padding-right: 175px !important;
}

/* line 790, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-180 {
  padding-right: 180px !important;
}

/* line 794, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-185 {
  padding-right: 185px !important;
}

/* line 798, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-190 {
  padding-right: 190px !important;
}

/* line 802, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-195 {
  padding-right: 195px !important;
}

/* line 806, app/assets/stylesheets/main/layouts/_spacing.scss */
.pr-200 {
  padding-right: 200px !important;
}

/* line 810, app/assets/stylesheets/main/layouts/_spacing.scss */
.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin
****************************/
/* line 4, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-0 {
  margin: 0;
}

/* line 8, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-10 {
  margin: 10px 0;
}

/* line 12, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-15 {
  margin: 15px 0;
}

/* line 16, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-20 {
  margin: 20px 0;
}

/* line 20, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-30 {
  margin: 30px 0;
}

/* line 24, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-40 {
  margin: 40px 0;
}

/* line 28, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-50 {
  margin: 50px 0;
}

/* line 32, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-60 {
  margin: 60px 0;
}

/* line 36, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-70 {
  margin: 70px 0;
}

/* line 40, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-80 {
  margin: 80px 0;
}

/* line 44, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-90 {
  margin: 90px 0;
}

/* line 48, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-100 {
  margin: 100px 0;
}

/* line 52, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-110 {
  margin: 110px 0;
}

/* line 56, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-120 {
  margin: 120px 0;
}

/* line 60, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-130 {
  margin: 130px 0;
}

/* line 64, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-140 {
  margin: 140px 0;
}

/* line 68, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-150 {
  margin: 150px 0;
}

/* line 72, app/assets/stylesheets/main/layouts/_core.scss */
.mtb-290 {
  margin: 290px 0;
}

/* line 76, app/assets/stylesheets/main/layouts/_core.scss */
.mb-24 {
  margin-bottom: 24px;
}

/* line 80, app/assets/stylesheets/main/layouts/_core.scss */
.mt-5 {
  margin-top: 5px !important;
}

/* line 84, app/assets/stylesheets/main/layouts/_core.scss */
.mt-8 {
  margin-top: 8px !important;
}

/* line 88, app/assets/stylesheets/main/layouts/_core.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 92, app/assets/stylesheets/main/layouts/_core.scss */
.mt-15 {
  margin-top: 15px !important;
}

/* line 96, app/assets/stylesheets/main/layouts/_core.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 100, app/assets/stylesheets/main/layouts/_core.scss */
.mt-25 {
  margin-top: 25px !important;
}

/* line 104, app/assets/stylesheets/main/layouts/_core.scss */
.mt-30 {
  margin-top: 30px !important;
}

/* line 108, app/assets/stylesheets/main/layouts/_core.scss */
.mt-35 {
  margin-top: 35px !important;
}

/* line 112, app/assets/stylesheets/main/layouts/_core.scss */
.mt-40 {
  margin-top: 40px !important;
}

/* line 116, app/assets/stylesheets/main/layouts/_core.scss */
.mt-45 {
  margin-top: 45px !important;
}

/* line 120, app/assets/stylesheets/main/layouts/_core.scss */
.mt-50 {
  margin-top: 50px !important;
}

/* line 124, app/assets/stylesheets/main/layouts/_core.scss */
.mt-55 {
  margin-top: 55px !important;
}

/* line 128, app/assets/stylesheets/main/layouts/_core.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 132, app/assets/stylesheets/main/layouts/_core.scss */
.mt-65 {
  margin-top: 65px !important;
}

/* line 136, app/assets/stylesheets/main/layouts/_core.scss */
.mt-70 {
  margin-top: 70px !important;
}

/* line 140, app/assets/stylesheets/main/layouts/_core.scss */
.mt-75 {
  margin-top: 75px !important;
}

/* line 144, app/assets/stylesheets/main/layouts/_core.scss */
.mt-80 {
  margin-top: 80px !important;
}

/* line 148, app/assets/stylesheets/main/layouts/_core.scss */
.mt-85 {
  margin-top: 85px !important;
}

/* line 152, app/assets/stylesheets/main/layouts/_core.scss */
.mt-90 {
  margin-top: 90px !important;
}

/* line 156, app/assets/stylesheets/main/layouts/_core.scss */
.mt-95 {
  margin-top: 95px !important;
}

/* line 160, app/assets/stylesheets/main/layouts/_core.scss */
.mt-100 {
  margin-top: 100px !important;
}

/* line 164, app/assets/stylesheets/main/layouts/_core.scss */
.mt-105 {
  margin-top: 105px !important;
}

/* line 168, app/assets/stylesheets/main/layouts/_core.scss */
.mt-110 {
  margin-top: 110px !important;
}

/* line 172, app/assets/stylesheets/main/layouts/_core.scss */
.mt-115 {
  margin-top: 115px !important;
}

/* line 176, app/assets/stylesheets/main/layouts/_core.scss */
.mt-120 {
  margin-top: 120px !important;
}

/* line 180, app/assets/stylesheets/main/layouts/_core.scss */
.mt-125 {
  margin-top: 125px !important;
}

/* line 184, app/assets/stylesheets/main/layouts/_core.scss */
.mt-130 {
  margin-top: 130px !important;
}

/* line 188, app/assets/stylesheets/main/layouts/_core.scss */
.mt-135 {
  margin-top: 135px !important;
}

/* line 192, app/assets/stylesheets/main/layouts/_core.scss */
.mt-140 {
  margin-top: 140px !important;
}

/* line 196, app/assets/stylesheets/main/layouts/_core.scss */
.mt-145 {
  margin-top: 145px !important;
}

/* line 200, app/assets/stylesheets/main/layouts/_core.scss */
.mt-150 {
  margin-top: 150px !important;
}

/* line 204, app/assets/stylesheets/main/layouts/_core.scss */
.mt-155 {
  margin-top: 155px !important;
}

/* line 208, app/assets/stylesheets/main/layouts/_core.scss */
.mt-160 {
  margin-top: 160px !important;
}

/* line 212, app/assets/stylesheets/main/layouts/_core.scss */
.mt-165 {
  margin-top: 165px !important;
}

/* line 216, app/assets/stylesheets/main/layouts/_core.scss */
.mt-170 {
  margin-top: 170px !important;
}

/* line 220, app/assets/stylesheets/main/layouts/_core.scss */
.mt-175 {
  margin-top: 175px !important;
}

/* line 224, app/assets/stylesheets/main/layouts/_core.scss */
.mt-180 {
  margin-top: 180px !important;
}

/* line 228, app/assets/stylesheets/main/layouts/_core.scss */
.mt-185 {
  margin-top: 185px !important;
}

/* line 232, app/assets/stylesheets/main/layouts/_core.scss */
.mt-190 {
  margin-top: 190px !important;
}

/* line 236, app/assets/stylesheets/main/layouts/_core.scss */
.mt-195 {
  margin-top: 195px !important;
}

/* line 240, app/assets/stylesheets/main/layouts/_core.scss */
.mt-200 {
  margin-top: 200px !important;
}

/* line 244, app/assets/stylesheets/main/layouts/_core.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 248, app/assets/stylesheets/main/layouts/_core.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 252, app/assets/stylesheets/main/layouts/_core.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 256, app/assets/stylesheets/main/layouts/_core.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 260, app/assets/stylesheets/main/layouts/_core.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 264, app/assets/stylesheets/main/layouts/_core.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 268, app/assets/stylesheets/main/layouts/_core.scss */
.mb-35 {
  margin-bottom: 35px !important;
}

/* line 272, app/assets/stylesheets/main/layouts/_core.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 276, app/assets/stylesheets/main/layouts/_core.scss */
.mb-45 {
  margin-bottom: 45px !important;
}

/* line 280, app/assets/stylesheets/main/layouts/_core.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 284, app/assets/stylesheets/main/layouts/_core.scss */
.mb-55 {
  margin-bottom: 55px !important;
}

/* line 288, app/assets/stylesheets/main/layouts/_core.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 292, app/assets/stylesheets/main/layouts/_core.scss */
.mb-65 {
  margin-bottom: 65px !important;
}

/* line 296, app/assets/stylesheets/main/layouts/_core.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 300, app/assets/stylesheets/main/layouts/_core.scss */
.mb-75 {
  margin-bottom: 75px !important;
}

/* line 304, app/assets/stylesheets/main/layouts/_core.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

/* line 308, app/assets/stylesheets/main/layouts/_core.scss */
.mb-85 {
  margin-bottom: 85px !important;
}

/* line 312, app/assets/stylesheets/main/layouts/_core.scss */
.mb-90 {
  margin-bottom: 90px !important;
}

/* line 316, app/assets/stylesheets/main/layouts/_core.scss */
.mb-95 {
  margin-bottom: 95px !important;
}

/* line 320, app/assets/stylesheets/main/layouts/_core.scss */
.mb-100 {
  margin-bottom: 100px !important;
}

/* line 324, app/assets/stylesheets/main/layouts/_core.scss */
.mb-105 {
  margin-bottom: 105px !important;
}

/* line 328, app/assets/stylesheets/main/layouts/_core.scss */
.mb-110 {
  margin-bottom: 110px !important;
}

/* line 332, app/assets/stylesheets/main/layouts/_core.scss */
.mb-115 {
  margin-bottom: 115px !important;
}

/* line 336, app/assets/stylesheets/main/layouts/_core.scss */
.mb-120 {
  margin-bottom: 120px !important;
}

/* line 340, app/assets/stylesheets/main/layouts/_core.scss */
.mb-125 {
  margin-bottom: 125px !important;
}

/* line 344, app/assets/stylesheets/main/layouts/_core.scss */
.mb-130 {
  margin-bottom: 130px !important;
}

/* line 348, app/assets/stylesheets/main/layouts/_core.scss */
.mb-135 {
  margin-bottom: 135px !important;
}

/* line 352, app/assets/stylesheets/main/layouts/_core.scss */
.mb-140 {
  margin-bottom: 140px !important;
}

/* line 356, app/assets/stylesheets/main/layouts/_core.scss */
.mb-145 {
  margin-bottom: 145px !important;
}

/* line 360, app/assets/stylesheets/main/layouts/_core.scss */
.mb-150 {
  margin-bottom: 150px !important;
}

/* line 364, app/assets/stylesheets/main/layouts/_core.scss */
.mb-155 {
  margin-bottom: 155px !important;
}

/* line 368, app/assets/stylesheets/main/layouts/_core.scss */
.mb-160 {
  margin-bottom: 160px !important;
}

/* line 372, app/assets/stylesheets/main/layouts/_core.scss */
.mb-165 {
  margin-bottom: 165px !important;
}

/* line 376, app/assets/stylesheets/main/layouts/_core.scss */
.mb-170 {
  margin-bottom: 170px !important;
}

/* line 380, app/assets/stylesheets/main/layouts/_core.scss */
.mb-175 {
  margin-bottom: 175px !important;
}

/* line 384, app/assets/stylesheets/main/layouts/_core.scss */
.mb-180 {
  margin-bottom: 180px !important;
}

/* line 388, app/assets/stylesheets/main/layouts/_core.scss */
.mb-185 {
  margin-bottom: 185px !important;
}

/* line 392, app/assets/stylesheets/main/layouts/_core.scss */
.mb-190 {
  margin-bottom: 190px !important;
}

/* line 396, app/assets/stylesheets/main/layouts/_core.scss */
.mb-195 {
  margin-bottom: 195px !important;
}

/* line 400, app/assets/stylesheets/main/layouts/_core.scss */
.mb-200 {
  margin-bottom: 200px !important;
}

/* line 404, app/assets/stylesheets/main/layouts/_core.scss */
.ml-0 {
  margin-left: 0px !important;
}

/* line 408, app/assets/stylesheets/main/layouts/_core.scss */
.ml-5 {
  margin-left: 5px !important;
}

/* line 412, app/assets/stylesheets/main/layouts/_core.scss */
.ml-10 {
  margin-left: 10px !important;
}

/* line 416, app/assets/stylesheets/main/layouts/_core.scss */
.ml-15 {
  margin-left: 15px !important;
}

/* line 420, app/assets/stylesheets/main/layouts/_core.scss */
.ml-20 {
  margin-left: 20px !important;
}

/* line 424, app/assets/stylesheets/main/layouts/_core.scss */
.ml-25 {
  margin-left: 25px !important;
}

/* line 428, app/assets/stylesheets/main/layouts/_core.scss */
.ml-30 {
  margin-left: 30px !important;
}

/* line 432, app/assets/stylesheets/main/layouts/_core.scss */
.ml-35 {
  margin-left: 35px !important;
}

/* line 436, app/assets/stylesheets/main/layouts/_core.scss */
.ml-40 {
  margin-left: 40px !important;
}

/* line 440, app/assets/stylesheets/main/layouts/_core.scss */
.ml-45 {
  margin-left: 45px !important;
}

/* line 444, app/assets/stylesheets/main/layouts/_core.scss */
.ml-50 {
  margin-left: 50px !important;
}

/* line 448, app/assets/stylesheets/main/layouts/_core.scss */
.ml-55 {
  margin-left: 55px !important;
}

/* line 452, app/assets/stylesheets/main/layouts/_core.scss */
.ml-60 {
  margin-left: 60px !important;
}

/* line 456, app/assets/stylesheets/main/layouts/_core.scss */
.ml-65 {
  margin-left: 65px !important;
}

/* line 460, app/assets/stylesheets/main/layouts/_core.scss */
.ml-70 {
  margin-left: 70px !important;
}

/* line 464, app/assets/stylesheets/main/layouts/_core.scss */
.ml-75 {
  margin-left: 75px !important;
}

/* line 468, app/assets/stylesheets/main/layouts/_core.scss */
.ml-80 {
  margin-left: 80px !important;
}

/* line 472, app/assets/stylesheets/main/layouts/_core.scss */
.ml-85 {
  margin-left: 85px !important;
}

/* line 476, app/assets/stylesheets/main/layouts/_core.scss */
.ml-90 {
  margin-left: 90px !important;
}

/* line 480, app/assets/stylesheets/main/layouts/_core.scss */
.ml-95 {
  margin-left: 95px !important;
}

/* line 484, app/assets/stylesheets/main/layouts/_core.scss */
.ml-100 {
  margin-left: 100px !important;
}

/* line 488, app/assets/stylesheets/main/layouts/_core.scss */
.ml-105 {
  margin-left: 105px !important;
}

/* line 492, app/assets/stylesheets/main/layouts/_core.scss */
.ml-110 {
  margin-left: 110px !important;
}

/* line 496, app/assets/stylesheets/main/layouts/_core.scss */
.ml-115 {
  margin-left: 115px !important;
}

/* line 500, app/assets/stylesheets/main/layouts/_core.scss */
.ml-120 {
  margin-left: 120px !important;
}

/* line 504, app/assets/stylesheets/main/layouts/_core.scss */
.ml-125 {
  margin-left: 125px !important;
}

/* line 508, app/assets/stylesheets/main/layouts/_core.scss */
.ml-130 {
  margin-left: 130px !important;
}

/* line 512, app/assets/stylesheets/main/layouts/_core.scss */
.ml-135 {
  margin-left: 135px !important;
}

/* line 516, app/assets/stylesheets/main/layouts/_core.scss */
.ml-140 {
  margin-left: 140px !important;
}

/* line 520, app/assets/stylesheets/main/layouts/_core.scss */
.ml-145 {
  margin-left: 145px !important;
}

/* line 524, app/assets/stylesheets/main/layouts/_core.scss */
.ml-150 {
  margin-left: 150px !important;
}

/* line 528, app/assets/stylesheets/main/layouts/_core.scss */
.ml-155 {
  margin-left: 155px !important;
}

/* line 532, app/assets/stylesheets/main/layouts/_core.scss */
.ml-160 {
  margin-left: 160px !important;
}

/* line 536, app/assets/stylesheets/main/layouts/_core.scss */
.ml-165 {
  margin-left: 165px !important;
}

/* line 540, app/assets/stylesheets/main/layouts/_core.scss */
.ml-170 {
  margin-left: 170px !important;
}

/* line 544, app/assets/stylesheets/main/layouts/_core.scss */
.ml-175 {
  margin-left: 175px !important;
}

/* line 548, app/assets/stylesheets/main/layouts/_core.scss */
.ml-180 {
  margin-left: 180px !important;
}

/* line 552, app/assets/stylesheets/main/layouts/_core.scss */
.ml-185 {
  margin-left: 185px !important;
}

/* line 556, app/assets/stylesheets/main/layouts/_core.scss */
.ml-190 {
  margin-left: 190px !important;
}

/* line 560, app/assets/stylesheets/main/layouts/_core.scss */
.ml-195 {
  margin-left: 195px !important;
}

/* line 564, app/assets/stylesheets/main/layouts/_core.scss */
.ml-200 {
  margin-left: 200px !important;
}

/* line 568, app/assets/stylesheets/main/layouts/_core.scss */
.mr-5 {
  margin-right: 5px !important;
}

/* line 572, app/assets/stylesheets/main/layouts/_core.scss */
.mr-10 {
  margin-right: 10px !important;
}

/* line 576, app/assets/stylesheets/main/layouts/_core.scss */
.mr-15 {
  margin-right: 15px !important;
}

/* line 580, app/assets/stylesheets/main/layouts/_core.scss */
.mr-20 {
  margin-right: 20px !important;
}

/* line 584, app/assets/stylesheets/main/layouts/_core.scss */
.mr-25 {
  margin-right: 25px !important;
}

/* line 588, app/assets/stylesheets/main/layouts/_core.scss */
.mr-30 {
  margin-right: 30px !important;
}

/* line 592, app/assets/stylesheets/main/layouts/_core.scss */
.mr-35 {
  margin-right: 35px !important;
}

/* line 596, app/assets/stylesheets/main/layouts/_core.scss */
.mr-40 {
  margin-right: 40px !important;
}

/* line 600, app/assets/stylesheets/main/layouts/_core.scss */
.mr-45 {
  margin-right: 45px !important;
}

/* line 604, app/assets/stylesheets/main/layouts/_core.scss */
.mr-50 {
  margin-right: 50px !important;
}

/* line 608, app/assets/stylesheets/main/layouts/_core.scss */
.mr-55 {
  margin-right: 55px !important;
}

/* line 612, app/assets/stylesheets/main/layouts/_core.scss */
.mr-60 {
  margin-right: 60px !important;
}

/* line 616, app/assets/stylesheets/main/layouts/_core.scss */
.mr-65 {
  margin-right: 65px !important;
}

/* line 620, app/assets/stylesheets/main/layouts/_core.scss */
.mr-70 {
  margin-right: 70px !important;
}

/* line 624, app/assets/stylesheets/main/layouts/_core.scss */
.mr-75 {
  margin-right: 75px !important;
}

/* line 628, app/assets/stylesheets/main/layouts/_core.scss */
.mr-80 {
  margin-right: 80px !important;
}

/* line 632, app/assets/stylesheets/main/layouts/_core.scss */
.mr-85 {
  margin-right: 85px !important;
}

/* line 636, app/assets/stylesheets/main/layouts/_core.scss */
.mr-90 {
  margin-right: 90px !important;
}

/* line 640, app/assets/stylesheets/main/layouts/_core.scss */
.mr-95 {
  margin-right: 95px !important;
}

/* line 644, app/assets/stylesheets/main/layouts/_core.scss */
.mr-100 {
  margin-right: 100px !important;
}

/* line 648, app/assets/stylesheets/main/layouts/_core.scss */
.mr-105 {
  margin-right: 105px !important;
}

/* line 652, app/assets/stylesheets/main/layouts/_core.scss */
.mr-110 {
  margin-right: 110px !important;
}

/* line 656, app/assets/stylesheets/main/layouts/_core.scss */
.mr-115 {
  margin-right: 115px !important;
}

/* line 660, app/assets/stylesheets/main/layouts/_core.scss */
.mr-120 {
  margin-right: 120px !important;
}

/* line 664, app/assets/stylesheets/main/layouts/_core.scss */
.mr-125 {
  margin-right: 125px !important;
}

/* line 668, app/assets/stylesheets/main/layouts/_core.scss */
.mr-130 {
  margin-right: 130px !important;
}

/* line 672, app/assets/stylesheets/main/layouts/_core.scss */
.mr-135 {
  margin-right: 135px !important;
}

/* line 676, app/assets/stylesheets/main/layouts/_core.scss */
.mr-140 {
  margin-right: 140px !important;
}

/* line 680, app/assets/stylesheets/main/layouts/_core.scss */
.mr-145 {
  margin-right: 145px !important;
}

/* line 684, app/assets/stylesheets/main/layouts/_core.scss */
.mr-150 {
  margin-right: 150px !important;
}

/* line 688, app/assets/stylesheets/main/layouts/_core.scss */
.mr-155 {
  margin-right: 155px !important;
}

/* line 692, app/assets/stylesheets/main/layouts/_core.scss */
.mr-160 {
  margin-right: 160px !important;
}

/* line 696, app/assets/stylesheets/main/layouts/_core.scss */
.mr-165 {
  margin-right: 165px !important;
}

/* line 700, app/assets/stylesheets/main/layouts/_core.scss */
.mr-170 {
  margin-right: 170px !important;
}

/* line 704, app/assets/stylesheets/main/layouts/_core.scss */
.mr-175 {
  margin-right: 175px !important;
}

/* line 708, app/assets/stylesheets/main/layouts/_core.scss */
.mr-180 {
  margin-right: 180px !important;
}

/* line 712, app/assets/stylesheets/main/layouts/_core.scss */
.mr-185 {
  margin-right: 185px !important;
}

/* line 716, app/assets/stylesheets/main/layouts/_core.scss */
.mr-190 {
  margin-right: 190px !important;
}

/* line 720, app/assets/stylesheets/main/layouts/_core.scss */
.mr-195 {
  margin-right: 195px !important;
}

/* line 724, app/assets/stylesheets/main/layouts/_core.scss */
.mr-200 {
  margin-right: 200px !important;
}

/*page about*/
/* line 2, app/assets/stylesheets/main/pages/_about.scss */
.page-about {
  background-position: 0 5%;
}

/* line 6, app/assets/stylesheets/main/pages/_about.scss */
.header-bg,
.bg-banner-about {
  background-color: #F8FAFF;
}

/* line 11, app/assets/stylesheets/main/pages/_about.scss */
.bg-banner-about {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-bottom: 40px;
}

/* line 17, app/assets/stylesheets/main/pages/_about.scss */
.banner-about::before {
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  right: 0px;
  left: 0px;
}

/* line 26, app/assets/stylesheets/main/pages/_about.scss */
.banner-about .banner-inner .banner-imgs {
  padding-top: 35px;
}

/* line 29, app/assets/stylesheets/main/pages/_about.scss */
.banner-about .main-banner {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

/* line 33, app/assets/stylesheets/main/pages/_about.scss */
.banner-about .banner-sm-1 {
  position: absolute;
  top: 3%;
  left: -110px;
  width: 102px;
}

/* line 39, app/assets/stylesheets/main/pages/_about.scss */
.banner-about .banner-sm-1 img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
}

/* line 44, app/assets/stylesheets/main/pages/_about.scss */
.banner-about .banner-sm-2 {
  position: absolute;
  top: 21%;
  left: -142px;
  width: 132px;
}

/* line 50, app/assets/stylesheets/main/pages/_about.scss */
.banner-about .banner-sm-2 img {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

/* line 54, app/assets/stylesheets/main/pages/_about.scss */
.banner-about .banner-sm-3 {
  position: absolute;
  top: 51%;
  left: -192px;
  width: 182px;
}

/* line 60, app/assets/stylesheets/main/pages/_about.scss */
.banner-about .banner-sm-3 img {
  border-bottom-left-radius: 40px;
}

/* line 64, app/assets/stylesheets/main/pages/_about.scss */
.heading-36 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
}

/* line 71, app/assets/stylesheets/main/pages/_about.scss */
.text-lg {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

/* line 77, app/assets/stylesheets/main/pages/_about.scss */
.text-blue {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  color: #3C65F5;
  font-weight: 600;
  line-height: 24px;
}

/* line 85, app/assets/stylesheets/main/pages/_about.scss */
.box-info-job {
  display: inline-block;
  width: 100%;
  padding: 70px 30px 0px 30px;
}

/* line 91, app/assets/stylesheets/main/pages/_about.scss */
.box-image-findjob {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: -50px;
}

/* line 97, app/assets/stylesheets/main/pages/_about.scss */
.box-image-findjob img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 102, app/assets/stylesheets/main/pages/_about.scss */
.box-image-findjob::before {
  position: absolute;
  content: "";
  bottom: -45px;
  right: -45px;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  background: #9fdbe9;
}

/* line 113, app/assets/stylesheets/main/pages/_about.scss */
.block-job-bg {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 65px 0px 0px 20px;
}

/* line 119, app/assets/stylesheets/main/pages/_about.scss */
.block-job-bg .row {
  z-index: 2;
  position: relative;
}

/* line 123, app/assets/stylesheets/main/pages/_about.scss */
.block-job-bg::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 85%;
  height: 39px;
  width: 39px;
  background: #bee2ae;
  border-radius: 50%;
  z-index: 0;
}

/* line 135, app/assets/stylesheets/main/pages/_about.scss */
.bdrd-4 {
  border-radius: 4px !important;
}

/* line 139, app/assets/stylesheets/main/pages/_about.scss */
.banner-imgs-about {
  position: relative;
}

/* line 142, app/assets/stylesheets/main/pages/_about.scss */
.banner-imgs-about .banner-sm-4 {
  position: absolute;
  top: 15%;
  left: -110px;
}

/* line 147, app/assets/stylesheets/main/pages/_about.scss */
.banner-imgs-about .banner-sm-5 {
  position: absolute;
  top: 65%;
  left: -90px;
}

/* line 152, app/assets/stylesheets/main/pages/_about.scss */
.banner-imgs-about .main-banner {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

/* line 157, app/assets/stylesheets/main/pages/_about.scss */
.color-black-5 {
  color: #EFF2FB;
}

/* line 161, app/assets/stylesheets/main/pages/_about.scss */
.box-mw-60 {
  max-width: 60%;
  margin: auto;
}

/* line 166, app/assets/stylesheets/main/pages/_about.scss */
.box-mw-70 {
  max-width: 70%;
}

/*page services*/
/* line 2, app/assets/stylesheets/main/pages/_services.scss */
.box-banner-services--inner {
  position: relative;
  max-width: 1090px;
  margin: auto;
}

/* line 7, app/assets/stylesheets/main/pages/_services.scss */
.box-banner-services--inner img {
  border-radius: 15px;
  width: 100%;
}

/* line 11, app/assets/stylesheets/main/pages/_services.scss */
.box-banner-services--inner .btn-play-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  height: 140px;
  width: 150px;
  z-index: 3;
  margin: auto;
}

/* line 23, app/assets/stylesheets/main/pages/_services.scss */
.mw-650,
.mw-450 {
  max-width: 650px;
  margin: auto;
}

/* line 29, app/assets/stylesheets/main/pages/_services.scss */
.mw-450 {
  max-width: 450px;
}

/* line 33, app/assets/stylesheets/main/pages/_services.scss */
.pattern-service {
  position: relative;
}

/* line 36, app/assets/stylesheets/main/pages/_services.scss */
.pattern-service .container {
  z-index: 2;
  position: relative;
}

/* line 40, app/assets/stylesheets/main/pages/_services.scss */
.pattern-service::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  height: 100%;
  min-height: 611px;
  width: 290px;
}

/*page pricing*/
/* line 2, app/assets/stylesheets/main/pages/_pricing.scss */
.bg-blue-full {
  background-color: #ecf4ff;
  padding: 82px 0px;
}

/* line 6, app/assets/stylesheets/main/pages/_pricing.scss */
.bg-blue-full .btn-border {
  color: #4F5E64;
}

/* line 10, app/assets/stylesheets/main/pages/_pricing.scss */
.text-billed {
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #253D4E;
}

/* line 18, app/assets/stylesheets/main/pages/_pricing.scss */
.max-width-price {
  margin: auto;
  max-width: 85%;
}

/* line 23, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .box-pricing-item {
  display: inline-block;
  width: 100%;
  padding: 44px;
  border: 1px solid #E0E6F7;
  border-radius: 8px;
  margin-bottom: 30px;
}

/* line 31, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .box-pricing-item:hover {
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 34, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .box-pricing-item:hover .btn-border {
  background-color: #3C65F5;
  color: #ffffff;
}

/* line 38, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .box-pricing-item .for-year,
.block-pricing .box-pricing-item .for-month {
  display: none;
}

/* line 42, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .box-pricing-item .display-month {
  display: inline-block;
}

/* line 45, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .box-pricing-item .display-year {
  display: inline-block;
}

/* line 48, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .box-pricing-item .btn-border {
  border: 1px solid #3C65F5;
  color: #3C65F5;
  width: 100%;
}

/* line 53, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .box-pricing-item .btn-border:hover {
  background-color: #3C65F5;
  color: #ffffff;
}

/* line 57, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .box-info-price {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}

/* line 63, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .box-info-price .text-price {
  font-size: 56px;
  color: #3C65F5;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 56px;
  font-weight: 800;
  margin-right: 1px;
}

/* line 71, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .box-info-price .text-month {
  font-size: 18px;
  line-height: 26px;
  color: #A0ABB8;
}

/* line 76, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .text-desc-package {
  font-size: 15px;
  line-height: 20px;
  color: #4F5E64;
}

/* line 81, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .list-package-feature {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}

/* line 86, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .list-package-feature li {
  display: inline-block;
  width: 100%;
  padding: 4px 0px 4px 35px;
  background: url(/dashboard_imgs/template/icons/check-circle.svg) no-repeat left center;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #4F5E64;
}

/* line 96, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .most-popular {
  margin-top: -50px;
  background-size: contain;
  border-radius: 26px;
  padding: 20px 30px 44px 30px;
}

/* line 102, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .most-popular .text-price,
.block-pricing .most-popular .text-month,
.block-pricing .most-popular h4,
.block-pricing .most-popular .text-desc-package {
  color: #ffffff;
}

/* line 108, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .most-popular .btn-border {
  font-weight: bold;
  color: #05264E;
  width: 100%;
  text-align: center;
}

/* line 114, app/assets/stylesheets/main/pages/_pricing.scss */
.block-pricing .most-popular .btn-white-sm {
  border-radius: 14px;
  text-transform: uppercase;
  padding: 9px 25px 7px 25px;
  font-size: 10px;
  color: #05264E;
  line-height: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* line 124, app/assets/stylesheets/main/pages/_pricing.scss */
.heading-md-regular {
  font-size: 20px;
  line-height: 24px;
  color: #05264E;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* line 132, app/assets/stylesheets/main/pages/_pricing.scss */
.box-info-job .text-md {
  line-height: 28px;
}

/* line 136, app/assets/stylesheets/main/pages/_pricing.scss */
.box-image-findjob.box-image-about {
  padding-top: 44px;
  padding-right: 44px;
  text-align: center;
}

/* line 141, app/assets/stylesheets/main/pages/_pricing.scss */
.box-image-findjob figure {
  position: relative;
  z-index: 2;
}

/* line 146, app/assets/stylesheets/main/pages/_pricing.scss */
.box-info-job.box-info-about {
  padding-top: 30px;
}

/* line 149, app/assets/stylesheets/main/pages/_pricing.scss */
.box-info-job.box-info-about .btn-border {
  color: #4F5E64;
}

/* line 153, app/assets/stylesheets/main/pages/_pricing.scss */
.text-gray-200 {
  color: #4F5E64;
  font-size: 16px;
}

/*page-faqs*/
/* line 2, app/assets/stylesheets/main/pages/_faqs.scss */
.faqs-imgs .faqs-1 {
  border-radius: 80px 80px 80px 0;
}

/* line 5, app/assets/stylesheets/main/pages/_faqs.scss */
.faqs-imgs .faqs-2 {
  border-radius: 0 80px 0 80px;
}

/* line 8, app/assets/stylesheets/main/pages/_faqs.scss */
.faqs-imgs .faqs-3 {
  border-radius: 0 80px 80px 80px;
}

/*Page contact*/
/* line 2, app/assets/stylesheets/main/pages/_contact.scss */
.leaflet-map {
  height: 528px;
  width: 100%;
}

/* line 7, app/assets/stylesheets/main/pages/_contact.scss */
.bg-img-about {
  background: url(/dashboard_imgs/page/about/img-about.png) no-repeat top center;
  background-size: cover;
  position: relative;
}

/* line 12, app/assets/stylesheets/main/pages/_contact.scss */
.bg-img-about .container {
  z-index: 2;
  position: relative;
}

/* line 16, app/assets/stylesheets/main/pages/_contact.scss */
.bg-img-about::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url(/dashboard_imgs/page/about/bg-black-trans.png) repeat-x bottom left;
}

/* line 26, app/assets/stylesheets/main/pages/_contact.scss */
.bg-img-about h2, .bg-img-about p {
  color: #ffffff;
}

/* line 30, app/assets/stylesheets/main/pages/_contact.scss */
.box-info-contact {
  background-color: #F2F6FD;
  padding: 50px 40px 20px 40px;
  display: inline-block;
  width: 100%;
}

/* line 37, app/assets/stylesheets/main/pages/_contact.scss */
.link-map {
  letter-spacing: 3px;
  padding-top: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
}

/* line 45, app/assets/stylesheets/main/pages/_contact.scss */
.archive-header {
  position: relative;
  top: -200px;
  margin-bottom: -200px;
  display: table;
  width: 100%;
}

/* line 52, app/assets/stylesheets/main/pages/_contact.scss */
.archive-header h3 {
  font-size: 46px;
}

/* line 55, app/assets/stylesheets/main/pages/_contact.scss */
.archive-header .post-meta .author img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

/* line 61, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1 {
  border-radius: 15px;
  border: thin solid #E0E6F6;
  padding: 30px;
}

/* line 66, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1:hover {
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 69, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1 .post-thumb {
  border-radius: 15px;
  overflow: hidden;
}

/* line 73, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1 .post-thumb img {
  border-radius: 15px;
}

/* line 76, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1 .post-meta .author img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

/* line 81, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1 h3.post-title {
  font-size: 24px;
  line-height: 1.33;
}

/* line 85, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1 h3.post-title a {
  color: #05264E;
}

/* line 88, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1 h3.post-title a:hover {
  color: #05264E;
}

/* line 91, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1 h3.post-title.small {
  font-size: 18px;
}

/* line 94, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1 .btn-brand-hover {
  border-color: #B4C0E0;
}

/* line 97, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1.post-list {
  display: flex;
}

/* line 100, app/assets/stylesheets/main/pages/_contact.scss */
.card-blog-1.post-list .post-thumb {
  max-width: 275px;
  margin-right: 25px;
}

/* line 105, app/assets/stylesheets/main/pages/_contact.scss */
.single-body figure img {
  border-radius: 15px;
}

/* line 108, app/assets/stylesheets/main/pages/_contact.scss */
.single-body p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #4F5E64;
  line-height: 1.5;
}

/* line 114, app/assets/stylesheets/main/pages/_contact.scss */
.single-body h1,
.single-body h2,
.single-body h3,
.single-body h4,
.single-body h5,
.single-body h6 {
  margin: 30px 0 25px 0;
}

/* line 122, app/assets/stylesheets/main/pages/_contact.scss */
.single-body .excerpt p {
  font-size: 22px;
  line-height: 1.5;
  color: #05264E;
}

/* line 127, app/assets/stylesheets/main/pages/_contact.scss */
.single-body blockquote {
  background-color: rgba(81, 146, 255, 0.12);
  padding: 40px 60px;
  border-radius: 15px;
  margin: 30px auto;
  font-size: 24px;
  max-width: 80%;
}

/* line 135, app/assets/stylesheets/main/pages/_contact.scss */
.single-body blockquote p {
  font-size: 24px;
  line-height: 32px;
  color: #7e7e7e;
  margin-bottom: 0;
}

/* line 142, app/assets/stylesheets/main/pages/_contact.scss */
.author-bio {
  border-radius: 0px;
  border: 0px solid #E0E6F6;
  display: flex;
}

/* line 147, app/assets/stylesheets/main/pages/_contact.scss */
.author-bio h5 {
  margin: 0 !important;
  font-weight: 600;
}

/* line 151, app/assets/stylesheets/main/pages/_contact.scss */
.author-bio .author-image {
  display: flex;
  justify-content: flex-start;
  min-width: 200px;
}

/* line 156, app/assets/stylesheets/main/pages/_contact.scss */
.author-bio .author-image img {
  margin-right: 15px;
  max-width: 56px;
  vertical-align: middle;
}

/* line 161, app/assets/stylesheets/main/pages/_contact.scss */
.author-bio .author-image p {
  font-size: 14px;
}

/* line 164, app/assets/stylesheets/main/pages/_contact.scss */
.author-bio .author-des {
  padding: 25px;
  border: 1px solid #B4C0E0;
  border-radius: 4px;
}

/* line 170, app/assets/stylesheets/main/pages/_contact.scss */
.related-posts h6 {
  font-size: 16px;
  font-weight: 600;
}

/* line 174, app/assets/stylesheets/main/pages/_contact.scss */
.related-posts h6 a {
  color: #05264E;
}

/* line 178, app/assets/stylesheets/main/pages/_contact.scss */
.author span {
  color: #253D4E;
}

/* line 182, app/assets/stylesheets/main/pages/_contact.scss */
.gallery-3 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 188, app/assets/stylesheets/main/pages/_contact.scss */
.gallery-3 li {
  flex: 0 0 auto;
  width: 33.33%;
  padding: 5px;
  margin-bottom: 10px;
}

/* line 194, app/assets/stylesheets/main/pages/_contact.scss */
.gallery-3 li a img {
  border-radius: 4px;
}

/* line 198, app/assets/stylesheets/main/pages/_contact.scss */
.box-white {
  background: #ffffff;
  padding: 50px 0px;
}

/* line 203, app/assets/stylesheets/main/pages/_contact.scss */
.img-middle {
  float: left;
  margin-top: 2px;
}

/* line 208, app/assets/stylesheets/main/pages/_contact.scss */
.max-width-single {
  max-width: 733px;
  width: 100%;
  margin: auto;
}

/* line 214, app/assets/stylesheets/main/pages/_contact.scss */
.list-comments li ul li {
  padding-left: 55px;
}

/* line 217, app/assets/stylesheets/main/pages/_contact.scss */
.list-comments li ul li .author-bio .author-image {
  min-width: 200px;
}

/* line 221, app/assets/stylesheets/main/pages/_contact.scss */
.form-comment .box-agree input {
  float: left;
  margin: 5px 0px 0px 0px;
}

/* line 225, app/assets/stylesheets/main/pages/_contact.scss */
.form-comment .box-agree span {
  display: block;
  padding-left: 25px;
}

/* line 229, app/assets/stylesheets/main/pages/_contact.scss */
.form-comment .input-comment {
  border-radius: 4px;
  border: 2px solid #E0E6F7;
  padding: 20px;
  width: 100%;
  color: #A0ABB8;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  min-height: 150px;
}

/* line 241, app/assets/stylesheets/main/pages/_contact.scss */
.nav-tavs-profile {
  padding-right: 30px;
}

/* line 244, app/assets/stylesheets/main/pages/_contact.scss */
.nav-tavs-profile ul li {
  width: 100%;
}

/* line 247, app/assets/stylesheets/main/pages/_contact.scss */
.nav-tavs-profile ul li a {
  display: block;
  text-align: left;
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-position: 17px center;
  padding-left: 42px;
  box-shadow: 0px 2px 4px -5px #0a2a69;
}

/* line 258, app/assets/stylesheets/main/pages/_contact.scss */
.image-profile {
  display: inline-block;
  max-width: 85px;
  vertical-align: middle;
  margin-right: 25px;
}

/* line 264, app/assets/stylesheets/main/pages/_contact.scss */
.image-profile img {
  border-radius: 16px;
  display: block;
}

/* line 269, app/assets/stylesheets/main/pages/_contact.scss */
.form-contact .form-control {
  width: 100%;
  border: 2px solid #E0E6F6;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
}

/* line 276, app/assets/stylesheets/main/pages/_contact.scss */
.form-contact .form-control:focus {
  border: 2px solid #EFF2FB;
}

/* line 279, app/assets/stylesheets/main/pages/_contact.scss */
.form-contact textarea.form-control {
  height: auto;
}

/* line 282, app/assets/stylesheets/main/pages/_contact.scss */
.form-contact .search-icon {
  background-image: url(/assets/dashboard_imgs/page/candidates/search-6e8f950a3aa913230101fabc3eb1a6277baeae631bf24822189fa2c6dac7da99.svg);
  background-position: right 15px top 11px;
  background-repeat: no-repeat;
}

/* line 287, app/assets/stylesheets/main/pages/_contact.scss */
.form-contact .border-bottom {
  border-color: #E0E6F7;
}

/* line 291, app/assets/stylesheets/main/pages/_contact.scss */
.box-skills {
  border: 2px solid #E0E6F6;
  padding: 22px 27px;
  margin-top: 33px;
  border-radius: 4px;
}

/* line 298, app/assets/stylesheets/main/pages/_contact.scss */
.box-tags a {
  margin-bottom: 10px;
}

/* line 302, app/assets/stylesheets/main/pages/_contact.scss */
.close-icon {
  background-image: url(/assets/dashboard_imgs/page/candidates/close-eb564caa04b4ee25ff2ae8f313a87baee609c5b807f48aa72241498414d0afd0.svg);
  background-position: center;
  display: inline-block;
  height: 7px;
  width: 10px;
  background-repeat: no-repeat;
  margin-left: 10px;
}

/* line 312, app/assets/stylesheets/main/pages/_contact.scss */
.card-info {
  display: inline-block;
  padding: 0px 0px 0px 20px;
  background-image: url(/assets/dashboard_imgs/page/candidates/info-c7a38c0186fb8e50439a02c663bcc1f38e03ba1554c872db3ac3168fe8c799a9.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 320, app/assets/stylesheets/main/pages/_contact.scss */
.link-red {
  color: #E45959;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
}

/* line 327, app/assets/stylesheets/main/pages/_contact.scss */
.lbl-checkbox {
  float: left;
  margin: 2px 8px 0px 0px;
  height: 13px;
}

/* line 333, app/assets/stylesheets/main/pages/_contact.scss */
.box-button .btn {
  width: 100%;
}

/* line 337, app/assets/stylesheets/main/pages/_contact.scss */
.btn-editor {
  background-image: url(/assets/dashboard_imgs/page/candidates/editor-3dc45f2bdec59f71b566f8ba5e9ce2db2542215b5477e7af4d5a88c1f835a42e.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3C65F5;
  position: absolute;
  bottom: 45px;
  right: 20px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
}

/* line 349, app/assets/stylesheets/main/pages/_contact.scss */
.btn-editor:hover {
  background-color: #05264E;
}

/* line 353, app/assets/stylesheets/main/pages/_contact.scss */
.bg-white {
  background: #ffffff;
}

/* line 357, app/assets/stylesheets/main/pages/_contact.scss */
.box-head-single {
  background-color: #FFF9F3;
  display: inline-block;
  width: 100%;
  padding: 55px 0px;
  position: relative;
}

/* line 364, app/assets/stylesheets/main/pages/_contact.scss */
.box-head-single.bg-2 {
  background-color: #E9F7FF;
}

/* line 367, app/assets/stylesheets/main/pages/_contact.scss */
.box-head-single .container {
  position: relative;
  z-index: 2;
}

/* line 371, app/assets/stylesheets/main/pages/_contact.scss */
.box-head-single h3 {
  margin-bottom: 15px;
}

/* line 374, app/assets/stylesheets/main/pages/_contact.scss */
.box-head-single .avatar-sidebar {
  position: relative;
  text-align: center;
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
}

/* line 381, app/assets/stylesheets/main/pages/_contact.scss */
.box-head-single .avatar-sidebar img {
  max-width: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

/* line 386, app/assets/stylesheets/main/pages/_contact.scss */
.box-head-single .avatar-sidebar .sidebar-company {
  font-weight: 600;
}

/* line 389, app/assets/stylesheets/main/pages/_contact.scss */
.box-head-single .avatar-sidebar .sidebar-website-text {
  color: #05264E;
}

/* line 393, app/assets/stylesheets/main/pages/_contact.scss */
.img-rd-15 {
  border-radius: 15px;
  width: 100%;
}

/* line 398, app/assets/stylesheets/main/pages/_contact.scss */
.single-image-feature {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

/* line 404, app/assets/stylesheets/main/pages/_contact.scss */
.content-single p {
  font-size: 16px;
  line-height: 200%;
  color: #4F5E64;
  line-height: 32px;
  margin-bottom: 20px;
}

/* line 411, app/assets/stylesheets/main/pages/_contact.scss */
.content-single p:last-child {
  margin-bottom: 0;
}

/* h1/h2/h6 added alongside the existing h3-h5 rule so Markdown output
   (AI-generated descriptions use "##" == h2, see
   JobDescriptionGeneratorService) gets the same treatment instead of
   falling back to bare browser defaults. */
/* line 418, app/assets/stylesheets/main/pages/_contact.scss */
.content-single h1,
.content-single h2,
.content-single h3,
.content-single h4,
.content-single h5,
.content-single h6 {
  margin-top: 28px;
  color: #05264E;
  font-weight: bold;
  margin-bottom: 16px;
}

/* line 429, app/assets/stylesheets/main/pages/_contact.scss */
.content-single h1:first-child,
.content-single h2:first-child,
.content-single h3:first-child {
  margin-top: 0;
}

/* line 434, app/assets/stylesheets/main/pages/_contact.scss */
.content-single h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E6F7;
}

/* line 438, app/assets/stylesheets/main/pages/_contact.scss */
.content-single strong,
.content-single b {
  color: #05264E;
  font-weight: 700;
}

/* line 443, app/assets/stylesheets/main/pages/_contact.scss */
.content-single ul,
.content-single ol {
  padding-left: 30px;
  line-height: 32px;
  font-size: 16px;
  color: #4F5E64;
  margin-bottom: 20px;
}

/* line 451, app/assets/stylesheets/main/pages/_contact.scss */
.content-single ul {
  list-style: disc;
}

/* line 454, app/assets/stylesheets/main/pages/_contact.scss */
.content-single ol {
  list-style: decimal;
}

/* line 457, app/assets/stylesheets/main/pages/_contact.scss */
.content-single li {
  margin-bottom: 6px;
}

/* line 460, app/assets/stylesheets/main/pages/_contact.scss */
.content-single blockquote {
  margin: 0 0 20px;
  padding: 10px 18px;
  border-left: 3px solid #3C65F5;
  background: #F8FAFF;
  color: #4F5E64;
}

/* line 467, app/assets/stylesheets/main/pages/_contact.scss */
.content-single code {
  background: #F4F6FB;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 14px;
  color: #05264E;
}

/* line 474, app/assets/stylesheets/main/pages/_contact.scss */
.content-single pre {
  background: #F4F6FB;
  border-radius: 8px;
  padding: 14px 16px;
  overflow-x: auto;
  margin-bottom: 20px;
}

/* line 481, app/assets/stylesheets/main/pages/_contact.scss */
.content-single pre code {
  background: none;
  padding: 0;
}

/* line 486, app/assets/stylesheets/main/pages/_contact.scss */
.author-single {
  display: inline-block;
  padding-left: 26px;
  padding-top: 10px;
}

/* line 491, app/assets/stylesheets/main/pages/_contact.scss */
.author-single span {
  position: relative;
  background-color: #ffffff;
  font-size: 18px;
  color: #4F5E64;
  line-height: 28px;
  font-weight: bold;
}

/* line 499, app/assets/stylesheets/main/pages/_contact.scss */
.author-single span::before {
  content: "";
  height: 1px;
  border-top: 1px solid #a5a5a5;
  width: 21px;
  position: absolute;
  top: 13px;
  left: -26px;
}

/* line 508, app/assets/stylesheets/main/pages/_contact.scss */
.author-single span::after {
  content: "";
  height: 1px;
  border-top: 1px solid #a5a5a5;
  width: 21px;
  position: absolute;
  top: 13px;
  right: -27px;
}

/* line 518, app/assets/stylesheets/main/pages/_contact.scss */
.single-apply-jobs {
  display: inline-block;
  width: 100%;
  padding: 30px 0px 30px 0px;
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  margin-top: 50px;
}

/* line 526, app/assets/stylesheets/main/pages/_contact.scss */
.heading-border {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px;
}

/* line 532, app/assets/stylesheets/main/pages/_contact.scss */
.heading-border::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0px;
  width: 100%;
  height: 1px;
  z-index: 1;
  border-top: 1px solid rgba(6, 18, 36, 0.1);
}

/* line 542, app/assets/stylesheets/main/pages/_contact.scss */
.heading-border span {
  background-color: #ffffff;
  display: inline-block;
  padding: 5px 10px 5px 0px;
  position: relative;
  z-index: 2;
}

/* line 550, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border, .sidebar-shadow {
  border: 1px solid #E0E6F7;
  padding: 25px;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 40px;
}

/* line 557, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border .sidebar-heading, .sidebar-shadow .sidebar-heading {
  display: inline-block;
  width: 100%;
}

/* line 561, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border .sidebar-heading .avatar-sidebar figure, .sidebar-shadow .sidebar-heading .avatar-sidebar figure {
  float: left;
}

/* line 564, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border .sidebar-heading .avatar-sidebar figure img, .sidebar-shadow .sidebar-heading .avatar-sidebar figure img {
  width: 85px;
  height: 85px;
  border-radius: 16px;
}

/* line 569, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info, .sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info {
  display: block;
  padding-left: 100px;
  position: relative;
}

/* line 574, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-company, .sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-company {
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 18px;
  font-weight: bold;
  display: block;
  padding-top: 5px;
}

/* line 582, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-website-text, .sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-website-text {
  font-size: 10px;
  line-height: 18px;
  color: #05264E;
}

/* line 587, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-toggle::after, .sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-toggle::after {
  display: none;
}

/* line 590, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu, .sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu {
  min-width: unset;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  border: thin solid #E0E6F7;
}

/* line 595, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu a, .sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu a {
  font-size: 14px;
  color: #253D4E;
}

/* line 600, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-shadow {
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 604, app/assets/stylesheets/main/pages/_contact.scss */
.text-description {
  font-size: 14px;
  color: #66789C;
  line-height: 22px;
  display: inline-block;
  width: 50%;
  min-width: 120px;
  max-width: 120px;
}

/* line 614, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-list-job {
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  display: inline-block;
  width: 100%;
  padding: 25px 0px 0px 0px;
  margin: 20px 0px 0px 0px;
}

/* line 621, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-list-job ul {
  padding: 0px;
}

/* line 624, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-list-job ul li {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

/* line 629, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-list-job ul li .sidebar-icon-item {
  float: left;
  width: 32px;
  padding-top: 4px;
}

/* line 634, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-list-job ul li .sidebar-icon-item i {
  font-size: 18px;
  color: #4F5E64;
}

/* line 638, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-list-job ul li .sidebar-text-info {
  display: block;
  padding-left: 35px;
}

/* line 642, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-list-job ul li .sidebar-text-info span {
  color: #66789C;
}

/* line 645, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-list-job ul li .sidebar-text-info strong {
  display: block;
  padding-top: 0px;
  color: #05264E;
}

/* line 651, app/assets/stylesheets/main/pages/_contact.scss */
.box-map {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

/* line 657, app/assets/stylesheets/main/pages/_contact.scss */
.ul-disc {
  list-style-type: disc;
  padding-left: 25px !important;
}

/* line 661, app/assets/stylesheets/main/pages/_contact.scss */
.ul-disc li {
  list-style-type: disc;
  display: list-item !important;
  padding-bottom: 5px !important;
  color: #4F5E64;
  font-size: 14px;
  line-height: 22px;
}

/* line 670, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-normal {
  padding: 29px 33px;
}

/* line 674, app/assets/stylesheets/main/pages/_contact.scss */
.ul-lists {
  padding: 15px 0px 15px 15px;
}

/* line 677, app/assets/stylesheets/main/pages/_contact.scss */
.ul-lists li {
  list-style-type: disc;
  color: #4F5E64;
  padding-bottom: 5px;
}

/* line 682, app/assets/stylesheets/main/pages/_contact.scss */
.ul-lists li a {
  color: #4F5E64;
  text-decoration: none;
}

/* line 686, app/assets/stylesheets/main/pages/_contact.scss */
.ul-lists li a:hover {
  color: #05264E;
}

/* line 690, app/assets/stylesheets/main/pages/_contact.scss */
.btn-dots-abs-right {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* line 696, app/assets/stylesheets/main/pages/_contact.scss */
.job-overview {
  border: thin solid #E0E6F7;
  border-radius: 8px;
  padding: 20px 30px 30px 30px;
  margin-bottom: 50px;
}

/* line 702, app/assets/stylesheets/main/pages/_contact.scss */
.job-overview .sidebar-icon-item {
  font-size: 18px;
  color: #a0abb8;
  min-width: 20px;
}

/* line 707, app/assets/stylesheets/main/pages/_contact.scss */
.job-overview .sidebar-text-info {
  display: flex;
}

/* line 710, app/assets/stylesheets/main/pages/_contact.scss */
.job-overview .sidebar-text-info .small-heading {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

/* line 717, app/assets/stylesheets/main/pages/_contact.scss */
.job-overview .text-description {
  font-size: 16px;
  color: #66789C;
  line-height: 24px;
  font-weight: 400;
}

/* line 724, app/assets/stylesheets/main/pages/_contact.scss */
.job-meta {
  font-size: 10px;
  color: #4F5E64;
}

/* line 728, app/assets/stylesheets/main/pages/_contact.scss */
.job-meta .company {
  font-weight: bold;
  color: #05264E;
}

/* line 732, app/assets/stylesheets/main/pages/_contact.scss */
.job-meta span {
  margin-right: 15px;
  display: inline-block;
}

/* line 737, app/assets/stylesheets/main/pages/_contact.scss */
.d-middle {
  vertical-align: middle;
}

/* line 741, app/assets/stylesheets/main/pages/_contact.scss */
.d-baseline {
  vertical-align: baseline;
}

/* line 745, app/assets/stylesheets/main/pages/_contact.scss */
.link-underline {
  font-size: 12px;
  line-height: 18px;
  color: #05264E;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}

/* line 754, app/assets/stylesheets/main/pages/_contact.scss */
.box-border-single {
  padding: 20px;
  display: inline-block;
  width: 100%;
  border: 1px solid #E0E6F7;
  border-radius: 8px;
}

/* line 762, app/assets/stylesheets/main/pages/_contact.scss */
.box-improve {
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

/* line 768, app/assets/stylesheets/main/pages/_contact.scss */
.box-improve img {
  height: 100%;
}

/* line 772, app/assets/stylesheets/main/pages/_contact.scss */
.none-bg::before {
  display: none;
}

/* line 775, app/assets/stylesheets/main/pages/_contact.scss */
.none-bg::after {
  display: none;
}

/* line 779, app/assets/stylesheets/main/pages/_contact.scss */
.box-shadow-bdrd-15 {
  border-radius: 15px;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #ffffff;
  padding: 15px;
  border: thin solid #E0E6F6;
}

/* line 787, app/assets/stylesheets/main/pages/_contact.scss */
.box-filters .box-search-job {
  display: inline-block;
  vertical-align: middle;
}

/* line 791, app/assets/stylesheets/main/pages/_contact.scss */
.box-filters .box-search-job .form-search-job {
  float: left;
  padding-right: 20px;
}

/* line 795, app/assets/stylesheets/main/pages/_contact.scss */
.box-filters .list-tags-job {
  vertical-align: middle;
  float: right;
}

/* line 799, app/assets/stylesheets/main/pages/_contact.scss */
.box-filters .list-tags-job a {
  display: inline-block;
  padding: 12px 45px 12px 22px;
  border-radius: 10px;
  background-color: #F2F6FD;
  text-decoration: none;
  position: relative;
}

/* line 808, app/assets/stylesheets/main/pages/_contact.scss */
.link-reset {
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #66789C;
  font-weight: 500;
}

/* line 816, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-filters {
  padding-top: 5px;
}

/* line 819, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-filters .filter-block:last-child .list-checkbox {
  border-bottom: 0px;
}

/* line 823, app/assets/stylesheets/main/pages/_contact.scss */
.box-slider-range {
  padding-right: 75px;
  position: relative;
}

/* line 828, app/assets/stylesheets/main/pages/_contact.scss */
.box-input-money {
  position: absolute;
  top: -14px;
  right: 0px;
  width: 65px;
  padding: 0px;
}

/* line 836, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage1 .block-banner {
  padding: 0px 0px 0px 0px;
  max-width: 850px;
  margin: auto;
}

/* line 842, app/assets/stylesheets/main/pages/_contact.scss */
.head-border {
  border-bottom: 1px solid #B4C0E0;
  padding-bottom: 10px;
}

/* line 847, app/assets/stylesheets/main/pages/_contact.scss */
.box-border {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  display: inline-block;
  padding: 1px 0px 3px 15px;
  vertical-align: sub;
}

/* line 855, app/assets/stylesheets/main/pages/_contact.scss */
.box-filters-job {
  border-bottom: 1px solid #E0E6F7;
  margin-bottom: 30px;
  padding: 0px 0px 5px 0px;
}

/* line 860, app/assets/stylesheets/main/pages/_contact.scss */
.box-filters-job .box-view-type img {
  vertical-align: middle;
}

/* line 864, app/assets/stylesheets/main/pages/_contact.scss */
.text-showing {
  display: inline-block;
  min-height: 30px;
  line-height: 37px;
}

/* line 870, app/assets/stylesheets/main/pages/_contact.scss */
.paginations {
  margin: 20px 0px 50px 0px;
}

/* line 873, app/assets/stylesheets/main/pages/_contact.scss */
.paginations .pager {
  padding: 0px;
}

/* line 876, app/assets/stylesheets/main/pages/_contact.scss */
.paginations .pager li {
  display: inline-block;
  vertical-align: middle;
}

/* line 880, app/assets/stylesheets/main/pages/_contact.scss */
.paginations .pager li a {
  display: block;
  padding: 10px 8px;
  font-weight: 600;
  color: #A0ABB8;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

/* line 891, app/assets/stylesheets/main/pages/_contact.scss */
.paginations .pager li a:hover {
  color: #05264E;
}

/* line 894, app/assets/stylesheets/main/pages/_contact.scss */
.paginations .pager li a.active {
  color: #05264E;
}

/* line 897, app/assets/stylesheets/main/pages/_contact.scss */
.paginations .pager li a.pager-number.active::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #E0E6F7;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -1px;
}

/* line 909, app/assets/stylesheets/main/pages/_contact.scss */
.paginations .pager li a.pager-number:hover::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #E0E6F7;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -1px;
}

/* line 921, app/assets/stylesheets/main/pages/_contact.scss */
.paginations .pager li .pager-prev {
  background: url(/assets/dashboard_imgs/template/icons/page-prev-440c410f2a2cb3fd9d3c214aec6a13e0c590f76830c1c0f2743b074b648617d9.svg) no-repeat center;
  height: 48px;
  width: 48px;
  margin-right: 15px;
}

/* line 927, app/assets/stylesheets/main/pages/_contact.scss */
.paginations .pager li .pager-prev:hover {
  background: url(/assets/dashboard_imgs/template/icons/page-prev-hover-2740db7eafe497fce122103082fd2419f699c4df7ab0b9499479349b638482df.svg) no-repeat center;
}

/* line 930, app/assets/stylesheets/main/pages/_contact.scss */
.paginations .pager li .pager-next {
  background: url(/assets/dashboard_imgs/template/icons/page-next-6a2639c3a2438549840a4a81b827992904bf676e660ee134cc01dd276c2f5437.svg) no-repeat center;
  height: 48px;
  width: 48px;
  margin-left: 15px;
}

/* line 936, app/assets/stylesheets/main/pages/_contact.scss */
.paginations .pager li .pager-next:hover {
  background: url(/assets/dashboard_imgs/template/icons/page-next-hover-5722a24af6bf0e6fbf7d16e2c01b0c6631eaa783e916ddef63ce55a84ddeec3a.svg) no-repeat center;
}

/* line 940, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-with-bg {
  background: rgba(81, 146, 255, 0.12);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 947, app/assets/stylesheets/main/pages/_contact.scss */
.text-body-999 {
  font-size: 16px;
  line-height: 22px;
  color: #66789C;
}

/* line 953, app/assets/stylesheets/main/pages/_contact.scss */
.box-email-reminder .form-group {
  position: relative;
}

/* line 956, app/assets/stylesheets/main/pages/_contact.scss */
.box-email-reminder .form-group input {
  border: 0px;
  padding-left: 42px;
}

/* line 960, app/assets/stylesheets/main/pages/_contact.scss */
.box-email-reminder .form-group input::-moz-placeholder {
  color: #4F5E64;
  font-size: 10px;
}

/* line 964, app/assets/stylesheets/main/pages/_contact.scss */
.box-email-reminder .form-group input::placeholder {
  color: #4F5E64;
  font-size: 10px;
}

/* line 969, app/assets/stylesheets/main/pages/_contact.scss */
.job-fillter .box-button-find {
  width: 140px;
  float: right;
  flex: auto;
}

/* line 974, app/assets/stylesheets/main/pages/_contact.scss */
.job-fillter .box-salary {
  padding: 14px 5px 14px 45px;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}

/* line 980, app/assets/stylesheets/main/pages/_contact.scss */
.job-fillter .box-salary i {
  color: #4F5E64;
  float: left;
  margin: 1px 7px 0px 0px;
}

/* line 985, app/assets/stylesheets/main/pages/_contact.scss */
.job-fillter .dropdown {
  margin-right: 15px;
  width: 30%;
  max-width: 170px;
}

/* line 990, app/assets/stylesheets/main/pages/_contact.scss */
.job-fillter .dropdown .dropdown-toggle::after {
  border: 0px;
}

/* line 993, app/assets/stylesheets/main/pages/_contact.scss */
.job-fillter .dropdown .dropdown-toggle {
  font-size: 14px;
  line-height: 16px;
}

/* line 997, app/assets/stylesheets/main/pages/_contact.scss */
.job-fillter .dropdown .dropdown-toggle .fi-rr-angle-small-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

/* line 1003, app/assets/stylesheets/main/pages/_contact.scss */
.job-fillter .dropdown .dropdown-toggle i {
  color: #4F5E64;
  float: left;
  margin: -3px 7px 0px 0px;
  font-size: 18px;
}

/* line 1009, app/assets/stylesheets/main/pages/_contact.scss */
.job-fillter .dropdown .dropdown-menu.show {
  border-radius: 0 0 10px 10px;
  margin: 15px 0 0 25px;
}

/* line 1013, app/assets/stylesheets/main/pages/_contact.scss */
.job-fillter .btn-default {
  width: 140px;
  max-width: 140px;
}

/* line 1018, app/assets/stylesheets/main/pages/_contact.scss */
.text-sortby {
  color: #A0ABB8;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

/* line 1026, app/assets/stylesheets/main/pages/_contact.scss */
.box-view-type {
  float: right;
  margin-left: 10px;
}

/* line 1030, app/assets/stylesheets/main/pages/_contact.scss */
.box-view-type a {
  display: inline-block;
  vertical-align: middle;
}

/* line 1035, app/assets/stylesheets/main/pages/_contact.scss */
.dropdown-sort {
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}

/* line 1040, app/assets/stylesheets/main/pages/_contact.scss */
.dropdown-sort .dropdown-toggle::after {
  border: 0px;
}

/* line 1043, app/assets/stylesheets/main/pages/_contact.scss */
.dropdown-sort .dropdown-toggle {
  padding: 0px;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* line 1050, app/assets/stylesheets/main/pages/_contact.scss */
.dropdown-sort .dropdown-toggle:focus {
  box-shadow: none;
}

/* line 1053, app/assets/stylesheets/main/pages/_contact.scss */
.dropdown-sort .dropdown-toggle i {
  color: #4F5E64;
  float: right;
  margin: -3px 7px 0px 0px;
  font-size: 18px;
}

/* line 1060, app/assets/stylesheets/main/pages/_contact.scss */
.fs-ri-dollar2 {
  border: 2px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px !important;
  vertical-align: middle;
  font-size: 10px;
}

/* line 1072, app/assets/stylesheets/main/pages/_contact.scss */
.text-normal {
  font-size: 16px;
  line-height: 22px;
  color: #4F5E64;
}

/* line 1078, app/assets/stylesheets/main/pages/_contact.scss */
.text-small {
  font-size: 14px;
  line-height: 22px;
  color: #4F5E64;
  font-weight: 500;
}

/* line 1085, app/assets/stylesheets/main/pages/_contact.scss */
.float-right {
  float: right;
}

/* line 1089, app/assets/stylesheets/main/pages/_contact.scss */
.list-checkbox {
  display: inline-block;
  width: 100%;
  padding: 15px 0px 10px 0px;
  border-bottom: 1px solid #E0E6F7;
}

/* line 1095, app/assets/stylesheets/main/pages/_contact.scss */
.list-checkbox li {
  position: relative;
  padding: 0px 30px 6px 0px;
  display: inline-block;
  width: 100%;
}

/* line 1101, app/assets/stylesheets/main/pages/_contact.scss */
.list-checkbox li .number-item {
  position: absolute;
  top: 35%;
  right: 0px;
  transform: translateY(-50%);
  padding: 4px 5px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 7px;
  background: #E0E6F7;
  color: #3C65F5;
}

/* line 1114, app/assets/stylesheets/main/pages/_contact.scss */
.background-primary {
  background-color: #5192ff;
}

/* line 1118, app/assets/stylesheets/main/pages/_contact.scss */
.menu-dropdown-abs {
  position: absolute;
  top: 10px;
  right: 0px;
}

/* line 1124, app/assets/stylesheets/main/pages/_contact.scss */
.content-page .card-grid-2 .card-block-info {
  padding: 0px 20px 30px 20px;
  position: relative;
}

/* line 1128, app/assets/stylesheets/main/pages/_contact.scss */
.content-page .card-grid-2 .card-block-info .btn-dots-abs-right {
  top: 0px;
  right: 15px;
}

/* line 1132, app/assets/stylesheets/main/pages/_contact.scss */
.content-page .card-grid-2 .card-block-info .btn-dots-abs-right::after {
  display: none;
}

/* line 1135, app/assets/stylesheets/main/pages/_contact.scss */
.content-page .card-grid-2:hover {
  border-color: #B4C0E0;
}

/* line 1139, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-shadow.none-shadow {
  padding: 0px 20px 0px 0px;
  border: 0px;
  border-radius: 0px;
}

/* line 1145, app/assets/stylesheets/main/pages/_contact.scss */
.buttons-filter .btn {
  padding: 12px 15px;
  font-size: 14px;
  color: #4F5E64;
}

/* line 1150, app/assets/stylesheets/main/pages/_contact.scss */
.buttons-filter .btn-default {
  color: #ffffff;
}

/* line 1154, app/assets/stylesheets/main/pages/_contact.scss */
.input-disabled {
  background-color: #ffffff !important;
  border: 1px solid #3C65F5;
  padding: 0px 0px;
  text-align: center;
  height: 35px;
  color: #4F5E64;
  font-size: 14px;
}

/* line 1163, app/assets/stylesheets/main/pages/_contact.scss */
.input-disabled:focus {
  color: #66789C;
}

/* line 1167, app/assets/stylesheets/main/pages/_contact.scss */
.lb-slider {
  font-weight: 600;
  font-size: 10px;
  color: #4F5E64;
  font-family: "Plus Jakarta Sans", sans-serif;
}

/* line 1174, app/assets/stylesheets/main/pages/_contact.scss */
.job-list-list .list-recent-jobs {
  margin-top: 0px;
}

/* line 1178, app/assets/stylesheets/main/pages/_contact.scss */
.job-tags a {
  background-color: #F2F6FD;
  color: #4F5E64;
  border-radius: 15px;
  padding: 8px 20px;
  display: inline-block;
}

/* line 1185, app/assets/stylesheets/main/pages/_contact.scss */
.job-tags a + a {
  margin-left: 5px;
}

/* line 1189, app/assets/stylesheets/main/pages/_contact.scss */
.display-list .flash {
  top: 32px;
}

/* line 1193, app/assets/stylesheets/main/pages/_contact.scss */
.content-page .display-list .card-grid-2 .card-block-info {
  padding-top: 0px;
}

/* line 1196, app/assets/stylesheets/main/pages/_contact.scss */
.content-page .display-list .card-grid-2 .card-block-info .card-text-price {
  font-size: 16px;
  line-height: 26px;
  padding-top: 8px;
  display: inline-block;
}

/* line 1202, app/assets/stylesheets/main/pages/_contact.scss */
.content-page .display-list .card-grid-2 .card-block-info .card-text-price span {
  font-size: 12px;
  line-height: 12px;
}

/* line 1207, app/assets/stylesheets/main/pages/_contact.scss */
.box-list-character {
  background: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 8px;
  padding: 10px;
  display: table;
  table-layout: fixed;
  max-width: 90%;
  margin: 30px auto auto auto;
  width: 100%;
}

/* line 1218, app/assets/stylesheets/main/pages/_contact.scss */
.box-list-character ul {
  display: flex;
  padding: 0px;
  list-style: none;
  margin: 0px;
}

/* line 1224, app/assets/stylesheets/main/pages/_contact.scss */
.box-list-character ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 1229, app/assets/stylesheets/main/pages/_contact.scss */
.box-list-character ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #4F5E64;
  text-transform: uppercase;
  display: inline-block;
  width: 28px;
  max-width: 28px;
  height: 28px;
}

/* line 1239, app/assets/stylesheets/main/pages/_contact.scss */
.box-list-character ul li a:hover, .box-list-character ul li a.active {
  background-color: #E0E6F7;
  border-radius: 50%;
  text-align: center;
  color: #3C65F5;
}

/* line 1246, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border-bg {
  border: 1px solid #E0E6F7;
  background: #F2F6FD url(/dashboard_imgs/page/company/bg-hiring.svg) no-repeat bottom left;
  padding: 30px 40px 260px 40px;
  border-radius: 4px;
  margin-bottom: 40px;
}

/* line 1253, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border-bg .text-grey {
  color: #B4C0E0;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

/* line 1261, app/assets/stylesheets/main/pages/_contact.scss */
.sidebar-border-bg .text-hiring {
  color: #66789C;
  font-size: 36px;
  font-weight: 800;
  line-height: 57px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: -15px;
}

/* line 1272, app/assets/stylesheets/main/pages/_contact.scss */
.bg-right {
  background: #F2F6FD url(/dashboard_imgs/page/company/bg-hiring-right.svg) no-repeat bottom right;
}

/* line 1276, app/assets/stylesheets/main/pages/_contact.scss */
.box-company-profile {
  max-width: 90%;
  display: table;
  table-layout: fixed;
  margin: auto;
  width: 100%;
  padding: 20px 0px 0px 0px;
  position: relative;
}

/* line 1286, app/assets/stylesheets/main/pages/_contact.scss */
.image-compay {
  position: absolute;
  top: -80px;
  left: 0px;
}

/* line 1291, app/assets/stylesheets/main/pages/_contact.scss */
.image-compay img {
  width: 100%;
  border-radius: 16px;
}

/* line 1296, app/assets/stylesheets/main/pages/_contact.scss */
.aboutus-icon {
  background-image: url(/dashboard_imgs/page/company/icon-about.svg);
  background-position: 17px 14px;
  background-repeat: no-repeat;
  font-weight: 500;
  padding-left: 45px;
  border-color: #EFF2FB;
}

/* line 1304, app/assets/stylesheets/main/pages/_contact.scss */
.aboutus-icon:hover, .aboutus-icon.active {
  color: #05264E;
  background-image: url(/dashboard_imgs/page/company/icon-about-hover.svg);
  background-color: #ffffff;
  border-color: #B4C0E0;
}

/* line 1311, app/assets/stylesheets/main/pages/_contact.scss */
.recruitment-icon {
  background-image: url(/dashboard_imgs/page/company/icon-recruitment.svg);
  background-position: 17px 14px;
  background-repeat: no-repeat;
  font-weight: 500;
  padding-left: 45px;
  border-color: #EFF2FB;
}

/* line 1319, app/assets/stylesheets/main/pages/_contact.scss */
.recruitment-icon:hover, .recruitment-icon.active {
  color: #05264E;
  background-image: url(/dashboard_imgs/page/company/icon-recruitment-hover.svg);
  background-color: #ffffff;
  border-color: #B4C0E0;
}

/* line 1326, app/assets/stylesheets/main/pages/_contact.scss */
.people-icon {
  background-image: url(/dashboard_imgs/page/company/icon-people.svg);
  background-position: 17px 14px;
  background-repeat: no-repeat;
  font-weight: 500;
  padding-left: 45px;
  border-color: #EFF2FB;
}

/* line 1334, app/assets/stylesheets/main/pages/_contact.scss */
.people-icon:hover, .people-icon.active {
  color: #05264E;
  background-image: url(/dashboard_imgs/page/company/icon-people-hover.svg);
  background-color: #ffffff;
  border-color: #B4C0E0;
}

/* line 1341, app/assets/stylesheets/main/pages/_contact.scss */
.login-register-cover {
  border-bottom: 1px solid #E0E6F6;
  position: relative;
  width: 100%;
}

/* line 1346, app/assets/stylesheets/main/pages/_contact.scss */
.login-register-cover .img-1 {
  position: absolute;
  right: 10%;
  top: 20%;
  width: unset;
}

/* line 1353, app/assets/stylesheets/main/pages/_contact.scss */
.divider-text-center {
  position: relative;
  text-align: center;
}

/* line 1357, app/assets/stylesheets/main/pages/_contact.scss */
.divider-text-center::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #E0E6F6;
  top: 50%;
  left: 0;
  z-index: 1;
}

/* line 1367, app/assets/stylesheets/main/pages/_contact.scss */
.divider-text-center span {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  z-index: 2;
  position: relative;
}

/* line 1375, app/assets/stylesheets/main/pages/_contact.scss */
.login-register input:not([type="radio"]):not([type="checkbox"]) {
  height: 53px;
  line-height: 53px;
  font-size: 14px;
}

/* line 1381, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-page {
  background: radial-gradient(circle at 0% 0%, rgba(60, 101, 245, 0.08) 0%, rgba(255, 255, 255, 0) 42%), radial-gradient(circle at 100% 100%, rgba(5, 38, 78, 0.06) 0%, rgba(255, 255, 255, 0) 38%);
}

/* line 1385, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-shell {
  padding: 70px 0 90px;
  overflow: visible;
}

/* line 1389, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-row {
  min-height: auto;
}

/* line 1392, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-hero {
  padding: 34px 36px;
  border: 1px solid #E0E6F6;
  border-radius: 28px;
  background: linear-gradient(160deg, #ffffff 0%, #f5f8ff 100%);
  box-shadow: 0 26px 60px rgba(10, 42, 105, 0.12);
}

/* line 1399, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-hero__tag {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  color: #3C65F5;
  background: rgba(60, 101, 245, 0.12);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}

/* line 1410, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-hero__title {
  font-size: 38px;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #05264E;
  margin: 0 0 14px;
}

/* line 1417, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-hero__text {
  color: #66789C;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 26px;
  max-width: 520px;
}

/* line 1424, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-hero__visual {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #E0E6F6;
  box-shadow: 0 14px 28px rgba(10, 42, 105, 0.08);
  padding: 20px;
}

/* line 1431, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-hero__visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 1436, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-card {
  background: #ffffff;
  border: 1px solid #E0E6F6;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 26px 60px rgba(10, 42, 105, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 1444, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 30px 70px rgba(10, 42, 105, 0.15);
}

/* line 1448, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-card__head {
  margin-bottom: 8px;
}

/* line 1451, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-form__group {
  margin-bottom: 18px;
}

/* line 1454, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-form__control {
  border: 1px solid #D7E0F2;
  border-radius: 12px;
  padding: 0 16px;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 1461, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-form__control:focus {
  border-color: #3C65F5;
  box-shadow: 0 0 0 4px rgba(60, 101, 245, 0.12);
}

/* line 1465, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-form__footer .text-small {
  color: #526487;
}

/* line 1468, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-form__submit {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 12px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(5, 38, 78, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 1485, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-form__submit-label {
  display: inline-block;
  text-decoration: none !important;
  line-height: 1;
}

/* line 1490, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(5, 38, 78, 0.22);
}

/* line 1494, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-social {
  margin-top: 22px;
}

/* line 1497, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-social__btn {
  border-radius: 12px;
  border-color: #D7E0F2;
  min-height: 50px;
  transition: all 0.2s ease;
}

/* line 1503, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-social__btn:hover {
  border-color: #3C65F5;
  box-shadow: 0 10px 24px rgba(60, 101, 245, 0.12);
}

/* line 1507, app/assets/stylesheets/main/pages/_contact.scss */
.auth-signin-form__radio {
  margin-bottom: 8px;
}

/* line 1510, app/assets/stylesheets/main/pages/_contact.scss */
.oauth-role-selector {
  display: grid;
  gap: 10px;
}

/* line 1514, app/assets/stylesheets/main/pages/_contact.scss */
.oauth-role-selector__label {
  margin: 0;
  color: #526487;
  font-size: 13px;
  font-weight: 600;
}

/* line 1520, app/assets/stylesheets/main/pages/_contact.scss */
.oauth-role-selector__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

/* line 1525, app/assets/stylesheets/main/pages/_contact.scss */
.oauth-role-selector__choice {
  position: relative;
  display: block;
  color: #44597f;
  font-size: 13px;
  font-weight: 700;
}

/* line 1532, app/assets/stylesheets/main/pages/_contact.scss */
.oauth-role-selector__radio {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* line 1538, app/assets/stylesheets/main/pages/_contact.scss */
.oauth-role-selector__choice-content {
  width: 100%;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #D6E2FB;
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.2s ease;
}

/* line 1550, app/assets/stylesheets/main/pages/_contact.scss */
.oauth-role-selector__choice:hover .oauth-role-selector__choice-content {
  border-color: #3C65F5;
  color: #2348bf;
}

/* line 1554, app/assets/stylesheets/main/pages/_contact.scss */
.oauth-role-selector__radio:checked + .oauth-role-selector__choice-content {
  color: #2348bf;
  background: #EEF4FF;
  border-color: #3C65F5;
  box-shadow: 0 8px 18px rgba(60, 101, 245, 0.16);
}

@media (max-width: 991.98px) {
  /* line 1561, app/assets/stylesheets/main/pages/_contact.scss */
  .auth-signin-shell {
    padding: 46px 0 70px;
  }
  /* line 1564, app/assets/stylesheets/main/pages/_contact.scss */
  .auth-signin-row {
    min-height: auto;
  }
  /* line 1567, app/assets/stylesheets/main/pages/_contact.scss */
  .auth-signin-card {
    padding: 24px;
  }
}

@media (max-width: 575.98px) {
  /* line 1572, app/assets/stylesheets/main/pages/_contact.scss */
  .auth-signin-shell {
    padding: 30px 0 50px;
  }
  /* line 1575, app/assets/stylesheets/main/pages/_contact.scss */
  .auth-signin-card {
    border-radius: 18px;
    padding: 18px;
  }
  /* line 1579, app/assets/stylesheets/main/pages/_contact.scss */
  .auth-signin-form__footer {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start !important;
  }
  /* line 1584, app/assets/stylesheets/main/pages/_contact.scss */
  .auth-signin-form__footer a {
    margin-left: 28px;
  }
  /* line 1587, app/assets/stylesheets/main/pages/_contact.scss */
  .oauth-role-selector__choices {
    grid-template-columns: 1fr;
  }
}

/* line 1592, app/assets/stylesheets/main/pages/_contact.scss */
.bg-homepage1 {
  background-image: url(/dashboard_imgs/page/homepage1/bg-banner.svg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  min-height: 750px;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  right: 0;
}

/* line 1605, app/assets/stylesheets/main/pages/_contact.scss */
.nav-tabs {
  border: 0px;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

/* line 1611, app/assets/stylesheets/main/pages/_contact.scss */
.nav-tabs li {
  display: inline-block;
}

/* line 1614, app/assets/stylesheets/main/pages/_contact.scss */
.nav-tabs li a {
  display: inline-block;
  margin: 0px 5px;
  box-shadow: 0px 2px 4px -5px #0a2a69;
  align-items: center;
  padding: 13px 17px;
  width: auto;
  background: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 8px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  margin-bottom: 10px;
}

/* line 1631, app/assets/stylesheets/main/pages/_contact.scss */
.nav-tabs li a:hover, .nav-tabs li a.active {
  color: #3C65F5;
  border-color: #3C65F5;
  box-shadow: 0px 2px 4px -5px #0a2a69;
}

/* line 1636, app/assets/stylesheets/main/pages/_contact.scss */
.nav-tabs li a img {
  vertical-align: sub;
  width: auto;
  height: 18px;
  margin: 0px 6px 0px 0px;
}

/* line 1643, app/assets/stylesheets/main/pages/_contact.scss */
.box-image-job {
  position: relative;
}

/* line 1646, app/assets/stylesheets/main/pages/_contact.scss */
.box-image-job figure img {
  border-radius: 32px;
}

/* line 1649, app/assets/stylesheets/main/pages/_contact.scss */
.box-image-job .img-job-1 {
  position: absolute;
  top: -70px;
  left: -120px;
}

/* line 1654, app/assets/stylesheets/main/pages/_contact.scss */
.box-image-job .img-job-2 {
  position: absolute;
  bottom: -170px;
  right: -80px;
}

/* line 1660, app/assets/stylesheets/main/pages/_contact.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 1664, app/assets/stylesheets/main/pages/_contact.scss */
.content-job-inner {
  padding-left: 60px;
}

/* line 1668, app/assets/stylesheets/main/pages/_contact.scss */
.swiper-style-2 {
  position: relative;
}

/* line 1671, app/assets/stylesheets/main/pages/_contact.scss */
.swiper-style-2 .item-5 {
  float: left;
  width: 20%;
  padding: 0px 12px;
}

/* line 1676, app/assets/stylesheets/main/pages/_contact.scss */
.swiper-style-2.swiper-container .item-logo {
  width: 100%;
}

/* line 1680, app/assets/stylesheets/main/pages/_contact.scss */
.icon-location {
  background: url(/dashboard_imgs/template/icons/location.svg) no-repeat 0px 2px;
  display: inline-block;
  padding: 0px 0px 0px 20px;
}

/* line 1686, app/assets/stylesheets/main/pages/_contact.scss */
.box-swiper .swiper-button-next-1 {
  top: -30px;
  right: 5px;
  left: auto;
}

/* line 1691, app/assets/stylesheets/main/pages/_contact.scss */
.box-swiper .swiper-button-prev-1 {
  top: -30px;
  right: 55px;
  left: auto;
}

/* line 1697, app/assets/stylesheets/main/pages/_contact.scss */
.box-we-hiring {
  max-width: 85%;
  border: 1px solid #E0E6F7;
  padding: 40px 250px 40px 190px;
  position: relative;
  display: flex;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  margin: auto;
  border-radius: 4px;
  overflow: hidden;
}

/* line 1708, app/assets/stylesheets/main/pages/_contact.scss */
.box-we-hiring::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 15px;
  height: 120px;
  width: 150px;
  background: url(/dashboard_imgs/page/homepage1/bg-left-hiring.svg) no-repeat 0px 0px;
  background-size: cover;
}

/* line 1718, app/assets/stylesheets/main/pages/_contact.scss */
.box-we-hiring::after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: -5px;
  height: 120px;
  width: 250px;
  background: url(/dashboard_imgs/page/homepage1/bg-right-hiring.svg) no-repeat 0px 0px;
  background-size: cover;
}

/* line 1728, app/assets/stylesheets/main/pages/_contact.scss */
.box-we-hiring .text-we-are {
  font-size: 16px;
  line-height: 20px;
  color: #A0ABB8;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

/* line 1737, app/assets/stylesheets/main/pages/_contact.scss */
.box-we-hiring .text-hiring {
  font-size: 49px;
  line-height: 51px;
  color: #05264E;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 1745, app/assets/stylesheets/main/pages/_contact.scss */
.box-we-hiring .text-2 {
  font-size: 18px;
  line-height: 23px;
  color: #66789C;
  font-weight: 500;
  padding: 29px 20px 0px 20px;
}

/* line 1752, app/assets/stylesheets/main/pages/_contact.scss */
.box-we-hiring .text-3 {
  padding: 34px 0px 0px 20px;
}

/* line 1756, app/assets/stylesheets/main/pages/_contact.scss */
.swiper-group-9 .swiper-slide {
  text-align: center;
}

/* line 1760, app/assets/stylesheets/main/pages/_contact.scss */
.list-brands {
  border-bottom: 1px solid #E0E6F6;
  padding-bottom: 30px;
}

/* line 1764, app/assets/stylesheets/main/pages/_contact.scss */
.list-brands a img {
  opacity: 0.3;
  max-height: 20px;
  width: 100%;
}

/* line 1770, app/assets/stylesheets/main/pages/_contact.scss */
.mh-none {
  max-height: 265px !important;
}

/* line 1774, app/assets/stylesheets/main/pages/_contact.scss */
.swiper-group-5 .swiper-pagination {
  margin-top: 15px;
  position: relative;
}

/* line 1778, app/assets/stylesheets/main/pages/_contact.scss */
.swiper-group-5 .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 0.5;
}

/* line 1785, app/assets/stylesheets/main/pages/_contact.scss */
.swiper-group-5 .swiper-pagination .swiper-pagination-bullet-active, .swiper-group-5 .swiper-pagination .swiper-pagination-bullet-active:hover {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  margin: -1px 3px 0;
  opacity: 1;
}

/* line 1793, app/assets/stylesheets/main/pages/_contact.scss */
.img-rounded {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  margin: 0px 10px 0px 0px;
  vertical-align: middle;
  display: inline-block;
}

/* line 1802, app/assets/stylesheets/main/pages/_contact.scss */
.lh-14 {
  line-height: 14px !important;
}

/* line 1806, app/assets/stylesheets/main/pages/_contact.scss */
.text-lbl {
  color: #3AAB67;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

/* line 1813, app/assets/stylesheets/main/pages/_contact.scss */
.left-trust {
  position: relative;
}

/* line 1817, app/assets/stylesheets/main/pages/_contact.scss */
.right-logos .swiper-slide {
  text-align: center;
  line-height: 40px;
}

/* line 1821, app/assets/stylesheets/main/pages/_contact.scss */
.right-logos .swiper-slide a img {
  opacity: 1;
  max-height: 20px;
  width: 100%;
}

/* line 1827, app/assets/stylesheets/main/pages/_contact.scss */
.box-trust {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  padding: 30px 30px 25px 30px;
  position: relative;
}

/* line 1834, app/assets/stylesheets/main/pages/_contact.scss */
.box-checkbox {
  padding: 0px 0px 0px 30px;
  background: url(/dashboard_imgs/page/homepage3/check-box.svg) no-repeat 0px 4px;
}

/* line 1839, app/assets/stylesheets/main/pages/_contact.scss */
.img-job-search {
  max-width: 90%;
}

/* line 1843, app/assets/stylesheets/main/pages/_contact.scss */
.bg-homepage4 {
  background-image: url(/dashboard_imgs/page/homepage4/bg-banner.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 750px;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  right: 0;
}

/* line 1856, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage4 .banner-inner .block-banner {
  padding: 50px 0px 80px 192px;
}

/* line 1859, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage4 .banner-inner .banner-imgs .block-1 {
  left: 0px;
}

/* line 1863, app/assets/stylesheets/main/pages/_contact.scss */
.bg-cat {
  background-image: url(/dashboard_imgs/page/homepage4/bg-cat.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 70px 0px 150px 0px;
}

/* line 1871, app/assets/stylesheets/main/pages/_contact.scss */
.layout-brand-1 .card-grid-5 .box-cover-img {
  background: url(/dashboard_imgs/page/homepage4/bg-brand-1.png) repeat-x center bottom;
}

/* line 1875, app/assets/stylesheets/main/pages/_contact.scss */
.swiper-pagination-style-border {
  bottom: 10px !important;
}

/* line 1878, app/assets/stylesheets/main/pages/_contact.scss */
.swiper-pagination-style-border .swiper-pagination-customs {
  background-color: #ffffff !important;
  border: 1px solid #05264E;
}

/* line 1882, app/assets/stylesheets/main/pages/_contact.scss */
.swiper-pagination-style-border .swiper-pagination-customs-active,
.swiper-pagination-style-border .swiper-pagination-customs:hover {
  background-color: #05264E !important;
}

/* line 1887, app/assets/stylesheets/main/pages/_contact.scss */
.box-newsletter-2 {
  background: url(/dashboard_imgs/page/homepage4/bg-newsletter.png) no-repeat top center;
  background-size: cover;
  padding: 100px 0px 90px 0px;
  border-radius: 0px;
}

/* line 1894, app/assets/stylesheets/main/pages/_contact.scss */
.box-search-2 {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

/* line 1899, app/assets/stylesheets/main/pages/_contact.scss */
.box-search-2 .block-banner {
  padding: 0px;
}

/* line 1902, app/assets/stylesheets/main/pages/_contact.scss */
.box-search-2 .block-banner .form-find .select2 {
  max-width: 150px;
}

/* line 1905, app/assets/stylesheets/main/pages/_contact.scss */
.box-search-2 .block-banner .form-find .select2:after {
  right: auto;
  left: -3px;
}

/* line 1910, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage5 .banner-inner .row .block-banner {
  padding-right: 70px;
  padding-top: 90px;
}

/* line 1914, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage5 .banner-inner .banner-imgs {
  min-height: 550px;
  width: 100%;
  position: relative;
}

/* line 1919, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage5 .banner-inner .banner-imgs::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(/dashboard_imgs/page/homepage5/bg-banner.png) no-repeat top center;
  background-size: contain;
  content: "";
  z-index: 1;
}

/* line 1930, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage5 .banner-inner .banner-imgs .banner-1 {
  position: absolute;
  z-index: 2;
  top: 30px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  max-width: 356px;
  margin: auto;
  max-height: 356px;
}

/* line 1941, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage5 .banner-inner .banner-imgs .banner-2 {
  position: absolute;
  z-index: 2;
  max-width: 192px;
  top: 30px;
  left: 0px;
}

/* line 1948, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage5 .banner-inner .banner-imgs .banner-3 {
  position: absolute;
  z-index: 2;
  max-width: 165px;
  bottom: 0px;
  left: 0px;
}

/* line 1955, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage5 .banner-inner .banner-imgs .banner-4 {
  position: absolute;
  z-index: 2;
  max-width: 145px;
  top: 30px;
  right: 80px;
}

/* line 1962, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage5 .banner-inner .banner-imgs .banner-5 {
  position: absolute;
  z-index: 2;
  max-width: 131px;
  top: 300px;
  right: 30px;
}

/* line 1969, app/assets/stylesheets/main/pages/_contact.scss */
.banner-homepage5 .banner-inner .banner-imgs .banner-6 {
  position: absolute;
  z-index: 2;
  max-width: 120px;
  bottom: -30px;
  right: 170px;
}

@media (max-width: 1399.98px) {
  /* line 1978, app/assets/stylesheets/main/pages/_contact.scss */
  .custom-class {
    display: block;
  }
  /* line 1981, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-homepage5 .banner-imgs .banner-1 {
    max-width: 256px;
    max-height: 256px;
  }
  /* line 1985, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-homepage5 .banner-imgs .banner-2 {
    max-width: 152px;
    max-height: 152px;
  }
  /* line 1989, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-homepage5 .banner-imgs .banner-3 {
    max-width: 132px;
    max-height: 132px;
  }
  /* line 1993, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-homepage5 .banner-imgs .banner-4 {
    max-width: 115px;
    max-height: 115px;
    bottom: 20px;
  }
  /* line 1998, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-homepage5 .banner-imgs .banner-5 {
    max-width: 95px;
    max-height: 95px;
  }
  /* line 2002, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-homepage5 .banner-imgs .banner-6 {
    max-width: 85px;
    max-height: 85px;
    bottom: 10px;
  }
}

@media (max-width: 1199.98px) {
  /* line 2009, app/assets/stylesheets/main/pages/_contact.scss */
  .swiper-style-2 .item-5 {
    width: 25%;
  }
  /* line 2012, app/assets/stylesheets/main/pages/_contact.scss */
  .box-we-hiring {
    max-width: 100%;
    padding: 20px 10px 20px 120px;
  }
  /* line 2016, app/assets/stylesheets/main/pages/_contact.scss */
  .box-we-hiring::before {
    height: 89px;
    width: 90px;
  }
  /* line 2020, app/assets/stylesheets/main/pages/_contact.scss */
  .box-we-hiring::after {
    bottom: 10px;
    right: 10px;
    height: 90px;
    width: 138px;
  }
  /* line 2026, app/assets/stylesheets/main/pages/_contact.scss */
  .header .main-header .header-right {
    display: none;
  }
  /* line 2029, app/assets/stylesheets/main/pages/_contact.scss */
  .header .container {
    position: relative;
  }
  /* line 2032, app/assets/stylesheets/main/pages/_contact.scss */
  .burger-icon {
    display: inline-block;
  }
  /* line 2035, app/assets/stylesheets/main/pages/_contact.scss */
  .box-list-character ul {
    display: inline-block;
  }
  /* line 2038, app/assets/stylesheets/main/pages/_contact.scss */
  .box-list-character ul li {
    width: auto;
  }
  /* line 2041, app/assets/stylesheets/main/pages/_contact.scss */
  .custom-class {
    display: block;
  }
  /* line 2044, app/assets/stylesheets/main/pages/_contact.scss */
  .header .nav-main-menu {
    display: none;
  }
  /* line 2047, app/assets/stylesheets/main/pages/_contact.scss */
  .box-image-job .img-job-1 {
    top: -40px;
    left: -50px;
    width: 240px;
  }
  /* line 2052, app/assets/stylesheets/main/pages/_contact.scss */
  .box-image-job .img-job-2 {
    bottom: -120px;
    right: -50px;
    width: 240px;
  }
  /* line 2057, app/assets/stylesheets/main/pages/_contact.scss */
  .content-job-inner {
    padding-left: 20px;
    padding-top: 10px;
  }
  /* line 2061, app/assets/stylesheets/main/pages/_contact.scss */
  .bg-homepage1 {
    background-size: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 2066, app/assets/stylesheets/main/pages/_contact.scss */
  .w-lg-50 {
    width: 100%;
  }
  /* line 2069, app/assets/stylesheets/main/pages/_contact.scss */
  .card-image-top .image {
    height: 161px;
  }
  /* line 2072, app/assets/stylesheets/main/pages/_contact.scss */
  .swiper-style-2 .item-5 {
    width: 33.33%;
  }
  /* line 2075, app/assets/stylesheets/main/pages/_contact.scss */
  .footer .footer-col-1,
.footer .footer-col-2,
.footer .footer-col-3,
.footer .footer-col-4,
.footer .footer-col-5,
.footer .footer-col-6 {
    width: 33.33%;
    margin-bottom: 20px;
  }
  /* line 2084, app/assets/stylesheets/main/pages/_contact.scss */
  .header .main-header .header-left .header-logo {
    margin-right: 0px;
  }
  /* line 2087, app/assets/stylesheets/main/pages/_contact.scss */
  .header .main-header .header-left {
    padding-right: 44px;
  }
  /* line 2090, app/assets/stylesheets/main/pages/_contact.scss */
  .header .main-header .header-left .admin-area-badge {
    margin-left: 8px;
    white-space: nowrap;
  }
  /* line 2094, app/assets/stylesheets/main/pages/_contact.scss */
  .header .main-header .header-nav {
    width: 0%;
  }
  /* line 2097, app/assets/stylesheets/main/pages/_contact.scss */
  .assessments-candidates-page .candidates-page-header {
    align-items: flex-start !important;
    gap: 14px;
  }
  /* line 2101, app/assets/stylesheets/main/pages/_contact.scss */
  .assessments-candidates-page .candidates-page-actions {
    width: 100%;
    justify-content: flex-start;
  }
  /* line 2105, app/assets/stylesheets/main/pages/_contact.scss */
  .assessments-candidates-page .candidates-page-action-btn {
    min-width: 210px;
    justify-content: center;
  }
  /* line 2109, app/assets/stylesheets/main/pages/_contact.scss */
  .img-job-1,
.img-job-2 {
    display: none;
  }
  /* line 2113, app/assets/stylesheets/main/pages/_contact.scss */
  .content-job-inner {
    padding-top: 40px;
  }
  /* line 2116, app/assets/stylesheets/main/pages/_contact.scss */
  .box-we-hiring {
    padding: 20px 25px;
    width: auto;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  /* line 2122, app/assets/stylesheets/main/pages/_contact.scss */
  .box-we-hiring::before {
    display: none;
  }
  /* line 2125, app/assets/stylesheets/main/pages/_contact.scss */
  .box-we-hiring::after {
    display: none;
  }
  /* line 2128, app/assets/stylesheets/main/pages/_contact.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 2131, app/assets/stylesheets/main/pages/_contact.scss */
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  /* line 2134, app/assets/stylesheets/main/pages/_contact.scss */
  .header-right {
    padding-right: 50px;
  }
  /* line 2137, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero {
    max-width: 100%;
    padding: 0;
  }
  /* line 2141, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero.hero-1 {
    background: #f2f6fd;
  }
  /* line 2144, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero.hero-1 .block-banner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
    overflow: hidden;
  }
  /* line 2154, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero.hero-1::before {
    width: 100%;
    border-radius: 0;
    left: 0;
  }
  /* line 2159, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero.hero-1 .banner-imgs {
    display: none;
  }
  /* line 2162, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero.hero-1 h1 {
    font-size: 52px;
  }
  /* line 2165, app/assets/stylesheets/main/pages/_contact.scss */
  .card-grid-2 h5 {
    font-size: 18px;
  }
  /* line 2168, app/assets/stylesheets/main/pages/_contact.scss */
  .box-image-job .job-top-creator {
    left: 10px;
  }
  /* line 2171, app/assets/stylesheets/main/pages/_contact.scss */
  .list-partners li {
    padding: 15px 18px;
  }
  /* line 2174, app/assets/stylesheets/main/pages/_contact.scss */
  .list-partners li figure img {
    max-width: 80px;
  }
  /* line 2177, app/assets/stylesheets/main/pages/_contact.scss */
  .box-newsletter {
    padding: 57px 50px 96px 50px;
  }
  /* line 2180, app/assets/stylesheets/main/pages/_contact.scss */
  .nav.nav-right {
    margin-top: 30px;
  }
  /* line 2183, app/assets/stylesheets/main/pages/_contact.scss */
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  /* line 2186, app/assets/stylesheets/main/pages/_contact.scss */
  .bg-banner-about.banner-home-3 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
  /* line 2190, app/assets/stylesheets/main/pages/_contact.scss */
  .bg-banner-about.banner-home-3 .banner-hero {
    max-width: 720px;
  }
  /* line 2193, app/assets/stylesheets/main/pages/_contact.scss */
  .bg-banner-about.banner-home-3 .banner-hero .block-banner {
    padding-top: 0;
  }
  /* line 2196, app/assets/stylesheets/main/pages/_contact.scss */
  .bg-banner-about.banner-home-3 .banner-hero .block-banner h2.heading-banner {
    font-size: 36px;
    line-height: 1.2;
  }
  /* line 2200, app/assets/stylesheets/main/pages/_contact.scss */
  .bg-banner-about.banner-home-3::before, .bg-banner-about.banner-home-3::after {
    opacity: 0.1;
  }
  /* line 2203, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero.banner-homepage-3 {
    padding-top: 0;
    margin-bottom: 50px;
  }
  /* line 2207, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero.banner-homepage-3 h1 {
    font-size: 48px;
  }
  /* line 2210, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero.banner-homepage-3 .block-banner {
    padding-right: 80px;
    background: #F8FAFF;
  }
  /* line 2214, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero.banner-homepage-3 .banner-imgs {
    display: none;
  }
  /* line 2217, app/assets/stylesheets/main/pages/_contact.scss */
  .box-info-job {
    padding-left: 30px !important;
  }
  /* line 2220, app/assets/stylesheets/main/pages/_contact.scss */
  .box-info-job .mt-50 {
    margin-top: 0px !important;
  }
  /* line 2223, app/assets/stylesheets/main/pages/_contact.scss */
  .block-pricing .most-popular {
    margin-top: 0 !important;
  }
  /* line 2226, app/assets/stylesheets/main/pages/_contact.scss */
  .job-fillter {
    margin: 15px 0 0 0;
    border-top: 1px solid #eee;
    padding-top: 15px;
  }
  /* line 2231, app/assets/stylesheets/main/pages/_contact.scss */
  .job-fillter .btn {
    padding-left: 10px !important;
  }
  /* line 2234, app/assets/stylesheets/main/pages/_contact.scss */
  .job-fillter .dropdown-menu {
    margin-left: 10px !important;
    margin-top: 0 !important;
  }
  /* line 2238, app/assets/stylesheets/main/pages/_contact.scss */
  .heading-main-info .btn-default {
    margin: 15px 0;
  }
  /* line 2241, app/assets/stylesheets/main/pages/_contact.scss */
  .card-blog-1.post-list .post-thumb {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  /* line 2246, app/assets/stylesheets/main/pages/_contact.scss */
  .card-blog-1.post-list .post-title {
    font-size: 18px;
  }
  /* line 2249, app/assets/stylesheets/main/pages/_contact.scss */
  .archive-header h3 {
    font-size: 36px;
    width: 100% !important;
  }
  /* line 2253, app/assets/stylesheets/main/pages/_contact.scss */
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  /* line 2256, app/assets/stylesheets/main/pages/_contact.scss */
  .mt-md-50 {
    margin-top: 50px !important;
  }
  /* line 2259, app/assets/stylesheets/main/pages/_contact.scss */
  .mt-md-30 {
    margin-top: 30px !important;
  }
  /* line 2262, app/assets/stylesheets/main/pages/_contact.scss */
  .mt-md-0 {
    margin-top: 0px !important;
  }
  /* line 2265, app/assets/stylesheets/main/pages/_contact.scss */
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  /* line 2268, app/assets/stylesheets/main/pages/_contact.scss */
  .pl-md-0 {
    padding-left: 0 !important;
  }
  /* line 2271, app/assets/stylesheets/main/pages/_contact.scss */
  .pl-md-15 {
    padding-left: 15px !important;
  }
  /* line 2274, app/assets/stylesheets/main/pages/_contact.scss */
  .w-md-100 {
    width: 100% !important;
  }
  /* line 2277, app/assets/stylesheets/main/pages/_contact.scss */
  .section-title-large {
    font-size: 48px;
  }
  /* line 2280, app/assets/stylesheets/main/pages/_contact.scss */
  .leaflet-map {
    height: 328px;
    width: 100%;
  }
  /* line 2284, app/assets/stylesheets/main/pages/_contact.scss */
  .bg-cat {
    padding-bottom: 70px;
  }
  /* line 2287, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero .box-search-2 .block-banner {
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: visible;
  }
  /* line 2292, app/assets/stylesheets/main/pages/_contact.scss */
  .block-banner-1 {
    width: 100%;
  }
  /* line 2295, app/assets/stylesheets/main/pages/_contact.scss */
  .block-banner-2 {
    width: 58%;
  }
  /* line 2298, app/assets/stylesheets/main/pages/_contact.scss */
  .block-banner-3 {
    width: 42%;
  }
  /* line 2301, app/assets/stylesheets/main/pages/_contact.scss */
  .step-1::before {
    display: none;
  }
  /* line 2304, app/assets/stylesheets/main/pages/_contact.scss */
  .step-2::before {
    display: none;
  }
  /* line 2307, app/assets/stylesheets/main/pages/_contact.scss */
  .box-step {
    margin-bottom: 50px;
  }
  /* line 2310, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero.banner-homepage-3 {
    background-color: #ffffff;
  }
}

@media (max-width: 767.98px) {
  /* line 2315, app/assets/stylesheets/main/pages/_contact.scss */
  .swiper-style-2 .item-5 {
    width: 50%;
  }
  /* line 2318, app/assets/stylesheets/main/pages/_contact.scss */
  .footer .footer-col-1,
.footer .footer-col-2,
.footer .footer-col-3,
.footer .footer-col-4,
.footer .footer-col-5,
.footer .footer-col-6 {
    width: 50%;
  }
  /* line 2326, app/assets/stylesheets/main/pages/_contact.scss */
  .box-we-hiring {
    flex-wrap: wrap;
  }
  /* line 2329, app/assets/stylesheets/main/pages/_contact.scss */
  .box-we-hiring .text-1 {
    width: 100%;
    text-align: center;
  }
  /* line 2333, app/assets/stylesheets/main/pages/_contact.scss */
  .box-we-hiring .text-we-are {
    margin-right: 5px;
    display: inline-block;
  }
  /* line 2337, app/assets/stylesheets/main/pages/_contact.scss */
  .box-we-hiring .text-2 {
    width: 60%;
    padding-top: 10px;
  }
  /* line 2341, app/assets/stylesheets/main/pages/_contact.scss */
  .box-we-hiring .text-3 {
    padding-top: 15px;
    width: 40%;
    text-align: right;
  }
  /* line 2346, app/assets/stylesheets/main/pages/_contact.scss */
  .card-image-top .image {
    height: 250px;
  }
  /* line 2349, app/assets/stylesheets/main/pages/_contact.scss */
  .card-image-top .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  /* line 2354, app/assets/stylesheets/main/pages/_contact.scss */
  .box-swiper .swiper-button-next-1,
.box-swiper .swiper-button-prev-1 {
    display: none;
  }
  /* line 2358, app/assets/stylesheets/main/pages/_contact.scss */
  .style-nav-top .swiper-button-next,
.style-nav-top .swiper-button-prev {
    top: 10px;
  }
  /* line 2362, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero .block-banner .form-find .select2,
.banner-hero .block-banner .form-find .box-industry {
    max-width: 100%;
  }
  /* line 2366, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero .block-banner .form-find {
    padding: 15px;
    margin-top: 40px !important;
  }
  /* line 2370, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero .block-banner .form-find form {
    display: block;
  }
  /* line 2373, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero .block-banner .form-find form input {
    margin-bottom: 15px;
  }
  /* line 2376, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero .block-banner .form-find form button {
    margin-top: 15px;
  }
  /* line 2379, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero .block-banner .form-find .select2::after {
    display: none;
  }
  /* line 2382, app/assets/stylesheets/main/pages/_contact.scss */
  .pl-15.mb-15.mt-30 {
    margin-top: 0px !important;
  }
  /* line 2385, app/assets/stylesheets/main/pages/_contact.scss */
  .author-bio {
    display: block;
  }
  /* line 2388, app/assets/stylesheets/main/pages/_contact.scss */
  .max-width-single .post-meta {
    display: block !important;
  }
  /* line 2391, app/assets/stylesheets/main/pages/_contact.scss */
  .max-width-single .post-meta .date {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }
  /* line 2397, app/assets/stylesheets/main/pages/_contact.scss */
  .max-width-single .post-meta .author {
    width: 100%;
    display: inline-block !important;
    margin-right: 0px !important;
  }
  /* line 2402, app/assets/stylesheets/main/pages/_contact.scss */
  .archive-header .post-meta .author img {
    vertical-align: middle;
  }
  /* line 2405, app/assets/stylesheets/main/pages/_contact.scss */
  .archive-header {
    top: -120px;
    margin-bottom: -120px;
  }
  /* line 2409, app/assets/stylesheets/main/pages/_contact.scss */
  .box-white {
    padding: 30px 0px;
  }
  /* line 2412, app/assets/stylesheets/main/pages/_contact.scss */
  h2 {
    font-size: 25px;
    line-height: 34px;
  }
  /* line 2416, app/assets/stylesheets/main/pages/_contact.scss */
  .section-title-large {
    font-size: 38px;
  }
  /* line 2419, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero .block-banner {
    padding: 0;
  }
  /* line 2422, app/assets/stylesheets/main/pages/_contact.scss */
  .header .main-header .header-right {
    display: none;
  }
  /* line 2425, app/assets/stylesheets/main/pages/_contact.scss */
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 30px 13px 30px;
    border-bottom: 1px solid #E0E6F6;
  }
  /* line 2429, app/assets/stylesheets/main/pages/_contact.scss */
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 140px;
  }
  /* line 2432, app/assets/stylesheets/main/pages/_contact.scss */
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px;
  }
  /* line 2435, app/assets/stylesheets/main/pages/_contact.scss */
  .nav.nav-right {
    margin-top: 30px;
  }
  /* line 2438, app/assets/stylesheets/main/pages/_contact.scss */
  .box-head-single h3 {
    font-size: 36px;
    line-height: 1.2;
  }
  /* line 2442, app/assets/stylesheets/main/pages/_contact.scss */
  .social-share {
    margin-top: 25px;
  }
  /* line 2445, app/assets/stylesheets/main/pages/_contact.scss */
  .social-share .btn-sm {
    padding: 10px 15px;
    vertical-align: middle;
  }
  /* line 2449, app/assets/stylesheets/main/pages/_contact.scss */
  .job-overview {
    padding: 25px !important;
  }
  /* line 2452, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero .block-banner.form-none-shadow .form-find {
    margin-top: 0px !important;
  }
  /* line 2455, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-homepage5 .banner-inner .row .block-banner {
    padding-right: 0px;
  }
  /* line 2458, app/assets/stylesheets/main/pages/_contact.scss */
  .banner-hero .block-banner .form-find .btn-find {
    background-position: left 19px top 14px;
  }
}

@media (max-width: 484.98px) {
  /* line 2463, app/assets/stylesheets/main/pages/_contact.scss */
  .swiper-style-2 .item-5 {
    width: 100%;
  }
  /* line 2466, app/assets/stylesheets/main/pages/_contact.scss */
  .text-sortby {
    display: none;
  }
  /* line 2469, app/assets/stylesheets/main/pages/_contact.scss */
  .paginations .pager li .pager-prev {
    margin-right: 0px;
  }
  /* line 2472, app/assets/stylesheets/main/pages/_contact.scss */
  .paginations .pager li .pager-next {
    margin-left: 0px;
  }
  /* line 2475, app/assets/stylesheets/main/pages/_contact.scss */
  .paginations .pager li a {
    line-height: 24px;
    font-size: 16px;
  }
  /* line 2479, app/assets/stylesheets/main/pages/_contact.scss */
  .box-radius-8 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  /* line 2483, app/assets/stylesheets/main/pages/_contact.scss */
  .box-radius-8 .image {
    min-width: 100%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 15px;
  }
  /* line 2489, app/assets/stylesheets/main/pages/_contact.scss */
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 2493, app/assets/stylesheets/main/pages/_contact.scss */
  .box-newsletter-2 .font-lg {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 374.98px) {
  /* line 2499, app/assets/stylesheets/main/pages/_contact.scss */
  .image-profile {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  /* line 2505, app/assets/stylesheets/main/pages/_contact.scss */
  .container.wide {
    max-width: 1544px;
  }
}

/* line 2510, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 44%, #ffffff 100%);
}

/* line 2513, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__hero {
  position: relative;
  padding: 70px 0 30px;
}

/* line 2517, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 360px;
  background: radial-gradient(circle at 12% 20%, rgba(60, 101, 245, 0.13), transparent 60%), radial-gradient(circle at 88% 18%, rgba(5, 38, 78, 0.08), transparent 58%);
  pointer-events: none;
}

/* line 2526, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 36px;
  align-items: center;
}

/* line 2533, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  color: #2f5ceb;
  background: rgba(60, 101, 245, 0.12);
  margin-bottom: 14px;
}

/* line 2544, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__title {
  margin: 0;
  color: #05264E;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 720px;
}

/* line 2552, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__subtitle {
  margin: 20px 0 0;
  color: #526487;
  font-size: 18px;
  line-height: 1.65;
  max-width: 630px;
}

/* line 2559, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* line 2565, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__cta {
  min-width: 180px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 700;
}

/* line 2574, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__cta--ghost {
  border-width: 1px;
}

/* line 2577, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__metrics {
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

/* line 2585, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__metrics li {
  border: 1px solid #dce7fc;
  border-radius: 12px;
  padding: 12px 14px;
  background: #ffffff;
  box-shadow: 0 16px 30px -28px rgba(5, 38, 78, 0.35);
}

/* line 2592, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__metrics strong {
  display: block;
  color: #05264E;
  font-size: 24px;
  line-height: 1.2;
}

/* line 2598, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__metrics span {
  color: #66789C;
  font-size: 12px;
}

/* line 2602, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__hero-visual-card {
  border-radius: 22px;
  border: 1px solid #dce7fc;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 30px 60px -44px rgba(5, 38, 78, 0.45);
}

/* line 2609, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__section {
  padding: 56px 0 28px;
  content-visibility: auto;
  contain-intrinsic-size: 500px;
}

/* line 2614, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__section--alt {
  padding-bottom: 70px;
}

/* line 2617, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__section-head {
  margin-bottom: 20px;
}

/* line 2620, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__section-head h2 {
  margin: 0;
  color: #05264E;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

/* line 2627, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__section-head p {
  margin: 12px 0 0;
  color: #66789C;
  max-width: 740px;
}

/* line 2632, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

/* line 2637, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__card {
  border: 1px solid #dce7fc;
  border-radius: 16px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 22px 40px -34px rgba(5, 38, 78, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 2645, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 46px -34px rgba(60, 101, 245, 0.38);
}

/* line 2649, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__card-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #EEF4FF;
  color: #2f5ceb;
  margin-bottom: 12px;
}

/* line 2660, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #05264E;
}

/* line 2665, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__card p {
  margin: 0;
  color: #66789C;
  line-height: 1.55;
}

/* line 2670, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

/* line 2678, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__steps li {
  border: 1px solid #dce7fc;
  border-radius: 16px;
  padding: 20px;
  background: #ffffff;
}

/* line 2684, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__step-index {
  display: inline-flex;
  margin-bottom: 10px;
  color: #3C65F5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

/* line 2692, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__steps h4 {
  margin: 0 0 8px;
  color: #05264E;
}

/* line 2696, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__steps p {
  margin: 0;
  color: #66789C;
}

/* line 2700, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home__footer {
  margin-top: 16px;
  padding-bottom: 26px;
}

/* line 2704, app/assets/stylesheets/main/pages/_contact.scss */
.skillz-home a:focus-visible,
.skillz-home button:focus-visible {
  outline: 3px solid #2f5ceb;
  outline-offset: 2px;
}

@media (max-width: 1199.98px) {
  /* line 2711, app/assets/stylesheets/main/pages/_contact.scss */
  .skillz-home__hero-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  /* line 2715, app/assets/stylesheets/main/pages/_contact.scss */
  .skillz-home__hero-visual {
    order: 2;
  }
  /* line 2718, app/assets/stylesheets/main/pages/_contact.scss */
  .skillz-home__hero-content {
    order: 1;
  }
}

@media (max-width: 991.98px) {
  /* line 2723, app/assets/stylesheets/main/pages/_contact.scss */
  .skillz-home__cards,
.skillz-home__steps {
    grid-template-columns: 1fr 1fr;
  }
  /* line 2727, app/assets/stylesheets/main/pages/_contact.scss */
  .skillz-home__metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  /* line 2732, app/assets/stylesheets/main/pages/_contact.scss */
  .skillz-home__hero {
    padding-top: 42px;
  }
  /* line 2735, app/assets/stylesheets/main/pages/_contact.scss */
  .skillz-home__subtitle {
    font-size: 16px;
  }
  /* line 2738, app/assets/stylesheets/main/pages/_contact.scss */
  .skillz-home__cards,
.skillz-home__steps {
    grid-template-columns: 1fr;
  }
  /* line 2742, app/assets/stylesheets/main/pages/_contact.scss */
  .skillz-home__cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* line 2748, app/assets/stylesheets/main/pages/_contact.scss */
  .skillz-home .wow,
.skillz-home .animate__animated {
    animation: none !important;
    transition: none !important;
  }
  /* line 2753, app/assets/stylesheets/main/pages/_contact.scss */
  .skillz-home__card:hover {
    transform: none;
  }
}

/*OTHER SCREEN*/
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  /* line 3, app/assets/stylesheets/main/themes/_responsive.scss */
  .header-right {
    display: none;
  }
}

/* line 7, app/assets/stylesheets/main/themes/_responsive.scss */
.slideover {
  position: fixed;
  inset: 0;
  z-index: 9998;
}

/* line 12, app/assets/stylesheets/main/themes/_responsive.scss */
.slideover-backdrop {
  position: fixed;
  inset: 0;
  background-color: rgba(5, 38, 78, 0.4);
  opacity: 0;
  animation: slideover-fade-in 0.25s ease forwards;
}

/* line 19, app/assets/stylesheets/main/themes/_responsive.scss */
.slideover-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  max-width: 760px;
  background-color: #ffffff;
  box-shadow: -8px 0 24px rgba(5, 38, 78, 0.15);
  transform: translateX(100%);
  animation: slideover-slide-in 0.25s ease forwards;
  overflow-y: auto;
}

/* line 36, app/assets/stylesheets/main/themes/_responsive.scss */
.slideover-content {
  padding: 20px;
}

/* line 39, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-filters {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

/* line 46, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

/* line 54, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-post-new-btn {
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #3C65F5 0%, #2A4EEA 100%);
  color: #ffffff !important;
  font-weight: 700;
  padding: 11px 18px;
  box-shadow: 0 12px 24px -18px rgba(42, 78, 234, 0.95);
  transition: all 0.2s ease;
}

/* line 64, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-post-new-btn:hover {
  background: linear-gradient(135deg, #2A4EEA 0%, #1E3FD1 100%);
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 24px -16px rgba(42, 78, 234, 0.9);
}

/* line 70, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-search-field {
  position: relative;
  min-width: 230px;
}

/* line 74, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-search-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* line 86, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-search-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  stroke: #6E7FA3;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* line 96, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-search-field .jobs-search-input {
  padding-left: 46px;
}

/* line 99, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-filters-scroll {
  overflow-x: auto;
  padding-bottom: 6px;
  flex-wrap: nowrap;
}

/* line 104, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 18px;
  align-items: start;
}

/* line 110, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-filters-scroll::-webkit-scrollbar {
  height: 6px;
}

/* line 113, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-filters-scroll::-webkit-scrollbar-thumb {
  background: rgba(13, 38, 76, 0.2);
  border-radius: 999px;
}

/* line 117, app/assets/stylesheets/main/themes/_responsive.scss */
.jobs-filters .form-control {
  min-width: 160px;
}

@media (max-width: 991px) {
  /* line 121, app/assets/stylesheets/main/themes/_responsive.scss */
  .jobs-list {
    grid-template-columns: 1fr;
  }
}

/* line 125, app/assets/stylesheets/main/themes/_responsive.scss */
.job-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 16px 20px;
  padding-right: 140px;
  box-shadow: 0 8px 24px rgba(5, 38, 78, 0.08);
  border: 1px solid rgba(13, 38, 76, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

/* line 139, app/assets/stylesheets/main/themes/_responsive.scss */
.job-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(5, 38, 78, 0.12);
}

/* line 143, app/assets/stylesheets/main/themes/_responsive.scss */
.job-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 148, app/assets/stylesheets/main/themes/_responsive.scss */
.job-card__title {
  color: #0b2a52;
}

/* line 151, app/assets/stylesheets/main/themes/_responsive.scss */
.job-card__title:hover {
  color: #1a56db;
}

/* line 154, app/assets/stylesheets/main/themes/_responsive.scss */
.job-card__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 159, app/assets/stylesheets/main/themes/_responsive.scss */
.job-card__description {
  font-size: 15px;
  line-height: 1.65;
  color: #344054;
  max-width: 72ch;
}

/* line 165, app/assets/stylesheets/main/themes/_responsive.scss */
.job-card__meta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: #6c7a93;
  font-size: 13px;
}

/* line 172, app/assets/stylesheets/main/themes/_responsive.scss */
.job-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 177, app/assets/stylesheets/main/themes/_responsive.scss */
.job-status-badge {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 184, app/assets/stylesheets/main/themes/_responsive.scss */
.job-status-badge--draft {
  background: rgba(253, 197, 0, 0.15);
  color: #b78300;
}

/* line 188, app/assets/stylesheets/main/themes/_responsive.scss */
.job-status-badge--published {
  background: rgba(0, 200, 83, 0.15);
  color: #1b7e3c;
}

/* line 192, app/assets/stylesheets/main/themes/_responsive.scss */
.job-status-badge--closed {
  background: rgba(239, 68, 68, 0.12);
  color: #b42318;
}

/* line 196, app/assets/stylesheets/main/themes/_responsive.scss */
.job-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
}

/* line 206, app/assets/stylesheets/main/themes/_responsive.scss */
.job-card {
  position: relative;
}

/* line 209, app/assets/stylesheets/main/themes/_responsive.scss */
.job-action-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F2F6FF;
  color: #3C65F5;
  border: 1px solid #E0E6F7;
  transition: all 0.2s ease;
  pointer-events: auto;
}

/* line 222, app/assets/stylesheets/main/themes/_responsive.scss */
.job-action-icon--close {
  color: #B78103;
}

/* line 225, app/assets/stylesheets/main/themes/_responsive.scss */
.job-action-icon--publish {
  color: #027A48;
}

/* line 228, app/assets/stylesheets/main/themes/_responsive.scss */
.job-action-icon--delete {
  color: #D92D20;
}

/* line 231, app/assets/stylesheets/main/themes/_responsive.scss */
.job-action-icon:hover {
  background: #E0E6F7;
  transform: translateY(-1px);
}

/* line 235, app/assets/stylesheets/main/themes/_responsive.scss */
.job-delete-modal .modal-content {
  border-radius: 16px;
  border: 1px solid #E0E6F7;
}

/* line 239, app/assets/stylesheets/main/themes/_responsive.scss */
.job-delete-modal .modal-body {
  padding: 28px;
  text-align: center;
}

/* line 243, app/assets/stylesheets/main/themes/_responsive.scss */
.job-delete-modal__field {
  text-align: left;
}

/* line 246, app/assets/stylesheets/main/themes/_responsive.scss */
.job-delete-modal__label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  color: #344054;
  font-weight: 600;
}

/* line 253, app/assets/stylesheets/main/themes/_responsive.scss */
.job-delete-modal__error {
  margin-bottom: 12px;
  color: #B42318;
  background: #FFF1F3;
  border: 1px solid #FECDCA;
  border-radius: 10px;
  padding: 10px 12px;
  text-align: left;
  font-size: 13px;
}

/* line 263, app/assets/stylesheets/main/themes/_responsive.scss */
.job-delete-modal__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #FEE4E2;
  color: #D92D20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 20px;
}

/* line 275, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-delete-modal .modal-content {
  border-radius: 16px;
  border: 1px solid #E0E6F7;
}

/* line 279, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-delete-modal .modal-body {
  padding: 28px;
  text-align: center;
}

/* line 283, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-delete-modal__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #FEE4E2;
  color: #D92D20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 20px;
}

/* line 295, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-delete-modal__actions {
  width: 100%;
}

/* line 298, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-delete-modal__error {
  margin-bottom: 12px;
  color: #B42318;
  background: #FFF1F3;
  border: 1px solid #FECDCA;
  border-radius: 10px;
  padding: 10px 12px;
  text-align: left;
  font-size: 13px;
}

/* line 308, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

/* line 314, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 20px;
}

/* line 320, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 325, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-card {
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  box-shadow: 0 20px 40px -34px rgba(5, 38, 78, 0.38);
  transition: all 0.2s ease;
}

/* line 331, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-card--modern {
  border-radius: 18px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FBFF 100%);
  border: 1px solid #DCE6FB;
  box-shadow: 0 22px 40px -36px rgba(5, 38, 78, 0.5);
}

/* line 337, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-card:hover {
  border-color: #C8D7FF;
  box-shadow: 0 24px 45px -34px rgba(60, 101, 245, 0.42);
  transform: translateY(-1px);
}

/* line 342, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-card--modern:hover {
  border-color: #BFD1FF;
  box-shadow: 0 26px 48px -34px rgba(45, 96, 247, 0.35);
  transform: translateY(-2px);
}

/* line 347, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-content {
  min-width: 0;
}

/* line 350, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-description {
  line-height: 1.5;
  max-width: 820px;
}

/* line 354, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-title-link {
  color: #05264E;
}

/* line 357, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-title-link:hover {
  color: #3C65F5;
}

/* line 360, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-status-badge {
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

/* line 367, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-status-badge--draft {
  background: #EDF2FF;
  color: #2E55D4;
}

/* line 371, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-status-badge--published {
  background: #E8F8EE;
  color: #1F8F4E;
}

/* line 375, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-status-badge--archived {
  background: #FFF4E8;
  color: #B55A12;
}

/* line 379, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-panel {
  border: 1px solid #DFE8FA;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 18px 34px -32px rgba(5, 38, 78, 0.44);
  padding: 16px;
  margin-bottom: 18px;
}

/* line 387, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-form {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 12px;
  align-items: end;
}

/* line 393, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-form__item .form-control {
  border-radius: 12px;
  border: 1px solid #D6E2FB;
  min-height: 44px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 399, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-form__item .form-control:focus {
  border-color: #3C65F5;
  box-shadow: 0 0 0 3px rgba(60, 101, 245, 0.12);
}

/* line 403, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-form__item--title {
  position: relative;
}

/* line 406, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 40;
  border: 1px solid #D6E2FB;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 16px 26px rgba(5, 38, 78, 0.14);
  max-height: 240px;
  overflow-y: auto;
}

/* line 419, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-dropdown__item {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ECF1FC;
  background: transparent;
  text-align: left;
  padding: 10px 12px;
  color: #28406B;
  font-size: 13px;
  font-weight: 600;
  transition: background 0.2s ease;
}

/* line 431, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-dropdown__item:last-child {
  border-bottom: 0;
}

/* line 434, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-dropdown__item:hover {
  background: #F4F8FF;
}

/* line 437, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-dropdown__empty {
  padding: 10px 12px;
  color: #7583A6;
  font-size: 12px;
  font-weight: 600;
}

/* line 443, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-form__item.is-hidden {
  display: none;
}

/* line 446, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4C5E86;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* line 455, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-search-status {
  margin: 0 0 12px;
  color: #C9372C;
  font-size: 12px;
  font-weight: 700;
}

/* line 461, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-loading__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3C65F5;
  animation: assessments-loading-bounce 1s infinite ease-in-out;
}

/* line 468, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-loading__dot:nth-child(2) {
  animation-delay: 0.14s;
}

/* line 471, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessments-loading__dot:nth-child(3) {
  animation-delay: 0.28s;
}

@keyframes assessments-loading-bounce {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.55;
  }
  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

/* line 478, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-create-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 10px 14px;
}

/* line 485, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-actions {
  margin-left: 16px;
}

/* line 488, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 0 11px;
  border: 1px solid transparent;
}

/* line 500, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-action-btn i {
  font-size: 13px;
  line-height: 1;
}

/* line 504, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page--all .assessment-actions--all {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  min-width: 540px;
}

/* line 511, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page--all .assessment-actions__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

/* line 517, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page--all .assessment-actions__group--exports {
  padding: 8px;
  border: 1px dashed #D5E2FF;
  background: #F7FAFF;
  border-radius: 12px;
}

/* line 523, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page--all .assessment-export-hint {
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: #EEF2FB;
  color: #7583A6;
  font-size: 11px;
  font-weight: 700;
}

/* line 533, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page--all .assessment-action-btn--export {
  border-color: #D3E1FF;
  background: #EEF4FF;
  color: #2F5CEB;
}

/* line 538, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page--all .assessment-action-btn--export.is-disabled,
.assessments-page--all .assessment-action-btn--export:disabled {
  opacity: 0.65;
  border-color: #E4EAF7;
  background: #F7F9FD;
  color: #8D9AB8;
  cursor: not-allowed;
}

/* line 546, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-action-btn--share,
.assessments-page .assessment-action-btn--candidates,
.assessments-page .assessment-action-btn--publish {
  border-color: #D6E2FF;
  background: #EEF4FF;
  color: #2F5CEB;
}

/* line 553, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-action-btn--view {
  border-color: #DDE3EF;
  background: #F8FAFC;
  color: #52607A;
}

/* line 558, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-action-btn--edit {
  border-color: #C8D7FF;
  background: #3C65F5;
  color: #ffffff;
}

/* line 563, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-page .assessment-action-btn--edit:hover {
  color: #ffffff;
}

/* line 566, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-header {
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFCFF 100%);
  box-shadow: 0 20px 35px -34px rgba(5, 38, 78, 0.45);
  padding: 18px;
}

/* line 573, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-title {
  color: #05264E;
}

/* line 576, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-job-link {
  font-weight: 700;
}

/* line 579, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-status-badge {
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

/* line 586, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 591, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 12px;
}

/* line 601, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-action-btn i {
  font-size: 13px;
}

/* line 604, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-action-btn--back {
  border-color: #DDE3EF;
  color: #4B5A78;
}

/* line 608, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-action-btn--candidates {
  border-color: #D6E2FF;
  background: #EEF4FF;
  color: #2F5CEB;
}

/* line 613, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-action-btn--delete {
  border-color: #FFD8DD;
  background: #FFF4F5;
  color: #D92D20;
}

/* line 618, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-details,
.assessments-show-page .assessment-show-questions-panel {
  border: 1px solid #E0E6F7;
  border-radius: 16px;
}

/* line 623, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-kpi-card {
  border: 1px solid #EAF0FF;
  border-radius: 12px;
  background: #FBFCFF;
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
}

/* line 633, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-kpi-icon {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  background: #EDF3FF;
  color: #3C65F5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 643, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-question-card {
  border: 1px solid #EAF0FF !important;
  border-radius: 14px !important;
  background: #FFFFFF !important;
  box-shadow: 0 16px 26px -30px rgba(16, 24, 40, 0.55);
  padding: 16px !important;
}

/* line 650, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-question-title {
  color: #05264E;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* line 657, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-question-badges {
  flex-wrap: wrap;
}

/* line 660, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-question-badge {
  border-radius: 999px;
  padding: 6px 9px;
  font-size: 11px;
  font-weight: 700;
}

/* line 666, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-question-body {
  background: #FAFCFF;
  border: 1px solid #EAF0FF;
  border-radius: 10px;
  padding: 12px;
}

/* line 672, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-question-code {
  border-radius: 10px;
  border: 1px solid #1E293B;
}

/* line 676, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-show-page .assessment-show-empty {
  border: 1px dashed #D0DCFF;
  border-radius: 14px;
  background: #FAFCFF;
}

/* line 681, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-page-header {
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFCFF 100%);
  box-shadow: 0 20px 35px -34px rgba(5, 38, 78, 0.45);
  padding: 16px 18px;
}

/* line 688, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* line 693, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-page-action-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 12px;
}

/* line 703, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-page-action-btn--invite i,
.assessments-candidates-page .candidates-page-action-btn--back i {
  font-size: 13px;
}

/* line 707, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-page-action-btn--back {
  border-color: #DDE3EF;
  color: #4B5A78;
}

/* line 711, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-table-panel {
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  box-shadow: 0 22px 38px -36px rgba(5, 38, 78, 0.45);
  overflow: hidden;
}

/* line 717, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-table-wrap {
  border-radius: 16px;
}

/* line 720, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-table-modern {
  margin-bottom: 0;
}

/* line 723, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-table-modern thead th {
  background: #F8FAFF;
  border-bottom: 1px solid #E3EAF8;
  color: #05264E;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15px;
  text-transform: uppercase;
  padding: 16px 14px;
  white-space: nowrap;
}

/* line 734, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-table-modern tbody td {
  border-top: 1px solid #EDF2FC;
  color: #243B5A;
  font-size: 14px;
  padding: 16px 14px;
  vertical-align: middle;
}

/* line 741, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-table-modern tbody tr {
  background: #FFFFFF;
}

/* line 744, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidates-table-modern tbody tr:hover {
  background: #FBFCFF;
}

/* line 747, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-main {
  min-width: 220px;
}

/* line 750, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #DCE6F8;
}

/* line 757, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-avatar-placeholder {
  background: #F1F4F9;
  color: #5B6A85;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 764, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-name {
  color: #05264E;
  font-weight: 700;
}

/* line 768, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-email-cell {
  min-width: 240px;
}

/* line 771, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
}

/* line 781, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-status-badge--pending {
  background: #FFF4CC;
  color: #7A5A00;
}

/* line 785, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-status-badge--started {
  background: #DFF7E8;
  color: #1E7A39;
}

/* line 789, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-status-badge--completed {
  background: #E1EEFF;
  color: #1E5FBF;
}

/* line 793, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-status-badge--expired {
  background: #EEF1F6;
  color: #5D6B84;
}

/* line 797, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-status-badge--revoked {
  background: #FFE5E8;
  color: #B42318;
}

/* line 801, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-score-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 11px;
}

/* line 810, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-score-badge--high {
  background: #DFF7E8;
  color: #1E7A39;
}

/* line 814, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-score-badge--medium {
  background: #FFF4CC;
  color: #7A5A00;
}

/* line 818, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-score-badge--low {
  background: #FFE5E8;
  color: #B42318;
}

/* line 822, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-score-note {
  margin-top: 4px;
}

/* line 825, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-actions {
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
}

/* line 830, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-channel-badge {
  border: 1px solid #E6ECF8;
  border-radius: 999px;
  background: #F8FAFF !important;
  color: #42526D !important;
  font-weight: 600;
  padding: 7px 10px;
}

/* line 838, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-inline-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 11px;
  line-height: 1;
}

/* line 848, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-inline-btn i {
  font-size: 12px;
}

/* line 851, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-inline-btn--brand {
  border: 1px solid #C8D7FF;
}

/* line 854, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-inline-btn--danger {
  border: 1px solid #FFD8DD;
  background: #FFF4F5;
  color: #D92D20;
}

/* line 859, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-candidates-page .candidate-inline-btn--danger:hover {
  color: #D92D20;
}

/* line 862, app/assets/stylesheets/main/themes/_responsive.scss */
.job-stats {
  margin-top: 30px;
}

/* line 865, app/assets/stylesheets/main/themes/_responsive.scss */
.job-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

/* line 870, app/assets/stylesheets/main/themes/_responsive.scss */
.job-chart-card {
  background: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  padding: 20px;
}

/* line 876, app/assets/stylesheets/main/themes/_responsive.scss */
.job-chart-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

/* line 882, app/assets/stylesheets/main/themes/_responsive.scss */
.job-donut {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  display: block;
  transform: rotate(-90deg);
}

/* line 889, app/assets/stylesheets/main/themes/_responsive.scss */
.job-donut-ring {
  stroke: #EEF2F7;
}

/* line 892, app/assets/stylesheets/main/themes/_responsive.scss */
.job-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

/* line 898, app/assets/stylesheets/main/themes/_responsive.scss */
.job-chart-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #667085;
}

/* line 905, app/assets/stylesheets/main/themes/_responsive.scss */
.job-chart-legend-swatch {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--swatch-color);
}

/* line 911, app/assets/stylesheets/main/themes/_responsive.scss */
.job-bar-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* line 916, app/assets/stylesheets/main/themes/_responsive.scss */
.job-bar {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* line 921, app/assets/stylesheets/main/themes/_responsive.scss */
.job-bar-label {
  min-width: 120px;
  font-size: 13px;
  color: #667085;
}

/* line 926, app/assets/stylesheets/main/themes/_responsive.scss */
.job-bar-track {
  flex: 1;
  height: 10px;
  background: #EEF2F7;
  border-radius: 999px;
  overflow: hidden;
}

/* line 933, app/assets/stylesheets/main/themes/_responsive.scss */
.job-bar-fill {
  height: 100%;
  border-radius: 999px;
  background: var(--bar-color);
  width: var(--bar-width);
}

/* line 939, app/assets/stylesheets/main/themes/_responsive.scss */
.job-bar-value {
  min-width: 36px;
  text-align: right;
  font-size: 13px;
  color: #111827;
}

/* line 945, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-dashboard-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

/* line 952, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-dashboard-actions {
  display: flex;
  gap: 10px;
}

/* line 956, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-filter-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  margin-bottom: 16px;
}

/* line 963, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-filter-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 968, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-filter-item label {
  margin: 0;
  font-size: 12px;
  color: #667085;
}

/* line 973, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-filter-submit {
  justify-content: flex-end;
}

/* line 976, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

/* line 982, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-comparison-card {
  border: 1px solid #E4E7EC;
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* line 991, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-comparison-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

/* line 995, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-comparison-card span {
  font-size: 12px;
  color: #667085;
}

/* line 999, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-comparison-card strong {
  font-size: 24px;
  color: #0F172A;
  line-height: 1;
}

/* line 1004, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-comparison-card small {
  color: #3C65F5;
  font-size: 12px;
}

/* line 1008, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

/* line 1013, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-panel {
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  padding: 16px;
  background: #ffffff;
}

/* line 1019, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

/* line 1025, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}

/* line 1031, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-kpi-card {
  border: 1px solid #E4E7EC;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

/* line 1040, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-kpi-card:hover {
  border-color: #C7D7FE;
  transform: translateY(-1px);
}

/* line 1044, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-kpi-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--dot-color);
}

/* line 1050, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-kpi-label {
  color: #667085;
  font-size: 12px;
  line-height: 1.2;
}

/* line 1055, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-kpi-value {
  color: #101828;
  font-size: 13px;
  font-weight: 700;
}

/* line 1060, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-line-chart {
  border: 1px solid #EAECF0;
  border-radius: 12px;
  padding: 8px;
  min-height: 260px;
  margin-bottom: 12px;
}

/* line 1067, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-line-chart .apexcharts-canvas,
.stats-line-chart .apexcharts-svg {
  max-width: 100%;
}

/* line 1071, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-line-chart .apexcharts-legend-text {
  color: #475467 !important;
}

/* line 1074, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-chart-empty,
.stats-chart-error {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}

/* line 1085, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-chart-empty {
  color: #667085;
  background: #F8FAFC;
}

/* line 1089, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-chart-error {
  color: #B42318;
  background: #FEF3F2;
}

/* line 1093, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-trend-chart svg {
  width: 100%;
  height: 220px;
}

/* line 1097, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-trend-chart text {
  fill: #667085;
  font-size: 11px;
}

/* line 1101, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-trend-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 6px 8px 0;
}

/* line 1107, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-trend-legend span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  color: #475467;
}

/* line 1114, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-trend-legend i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  display: inline-block;
}

/* line 1120, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-bars-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* line 1125, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-bars-card {
  border: 1px solid #EAECF0;
  border-radius: 12px;
  padding: 12px;
}

/* line 1130, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-bars-card h6 {
  font-size: 13px;
  margin-bottom: 10px;
}

/* line 1134, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-horizontal-row {
  display: grid;
  grid-template-columns: 90px 1fr 32px;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

/* line 1141, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-horizontal-row span {
  color: #667085;
  font-size: 12px;
}

/* line 1145, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-horizontal-track {
  background: #EEF2F7;
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
}

/* line 1151, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-horizontal-fill {
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: var(--bar-color);
  transition: width 0.4s ease;
}

/* line 1158, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-horizontal-row strong {
  font-size: 12px;
  color: #101828;
  text-align: right;
}

/* line 1163, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-tooltip {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  background: #111827;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.1s ease, transform 0.1s ease;
}

/* line 1176, app/assets/stylesheets/main/themes/_responsive.scss */
.stats-tooltip.visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 1180, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-monitoring-page {
  margin-top: 30px;
}

/* line 1183, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-monitoring-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

/* line 1190, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-monitoring-header h1 {
  font-size: 28px;
  margin: 0 0 4px;
}

/* line 1194, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-monitoring-header p {
  margin: 0;
  color: #667085;
}

/* line 1198, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-monitoring-actions {
  display: flex;
  gap: 10px;
}

/* line 1202, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-monitoring-filters {
  margin-bottom: 16px;
}

/* line 1205, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-monitoring-filter-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

/* line 1211, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-monitoring-filter-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 1216, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-monitoring-filter-form .form-group-submit {
  justify-content: flex-end;
}

/* line 1219, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-kpi-card {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

/* line 1226, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-kpi-card span {
  color: #667085;
  font-size: 13px;
}

/* line 1230, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-kpi-card strong {
  font-size: 26px;
  color: #0F172A;
}

/* line 1234, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

/* line 1239, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-resource-card {
  border: 1px solid #E6ECFA;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 1247, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-resource-details {
  margin-top: 12px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #5C6E91;
  font-size: 13px;
}

/* line 1255, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-algorithm-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* line 1260, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-algorithm-card {
  border: 1px solid #E8EDF8;
  border-radius: 12px;
  padding: 12px;
}

/* line 1265, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-algorithm-card h4 {
  margin: 0 0 4px;
  font-size: 16px;
}

/* line 1269, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-algorithm-card p {
  margin: 0 0 8px;
  color: #667085;
  font-size: 13px;
}

/* line 1274, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-algorithm-card pre {
  margin: 0;
  background: #F8FAFF;
  border-radius: 8px;
  padding: 8px;
  font-size: 12px;
  color: #344054;
  max-height: 180px;
  overflow: auto;
}

/* line 1284, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-alert-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 1289, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-alert {
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid #FED7AA;
  background: #FFF7ED;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
}

/* line 1300, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-alert.critical {
  border-color: #FECACA;
  background: #FEF2F2;
}

/* line 1304, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-comparison-chart {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* line 1309, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-comparison-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 3fr) 70px;
  align-items: center;
  gap: 10px;
}

/* line 1315, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-bar-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #E8EEF8;
  overflow: hidden;
}

/* line 1322, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-bar-fill {
  height: 100%;
  background: #2D6CDF;
  border-radius: 999px;
}

/* line 1327, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-feature-doc p {
  margin-bottom: 8px;
}

/* line 1330, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visualization-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* line 1335, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visualization-card {
  border: 1px solid #E8EDF8;
  border-radius: 12px;
  padding: 12px;
  background: #FFFFFF;
}

/* line 1341, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visualization-card--large {
  padding: 14px;
}

/* line 1344, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visualization-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

/* line 1351, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visualization-card__header--stacked {
  align-items: flex-start;
}

/* line 1354, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visualization-card__header h4 {
  margin: 0;
  font-size: 15px;
}

/* line 1358, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visualization-card__header span {
  font-size: 12px;
  color: #667085;
}

/* line 1362, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visualization-explorer {
  display: grid;
  gap: 12px;
}

/* line 1366, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visualization-toolbar {
  display: grid;
  gap: 10px;
}

/* line 1370, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visualization-models {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 1375, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-model-btn {
  border: 1px solid #D0DBF4;
  border-radius: 999px;
  background: #FFFFFF;
  color: #0F2A5F;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
}

/* line 1384, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-model-btn.active {
  border-color: #2D6CDF;
  background: #EDF4FF;
}

/* line 1388, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visualization-select {
  display: none;
}

/* line 1391, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-meta {
  font-size: 12px;
  color: #667085;
}

/* line 1395, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

/* line 1401, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-tab-btn {
  border: 1px solid #D0DBF4;
  border-radius: 8px;
  background: #FFFFFF;
  color: #0F2A5F;
  padding: 6px 10px;
  font-size: 12px;
}

/* line 1409, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-tab-btn.active {
  border-color: #2D6CDF;
  background: #EDF4FF;
}

/* line 1413, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-panel {
  border: 1px solid #EEF3FF;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}

/* line 1419, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-scatter-chart svg,
.ml-line-chart svg {
  width: 100%;
  height: auto;
  display: block;
}

/* line 1425, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-legend {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
  font-size: 12px;
  color: #667085;
}

/* line 1433, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-legend span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* line 1438, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/* line 1444, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-auc {
  margin-top: 8px;
  font-size: 12px;
  color: #0F2A5F;
}

/* line 1449, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-matrix {
  display: grid;
  gap: 8px;
}

/* line 1453, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-matrix-row {
  display: grid;
  grid-template-columns: minmax(140px, 1fr) repeat(2, minmax(0, 1fr));
  gap: 6px;
  align-items: center;
}

/* line 1459, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-matrix-row span {
  color: #FFFFFF;
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  font-weight: 600;
}

/* line 1466, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-params h5 {
  margin: 0 0 6px;
  font-size: 13px;
}

/* line 1470, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-viz-params pre {
  margin: 0;
  background: #F8FAFF;
  border-radius: 8px;
  padding: 8px;
  font-size: 12px;
  color: #344054;
}

/* line 1478, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-chart-labels {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #667085;
}

/* line 1485, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visual-bars {
  display: grid;
  gap: 8px;
}

/* line 1489, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-visual-bars__row {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(130px, 3fr) 70px;
  align-items: center;
  gap: 8px;
}

/* line 1495, app/assets/stylesheets/main/themes/_responsive.scss */
.ml-empty {
  margin: 0;
  color: #667085;
}

/* line 1499, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-page {
  margin-top: 30px;
}

/* line 1502, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}

/* line 1509, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-header h1 {
  font-size: 28px;
  margin: 0 0 4px;
}

/* line 1513, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-header p {
  margin: 0;
  color: #667085;
}

/* line 1517, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-controls-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
}

/* line 1523, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

/* line 1530, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-week-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

/* line 1535, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-column {
  border: 1px solid #E6ECFA;
  border-radius: 12px;
  padding: 8px;
  background: #FCFDFF;
  min-height: 160px;
}

/* line 1542, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-column h4 {
  font-size: 12px;
  margin: 0 0 8px;
  color: #475467;
}

/* line 1547, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-grid {
  border: 1px solid #E6ECFA;
  border-radius: 12px;
  padding: 12px;
}

/* line 1552, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-grid h4 {
  margin: 0 0 8px;
  color: #475467;
}

/* line 1556, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-month-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

/* line 1561, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-month-cell {
  border: 1px solid #E6ECFA;
  border-radius: 10px;
  padding: 6px;
  min-height: 110px;
  background: #FFFFFF;
}

/* line 1568, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-month-cell-header {
  font-size: 12px;
  color: #667085;
  margin-bottom: 4px;
}

/* line 1573, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-dropzone {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* line 1579, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-card {
  background: #F8FAFF;
  border: 1px solid #E6ECFA;
  border-left: 4px solid #64748b;
  border-radius: 8px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  cursor: pointer;
  transition: box-shadow .2s ease, transform .2s ease;
}

/* line 1591, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

/* line 1595, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-card--invitation {
  background: #F5F9FF;
  border-color: #D8E6FF;
}

/* line 1599, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-card--job {
  background: #F4FBF7;
  border-color: #D3F0E0;
}

/* line 1603, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-card--evaluation {
  background: #FFF8F2;
  border-color: #FFE3CC;
}

/* line 1607, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-card--event {
  background: #F8FAFF;
  border-color: #DCE6FF;
}

/* line 1612, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-card--task {
  background: linear-gradient(180deg, #F3FFF7 0%, #E9FFF2 100%);
  border-color: #BDEFD1;
  border-left-color: #0E9F6E !important;
}

/* line 1617, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}

/* line 1623, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-kind {
  font-size: 10px !important;
  font-weight: 600;
  color: #344054 !important;
}

/* line 1628, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-card strong {
  font-size: 12px;
}

/* line 1631, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-card span {
  font-size: 11px;
  color: #5C6E91;
}

/* line 1635, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-priority {
  color: #2563eb !important;
  font-weight: 600;
}

/* line 1639, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-event-card--task .calendar-priority {
  display: none;
}

/* line 1642, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-entry-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

/* line 1654, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-entry-badge--event {
  background: #EAF1FF;
  color: #2F55D4;
}

/* line 1658, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-entry-badge--task {
  background: #DCFCE7;
  color: #166534;
}

/* line 1662, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-suggestions-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

/* line 1668, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-suggestion-list {
  display: grid;
  gap: 8px;
}

/* line 1672, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-suggestion-item {
  border: 1px solid #E6ECFA;
  border-radius: 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: 50px 1fr auto 1fr;
  gap: 10px;
  align-items: center;
}

/* line 1681, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-surface {
  position: relative;
  transition: background-color .2s ease, border-color .2s ease;
}

/* line 1685, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-surface:hover {
  background: #F7FAFF;
}

/* line 1688, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-month-cell--selected {
  border-color: #2D6CDF;
  box-shadow: 0 0 0 1px rgba(45, 108, 223, 0.15);
}

/* line 1692, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-details {
  opacity: .95;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease;
}

/* line 1697, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-details.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* line 1701, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-details__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

/* line 1708, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-details__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 10px;
}

/* line 1714, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-details__section h4 {
  font-size: 14px;
  margin-bottom: 8px;
}

/* line 1718, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-details-list {
  display: grid;
  gap: 8px;
}

/* line 1722, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-details-item {
  border: 1px solid #E6ECFA;
  border-radius: 10px;
  background: #FFFFFF;
  padding: 10px;
  display: grid;
  gap: 3px;
}

/* line 1730, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-details-item--event {
  border-color: #DCE6FF;
  background: #F8FAFF;
}

/* line 1734, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-day-details-item--task {
  border-color: #BDEFD1;
  background: #F3FFF7;
}

/* line 1738, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-note-form {
  border-top: 1px solid #E6ECFA;
  margin-top: 10px;
  padding-top: 10px;
}

/* line 1743, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-note-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

/* line 1748, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-note-form__actions {
  display: flex;
  gap: 8px;
}

/* line 1752, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-note-list {
  display: grid;
  gap: 10px;
}

/* line 1756, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-note-item {
  border: 1px solid #E6ECFA;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

/* line 1765, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-note-item--task {
  border-color: #BDEFD1;
  background: linear-gradient(180deg, #F6FFF9 0%, #EDFFF4 100%);
}

/* line 1769, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-note-item--task .calendar-note-item__content strong {
  font-weight: 800;
  color: #14532d;
}

/* line 1773, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-note-item__content p {
  margin: 4px 0;
  white-space: pre-wrap;
}

/* line 1777, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-note-item__content span {
  font-size: 12px;
  color: #667085;
}

/* line 1781, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-note-item__actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

/* line 1786, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel {
  --meet-space-1: 8px;
  --meet-space-2: 16px;
  --meet-space-3: 24px;
  --meet-radius-md: 12px;
  --meet-radius-lg: 16px;
  --meet-color-surface: #F7F9FF;
  --meet-color-surface-container: #FFFFFF;
  --meet-color-outline: #BBC5E8;
  --meet-color-outline-strong: #5F6B8C;
  --meet-color-primary: #0B57D0;
  --meet-color-primary-hover: #0842A0;
  --meet-color-on-primary: #FFFFFF;
  --meet-color-text: #1B1F2A;
  --meet-color-text-muted: #424C68;
  --meet-easing-standard: cubic-bezier(0.2, 0, 0, 1);
  font-family: "Roboto", "Noto Sans", "Plus Jakarta Sans", sans-serif;
  background: var(--meet-color-surface);
  border: 1px solid #D7DEFA;
  border-radius: var(--meet-radius-lg);
  padding: var(--meet-space-3);
  display: grid;
  gap: var(--meet-space-3);
}

/* line 1810, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--meet-space-2);
}

/* line 1816, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel__title-wrap {
  display: grid;
  gap: var(--meet-space-1);
}

/* line 1820, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel__title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600;
  color: var(--meet-color-text);
  letter-spacing: 0.01em;
}

/* line 1828, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel__subtitle {
  margin: 0;
  color: var(--meet-color-text-muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

/* line 1834, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel__form {
  background: var(--meet-color-surface-container);
  border-radius: var(--meet-radius-lg);
  border: 1px solid #DDE4FF;
  padding: var(--meet-space-2);
  display: grid;
  gap: var(--meet-space-2);
}

/* line 1842, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel__form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--meet-space-2);
}

/* line 1847, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-field {
  margin-bottom: 0;
  display: grid;
  gap: var(--meet-space-1);
}

/* line 1852, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-field__label {
  margin: 0;
  color: var(--meet-color-text-muted);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

/* line 1859, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-field__control {
  min-height: 48px;
  border: 1px solid var(--meet-color-outline);
  border-radius: var(--meet-radius-md);
  background: #FFFFFF;
  color: var(--meet-color-text);
  font-size: 1rem;
  line-height: 1.5;
  padding: 11px 14px;
  transition: border-color 300ms var(--meet-easing-standard), box-shadow 300ms var(--meet-easing-standard), background-color 300ms var(--meet-easing-standard);
}

/* line 1870, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-field__control--textarea {
  min-height: 80px;
}

/* line 1873, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-field__control:focus,
.meet-field__control:focus-visible {
  outline: none;
  border-color: var(--meet-color-primary);
  box-shadow: 0 0 0 3px rgba(11, 87, 208, 0.24);
}

/* line 1879, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-field__control:hover {
  border-color: var(--meet-color-outline-strong);
}

/* line 1882, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel__actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: var(--meet-space-2);
}

/* line 1888, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel__status {
  min-height: 24px;
  color: var(--meet-color-text-muted);
  font-size: 0.875rem;
  line-height: 1.35;
}

/* line 1894, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-btn {
  min-height: 40px;
  border-radius: 999px;
  font-family: "Roboto", "Noto Sans", "Plus Jakarta Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 8px 20px;
  transition: transform 300ms var(--meet-easing-standard), background-color 300ms var(--meet-easing-standard), border-color 300ms var(--meet-easing-standard), color 300ms var(--meet-easing-standard), box-shadow 300ms var(--meet-easing-standard);
}

/* line 1904, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-btn:focus,
.meet-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(11, 87, 208, 0.24);
}

/* line 1909, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* line 1914, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-btn--filled {
  background: var(--meet-color-primary);
  border-color: var(--meet-color-primary);
  color: var(--meet-color-on-primary);
}

/* line 1919, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-btn--filled:hover {
  background: var(--meet-color-primary-hover);
  border-color: var(--meet-color-primary-hover);
  color: var(--meet-color-on-primary);
  transform: translateY(-1px);
}

/* line 1925, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-btn--outlined {
  border-color: var(--meet-color-primary);
  color: var(--meet-color-primary);
  background: #FFFFFF;
}

/* line 1930, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-btn--outlined:hover {
  background: rgba(11, 87, 208, 0.08);
  border-color: var(--meet-color-primary);
  color: var(--meet-color-primary);
}

/* line 1935, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-btn--tonal {
  background: rgba(11, 87, 208, 0.08);
  border-color: rgba(11, 87, 208, 0.12);
  color: #0A4AB4;
}

/* line 1940, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-btn--tonal:hover {
  background: rgba(11, 87, 208, 0.15);
  border-color: rgba(11, 87, 208, 0.18);
  color: #083D96;
  transform: translateY(-1px);
}

/* line 1946, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel__list-wrap {
  display: grid;
  gap: var(--meet-space-2);
}

/* line 1950, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel__list-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--meet-color-text);
}

/* line 1957, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-panel__list {
  display: grid;
  gap: var(--meet-space-2);
}

/* line 1961, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-list {
  display: grid;
  gap: var(--meet-space-2);
}

/* line 1965, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-card {
  background: var(--meet-color-surface-container);
  border: 1px solid #DDE4FF;
  border-radius: var(--meet-radius-md);
  padding: var(--meet-space-2);
  display: grid;
  gap: var(--meet-space-1);
  transition: border-color 300ms var(--meet-easing-standard), box-shadow 300ms var(--meet-easing-standard), transform 300ms var(--meet-easing-standard);
}

/* line 1974, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-card:hover {
  border-color: #9FB5F4;
  box-shadow: 0 8px 24px rgba(16, 32, 91, 0.12);
  transform: translateY(-1px);
}

/* line 1979, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-card:focus-within {
  border-color: var(--meet-color-primary);
  box-shadow: 0 0 0 3px rgba(11, 87, 208, 0.18);
}

/* line 1983, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--meet-space-1);
}

/* line 1989, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-card__title {
  color: var(--meet-color-text);
  font-size: 1rem;
  line-height: 1.5;
}

/* line 1994, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-card__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  border-radius: 999px;
  padding: 4px 10px;
  background: #E8F0FF;
  color: #1D4AB3;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 600;
}

/* line 2007, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-card__time,
.meet-card__code {
  margin: 0;
  color: var(--meet-color-text-muted);
  font-size: 0.875rem;
  line-height: 1.4;
}

/* line 2014, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-card__actions {
  display: flex;
  justify-content: flex-end;
}

/* line 2018, app/assets/stylesheets/main/themes/_responsive.scss */
.meet-empty-state {
  color: var(--meet-color-text-muted);
  padding: var(--meet-space-2);
  border: 1px dashed #BBC5E8;
  border-radius: var(--meet-radius-md);
  background: rgba(255, 255, 255, 0.65);
}

@media (prefers-reduced-motion: reduce) {
  /* line 2026, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-field__control,
.meet-btn,
.meet-card {
    transition-duration: 1ms;
  }
}

/* line 2032, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-hover-preview {
  position: absolute;
  z-index: 20;
  min-width: 220px;
  max-width: 320px;
  pointer-events: none;
  background: #FFFFFF;
  border: 1px solid #D7E3FC;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
  padding: 10px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .15s ease, transform .15s ease;
}

/* line 2047, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-hover-preview.is-visible {
  opacity: 1;
  transform: translateY(-100%);
}

/* line 2051, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-hover-preview__title {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 6px;
}

/* line 2056, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-hover-preview__counts {
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: #475467;
  margin-bottom: 6px;
}

/* line 2063, app/assets/stylesheets/main/themes/_responsive.scss */
.calendar-hover-preview__list {
  display: grid;
  gap: 3px;
  font-size: 12px;
}

@media (min-width: 1280px) {
  /* line 2069, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-panel__form-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 2072, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-panel__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  /* line 2077, app/assets/stylesheets/main/themes/_responsive.scss */
  .jobs-filters-scroll {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  /* line 2081, app/assets/stylesheets/main/themes/_responsive.scss */
  .jobs-filters .form-control {
    min-width: 0;
    width: 100%;
  }
  /* line 2085, app/assets/stylesheets/main/themes/_responsive.scss */
  .jobs-search-field {
    min-width: 0;
    width: 100%;
  }
  /* line 2089, app/assets/stylesheets/main/themes/_responsive.scss */
  .jobs-filters .btn {
    width: 100%;
  }
  /* line 2092, app/assets/stylesheets/main/themes/_responsive.scss */
  .job-stats-grid {
    grid-template-columns: 1fr;
  }
  /* line 2095, app/assets/stylesheets/main/themes/_responsive.scss */
  .job-bar-label {
    min-width: 90px;
  }
  /* line 2098, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-dashboard-header {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 2102, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-dashboard-actions {
    width: 100%;
  }
  /* line 2105, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-dashboard-actions .btn {
    flex: 1;
  }
  /* line 2108, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 2111, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-comparison-grid {
    grid-template-columns: 1fr;
  }
  /* line 2114, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-dashboard-grid {
    grid-template-columns: 1fr;
  }
  /* line 2117, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-bars-wrap {
    grid-template-columns: 1fr;
  }
  /* line 2120, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-monitoring-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 2123, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-resource-grid {
    grid-template-columns: 1fr;
  }
  /* line 2126, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-algorithm-list {
    grid-template-columns: 1fr;
  }
  /* line 2129, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-comparison-row {
    grid-template-columns: 1fr;
  }
  /* line 2132, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-visualization-grid {
    grid-template-columns: 1fr;
  }
  /* line 2135, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-visual-bars__row {
    grid-template-columns: 1fr;
  }
  /* line 2138, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-matrix-row {
    grid-template-columns: 1fr;
  }
  /* line 2141, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-visualization-models {
    display: none;
  }
  /* line 2144, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-visualization-select {
    display: block;
  }
  /* line 2147, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-week-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 2150, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-month-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* line 2153, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-suggestions-controls {
    grid-template-columns: 1fr;
  }
  /* line 2156, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-suggestion-item {
    grid-template-columns: 1fr;
  }
  /* line 2159, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-day-details__grid {
    grid-template-columns: 1fr;
  }
  /* line 2162, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-note-form__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  /* line 2167, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-panel {
    padding: 24px;
  }
  /* line 2170, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-panel__header {
    align-items: center;
  }
  /* line 2173, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-panel__form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  /* line 2178, app/assets/stylesheets/main/themes/_responsive.scss */
  .job-card {
    padding-right: 16px;
    padding-top: 54px;
  }
  /* line 2182, app/assets/stylesheets/main/themes/_responsive.scss */
  .job-card__description {
    font-size: 14px;
    line-height: 1.6;
  }
  /* line 2186, app/assets/stylesheets/main/themes/_responsive.scss */
  .job-actions {
    top: 10px;
    right: 10px;
    gap: 6px;
  }
  /* line 2191, app/assets/stylesheets/main/themes/_responsive.scss */
  .job-action-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  /* line 2196, app/assets/stylesheets/main/themes/_responsive.scss */
  .job-drag-handle {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  /* line 2201, app/assets/stylesheets/main/themes/_responsive.scss */
  .job-delete-modal .modal-body {
    padding: 20px;
  }
  /* line 2204, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessment-delete-modal .modal-body {
    padding: 20px;
  }
  /* line 2207, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessment-delete-modal__actions {
    flex-direction: column;
  }
  /* line 2210, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-filter-form {
    grid-template-columns: 1fr;
  }
  /* line 2213, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-dashboard-actions {
    flex-direction: column;
  }
  /* line 2216, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-kpi-grid {
    grid-template-columns: 1fr;
  }
  /* line 2219, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-horizontal-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  /* line 2223, app/assets/stylesheets/main/themes/_responsive.scss */
  .stats-horizontal-row strong {
    text-align: left;
  }
  /* line 2226, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-monitoring-header {
    flex-direction: column;
  }
  /* line 2229, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-monitoring-actions {
    width: 100%;
  }
  /* line 2232, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-monitoring-actions .btn {
    flex: 1;
  }
  /* line 2235, app/assets/stylesheets/main/themes/_responsive.scss */
  .ml-monitoring-filter-form {
    grid-template-columns: 1fr;
  }
  /* line 2238, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-header {
    flex-direction: column;
  }
  /* line 2241, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-controls-grid {
    grid-template-columns: 1fr;
  }
  /* line 2244, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-week-grid {
    grid-template-columns: 1fr;
  }
  /* line 2247, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-month-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 2250, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-note-item {
    flex-direction: column;
  }
  /* line 2253, app/assets/stylesheets/main/themes/_responsive.scss */
  .calendar-note-form__actions .btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  /* line 2258, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-panel {
    padding: 16px;
    gap: 16px;
  }
  /* line 2262, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-panel__header {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 2266, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-panel__form {
    padding: 16px;
  }
  /* line 2269, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-panel__form-grid {
    grid-template-columns: 1fr;
  }
  /* line 2272, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-panel__actions .meet-btn,
.meet-panel__header .meet-btn,
.meet-card__actions .meet-btn {
    width: 100%;
    justify-content: center;
  }
  /* line 2278, app/assets/stylesheets/main/themes/_responsive.scss */
  .meet-card__header {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 2282, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessment-item {
    flex-direction: column;
  }
  /* line 2285, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessment-actions {
    width: 100%;
    margin-left: 0;
  }
  /* line 2289, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessment-actions .btn {
    width: 100%;
  }
  /* line 2292, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-page .assessments-search-form {
    grid-template-columns: 1fr;
  }
  /* line 2295, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-page--all .assessment-actions--all {
    min-width: 0;
    align-items: stretch;
  }
  /* line 2299, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-page--all .assessment-actions__group {
    width: 100%;
    justify-content: stretch;
  }
  /* line 2303, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-page--all .assessment-actions__group .assessment-action-btn {
    width: 100%;
    justify-content: center;
  }
  /* line 2307, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessment-meta {
    gap: 10px;
  }
  /* line 2310, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-page .assessment-create-btn {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
  /* line 2315, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-page .assessment-action-btn {
    justify-content: center;
  }
  /* line 2318, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-show-page .assessment-show-action-btn {
    width: 100%;
    justify-content: center;
  }
  /* line 2322, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-show-page .assessment-show-kpi-card {
    min-height: 0;
  }
  /* line 2325, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-page-header {
    padding: 14px;
    gap: 12px;
  }
  /* line 2329, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-page-actions {
    width: 100%;
    gap: 8px;
  }
  /* line 2333, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-page-action-btn {
    width: 100%;
    justify-content: center;
  }
  /* line 2337, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-table-wrap {
    overflow: visible;
  }
  /* line 2340, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-table-modern {
    min-width: 0 !important;
  }
  /* line 2343, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-table-modern thead {
    display: none;
  }
  /* line 2346, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-table-modern tbody,
.assessments-candidates-page .candidates-table-modern tr,
.assessments-candidates-page .candidates-table-modern td {
    display: block;
    width: 100%;
  }
  /* line 2352, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-table-modern tr.candidate-row {
    border: 1px solid #E3EAF8;
    border-radius: 14px;
    margin: 0 8px 12px;
    padding: 10px 12px;
    background: #FFFFFF;
    box-shadow: 0 16px 28px -34px rgba(5, 38, 78, 0.45);
  }
  /* line 2360, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-table-modern tbody td {
    border-top: 0;
    border-bottom: 1px dashed #E8EDF8;
    padding: 10px 0;
    display: grid;
    grid-template-columns: minmax(92px, 104px) minmax(0, 1fr);
    column-gap: 10px;
    align-items: center;
    text-align: left;
    min-height: 0;
  }
  /* line 2371, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-table-modern tbody td:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
  }
  /* line 2375, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-table-modern tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 0;
    color: #5C6E91;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 1.4;
  }
  /* line 2386, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidate-main {
    justify-content: flex-start;
    gap: 10px;
    min-width: 0;
  }
  /* line 2391, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-table-modern tbody td:first-child {
    display: block;
  }
  /* line 2394, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidates-table-modern tbody td:first-child::before {
    margin-bottom: 8px;
  }
  /* line 2397, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidate-name {
    max-width: 100%;
    text-align: left;
  }
  /* line 2401, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidate-email-cell {
    overflow-wrap: anywhere;
    font-size: 13px;
    line-height: 1.4;
  }
  /* line 2406, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidate-status-badge,
.assessments-candidates-page .candidate-score-badge {
    margin-left: 0;
  }
  /* line 2410, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidate-actions {
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  /* line 2416, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidate-actions > * {
    margin-left: 0;
  }
  /* line 2419, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessments-candidates-page .candidate-channel-badge,
.assessments-candidates-page .candidate-inline-btn {
    width: 100%;
    white-space: normal;
    justify-content: center;
  }
}

/* line 2426, app/assets/stylesheets/main/themes/_responsive.scss */
.job-location-map {
  height: 180px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(13, 38, 76, 0.12);
  overflow: hidden;
}

/* line 2433, app/assets/stylesheets/main/themes/_responsive.scss */
.job-date-input[type="date"] {
  color: #0b2a52;
  background-color: #ffffff;
}

/* line 2437, app/assets/stylesheets/main/themes/_responsive.scss */
.job-date-input[type="date"]::-webkit-datetime-edit {
  color: #0b2a52;
}

/* line 2440, app/assets/stylesheets/main/themes/_responsive.scss */
.job-date-input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.7;
}

/* line 2443, app/assets/stylesheets/main/themes/_responsive.scss */
.job-calendar-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid #E0E6F7;
  background: #ffffff;
  color: #3C65F5;
  transition: all 0.2s ease;
  box-shadow: 0 8px 18px rgba(10, 42, 105, 0.08);
}

/* line 2456, app/assets/stylesheets/main/themes/_responsive.scss */
.job-calendar-trigger:hover {
  background: #F2F6FF;
  color: #05264E;
  border-color: #C9D6FF;
  box-shadow: 0 10px 20px rgba(10, 42, 105, 0.12);
}

/* line 2462, app/assets/stylesheets/main/themes/_responsive.scss */
.job-calendar-trigger:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(60, 101, 245, 0.2);
}

/* line 2466, app/assets/stylesheets/main/themes/_responsive.scss */
.job-drag-handle {
  cursor: grab;
  color: #a3afbf;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E6F7;
  background: #F8FAFF;
  pointer-events: auto;
}

/* line 2479, app/assets/stylesheets/main/themes/_responsive.scss */
.job-location-map iframe {
  width: 100%;
  height: 200px;
  border: 0;
  border-radius: 12px;
}

/* line 2485, app/assets/stylesheets/main/themes/_responsive.scss */
.assessments-edit-page .section-box {
  background: transparent;
}

/* line 2488, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .panel-white {
  border: 1px solid #E4EAF7;
  border-radius: 16px;
  box-shadow: 0 24px 44px -38px rgba(5, 38, 78, 0.48);
}

/* line 2493, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .box-padding.bg-postjob {
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  padding: 28px;
}

/* line 2498, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-form-title {
  color: #05264e;
  font-weight: 700;
}

/* line 2502, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-form-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E7EEFF;
  padding-bottom: 12px;
  margin-bottom: 6px;
}

/* line 2510, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .question-field {
  border: 1px solid #dbe6ff !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 24px -30px rgba(12, 45, 94, 0.45);
  background: #ffffff;
  padding: 20px;
}

/* line 2517, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .qcm-fields .option-field,
.assessment-form-page .code-fields .test-case-field {
  align-items: center;
}

/* line 2521, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .qcm-fields .option-field {
  border: 1px solid #E8EEFF;
  border-radius: 10px;
  padding: 10px;
  background: #FCFDFF;
}

/* line 2527, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .code-fields .test-case-field {
  border: 1px solid #E8EEFF !important;
  border-radius: 10px !important;
  background: #FCFDFF;
}

/* line 2532, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-ui-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 16px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

/* line 2544, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-ui-btn i {
  line-height: 1;
}

/* line 2547, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-ui-btn-primary {
  min-width: 170px;
  width: auto;
  line-height: 1.2;
}

/* line 2552, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-ui-btn-neutral {
  background: #ffffff;
  border-color: #D6E0F5;
  color: #1E2A4A;
}

/* line 2557, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-ui-btn-neutral:hover {
  background: #F5F8FF;
  border-color: #BFCFF4;
}

/* line 2561, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-ui-btn-secondary {
  background: #EFF4FF;
  border-color: #D7E3FF;
  color: #2F5EEA;
}

/* line 2566, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-ui-btn-secondary:hover {
  background: #E2ECFF;
}

/* line 2569, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-ui-btn-danger {
  background: #FFF3F3;
  border-color: #FFD9D9;
  color: #C62828;
}

/* line 2574, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-ui-btn-danger:hover {
  background: #FFEAEA;
}

/* line 2577, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-option-remove-btn {
  min-width: 40px;
  padding: 8px;
}

/* line 2581, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 16px;
  border-top: 1px solid #E7EEFF;
}

/* line 2589, app/assets/stylesheets/main/themes/_responsive.scss */
.assessment-form-page .assessment-form-actions .ml-10 {
  margin-left: 0 !important;
}

/* line 2592, app/assets/stylesheets/main/themes/_responsive.scss */
.company-logo-uploader {
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border: 1px dashed #C8D8FF;
  border-radius: 14px;
  background: #F7FAFF;
  margin-bottom: 24px;
}

/* line 2601, app/assets/stylesheets/main/themes/_responsive.scss */
.company-logo-uploader .img-profile {
  width: 88px;
  height: 88px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #D7E2FF;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 2612, app/assets/stylesheets/main/themes/_responsive.scss */
.company-logo-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 2617, app/assets/stylesheets/main/themes/_responsive.scss */
.company-logo-placeholder {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8AA2D6;
  background: #F3F7FF;
}

/* line 2626, app/assets/stylesheets/main/themes/_responsive.scss */
.company-logo-placeholder i {
  font-size: 26px;
  line-height: 1;
}

/* line 2630, app/assets/stylesheets/main/themes/_responsive.scss */
.company-logo-uploader .info-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 2636, app/assets/stylesheets/main/themes/_responsive.scss */
.company-contact-widget {
  border: 1px solid #DEE8FF;
  border-radius: 14px;
  background: #FAFCFF;
  padding: 16px;
}

/* line 2642, app/assets/stylesheets/main/themes/_responsive.scss */
.company-contact-widget-title {
  color: #0D2A4C;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 14px;
}

@media (max-width: 767.98px) {
  /* line 2650, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessment-form-page .box-padding.bg-postjob {
    padding: 18px;
  }
  /* line 2653, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessment-form-page .assessment-form-actions .btn {
    width: 100%;
    justify-content: center;
  }
  /* line 2657, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessment-form-page .assessment-ui-btn-primary {
    min-width: 0;
  }
  /* line 2660, app/assets/stylesheets/main/themes/_responsive.scss */
  .assessment-form-page .question-field {
    padding: 14px;
  }
  /* line 2663, app/assets/stylesheets/main/themes/_responsive.scss */
  .company-logo-uploader {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 2667, app/assets/stylesheets/main/themes/_responsive.scss */
  .company-contact-widget {
    padding: 14px;
  }
}

@keyframes slideover-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideover-slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

/* line 2687, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

/* line 2694, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-action-form {
  margin: 0;
}

/* line 2697, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  min-width: 128px;
  border-radius: 10px;
  font-weight: 700;
  padding: 8px 12px;
}

/* line 2708, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-action-btn i {
  font-size: 14px;
  line-height: 1;
}

/* line 2712, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-action-btn--details {
  border-color: #C7D6FF;
  color: #1D4ED8;
}

/* line 2716, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-action-btn--details:hover {
  border-color: #AFC5FF;
  color: #1E40AF;
}

/* line 2720, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-action-btn--pdf {
  box-shadow: 0 10px 18px -14px rgba(60, 101, 245, 0.95);
}

/* line 2723, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-action-btn--delete {
  background: #E11D48;
  border-color: #E11D48;
}

/* line 2727, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-action-btn--delete:hover {
  background: #BE123C;
  border-color: #BE123C;
}

@property --score-progress {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}

/* line 2736, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-gauge-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 8px 0;
}

/* line 2743, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-gauge {
  --score-target: 0;
  --score-progress: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(#3C65F5 calc(var(--score-progress) * 1%), #E7EDFF 0);
  animation: cv-score-fill 1.8s cubic-bezier(0.2, 0.85, 0.2, 1) forwards;
  box-shadow: 0 14px 30px -22px rgba(60, 101, 245, 0.9);
}

/* line 2756, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-gauge-inner {
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/* line 2767, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-gauge-label {
  font-size: 13px;
  line-height: 1.2;
  color: #5A6EA9;
  font-weight: 600;
}

/* line 2773, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-gauge-value {
  font-size: 48px;
  line-height: 1;
  color: #0D2A4C;
  font-weight: 800;
}

/* line 2779, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-gauge-value span {
  font-size: 22px;
}

/* line 2782, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-gauge-meta {
  color: #0D2A4C;
  font-size: 15px;
}

/* line 2786, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-decision {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

/* line 2795, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-decision i {
  font-size: 15px;
  line-height: 1;
}

/* line 2799, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-decision--accepted {
  color: #047857;
  background: #DCFCE7;
}

/* line 2803, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-decision--rejected {
  color: #B91C1C;
  background: #FEE2E2;
}

/* line 2807, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-stat-card {
  border: 1px solid #D8E4FF;
  border-radius: 12px;
  background: #F8FBFF;
  padding: 14px 16px;
  min-height: 94px;
}

/* line 2814, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-stat-card-label {
  color: #5A6EA9;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 6px;
  font-weight: 600;
}

/* line 2821, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-stat-card-value {
  color: #0D2A4C;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
}

@keyframes cv-score-fill {
  to {
    --score-progress: var(--score-target);
  }
}

@media (max-width: 1199px) {
  /* line 2833, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-actions {
    justify-content: flex-start;
  }
  /* line 2836, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-score-gauge {
    width: 200px;
    height: 200px;
  }
  /* line 2840, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-score-gauge-inner {
    width: 156px;
    height: 156px;
  }
  /* line 2844, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-score-gauge-value {
    font-size: 42px;
  }
  /* line 2847, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-stat-card-value {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  /* line 2852, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table td,
.cv-list-table th {
    white-space: normal;
  }
  /* line 2856, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table td {
    word-break: break-word;
  }
}

@media (max-width: 767.98px) {
  /* line 2861, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table-wrap {
    overflow: visible;
  }
  /* line 2864, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table thead {
    display: none;
  }
  /* line 2867, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table,
.cv-list-table tbody,
.cv-list-table tr,
.cv-list-table td {
    display: block;
    width: 100%;
  }
  /* line 2874, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table tr.cv-list-row {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 14px;
    padding: 10px 12px;
    margin-bottom: 14px;
    box-shadow: 0 8px 20px -20px rgba(15, 23, 42, 0.6);
  }
  /* line 2882, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table tr.cv-list-row td {
    border: 0;
    padding: 8px 0;
    text-align: left !important;
  }
  /* line 2887, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table tr.cv-list-row td::before {
    content: attr(data-label);
    display: block;
    color: #64748B;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
  /* line 2897, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table tr.cv-list-row td.cv-list-actions-cell::before {
    margin-bottom: 8px;
  }
  /* line 2900, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table .cv-actions {
    width: 100%;
    justify-content: flex-start;
  }
  /* line 2904, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table .cv-action-btn,
.cv-list-table .cv-action-form {
    width: 100%;
  }
  /* line 2908, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-list-table .cv-action-btn {
    min-width: 0;
    justify-content: center;
  }
}

/* ---------------------------------------------------------------------
   Guest job board (public_jobs#index) — find_jobs_path
--------------------------------------------------------------------- */
/* line 2917, app/assets/stylesheets/main/themes/_responsive.scss */
.public-jobs-page {
  padding-bottom: 40px;
}

/* line 2920, app/assets/stylesheets/main/themes/_responsive.scss */
.public-jobs-search-form {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  margin-bottom: 10px;
}

/* line 2927, app/assets/stylesheets/main/themes/_responsive.scss */
.public-jobs-search-form__item .form-control,
.public-jobs-search-form select.form-control {
  border-radius: 12px;
  border: 1px solid #D6E2FB;
  min-height: 44px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* line 2934, app/assets/stylesheets/main/themes/_responsive.scss */
.public-jobs-search-form__item .form-control:focus {
  border-color: #3C65F5;
  box-shadow: 0 0 0 3px rgba(60, 101, 245, 0.12);
  outline: none;
}

/* line 2939, app/assets/stylesheets/main/themes/_responsive.scss */
.public-jobs-search-form__submit {
  min-height: 44px;
  border-radius: 12px;
  white-space: nowrap;
}

/* line 2944, app/assets/stylesheets/main/themes/_responsive.scss */
.public-jobs-search-status {
  color: #B42318;
  font-size: 13px;
  font-weight: 600;
}

/* line 2949, app/assets/stylesheets/main/themes/_responsive.scss */
.public-job-card {
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  box-shadow: 0 20px 40px -34px rgba(5, 38, 78, 0.38);
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}

/* line 2957, app/assets/stylesheets/main/themes/_responsive.scss */
.public-job-card:hover {
  border-color: #C8D7FF;
  box-shadow: 0 24px 45px -34px rgba(60, 101, 245, 0.42);
  transform: translateY(-1px);
}

/* line 2962, app/assets/stylesheets/main/themes/_responsive.scss */
.public-job-card__title {
  color: #05264E;
  font-weight: 700;
}

/* line 2966, app/assets/stylesheets/main/themes/_responsive.scss */
.public-job-card__title:hover {
  color: #3C65F5;
}

/* line 2969, app/assets/stylesheets/main/themes/_responsive.scss */
.public-job-card__logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 10px;
  border: 1px solid #EEF2FB;
  padding: 4px;
  flex-shrink: 0;
}

/* line 2978, app/assets/stylesheets/main/themes/_responsive.scss */
.public-job-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
}

/* line 2983, app/assets/stylesheets/main/themes/_responsive.scss */
.public-job-card__meta i {
  color: #97A0AC;
  margin-right: 2px;
}

/* line 2987, app/assets/stylesheets/main/themes/_responsive.scss */
.public-job-card__description {
  flex-grow: 1;
  line-height: 1.5;
}

@media (max-width: 991px) {
  /* line 2993, app/assets/stylesheets/main/themes/_responsive.scss */
  .public-jobs-search-form {
    grid-template-columns: 1fr 1fr;
  }
  /* line 2996, app/assets/stylesheets/main/themes/_responsive.scss */
  .public-jobs-search-form__item--query {
    grid-column: 1 / -1;
  }
  /* line 2999, app/assets/stylesheets/main/themes/_responsive.scss */
  .public-jobs-search-form__submit {
    grid-column: 1 / -1;
  }
}

@media (max-width: 575px) {
  /* line 3005, app/assets/stylesheets/main/themes/_responsive.scss */
  .public-jobs-search-form {
    grid-template-columns: 1fr;
  }
  /* line 3008, app/assets/stylesheets/main/themes/_responsive.scss */
  .public-jobs-search-form__item--query,
.public-jobs-search-form__submit {
    grid-column: 1;
  }
}

/* ---------------------------------------------------------------------
   Guest AI CV Reviewer (cv_reviews#new / #create) — new_cv_review_path
--------------------------------------------------------------------- */
/* line 3017, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-page {
  padding-bottom: 40px;
}

/* line 3020, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-intro p {
  max-width: 640px;
}

/* line 3023, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 20px;
}

/* line 3029, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-form__field {
  display: flex;
  flex-direction: column;
}

/* line 3033, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-form__textarea {
  border-radius: 12px;
  border: 1px solid #D6E2FB;
  resize: vertical;
  font-size: 14px;
  line-height: 1.6;
}

/* line 3040, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-form__textarea:focus {
  border-color: #3C65F5;
  box-shadow: 0 0 0 3px rgba(60, 101, 245, 0.12);
  outline: none;
}

/* line 3045, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-form__or {
  text-align: center;
  color: #97A0AC;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 10px 0;
}

/* line 3054, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-form__hint {
  color: #97A0AC;
  font-size: 12px;
  margin: 8px 0 0;
}

/* line 3059, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-form__submit {
  min-height: 46px;
  border-radius: 12px;
  padding: 0 32px;
}

/* line 3065, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-results-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 14px;
}

/* line 3072, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-results-header__text {
  flex: 1 1 320px;
  min-width: 0;
}

/* ---- CV match score badge ---- */
/* line 3078, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}

/* line 3085, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge__ring-wrap {
  position: relative;
  width: 64px;
  height: 64px;
}

/* line 3090, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge__ring {
  width: 64px;
  height: 64px;
  transform: rotate(-90deg);
}

/* line 3095, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge__ring-track {
  fill: none;
  stroke: #E0E6F7;
  stroke-width: 4;
}

/* line 3100, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge__ring-value {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 113.1;
  stroke-dashoffset: calc(113.1 * (1 - var(--cv-score-pct, 0)));
  transition: stroke-dashoffset 0.6s ease;
}

/* line 3108, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge__value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: #05264E;
}

/* line 3118, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge__label {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

/* line 3123, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge--good .cv-score-badge__ring-value {
  stroke: #1B8A5A;
}

/* line 3124, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge--good .cv-score-badge__label {
  color: #1B8A5A;
}

/* line 3125, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge--fair .cv-score-badge__ring-value {
  stroke: #B4842B;
}

/* line 3126, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge--fair .cv-score-badge__label {
  color: #B4842B;
}

/* line 3127, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge--weak .cv-score-badge__ring-value {
  stroke: #B42318;
}

/* line 3128, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-score-badge--weak .cv-score-badge__label {
  color: #B42318;
}

/* ---- ATS Readiness Checklist ---- */
/* line 3131, app/assets/stylesheets/main/themes/_responsive.scss */
.ats-checklist {
  background: #F5F8FF;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  padding: 22px 24px;
}

/* line 3137, app/assets/stylesheets/main/themes/_responsive.scss */
.ats-checklist__title {
  font-size: 16px;
  font-weight: 800;
  color: #05264E;
  margin-bottom: 4px;
}

/* line 3143, app/assets/stylesheets/main/themes/_responsive.scss */
.ats-checklist__subtitle {
  font-size: 13px;
  margin-bottom: 16px;
}

/* line 3147, app/assets/stylesheets/main/themes/_responsive.scss */
.ats-checklist__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 20px;
}

/* line 3155, app/assets/stylesheets/main/themes/_responsive.scss */
.ats-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* line 3160, app/assets/stylesheets/main/themes/_responsive.scss */
.ats-checklist__icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-top: 2px;
}

/* line 3171, app/assets/stylesheets/main/themes/_responsive.scss */
.ats-checklist__text strong {
  display: block;
  font-size: 14px;
  color: #05264E;
  margin-bottom: 2px;
}

/* line 3177, app/assets/stylesheets/main/themes/_responsive.scss */
.ats-checklist__text p {
  font-size: 13px;
  color: #66789C;
  margin: 0;
  line-height: 1.5;
}

/* line 3183, app/assets/stylesheets/main/themes/_responsive.scss */
.ats-checklist__item--pass .ats-checklist__icon {
  background: rgba(27, 138, 90, 0.12);
  color: #1B8A5A;
}

/* line 3184, app/assets/stylesheets/main/themes/_responsive.scss */
.ats-checklist__item--warning .ats-checklist__icon {
  background: rgba(180, 132, 43, 0.14);
  color: #B4842B;
}

/* line 3185, app/assets/stylesheets/main/themes/_responsive.scss */
.ats-checklist__item--fail .ats-checklist__icon {
  background: rgba(180, 35, 24, 0.12);
  color: #B42318;
}

@media (max-width: 767px) {
  /* line 3188, app/assets/stylesheets/main/themes/_responsive.scss */
  .ats-checklist__list {
    grid-template-columns: 1fr;
  }
}

/* line 3191, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-results {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: start;
}

/* line 3197, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-editor-panel {
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  box-shadow: 0 20px 40px -34px rgba(5, 38, 78, 0.38);
  overflow: hidden;
}

/* line 3203, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-editor-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 14px 20px;
  border-bottom: 1px solid #EEF2FB;
  background: #F8FAFF;
}

/* line 3213, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-editor-panel__hint {
  color: #97A0AC;
  font-size: 12px;
}

/* line 3217, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-editor {
  padding: 20px 22px;
  min-height: 480px;
  max-height: 900px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.7;
  color: #384967;
  white-space: pre-wrap;
}

/* line 3227, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-editor:focus {
  outline: none;
  background: #FCFDFF;
}

/* line 3231, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-highlight {
  background: #FFF3CD;
  border-bottom: 2px solid #F5B93D;
  border-radius: 3px;
  padding: 0 1px;
  cursor: default;
}

/* line 3238, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-highlight--accepted {
  background: #E6F7EE;
  border-bottom: 2px solid #22A06B;
}

/* line 3242, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-highlight--dismissed {
  background: transparent;
  border-bottom: none;
}

/* line 3247, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-suggestions-panel {
  position: sticky;
  top: 20px;
}

/* line 3251, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-suggestions-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-height: 900px;
  overflow-y: auto;
  padding-right: 4px;
}

/* line 3259, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-suggestions-load-more {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

/* line 3264, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-card {
  border: 1px solid #E0E6F7;
  border-radius: 14px;
  padding: 14px 16px;
  background: #fff;
  transition: opacity 0.2s ease;
}

/* line 3271, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-card--accepted {
  border-color: #22A06B;
  background: #F3FBF7;
}

/* line 3275, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-card--dismissed {
  opacity: 0.5;
}

/* line 3278, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-card__section {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #3C65F5;
  background: rgba(60, 101, 245, 0.08);
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 8px;
}

/* line 3290, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-card__diff {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 8px;
}

/* line 3295, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-card__original {
  color: #97A0AC;
  text-decoration: line-through;
}

/* line 3299, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-card__arrow {
  color: #C8D7FF;
  margin: 2px 0;
}

/* line 3303, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-card__suggested {
  color: #05264E;
  font-weight: 600;
}

/* line 3307, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-card__addition {
  font-size: 13px;
  color: #384967;
  margin-bottom: 8px;
}

/* line 3312, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-card__reason {
  font-size: 12px;
  color: #66789C;
  margin-bottom: 10px;
}

/* line 3317, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-suggestion-card__actions {
  display: flex;
  gap: 8px;
}

@media (max-width: 991px) {
  /* line 3323, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-review-form__grid {
    grid-template-columns: 1fr;
  }
  /* line 3326, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-review-results {
    grid-template-columns: 1fr;
  }
  /* line 3329, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-review-suggestions-panel,
.cv-review-results .cv-builder-preview {
    position: static;
  }
}

/* Suggestions / CV Template Builder tabs on the results page */
/* line 3336, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #E0E6F7;
  margin-bottom: 20px;
}

/* line 3342, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-tab {
  background: none;
  border: none;
  padding: 10px 4px;
  margin-bottom: -1px;
  font-weight: 600;
  font-size: 14px;
  color: #66789C;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

/* line 3353, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-review-tab.is-active {
  color: #3C65F5;
  border-bottom-color: #3C65F5;
}

/* ---------------------------------------------------------------------
   "My CVs" management page (candidate/cv_profiles#index)
--------------------------------------------------------------------- */
/* line 3361, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-profile-status-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  background: #d1fae5;
  color: #065f46;
}

/* line 3370, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-profile-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

/* ---------------------------------------------------------------------
   CV Template Builder (React component mounted at #cv-template-builder-root)
   Split layout: a categorized form (left) drives a read-only, resume-
   styled live preview (right). The preview uses plain text elements
   (not inputs), so it renders identically to the PDF export and never
   fights the site's global .form-control input styles.
--------------------------------------------------------------------- */
/* line 3384, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-builder__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

/* line 3392, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-builder__hint {
  color: #97A0AC;
  font-size: 13px;
  margin: 0;
}

/* line 3397, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-builder__error {
  color: #B42318;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 16px;
}

/* line 3403, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-builder__notice {
  color: #1B8A5A;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 16px;
}

/* line 3409, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-builder__toolbar-actions {
  display: flex;
  gap: 8px;
}

/* line 3413, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-builder__save-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

/* line 3420, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-builder__name-input {
  max-width: 260px;
  height: 38px;
}

/* line 3424, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-builder__primary-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #4B5563;
  margin: 0;
  white-space: nowrap;
}

/* line 3433, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-builder__primary-toggle input[type="checkbox"] {
  margin: 0;
}

/* line 3437, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-builder__manage-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--cv-accent, #3C65F5);
  white-space: nowrap;
}

/* line 3443, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-builder__manage-link:hover {
  text-decoration: underline;
}

/* line 3448, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-split {
  display: grid;
  grid-template-columns: minmax(360px, 440px) 1fr;
  align-items: start;
  gap: 24px;
}

/* ---- Left: the form ---- */
/* line 3456, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* line 3461, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__category {
  background: #fff;
  border: 1px solid #E0E6F7;
  border-radius: 14px;
  padding: 18px 20px;
}

/* line 3467, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

/* line 3473, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__category-header h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #05264E;
}

/* line 3481, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__field {
  margin-bottom: 14px;
}

/* line 3484, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__field:last-child {
  margin-bottom: 0;
}

/* line 3487, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__field .form-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #66789C;
  margin-bottom: 4px;
}

/* line 3494, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* line 3499, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__card {
  position: relative;
  border: 1px solid #EEF2FB;
  border-radius: 12px;
  padding: 14px 36px 14px 14px;
  margin-bottom: 12px;
  background: #FBFCFF;
}

/* line 3507, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__card:last-child {
  margin-bottom: 0;
}

/* line 3510, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__remove-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #FBEAEA;
  color: #B42318;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 1;
  cursor: pointer;
}

/* line 3523, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__add-btn {
  background: none;
  border: 1px dashed #C8D7FF;
  border-radius: 8px;
  color: #3C65F5;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  cursor: pointer;
}

/* line 3533, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__empty {
  color: #97A0AC;
  font-size: 13px;
  font-style: italic;
  margin: 0 0 10px;
}

/* line 3539, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

/* line 3545, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__skill-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(60, 101, 245, 0.08);
  color: #3C65F5;
  border-radius: 999px;
  padding: 4px 6px 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

/* line 3556, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-form__skill-chip button {
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
  line-height: 1;
  padding: 2px;
}

/* Template picker — three original layouts (see TEMPLATES in
   CvTemplateBuilder.jsx): classic / modern / compact. */
/* line 3567, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-picker {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* line 3572, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-picker__option {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 1 110px;
  background: #fff;
  border: 1px solid #E0E6F7;
  border-radius: 12px;
  padding: 10px 12px;
  cursor: pointer;
  text-align: left;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

/* line 3586, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-picker__option:hover {
  border-color: #C8D7FF;
}

/* line 3589, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-picker__option.is-active {
  border-color: #3C65F5;
  box-shadow: 0 0 0 3px rgba(60, 101, 245, 0.12);
}

/* line 3593, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-picker__swatch {
  display: flex;
  gap: 3px;
  width: 100%;
  height: 30px;
  padding: 4px;
  border-radius: 6px;
  background: #F4F7FF;
}

/* line 3602, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-picker__swatch i {
  display: block;
  flex: 1;
  border-radius: 3px;
  background: #C8D7FF;
  font-style: normal;
}

/* line 3609, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-picker__option--modern .cv-template-picker__swatch i:first-child {
  flex: 0 0 26%;
  background: #3C65F5;
}

/* line 3613, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-picker__option--compact .cv-template-picker__swatch {
  flex-direction: column;
  gap: 2px;
}

/* line 3617, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-picker__option--compact .cv-template-picker__swatch i {
  flex: none;
  height: 4px;
}

/* line 3621, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-picker__label {
  font-size: 13px;
  font-weight: 700;
  color: #05264E;
}

/* line 3626, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template-picker__description {
  font-size: 11px;
  color: #97A0AC;
}

/* ---- Accent color + font family controls (DesignPicker) ---- */
/* line 3632, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* line 3637, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 3642, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__label {
  font-size: 12px;
  font-weight: 700;
  color: #66789C;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 3649, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 3654, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__swatch {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #E0E6F7;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}

/* line 3665, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__swatch.is-active {
  box-shadow: 0 0 0 2px #3C65F5;
}

/* line 3668, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__swatch--custom {
  background: conic-gradient(red, yellow, lime, cyan, blue, magenta, red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}

/* line 3675, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__color-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
}

/* line 3686, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__color-input::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 50%;
}

/* line 3690, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__color-input::-webkit-color-swatch {
  border: 2px solid #fff;
  border-radius: 50%;
}

/* line 3694, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__color-input::-moz-color-swatch {
  border: 2px solid #fff;
  border-radius: 50%;
}

/* line 3698, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__fonts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 3703, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__font {
  background: #fff;
  border: 1px solid #E0E6F7;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 13px;
  color: #384967;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

/* line 3713, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__font:hover {
  border-color: #C8D7FF;
}

/* line 3716, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-design-picker__font.is-active {
  border-color: #3C65F5;
  color: #3C65F5;
  box-shadow: 0 0 0 3px rgba(60, 101, 245, 0.12);
}

/* ---- Right: the read-only preview ---- */
/* line 3723, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-builder-preview {
  position: sticky;
  top: 20px;
}

/* line 3727, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #E0E6F7;
  border-radius: 16px;
  box-shadow: 0 20px 40px -34px rgba(5, 38, 78, 0.38);
  padding: 40px 48px;
}

/* line 3736, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__header {
  text-align: center;
  border-bottom: 2px solid #E0E6F7;
  padding-bottom: 18px;
  margin-bottom: 20px;
}

/* line 3742, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__contact {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 16px;
  margin-top: 6px;
}

/* line 3749, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__contact-item {
  font-size: 13px;
  color: #66789C;
}

/* line 3753, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__section {
  margin-bottom: 24px;
}

/* line 3756, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__section:last-child {
  margin-bottom: 0;
}

/* line 3759, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__section h4 {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 13px;
  font-weight: 700;
  color: var(--cv-accent, #3C65F5) !important;
  border-bottom: 1px solid #EEF2FB;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

/* line 3769, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__paragraph {
  color: #384967;
  line-height: 1.6;
  margin: 0;
}

/* line 3774, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__name {
  margin: 0 0 4px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #05264E;
}

/* line 3781, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__headline {
  margin: 0 0 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--cv-accent, #3C65F5) !important;
}

/* line 3789, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__entry {
  position: relative;
  padding: 0 0 12px;
  border-bottom: 1px dashed #EEF2FB;
  margin-bottom: 12px;
}

/* line 3795, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__entry:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 3800, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__entry-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}

/* line 3806, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__entry-title {
  font-weight: 700;
  color: #05264E;
}

/* line 3810, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__entry-period {
  text-align: right;
  color: #97A0AC;
  font-size: 13px;
  white-space: nowrap;
}

/* line 3816, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__entry-company {
  font-style: italic;
  font-size: 13px;
  margin: 2px 0;
}

/* line 3821, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__entry-description {
  font-size: 13px;
  line-height: 1.55;
  margin: 4px 0 0;
}

/* line 3826, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__empty {
  color: #97A0AC;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}

/* line 3833, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* line 3838, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template__skill-chip {
  display: inline-flex;
  align-items: center;
  background: var(--cv-accent-soft, rgba(60, 101, 245, 0.08));
  color: var(--cv-accent, #3C65F5) !important;
  border-radius: 999px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

/* Modern — two-column layout: header spans the top, Skills becomes a
   tinted sidebar running alongside Summary/Experience/Education. */
/* line 3851, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--modern {
  display: grid;
  grid-template-columns: 210px 1fr;
  column-gap: 28px;
  grid-template-areas: "header header" "skills summary" "skills experience" "skills education";
}

/* line 3861, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--modern .cv-template__header {
  grid-area: header;
  text-align: left;
  border-bottom-color: var(--cv-accent, #3C65F5) !important;
}

/* line 3866, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--modern .cv-template__name,
.cv-template--modern .cv-template__headline {
  text-align: left;
}

/* line 3870, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--modern .cv-template__contact {
  justify-content: flex-start;
}

/* line 3873, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--modern .cv-template__section--summary {
  grid-area: summary;
}

/* line 3876, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--modern .cv-template__section--experience {
  grid-area: experience;
}

/* line 3879, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--modern .cv-template__section--education {
  grid-area: education;
}

/* line 3882, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--modern .cv-template__section--skills {
  grid-area: skills;
  background: #F4F7FF;
  border-radius: 12px;
  padding: 18px 14px;
  align-self: start;
}

/* line 3889, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--modern .cv-template__section--skills h4 {
  color: #05264E;
}

/* line 3892, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--modern .cv-template__skills {
  flex-direction: column;
  align-items: flex-start;
}

/* line 3896, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--modern .cv-template__skill-chip {
  width: 100%;
}

/* Compact — single column, left-aligned, tighter spacing/typography so
   more content fits without scrolling or spilling to a second page. */
/* line 3902, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--compact {
  padding: 28px 32px;
}

/* line 3905, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--compact .cv-template__header {
  text-align: left;
  padding-bottom: 10px;
  margin-bottom: 12px;
}

/* line 3910, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--compact .cv-template__name {
  text-align: left;
  font-size: 19px;
}

/* line 3914, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--compact .cv-template__headline {
  text-align: left;
  font-size: 12px;
}

/* line 3918, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--compact .cv-template__contact {
  justify-content: flex-start;
}

/* line 3921, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--compact .cv-template__section {
  margin-bottom: 14px;
}

/* line 3924, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--compact .cv-template__entry {
  padding-bottom: 6px;
  margin-bottom: 6px;
}

/* line 3928, app/assets/stylesheets/main/themes/_responsive.scss */
.cv-template--compact .cv-template__entry-description,
.cv-template--compact .cv-template__entry-company {
  font-size: 12px;
}

@media print {
  /* line 3934, app/assets/stylesheets/main/themes/_responsive.scss */
  .header, .footer, .cv-review-tabs, .cv-review-results-header,
.cv-template-builder__toolbar, .cv-builder-form,
.cv-review-suggestions-panel, .cv-template-picker, .cv-design-picker {
    display: none !important;
  }
  /* line 3939, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-builder-split, .cv-review-results {
    display: block;
  }
  /* line 3942, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-builder-preview {
    position: static;
  }
  /* line 3945, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-template {
    box-shadow: none;
    border: none;
    padding: 0;
  }
}

@media (max-width: 991px) {
  /* line 3953, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-builder-split {
    grid-template-columns: 1fr;
  }
  /* line 3956, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-builder-preview {
    position: static;
  }
}

@media (max-width: 575px) {
  /* line 3962, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-builder-form__row {
    grid-template-columns: 1fr;
  }
  /* line 3965, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-template {
    padding: 24px 18px;
  }
  /* line 3968, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-template__entry-row {
    flex-direction: column;
    gap: 2px;
  }
  /* line 3972, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-template__entry-period {
    text-align: left;
  }
  /* line 3975, app/assets/stylesheets/main/themes/_responsive.scss */
  .cv-template--modern {
    grid-template-columns: 1fr;
    grid-template-areas: "header" "skills" "summary" "experience" "education";
  }
}

/* Stripe "Pay by card" modal — embedded Checkout card form, opened from
   plans/index.html.erb (recruiter) and candidate/plans/index.html.erb
   (job seeker) via app/javascript/controllers/stripe_checkout_controller.js
   instead of redirecting to checkout.stripe.com. */
/* line 3990, app/assets/stylesheets/main/themes/_responsive.scss */
.stripe-checkout-modal .modal-content {
  border-radius: 12px;
  border: none;
}

/* line 3994, app/assets/stylesheets/main/themes/_responsive.scss */
.stripe-checkout-modal .modal-header {
  border-bottom: 1px solid #eef1f8;
}

/* line 3997, app/assets/stylesheets/main/themes/_responsive.scss */
.stripe-checkout-modal__hint {
  margin: 0 0 15px;
}

/* line 4000, app/assets/stylesheets/main/themes/_responsive.scss */
.stripe-checkout-modal__container {
  min-height: 420px;
}

/* line 4003, app/assets/stylesheets/main/themes/_responsive.scss */
.stripe-checkout-modal__container:empty::before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  background: linear-gradient(90deg, #e0e6f7 25%, #3c65f5 50%, #e0e6f7 75%);
  background-size: 200% 100%;
  animation: stripe-checkout-loading 1.2s ease-in-out infinite;
}

@keyframes stripe-checkout-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* line 4019, app/assets/stylesheets/main/themes/_responsive.scss */
.pricing-card__cta[disabled] {
  opacity: .7;
  cursor: progress;
}

/* line 2, app/assets/stylesheets/application.scss */
.question-source-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* line 8, app/assets/stylesheets/application.scss */
.question-source-option {
  flex: 1 1 220px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #e0e6f7;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

/* line 22, app/assets/stylesheets/application.scss */
.question-source-option:hover:not(.is-disabled) {
  border-color: #3c65f5;
}

/* line 26, app/assets/stylesheets/application.scss */
.question-source-option:has(input:checked) {
  border-color: #3c65f5;
  background: #f2f5ff;
  box-shadow: 0 2px 8px rgba(60, 101, 245, 0.12);
}

/* line 32, app/assets/stylesheets/application.scss */
.question-source-option input[type="radio"] {
  margin-top: 3px;
  accent-color: #3c65f5;
  flex-shrink: 0;
}

/* line 38, app/assets/stylesheets/application.scss */
.question-source-option-body {
  line-height: 1.4;
}

/* line 42, app/assets/stylesheets/application.scss */
.question-source-option.is-disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/* line 47, app/assets/stylesheets/application.scss */
.source-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* line 53, app/assets/stylesheets/application.scss */
.source-category-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  padding: 10px 14px;
  background: #fff;
  border: 1px solid #e0e6f7;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: border-color 0.15s ease, background 0.15s ease;
}

/* line 67, app/assets/stylesheets/application.scss */
.source-category-item:hover {
  border-color: #3c65f5;
}

/* line 71, app/assets/stylesheets/application.scss */
.source-category-item:has(input:checked) {
  border-color: #3c65f5;
  background: #f2f5ff;
}

/* line 76, app/assets/stylesheets/application.scss */
.source-category-item:has(input:disabled:not(:checked)) {
  opacity: 0.55;
  cursor: not-allowed;
}

/* line 81, app/assets/stylesheets/application.scss */
.source-category-item.is-locked {
  opacity: 0.75;
  cursor: not-allowed;
  background: #f8fafc;
  border-style: dashed;
}

/* line 88, app/assets/stylesheets/application.scss */
.source-category-item.is-locked i {
  color: #94a3b8;
}

/* line 90, app/assets/stylesheets/application.scss */
.locked-plan-badge {
  background: #fff3cd;
  color: #8a6d1a;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
}

/* The theme's global ".form-group input" rule sets height: 53px and
   width: 100% — reset it so the checkbox stays checkbox-sized.
   Excludes .form-check-input: Bootstrap already sizes/styles that class
   itself (appearance: none + its own 1em box + 1px border — see
   plugins/bootstrap.css), and this rule's `border: none` used to win over
   Bootstrap's border by CSS specificity (`input[type="checkbox"]` beats
   the bare `.form-check-input` class). With no native appearance and no
   border, a .form-check-input checkbox rendered as a fully invisible box
   until checked — e.g. the "I agree to the Terms of Service" checkbox on
   sign-up (devise/registrations/_form.html.erb), which was reported as
   "not visible". Bare checkboxes that don't opt into Bootstrap's
   .form-check-input styling still get this reset as before. */
/* line 111, app/assets/stylesheets/application.scss */
input[type="checkbox"]:not(.form-check-input) {
  accent-color: #3c65f5;
  width: 16px;
  min-width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
  border: none;
  box-shadow: none;
}

/* Sidebar nav labels: some locales (e.g. Turkish "Paketler ve Faturalandırma")
   are longer than English and wrap. The vendor template lays the icon and
   label out as inline-blocks with no wrap handling, so a wrapped label drops
   onto its own full-width line below the icon instead of staying indented
   next to it. Switch to flex so wrapped text stays aligned to the right of
   the icon on every line. */
/* line 129, app/assets/stylesheets/application.scss */
.main-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* line 135, app/assets/stylesheets/application.scss */
.main-menu li a img {
  flex: 0 0 auto;
  margin-right: 0;
}

/* line 140, app/assets/stylesheets/application.scss */
.main-menu li a span.name {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  line-height: 1.3;
}

/* line 150, app/assets/stylesheets/application.scss */
.close-nav .main-menu li a {
  justify-content: center;
}

/* line 153, app/assets/stylesheets/application.scss */
.interview-hero-top h1 {
  color: whitesmoke !important;
}

/* line 165, app/assets/stylesheets/application.scss */
.grecaptcha-badge {
  visibility: hidden;
}
