/**
 * @file
 * sass/base.scss
 *
 * CSS rules that style HTML elements ("base" styles).
 */
/* line 8, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 15, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 22, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block; }

/* line 35, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

/* line 48, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

/* line 52, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/* line 59, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

/* line 69, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 74, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

/* line 85, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

/* line 91, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

/* line 98, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

/* line 105, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
dt {
  font-weight: 700; }

/* line 109, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

/* line 114, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
blockquote {
  margin: 0 0 1rem; }

/* line 118, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
b,
strong {
  font-weight: bolder; }

/* line 123, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
small {
  font-size: 80%; }

/* line 127, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

/* line 135, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
sub {
  bottom: -0.25em; }

/* line 139, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
sup {
  top: -0.5em; }

/* line 143, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a {
  color: #9a8340;
  text-decoration: none;
  background-color: transparent; }

/* line 149, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a:hover {
  color: #64552a;
  text-decoration: underline; }

/* line 154, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a:not([href]) {
  color: inherit;
  text-decoration: none; }

/* line 159, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a:not([href]):hover {
  color: inherit;
  text-decoration: none; }

/* line 164, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/* line 173, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

/* line 179, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
figure {
  margin: 0 0 1rem; }

/* line 183, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
img {
  vertical-align: middle;
  border-style: none; }

/* line 188, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
svg {
  overflow: hidden;
  vertical-align: middle; }

/* line 193, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
table {
  border-collapse: collapse; }

/* line 197, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
caption {
  padding-top: 0.70233rem;
  padding-bottom: 0.70233rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

/* line 205, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
th {
  text-align: inherit; }

/* line 209, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem; }

/* line 214, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
button {
  border-radius: 0; }

/* line 218, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

/* line 223, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/* line 234, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
button,
input {
  overflow: visible; }

/* line 239, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
button,
select {
  text-transform: none; }

/* line 244, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
select {
  word-wrap: normal; }

/* line 248, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/* line 255, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

/* line 262, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

/* line 270, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

/* line 277, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

/* line 284, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
textarea {
  overflow: auto;
  resize: vertical; }

/* line 289, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

/* line 296, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

/* line 308, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
progress {
  vertical-align: baseline; }

/* line 312, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/* line 317, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

/* line 322, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* line 326, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

/* line 331, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
output {
  display: inline-block; }

/* line 335, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
summary {
  display: list-item;
  cursor: pointer; }

/* line 340, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
template {
  display: none; }

/* line 344, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
[hidden] {
  display: none !important; }

/* line 348, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 357, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  /* line 363, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  /* line 369, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  /* line 375, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .container {
    max-width: 1140px; } }
@media (min-width: 1500px) {
  /* line 381, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .container {
    max-width: 1440px; } }
/* line 386, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 400, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .container,
  .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  /* line 407, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .container,
  .container-sm,
  .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  /* line 415, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  /* line 424, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px; } }
@media (min-width: 1500px) {
  /* line 434, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1440px; } }
/* line 444, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/* line 454, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0; }

/* line 459, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

/* line 465, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

/* line 555, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

/* line 564, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 571, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 578, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

/* line 585, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 592, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

/* line 599, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

/* line 606, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

/* line 614, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

/* line 621, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

/* line 628, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

/* line 635, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

/* line 642, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

/* line 649, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

/* line 656, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

/* line 663, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

/* line 670, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

/* line 677, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

/* line 684, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

/* line 691, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 698, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

/* line 704, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

/* line 710, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

/* line 716, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

/* line 722, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

/* line 728, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

/* line 734, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

/* line 740, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

/* line 746, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

/* line 752, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

/* line 758, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

/* line 764, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

/* line 770, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

/* line 776, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

/* line 782, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

/* line 788, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.offset-1 {
  margin-left: 8.33333%; }

/* line 792, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.offset-2 {
  margin-left: 16.66667%; }

/* line 796, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.offset-3 {
  margin-left: 25%; }

/* line 800, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.offset-4 {
  margin-left: 33.33333%; }

/* line 804, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.offset-5 {
  margin-left: 41.66667%; }

/* line 808, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.offset-6 {
  margin-left: 50%; }

/* line 812, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.offset-7 {
  margin-left: 58.33333%; }

/* line 816, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.offset-8 {
  margin-left: 66.66667%; }

/* line 820, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.offset-9 {
  margin-left: 75%; }

/* line 824, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.offset-10 {
  margin-left: 83.33333%; }

/* line 828, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  /* line 833, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 841, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 847, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 853, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 859, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 865, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 871, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 877, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 884, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 890, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 896, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 902, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 908, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 914, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 920, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 926, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 932, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 938, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 944, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 950, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 956, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 961, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 966, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 971, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 976, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 981, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 986, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 991, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 996, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 1001, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 1006, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 1011, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 1016, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 1021, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 1026, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 1031, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-0 {
    margin-left: 0; }

  /* line 1034, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-1 {
    margin-left: 8.33333%; }

  /* line 1037, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-2 {
    margin-left: 16.66667%; }

  /* line 1040, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 1043, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-4 {
    margin-left: 33.33333%; }

  /* line 1046, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-5 {
    margin-left: 41.66667%; }

  /* line 1049, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 1052, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-7 {
    margin-left: 58.33333%; }

  /* line 1055, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-8 {
    margin-left: 66.66667%; }

  /* line 1058, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 1061, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-10 {
    margin-left: 83.33333%; }

  /* line 1064, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-sm-11 {
    margin-left: 91.66667%; } }
@media (min-width: 768px) {
  /* line 1070, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1078, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1084, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1090, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1096, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1102, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 1108, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1114, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1121, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 1127, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1133, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1139, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1145, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 1151, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1157, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 1163, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 1169, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1175, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 1181, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 1187, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1193, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1198, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 1203, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 1208, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 1213, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 1218, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 1223, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 1228, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 1233, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 1238, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 1243, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 1248, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 1253, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 1258, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 1263, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 1268, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-0 {
    margin-left: 0; }

  /* line 1271, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-1 {
    margin-left: 8.33333%; }

  /* line 1274, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-2 {
    margin-left: 16.66667%; }

  /* line 1277, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 1280, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-4 {
    margin-left: 33.33333%; }

  /* line 1283, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-5 {
    margin-left: 41.66667%; }

  /* line 1286, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 1289, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-7 {
    margin-left: 58.33333%; }

  /* line 1292, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-8 {
    margin-left: 66.66667%; }

  /* line 1295, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 1298, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-10 {
    margin-left: 83.33333%; }

  /* line 1301, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-md-11 {
    margin-left: 91.66667%; } }
@media (min-width: 992px) {
  /* line 1307, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1315, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1321, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1327, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1333, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1339, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 1345, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1351, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1358, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 1364, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1370, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1376, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1382, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 1388, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1394, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 1400, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 1406, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1412, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 1418, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 1424, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1430, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1435, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 1440, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 1445, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 1450, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 1455, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 1460, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 1465, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 1470, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 1475, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 1480, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 1485, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 1490, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 1495, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 1500, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 1505, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-0 {
    margin-left: 0; }

  /* line 1508, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-1 {
    margin-left: 8.33333%; }

  /* line 1511, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-2 {
    margin-left: 16.66667%; }

  /* line 1514, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-3 {
    margin-left: 25%; }

  /* line 1517, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-4 {
    margin-left: 33.33333%; }

  /* line 1520, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-5 {
    margin-left: 41.66667%; }

  /* line 1523, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 1526, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-7 {
    margin-left: 58.33333%; }

  /* line 1529, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-8 {
    margin-left: 66.66667%; }

  /* line 1532, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 1535, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-10 {
    margin-left: 83.33333%; }

  /* line 1538, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-lg-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1200px) {
  /* line 1544, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1552, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1558, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1564, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1570, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1576, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 1582, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1588, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1595, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 1601, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1607, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1613, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1619, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 1625, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1631, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 1637, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 1643, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1649, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 1655, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 1661, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1667, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1672, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 1677, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 1682, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 1687, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 1692, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 1697, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 1702, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 1707, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 1712, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 1717, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 1722, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 1727, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 1732, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 1737, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 1742, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-0 {
    margin-left: 0; }

  /* line 1745, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-1 {
    margin-left: 8.33333%; }

  /* line 1748, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-2 {
    margin-left: 16.66667%; }

  /* line 1751, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-3 {
    margin-left: 25%; }

  /* line 1754, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-4 {
    margin-left: 33.33333%; }

  /* line 1757, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-5 {
    margin-left: 41.66667%; }

  /* line 1760, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 1763, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-7 {
    margin-left: 58.33333%; }

  /* line 1766, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-8 {
    margin-left: 66.66667%; }

  /* line 1769, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 1772, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-10 {
    margin-left: 83.33333%; }

  /* line 1775, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xl-11 {
    margin-left: 91.66667%; } }
@media (min-width: 1500px) {
  /* line 1781, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  /* line 1789, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1795, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1801, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1807, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1813, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  /* line 1819, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1825, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  /* line 1832, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }

  /* line 1838, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

  /* line 1844, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  /* line 1850, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  /* line 1856, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }

  /* line 1862, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  /* line 1868, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }

  /* line 1874, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }

  /* line 1880, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  /* line 1886, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }

  /* line 1892, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }

  /* line 1898, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* line 1904, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  /* line 1909, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  /* line 1914, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  /* line 1919, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 1924, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 1929, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 1934, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 1939, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  /* line 1944, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  /* line 1949, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  /* line 1954, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  /* line 1959, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  /* line 1964, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  /* line 1969, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  /* line 1974, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  /* line 1979, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-0 {
    margin-left: 0; }

  /* line 1982, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-1 {
    margin-left: 8.33333%; }

  /* line 1985, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-2 {
    margin-left: 16.66667%; }

  /* line 1988, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-3 {
    margin-left: 25%; }

  /* line 1991, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-4 {
    margin-left: 33.33333%; }

  /* line 1994, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-5 {
    margin-left: 41.66667%; }

  /* line 1997, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-6 {
    margin-left: 50%; }

  /* line 2000, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-7 {
    margin-left: 58.33333%; }

  /* line 2003, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-8 {
    margin-left: 66.66667%; }

  /* line 2006, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-9 {
    margin-left: 75%; }

  /* line 2009, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-10 {
    margin-left: 83.33333%; }

  /* line 2012, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .offset-xxl-11 {
    margin-left: 91.66667%; } }
/* line 2017, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: #ffffff; }

/* line 2024, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table th,
.table td {
  padding: 0.70233rem;
  vertical-align: top;
  border-top: 1px solid #e8e6e2; }

/* line 2031, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e8e6e2; }

/* line 2036, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table tbody + tbody {
  border-top: 2px solid #e8e6e2; }

/* line 2040, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem; }

/* line 2045, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-bordered {
  border: 1px solid #e8e6e2; }

/* line 2049, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e8e6e2; }

/* line 2054, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px; }

/* line 2059, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

/* line 2066, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

/* line 2070, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(249, 248, 246, 0.6); }

/* line 2075, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e3dcca; }

/* line 2081, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #cabf9c; }

/* line 2088, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-primary:hover {
  background-color: #dad1b9; }

/* line 2092, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #dad1b9; }

/* line 2097, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c3c3c3; }

/* line 2103, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #8f8f8f; }

/* line 2110, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-secondary:hover {
  background-color: #b6b6b6; }

/* line 2114, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b6b6b6; }

/* line 2119, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e6ce; }

/* line 2125, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7ad1a5; }

/* line 2132, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-success:hover {
  background-color: #a5dfc1; }

/* line 2136, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a5dfc1; }

/* line 2141, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #fff0bb; }

/* line 2147, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #ffe381; }

/* line 2154, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-info:hover {
  background-color: #ffeaa2; }

/* line 2158, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #ffeaa2; }

/* line 2163, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff0bb; }

/* line 2169, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffe381; }

/* line 2176, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-warning:hover {
  background-color: #ffeaa2; }

/* line 2180, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffeaa2; }

/* line 2185, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f0c1c1; }

/* line 2191, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e38d8d; }

/* line 2198, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-danger:hover {
  background-color: #ebacac; }

/* line 2202, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebacac; }

/* line 2207, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: white; }

/* line 2213, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white; }

/* line 2220, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-light:hover {
  background-color: #f2f2f2; }

/* line 2224, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f2f2f2; }

/* line 2229, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c3c3c3; }

/* line 2235, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8f8f8f; }

/* line 2242, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-dark:hover {
  background-color: #b6b6b6; }

/* line 2246, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b6b6b6; }

/* line 2251, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(249, 248, 246, 0.6); }

/* line 2257, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-active:hover {
  background-color: rgba(239, 236, 231, 0.6); }

/* line 2261, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(239, 236, 231, 0.6); }

/* line 2266, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

/* line 2272, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e8e6e2; }

/* line 2278, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-dark {
  color: #fff;
  background-color: #343a40; }

/* line 2283, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55; }

/* line 2289, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-dark.table-bordered {
  border: 0; }

/* line 2293, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

/* line 2297, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  /* line 2303, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 2309, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .table-responsive-sm > .table-bordered {
    border: 0; } }
@media (max-width: 767.98px) {
  /* line 2315, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 2321, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .table-responsive-md > .table-bordered {
    border: 0; } }
@media (max-width: 991.98px) {
  /* line 2327, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 2333, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .table-responsive-lg > .table-bordered {
    border: 0; } }
@media (max-width: 1199.98px) {
  /* line 2339, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 2345, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .table-responsive-xl > .table-bordered {
    border: 0; } }
@media (max-width: 1499.98px) {
  /* line 2351, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  /* line 2357, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .table-responsive-xxl > .table-bordered {
    border: 0; } }
/* line 2362, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

/* line 2369, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.table-responsive > .table-bordered {
  border: 0; }

/* line 2373, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282828;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 2396, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .form-control {
    -webkit-transition: none;
    transition: none; } }
/* line 2402, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

/* line 2407, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #282828; }

/* line 2412, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control:focus {
  color: #282828;
  background-color: #fff;
  border-color: #cfbd8b;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25); }

/* line 2421, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control::-webkit-input-placeholder {
  color: #d1d1d1;
  opacity: 1; }

/* line 2426, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control::-moz-placeholder {
  color: #d1d1d1;
  opacity: 1; }

/* line 2431, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control:-ms-input-placeholder {
  color: #d1d1d1;
  opacity: 1; }

/* line 2436, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control::-ms-input-placeholder {
  color: #d1d1d1;
  opacity: 1; }

/* line 2441, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control::placeholder {
  color: #d1d1d1;
  opacity: 1; }

/* line 2446, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

/* line 2452, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
select.form-control:focus::-ms-value {
  color: #282828;
  background-color: #fff; }

/* line 2457, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

/* line 2463, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

/* line 2471, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 2478, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 2485, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

/* line 2498, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0; }

/* line 2504, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control-sm {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 2512, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 2520, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
select.form-control[size],
select.form-control[multiple] {
  height: auto; }

/* line 2525, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
textarea.form-control {
  height: auto; }

/* line 2529, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-group {
  margin-bottom: 1rem; }

/* line 2533, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-text {
  display: block;
  margin-top: 0.25rem; }

/* line 2538, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

/* line 2548, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px; }

/* line 2554, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

/* line 2560, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }

/* line 2566, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

/* line 2571, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-check-label {
  margin-bottom: 0; }

/* line 2575, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }

/* line 2586, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0; }

/* line 2593, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00a651; }

/* line 2601, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 166, 81, 0.9);
  border-radius: 5px; }

/* line 2616, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

/* line 2623, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #00a651;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300A651' 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(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }

/* line 2633, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #00a651;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.25); }

/* line 2640, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }

/* line 2646, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00a651;
  padding-right: calc(0.75em + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300A651' 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") #fff no-repeat center right 1.5rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }

/* line 2657, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00a651;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.25); }

/* line 2664, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #00a651; }

/* line 2669, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

/* line 2676, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #00a651; }

/* line 2681, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00a651; }

/* line 2686, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated
.custom-control-input:valid:checked
~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00d96a;
  background: #00d96a -webkit-gradient(linear, left top, left bottom, from(#26df80), to(#00d96a)) repeat-x;
  background: #00d96a linear-gradient(180deg, #26df80, #00d96a) repeat-x; }

/* line 2701, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated
.custom-control-input:valid:focus
~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.25); }

/* line 2709, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated
.custom-control-input:valid:focus:not(:checked)
~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
~ .custom-control-label::before {
  border-color: #00a651; }

/* line 2717, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00a651; }

/* line 2722, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00a651;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.25); }

/* line 2729, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ca2323; }

/* line 2737, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(202, 35, 35, 0.9);
  border-radius: 5px; }

/* line 2752, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 2759, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #ca2323;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23CA2323' viewBox='0 0 12 12'%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='%23CA2323' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }

/* line 2769, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #ca2323;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.25); }

/* line 2776, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }

/* line 2782, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ca2323;
  padding-right: calc(0.75em + 2.25rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23CA2323' viewBox='0 0 12 12'%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='%23CA2323' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.5rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }

/* line 2793, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ca2323;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.25); }

/* line 2800, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ca2323; }

/* line 2805, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

/* line 2812, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ca2323; }

/* line 2817, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ca2323; }

/* line 2822, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated
.custom-control-input:invalid:checked
~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #de4242;
  background: #de4242 -webkit-gradient(linear, left top, left bottom, from(#e35e5e), to(#de4242)) repeat-x;
  background: #de4242 linear-gradient(180deg, #e35e5e, #de4242) repeat-x; }

/* line 2837, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated
.custom-control-input:invalid:focus
~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.25); }

/* line 2845, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated
.custom-control-input:invalid:focus:not(:checked)
~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
~ .custom-control-label::before {
  border-color: #ca2323; }

/* line 2853, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ca2323; }

/* line 2858, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ca2323;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.25); }

/* line 2865, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2878, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  /* line 2883, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }

  /* line 2895, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }

  /* line 2911, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

  /* line 2916, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .form-inline .form-control-plaintext {
    display: inline-block; }

  /* line 2919, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto; }

  /* line 2923, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }

  /* line 2936, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0; }

  /* line 2944, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 2952, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0; } }
/* line 2957, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 5px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 2987, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .btn {
    -webkit-transition: none;
    transition: none; } }
/* line 2993, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn:hover {
  color: #212529;
  text-decoration: none; }

/* line 2998, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25); }

/* line 3005, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn.disabled,
.btn:disabled {
  opacity: 0.65; }

/* line 3010, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

/* line 3015, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-primary {
  color: #fff;
  background: #9a8340 -webkit-gradient(linear, left top, left bottom, from(#a9965d), to(#9a8340)) repeat-x;
  background: #9a8340 linear-gradient(180deg, #a9965d, #9a8340) repeat-x;
  border-color: #9a8340; }

/* line 3028, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-primary:hover {
  color: #fff;
  background: #7f6c35 -webkit-gradient(linear, left top, left bottom, from(#928253), to(#7f6c35)) repeat-x;
  background: #7f6c35 linear-gradient(180deg, #928253, #7f6c35) repeat-x;
  border-color: #766431; }

/* line 3041, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background: #7f6c35 -webkit-gradient(linear, left top, left bottom, from(#928253), to(#7f6c35)) repeat-x;
  background: #7f6c35 linear-gradient(180deg, #928253, #7f6c35) repeat-x;
  border-color: #766431;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 150, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(169, 150, 93, 0.5); }

/* line 3057, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #9a8340;
  border-color: #9a8340;
  background-image: none; }

/* line 3065, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #766431;
  background-image: none;
  border-color: #6d5d2d; }

/* line 3074, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(169, 150, 93, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(169, 150, 93, 0.5); }

/* line 3081, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-secondary {
  color: #fff;
  background: #282828 -webkit-gradient(linear, left top, left bottom, from(#484848), to(#282828)) repeat-x;
  background: #282828 linear-gradient(180deg, #484848, #282828) repeat-x;
  border-color: #282828; }

/* line 3094, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-secondary:hover {
  color: #fff;
  background: #151515 -webkit-gradient(linear, left top, left bottom, from(#383838), to(#151515)) repeat-x;
  background: #151515 linear-gradient(180deg, #383838, #151515) repeat-x;
  border-color: #0f0f0f; }

/* line 3107, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background: #151515 -webkit-gradient(linear, left top, left bottom, from(#383838), to(#151515)) repeat-x;
  background: #151515 linear-gradient(180deg, #383838, #151515) repeat-x;
  border-color: #0f0f0f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5); }

/* line 3123, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
  background-image: none; }

/* line 3131, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0f0f0f;
  background-image: none;
  border-color: #080808; }

/* line 3140, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5); }

/* line 3147, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-success {
  color: #fff;
  background: #00a651 -webkit-gradient(linear, left top, left bottom, from(#26b36b), to(#00a651)) repeat-x;
  background: #00a651 linear-gradient(180deg, #26b36b, #00a651) repeat-x;
  border-color: #00a651; }

/* line 3160, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-success:hover {
  color: #fff;
  background: #00803e -webkit-gradient(linear, left top, left bottom, from(#26935b), to(#00803e)) repeat-x;
  background: #00803e linear-gradient(180deg, #26935b, #00803e) repeat-x;
  border-color: #007338; }

/* line 3173, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background: #00803e -webkit-gradient(linear, left top, left bottom, from(#26935b), to(#00803e)) repeat-x;
  background: #00803e linear-gradient(180deg, #26935b, #00803e) repeat-x;
  border-color: #007338;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 179, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 179, 107, 0.5); }

/* line 3189, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #00a651;
  border-color: #00a651;
  background-image: none; }

/* line 3197, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #007338;
  background-image: none;
  border-color: #006632; }

/* line 3206, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 179, 107, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 179, 107, 0.5); }

/* line 3213, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-info {
  color: #212529;
  background: #ffca0d -webkit-gradient(linear, left top, left bottom, from(#ffd231), to(#ffca0d)) repeat-x;
  background: #ffca0d linear-gradient(180deg, #ffd231, #ffca0d) repeat-x;
  border-color: #ffca0d; }

/* line 3226, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-info:hover {
  color: #212529;
  background: #e6b300 -webkit-gradient(linear, left top, left bottom, from(#eabf26), to(#e6b300)) repeat-x;
  background: #e6b300 linear-gradient(180deg, #eabf26, #e6b300) repeat-x;
  border-color: #d9a900; }

/* line 3239, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-info:focus,
.btn-info.focus {
  color: #212529;
  background: #e6b300 -webkit-gradient(linear, left top, left bottom, from(#eabf26), to(#e6b300)) repeat-x;
  background: #e6b300 linear-gradient(180deg, #eabf26, #e6b300) repeat-x;
  border-color: #d9a900;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 177, 17, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 177, 17, 0.5); }

/* line 3255, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #ffca0d;
  border-color: #ffca0d;
  background-image: none; }

/* line 3263, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #d9a900;
  background-image: none;
  border-color: #cca000; }

/* line 3272, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 177, 17, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 177, 17, 0.5); }

/* line 3279, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-warning {
  color: #212529;
  background: #ffca0d -webkit-gradient(linear, left top, left bottom, from(#ffd231), to(#ffca0d)) repeat-x;
  background: #ffca0d linear-gradient(180deg, #ffd231, #ffca0d) repeat-x;
  border-color: #ffca0d; }

/* line 3292, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-warning:hover {
  color: #212529;
  background: #e6b300 -webkit-gradient(linear, left top, left bottom, from(#eabf26), to(#e6b300)) repeat-x;
  background: #e6b300 linear-gradient(180deg, #eabf26, #e6b300) repeat-x;
  border-color: #d9a900; }

/* line 3305, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background: #e6b300 -webkit-gradient(linear, left top, left bottom, from(#eabf26), to(#e6b300)) repeat-x;
  background: #e6b300 linear-gradient(180deg, #eabf26, #e6b300) repeat-x;
  border-color: #d9a900;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 177, 17, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 177, 17, 0.5); }

/* line 3321, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffca0d;
  border-color: #ffca0d;
  background-image: none; }

/* line 3329, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d9a900;
  background-image: none;
  border-color: #cca000; }

/* line 3338, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 177, 17, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 177, 17, 0.5); }

/* line 3345, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-danger {
  color: #fff;
  background: #ca2323 -webkit-gradient(linear, left top, left bottom, from(#d24444), to(#ca2323)) repeat-x;
  background: #ca2323 linear-gradient(180deg, #d24444, #ca2323) repeat-x;
  border-color: #ca2323; }

/* line 3358, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-danger:hover {
  color: #fff;
  background: #a91d1d -webkit-gradient(linear, left top, left bottom, from(#b63f3f), to(#a91d1d)) repeat-x;
  background: #a91d1d linear-gradient(180deg, #b63f3f, #a91d1d) repeat-x;
  border-color: #9f1b1b; }

/* line 3371, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background: #a91d1d -webkit-gradient(linear, left top, left bottom, from(#b63f3f), to(#a91d1d)) repeat-x;
  background: #a91d1d linear-gradient(180deg, #b63f3f, #a91d1d) repeat-x;
  border-color: #9f1b1b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 68, 68, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(210, 68, 68, 0.5); }

/* line 3387, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ca2323;
  border-color: #ca2323;
  background-image: none; }

/* line 3395, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9f1b1b;
  background-image: none;
  border-color: #941a1a; }

/* line 3404, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 68, 68, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(210, 68, 68, 0.5); }

/* line 3411, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-light {
  color: #212529;
  background: #ffffff -webkit-gradient(linear, left top, left bottom, from(white), to(#ffffff)) repeat-x;
  background: #ffffff linear-gradient(180deg, white, #ffffff) repeat-x;
  border-color: #ffffff; }

/* line 3424, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-light:hover {
  color: #212529;
  background: #ececec -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ececec)) repeat-x;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e6e6e6; }

/* line 3437, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background: #ececec -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ececec)) repeat-x;
  background: #ececec linear-gradient(180deg, #efefef, #ececec) repeat-x;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

/* line 3453, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  background-image: none; }

/* line 3461, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #dfdfdf; }

/* line 3470, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

/* line 3477, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-dark {
  color: #fff;
  background: #282828 -webkit-gradient(linear, left top, left bottom, from(#484848), to(#282828)) repeat-x;
  background: #282828 linear-gradient(180deg, #484848, #282828) repeat-x;
  border-color: #282828; }

/* line 3490, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-dark:hover {
  color: #fff;
  background: #151515 -webkit-gradient(linear, left top, left bottom, from(#383838), to(#151515)) repeat-x;
  background: #151515 linear-gradient(180deg, #383838, #151515) repeat-x;
  border-color: #0f0f0f; }

/* line 3503, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background: #151515 -webkit-gradient(linear, left top, left bottom, from(#383838), to(#151515)) repeat-x;
  background: #151515 linear-gradient(180deg, #383838, #151515) repeat-x;
  border-color: #0f0f0f;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5); }

/* line 3519, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
  background-image: none; }

/* line 3527, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0f0f0f;
  background-image: none;
  border-color: #080808; }

/* line 3536, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(72, 72, 72, 0.5); }

/* line 3543, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-primary {
  color: #9a8340;
  border-color: #9a8340; }

/* line 3548, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #9a8340;
  border-color: #9a8340; }

/* line 3554, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.5); }

/* line 3560, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #9a8340;
  background-color: transparent; }

/* line 3566, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #9a8340;
  border-color: #9a8340; }

/* line 3574, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.5); }

/* line 3581, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-secondary {
  color: #282828;
  border-color: #282828; }

/* line 3586, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #282828;
  border-color: #282828; }

/* line 3592, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }

/* line 3598, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #282828;
  background-color: transparent; }

/* line 3604, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #282828;
  border-color: #282828; }

/* line 3612, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }

/* line 3619, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-success {
  color: #00a651;
  border-color: #00a651; }

/* line 3624, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #00a651;
  border-color: #00a651; }

/* line 3630, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.5); }

/* line 3636, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00a651;
  background-color: transparent; }

/* line 3642, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00a651;
  border-color: #00a651; }

/* line 3650, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.5); }

/* line 3657, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-info {
  color: #ffca0d;
  border-color: #ffca0d; }

/* line 3662, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-info:hover {
  color: #212529;
  background-color: #ffca0d;
  border-color: #ffca0d; }

/* line 3668, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5); }

/* line 3674, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #ffca0d;
  background-color: transparent; }

/* line 3680, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #ffca0d;
  border-color: #ffca0d; }

/* line 3688, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5); }

/* line 3695, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-warning {
  color: #ffca0d;
  border-color: #ffca0d; }

/* line 3700, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffca0d;
  border-color: #ffca0d; }

/* line 3706, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5); }

/* line 3712, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffca0d;
  background-color: transparent; }

/* line 3718, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffca0d;
  border-color: #ffca0d; }

/* line 3726, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5); }

/* line 3733, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-danger {
  color: #ca2323;
  border-color: #ca2323; }

/* line 3738, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ca2323;
  border-color: #ca2323; }

/* line 3744, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.5); }

/* line 3750, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ca2323;
  background-color: transparent; }

/* line 3756, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ca2323;
  border-color: #ca2323; }

/* line 3764, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.5); }

/* line 3771, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff; }

/* line 3776, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff; }

/* line 3782, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

/* line 3788, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent; }

/* line 3794, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff; }

/* line 3802, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

/* line 3809, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-dark {
  color: #282828;
  border-color: #282828; }

/* line 3814, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #282828;
  border-color: #282828; }

/* line 3820, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }

/* line 3826, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #282828;
  background-color: transparent; }

/* line 3832, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #282828;
  border-color: #282828; }

/* line 3840, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }

/* line 3847, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-link {
  font-weight: 400;
  color: #9a8340;
  text-decoration: none; }

/* line 3853, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-link:hover {
  color: #64552a;
  text-decoration: underline; }

/* line 3858, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 3865, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none; }

/* line 3871, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 3879, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 0.35rem 0.85rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 3887, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-block {
  display: block;
  width: 100%; }

/* line 3892, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem; }

/* line 3896, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 3902, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

/* line 3909, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-toggle {
  white-space: nowrap; }

/* line 3913, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

/* line 3924, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 3928, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 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: 5px; }

/* line 3948, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-menu-left {
  right: auto;
  left: 0; }

/* line 3953, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  /* line 3959, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  /* line 3963, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  /* line 3970, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  /* line 3974, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  /* line 3981, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  /* line 3985, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  /* line 3992, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  /* line 3996, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
@media (min-width: 1500px) {
  /* line 4003, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }

  /* line 4007, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }
/* line 4013, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

/* line 4020, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

/* line 4031, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 4035, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

/* line 4043, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

/* line 4054, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 4058, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

/* line 4062, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

/* line 4070, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

/* line 4077, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropleft .dropdown-toggle::after {
  display: none; }

/* line 4081, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

/* line 4091, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

/* line 4095, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

/* line 4099, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

/* line 4107, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

/* line 4114, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

/* line 4127, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background: #f8f9fa -webkit-gradient(linear, left top, left bottom, from(#f9fafb), to(#f8f9fa)) repeat-x;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x; }

/* line 4141, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background: #9a8340 -webkit-gradient(linear, left top, left bottom, from(#a9965d), to(#9a8340)) repeat-x;
  background: #9a8340 linear-gradient(180deg, #a9965d, #9a8340) repeat-x; }

/* line 4155, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  background-image: none; }

/* line 4163, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-menu.show {
  display: block; }

/* line 4167, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

/* line 4176, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

/* line 4182, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

/* line 4191, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/* line 4199, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1; }

/* line 4204, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1; }

/* line 4213, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 4224, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-toolbar .input-group {
  width: auto; }

/* line 4228, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

/* line 4233, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 4239, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 4245, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

/* line 4250, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0; }

/* line 4256, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

/* line 4260, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.6375rem;
  padding-left: 0.6375rem; }

/* line 4266, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

/* line 4272, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 4285, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%; }

/* line 4290, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px; }

/* line 4295, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* line 4301, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* line 4307, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

/* line 4312, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

/* line 4321, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

/* line 4334, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0; }

/* line 4346, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

/* line 4361, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3; }

/* line 4367, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

/* line 4371, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 4377, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 4383, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 4392, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 4398, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 4403, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 4410, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

/* line 4416, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3; }

/* line 4421, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

/* line 4432, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-prepend {
  margin-right: -1px; }

/* line 4436, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-append {
  margin-left: -1px; }

/* line 4440, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282828;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 5px; }

/* line 4460, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

/* line 4465, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

/* line 4470, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

/* line 4482, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

/* line 4487, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

/* line 4499, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.5rem; }

/* line 4504, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
> .input-group-append:last-child
> .btn:not(:last-child):not(.dropdown-toggle),
.input-group
> .input-group-append:last-child
> .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 4518, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
> .input-group-prepend:first-child
> .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 4530, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

/* line 4537, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

/* line 4544, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }

/* line 4553, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #9a8340;
  background: #9a8340 -webkit-gradient(linear, left top, left bottom, from(#a9965d), to(#9a8340)) repeat-x;
  background: #9a8340 linear-gradient(180deg, #a9965d, #9a8340) repeat-x; }

/* line 4566, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25); }

/* line 4571, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cfbd8b; }

/* line 4575, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ded2af;
  border-color: #ded2af; }

/* line 4581, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

/* line 4586, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

/* line 4591, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

/* line 4597, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

/* line 4610, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%; }

/* line 4621, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 5px; }

/* line 4625, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

/* line 4629, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
  border-color: #9a8340;
  background: #9a8340 -webkit-gradient(linear, left top, left bottom, from(#a9965d), to(#9a8340)) repeat-x;
  background: #9a8340 linear-gradient(180deg, #a9965d, #9a8340) repeat-x; }

/* line 4643, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

/* line 4649, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(154, 131, 64, 0.5); }

/* line 4655, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
  background-color: rgba(154, 131, 64, 0.5); }

/* line 4661, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%; }

/* line 4665, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

/* line 4669, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(154, 131, 64, 0.5); }

/* line 4675, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-switch {
  padding-left: 2.25rem; }

/* line 4679, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

/* line 4686, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 4706, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none; } }
/* line 4712, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

/* line 4718, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-switch
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(154, 131, 64, 0.5); }

/* line 4724, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282828;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 4744, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-select:focus {
  border-color: #cfbd8b;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25); }

/* line 4751, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-select:focus::-ms-value {
  color: #282828;
  background-color: #fff; }

/* line 4756, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.5rem;
  background-image: none; }

/* line 4763, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

/* line 4768, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-select::-ms-expand {
  display: none; }

/* line 4772, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #282828; }

/* line 4777, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-select-sm {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

/* line 4785, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.25rem; }

/* line 4793, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0; }

/* line 4801, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  opacity: 0; }

/* line 4810, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #cfbd8b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25); }

/* line 4816, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

/* line 4821, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

/* line 4825, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

/* line 4829, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #282828;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px; }

/* line 4845, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 0.5rem;
  line-height: 1.5;
  color: #282828;
  content: "Browse";
  background: #e9ecef -webkit-gradient(linear, left top, left bottom, from(#eceff1), to(#e9ecef)) repeat-x;
  background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x;
  border-left: inherit;
  border-radius: 0 5px 5px 0; }

/* line 4869, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 4879, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range:focus {
  outline: none; }

/* line 4883, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(154, 131, 64, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(154, 131, 64, 0.25); }

/* line 4888, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(154, 131, 64, 0.25); }

/* line 4892, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(154, 131, 64, 0.25); }

/* line 4896, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-moz-focus-outer {
  border: 0; }

/* line 4900, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background: #9a8340 -webkit-gradient(linear, left top, left bottom, from(#a9965d), to(#9a8340)) repeat-x;
  background: #9a8340 linear-gradient(180deg, #a9965d, #9a8340) repeat-x;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 4927, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none; } }
/* line 4933, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-webkit-slider-thumb:active {
  background: #ded2af -webkit-gradient(linear, left top, left bottom, from(#e3d8bb), to(#ded2af)) repeat-x;
  background: #ded2af linear-gradient(180deg, #e3d8bb, #ded2af) repeat-x; }

/* line 4944, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 4954, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background: #9a8340 linear-gradient(180deg, #a9965d, #9a8340) repeat-x;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 4969, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none; } }
/* line 4975, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-moz-range-thumb:active {
  background: #ded2af linear-gradient(180deg, #e3d8bb, #ded2af) repeat-x; }

/* line 4979, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

/* line 4989, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background: #9a8340 linear-gradient(180deg, #a9965d, #9a8340) repeat-x;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  /* line 5006, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none; } }
/* line 5012, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-ms-thumb:active {
  background: #ded2af linear-gradient(180deg, #e3d8bb, #ded2af) repeat-x; }

/* line 5016, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem; }

/* line 5026, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 5031, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

/* line 5037, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

/* line 5041, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

/* line 5045, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

/* line 5049, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default; }

/* line 5053, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

/* line 5057, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 5071, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none; } }
/* line 5079, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 5px; }

/* line 5088, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #9a8340;
  background-color: #fff;
  border: 1px solid #dee2e6; }

/* line 5099, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.page-link:hover {
  z-index: 2;
  color: #64552a;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

/* line 5107, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25); }

/* line 5114, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

/* line 5120, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

/* line 5125, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #9a8340;
  border-color: #9a8340; }

/* line 5132, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

/* line 5140, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

/* line 5146, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

/* line 5151, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

/* line 5156, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

/* line 5162, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

/* line 5167, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

/* line 5172, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  /* line 5195, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .badge {
    -webkit-transition: none;
    transition: none; } }
/* line 5201, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge:hover,
a.badge:focus {
  text-decoration: none; }

/* line 5206, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.badge:empty {
  display: none; }

/* line 5210, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn .badge {
  position: relative;
  top: -1px; }

/* line 5215, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

/* line 5221, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.badge-primary {
  color: #fff;
  background-color: #9a8340; }

/* line 5226, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #766431; }

/* line 5232, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.5); }

/* line 5239, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.badge-secondary {
  color: #fff;
  background-color: #282828; }

/* line 5244, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #0f0f0f; }

/* line 5250, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }

/* line 5257, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.badge-success {
  color: #fff;
  background-color: #00a651; }

/* line 5262, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #007338; }

/* line 5268, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 166, 81, 0.5); }

/* line 5275, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.badge-info {
  color: #212529;
  background-color: #ffca0d; }

/* line 5280, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-info:hover,
a.badge-info:focus {
  color: #212529;
  background-color: #d9a900; }

/* line 5286, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5); }

/* line 5293, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.badge-warning {
  color: #212529;
  background-color: #ffca0d; }

/* line 5298, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d9a900; }

/* line 5304, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 202, 13, 0.5); }

/* line 5311, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.badge-danger {
  color: #fff;
  background-color: #ca2323; }

/* line 5316, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #9f1b1b; }

/* line 5322, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(202, 35, 35, 0.5); }

/* line 5329, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.badge-light {
  color: #212529;
  background-color: #ffffff; }

/* line 5334, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #e6e6e6; }

/* line 5340, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

/* line 5347, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.badge-dark {
  color: #fff;
  background-color: #282828; }

/* line 5352, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #0f0f0f; }

/* line 5358, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 40, 40, 0.5); }

/* line 5365, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-baseline {
  vertical-align: baseline !important; }

/* line 5369, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-top {
  vertical-align: top !important; }

/* line 5373, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-middle {
  vertical-align: middle !important; }

/* line 5377, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-bottom {
  vertical-align: bottom !important; }

/* line 5381, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-text-bottom {
  vertical-align: text-bottom !important; }

/* line 5385, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-text-top {
  vertical-align: text-top !important; }

/* line 5389, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-primary {
  background-color: #9a8340 !important; }

/* line 5393, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #766431 !important; }

/* line 5400, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-secondary {
  background-color: #282828 !important; }

/* line 5404, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #0f0f0f !important; }

/* line 5411, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-success {
  background-color: #00a651 !important; }

/* line 5415, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #007338 !important; }

/* line 5422, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-info {
  background-color: #ffca0d !important; }

/* line 5426, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #d9a900 !important; }

/* line 5433, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-warning {
  background-color: #ffca0d !important; }

/* line 5437, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d9a900 !important; }

/* line 5444, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-danger {
  background-color: #ca2323 !important; }

/* line 5448, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9f1b1b !important; }

/* line 5455, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-light {
  background-color: #ffffff !important; }

/* line 5459, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important; }

/* line 5466, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-dark {
  background-color: #282828 !important; }

/* line 5470, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0f0f0f !important; }

/* line 5477, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-gradient-primary {
  background: #9a8340 -webkit-gradient(linear, left top, left bottom, from(#a9965d), to(#9a8340)) repeat-x !important;
  background: #9a8340 linear-gradient(180deg, #a9965d, #9a8340) repeat-x !important; }

/* line 5488, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-gradient-secondary {
  background: #282828 -webkit-gradient(linear, left top, left bottom, from(#484848), to(#282828)) repeat-x !important;
  background: #282828 linear-gradient(180deg, #484848, #282828) repeat-x !important; }

/* line 5499, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-gradient-success {
  background: #00a651 -webkit-gradient(linear, left top, left bottom, from(#26b36b), to(#00a651)) repeat-x !important;
  background: #00a651 linear-gradient(180deg, #26b36b, #00a651) repeat-x !important; }

/* line 5510, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-gradient-info {
  background: #ffca0d -webkit-gradient(linear, left top, left bottom, from(#ffd231), to(#ffca0d)) repeat-x !important;
  background: #ffca0d linear-gradient(180deg, #ffd231, #ffca0d) repeat-x !important; }

/* line 5521, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-gradient-warning {
  background: #ffca0d -webkit-gradient(linear, left top, left bottom, from(#ffd231), to(#ffca0d)) repeat-x !important;
  background: #ffca0d linear-gradient(180deg, #ffd231, #ffca0d) repeat-x !important; }

/* line 5532, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-gradient-danger {
  background: #ca2323 -webkit-gradient(linear, left top, left bottom, from(#d24444), to(#ca2323)) repeat-x !important;
  background: #ca2323 linear-gradient(180deg, #d24444, #ca2323) repeat-x !important; }

/* line 5543, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-gradient-light {
  background: #ffffff -webkit-gradient(linear, left top, left bottom, from(white), to(#ffffff)) repeat-x !important;
  background: #ffffff linear-gradient(180deg, white, #ffffff) repeat-x !important; }

/* line 5554, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-gradient-dark {
  background: #282828 -webkit-gradient(linear, left top, left bottom, from(#484848), to(#282828)) repeat-x !important;
  background: #282828 linear-gradient(180deg, #484848, #282828) repeat-x !important; }

/* line 5565, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-white {
  background-color: #fff !important; }

/* line 5569, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.bg-transparent {
  background-color: transparent !important; }

/* line 5573, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border {
  border: 1px solid #dee2e6 !important; }

/* line 5577, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important; }

/* line 5581, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important; }

/* line 5585, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

/* line 5589, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important; }

/* line 5593, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-0 {
  border: 0 !important; }

/* line 5597, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-top-0 {
  border-top: 0 !important; }

/* line 5601, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-right-0 {
  border-right: 0 !important; }

/* line 5605, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-bottom-0 {
  border-bottom: 0 !important; }

/* line 5609, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-left-0 {
  border-left: 0 !important; }

/* line 5613, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-primary {
  border-color: #9a8340 !important; }

/* line 5617, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-secondary {
  border-color: #282828 !important; }

/* line 5621, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-success {
  border-color: #00a651 !important; }

/* line 5625, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-info {
  border-color: #ffca0d !important; }

/* line 5629, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-warning {
  border-color: #ffca0d !important; }

/* line 5633, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-danger {
  border-color: #ca2323 !important; }

/* line 5637, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-light {
  border-color: #ffffff !important; }

/* line 5641, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-dark {
  border-color: #282828 !important; }

/* line 5645, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.border-white {
  border-color: #fff !important; }

/* line 5649, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.rounded-sm {
  border-radius: 0.2rem !important; }

/* line 5653, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.rounded {
  border-radius: 5px !important; }

/* line 5657, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important; }

/* line 5662, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important; }

/* line 5667, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }

/* line 5672, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important; }

/* line 5677, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.rounded-lg {
  border-radius: 0.3rem !important; }

/* line 5681, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.rounded-circle {
  border-radius: 50% !important; }

/* line 5685, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.rounded-pill {
  border-radius: 50rem !important; }

/* line 5689, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.rounded-0 {
  border-radius: 0 !important; }

/* line 5693, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

/* line 5699, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.d-none {
  display: none !important; }

/* line 5703, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.d-inline {
  display: inline !important; }

/* line 5707, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 5711, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.d-block {
  display: block !important; }

/* line 5715, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.d-table {
  display: table !important; }

/* line 5719, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.d-table-row {
  display: table-row !important; }

/* line 5723, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 5727, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

/* line 5733, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  /* line 5740, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-sm-none {
    display: none !important; }

  /* line 5743, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-sm-inline {
    display: inline !important; }

  /* line 5746, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-sm-inline-block {
    display: inline-block !important; }

  /* line 5749, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-sm-block {
    display: block !important; }

  /* line 5752, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-sm-table {
    display: table !important; }

  /* line 5755, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-sm-table-row {
    display: table-row !important; }

  /* line 5758, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-sm-table-cell {
    display: table-cell !important; }

  /* line 5761, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 5766, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  /* line 5774, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-md-none {
    display: none !important; }

  /* line 5777, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-md-inline {
    display: inline !important; }

  /* line 5780, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-md-inline-block {
    display: inline-block !important; }

  /* line 5783, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-md-block {
    display: block !important; }

  /* line 5786, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-md-table {
    display: table !important; }

  /* line 5789, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-md-table-row {
    display: table-row !important; }

  /* line 5792, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-md-table-cell {
    display: table-cell !important; }

  /* line 5795, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 5800, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  /* line 5808, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-lg-none {
    display: none !important; }

  /* line 5811, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-lg-inline {
    display: inline !important; }

  /* line 5814, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-lg-inline-block {
    display: inline-block !important; }

  /* line 5817, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-lg-block {
    display: block !important; }

  /* line 5820, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-lg-table {
    display: table !important; }

  /* line 5823, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-lg-table-row {
    display: table-row !important; }

  /* line 5826, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-lg-table-cell {
    display: table-cell !important; }

  /* line 5829, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 5834, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  /* line 5842, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xl-none {
    display: none !important; }

  /* line 5845, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xl-inline {
    display: inline !important; }

  /* line 5848, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xl-inline-block {
    display: inline-block !important; }

  /* line 5851, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xl-block {
    display: block !important; }

  /* line 5854, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xl-table {
    display: table !important; }

  /* line 5857, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xl-table-row {
    display: table-row !important; }

  /* line 5860, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xl-table-cell {
    display: table-cell !important; }

  /* line 5863, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 5868, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1500px) {
  /* line 5876, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xxl-none {
    display: none !important; }

  /* line 5879, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xxl-inline {
    display: inline !important; }

  /* line 5882, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xxl-inline-block {
    display: inline-block !important; }

  /* line 5885, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xxl-block {
    display: block !important; }

  /* line 5888, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xxl-table {
    display: table !important; }

  /* line 5891, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xxl-table-row {
    display: table-row !important; }

  /* line 5894, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xxl-table-cell {
    display: table-cell !important; }

  /* line 5897, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 5902, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  /* line 5910, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-print-none {
    display: none !important; }

  /* line 5913, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-print-inline {
    display: inline !important; }

  /* line 5916, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-print-inline-block {
    display: inline-block !important; }

  /* line 5919, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-print-block {
    display: block !important; }

  /* line 5922, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-print-table {
    display: table !important; }

  /* line 5925, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-print-table-row {
    display: table-row !important; }

  /* line 5928, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-print-table-cell {
    display: table-cell !important; }

  /* line 5931, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  /* line 5936, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
/* line 5943, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

/* line 5951, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.embed-responsive::before {
  display: block;
  content: ""; }

/* line 5956, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/* line 5970, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

/* line 5974, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%; }

/* line 5978, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.embed-responsive-4by3::before {
  padding-top: 75%; }

/* line 5982, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.embed-responsive-1by1::before {
  padding-top: 100%; }

/* line 5986, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

/* line 5993, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

/* line 6000, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

/* line 6007, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

/* line 6014, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

/* line 6019, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

/* line 6024, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

/* line 6029, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

/* line 6035, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

/* line 6041, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

/* line 6047, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

/* line 6052, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

/* line 6057, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

/* line 6063, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

/* line 6069, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

/* line 6075, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

/* line 6081, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

/* line 6086, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

/* line 6092, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

/* line 6098, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

/* line 6104, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

/* line 6110, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

/* line 6116, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

/* line 6121, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

/* line 6126, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

/* line 6131, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

/* line 6136, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

/* line 6141, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

/* line 6146, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

/* line 6151, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

/* line 6156, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

/* line 6161, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

/* line 6166, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

/* line 6171, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  /* line 6177, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6183, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6189, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6195, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6201, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6205, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6209, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6213, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6218, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6223, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6228, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6232, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6236, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6241, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6246, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6251, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6256, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6260, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6265, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6270, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6275, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6280, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6285, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6289, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6293, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6297, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6301, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6305, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6309, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6313, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6317, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6321, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6325, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6329, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  /* line 6336, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6342, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6348, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6354, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6360, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6364, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6368, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6372, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6377, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6382, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6387, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6391, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6395, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6400, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6405, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6410, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6415, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6419, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6424, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6429, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6434, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6439, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6444, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6448, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6452, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6456, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6460, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6464, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6468, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6472, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6476, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6480, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6484, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6488, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  /* line 6495, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6501, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6507, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6513, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6519, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6523, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6527, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6531, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6536, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6541, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6546, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6550, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6554, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6559, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6564, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6569, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6574, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6578, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6583, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6588, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6593, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6598, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6603, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6607, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6611, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6615, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6619, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6623, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6627, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6631, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6635, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6639, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6643, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6647, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  /* line 6654, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6660, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6666, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6672, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6678, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6682, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6686, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6690, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6695, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6700, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6705, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6709, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6713, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6718, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6723, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6728, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6733, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6737, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6742, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6747, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6752, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6757, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6762, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6766, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6770, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6774, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6778, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6782, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6786, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6790, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6794, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6798, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6802, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6806, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1500px) {
  /* line 6813, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  /* line 6819, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  /* line 6825, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  /* line 6831, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  /* line 6837, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  /* line 6841, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  /* line 6845, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  /* line 6849, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  /* line 6854, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  /* line 6859, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  /* line 6864, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  /* line 6868, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  /* line 6872, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  /* line 6877, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  /* line 6882, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  /* line 6887, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  /* line 6892, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  /* line 6896, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  /* line 6901, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  /* line 6906, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  /* line 6911, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  /* line 6916, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  /* line 6921, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  /* line 6925, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  /* line 6929, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  /* line 6933, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  /* line 6937, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  /* line 6941, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  /* line 6945, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  /* line 6949, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  /* line 6953, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  /* line 6957, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  /* line 6961, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  /* line 6965, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/* line 6971, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.float-left {
  float: left !important; }

/* line 6975, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.float-right {
  float: right !important; }

/* line 6979, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.float-none {
  float: none !important; }

@media (min-width: 576px) {
  /* line 6984, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-sm-left {
    float: left !important; }

  /* line 6987, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-sm-right {
    float: right !important; }

  /* line 6990, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  /* line 6996, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-md-left {
    float: left !important; }

  /* line 6999, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-md-right {
    float: right !important; }

  /* line 7002, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  /* line 7008, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-lg-left {
    float: left !important; }

  /* line 7011, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-lg-right {
    float: right !important; }

  /* line 7014, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  /* line 7020, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-xl-left {
    float: left !important; }

  /* line 7023, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-xl-right {
    float: right !important; }

  /* line 7026, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-xl-none {
    float: none !important; } }
@media (min-width: 1500px) {
  /* line 7032, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-xxl-left {
    float: left !important; }

  /* line 7035, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-xxl-right {
    float: right !important; }

  /* line 7038, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .float-xxl-none {
    float: none !important; } }
/* line 7043, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.overflow-auto {
  overflow: auto !important; }

/* line 7047, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.overflow-hidden {
  overflow: hidden !important; }

/* line 7051, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.position-static {
  position: static !important; }

/* line 7055, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.position-relative {
  position: relative !important; }

/* line 7059, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.position-absolute {
  position: absolute !important; }

/* line 7063, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.position-fixed {
  position: fixed !important; }

/* line 7067, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

/* line 7072, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

/* line 7080, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  /* line 7089, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }
/* line 7097, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* line 7109, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

/* line 7119, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

/* line 7124, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.shadow {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important; }

/* line 7129, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

/* line 7134, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* line 7139, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.w-25 {
  width: 25% !important; }

/* line 7143, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.w-50 {
  width: 50% !important; }

/* line 7147, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.w-75 {
  width: 75% !important; }

/* line 7151, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.w-100 {
  width: 100% !important; }

/* line 7155, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.w-auto {
  width: auto !important; }

/* line 7159, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.h-25 {
  height: 25% !important; }

/* line 7163, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.h-50 {
  height: 50% !important; }

/* line 7167, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.h-75 {
  height: 75% !important; }

/* line 7171, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.h-100 {
  height: 100% !important; }

/* line 7175, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.h-auto {
  height: auto !important; }

/* line 7179, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mw-100 {
  max-width: 100% !important; }

/* line 7183, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mh-100 {
  max-height: 100% !important; }

/* line 7187, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.min-vw-100 {
  min-width: 100vw !important; }

/* line 7191, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.min-vh-100 {
  min-height: 100vh !important; }

/* line 7195, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.vw-100 {
  width: 100vw !important; }

/* line 7199, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.vh-100 {
  height: 100vh !important; }

/* line 7203, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

/* line 7215, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-0 {
  margin: 0 !important; }

/* line 7219, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important; }

/* line 7224, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important; }

/* line 7229, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

/* line 7234, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important; }

/* line 7239, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 7243, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

/* line 7248, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

/* line 7253, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

/* line 7258, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

/* line 7263, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 7267, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

/* line 7272, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

/* line 7277, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

/* line 7282, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

/* line 7287, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-3 {
  margin: 1rem !important; }

/* line 7291, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important; }

/* line 7296, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

/* line 7301, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

/* line 7306, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

/* line 7311, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 7315, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

/* line 7320, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

/* line 7325, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

/* line 7330, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

/* line 7335, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-5 {
  margin: 3rem !important; }

/* line 7339, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important; }

/* line 7344, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

/* line 7349, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

/* line 7354, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

/* line 7359, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.p-0 {
  padding: 0 !important; }

/* line 7363, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important; }

/* line 7368, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important; }

/* line 7373, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

/* line 7378, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important; }

/* line 7383, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 7387, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

/* line 7392, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

/* line 7397, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

/* line 7402, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

/* line 7407, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 7411, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

/* line 7416, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

/* line 7421, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

/* line 7426, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

/* line 7431, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.p-3 {
  padding: 1rem !important; }

/* line 7435, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important; }

/* line 7440, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important; }

/* line 7445, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

/* line 7450, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important; }

/* line 7455, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 7459, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

/* line 7464, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

/* line 7469, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

/* line 7474, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

/* line 7479, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.p-5 {
  padding: 3rem !important; }

/* line 7483, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important; }

/* line 7488, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important; }

/* line 7493, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

/* line 7498, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important; }

/* line 7503, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-n1 {
  margin: -0.25rem !important; }

/* line 7507, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

/* line 7512, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

/* line 7517, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

/* line 7522, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

/* line 7527, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-n2 {
  margin: -0.5rem !important; }

/* line 7531, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

/* line 7536, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

/* line 7541, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

/* line 7546, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

/* line 7551, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-n3 {
  margin: -1rem !important; }

/* line 7555, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

/* line 7560, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

/* line 7565, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

/* line 7570, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

/* line 7575, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-n4 {
  margin: -1.5rem !important; }

/* line 7579, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

/* line 7584, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

/* line 7589, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

/* line 7594, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

/* line 7599, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-n5 {
  margin: -3rem !important; }

/* line 7603, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

/* line 7608, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

/* line 7613, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

/* line 7618, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

/* line 7623, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.m-auto {
  margin: auto !important; }

/* line 7627, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important; }

/* line 7632, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important; }

/* line 7637, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

/* line 7642, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  /* line 7648, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-0 {
    margin: 0 !important; }

  /* line 7651, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  /* line 7655, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  /* line 7659, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  /* line 7663, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  /* line 7667, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }

  /* line 7670, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  /* line 7674, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  /* line 7678, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  /* line 7682, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  /* line 7686, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }

  /* line 7689, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  /* line 7693, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  /* line 7697, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  /* line 7701, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  /* line 7705, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-3 {
    margin: 1rem !important; }

  /* line 7708, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  /* line 7712, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  /* line 7716, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  /* line 7720, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  /* line 7724, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }

  /* line 7727, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  /* line 7731, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  /* line 7735, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  /* line 7739, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  /* line 7743, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-5 {
    margin: 3rem !important; }

  /* line 7746, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  /* line 7750, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  /* line 7754, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  /* line 7758, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  /* line 7762, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-sm-0 {
    padding: 0 !important; }

  /* line 7765, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  /* line 7769, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  /* line 7773, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  /* line 7777, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  /* line 7781, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }

  /* line 7784, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  /* line 7788, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  /* line 7792, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  /* line 7796, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  /* line 7800, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }

  /* line 7803, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  /* line 7807, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  /* line 7811, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  /* line 7815, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  /* line 7819, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-sm-3 {
    padding: 1rem !important; }

  /* line 7822, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  /* line 7826, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  /* line 7830, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  /* line 7834, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  /* line 7838, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }

  /* line 7841, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  /* line 7845, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  /* line 7849, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  /* line 7853, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  /* line 7857, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-sm-5 {
    padding: 3rem !important; }

  /* line 7860, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  /* line 7864, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  /* line 7868, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  /* line 7872, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  /* line 7876, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-n1 {
    margin: -0.25rem !important; }

  /* line 7879, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  /* line 7883, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  /* line 7887, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 7891, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  /* line 7895, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-n2 {
    margin: -0.5rem !important; }

  /* line 7898, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  /* line 7902, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  /* line 7906, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 7910, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

  /* line 7914, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-n3 {
    margin: -1rem !important; }

  /* line 7917, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  /* line 7921, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  /* line 7925, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  /* line 7929, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

  /* line 7933, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-n4 {
    margin: -1.5rem !important; }

  /* line 7936, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  /* line 7940, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  /* line 7944, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 7948, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

  /* line 7952, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-n5 {
    margin: -3rem !important; }

  /* line 7955, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  /* line 7959, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  /* line 7963, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  /* line 7967, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

  /* line 7971, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-sm-auto {
    margin: auto !important; }

  /* line 7974, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  /* line 7978, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  /* line 7982, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  /* line 7986, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  /* line 7993, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-0 {
    margin: 0 !important; }

  /* line 7996, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  /* line 8000, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  /* line 8004, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  /* line 8008, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  /* line 8012, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-1 {
    margin: 0.25rem !important; }

  /* line 8015, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  /* line 8019, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  /* line 8023, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  /* line 8027, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  /* line 8031, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-2 {
    margin: 0.5rem !important; }

  /* line 8034, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  /* line 8038, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  /* line 8042, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  /* line 8046, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  /* line 8050, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-3 {
    margin: 1rem !important; }

  /* line 8053, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  /* line 8057, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  /* line 8061, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  /* line 8065, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  /* line 8069, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-4 {
    margin: 1.5rem !important; }

  /* line 8072, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  /* line 8076, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  /* line 8080, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  /* line 8084, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  /* line 8088, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-5 {
    margin: 3rem !important; }

  /* line 8091, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  /* line 8095, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  /* line 8099, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  /* line 8103, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  /* line 8107, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-md-0 {
    padding: 0 !important; }

  /* line 8110, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  /* line 8114, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  /* line 8118, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  /* line 8122, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  /* line 8126, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-md-1 {
    padding: 0.25rem !important; }

  /* line 8129, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  /* line 8133, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  /* line 8137, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  /* line 8141, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  /* line 8145, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-md-2 {
    padding: 0.5rem !important; }

  /* line 8148, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  /* line 8152, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  /* line 8156, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  /* line 8160, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  /* line 8164, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-md-3 {
    padding: 1rem !important; }

  /* line 8167, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  /* line 8171, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  /* line 8175, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  /* line 8179, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  /* line 8183, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-md-4 {
    padding: 1.5rem !important; }

  /* line 8186, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  /* line 8190, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  /* line 8194, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  /* line 8198, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  /* line 8202, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-md-5 {
    padding: 3rem !important; }

  /* line 8205, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  /* line 8209, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  /* line 8213, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  /* line 8217, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  /* line 8221, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-n1 {
    margin: -0.25rem !important; }

  /* line 8224, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  /* line 8228, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  /* line 8232, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 8236, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  /* line 8240, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-n2 {
    margin: -0.5rem !important; }

  /* line 8243, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  /* line 8247, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  /* line 8251, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 8255, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  /* line 8259, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-n3 {
    margin: -1rem !important; }

  /* line 8262, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  /* line 8266, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  /* line 8270, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  /* line 8274, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  /* line 8278, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-n4 {
    margin: -1.5rem !important; }

  /* line 8281, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  /* line 8285, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  /* line 8289, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 8293, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  /* line 8297, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-n5 {
    margin: -3rem !important; }

  /* line 8300, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  /* line 8304, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  /* line 8308, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  /* line 8312, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  /* line 8316, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-md-auto {
    margin: auto !important; }

  /* line 8319, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  /* line 8323, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  /* line 8327, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  /* line 8331, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  /* line 8338, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-0 {
    margin: 0 !important; }

  /* line 8341, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  /* line 8345, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  /* line 8349, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  /* line 8353, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  /* line 8357, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }

  /* line 8360, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  /* line 8364, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  /* line 8368, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  /* line 8372, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  /* line 8376, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }

  /* line 8379, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  /* line 8383, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  /* line 8387, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  /* line 8391, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  /* line 8395, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-3 {
    margin: 1rem !important; }

  /* line 8398, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  /* line 8402, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  /* line 8406, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  /* line 8410, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  /* line 8414, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }

  /* line 8417, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  /* line 8421, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  /* line 8425, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  /* line 8429, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  /* line 8433, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-5 {
    margin: 3rem !important; }

  /* line 8436, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  /* line 8440, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  /* line 8444, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  /* line 8448, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  /* line 8452, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-lg-0 {
    padding: 0 !important; }

  /* line 8455, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  /* line 8459, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  /* line 8463, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  /* line 8467, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  /* line 8471, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }

  /* line 8474, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  /* line 8478, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  /* line 8482, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  /* line 8486, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  /* line 8490, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }

  /* line 8493, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  /* line 8497, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  /* line 8501, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  /* line 8505, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  /* line 8509, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-lg-3 {
    padding: 1rem !important; }

  /* line 8512, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  /* line 8516, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  /* line 8520, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  /* line 8524, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  /* line 8528, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }

  /* line 8531, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  /* line 8535, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  /* line 8539, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  /* line 8543, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  /* line 8547, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-lg-5 {
    padding: 3rem !important; }

  /* line 8550, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  /* line 8554, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  /* line 8558, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  /* line 8562, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  /* line 8566, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-n1 {
    margin: -0.25rem !important; }

  /* line 8569, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  /* line 8573, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  /* line 8577, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 8581, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  /* line 8585, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-n2 {
    margin: -0.5rem !important; }

  /* line 8588, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  /* line 8592, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  /* line 8596, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 8600, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  /* line 8604, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-n3 {
    margin: -1rem !important; }

  /* line 8607, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  /* line 8611, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  /* line 8615, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  /* line 8619, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  /* line 8623, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-n4 {
    margin: -1.5rem !important; }

  /* line 8626, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  /* line 8630, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  /* line 8634, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 8638, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  /* line 8642, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-n5 {
    margin: -3rem !important; }

  /* line 8645, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  /* line 8649, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  /* line 8653, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  /* line 8657, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  /* line 8661, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-lg-auto {
    margin: auto !important; }

  /* line 8664, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  /* line 8668, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  /* line 8672, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  /* line 8676, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  /* line 8683, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-0 {
    margin: 0 !important; }

  /* line 8686, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  /* line 8690, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  /* line 8694, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  /* line 8698, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  /* line 8702, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }

  /* line 8705, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  /* line 8709, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  /* line 8713, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 8717, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  /* line 8721, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }

  /* line 8724, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  /* line 8728, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  /* line 8732, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 8736, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  /* line 8740, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-3 {
    margin: 1rem !important; }

  /* line 8743, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  /* line 8747, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  /* line 8751, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  /* line 8755, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  /* line 8759, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }

  /* line 8762, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  /* line 8766, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  /* line 8770, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 8774, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  /* line 8778, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-5 {
    margin: 3rem !important; }

  /* line 8781, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  /* line 8785, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  /* line 8789, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  /* line 8793, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  /* line 8797, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xl-0 {
    padding: 0 !important; }

  /* line 8800, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  /* line 8804, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  /* line 8808, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  /* line 8812, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  /* line 8816, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }

  /* line 8819, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  /* line 8823, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  /* line 8827, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 8831, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  /* line 8835, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }

  /* line 8838, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  /* line 8842, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  /* line 8846, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 8850, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  /* line 8854, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xl-3 {
    padding: 1rem !important; }

  /* line 8857, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  /* line 8861, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  /* line 8865, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  /* line 8869, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  /* line 8873, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }

  /* line 8876, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  /* line 8880, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  /* line 8884, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 8888, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  /* line 8892, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xl-5 {
    padding: 3rem !important; }

  /* line 8895, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  /* line 8899, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  /* line 8903, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  /* line 8907, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  /* line 8911, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-n1 {
    margin: -0.25rem !important; }

  /* line 8914, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  /* line 8918, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  /* line 8922, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 8926, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  /* line 8930, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-n2 {
    margin: -0.5rem !important; }

  /* line 8933, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  /* line 8937, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  /* line 8941, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 8945, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

  /* line 8949, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-n3 {
    margin: -1rem !important; }

  /* line 8952, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  /* line 8956, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  /* line 8960, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  /* line 8964, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

  /* line 8968, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-n4 {
    margin: -1.5rem !important; }

  /* line 8971, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  /* line 8975, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  /* line 8979, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 8983, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

  /* line 8987, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-n5 {
    margin: -3rem !important; }

  /* line 8990, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  /* line 8994, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  /* line 8998, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  /* line 9002, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

  /* line 9006, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xl-auto {
    margin: auto !important; }

  /* line 9009, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  /* line 9013, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  /* line 9017, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  /* line 9021, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1500px) {
  /* line 9028, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-0 {
    margin: 0 !important; }

  /* line 9031, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }

  /* line 9035, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }

  /* line 9039, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }

  /* line 9043, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }

  /* line 9047, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-1 {
    margin: 0.25rem !important; }

  /* line 9050, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }

  /* line 9054, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }

  /* line 9058, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 9062, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }

  /* line 9066, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-2 {
    margin: 0.5rem !important; }

  /* line 9069, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }

  /* line 9073, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }

  /* line 9077, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 9081, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }

  /* line 9085, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-3 {
    margin: 1rem !important; }

  /* line 9088, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }

  /* line 9092, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }

  /* line 9096, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }

  /* line 9100, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }

  /* line 9104, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-4 {
    margin: 1.5rem !important; }

  /* line 9107, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }

  /* line 9111, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }

  /* line 9115, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 9119, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }

  /* line 9123, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-5 {
    margin: 3rem !important; }

  /* line 9126, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }

  /* line 9130, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }

  /* line 9134, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }

  /* line 9138, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }

  /* line 9142, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xxl-0 {
    padding: 0 !important; }

  /* line 9145, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }

  /* line 9149, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }

  /* line 9153, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }

  /* line 9157, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }

  /* line 9161, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xxl-1 {
    padding: 0.25rem !important; }

  /* line 9164, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }

  /* line 9168, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }

  /* line 9172, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 9176, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }

  /* line 9180, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xxl-2 {
    padding: 0.5rem !important; }

  /* line 9183, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }

  /* line 9187, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }

  /* line 9191, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 9195, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }

  /* line 9199, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xxl-3 {
    padding: 1rem !important; }

  /* line 9202, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }

  /* line 9206, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }

  /* line 9210, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }

  /* line 9214, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }

  /* line 9218, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xxl-4 {
    padding: 1.5rem !important; }

  /* line 9221, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }

  /* line 9225, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }

  /* line 9229, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 9233, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }

  /* line 9237, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .p-xxl-5 {
    padding: 3rem !important; }

  /* line 9240, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }

  /* line 9244, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }

  /* line 9248, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }

  /* line 9252, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }

  /* line 9256, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-n1 {
    margin: -0.25rem !important; }

  /* line 9259, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }

  /* line 9263, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }

  /* line 9267, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }

  /* line 9271, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }

  /* line 9275, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-n2 {
    margin: -0.5rem !important; }

  /* line 9278, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }

  /* line 9282, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }

  /* line 9286, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }

  /* line 9290, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }

  /* line 9294, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-n3 {
    margin: -1rem !important; }

  /* line 9297, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }

  /* line 9301, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }

  /* line 9305, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }

  /* line 9309, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }

  /* line 9313, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-n4 {
    margin: -1.5rem !important; }

  /* line 9316, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }

  /* line 9320, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }

  /* line 9324, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }

  /* line 9328, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }

  /* line 9332, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-n5 {
    margin: -3rem !important; }

  /* line 9335, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }

  /* line 9339, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }

  /* line 9343, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }

  /* line 9347, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }

  /* line 9351, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .m-xxl-auto {
    margin: auto !important; }

  /* line 9354, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }

  /* line 9358, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }

  /* line 9362, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }

  /* line 9366, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
/* line 9372, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

/* line 9377, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-justify {
  text-align: justify !important; }

/* line 9381, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-wrap {
  white-space: normal !important; }

/* line 9385, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-nowrap {
  white-space: nowrap !important; }

/* line 9389, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 9395, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-left {
  text-align: left !important; }

/* line 9399, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-right {
  text-align: right !important; }

/* line 9403, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 9408, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-sm-left {
    text-align: left !important; }

  /* line 9411, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-sm-right {
    text-align: right !important; }

  /* line 9414, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  /* line 9420, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-md-left {
    text-align: left !important; }

  /* line 9423, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-md-right {
    text-align: right !important; }

  /* line 9426, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  /* line 9432, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-lg-left {
    text-align: left !important; }

  /* line 9435, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-lg-right {
    text-align: right !important; }

  /* line 9438, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  /* line 9444, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-xl-left {
    text-align: left !important; }

  /* line 9447, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-xl-right {
    text-align: right !important; }

  /* line 9450, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1500px) {
  /* line 9456, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-xxl-left {
    text-align: left !important; }

  /* line 9459, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-xxl-right {
    text-align: right !important; }

  /* line 9462, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .text-xxl-center {
    text-align: center !important; } }
/* line 9467, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-lowercase {
  text-transform: lowercase !important; }

/* line 9471, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-uppercase {
  text-transform: uppercase !important; }

/* line 9475, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-capitalize {
  text-transform: capitalize !important; }

/* line 9479, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.font-weight-light {
  font-weight: 300 !important; }

/* line 9483, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.font-weight-lighter {
  font-weight: lighter !important; }

/* line 9487, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.font-weight-normal {
  font-weight: 400 !important; }

/* line 9491, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.font-weight-bold {
  font-weight: 700 !important; }

/* line 9495, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.font-weight-bolder {
  font-weight: bolder !important; }

/* line 9499, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.font-italic {
  font-style: italic !important; }

/* line 9503, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-white {
  color: #fff !important; }

/* line 9507, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-primary {
  color: #9a8340 !important; }

/* line 9511, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #64552a !important; }

/* line 9516, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-secondary {
  color: #282828 !important; }

/* line 9520, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.text-secondary:hover,
a.text-secondary:focus {
  color: #020202 !important; }

/* line 9525, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-success {
  color: #00a651 !important; }

/* line 9529, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.text-success:hover,
a.text-success:focus {
  color: #005a2c !important; }

/* line 9534, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-info {
  color: #ffca0d !important; }

/* line 9538, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.text-info:hover,
a.text-info:focus {
  color: #c09600 !important; }

/* line 9543, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-warning {
  color: #ffca0d !important; }

/* line 9547, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #c09600 !important; }

/* line 9552, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-danger {
  color: #ca2323 !important; }

/* line 9556, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #891818 !important; }

/* line 9561, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-light {
  color: #ffffff !important; }

/* line 9565, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.text-light:hover,
a.text-light:focus {
  color: #d9d9d9 !important; }

/* line 9570, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-dark {
  color: #282828 !important; }

/* line 9574, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.text-dark:hover,
a.text-dark:focus {
  color: #020202 !important; }

/* line 9579, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-body {
  color: #212529 !important; }

/* line 9583, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-muted {
  color: #6c757d !important; }

/* line 9587, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

/* line 9591, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

/* line 9595, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

/* line 9603, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-decoration-none {
  text-decoration: none !important; }

/* line 9607, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

/* line 9612, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.text-reset {
  color: inherit !important; }

/* line 9616, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.visible {
  visibility: visible !important; }

/* line 9620, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.invisible {
  visibility: hidden !important; }

/* line 9624, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
body {
  font-family: Lato, Tahoma, san-serif;
  font-size: 16px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 9632, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-h1 {
  font-size: 2.2807rem;
  line-height: 1.4;
  margin: 0; }

/* line 9638, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-h1--subtext {
  font-size: 1.80203rem;
  font-weight: 400;
  color: #8c8c8c;
  display: block; }

/* line 9645, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-h2 {
  font-size: 1.80203rem;
  margin: 0; }

/* line 9650, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-h3 {
  font-size: 1.26562rem;
  margin: 0; }

/* line 9655, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0; }

/* line 9661, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-badge {
  font-size: 0.79012rem;
  font-weight: 500;
  color: #8c8c8c;
  background-color: #f3f2f0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 3px;
  border: 1px solid #e8e6e2;
  padding: 1px 3px 2px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 3px; }

/* line 9676, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a .b-badge:hover {
  color: #8c8c8c;
  background-color: #e8e6e2;
  text-decoration: none; }

/* line 9682, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-badge--published {
  color: #2a8054;
  background-color: #f5fffa;
  border: 1px solid #e5f6ee; }

/* line 9688, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a .b-badge--published:hover {
  color: #2a8054;
  background-color: #e5f6ee; }

/* line 9693, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-badge--draft {
  color: #ac8c30;
  background-color: #fff9e4;
  border: 1px solid #fff7db; }

/* line 9699, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a .b-badge--draft:hover {
  color: #ac8c30;
  background-color: #fff1c2; }

/* line 9704, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-badge--funder {
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

/* line 9711, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-badge--funder:hover {
  white-space: normal; }

/* line 9715, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
a.b-badge:hover {
  color: #8c8c8c;
  background-color: #e8e6e2;
  text-decoration: none; }

/* line 9721, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-success {
  color: #00a651; }

/* line 9725, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-attention {
  color: #ffca0d; }

/* line 9729, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-warning {
  color: #ca2323; }

/* line 9733, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-light {
  color: #8c8c8c; }

/* line 9737, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-normal {
  color: #282828; }

/* line 9741, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-regular {
  font-weight: 400; }

/* line 9745, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-semibold {
  font-weight: 600; }

/* line 9749, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-bold {
  font-weight: 700; }

/* line 9753, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-normal {
  font-style: normal; }

/* line 9757, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-italic {
  font-style: italic; }

/* line 9761, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-uppercase {
  font-size: 0.79012rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #8c8c8c; }

/* line 9768, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-xs {
  font-size: 0.79012rem; }

/* line 9772, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-sm {
  font-size: 0.88889rem; }

/* line 9776, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-body {
  font-size: 1rem; }

/* line 9780, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-md {
  font-size: 1.125rem; }

/* line 9784, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-lg {
  font-size: 1.26562rem; }

/* line 9788, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-xl {
  font-size: 1.80203rem; }

/* line 9792, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-text-cap {
  padding: 3px 10px;
  border-left: 2px solid #d1d1d1;
  background-color: #eaeaea;
  color: #8c8c8c;
  font-family: monospace;
  font-size: 0.88889rem; }

/* line 9801, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-null {
  text-decoration: none; }

/* line 9805, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-null:hover {
  text-decoration: none; }

/* line 9809, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
input {
  font-size: 1rem; }

/* line 9813, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-container-backoffice {
  max-width: 1600px; }

/* line 9817, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-container-backoffice--narrow {
  max-width: 1400px; }

/* line 9821, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-container-backoffice--x-narrow {
  max-width: 960px; }

/* line 9825, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-circle {
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  background-color: #d1d1d1;
  display: inline-block; }

/* line 9833, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-circle--live {
  background-color: #00a651; }

/* line 9837, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-accessible {
  position: absolute;
  left: -9999px; }

/* line 9842, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-icon-close {
  display: inline-block;
  background-color: #ac8c30;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #ffffff;
  position: relative; }

/* line 9852, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-icon-close:after {
  content: "\00D7";
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 4px;
  font-weight: 700;
  line-height: 1;
  font-size: 1.42383rem; }

/* line 9864, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-icon-close:hover {
  background-color: #9a8340; }

/* line 9868, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-icon--grip-lines {
  height: 16px;
  width: 16px;
  display: inline-block;
  background-image: url("https://res.cloudinary.com/ho5waxsnl/image/upload/v1618562496/icons/grip-lines-grey_uivkba.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px; }

/* line 9878, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table {
  font-size: 0.88889rem;
  border-collapse: collapse;
  border-radius: 5px 5px 0 0;
  margin: 0; }

/* line 9885, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table--sticky-head thead tr th:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #e8e6e2; }

/* line 9896, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table--sticky-head thead tr th:first-child:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ffffff; }

/* line 9906, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table--sticky-head thead tr th:first-child:after {
  left: -3px;
  width: calc(100% + 3px); }

/* line 9911, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table--sticky-head th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #e8e6e2; }

/* line 9919, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table thead tr th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 0;
  vertical-align: top; }

/* line 9926, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table .draggable-mirror {
  display: table;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #ac8c30, 0 0 1px 4px #ac8c30;
  box-shadow: 0 0 0 1px #ac8c30, 0 0 1px 4px #ac8c30; }

/* line 9933, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row {
  border-left: 3px solid transparent; }

/* line 9937, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row:hover {
  background-color: #fefdfb;
  border-left: 3px solid #fefdfb; }

/* line 9942, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row.selected {
  background-color: #f9f8f6;
  border-left: 3px solid #e8e6e2; }

/* line 9947, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row--attention {
  border-left: 3px solid #ffca0d; }

/* line 9951, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row--attention.selected {
  border-left: 3px solid #ffca0d; }

/* line 9955, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row--attention:hover {
  border-left: 3px solid #ffca0d; }

/* line 9959, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row--warning {
  background-color: #fcf4f4;
  border-left: 3px solid #fcf4f4; }

/* line 9964, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row--warning.selected {
  border-left: 3px solid #fcf4f4; }

/* line 9968, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row--warning:hover {
  border-left: 3px solid #fcf4f4;
  background-color: #fcf4f4; }

/* line 9973, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row--published {
  border-left: 3px solid #00a651; }

/* line 9977, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row--published.selected {
  border-left: 3px solid #00a651; }

/* line 9981, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-row--published:hover {
  border-left: 3px solid #00a651; }

/* line 9985, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-col-narrow {
  width: calc(100% / 7); }

/* line 9989, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-col-pre {
  width: 30px;
  padding-right: 0 !important;
  text-align: center; }

/* line 9995, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-table-col-pre img {
  width: 20px;
  height: auto; }

/* line 10000, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-add,
.b-link-remove {
  font-weight: 600;
  color: #ac8c30; }

/* line 10006, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-add:before,
.b-link-add:after,
.b-link-remove:before,
.b-link-remove:after {
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center; }

/* line 10018, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-add:hover,
.b-link-remove:hover {
  text-decoration: none; }

/* line 10023, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-add:before {
  content: "\002B";
  margin-right: 5px;
  color: #ffffff;
  background-color: #ac8c30; }

/* line 10030, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-add:hover {
  color: #9a8340; }

/* line 10034, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-remove {
  color: #ca2323; }

/* line 10038, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-remove:after {
  content: "\00D7";
  margin-left: 5px;
  background-color: #ca2323;
  color: #ffffff; }

/* line 10045, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-remove:hover {
  color: #920707; }

/* line 10049, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-remove:hover:after {
  background-color: #920707; }

/* line 10053, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-panel {
  border: 1px solid #e8e6e2;
  border-radius: 5px;
  background-color: #f9f8f6;
  text-align: center;
  display: block;
  width: 100%;
  padding: 1rem; }

/* line 10063, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.b-link-panel:hover {
  text-decoration: none;
  color: #9a8340;
  background-color: #f3f2f0; }

/* line 10069, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-light {
  border-color: #eaeaea;
  background: #ffffff -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f3f3f3)) repeat-x;
  background: #ffffff linear-gradient(180deg, #ffffff, #f3f3f3) repeat-x; }

/* line 10081, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.btn-light:hover,
.btn-light:focus {
  border-color: #d1d1d1;
  background: #ffffff -webkit-gradient(linear, left top, left bottom, from(rgba(234, 234, 234, 0.3)), to(rgba(209, 209, 209, 0.5))) repeat-x;
  background: #ffffff linear-gradient(180deg, rgba(234, 234, 234, 0.3), rgba(209, 209, 209, 0.5)) repeat-x; }

/* line 10096, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-brand__link {
  display: block; }

/* line 10100, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-brand__image {
  display: inline-block;
  width: 100%;
  height: auto; }

/* line 10106, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 10115, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__primary,
.c-admin-nav__secondary,
.c-admin-nav__subnav,
.c-admin-subnav {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* line 10124, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__primary,
.c-admin-nav__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 10131, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__primary .c-admin-nav__link {
  font-weight: 700; }

/* line 10135, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__secondary .c-admin-nav__link {
  font-size: 0.88889rem;
  padding: 0.88889rem 1rem; }

/* line 10140, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__item {
  position: relative;
  background-color: #282828;
  color: white; }

/* line 10146, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__item--has-child:hover .c-admin-nav__subnav {
  display: block; }

/* line 10150, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.l-index .c-admin-nav__item {
  background-color: #9b7e2b;
  color: white; }

/* line 10155, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__link {
  text-decoration: none;
  display: inline-block;
  padding: 0.79012rem 1rem;
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s; }

/* line 10165, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__link:visited {
  color: #ffffff; }

/* line 10169, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__link:active,
.c-admin-nav__link:focus,
.c-admin-nav__link:hover,
.c-admin-nav__link--is-active {
  background-color: #424242;
  text-decoration: none; }

/* line 10177, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.l-index .c-admin-nav__link:active,
.l-index .c-admin-nav__link:focus,
.l-index .c-admin-nav__link:hover,
.l-index .c-admin-nav__link--is-active {
  background-color: #8a7026;
  color: white; }

/* line 10185, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__link:active,
.c-admin-nav__link:focus,
.c-admin-nav__link:hover {
  color: #ffffff; }

/* line 10191, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__link--is-active {
  color: #e4bd5f; }

/* line 10195, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.l-index .c-admin-nav__link--is-active {
  color: #282828; }

/* line 10199, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__link--is-active:active,
.c-admin-nav__link--is-active:focus,
.c-admin-nav__link--is-active:hover {
  color: #e4bd5f; }

/* line 10205, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.l-index .c-admin-nav__link--is-active:active,
.l-index .c-admin-nav__link--is-active:focus,
.l-index .c-admin-nav__link--is-active:hover {
  color: #282828; }

/* line 10211, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.l-index .c-admin-nav__link {
  color: #ffffff; }

/* line 10215, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.l-index .c-admin-nav__link:visited {
  color: #ffffff; }

/* line 10219, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.is-not-loaded .c-admin-nav__link {
  color: #ffffff; }

/* line 10223, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.is-not-loaded .c-admin-nav__link:visited {
  color: #ffffff; }

/* line 10227, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__subnav {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 250px;
  right: 0;
  background-color: #ffffff;
  padding: 1rem;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px; }

/* line 10240, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__subnav .c-admin-nav__item {
  background-color: #ffffff; }

/* line 10244, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__subnav .c-admin-nav__link {
  display: block;
  padding: 0.43846rem 0;
  color: #ac8c30; }

/* line 10250, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-nav__subnav .c-admin-nav__link:hover {
  background-color: #ffffff;
  color: #9a8340; }

/* line 10255, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-subnav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 10262, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-subnav__item:first-child .c-admin-subnav__link {
  margin-left: 0; }

/* line 10266, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-subnav__link {
  text-decoration: none;
  margin: 0 1rem;
  padding: 0.79012rem 0 0.55493rem;
  color: #282828;
  font-size: 0.88889rem;
  display: inline-block;
  border-bottom: 2px solid #ffffff; }

/* line 10276, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-subnav__link:hover,
.c-admin-subnav__link--is-active {
  text-decoration: none;
  border-bottom: 2px solid #ac8c30; }

/* line 10282, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-admin-subnav__link--is-active {
  color: #ac8c30; }

/* line 10286, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-avatar {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 0.55493rem; }

/* line 10293, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-avatar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ac8c30;
  position: relative; }

/* line 10310, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-avatar__initial {
  color: #ffffff;
  line-height: 1;
  width: 100%;
  text-align: center;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 10322, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e6e2;
  padding-bottom: 1rem;
  margin-bottom: 0.55493rem; }

/* line 10338, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-user__name {
  font-size: 1.125rem;
  color: #282828; }

/* line 10343, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-user__title {
  font-size: 0.88889rem;
  color: #8c8c8c; }

/* line 10348, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-form__group {
  margin-bottom: 1rem; }

/* line 10352, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-form__group--actions {
  margin-top: 1.26562rem; }

/* line 10356, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-form__label {
  display: inline-block;
  width: 100%;
  font-size: 0.88889rem;
  margin-bottom: 0.70233rem; }

/* line 10363, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-form__input {
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  padding: 0.79012rem; }

/* line 10370, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-form__submit {
  width: 100%;
  cursor: pointer;
  color: #fff;
  background: #ac8c30 -webkit-gradient(linear, left top, left bottom, from(#b89d4f), to(#ac8c30)) repeat-x;
  background: #ac8c30 linear-gradient(180deg, #b89d4f, #ac8c30) repeat-x;
  border-color: #ac8c30;
  padding: 1rem 1rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 3px; }

/* line 10389, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-form__submit:hover {
  color: #fff;
  background: #846c25 -webkit-gradient(linear, left top, left bottom, from(#978246), to(#846c25)) repeat-x;
  background: #846c25 linear-gradient(180deg, #978246, #846c25) repeat-x;
  border-color: #846c25; }

/* line 10402, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-form__submit:focus,
.c-form__submit.focus {
  color: #fff;
  background: #846c25 -webkit-gradient(linear, left top, left bottom, from(#978246), to(#846c25)) repeat-x;
  background: #846c25 linear-gradient(180deg, #978246, #846c25) repeat-x;
  border-color: #846c25;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 157, 79, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(184, 157, 79, 0.5); }

/* line 10418, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-form__submit.disabled,
.c-form__submit:disabled {
  color: #fff;
  background-color: #ac8c30;
  border-color: #ac8c30;
  background-image: none; }

/* line 10426, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-form__submit:not(:disabled):not(.disabled):active,
.c-form__submit:not(:disabled):not(.disabled).active,
.show > .c-form__submit.dropdown-toggle {
  color: #fff;
  background-color: #846c25;
  background-image: none;
  border-color: #846c25; }

/* line 10435, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-form__submit:not(:disabled):not(.disabled):active:focus,
.c-form__submit:not(:disabled):not(.disabled).active:focus,
.show > .c-form__submit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(184, 157, 79, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(184, 157, 79, 0.5); }

/* line 10442, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 10451, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle--slim .c-toggle__option {
  max-width: 25px;
  font-size: 0.6243rem;
  font-weight: 600;
  line-height: 1.4; }

/* line 10458, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle--slim .c-toggle__option:first-child {
  text-align: right; }

/* line 10462, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0; }

/* line 10472, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle__option {
  cursor: pointer; }

/* line 10476, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle__option:first-child {
  text-align: right;
  padding-right: 0.55493rem; }

/* line 10481, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle__option:last-child {
  padding-left: 0.55493rem; }

/* line 10485, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle__input {
  display: none; }

/* line 10489, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.disabled-toggle {
  cursor: not-allowed; }
  /* line 10492, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
  .disabled-toggle + .c-toggle__slider {
    cursor: not-allowed;
    opacity: 0.5; }

/* line 10498, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle__toggler {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative; }

/* line 10505, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle__slider {
  background-color: #fff9e4;
  border-radius: 30px;
  cursor: pointer;
  left: 1px;
  position: relative;
  width: 36px;
  height: 24px;
  display: inline-block;
  border: 2px solid #fff7db;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* line 10519, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle__slider:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  border-radius: 50%;
  background-color: #ffca0d;
  height: 20px;
  width: 20px; }

/* line 10531, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle__slider--active {
  background-color: #e5f6ee;
  border-color: #d9f2e5; }

/* line 10536, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-toggle__slider--active:before {
  left: auto;
  right: 0;
  background-color: #00a651; }

/* line 10542, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-drawer {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0; }

/* line 10551, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-drawer__overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25); }

/* line 10560, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-drawer__panel {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: 0;
  bottom: 0;
  width: 600px;
  background-color: #ffffff;
  -webkit-box-shadow: -10px 0px 25px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0px 25px rgba(0, 0, 0, 0.1); }

/* line 10572, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-drawer__header {
  padding: 1rem 30px;
  background-color: #f9f8f6;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 10587, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-drawer__main {
  padding: 1rem 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

/* line 10595, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-drawer__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1rem 30px;
  background-color: #ffffff;
  border-top: 1px solid #e8e6e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 10610, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-filters {
  background-color: #f3f2f0;
  border: 1px solid #e8e6e2;
  border-radius: 5px;
  padding: 1rem; }

/* line 10617, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-filters__actions {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  bottom: 0;
  background-color: #f3f2f0;
  padding-top: 1rem;
  border-top: 1px solid #e8e6e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 10632, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-filters__actions .btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%; }

/* line 10638, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0; }

/* line 10648, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__table {
  border-collapse: collapse; }

/* line 10652, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__table td,
.c-matrix__table th {
  padding: 0 0 0 0.55493rem;
  border: none;
  vertical-align: top; }

/* line 10659, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__table tr td:first-child,
.c-matrix__table tr th:first-child {
  padding-right: 0.55493rem;
  width: 9%; }

/* line 10665, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__table tr td {
  text-align: right;
  padding-bottom: 0.55493rem; }

/* line 10670, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__table tr td:focus-within .c-matrix-form-group--price {
  -webkit-box-shadow: 0 0 0 2px rgba(172, 140, 48, 0.2);
  box-shadow: 0 0 0 2px rgba(172, 140, 48, 0.2);
  border-left: 1px solid #ac8c30;
  border-right: 1px solid #ac8c30;
  border-top: 1px solid #ac8c30;
  border-bottom: 1px solid #ac8c30; }

/* line 10679, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__table tr td:focus-within .c-matrix-form-group--maintenance {
  -webkit-box-shadow: 0 0 0 2px rgba(172, 140, 48, 0.2);
  box-shadow: 0 0 0 2px rgba(172, 140, 48, 0.2);
  border-left: 1px solid #ac8c30;
  border-right: 1px solid #ac8c30;
  border-bottom: 1px solid #ac8c30;
  border-top: none; }

/* line 10688, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__table tr td:focus-within .c-matrix-form-group__divider {
  background-color: #ac8c30; }

/* line 10692, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__table tr td:first-child {
  padding-top: 0;
  border-top: none; }

/* line 10697, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__table tr th {
  padding-bottom: 0.30795rem; }

/* line 10701, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__table .form-row {
  margin-left: 0;
  margin-right: 0; }

/* line 10706, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 10712, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__labels .c-matrix__label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }

/* line 10718, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__label {
  font-size: 0.70233rem;
  font-style: italic;
  font-weight: 400;
  color: #494949; }

/* line 10725, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__mileage {
  font-weight: 700;
  margin: 0.49327rem 0 0.70233rem; }

/* line 10730, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix__gap td {
  padding-bottom: 0.55493rem; }

/* line 10734, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group {
  background-color: #f9f8f6;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 10744, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group--funder .c-matrix-form-group__maintenance {
  width: 100%; }

/* line 10748, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group--price {
  border-left: 1px solid #e8e6e2;
  border-right: 1px solid #e8e6e2;
  border-top: 1px solid #e8e6e2;
  border-bottom: 1px solid #e8e6e2; }

/* line 10755, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group--maintenance {
  border-left: 1px solid #e8e6e2;
  border-right: 1px solid #e8e6e2;
  border-bottom: 1px solid #e8e6e2;
  border-top: none; }

/* line 10762, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group .form-group {
  margin-bottom: 0; }

/* line 10766, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group input {
  border: none;
  border-radius: 0;
  margin: 0;
  width: calc(50% - 1px);
  -moz-appearance: textfield; }

/* line 10774, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group input::-webkit-inner-spin-button,
.c-matrix-form-group input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none; }

/* line 10780, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group .form-group {
  margin: 0; }

/* line 10784, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__divider {
  width: 2px;
  background-color: #e8e6e2; }

/* line 10789, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business {
  color: #282828;
  background-color: #ffffff; }

/* line 10794, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business:focus {
  background-color: #ffffff; }

/* line 10798, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__personal {
  color: #bebebe;
  background-color: #f9f8f6; }

/* line 10803, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__personal.overide {
  color: #282828; }

/* line 10807, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__personal:focus {
  background-color: #f9f8f6; }

/* line 10811, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business,
.c-matrix-form-group__personal,
.c-matrix-form-group__maintenance {
  border: none;
  height: auto; }

/* line 10818, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business:focus,
.c-matrix-form-group__personal:focus,
.c-matrix-form-group__maintenance:focus {
  -webkit-box-shadow: inset 0 0 0 2px #ac8c30;
  box-shadow: inset 0 0 0 2px #ac8c30; }

/* line 10825, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business,
.c-matrix-form-group__personal {
  font-size: 0.88889rem;
  padding: 0.55493rem 0.30795rem; }

/* line 10831, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business.lex,
.c-matrix-form-group__business.alphabet,
.c-matrix-form-group__business.leaseplan,
.c-matrix-form-group__business.santander,
.c-matrix-form-group__business.hitachi,
.c-matrix-form-group__business.ald,
.c-matrix-form-group__business.arval,
.c-matrix-form-group__business.leasys,
.c-matrix-form-group__business.custom,
.c-matrix-form-group__personal.lex,
.c-matrix-form-group__personal.alphabet,
.c-matrix-form-group__personal.leaseplan,
.c-matrix-form-group__personal.santander,
.c-matrix-form-group__personal.hitachi,
.c-matrix-form-group__personal.ald,
.c-matrix-form-group__personal.arval,
.c-matrix-form-group__personal.leasys,
.c-matrix-form-group__personal.custom {
  color: #ffffff; }

/* line 10852, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business.lex,
.c-matrix-form-group__personal.lex {
  background-color: #77b800; }

/* line 10857, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business.alphabet,
.c-matrix-form-group__personal.alphabet {
  background-color: #005ca9; }

/* line 10862, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business.leaseplan,
.c-matrix-form-group__personal.leaseplan {
  background-color: #ff5c00; }

/* line 10867, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business.santander,
.c-matrix-form-group__personal.santander {
  background-color: #9c27b0; }

/* line 10872, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business.hitachi,
.c-matrix-form-group__personal.hitachi {
  background-color: #e60027; }

/* line 10877, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business.ald,
.c-matrix-form-group__personal.ald {
  background-color: #ac8c30; }

/* line 10882, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business.arval,
.c-matrix-form-group__personal.arval {
  background-color: #009688; }

/* line 10887, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business.leasys,
.c-matrix-form-group__personal.leasys {
  background-color: #de05e1; }

/* line 10892, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__business.custom,
.c-matrix-form-group__personal.custom {
  background-color: #282828; }

/* line 10897, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance {
  font-size: 0.79012rem;
  padding: 0.17089rem 0.30795rem 0.30795rem; }

/* line 10902, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance.lex,
.c-matrix-form-group__maintenance.alphabet,
.c-matrix-form-group__maintenance.leaseplan,
.c-matrix-form-group__maintenance.santander,
.c-matrix-form-group__maintenance.hitachi,
.c-matrix-form-group__maintenance.ald,
.c-matrix-form-group__maintenance.arval,
.c-matrix-form-group__maintenance.leasys,
.c-matrix-form-group__maintenance.custom {
  color: #ffffff; }

/* line 10914, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance.lex {
  background-color: #679f00; }

/* line 10918, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance.alphabet {
  background-color: #004e90; }

/* line 10922, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance.leaseplan {
  background-color: #e65300; }

/* line 10926, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance.santander {
  background-color: #89229b; }

/* line 10930, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance.hitachi {
  background-color: #cd0023; }

/* line 10934, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance.ald {
  background-color: #987c2a; }

/* line 10938, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance.arval {
  background-color: #007d71; }

/* line 10942, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance.leasys {
  background-color: #c504c8; }

/* line 10946, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance.custom {
  background-color: black; }

/* line 10950, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-matrix-form-group__maintenance--highlight {
  -webkit-box-shadow: 0px 0px 5px 0px #ffca0d;
  box-shadow: 0px 0px 5px 0px #ffca0d; }

/* line 10955, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-page-title {
  line-height: 1.4; }

/* line 10959, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/* line 10965, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-meta__item {
  margin-right: 4.10989rem; }

/* line 10969, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-meta__heading {
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  color: #494949;
  font-weight: 400;
  margin: 0; }

/* line 10977, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-meta__number {
  font-size: 1.42383rem;
  font-weight: 700;
  margin: 0; }

/* line 10983, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-meta__labels {
  padding: 0;
  margin: 0; }

/* line 10988, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-meta__label {
  display: inline-block;
  margin: 0.17089rem 0.30795rem 0.17089rem 0;
  font-size: 0.79012rem; }

/* line 10994, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-meta__link {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 3px 5px; }

/* line 11000, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-meta__link:hover {
  text-decoration: none;
  background-color: #f3f2f0; }

/* line 11005, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert {
  color: #8c8c8c;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.70233rem 1.125rem; }

/* line 11014, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert a {
  text-decoration: underline; }

/* line 11018, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert a:hover {
  text-decoration: none; }

/* line 11022, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert--attention {
  color: #ac8c30;
  background-color: #fff9e4;
  border: 1px solid rgba(172, 140, 48, 0.3); }

/* line 11028, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert--attention a {
  color: #ac8c30; }

/* line 11032, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert--success {
  color: #2a8054;
  background-color: #e5f6ee;
  border: 1px solid rgba(0, 166, 81, 0.3); }

/* line 11038, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert--success a {
  color: #2a8054; }

/* line 11042, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert--warning {
  color: #ca2323;
  background-color: #fcf4f4;
  border: 1px solid rgba(202, 35, 35, 0.2); }

/* line 11048, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert--warning a {
  color: #ca2323; }

/* line 11052, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert--notes {
  font-size: 0.88889rem;
  color: #494949;
  background-color: rgba(232, 230, 226, 0.5);
  border: none; }

/* line 11059, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert--notes a {
  color: #ac8c30; }

/* line 11063, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert--notes ul {
  padding-left: 20px; }

/* line 11067, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-alert--hidden {
  display: none; }

/* line 11071, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.88889rem;
  margin-bottom: 1rem; }

/* line 11079, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.l-backoffice .c-breadcrumb {
  font-size: 0.79012rem; }

/* line 11083, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-breadcrumb__list {
  padding: 0; }

/* line 11087, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-breadcrumb__item {
  display: inline-block;
  margin-right: 0.17089rem; }

/* line 11092, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-breadcrumb__item:after,
.c-breadcrumb__item:before {
  color: #bebebe; }

/* line 11097, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-breadcrumb__item:after {
  content: ">";
  margin-left: 0.34644rem; }

/* line 11102, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-breadcrumb__item:last-child:after {
  display: none; }

/* line 11106, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-breadcrumb__item--back:before {
  content: "<";
  margin-right: 0.34644rem;
  color: #ac8c30; }

/* line 11112, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-breadcrumb__item--back:after {
  display: none; }

/* line 11116, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 1.26562rem; }

/* line 11127, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--deals .c-tabs__item {
  margin: 0 3px 0 0; }

/* line 11131, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--deals .c-tabs__link {
  background-color: #e8e6e2;
  padding: 0.70233rem 1.26562rem; }

/* line 11136, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--deals .c-tabs__link:hover {
  background-color: #f3f2f0; }

/* line 11140, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--deals .c-tabs__link--add {
  background-color: transparent; }

/* line 11144, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--deals .c-tabs__link.is-active {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative; }

/* line 11151, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--deals .c-tabs__link.is-active:after {
  content: "";
  background-color: #ffffff;
  width: calc(100% + 2px);
  height: 20px;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: -1px; }

/* line 11162, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--deals .c-tabs__link.is-draft {
  border-color: #ffca0d transparent transparent; }

/* line 11166, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--deals .c-tabs__link.is-published {
  border-color: #00a651 transparent transparent; }

/* line 11170, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--funders {
  border-bottom: 1px solid #bebebe; }

/* line 11174, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--funders .c-tabs__item {
  margin-right: -2px; }

/* line 11178, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--funders .c-tabs__link:hover {
  border-color: #bebebe; }

/* line 11182, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--funders .c-tabs__link.is-active {
  border-color: #282828 #bebebe #ffffff; }

/* line 11186, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs--funders .c-tabs__link--add:hover {
  border-color: #f3f2f0;
  border-bottom-color: #bebebe; }

/* line 11191, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__item {
  margin-bottom: -2px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 11202, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link {
  display: block;
  padding: 0.43846rem 1rem;
  color: #282828;
  font-weight: 600;
  border: 1px solid transparent;
  border-top: 3px solid transparent;
  border-radius: 3px 3px 0 0; }

/* line 11212, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link:hover {
  text-decoration: none;
  color: inherit; }

/* line 11217, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: none; }

/* line 11228, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link--add {
  background-color: transparent;
  color: #ac8c30;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 11240, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link--add:before {
  content: "+";
  line-height: 1;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  background-color: #ac8c30;
  color: #ffffff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center; }

/* line 11256, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link--add:hover {
  color: #9a8340;
  background-color: #f3f2f0; }

/* line 11261, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.master,
.c-tabs__link.custom {
  color: #282828;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 11273, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.master:hover,
.c-tabs__link.custom:hover {
  border-color: #282828 #bebebe #ffffff; }

/* line 11278, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.master.is-active,
.c-tabs__link.custom.is-active {
  border-top-color: #282828; }

/* line 11283, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.master.is-funder-special:after,
.c-tabs__link.custom.is-funder-special:after {
  color: #282828;
  background-color: rgba(40, 40, 40, 0.1); }

/* line 11289, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.lex {
  color: #77b800; }

/* line 11293, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.lex:hover {
  border-color: #77b800 #bebebe #ffffff; }

/* line 11297, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.lex.is-active {
  border-top-color: #77b800; }

/* line 11301, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.lex.is-funder-special:after {
  color: #77b800;
  background-color: rgba(119, 184, 0, 0.1); }

/* line 11306, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.alphabet {
  color: #005ca9; }

/* line 11310, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.alphabet:hover {
  border-color: #005ca9 #bebebe #ffffff; }

/* line 11314, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.alphabet.is-active {
  border-top-color: #005ca9; }

/* line 11318, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.alphabet.is-funder-special:after {
  color: #009688;
  background-color: rgba(0, 92, 169, 0.1); }

/* line 11323, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.leaseplan {
  color: #ff5c00; }

/* line 11327, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.leaseplan:hover {
  border-color: #ff5c00 #bebebe #ffffff; }

/* line 11331, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.leaseplan.is-active {
  border-top-color: #ff5c00; }

/* line 11335, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.leaseplan.is-funder-special:after {
  color: #ff5c00;
  background-color: rgba(255, 92, 0, 0.1); }

/* line 11340, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.santander {
  color: #9c27b0; }

/* line 11344, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.santander:hover {
  border-color: #9c27b0 #bebebe #ffffff; }

/* line 11348, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.santander.is-active {
  border-top-color: #9c27b0; }

/* line 11352, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.santander.is-funder-special:after {
  color: #9c27b0;
  background-color: rgba(156, 39, 176, 0.1); }

/* line 11357, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.hitachi {
  color: #e60027; }

/* line 11361, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.hitachi:hover {
  border-color: #e60027 #bebebe #ffffff; }

/* line 11365, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.hitachi.is-active {
  border-top-color: #e60027; }

/* line 11369, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.hitachi.is-funder-special:after {
  color: #e60027;
  background-color: rgba(230, 0, 39, 0.1); }

/* line 11374, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.ald {
  color: #ac8c30; }

/* line 11378, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.ald:hover {
  border-color: #ac8c30 #bebebe #ffffff; }

/* line 11382, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.ald.is-active {
  border-top-color: #ac8c30; }

/* line 11386, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.ald.is-funder-special:after {
  color: #ac8c30;
  background-color: rgba(172, 140, 48, 0.1); }

/* line 11391, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.arval {
  color: #009688; }

/* line 11395, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.arval:hover {
  border-color: #009688 #bebebe #ffffff; }

/* line 11399, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.arval.is-active {
  border-top-color: #009688; }

/* line 11403, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.arval.is-funder-special:after {
  color: #009688;
  background-color: rgba(0, 150, 136, 0.1); }

/* line 11408, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.leasys {
  color: #de05e1; }

/* line 11412, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.leasys:hover {
  border-color: #de05e1 #bebebe #ffffff; }

/* line 11416, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.leasys.is-active {
  border-top-color: #de05e1; }

/* line 11420, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.leasys.is-funder-special:after {
  color: #de05e1;
  background-color: rgba(222, 5, 225, 0.1); }

/* line 11425, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.is-empty {
  color: #8c8c8c; }

/* line 11429, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.is-expiring:before,
.c-tabs__link.is-error:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%; }

/* line 11439, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.is-expiring:before {
  background-image: url(/assets/icon-clock-eeb08a4812dc71869f2efbc01908ae809d0ca0d1fc3e84d8e82366a64ca5a51b.svg);
  width: 12px;
  height: 12px; }

/* line 11445, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.is-error {
  background-color: #fcf4f4;
  border-bottom-color: #bebebe; }

/* line 11450, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.is-error:before {
  background-image: url(/images/icon-error.svg);
  width: 16px;
  height: 14px;
  position: relative;
  top: 1px; }

/* line 11458, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.is-error.is-active {
  border-bottom-color: #fcf4f4; }

/* line 11462, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-tabs__link.is-funder-special:after {
  content: "F";
  display: inline-block;
  margin-left: 5px;
  background-color: #e8e6e2;
  padding: 3px 2px 1px;
  color: #494949;
  border-radius: 2px;
  font-size: 0.79012rem;
  font-weight: 400;
  line-height: 1; }

/* line 11475, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-edit-panel {
  border-radius: 5px;
  padding: 1rem 1.26562rem;
  background-color: #f3f2f0;
  border: 1px solid #e8e6e2; }

/* line 11482, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-edit-panel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem; }

/* line 11496, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #e8e6e2;
  padding: 1rem 1.125rem; }

/* line 11512, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-table-header ~ .b-table,
.c-table-header ~ .table-responsive-xl .b-table {
  border-radius: 0; }

/* line 11517, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-table-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  border-bottom: 3px solid #f3f2f0;
  padding: 1.80203rem 1.125rem; }

/* line 11533, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination * {
  padding: 0.43846rem 0.55493rem;
  margin: 0.09483rem;
  line-height: 1;
  border-radius: 3px; }

/* line 11540, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination a {
  background-color: #ffffff; }

/* line 11544, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination a:hover {
  text-decoration: none;
  color: #9a8340;
  background-color: #f3f2f0; }

/* line 11550, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination .disabled {
  color: #bebebe; }

/* line 11554, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination .current {
  background-color: #494949;
  color: #ffffff;
  font-style: normal; }

/* line 11560, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.pagination .previous_page,
.pagination .next_page {
  background-color: #ffffff; }

/* line 11565, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-dropzone {
  border: 1px dashed #ac8c30;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5.85178rem 1.125rem;
  border-radius: 5px; }

/* line 11585, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-dropzone p {
  margin: 0; }

/* line 11589, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-dropzone:hover {
  border: 1px solid #ac8c30; }

/* line 11593, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-dropzone:hover * {
  opacity: 0.5; }

/* line 11597, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload {
  background-color: #ffffff;
  padding: 0.30795rem;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ffffff;
  margin-bottom: 0.55493rem; }

/* line 11614, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload--edit {
  -webkit-transition: -webkit-box-shadow ease 0.3s;
  transition: -webkit-box-shadow ease 0.3s;
  transition: box-shadow ease 0.3s;
  transition: box-shadow ease 0.3s, -webkit-box-shadow ease 0.3s; }

/* line 11621, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload--edit:active,
.c-image-upload--edit:focus,
.c-image-upload--edit:hover {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(172, 140, 48, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(172, 140, 48, 0.25); }

/* line 11628, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload--error {
  border-color: #ca2323; }

/* line 11632, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload--error .c-image-upload__name {
  color: #ca2323; }

/* line 11636, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload--progress {
  opacity: 0.5; }

/* line 11640, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload a:active,
.c-image-upload a:focus,
.c-image-upload a:hover {
  text-decoration: none; }

/* line 11646, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__asset {
  position: relative;
  width: 100px; }

/* line 11651, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__reload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }

/* line 11673, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__img {
  position: relative;
  width: 100%; }

/* line 11678, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__meta {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 1rem; }

/* line 11685, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__name,
.c-image-upload__size {
  margin: 0; }

/* line 11690, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__size {
  color: #bebebe;
  font-size: type-scale(-1);
  font-style: italic; }

/* line 11696, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__delete,
.c-image-upload__reorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  background-color: transparent;
  padding: 0 1rem;
  color: #d1d1d1; }

/* line 11713, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__delete {
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s; }

/* line 11718, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__delete:active,
.c-image-upload__delete:focus,
.c-image-upload__delete:hover {
  color: #ca2323; }

/* line 11724, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__reorder {
  border-left: 1px solid #d1d1d1;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s; }

/* line 11730, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__reorder:hover {
  color: #8c8c8c; }

/* line 11734, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-image-upload__reorder .fa-grip-lines {
  opacity: 1; }

/* line 11738, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-admin-toolbar {
  width: 100%; }

/* line 11742, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-admin-toolbar__primary {
  background-color: #282828; }

/* line 11746, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.l-index .g-admin-toolbar__primary {
  background-color: #9b7e2b; }

/* line 11750, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-admin-toolbar__primary .b-container-backoffice {
  padding-left: 0;
  padding-right: 0; }

/* line 11755, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-admin-toolbar__secondary {
  background-color: #ffffff;
  border-bottom: 1px solid #e8e6e2; }

/* line 11760, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff; }

/* line 11769, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-footer .c-brand {
  width: 130px;
  margin-right: 1rem; }

/* line 11774, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-footer p {
  font-size: 0.88889rem;
  margin: 0;
  color: #8c8c8c; }

/* line 11780, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 11789, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-pricing__panel {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding-bottom: 1.80203rem; }

/* line 11797, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-pricing__tabs {
  padding: 0 1.80203rem; }

/* line 11801, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-pricing__actions {
  padding: 1.26562rem 1.80203rem;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  top: 0; }

/* line 11819, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-pricing__actions .form-inline .form-control {
  width: 100px; }

/* line 11823, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-pricing__details {
  padding: 1.42383rem 0;
  background-color: #f9f8f6; }

/* line 11828, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-pricing__heading {
  font-size: 1rem;
  font-weight: 700; }

/* line 11833, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-dealer {
  background-color: #ffffff;
  border: 1px solid #e8e6e2;
  border-bottom: 3px solid #e8e6e2;
  padding: 1rem 1.80203rem;
  border-radius: 5px;
  margin-bottom: 1rem; }

/* line 11842, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-info .form-group,
.c-deal-dealer .form-group {
  margin-bottom: 0.55493rem; }

/* line 11847, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-info label,
.c-deal-dealer label {
  font-size: 0.88889rem;
  margin-bottom: 0.30795rem; }

/* line 11853, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-copy {
  width: 100%;
  background-color: #e8e6e2;
  margin-top: 1.26562rem;
  padding: 1rem 1rem;
  border-radius: 5px; }

/* line 11861, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.c-deal-copy .form-group {
  margin: 0; }

/* line 11865, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-page-header {
  margin-bottom: 1.80203rem; }

/* line 11869, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.g-header__secondary {
  border-left: 1px solid #f3f2f0; }

/* line 11873, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.p-login .c-brand {
  width: auto; }

/* line 11877, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.l-backoffice {
  background-color: #f9f8f6;
  position: relative;
  min-height: 80vh; }

/* line 11883, /tmp/build_2d7dc280/app/assets/stylesheets/patterns/pattern-backoffice.scss */
.l-backoffice .g-main {
  padding-bottom: 10.54509rem; }
/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/code_mirror.scss */
.CodeMirror {
  height: auto;
  border: 1px solid #ced4da;
  border-radius: 5px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-collection-item.scss */
.cms-collection-items__heading {
  margin: 3rem 0 1rem; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-page-mockup.scss */
.cms-page-mockup {
  font-family: 'Comic Sans MS', 'Comic Sans', cursive; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-section {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  font-family: 'Comic Sans MS', 'Comic Sans', cursive;
  box-shadow: 0 0 0 2px #222222, 1px 2px 30px rgba(0, 0, 0, 0.25);
  background-color: white; }

/* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-section + .cms-section {
  margin-top: 30px; }

/* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-section__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
/* line 27, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-section__link:focus::before, .cms-section__link:hover::before {
  opacity: 0.3;
  background-color: #9a8340; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-section__name {
  position: absolute;
  top: -10px;
  left: 25px;
  z-index: 2;
  padding: 0 7px 2px;
  border-radius: 5px;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  background-color: #222222; }

/* line 48, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-sections-summary {
  position: sticky;
  top: 20px;
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column; }
  /* line 56, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
  .cms-sections-summary__sections {
    flex-shrink: 1;
    overflow-y: auto; }

/* line 62, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-section-summary {
  padding: 0.2rem; }

/* line 66, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-section-summary ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 72, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-section-summary li + li {
  margin-top: 3px; }

/* line 76, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-section-summary li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  background: white; }
  /* line 85, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
  .cms-section-summary li a:hover, .cms-section-summary li a.active {
    box-shadow: 0 0 0 1px #ac8c30, 0 0 1px 4px #f3eee2; }

/* line 93, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-section-summary__section-name {
  display: block;
  opacity: 0.5; }

/* line 98, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.fa-grip-lines {
  opacity: 0.125; }

/* line 102, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.new-section {
  padding: 20px;
  margin: 40px 0;
  border-top: solid 1px #ced4da; }

/* line 108, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
.cms-section-settings {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 1rem; }
  /* line 111, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
  .cms-section-settings .cms-form-fieldset {
    background: transparent;
    border: none;
    padding: 0; }
    /* line 115, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
    .cms-section-settings .cms-form-fieldset h3 {
      display: none; }
  /* line 119, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
  .cms-section-settings input[type='radio'],
  .cms-section-settings input[type='checkbox'] {
    margin: 0 5px; }
    /* line 123, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
    .cms-section-settings input[type='radio'] + label,
    .cms-section-settings input[type='checkbox'] + label {
      margin-right: 10px; }
  /* line 128, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-section.scss */
  .cms-section-settings .label-checkbox {
    display: block; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-trumbowyg.scss */
.trumbowyg-box,
.trumbowyg-editor {
  background: white;
  margin-bottom: 0 !important; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms-trumbowyg.scss */
.trumbowyg-editor {
  max-height: 500px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/destructive-action.scss */
.destructive-action {
  padding: 1.5rem 2rem;
  border: 1px solid #fff7db;
  border-radius: 5px;
  text-align: center;
  background-color: #fff9e4; }
  /* line 9, /tmp/build_6c8598a9/app/assets/stylesheets/cms/destructive-action.scss */
  .destructive-action--danger {
    border-color: #fae9e9;
    background-color: #fae9e9; }
    /* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/cms/destructive-action.scss */
    .destructive-action--danger .b-link-remove:after {
      display: none; }

/* line 2, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/affiliate-logos.scss */
.cms-affiliate-logos ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none; }
/* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/affiliate-logos.scss */
.cms-affiliate-logos li + li {
  margin-left: 10px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/call-to-action.scss */
.cms-call-to-action {
  color: white;
  background-color: #222222; }
  /* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/call-to-action.scss */
  .cms-call-to-action.light {
    color: #282828;
    background-color: #eaeaea; }

/* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/call-to-action.scss */
.cms-call-to-action__content {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  /* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/call-to-action.scss */
  .cms-call-to-action__content > * {
    margin-bottom: 0; }
  /* line 20, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/call-to-action.scss */
  .cms-call-to-action__content button {
    white-space: nowrap; }
  /* line 24, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/call-to-action.scss */
  .cms-call-to-action__content.lead {
    text-align: center; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/card-with-icon.scss */
.cms-card-with-icon-collection {
  background-color: #fff; }
  /* line 4, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/card-with-icon.scss */
  .cms-card-with-icon-collection h2 {
    text-align: center; }

/* line 9, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/card-with-icon.scss */
.cms-card-with-icon {
  text-align: center;
  padding: 10px;
  background-color: #fff; }
  /* line 14, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/card-with-icon.scss */
  .white .cms-card-with-icon {
    background-color: #eaeaea; }

/* line 19, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/card-with-icon.scss */
.cms-card-with-icon__icon {
  display: block;
  margin: 0 0 20px;
  font-size: 40px; }

/* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/card-with-icon.scss */
.cms-card-with-icon__heading {
  text-transform: uppercase; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/electric-hero.scss */
.cms-electric-hero {
  padding: 0; }
  /* line 4, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/electric-hero.scss */
  .cms-electric-hero h2,
  .cms-electric-hero h3 {
    color: white; }

/* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/electric-hero.scss */
.cms-electric-hero__main {
  padding: 100px;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: overlay; }

/* line 18, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/electric-hero.scss */
.cms-electric-hero__secondary {
  padding: 20px;
  min-height: 200px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/faq.scss */
.cms-faq-collection {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/faq.scss */
.cms-faq-collection__heading {
  color: white;
  text-align: center; }

/* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/faq.scss */
.cms-faq-collection__list {
  max-width: 600px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 5px;
  list-style: none;
  background: white; }

/* line 21, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/faq.scss */
.cms-faq-collection__list li {
  padding: 5px 10px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/full-width-image.scss */
.cms-full-width-image {
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  /* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/full-width-image.scss */
  .cms-full-width-image.slim {
    min-height: 200px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/guide-card.scss */
.cms-guide-card-collection {
  display: block;
  width: 100%;
  text-align: center; }

/* line 6, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/guide-card.scss */
.cms-guide-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  position: relative;
  border: 1px solid #d1d1d1;
  background-color: white; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/guide-hero.scss */
.cms-guide-hero {
  color: white;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/guide-index.scss */
.cms-guide-index-collection {
  display: block;
  width: 100%;
  color: white;
  text-align: center; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/guide-index.scss */
.cms-guide-index {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  padding: 10px 10px 75px;
  position: relative; }
  /* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/guide-index.scss */
  .cms-guide-index:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0.5; }
  /* line 25, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/guide-index.scss */
  .cms-guide-index * {
    position: relative;
    z-index: 1; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/hero.scss */
.cms-hero {
  position: relative;
  min-height: 200px;
  text-align: center; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/hero.scss */
.cms-hero--with-image {
  color: white;
  text-align: left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  /* line 15, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/hero.scss */
  .cms-hero--with-image.overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 55%); }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/html.scss */
.cms-html__content pre {
  font-size: 14px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/image-beside-text.scss */
.cms-image-beside-text {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/image-beside-text.scss */
.cms-image-beside-text--image_as_background {
  color: white; }

/* line 11, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/image-beside-text.scss */
.cms-image-beside-text--image_on_left .col-6 + .col-6 {
  order: -1; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/page-hero.scss */
.cms-page-hero {
  position: relative;
  min-height: 200px;
  text-align: center; }
  /* line 6, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/page-hero.scss */
  .cms-page-hero--with-image {
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/review-card.scss */
.cms-review-card-collection {
  display: block;
  width: 100%;
  text-align: center; }

/* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/review-card.scss */
.cms-review-card {
  padding: 10px;
  position: relative;
  border: 1px solid #d1d1d1;
  background-color: white; }

/* line 2, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/side-by-side.scss */
.cms-side-by-side.background-image {
  color: white;
  background-size: cover; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/signpost.scss */
.cms-signpost-collection {
  background-color: #fff; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/stackable-map-and-text.scss */
.cms-stackable-map-and-text__map {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50%; }
  /* line 7, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/stackable-map-and-text.scss */
  .cms-stackable-map-and-text__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/stackable-text-and-image.scss */
.cms-stackable-text-and-image__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/stepped-feature.scss */
.cms-stepped-feature-collection {
  background-color: #fff; }

/* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/stepped-feature.scss */
.cms-stepped-feature + .cms-stepped-feature {
  margin-top: 20px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/text-with-aside.scss */
.cms-text-with-aside.grey {
  background-color: #eaeaea; }

/* line 5, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/text-with-aside.scss */
.cms-text-with-aside__aside {
  padding: 10px;
  background-color: #eaeaea; }
  /* line 9, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/text-with-aside.scss */
  .grey .cms-text-with-aside__aside {
    background-color: #fff; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/tiled-banner.scss */
.cms-tiled-banner {
  color: #fff;
  padding: 10px 10px 75px; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/sections/vehicle-collection.scss */
.cms-vehicle-collection__actions {
  display: flex;
  justify-content: center; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
.cms-form-fieldset {
  border-radius: 5px;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  background: #f3f2f0;
  border: 1px solid #e8e6e2; }
  /* line 8, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
  .cms-form-fieldset > h3 {
    line-height: 1.2; }
  /* line 12, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
  .cms-form-fieldset h1 input,
  .cms-form-fieldset h2 input {
    font-size: inherit !important; }
  /* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
  .cms-form-fieldset .cms-form-fieldset__flex-container {
    display: flex;
    gap: 1rem; }

/* line 23, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
.cms-form-fieldset__description {
  margin-top: -0.25em;
  opacity: 0.5; }

/* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
.cms-form-fieldset__image-wrapper {
  display: table;
  text-align: center;
  background-color: white; }

/* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
.cms-form-fieldset__image-wrapper .cms-form-fieldset__image-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem; }

/* line 42, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
.cms-selectable-fieldset .cms-form-fieldset {
  background-color: white;
  margin-bottom: 1rem; }
/* line 47, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
.cms-selectable-fieldset label {
  width: 100%;
  cursor: pointer;
  margin: 0; }
  /* line 52, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
  .cms-selectable-fieldset label:hover .cms-form-fieldset {
    box-shadow: 0 0 0 1px #ac8c30, 0 0 1px 4px #f3eee2; }
/* line 59, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
.cms-selectable-fieldset > input[type='radio'] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap; }
  /* line 70, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
  .cms-selectable-fieldset > input[type='radio']:focus ~ label .cms-form-fieldset, .cms-selectable-fieldset > input[type='radio']:checked ~ label .cms-form-fieldset {
    box-shadow: 0 0 0 1px #ac8c30, 0 0 1px 4px #f3eee2; }

/* line 79, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
.cms-form-fieldset__help {
  padding: 0.25rem; }
  /* line 81, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/fieldset.scss */
  .cms-form-fieldset__help code {
    color: #920707;
    background-color: #f3f2f0;
    background-color: white;
    padding: 2px 4px;
    font-size: 90%;
    border: 1px solid #e8e6e2; }

/* line 1, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/submit.scss */
.cms-submit {
  position: sticky;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  border-radius: 5px;
  padding: 1.5rem 2rem;
  margin-bottom: 1.5rem;
  background: #f3f2f0;
  border: 1px solid #e8e6e2; }

/* line 3, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/radio-with-image.scss */
.radio-with-image {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem; }
  /* line 10, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/radio-with-image.scss */
  .radio-with-image input[type='radio'].style-option-radio {
    width: 16px;
    height: 16px;
    margin: 0;
    flex: 0 0 auto; }
  /* line 17, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/radio-with-image.scss */
  .radio-with-image .radio-label {
    display: block;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
    background: inherit;
    border: 1px solid transparent; }
    /* line 28, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/radio-with-image.scss */
    .radio-with-image .radio-label .radio-label__content {
      display: flex;
      align-items: center;
      gap: 1rem; }
    /* line 34, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/radio-with-image.scss */
    .radio-with-image .radio-label .radio-label__text {
      font-size: 0.95rem;
      color: #222;
      flex: 0 0 auto; }
    /* line 40, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/radio-with-image.scss */
    .radio-with-image .radio-label .radio-image {
      max-width: 150px;
      height: auto;
      display: block;
      border-radius: 3px;
      opacity: 0.95; }
    /* line 48, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/radio-with-image.scss */
    .radio-with-image .radio-label:hover {
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
      border-color: #ddd; }
  /* line 54, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/radio-with-image.scss */
  .radio-with-image input[type='radio'].style-option-radio:checked + .radio-label {
    box-shadow: 0 0 0 3px rgba(172, 140, 48, 0.15);
    border-color: #ac8c30; }

/* line 61, /tmp/build_6c8598a9/app/assets/stylesheets/cms/form/radio-with-image.scss */
.advert-style-options__fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  min-width: 0; }

/* line 16, /tmp/build_6c8598a9/app/assets/stylesheets/cms/cms.scss */
.b-circle--draft {
  background-color: #ffca0d; }
/*


*/
/* line 7, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
img {
  max-width: 100%; }

/* line 11, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.l-backoffice {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  /* line 16, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .l-backoffice .g-main {
    flex: 1; }

/* line 21, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.trumbowyg-dropdown button svg {
  display: none; }

/* line 37, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.c-matrix-form-group__business.novuna,
.c-matrix-form-group__personal.novuna {
  color: #ffffff;
  background-color: #c9c0e7; }
/* line 41, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.c-matrix-form-group__business.kinto,
.c-matrix-form-group__personal.kinto {
  color: #ffffff;
  background-color: #8d1d00; }

/* line 48, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.c-matrix-form-group__maintenance.novuna {
  color: #ffffff;
  background-color: #b9aee0; }
/* line 52, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.c-matrix-form-group__maintenance.kinto {
  color: #ffffff;
  background-color: #741800; }

/* line 59, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.c-tabs__link.novuna {
  color: #837d99; }
  /* line 61, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .c-tabs__link.novuna:hover {
    border-color: #c9c0e7 #bebebe #ffffff; }
  /* line 64, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .c-tabs__link.novuna.is-active {
    border-top-color: #c9c0e7; }
  /* line 67, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .c-tabs__link.novuna span.is-funder-special {
    color: #c9c0e7;
    background-color: rgba(201, 192, 231, 0.1); }
/* line 72, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.c-tabs__link.kinto {
  color: #8d1d00; }
  /* line 74, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .c-tabs__link.kinto:hover {
    border-color: #8d1d00 #bebebe #ffffff; }
  /* line 77, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .c-tabs__link.kinto.is-active {
    border-top-color: #8d1d00; }
  /* line 80, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .c-tabs__link.kinto span.is-funder-special {
    color: #410e01;
    background-color: rgba(141, 29, 0, 0.1); }
/* line 86, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.c-tabs__link.is-funder-special:after {
  content: none !important; }
/* line 90, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.c-tabs__link span.is-funder-special {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 4px 3px;
  color: inherit;
  border-radius: 2px;
  font-size: 0.79012rem;
  font-weight: 400;
  line-height: 1;
  vertical-align: top;
  margin-top: 4px;
  position: relative;
  isolation: isolate; }
  /* line 104, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .c-tabs__link span.is-funder-special::before {
    content: '';
    position: absolute;
    inset: 0;
    background: currentColor;
    opacity: 0.1;
    border-radius: inherit;
    z-index: -1; }

/* line 116, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.c-tabs__link span.has-discount-data {
  display: inline-block;
  margin-left: 5px;
  background-color: #28a745;
  padding: 2px 4px 3px;
  color: #ffffff;
  border-radius: 2px;
  font-size: 0.79012rem;
  font-weight: 400;
  line-height: 1;
  vertical-align: top;
  margin-top: 4px; }

/* line 130, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.c-matrix-form-group__personal {
  color: #555555; }
  /* line 133, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .c-matrix-form-group__personal::placeholder {
    color: #bebebe; }

/* line 138, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.c-alert--sticky {
  position: sticky;
  top: 0;
  z-index: 101; }

/* line 144, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.trumbowyg-break {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  vertical-align: middle;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center; }
  /* line 154, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .trumbowyg-break:after {
    content: '\200B';
    display: none; }

/* line 160, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.break-mobile {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmMDAwMCIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0xODQsMTA0djMyYTgsOCwwLDAsMS04LDhIOTkuMzFsMTAuMzUsMTAuMzRhOCw4LDAsMCwxLTExLjMyLDExLjMybC0yNC0yNGE4LDgsMCwwLDEsMC0xMS4zMmwyNC0yNGE4LDgsMCwwLDEsMTEuMzIsMTEuMzJMOTkuMzEsMTI4SDE2OFYxMDRhOCw4LDAsMCwxLDE2LDBabTQ4LTQ4VjIwMGExNiwxNiwwLDAsMS0xNiwxNkg0MGExNiwxNiwwLDAsMS0xNi0xNlY1NkExNiwxNiwwLDAsMSw0MCw0MEgyMTZBMTYsMTYsMCwwLDEsMjMyLDU2Wk0yMTYsMjAwVjU2SDQwVjIwMEgyMTZaIj48L3BhdGg+PC9zdmc+");
  /* Path to your mobile break icon */ }

/* line 164, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.break-desktop {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzAwMDBmZiIgdmlld0JveD0iMCAwIDI1NiAyNTYiPjxwYXRoIGQ9Ik0xODQsMTA0djMyYTgsOCwwLDAsMS04LDhIOTkuMzFsMTAuMzUsMTAuMzRhOCw4LDAsMCwxLTExLjMyLDExLjMybC0yNC0yNGE4LDgsMCwwLDEsMC0xMS4zMmwyNC0yNGE4LDgsMCwwLDEsMTEuMzIsMTEuMzJMOTkuMzEsMTI4SDE2OFYxMDRhOCw4LDAsMCwxLDE2LDBabTQ4LTQ4VjIwMGExNiwxNiwwLDAsMS0xNiwxNkg0MGExNiwxNiwwLDAsMS0xNi0xNlY1NkExNiwxNiwwLDAsMSw0MCw0MEgyMTZBMTYsMTYsMCwwLDEsMjMyLDU2Wk0yMTYsMjAwVjU2SDQwVjIwMEgyMTZaIj48L3BhdGg+PC9zdmc+");
  /* Path to your desktop break icon */ }

/* line 168, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.slide-panel {
  position: fixed;
  inset: 0;
  z-index: 50;
  visibility: hidden; }
  /* line 174, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .slide-panel.is-open {
    visibility: visible; }
    /* line 177, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
    .slide-panel.is-open .slide-panel__overlay {
      opacity: 1; }
    /* line 180, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
    .slide-panel.is-open .slide-panel__drawer {
      transform: translateX(0); }
  /* line 185, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .slide-panel__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.2s; }
  /* line 193, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .slide-panel__drawer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36rem;
    max-width: 100%;
    background: #fff;
    box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column; }
  /* line 208, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .slide-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb; }
  /* line 216, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .slide-panel__body {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem; }

/* line 223, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.otr-input-highlight {
  border: 2px solid #28a745 !important;
  color: #155724 !important;
  /* Darker green for accessibility */
  background-color: rgba(40, 167, 69, 0.08) !important;
  opacity: 1 !important;
  cursor: default; }

/* line 241, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
.searchable-select {
  position: relative; }
  /* line 244, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .searchable-select__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 0.75rem;
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #d1d1d1;
    cursor: pointer;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    /* line 262, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
    .searchable-select__trigger.is-selected {
      color: #282828; }
    /* line 266, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
    .searchable-select__trigger:focus {
      outline: none;
      border-color: #cfbd8b;
      box-shadow: 0 0 0 0.2rem rgba(154, 131, 64, 0.25); }
    /* line 272, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
    .searchable-select__trigger:disabled {
      background: #f3f4f6;
      color: #9ca3af;
      cursor: not-allowed; }
  /* line 279, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .searchable-select__chevron {
    flex-shrink: 0;
    margin-left: 0.5rem;
    color: #8c8c8c;
    transition: transform 0.15s ease; }
  /* line 286, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .searchable-select__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    z-index: 200;
    background: #ffffff;
    border: 1px solid #cfbd8b;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15); }
    /* line 298, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
    .searchable-select__dropdown.is-open {
      display: block; }
  /* line 303, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .searchable-select__trigger.is-open .searchable-select__chevron {
    transform: rotate(180deg); }
  /* line 307, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .searchable-select__search-wrap {
    position: relative;
    padding: 0.5rem;
    border-bottom: 1px solid #ced4da; }
  /* line 313, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .searchable-select__search-input {
    width: 100%;
    padding: 0.4rem 2rem 0.4rem 0.6rem;
    background: #f9f8f6;
    border: 1px solid #ced4da;
    border-radius: 5px;
    color: #282828;
    font-size: 0.89rem; }
    /* line 322, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
    .searchable-select__search-input::placeholder {
      color: #d1d1d1; }
    /* line 326, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
    .searchable-select__search-input:focus {
      outline: none;
      border-color: #cfbd8b; }
  /* line 332, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .searchable-select__search-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #d1d1d1;
    pointer-events: none; }
  /* line 341, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .searchable-select__list {
    list-style: none;
    padding: 0.25rem 0;
    margin: 0;
    max-height: 240px;
    overflow-y: auto; }
  /* line 349, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
  .searchable-select__item {
    padding: 0.5rem 1rem;
    color: #282828;
    font-size: 0.89rem;
    cursor: pointer; }
    /* line 355, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
    .searchable-select__item:hover {
      background: #f9f8f6; }
    /* line 359, /tmp/build_2d7dc280/app/assets/stylesheets/backoffice.scss */
    .searchable-select__item.hidden {
      display: none; }
