/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./assets/enroll2/styles/enroll.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*==============================================
	List of Colors
==============================================*/
/* definition//  */
/* use only variable */
/* Browsers colors */
/*==============================================
	Gradients
==============================================*/
/* definition//  */
/* use only variable */
/* ==========================================================================
	#Shadows
========================================================================== */
/* definition//  */
/* use only variable */
/* ==========================================================================
	#Variables
========================================================================== */
/* Header */
/* Users */
/* Backgrounds */
/* Backgrounds */
/* Boxes */
/* Panel */
/* Message */
/* Forms */
/* Buttons */
/* Tables */
/* Profile */
/* Notifications center */
/* Online shop */
/* Items/Clients products */
/* Upsells and Email*/
/* Payment tag */
/* Domains */
/* Followups */
/* Previews */
/* Progress */
/* Spaces */
/* ==========================================================================
	#Override Bootstrap variables
========================================================================== */
/* Basics */
/* Tables */
/* Forms and Buttons */
/* Buttons */
/* Close */
/* Forms */
/* Modals */
/* Tooltips */
/* Popovers */
/* ==========================================================================
	#Override Bootstrap variables for Enroll scope
========================================================================== */
/* ==========================================================================
	#Owl Carousel
========================================================================== */
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Inter", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(24, 24, 24, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.58;
  color: #181818;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0071f5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0071f5;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #939394;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.249975rem;
}

h2, .h2 {
  font-size: 1.1249875rem;
}

h3, .h3 {
  font-size: 1.53125rem;
}

h4, .h4 {
  font-size: 1.3125rem;
}

h5, .h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #dcdcde;
}

small,
.small {
  font-size: 75%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(24, 24, 24, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  box-shadow: inset 0 -0.1rem 0 rgba(24, 24, 24, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
}
.table th,
.table td {
  padding: 15px;
  vertical-align: top;
  border-top: 1px solid #dcdcde;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dcdcde;
}
.table tbody + tbody {
  border-top: 2px solid #dcdcde;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dcdcde;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dcdcde;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(24, 24, 24, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(24, 24, 24, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(24, 24, 24, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(11, 11, 11, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(11, 11, 11, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dcdcde;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(calc(1.375rem + 0.625rem * 2) + 2px);
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #181818;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4c4c6;
  border-radius: 8px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #181818;
  background-color: #fff;
  border-color: #0071f5;
  outline: 0;
  box-shadow: none, none;
}
.form-control::-moz-placeholder {
  color: #c4c4c6;
  opacity: 1;
}
.form-control::placeholder {
  color: #c4c4c6;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #dcdcde;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #181818;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.375rem;
}

.col-form-label-lg {
  padding-top: calc(0.875rem + 1px);
  padding-bottom: calc(0.875rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.375rem;
}

.col-form-label-sm {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-size: 0.749875rem;
  line-height: 1.375rem;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  line-height: 1.375rem;
  color: #181818;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(calc(1.375rem + 0.375rem * 2) + 2px);
  padding: 0.375rem 1rem;
  font-size: 0.749875rem;
  line-height: 1.375rem;
  border-radius: 8px;
}

.form-control-lg {
  height: calc(calc(1.375rem + 0.875rem * 2) + 2px);
  padding: 0.875rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.375rem;
  border-radius: 8px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #939394;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 75%;
  color: #05c583;
}

.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.749875rem;
  line-height: 1.58;
  color: #fff;
  background-color: #05c583;
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #05c583;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #05c583;
  box-shadow: 0 0 0 0.2rem rgba(5, 197, 131, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #05c583;
}
.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;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #05c583;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #4ffbc0;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #06f7a4;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(5, 197, 131, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #05c583;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(5, 197, 131, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 75%;
  color: #dc3545;
}

.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.749875rem;
  line-height: 1.58;
  color: #fff;
  background-color: #dc3545;
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.65625rem 24px;
  font-size: 0.875rem;
  line-height: 1.58;
  border-radius: 100px;
  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;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(24, 24, 24, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(24, 24, 24, 0.075), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.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: #007bff;
  border-color: #007bff;
}
.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 {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.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: #6c757d;
  border-color: #6c757d;
}
.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 {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.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: #28a745;
  border-color: #28a745;
}
.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 {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.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 {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.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: #ffc107;
  border-color: #ffc107;
}
.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 {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.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: #dc3545;
  border-color: #dc3545;
}
.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 {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.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: #f8f9fa;
  border-color: #f8f9fa;
}
.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 {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.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: #343a40;
  border-color: #343a40;
}
.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 {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0071f5;
  background-color: transparent;
}
.btn-link:hover {
  color: #0071f5;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.907rem 24px;
  font-size: 1.09375rem;
  line-height: 1.58;
  border-radius: 100px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.489rem 16px;
  font-size: 0.749875rem;
  line-height: 1.58;
  border-radius: 100px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.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: 0.875rem;
  color: #181818;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(24, 24, 24, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(24, 24, 24, 0.175);
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.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;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.749875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.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;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.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;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(24, 24, 24, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.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;
}
.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;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.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;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .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;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.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;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.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;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #181818;
  text-align: center;
  white-space: nowrap;
  background-color: #dcdcde;
  border: 1px solid #c4c4c6;
  border-radius: 8px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.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 {
  height: calc(calc(1.375rem + 0.875rem * 2) + 2px);
  padding: 0.875rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.375rem;
  border-radius: 8px;
}

.input-group-sm > .form-control,
.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 {
  height: calc(calc(1.375rem + 0.375rem * 2) + 2px);
  padding: 0.375rem 1rem;
  font-size: 0.749875rem;
  line-height: 1.375rem;
  border-radius: 8px;
}

.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;
}

.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;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.3825rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #0071f5;
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #dcdcde;
  box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #181818;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #dcdcde;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: -0.05875rem;
  left: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
  box-shadow: none;
}
.custom-control-label::after {
  position: absolute;
  top: -0.05875rem;
  left: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0071f5;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3E%3Cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #c4c4c6;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #c4c4c6;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0071f5;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27%23fff%27/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #c4c4c6;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(calc(1.375rem + 0.625rem * 2) + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.58;
  color: #181818;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #c4c4c6;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(24, 24, 24, 0.075);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #0071f5;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(24, 24, 24, 0.075), 0 0 0 0.2rem rgba(0, 113, 245, 0.5);
}
.custom-select:focus::-ms-value {
  color: #181818;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(calc(1.375rem + 0.375rem * 2) + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(calc(1.375rem + 0.875rem * 2) + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(calc(1.375rem + 0.625rem * 2) + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(calc(1.375rem + 0.625rem * 2) + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #0071f5;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #0071f5;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #dcdcde;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(calc(1.375rem + 0.625rem * 2) + 2px);
  padding: 0.657rem 24px;
  line-height: 1.58;
  color: #181818;
  background-color: #fff;
  border: 1px solid #c4c4c6;
  border-radius: 8px;
  box-shadow: none;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.375rem + 0.625rem * 2);
  padding: 0.657rem 24px;
  line-height: 1.58;
  color: #181818;
  content: "Browse";
  background-color: #dcdcde;
  border-left: 1px solid #c4c4c6;
  border-radius: 0 8px 8px 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(24, 24, 24, 0.1);
  -webkit-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-appearance: none;
          appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(24, 24, 24, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(24, 24, 24, 0.1);
  -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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(24, 24, 24, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(24, 24, 24, 0.1);
  -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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(24, 24, 24, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3271875rem;
  padding-bottom: 0.3271875rem;
  margin-right: 0;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 100px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(24, 24, 24, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(24, 24, 24, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(24, 24, 24, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(24, 24, 24, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(24, 24, 24, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(24, 24, 24, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(24, 24, 24, 0.5);
  border-color: rgba(24, 24, 24, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%2824, 24, 24, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(24, 24, 24, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(24, 24, 24, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(24, 24, 24, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 30 30%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(24, 24, 24, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 20px;
}

.card-title {
  margin-bottom: 0.9375rem;
}

.card-subtitle {
  margin-top: -0.46875rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 20px;
}

.card-header {
  padding: 0.9375rem 20px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid rgba(24, 24, 24, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.9375rem 20px;
  background-color: #fff;
  border-top: 0 solid rgba(24, 24, 24, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -10px;
  margin-bottom: -0.9375rem;
  margin-left: -10px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -10px;
  margin-left: -10px;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: 0;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.9375rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0 0;
  margin-left: 0;
  line-height: 30px;
  color: #181818;
  background-color: transparent;
  border: 0 solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0071f5;
  text-decoration: none;
  background-color: transparent;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #0071f5;
  background-color: #ebf4ff;
  border-color: #ebf4ff;
}
.page-item.disabled .page-link {
  color: #939394;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0 0;
  font-size: 1.09375rem;
  line-height: 1.58;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0 0;
  font-size: 0.749875rem;
  line-height: 1.58;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 8px;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 8px;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #0c4b90;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #083261;
}

.alert-secondary {
  color: #44484d;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #2c2f32;
}

.alert-success {
  color: #20622f;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #133c1d;
}

.alert-info {
  color: #17606b;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #0e3a41;
}

.alert-warning {
  color: #90700f;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #624c0a;
}

.alert-danger {
  color: #7e272f;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #571b20;
}

.alert-light {
  color: #8c8d8e;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #727475;
}

.alert-dark {
  color: #272a2d;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #0f1112;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 4px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 4px;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #dcdcde;
  border-radius: 6px;
  box-shadow: none;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 4px 4px;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #181818;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(24, 24, 24, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #0c4b90;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #0c4b90;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #0c4b90;
  border-color: #0c4b90;
}

.list-group-item-secondary {
  color: #44484d;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #44484d;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #44484d;
  border-color: #44484d;
}

.list-group-item-success {
  color: #20622f;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #20622f;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #20622f;
  border-color: #20622f;
}

.list-group-item-info {
  color: #17606b;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #17606b;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #17606b;
  border-color: #17606b;
}

.list-group-item-warning {
  color: #90700f;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #90700f;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #90700f;
  border-color: #90700f;
}

.list-group-item-danger {
  color: #7e272f;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7e272f;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7e272f;
  border-color: #7e272f;
}

.list-group-item-light {
  color: #8c8d8e;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #8c8d8e;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #8c8d8e;
  border-color: #8c8d8e;
}

.list-group-item-dark {
  color: #272a2d;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #272a2d;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #272a2d;
  border-color: #272a2d;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #181818;
  text-shadow: none;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #181818;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(24, 24, 24, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.14);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #181818;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.67;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #dcdcde;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 20px;
  margin: -20px -20px -20px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.58;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 20px;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px;
  border-top: 1px solid #dcdcde;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-content {
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.14);
  }

  .modal-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 100%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.58;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.749875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #181818;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #181818;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #181818;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #181818;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #181818;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.58;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4ebf3;
  border-radius: 13px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: #e4ebf3;
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: #e4ebf3;
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: #e4ebf3;
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #ebf4ff;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: #e4ebf3;
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 14px 16px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #181818;
  background-color: #ebf4ff;
  border-bottom: 1px solid #d2e6ff;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 8px 0;
  color: #181818;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
.active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
.active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z%27/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 viewBox=%270 0 8 8%27%3E%3Cpath d=%27M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z%27/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.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;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(24, 24, 24, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(24, 24, 24, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(24, 24, 24, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #181818 !important;
}

.text-muted {
  color: #939394 !important;
}

.text-black-50 {
  color: rgba(24, 24, 24, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #181818;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dcdcde;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dcdcde;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #dee2e6;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #dee2e6;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #dee2e6;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Font Icons */
@font-face {
  font-family: "font_icons";
  src: url(/trunk/public/build/assets/account/fonts/font_icons/font_icons.f75b2549.eot);
  src: url(/trunk/public/build/assets/account/fonts/font_icons/font_icons.f75b2549.eot#iefix) format("embedded-opentype"), url(/trunk/public/build/assets/account/fonts/font_icons/font_icons.d7827e97.woff2) format("woff2"), url(/trunk/public/build/assets/account/fonts/font_icons/font_icons.fd3931c7.woff) format("woff"), url(/trunk/public/build/assets/account/fonts/font_icons/font_icons.c4ea60fd.ttf) format("truetype"), url(/trunk/public/build/assets/account/fonts/font_icons/font_icons.087a151b.svg#font_icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
.ico {
  display: inline-block;
  vertical-align: middle;
}

.ico-info {
  background-image: url(/trunk/public/build/assets/account/images/img_sprites/sprite.785e6391.png);
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
}

/* SVG flag icons */
.ico-svg-flag, .with-ico-svg-flag::before {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  margin: 1px;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#449ED3 30%, #FFF 30%, #FFF 35%, #000 35%, #000 65%, #FFF 65%, #FFF 70%, #449ED3 70%);
  line-height: 1em;
  vertical-align: middle;
  box-shadow: 0 0 0 1px #c4c4c6;
}
.ico-svg-flag.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag::before, .ico-svg-flag.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag::before {
  width: 1em;
}
.ico-svg-flag.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag::before {
  border-radius: 50%;
}
.ico-svg-flag::before, .with-ico-svg-flag::before {
  content: " ";
}

.ico-svg-flag-curr-eur, .with-ico-svg-flag-curr-eur::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/eu.db2e50ad.svg);
}

.ico-svg-flag-curr-eur.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-eur::before, .ico-svg-flag-curr-eur.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-eur::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/eu.1019087b.svg);
}

.ico-svg-flag-curr-afn, .with-ico-svg-flag-curr-afn::before, .ico-svg-flag-afg, .with-ico-svg-flag-afg::before, .ico-svg-flag-af, .with-ico-svg-flag-af::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/af.458ab7e0.svg);
}

.ico-svg-flag-curr-afn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-afn::before, .ico-svg-flag-curr-afn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-afn::before, .ico-svg-flag-afg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-afg::before, .ico-svg-flag-afg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-afg::before, .ico-svg-flag-af.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-af::before, .ico-svg-flag-af.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-af::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/af.867627c5.svg);
}

.ico-svg-flag-curr-all, .with-ico-svg-flag-curr-all::before, .ico-svg-flag-alb, .with-ico-svg-flag-alb::before, .ico-svg-flag-al, .with-ico-svg-flag-al::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/al.3dd8853b.svg);
}

.ico-svg-flag-curr-all.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-all::before, .ico-svg-flag-curr-all.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-all::before, .ico-svg-flag-alb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-alb::before, .ico-svg-flag-alb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-alb::before, .ico-svg-flag-al.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-al::before, .ico-svg-flag-al.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-al::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/al.090568ab.svg);
}

.ico-svg-flag-curr-dzd, .with-ico-svg-flag-curr-dzd::before, .ico-svg-flag-dza, .with-ico-svg-flag-dza::before, .ico-svg-flag-dz, .with-ico-svg-flag-dz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/dz.945a413c.svg);
}

.ico-svg-flag-curr-dzd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-dzd::before, .ico-svg-flag-curr-dzd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-dzd::before, .ico-svg-flag-dza.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-dza::before, .ico-svg-flag-dza.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-dza::before, .ico-svg-flag-dz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-dz::before, .ico-svg-flag-dz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-dz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/dz.2be2fee6.svg);
}

.ico-svg-flag-asm, .with-ico-svg-flag-asm::before, .ico-svg-flag-as, .with-ico-svg-flag-as::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/as.3b86b687.svg);
}

.ico-svg-flag-asm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-asm::before, .ico-svg-flag-asm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-asm::before, .ico-svg-flag-as.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-as::before, .ico-svg-flag-as.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-as::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/as.7ae00cb9.svg);
}

.ico-svg-flag-and, .with-ico-svg-flag-and::before, .ico-svg-flag-ad, .with-ico-svg-flag-ad::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ad.45026b92.svg);
}

.ico-svg-flag-and.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-and::before, .ico-svg-flag-and.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-and::before, .ico-svg-flag-ad.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ad::before, .ico-svg-flag-ad.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ad::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ad.94e81025.svg);
}

.ico-svg-flag-curr-aoa, .with-ico-svg-flag-curr-aoa::before, .ico-svg-flag-ago, .with-ico-svg-flag-ago::before, .ico-svg-flag-ao, .with-ico-svg-flag-ao::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ao.ad6f3c8c.svg);
}

.ico-svg-flag-curr-aoa.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-aoa::before, .ico-svg-flag-curr-aoa.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-aoa::before, .ico-svg-flag-ago.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ago::before, .ico-svg-flag-ago.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ago::before, .ico-svg-flag-ao.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ao::before, .ico-svg-flag-ao.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ao::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ao.7ed590a1.svg);
}

.ico-svg-flag-aia, .with-ico-svg-flag-aia::before, .ico-svg-flag-ai, .with-ico-svg-flag-ai::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ai.c4699001.svg);
}

.ico-svg-flag-aia.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-aia::before, .ico-svg-flag-aia.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-aia::before, .ico-svg-flag-ai.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ai::before, .ico-svg-flag-ai.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ai::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ai.546a12e3.svg);
}

.ico-svg-flag-atg, .with-ico-svg-flag-atg::before, .ico-svg-flag-ag, .with-ico-svg-flag-ag::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ag.5929ca9f.svg);
}

.ico-svg-flag-atg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-atg::before, .ico-svg-flag-atg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-atg::before, .ico-svg-flag-ag.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ag::before, .ico-svg-flag-ag.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ag::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ag.3f18bb58.svg);
}

.ico-svg-flag-curr-ars, .with-ico-svg-flag-curr-ars::before, .ico-svg-flag-arg, .with-ico-svg-flag-arg::before, .ico-svg-flag-ar, .with-ico-svg-flag-ar::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ar.2ff091f8.svg);
}

.ico-svg-flag-curr-ars.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-ars::before, .ico-svg-flag-curr-ars.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-ars::before, .ico-svg-flag-arg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-arg::before, .ico-svg-flag-arg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-arg::before, .ico-svg-flag-ar.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ar::before, .ico-svg-flag-ar.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ar::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ar.5a7c09af.svg);
}

.ico-svg-flag-curr-amd, .with-ico-svg-flag-curr-amd::before, .ico-svg-flag-arm, .with-ico-svg-flag-arm::before, .ico-svg-flag-am, .with-ico-svg-flag-am::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/am.e935f821.svg);
}

.ico-svg-flag-curr-amd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-amd::before, .ico-svg-flag-curr-amd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-amd::before, .ico-svg-flag-arm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-arm::before, .ico-svg-flag-arm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-arm::before, .ico-svg-flag-am.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-am::before, .ico-svg-flag-am.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-am::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/am.36fc7db3.svg);
}

.ico-svg-flag-curr-awg, .with-ico-svg-flag-curr-awg::before, .ico-svg-flag-abw, .with-ico-svg-flag-abw::before, .ico-svg-flag-aw, .with-ico-svg-flag-aw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/aw.98298192.svg);
}

.ico-svg-flag-curr-awg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-awg::before, .ico-svg-flag-curr-awg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-awg::before, .ico-svg-flag-abw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-abw::before, .ico-svg-flag-abw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-abw::before, .ico-svg-flag-aw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-aw::before, .ico-svg-flag-aw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-aw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/aw.b478dded.svg);
}

.ico-svg-flag-curr-aud, .with-ico-svg-flag-curr-aud::before, .ico-svg-flag-aus, .with-ico-svg-flag-aus::before, .ico-svg-flag-au, .with-ico-svg-flag-au::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/au.932d9182.svg);
}

.ico-svg-flag-curr-aud.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-aud::before, .ico-svg-flag-curr-aud.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-aud::before, .ico-svg-flag-aus.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-aus::before, .ico-svg-flag-aus.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-aus::before, .ico-svg-flag-au.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-au::before, .ico-svg-flag-au.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-au::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/au.5b98a120.svg);
}

.ico-svg-flag-aut, .with-ico-svg-flag-aut::before, .ico-svg-flag-at, .with-ico-svg-flag-at::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/at.1281f451.svg);
}

.ico-svg-flag-aut.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-aut::before, .ico-svg-flag-aut.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-aut::before, .ico-svg-flag-at.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-at::before, .ico-svg-flag-at.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-at::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/at.d7b3791e.svg);
}

.ico-svg-flag-curr-azn, .with-ico-svg-flag-curr-azn::before, .ico-svg-flag-aze, .with-ico-svg-flag-aze::before, .ico-svg-flag-az, .with-ico-svg-flag-az::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/az.d4faca47.svg);
}

.ico-svg-flag-curr-azn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-azn::before, .ico-svg-flag-curr-azn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-azn::before, .ico-svg-flag-aze.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-aze::before, .ico-svg-flag-aze.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-aze::before, .ico-svg-flag-az.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-az::before, .ico-svg-flag-az.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-az::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/az.84126238.svg);
}

.ico-svg-flag-curr-bsd, .with-ico-svg-flag-curr-bsd::before, .ico-svg-flag-bhs, .with-ico-svg-flag-bhs::before, .ico-svg-flag-bs, .with-ico-svg-flag-bs::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bs.5497678a.svg);
}

.ico-svg-flag-curr-bsd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bsd::before, .ico-svg-flag-curr-bsd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bsd::before, .ico-svg-flag-bhs.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bhs::before, .ico-svg-flag-bhs.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bhs::before, .ico-svg-flag-bs.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bs::before, .ico-svg-flag-bs.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bs::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bs.a9ddb124.svg);
}

.ico-svg-flag-curr-bhd, .with-ico-svg-flag-curr-bhd::before, .ico-svg-flag-bhr, .with-ico-svg-flag-bhr::before, .ico-svg-flag-bh, .with-ico-svg-flag-bh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bh.ec61516d.svg);
}

.ico-svg-flag-curr-bhd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bhd::before, .ico-svg-flag-curr-bhd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bhd::before, .ico-svg-flag-bhr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bhr::before, .ico-svg-flag-bhr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bhr::before, .ico-svg-flag-bh.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bh::before, .ico-svg-flag-bh.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bh.0cfc5619.svg);
}

.ico-svg-flag-curr-bdt, .with-ico-svg-flag-curr-bdt::before, .ico-svg-flag-bgd, .with-ico-svg-flag-bgd::before, .ico-svg-flag-bd, .with-ico-svg-flag-bd::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bd.d16830cb.svg);
}

.ico-svg-flag-curr-bdt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bdt::before, .ico-svg-flag-curr-bdt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bdt::before, .ico-svg-flag-bgd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bgd::before, .ico-svg-flag-bgd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bgd::before, .ico-svg-flag-bd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bd::before, .ico-svg-flag-bd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bd::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bd.a3ae69de.svg);
}

.ico-svg-flag-curr-bbd, .with-ico-svg-flag-curr-bbd::before, .ico-svg-flag-brb, .with-ico-svg-flag-brb::before, .ico-svg-flag-bb, .with-ico-svg-flag-bb::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bb.021629a6.svg);
}

.ico-svg-flag-curr-bbd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bbd::before, .ico-svg-flag-curr-bbd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bbd::before, .ico-svg-flag-brb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-brb::before, .ico-svg-flag-brb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-brb::before, .ico-svg-flag-bb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bb::before, .ico-svg-flag-bb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bb::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bb.17738ccf.svg);
}

.ico-svg-flag-curr-byr, .with-ico-svg-flag-curr-byr::before, .ico-svg-flag-curr-byn, .with-ico-svg-flag-curr-byn::before, .ico-svg-flag-blr, .with-ico-svg-flag-blr::before, .ico-svg-flag-by, .with-ico-svg-flag-by::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/by.ed1fb533.svg);
}

.ico-svg-flag-curr-byr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-byr::before, .ico-svg-flag-curr-byr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-byr::before, .ico-svg-flag-curr-byn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-byn::before, .ico-svg-flag-curr-byn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-byn::before, .ico-svg-flag-blr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-blr::before, .ico-svg-flag-blr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-blr::before, .ico-svg-flag-by.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-by::before, .ico-svg-flag-by.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-by::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/by.da99aaa5.svg);
}

.ico-svg-flag-bel, .with-ico-svg-flag-bel::before, .ico-svg-flag-be, .with-ico-svg-flag-be::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/be.410c4acc.svg);
}

.ico-svg-flag-bel.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bel::before, .ico-svg-flag-bel.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bel::before, .ico-svg-flag-be.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-be::before, .ico-svg-flag-be.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-be::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/be.914a3c37.svg);
}

.ico-svg-flag-curr-bzd, .with-ico-svg-flag-curr-bzd::before, .ico-svg-flag-blz, .with-ico-svg-flag-blz::before, .ico-svg-flag-bz, .with-ico-svg-flag-bz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bz.4eb2d29f.svg);
}

.ico-svg-flag-curr-bzd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bzd::before, .ico-svg-flag-curr-bzd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bzd::before, .ico-svg-flag-blz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-blz::before, .ico-svg-flag-blz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-blz::before, .ico-svg-flag-bz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bz::before, .ico-svg-flag-bz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bz.7826f0d5.svg);
}

.ico-svg-flag-ben, .with-ico-svg-flag-ben::before, .ico-svg-flag-bj, .with-ico-svg-flag-bj::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bj.e8591ed7.svg);
}

.ico-svg-flag-ben.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ben::before, .ico-svg-flag-ben.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ben::before, .ico-svg-flag-bj.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bj::before, .ico-svg-flag-bj.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bj::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bj.fb3d1c01.svg);
}

.ico-svg-flag-curr-bmd, .with-ico-svg-flag-curr-bmd::before, .ico-svg-flag-bmu, .with-ico-svg-flag-bmu::before, .ico-svg-flag-bm, .with-ico-svg-flag-bm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bm.e2aa572a.svg);
}

.ico-svg-flag-curr-bmd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bmd::before, .ico-svg-flag-curr-bmd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bmd::before, .ico-svg-flag-bmu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bmu::before, .ico-svg-flag-bmu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bmu::before, .ico-svg-flag-bm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bm::before, .ico-svg-flag-bm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bm.7dd1b92a.svg);
}

.ico-svg-flag-curr-btn, .with-ico-svg-flag-curr-btn::before, .ico-svg-flag-btn, .with-ico-svg-flag-btn::before, .ico-svg-flag-bt, .with-ico-svg-flag-bt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bt.eed19cbf.svg);
}

.ico-svg-flag-curr-btn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-btn::before, .ico-svg-flag-curr-btn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-btn::before, .ico-svg-flag-btn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-btn::before, .ico-svg-flag-btn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-btn::before, .ico-svg-flag-bt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bt::before, .ico-svg-flag-bt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bt.1372873e.svg);
}

.ico-svg-flag-curr-bob, .with-ico-svg-flag-curr-bob::before, .ico-svg-flag-bol, .with-ico-svg-flag-bol::before, .ico-svg-flag-bo, .with-ico-svg-flag-bo::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bo.1155c3da.svg);
}

.ico-svg-flag-curr-bob.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bob::before, .ico-svg-flag-curr-bob.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bob::before, .ico-svg-flag-bol.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bol::before, .ico-svg-flag-bol.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bol::before, .ico-svg-flag-bo.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bo::before, .ico-svg-flag-bo.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bo::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bo.ee5938f0.svg);
}

.ico-svg-flag-curr-ang, .with-ico-svg-flag-curr-ang::before, .ico-svg-flag-bes, .with-ico-svg-flag-bes::before, .ico-svg-flag-bq, .with-ico-svg-flag-bq::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bq.8ff78ac2.svg);
}

.ico-svg-flag-curr-ang.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-ang::before, .ico-svg-flag-curr-ang.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-ang::before, .ico-svg-flag-bes.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bes::before, .ico-svg-flag-bes.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bes::before, .ico-svg-flag-bq.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bq::before, .ico-svg-flag-bq.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bq::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bq.6e5b96f6.svg);
}

.ico-svg-flag-curr-bam, .with-ico-svg-flag-curr-bam::before, .ico-svg-flag-bih, .with-ico-svg-flag-bih::before, .ico-svg-flag-ba, .with-ico-svg-flag-ba::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ba.7097f2f8.svg);
}

.ico-svg-flag-curr-bam.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bam::before, .ico-svg-flag-curr-bam.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bam::before, .ico-svg-flag-bih.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bih::before, .ico-svg-flag-bih.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bih::before, .ico-svg-flag-ba.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ba::before, .ico-svg-flag-ba.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ba::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ba.d1e732dc.svg);
}

.ico-svg-flag-curr-bwp, .with-ico-svg-flag-curr-bwp::before, .ico-svg-flag-bwa, .with-ico-svg-flag-bwa::before, .ico-svg-flag-bw, .with-ico-svg-flag-bw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bw.8a35721e.svg);
}

.ico-svg-flag-curr-bwp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bwp::before, .ico-svg-flag-curr-bwp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bwp::before, .ico-svg-flag-bwa.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bwa::before, .ico-svg-flag-bwa.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bwa::before, .ico-svg-flag-bw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bw::before, .ico-svg-flag-bw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bw.0acc600b.svg);
}

.ico-svg-flag-bvt, .with-ico-svg-flag-bvt::before, .ico-svg-flag-bv, .with-ico-svg-flag-bv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bv.b789f839.svg);
}

.ico-svg-flag-bvt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bvt::before, .ico-svg-flag-bvt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bvt::before, .ico-svg-flag-bv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bv::before, .ico-svg-flag-bv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bv.adee14dc.svg);
}

.ico-svg-flag-curr-brl, .with-ico-svg-flag-curr-brl::before, .ico-svg-flag-bra, .with-ico-svg-flag-bra::before, .ico-svg-flag-br, .with-ico-svg-flag-br::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/br.5ec13287.svg);
}

.ico-svg-flag-curr-brl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-brl::before, .ico-svg-flag-curr-brl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-brl::before, .ico-svg-flag-bra.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bra::before, .ico-svg-flag-bra.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bra::before, .ico-svg-flag-br.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-br::before, .ico-svg-flag-br.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-br::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/br.b3663866.svg);
}

.ico-svg-flag-iot, .with-ico-svg-flag-iot::before, .ico-svg-flag-io, .with-ico-svg-flag-io::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/io.e31ca9aa.svg);
}

.ico-svg-flag-iot.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-iot::before, .ico-svg-flag-iot.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-iot::before, .ico-svg-flag-io.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-io::before, .ico-svg-flag-io.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-io::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/io.c32d7f9e.svg);
}

.ico-svg-flag-curr-bnd, .with-ico-svg-flag-curr-bnd::before, .ico-svg-flag-brn, .with-ico-svg-flag-brn::before, .ico-svg-flag-bn, .with-ico-svg-flag-bn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bn.ad7aafa9.svg);
}

.ico-svg-flag-curr-bnd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bnd::before, .ico-svg-flag-curr-bnd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bnd::before, .ico-svg-flag-brn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-brn::before, .ico-svg-flag-brn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-brn::before, .ico-svg-flag-bn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bn::before, .ico-svg-flag-bn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bn.5fd8c652.svg);
}

.ico-svg-flag-curr-bgn, .with-ico-svg-flag-curr-bgn::before, .ico-svg-flag-lang-bul, .with-ico-svg-flag-lang-bul::before, .ico-svg-flag-lang-bg, .with-ico-svg-flag-lang-bg::before, .ico-svg-flag-bgr, .with-ico-svg-flag-bgr::before, .ico-svg-flag-bg, .with-ico-svg-flag-bg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bg.c9c13073.svg);
}

.ico-svg-flag-curr-bgn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bgn::before, .ico-svg-flag-curr-bgn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bgn::before, .ico-svg-flag-lang-bul.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-bul::before, .ico-svg-flag-lang-bul.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-bul::before, .ico-svg-flag-lang-bg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-bg::before, .ico-svg-flag-lang-bg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-bg::before, .ico-svg-flag-bgr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bgr::before, .ico-svg-flag-bgr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bgr::before, .ico-svg-flag-bg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bg::before, .ico-svg-flag-bg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bg.4f2a9bbb.svg);
}

.ico-svg-flag-bfa, .with-ico-svg-flag-bfa::before, .ico-svg-flag-bf, .with-ico-svg-flag-bf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bf.4275eb85.svg);
}

.ico-svg-flag-bfa.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bfa::before, .ico-svg-flag-bfa.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bfa::before, .ico-svg-flag-bf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bf::before, .ico-svg-flag-bf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bf.6fc31e16.svg);
}

.ico-svg-flag-curr-bif, .with-ico-svg-flag-curr-bif::before, .ico-svg-flag-bdi, .with-ico-svg-flag-bdi::before, .ico-svg-flag-bi, .with-ico-svg-flag-bi::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bi.3fce551e.svg);
}

.ico-svg-flag-curr-bif.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-bif::before, .ico-svg-flag-curr-bif.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-bif::before, .ico-svg-flag-bdi.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bdi::before, .ico-svg-flag-bdi.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bdi::before, .ico-svg-flag-bi.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bi::before, .ico-svg-flag-bi.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bi::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bi.5adb744e.svg);
}

.ico-svg-flag-curr-khr, .with-ico-svg-flag-curr-khr::before, .ico-svg-flag-khm, .with-ico-svg-flag-khm::before, .ico-svg-flag-kh, .with-ico-svg-flag-kh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/kh.7b33804c.svg);
}

.ico-svg-flag-curr-khr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-khr::before, .ico-svg-flag-curr-khr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-khr::before, .ico-svg-flag-khm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-khm::before, .ico-svg-flag-khm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-khm::before, .ico-svg-flag-kh.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kh::before, .ico-svg-flag-kh.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/kh.695ec7a1.svg);
}

.ico-svg-flag-cmr, .with-ico-svg-flag-cmr::before, .ico-svg-flag-cm, .with-ico-svg-flag-cm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cm.7578267e.svg);
}

.ico-svg-flag-cmr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cmr::before, .ico-svg-flag-cmr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cmr::before, .ico-svg-flag-cm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cm::before, .ico-svg-flag-cm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cm.0dcbc4f1.svg);
}

.ico-svg-flag-curr-cad, .with-ico-svg-flag-curr-cad::before, .ico-svg-flag-can, .with-ico-svg-flag-can::before, .ico-svg-flag-ca, .with-ico-svg-flag-ca::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ca.d348137a.svg);
}

.ico-svg-flag-curr-cad.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-cad::before, .ico-svg-flag-curr-cad.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-cad::before, .ico-svg-flag-can.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-can::before, .ico-svg-flag-can.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-can::before, .ico-svg-flag-ca.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ca::before, .ico-svg-flag-ca.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ca::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ca.102b45b2.svg);
}

.ico-svg-flag-curr-cve, .with-ico-svg-flag-curr-cve::before, .ico-svg-flag-cpv, .with-ico-svg-flag-cpv::before, .ico-svg-flag-cv, .with-ico-svg-flag-cv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cv.43437330.svg);
}

.ico-svg-flag-curr-cve.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-cve::before, .ico-svg-flag-curr-cve.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-cve::before, .ico-svg-flag-cpv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cpv::before, .ico-svg-flag-cpv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cpv::before, .ico-svg-flag-cv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cv::before, .ico-svg-flag-cv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cv.1ddd3424.svg);
}

.ico-svg-flag-curr-kyd, .with-ico-svg-flag-curr-kyd::before, .ico-svg-flag-cym, .with-ico-svg-flag-cym::before, .ico-svg-flag-ky, .with-ico-svg-flag-ky::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ky.ef8e1877.svg);
}

.ico-svg-flag-curr-kyd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-kyd::before, .ico-svg-flag-curr-kyd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-kyd::before, .ico-svg-flag-cym.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cym::before, .ico-svg-flag-cym.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cym::before, .ico-svg-flag-ky.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ky::before, .ico-svg-flag-ky.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ky::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ky.c311ddba.svg);
}

.ico-svg-flag-curr-xof, .with-ico-svg-flag-curr-xof::before, .ico-svg-flag-curr-xaf, .with-ico-svg-flag-curr-xaf::before, .ico-svg-flag-caf, .with-ico-svg-flag-caf::before, .ico-svg-flag-cf, .with-ico-svg-flag-cf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cf.617adc02.svg);
}

.ico-svg-flag-curr-xof.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-xof::before, .ico-svg-flag-curr-xof.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-xof::before, .ico-svg-flag-curr-xaf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-xaf::before, .ico-svg-flag-curr-xaf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-xaf::before, .ico-svg-flag-caf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-caf::before, .ico-svg-flag-caf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-caf::before, .ico-svg-flag-cf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cf::before, .ico-svg-flag-cf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cf.eb50c5ec.svg);
}

.ico-svg-flag-tcd, .with-ico-svg-flag-tcd::before, .ico-svg-flag-td, .with-ico-svg-flag-td::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/td.230eddd3.svg);
}

.ico-svg-flag-tcd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tcd::before, .ico-svg-flag-tcd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tcd::before, .ico-svg-flag-td.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-td::before, .ico-svg-flag-td.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-td::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/td.ad4b4469.svg);
}

.ico-svg-flag-curr-clp, .with-ico-svg-flag-curr-clp::before, .ico-svg-flag-chl, .with-ico-svg-flag-chl::before, .ico-svg-flag-cl, .with-ico-svg-flag-cl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cl.b9ff305a.svg);
}

.ico-svg-flag-curr-clp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-clp::before, .ico-svg-flag-curr-clp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-clp::before, .ico-svg-flag-chl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-chl::before, .ico-svg-flag-chl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-chl::before, .ico-svg-flag-cl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cl::before, .ico-svg-flag-cl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cl.303f56a6.svg);
}

.ico-svg-flag-curr-cny, .with-ico-svg-flag-curr-cny::before, .ico-svg-flag-curr-cnh, .with-ico-svg-flag-curr-cnh::before, .ico-svg-flag-chn, .with-ico-svg-flag-chn::before, .ico-svg-flag-cn, .with-ico-svg-flag-cn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cn.7977e12a.svg);
}

.ico-svg-flag-curr-cny.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-cny::before, .ico-svg-flag-curr-cny.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-cny::before, .ico-svg-flag-curr-cnh.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-cnh::before, .ico-svg-flag-curr-cnh.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-cnh::before, .ico-svg-flag-chn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-chn::before, .ico-svg-flag-chn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-chn::before, .ico-svg-flag-cn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cn::before, .ico-svg-flag-cn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cn.f5a6f048.svg);
}

.ico-svg-flag-cxr, .with-ico-svg-flag-cxr::before, .ico-svg-flag-cx, .with-ico-svg-flag-cx::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cx.b9b5e6cd.svg);
}

.ico-svg-flag-cxr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cxr::before, .ico-svg-flag-cxr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cxr::before, .ico-svg-flag-cx.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cx::before, .ico-svg-flag-cx.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cx::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cx.dda4107f.svg);
}

.ico-svg-flag-cck, .with-ico-svg-flag-cck::before, .ico-svg-flag-cc, .with-ico-svg-flag-cc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cc.200233c9.svg);
}

.ico-svg-flag-cck.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cck::before, .ico-svg-flag-cck.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cck::before, .ico-svg-flag-cc.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cc::before, .ico-svg-flag-cc.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cc.27d55bfa.svg);
}

.ico-svg-flag-curr-cop, .with-ico-svg-flag-curr-cop::before, .ico-svg-flag-col, .with-ico-svg-flag-col::before, .ico-svg-flag-co, .with-ico-svg-flag-co::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/co.59ec93f7.svg);
}

.ico-svg-flag-curr-cop.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-cop::before, .ico-svg-flag-curr-cop.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-cop::before, .ico-svg-flag-col.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-col::before, .ico-svg-flag-col.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-col::before, .ico-svg-flag-co.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-co::before, .ico-svg-flag-co.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-co::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/co.4c87d079.svg);
}

.ico-svg-flag-curr-kmf, .with-ico-svg-flag-curr-kmf::before, .ico-svg-flag-com, .with-ico-svg-flag-com::before, .ico-svg-flag-km, .with-ico-svg-flag-km::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/km.93ef5e21.svg);
}

.ico-svg-flag-curr-kmf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-kmf::before, .ico-svg-flag-curr-kmf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-kmf::before, .ico-svg-flag-com.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-com::before, .ico-svg-flag-com.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-com::before, .ico-svg-flag-km.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-km::before, .ico-svg-flag-km.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-km::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/km.4c4fa2a7.svg);
}

.ico-svg-flag-cog, .with-ico-svg-flag-cog::before, .ico-svg-flag-cg, .with-ico-svg-flag-cg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cg.440e321a.svg);
}

.ico-svg-flag-cog.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cog::before, .ico-svg-flag-cog.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cog::before, .ico-svg-flag-cg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cg::before, .ico-svg-flag-cg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cg.862f4608.svg);
}

.ico-svg-flag-curr-cdf, .with-ico-svg-flag-curr-cdf::before, .ico-svg-flag-cod, .with-ico-svg-flag-cod::before, .ico-svg-flag-cd, .with-ico-svg-flag-cd::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cd.e5fd4d12.svg);
}

.ico-svg-flag-curr-cdf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-cdf::before, .ico-svg-flag-curr-cdf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-cdf::before, .ico-svg-flag-cod.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cod::before, .ico-svg-flag-cod.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cod::before, .ico-svg-flag-cd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cd::before, .ico-svg-flag-cd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cd::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cd.d44809aa.svg);
}

.ico-svg-flag-cok, .with-ico-svg-flag-cok::before, .ico-svg-flag-ck, .with-ico-svg-flag-ck::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ck.65a80cb3.svg);
}

.ico-svg-flag-cok.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cok::before, .ico-svg-flag-cok.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cok::before, .ico-svg-flag-ck.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ck::before, .ico-svg-flag-ck.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ck::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ck.d76f3968.svg);
}

.ico-svg-flag-curr-crc, .with-ico-svg-flag-curr-crc::before, .ico-svg-flag-cri, .with-ico-svg-flag-cri::before, .ico-svg-flag-cr, .with-ico-svg-flag-cr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cr.6f2d7bb0.svg);
}

.ico-svg-flag-curr-crc.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-crc::before, .ico-svg-flag-curr-crc.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-crc::before, .ico-svg-flag-cri.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cri::before, .ico-svg-flag-cri.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cri::before, .ico-svg-flag-cr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cr::before, .ico-svg-flag-cr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cr.ebed4600.svg);
}

.ico-svg-flag-curr-hrk, .with-ico-svg-flag-curr-hrk::before, .ico-svg-flag-lang-hrv, .with-ico-svg-flag-lang-hrv::before, .ico-svg-flag-lang-hr, .with-ico-svg-flag-lang-hr::before, .ico-svg-flag-hrv, .with-ico-svg-flag-hrv::before, .ico-svg-flag-hr, .with-ico-svg-flag-hr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/hr.00a76e1b.svg);
}

.ico-svg-flag-curr-hrk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-hrk::before, .ico-svg-flag-curr-hrk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-hrk::before, .ico-svg-flag-lang-hrv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-hrv::before, .ico-svg-flag-lang-hrv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-hrv::before, .ico-svg-flag-lang-hr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-hr::before, .ico-svg-flag-lang-hr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-hr::before, .ico-svg-flag-hrv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-hrv::before, .ico-svg-flag-hrv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-hrv::before, .ico-svg-flag-hr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-hr::before, .ico-svg-flag-hr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-hr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/hr.f3f2e25c.svg);
}

.ico-svg-flag-curr-cup, .with-ico-svg-flag-curr-cup::before, .ico-svg-flag-cub, .with-ico-svg-flag-cub::before, .ico-svg-flag-cu, .with-ico-svg-flag-cu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cu.ff35f996.svg);
}

.ico-svg-flag-curr-cup.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-cup::before, .ico-svg-flag-curr-cup.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-cup::before, .ico-svg-flag-cub.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cub::before, .ico-svg-flag-cub.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cub::before, .ico-svg-flag-cu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cu::before, .ico-svg-flag-cu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cu.1452c504.svg);
}

.ico-svg-flag-cuw, .with-ico-svg-flag-cuw::before, .ico-svg-flag-cw, .with-ico-svg-flag-cw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cw.8e4cecbf.svg);
}

.ico-svg-flag-cuw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cuw::before, .ico-svg-flag-cuw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cuw::before, .ico-svg-flag-cw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cw::before, .ico-svg-flag-cw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cw.3fc45037.svg);
}

.ico-svg-flag-cyp, .with-ico-svg-flag-cyp::before, .ico-svg-flag-cy, .with-ico-svg-flag-cy::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cy.70de54e6.svg);
}

.ico-svg-flag-cyp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cyp::before, .ico-svg-flag-cyp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cyp::before, .ico-svg-flag-cy.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cy::before, .ico-svg-flag-cy.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cy::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cy.bdc1fde2.svg);
}

.ico-svg-flag-curr-czk, .with-ico-svg-flag-curr-czk::before, .ico-svg-flag-lang-cze, .with-ico-svg-flag-lang-cze::before, .ico-svg-flag-lang-ces, .with-ico-svg-flag-lang-ces::before, .ico-svg-flag-lang-cs, .with-ico-svg-flag-lang-cs::before, .ico-svg-flag-cze, .with-ico-svg-flag-cze::before, .ico-svg-flag-cz, .with-ico-svg-flag-cz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/cz.8ef2bc6a.svg);
}

.ico-svg-flag-curr-czk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-czk::before, .ico-svg-flag-curr-czk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-czk::before, .ico-svg-flag-lang-cze.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-cze::before, .ico-svg-flag-lang-cze.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-cze::before, .ico-svg-flag-lang-ces.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-ces::before, .ico-svg-flag-lang-ces.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-ces::before, .ico-svg-flag-lang-cs.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-cs::before, .ico-svg-flag-lang-cs.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-cs::before, .ico-svg-flag-cze.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cze::before, .ico-svg-flag-cze.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cze::before, .ico-svg-flag-cz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-cz::before, .ico-svg-flag-cz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-cz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/cz.1b3452b8.svg);
}

.ico-svg-flag-civ, .with-ico-svg-flag-civ::before, .ico-svg-flag-ci, .with-ico-svg-flag-ci::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ci.b1030b2b.svg);
}

.ico-svg-flag-civ.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-civ::before, .ico-svg-flag-civ.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-civ::before, .ico-svg-flag-ci.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ci::before, .ico-svg-flag-ci.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ci::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ci.6f06682e.svg);
}

.ico-svg-flag-curr-dkk, .with-ico-svg-flag-curr-dkk::before, .ico-svg-flag-lang-dan, .with-ico-svg-flag-lang-dan::before, .ico-svg-flag-lang-da, .with-ico-svg-flag-lang-da::before, .ico-svg-flag-dnk, .with-ico-svg-flag-dnk::before, .ico-svg-flag-dk, .with-ico-svg-flag-dk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/dk.f4e8fc53.svg);
}

.ico-svg-flag-curr-dkk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-dkk::before, .ico-svg-flag-curr-dkk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-dkk::before, .ico-svg-flag-lang-dan.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-dan::before, .ico-svg-flag-lang-dan.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-dan::before, .ico-svg-flag-lang-da.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-da::before, .ico-svg-flag-lang-da.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-da::before, .ico-svg-flag-dnk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-dnk::before, .ico-svg-flag-dnk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-dnk::before, .ico-svg-flag-dk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-dk::before, .ico-svg-flag-dk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-dk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/dk.c2e570fa.svg);
}

.ico-svg-flag-curr-djf, .with-ico-svg-flag-curr-djf::before, .ico-svg-flag-dji, .with-ico-svg-flag-dji::before, .ico-svg-flag-dj, .with-ico-svg-flag-dj::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/dj.76f4cdf5.svg);
}

.ico-svg-flag-curr-djf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-djf::before, .ico-svg-flag-curr-djf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-djf::before, .ico-svg-flag-dji.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-dji::before, .ico-svg-flag-dji.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-dji::before, .ico-svg-flag-dj.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-dj::before, .ico-svg-flag-dj.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-dj::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/dj.278a5a5f.svg);
}

.ico-svg-flag-dma, .with-ico-svg-flag-dma::before, .ico-svg-flag-dm, .with-ico-svg-flag-dm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/dm.46675764.svg);
}

.ico-svg-flag-dma.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-dma::before, .ico-svg-flag-dma.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-dma::before, .ico-svg-flag-dm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-dm::before, .ico-svg-flag-dm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-dm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/dm.dc345577.svg);
}

.ico-svg-flag-curr-dop, .with-ico-svg-flag-curr-dop::before, .ico-svg-flag-dom, .with-ico-svg-flag-dom::before, .ico-svg-flag-do, .with-ico-svg-flag-do::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/do.c05850db.svg);
}

.ico-svg-flag-curr-dop.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-dop::before, .ico-svg-flag-curr-dop.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-dop::before, .ico-svg-flag-dom.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-dom::before, .ico-svg-flag-dom.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-dom::before, .ico-svg-flag-do.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-do::before, .ico-svg-flag-do.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-do::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/do.64a9810e.svg);
}

.ico-svg-flag-ecu, .with-ico-svg-flag-ecu::before, .ico-svg-flag-ec, .with-ico-svg-flag-ec::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ec.3ea7f906.svg);
}

.ico-svg-flag-ecu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ecu::before, .ico-svg-flag-ecu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ecu::before, .ico-svg-flag-ec.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ec::before, .ico-svg-flag-ec.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ec::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ec.7be6ca13.svg);
}

.ico-svg-flag-curr-egp, .with-ico-svg-flag-curr-egp::before, .ico-svg-flag-egy, .with-ico-svg-flag-egy::before, .ico-svg-flag-eg, .with-ico-svg-flag-eg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/eg.b3580df9.svg);
}

.ico-svg-flag-curr-egp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-egp::before, .ico-svg-flag-curr-egp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-egp::before, .ico-svg-flag-egy.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-egy::before, .ico-svg-flag-egy.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-egy::before, .ico-svg-flag-eg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-eg::before, .ico-svg-flag-eg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-eg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/eg.c6ff8d6c.svg);
}

.ico-svg-flag-curr-svc, .with-ico-svg-flag-curr-svc::before, .ico-svg-flag-slv, .with-ico-svg-flag-slv::before, .ico-svg-flag-sv, .with-ico-svg-flag-sv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sv.3bb132d7.svg);
}

.ico-svg-flag-curr-svc.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-svc::before, .ico-svg-flag-curr-svc.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-svc::before, .ico-svg-flag-slv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-slv::before, .ico-svg-flag-slv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-slv::before, .ico-svg-flag-sv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sv::before, .ico-svg-flag-sv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sv.f4b33140.svg);
}

.ico-svg-flag-gnq, .with-ico-svg-flag-gnq::before, .ico-svg-flag-gq, .with-ico-svg-flag-gq::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gq.c2cb1adb.svg);
}

.ico-svg-flag-gnq.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gnq::before, .ico-svg-flag-gnq.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gnq::before, .ico-svg-flag-gq.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gq::before, .ico-svg-flag-gq.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gq::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gq.89421f59.svg);
}

.ico-svg-flag-eri, .with-ico-svg-flag-eri::before, .ico-svg-flag-er, .with-ico-svg-flag-er::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/er.458bc299.svg);
}

.ico-svg-flag-eri.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-eri::before, .ico-svg-flag-eri.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-eri::before, .ico-svg-flag-er.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-er::before, .ico-svg-flag-er.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-er::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/er.ff62e272.svg);
}

.ico-svg-flag-lang-est, .with-ico-svg-flag-lang-est::before, .ico-svg-flag-lang-et, .with-ico-svg-flag-lang-et::before, .ico-svg-flag-est, .with-ico-svg-flag-est::before, .ico-svg-flag-ee, .with-ico-svg-flag-ee::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ee.887a78f0.svg);
}

.ico-svg-flag-lang-est.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-est::before, .ico-svg-flag-lang-est.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-est::before, .ico-svg-flag-lang-et.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-et::before, .ico-svg-flag-lang-et.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-et::before, .ico-svg-flag-est.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-est::before, .ico-svg-flag-est.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-est::before, .ico-svg-flag-ee.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ee::before, .ico-svg-flag-ee.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ee::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ee.7b6b8abc.svg);
}

.ico-svg-flag-curr-etb, .with-ico-svg-flag-curr-etb::before, .ico-svg-flag-eth, .with-ico-svg-flag-eth::before, .ico-svg-flag-et, .with-ico-svg-flag-et::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/et.cbe354bb.svg);
}

.ico-svg-flag-curr-etb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-etb::before, .ico-svg-flag-curr-etb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-etb::before, .ico-svg-flag-eth.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-eth::before, .ico-svg-flag-eth.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-eth::before, .ico-svg-flag-et.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-et::before, .ico-svg-flag-et.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-et::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/et.061591dd.svg);
}

.ico-svg-flag-curr-fkp, .with-ico-svg-flag-curr-fkp::before, .ico-svg-flag-flk, .with-ico-svg-flag-flk::before, .ico-svg-flag-fk, .with-ico-svg-flag-fk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/fk.ddc6bd17.svg);
}

.ico-svg-flag-curr-fkp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-fkp::before, .ico-svg-flag-curr-fkp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-fkp::before, .ico-svg-flag-flk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-flk::before, .ico-svg-flag-flk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-flk::before, .ico-svg-flag-fk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-fk::before, .ico-svg-flag-fk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-fk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/fk.fe8e733a.svg);
}

.ico-svg-flag-fro, .with-ico-svg-flag-fro::before, .ico-svg-flag-fo, .with-ico-svg-flag-fo::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/fo.f284df39.svg);
}

.ico-svg-flag-fro.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-fro::before, .ico-svg-flag-fro.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-fro::before, .ico-svg-flag-fo.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-fo::before, .ico-svg-flag-fo.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-fo::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/fo.8b4db68d.svg);
}

.ico-svg-flag-curr-fjd, .with-ico-svg-flag-curr-fjd::before, .ico-svg-flag-fji, .with-ico-svg-flag-fji::before, .ico-svg-flag-fj, .with-ico-svg-flag-fj::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/fj.f3d86add.svg);
}

.ico-svg-flag-curr-fjd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-fjd::before, .ico-svg-flag-curr-fjd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-fjd::before, .ico-svg-flag-fji.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-fji::before, .ico-svg-flag-fji.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-fji::before, .ico-svg-flag-fj.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-fj::before, .ico-svg-flag-fj.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-fj::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/fj.55dd1c6e.svg);
}

.ico-svg-flag-lang-fin, .with-ico-svg-flag-lang-fin::before, .ico-svg-flag-lang-fi, .with-ico-svg-flag-lang-fi::before, .ico-svg-flag-fin, .with-ico-svg-flag-fin::before, .ico-svg-flag-fi, .with-ico-svg-flag-fi::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/fi.3b522e7f.svg);
}

.ico-svg-flag-lang-fin.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-fin::before, .ico-svg-flag-lang-fin.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-fin::before, .ico-svg-flag-lang-fi.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-fi::before, .ico-svg-flag-lang-fi.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-fi::before, .ico-svg-flag-fin.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-fin::before, .ico-svg-flag-fin.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-fin::before, .ico-svg-flag-fi.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-fi::before, .ico-svg-flag-fi.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-fi::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/fi.eb793b74.svg);
}

.ico-svg-flag-lang-fre, .with-ico-svg-flag-lang-fre::before, .ico-svg-flag-lang-fra, .with-ico-svg-flag-lang-fra::before, .ico-svg-flag-lang-fr, .with-ico-svg-flag-lang-fr::before, .ico-svg-flag-fra, .with-ico-svg-flag-fra::before, .ico-svg-flag-fr, .with-ico-svg-flag-fr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/fr.81d43a15.svg);
}

.ico-svg-flag-lang-fre.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-fre::before, .ico-svg-flag-lang-fre.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-fre::before, .ico-svg-flag-lang-fra.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-fra::before, .ico-svg-flag-lang-fra.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-fra::before, .ico-svg-flag-lang-fr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-fr::before, .ico-svg-flag-lang-fr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-fr::before, .ico-svg-flag-fra.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-fra::before, .ico-svg-flag-fra.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-fra::before, .ico-svg-flag-fr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-fr::before, .ico-svg-flag-fr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-fr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/fr.c88df329.svg);
}

.ico-svg-flag-guf, .with-ico-svg-flag-guf::before, .ico-svg-flag-gf, .with-ico-svg-flag-gf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gf.695a47d6.svg);
}

.ico-svg-flag-guf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-guf::before, .ico-svg-flag-guf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-guf::before, .ico-svg-flag-gf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gf::before, .ico-svg-flag-gf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gf.74219f32.svg);
}

.ico-svg-flag-curr-xpf, .with-ico-svg-flag-curr-xpf::before, .ico-svg-flag-pyf, .with-ico-svg-flag-pyf::before, .ico-svg-flag-pf, .with-ico-svg-flag-pf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/pf.296e9459.svg);
}

.ico-svg-flag-curr-xpf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-xpf::before, .ico-svg-flag-curr-xpf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-xpf::before, .ico-svg-flag-pyf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pyf::before, .ico-svg-flag-pyf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pyf::before, .ico-svg-flag-pf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pf::before, .ico-svg-flag-pf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/pf.fbd548e6.svg);
}

.ico-svg-flag-atf, .with-ico-svg-flag-atf::before, .ico-svg-flag-tf, .with-ico-svg-flag-tf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tf.cf4959c4.svg);
}

.ico-svg-flag-atf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-atf::before, .ico-svg-flag-atf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-atf::before, .ico-svg-flag-tf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tf::before, .ico-svg-flag-tf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tf.aaea08de.svg);
}

.ico-svg-flag-gab, .with-ico-svg-flag-gab::before, .ico-svg-flag-ga, .with-ico-svg-flag-ga::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ga.4257c8ec.svg);
}

.ico-svg-flag-gab.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gab::before, .ico-svg-flag-gab.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gab::before, .ico-svg-flag-ga.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ga::before, .ico-svg-flag-ga.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ga::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ga.dec83263.svg);
}

.ico-svg-flag-curr-gmd, .with-ico-svg-flag-curr-gmd::before, .ico-svg-flag-gmb, .with-ico-svg-flag-gmb::before, .ico-svg-flag-gm, .with-ico-svg-flag-gm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gm.cdfdf8bc.svg);
}

.ico-svg-flag-curr-gmd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-gmd::before, .ico-svg-flag-curr-gmd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-gmd::before, .ico-svg-flag-gmb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gmb::before, .ico-svg-flag-gmb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gmb::before, .ico-svg-flag-gm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gm::before, .ico-svg-flag-gm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gm.65c86e0a.svg);
}

.ico-svg-flag-curr-gel, .with-ico-svg-flag-curr-gel::before, .ico-svg-flag-geo, .with-ico-svg-flag-geo::before, .ico-svg-flag-ge, .with-ico-svg-flag-ge::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ge.98cf9dc1.svg);
}

.ico-svg-flag-curr-gel.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-gel::before, .ico-svg-flag-curr-gel.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-gel::before, .ico-svg-flag-geo.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-geo::before, .ico-svg-flag-geo.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-geo::before, .ico-svg-flag-ge.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ge::before, .ico-svg-flag-ge.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ge::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ge.7ccc29e2.svg);
}

.ico-svg-flag-lang-ger, .with-ico-svg-flag-lang-ger::before, .ico-svg-flag-lang-deu, .with-ico-svg-flag-lang-deu::before, .ico-svg-flag-lang-de, .with-ico-svg-flag-lang-de::before, .ico-svg-flag-deu, .with-ico-svg-flag-deu::before, .ico-svg-flag-de, .with-ico-svg-flag-de::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/de.7e82f4c7.svg);
}

.ico-svg-flag-lang-ger.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-ger::before, .ico-svg-flag-lang-ger.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-ger::before, .ico-svg-flag-lang-deu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-deu::before, .ico-svg-flag-lang-deu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-deu::before, .ico-svg-flag-lang-de.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-de::before, .ico-svg-flag-lang-de.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-de::before, .ico-svg-flag-deu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-deu::before, .ico-svg-flag-deu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-deu::before, .ico-svg-flag-de.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-de::before, .ico-svg-flag-de.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-de::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/de.11d88d2b.svg);
}

.ico-svg-flag-curr-ghs, .with-ico-svg-flag-curr-ghs::before, .ico-svg-flag-gha, .with-ico-svg-flag-gha::before, .ico-svg-flag-gh, .with-ico-svg-flag-gh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gh.d060e231.svg);
}

.ico-svg-flag-curr-ghs.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-ghs::before, .ico-svg-flag-curr-ghs.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-ghs::before, .ico-svg-flag-gha.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gha::before, .ico-svg-flag-gha.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gha::before, .ico-svg-flag-gh.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gh::before, .ico-svg-flag-gh.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gh.286f4413.svg);
}

.ico-svg-flag-curr-gip, .with-ico-svg-flag-curr-gip::before, .ico-svg-flag-gib, .with-ico-svg-flag-gib::before, .ico-svg-flag-gi, .with-ico-svg-flag-gi::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gi.345b700f.svg);
}

.ico-svg-flag-curr-gip.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-gip::before, .ico-svg-flag-curr-gip.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-gip::before, .ico-svg-flag-gib.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gib::before, .ico-svg-flag-gib.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gib::before, .ico-svg-flag-gi.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gi::before, .ico-svg-flag-gi.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gi::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gi.e73af104.svg);
}

.ico-svg-flag-lang-gre, .with-ico-svg-flag-lang-gre::before, .ico-svg-flag-lang-ell, .with-ico-svg-flag-lang-ell::before, .ico-svg-flag-lang-el, .with-ico-svg-flag-lang-el::before, .ico-svg-flag-grc, .with-ico-svg-flag-grc::before, .ico-svg-flag-gr, .with-ico-svg-flag-gr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gr.e2d01167.svg);
}

.ico-svg-flag-lang-gre.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-gre::before, .ico-svg-flag-lang-gre.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-gre::before, .ico-svg-flag-lang-ell.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-ell::before, .ico-svg-flag-lang-ell.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-ell::before, .ico-svg-flag-lang-el.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-el::before, .ico-svg-flag-lang-el.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-el::before, .ico-svg-flag-grc.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-grc::before, .ico-svg-flag-grc.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-grc::before, .ico-svg-flag-gr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gr::before, .ico-svg-flag-gr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gr.c51a52c4.svg);
}

.ico-svg-flag-grl, .with-ico-svg-flag-grl::before, .ico-svg-flag-gl, .with-ico-svg-flag-gl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gl.84ac5572.svg);
}

.ico-svg-flag-grl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-grl::before, .ico-svg-flag-grl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-grl::before, .ico-svg-flag-gl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gl::before, .ico-svg-flag-gl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gl.68756f32.svg);
}

.ico-svg-flag-curr-xcd, .with-ico-svg-flag-curr-xcd::before, .ico-svg-flag-grd, .with-ico-svg-flag-grd::before, .ico-svg-flag-gd, .with-ico-svg-flag-gd::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gd.b446a44d.svg);
}

.ico-svg-flag-curr-xcd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-xcd::before, .ico-svg-flag-curr-xcd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-xcd::before, .ico-svg-flag-grd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-grd::before, .ico-svg-flag-grd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-grd::before, .ico-svg-flag-gd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gd::before, .ico-svg-flag-gd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gd::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gd.1b313417.svg);
}

.ico-svg-flag-glp, .with-ico-svg-flag-glp::before, .ico-svg-flag-gp, .with-ico-svg-flag-gp::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gp.092b6bf9.svg);
}

.ico-svg-flag-glp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-glp::before, .ico-svg-flag-glp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-glp::before, .ico-svg-flag-gp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gp::before, .ico-svg-flag-gp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gp::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gp.30b1d26c.svg);
}

.ico-svg-flag-gum, .with-ico-svg-flag-gum::before, .ico-svg-flag-gu, .with-ico-svg-flag-gu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gu.459831ea.svg);
}

.ico-svg-flag-gum.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gum::before, .ico-svg-flag-gum.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gum::before, .ico-svg-flag-gu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gu::before, .ico-svg-flag-gu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gu.35820090.svg);
}

.ico-svg-flag-curr-gtq, .with-ico-svg-flag-curr-gtq::before, .ico-svg-flag-gtm, .with-ico-svg-flag-gtm::before, .ico-svg-flag-gt, .with-ico-svg-flag-gt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gt.ccfc27d3.svg);
}

.ico-svg-flag-curr-gtq.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-gtq::before, .ico-svg-flag-curr-gtq.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-gtq::before, .ico-svg-flag-gtm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gtm::before, .ico-svg-flag-gtm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gtm::before, .ico-svg-flag-gt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gt::before, .ico-svg-flag-gt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gt.3d87ccc4.svg);
}

.ico-svg-flag-ggy, .with-ico-svg-flag-ggy::before, .ico-svg-flag-gg, .with-ico-svg-flag-gg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gg.6b23b5b1.svg);
}

.ico-svg-flag-ggy.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ggy::before, .ico-svg-flag-ggy.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ggy::before, .ico-svg-flag-gg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gg::before, .ico-svg-flag-gg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gg.30f47622.svg);
}

.ico-svg-flag-curr-gnf, .with-ico-svg-flag-curr-gnf::before, .ico-svg-flag-gin, .with-ico-svg-flag-gin::before, .ico-svg-flag-gn, .with-ico-svg-flag-gn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gn.bf5b0873.svg);
}

.ico-svg-flag-curr-gnf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-gnf::before, .ico-svg-flag-curr-gnf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-gnf::before, .ico-svg-flag-gin.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gin::before, .ico-svg-flag-gin.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gin::before, .ico-svg-flag-gn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gn::before, .ico-svg-flag-gn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gn.7bf7a35a.svg);
}

.ico-svg-flag-gnb, .with-ico-svg-flag-gnb::before, .ico-svg-flag-gw, .with-ico-svg-flag-gw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gw.f29eedfe.svg);
}

.ico-svg-flag-gnb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gnb::before, .ico-svg-flag-gnb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gnb::before, .ico-svg-flag-gw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gw::before, .ico-svg-flag-gw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gw.f647ba54.svg);
}

.ico-svg-flag-curr-gyd, .with-ico-svg-flag-curr-gyd::before, .ico-svg-flag-guy, .with-ico-svg-flag-guy::before, .ico-svg-flag-gy, .with-ico-svg-flag-gy::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gy.49a30b4f.svg);
}

.ico-svg-flag-curr-gyd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-gyd::before, .ico-svg-flag-curr-gyd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-gyd::before, .ico-svg-flag-guy.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-guy::before, .ico-svg-flag-guy.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-guy::before, .ico-svg-flag-gy.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gy::before, .ico-svg-flag-gy.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gy::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gy.43c003e2.svg);
}

.ico-svg-flag-curr-htg, .with-ico-svg-flag-curr-htg::before, .ico-svg-flag-hti, .with-ico-svg-flag-hti::before, .ico-svg-flag-ht, .with-ico-svg-flag-ht::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ht.3af38bff.svg);
}

.ico-svg-flag-curr-htg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-htg::before, .ico-svg-flag-curr-htg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-htg::before, .ico-svg-flag-hti.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-hti::before, .ico-svg-flag-hti.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-hti::before, .ico-svg-flag-ht.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ht::before, .ico-svg-flag-ht.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ht::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ht.663996cf.svg);
}

.ico-svg-flag-hmd, .with-ico-svg-flag-hmd::before, .ico-svg-flag-hm, .with-ico-svg-flag-hm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/hm.fdd5197f.svg);
}

.ico-svg-flag-hmd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-hmd::before, .ico-svg-flag-hmd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-hmd::before, .ico-svg-flag-hm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-hm::before, .ico-svg-flag-hm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-hm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/hm.8b4c33d4.svg);
}

.ico-svg-flag-vat, .with-ico-svg-flag-vat::before, .ico-svg-flag-va, .with-ico-svg-flag-va::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/va.6d6a5ae6.svg);
}

.ico-svg-flag-vat.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-vat::before, .ico-svg-flag-vat.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-vat::before, .ico-svg-flag-va.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-va::before, .ico-svg-flag-va.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-va::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/va.555e01bd.svg);
}

.ico-svg-flag-curr-hnl, .with-ico-svg-flag-curr-hnl::before, .ico-svg-flag-hnd, .with-ico-svg-flag-hnd::before, .ico-svg-flag-hn, .with-ico-svg-flag-hn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/hn.f53ee3d6.svg);
}

.ico-svg-flag-curr-hnl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-hnl::before, .ico-svg-flag-curr-hnl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-hnl::before, .ico-svg-flag-hnd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-hnd::before, .ico-svg-flag-hnd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-hnd::before, .ico-svg-flag-hn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-hn::before, .ico-svg-flag-hn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-hn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/hn.ebef2cd5.svg);
}

.ico-svg-flag-curr-hkd, .with-ico-svg-flag-curr-hkd::before, .ico-svg-flag-hkg, .with-ico-svg-flag-hkg::before, .ico-svg-flag-hk, .with-ico-svg-flag-hk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/hk.c0a93c08.svg);
}

.ico-svg-flag-curr-hkd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-hkd::before, .ico-svg-flag-curr-hkd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-hkd::before, .ico-svg-flag-hkg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-hkg::before, .ico-svg-flag-hkg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-hkg::before, .ico-svg-flag-hk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-hk::before, .ico-svg-flag-hk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-hk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/hk.5a112207.svg);
}

.ico-svg-flag-curr-huf, .with-ico-svg-flag-curr-huf::before, .ico-svg-flag-lang-hun, .with-ico-svg-flag-lang-hun::before, .ico-svg-flag-lang-hu, .with-ico-svg-flag-lang-hu::before, .ico-svg-flag-hun, .with-ico-svg-flag-hun::before, .ico-svg-flag-hu, .with-ico-svg-flag-hu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/hu.bcbd2770.svg);
}

.ico-svg-flag-curr-huf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-huf::before, .ico-svg-flag-curr-huf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-huf::before, .ico-svg-flag-lang-hun.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-hun::before, .ico-svg-flag-lang-hun.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-hun::before, .ico-svg-flag-lang-hu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-hu::before, .ico-svg-flag-lang-hu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-hu::before, .ico-svg-flag-hun.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-hun::before, .ico-svg-flag-hun.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-hun::before, .ico-svg-flag-hu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-hu::before, .ico-svg-flag-hu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-hu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/hu.7ae2a1f0.svg);
}

.ico-svg-flag-curr-isk, .with-ico-svg-flag-curr-isk::before, .ico-svg-flag-lang-ice, .with-ico-svg-flag-lang-ice::before, .ico-svg-flag-lang-isl, .with-ico-svg-flag-lang-isl::before, .ico-svg-flag-lang-is, .with-ico-svg-flag-lang-is::before, .ico-svg-flag-isl, .with-ico-svg-flag-isl::before, .ico-svg-flag-is, .with-ico-svg-flag-is::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/is.2dfa14d1.svg);
}

.ico-svg-flag-curr-isk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-isk::before, .ico-svg-flag-curr-isk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-isk::before, .ico-svg-flag-lang-ice.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-ice::before, .ico-svg-flag-lang-ice.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-ice::before, .ico-svg-flag-lang-isl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-isl::before, .ico-svg-flag-lang-isl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-isl::before, .ico-svg-flag-lang-is.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-is::before, .ico-svg-flag-lang-is.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-is::before, .ico-svg-flag-isl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-isl::before, .ico-svg-flag-isl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-isl::before, .ico-svg-flag-is.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-is::before, .ico-svg-flag-is.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-is::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/is.1842f1a9.svg);
}

.ico-svg-flag-curr-inr, .with-ico-svg-flag-curr-inr::before, .ico-svg-flag-ind, .with-ico-svg-flag-ind::before, .ico-svg-flag-in, .with-ico-svg-flag-in::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/in.e5926cb7.svg);
}

.ico-svg-flag-curr-inr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-inr::before, .ico-svg-flag-curr-inr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-inr::before, .ico-svg-flag-ind.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ind::before, .ico-svg-flag-ind.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ind::before, .ico-svg-flag-in.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-in::before, .ico-svg-flag-in.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-in::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/in.e626d1bb.svg);
}

.ico-svg-flag-curr-idr, .with-ico-svg-flag-curr-idr::before, .ico-svg-flag-idn, .with-ico-svg-flag-idn::before, .ico-svg-flag-id, .with-ico-svg-flag-id::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/id.e2afd171.svg);
}

.ico-svg-flag-curr-idr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-idr::before, .ico-svg-flag-curr-idr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-idr::before, .ico-svg-flag-idn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-idn::before, .ico-svg-flag-idn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-idn::before, .ico-svg-flag-id.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-id::before, .ico-svg-flag-id.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-id::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/id.0b7fa609.svg);
}

.ico-svg-flag-irn, .with-ico-svg-flag-irn::before, .ico-svg-flag-ir, .with-ico-svg-flag-ir::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ir.12e7432b.svg);
}

.ico-svg-flag-irn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-irn::before, .ico-svg-flag-irn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-irn::before, .ico-svg-flag-ir.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ir::before, .ico-svg-flag-ir.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ir::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ir.c945dfdf.svg);
}

.ico-svg-flag-curr-iqd, .with-ico-svg-flag-curr-iqd::before, .ico-svg-flag-irq, .with-ico-svg-flag-irq::before, .ico-svg-flag-iq, .with-ico-svg-flag-iq::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/iq.5cd51d2b.svg);
}

.ico-svg-flag-curr-iqd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-iqd::before, .ico-svg-flag-curr-iqd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-iqd::before, .ico-svg-flag-irq.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-irq::before, .ico-svg-flag-irq.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-irq::before, .ico-svg-flag-iq.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-iq::before, .ico-svg-flag-iq.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-iq::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/iq.e549011e.svg);
}

.ico-svg-flag-irl, .with-ico-svg-flag-irl::before, .ico-svg-flag-ie, .with-ico-svg-flag-ie::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ie.5ecf710f.svg);
}

.ico-svg-flag-irl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-irl::before, .ico-svg-flag-irl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-irl::before, .ico-svg-flag-ie.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ie::before, .ico-svg-flag-ie.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ie::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ie.1b0ac4e7.svg);
}

.ico-svg-flag-imn, .with-ico-svg-flag-imn::before, .ico-svg-flag-im, .with-ico-svg-flag-im::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/im.b21ce587.svg);
}

.ico-svg-flag-imn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-imn::before, .ico-svg-flag-imn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-imn::before, .ico-svg-flag-im.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-im::before, .ico-svg-flag-im.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-im::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/im.d637f63b.svg);
}

.ico-svg-flag-curr-ils, .with-ico-svg-flag-curr-ils::before, .ico-svg-flag-isr, .with-ico-svg-flag-isr::before, .ico-svg-flag-il, .with-ico-svg-flag-il::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/il.4c70e232.svg);
}

.ico-svg-flag-curr-ils.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-ils::before, .ico-svg-flag-curr-ils.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-ils::before, .ico-svg-flag-isr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-isr::before, .ico-svg-flag-isr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-isr::before, .ico-svg-flag-il.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-il::before, .ico-svg-flag-il.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-il::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/il.3bc4ce04.svg);
}

.ico-svg-flag-lang-ita, .with-ico-svg-flag-lang-ita::before, .ico-svg-flag-lang-it, .with-ico-svg-flag-lang-it::before, .ico-svg-flag-ita, .with-ico-svg-flag-ita::before, .ico-svg-flag-it, .with-ico-svg-flag-it::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/it.290f2fec.svg);
}

.ico-svg-flag-lang-ita.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-ita::before, .ico-svg-flag-lang-ita.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-ita::before, .ico-svg-flag-lang-it.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-it::before, .ico-svg-flag-lang-it.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-it::before, .ico-svg-flag-ita.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ita::before, .ico-svg-flag-ita.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ita::before, .ico-svg-flag-it.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-it::before, .ico-svg-flag-it.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-it::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/it.9938f4b9.svg);
}

.ico-svg-flag-curr-jmd, .with-ico-svg-flag-curr-jmd::before, .ico-svg-flag-jam, .with-ico-svg-flag-jam::before, .ico-svg-flag-jm, .with-ico-svg-flag-jm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/jm.6bb96bbc.svg);
}

.ico-svg-flag-curr-jmd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-jmd::before, .ico-svg-flag-curr-jmd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-jmd::before, .ico-svg-flag-jam.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-jam::before, .ico-svg-flag-jam.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-jam::before, .ico-svg-flag-jm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-jm::before, .ico-svg-flag-jm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-jm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/jm.74ccffca.svg);
}

.ico-svg-flag-curr-jpy, .with-ico-svg-flag-curr-jpy::before, .ico-svg-flag-jpn, .with-ico-svg-flag-jpn::before, .ico-svg-flag-jp, .with-ico-svg-flag-jp::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/jp.19c631c1.svg);
}

.ico-svg-flag-curr-jpy.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-jpy::before, .ico-svg-flag-curr-jpy.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-jpy::before, .ico-svg-flag-jpn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-jpn::before, .ico-svg-flag-jpn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-jpn::before, .ico-svg-flag-jp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-jp::before, .ico-svg-flag-jp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-jp::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/jp.980c12c5.svg);
}

.ico-svg-flag-jey, .with-ico-svg-flag-jey::before, .ico-svg-flag-je, .with-ico-svg-flag-je::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/je.7a0b4850.svg);
}

.ico-svg-flag-jey.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-jey::before, .ico-svg-flag-jey.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-jey::before, .ico-svg-flag-je.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-je::before, .ico-svg-flag-je.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-je::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/je.e1bb30f3.svg);
}

.ico-svg-flag-curr-jod, .with-ico-svg-flag-curr-jod::before, .ico-svg-flag-jor, .with-ico-svg-flag-jor::before, .ico-svg-flag-jo, .with-ico-svg-flag-jo::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/jo.f41fe7d2.svg);
}

.ico-svg-flag-curr-jod.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-jod::before, .ico-svg-flag-curr-jod.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-jod::before, .ico-svg-flag-jor.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-jor::before, .ico-svg-flag-jor.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-jor::before, .ico-svg-flag-jo.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-jo::before, .ico-svg-flag-jo.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-jo::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/jo.e678dae8.svg);
}

.ico-svg-flag-curr-kzt, .with-ico-svg-flag-curr-kzt::before, .ico-svg-flag-kaz, .with-ico-svg-flag-kaz::before, .ico-svg-flag-kz, .with-ico-svg-flag-kz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/kz.7194851e.svg);
}

.ico-svg-flag-curr-kzt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-kzt::before, .ico-svg-flag-curr-kzt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-kzt::before, .ico-svg-flag-kaz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kaz::before, .ico-svg-flag-kaz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kaz::before, .ico-svg-flag-kz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kz::before, .ico-svg-flag-kz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/kz.f528d170.svg);
}

.ico-svg-flag-curr-kes, .with-ico-svg-flag-curr-kes::before, .ico-svg-flag-ken, .with-ico-svg-flag-ken::before, .ico-svg-flag-ke, .with-ico-svg-flag-ke::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ke.74aaf585.svg);
}

.ico-svg-flag-curr-kes.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-kes::before, .ico-svg-flag-curr-kes.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-kes::before, .ico-svg-flag-ken.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ken::before, .ico-svg-flag-ken.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ken::before, .ico-svg-flag-ke.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ke::before, .ico-svg-flag-ke.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ke::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ke.9ea89091.svg);
}

.ico-svg-flag-kir, .with-ico-svg-flag-kir::before, .ico-svg-flag-ki, .with-ico-svg-flag-ki::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ki.de100d30.svg);
}

.ico-svg-flag-kir.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kir::before, .ico-svg-flag-kir.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kir::before, .ico-svg-flag-ki.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ki::before, .ico-svg-flag-ki.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ki::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ki.32000b05.svg);
}

.ico-svg-flag-prk, .with-ico-svg-flag-prk::before, .ico-svg-flag-kp, .with-ico-svg-flag-kp::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/kp.8d10def4.svg);
}

.ico-svg-flag-prk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-prk::before, .ico-svg-flag-prk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-prk::before, .ico-svg-flag-kp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kp::before, .ico-svg-flag-kp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kp::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/kp.2e79afa2.svg);
}

.ico-svg-flag-curr-krw, .with-ico-svg-flag-curr-krw::before, .ico-svg-flag-kor, .with-ico-svg-flag-kor::before, .ico-svg-flag-kr, .with-ico-svg-flag-kr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/kr.939387c3.svg);
}

.ico-svg-flag-curr-krw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-krw::before, .ico-svg-flag-curr-krw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-krw::before, .ico-svg-flag-kor.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kor::before, .ico-svg-flag-kor.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kor::before, .ico-svg-flag-kr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kr::before, .ico-svg-flag-kr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/kr.9406f22f.svg);
}

.ico-svg-flag-curr-kwd, .with-ico-svg-flag-curr-kwd::before, .ico-svg-flag-kwt, .with-ico-svg-flag-kwt::before, .ico-svg-flag-kw, .with-ico-svg-flag-kw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/kw.2dce482d.svg);
}

.ico-svg-flag-curr-kwd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-kwd::before, .ico-svg-flag-curr-kwd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-kwd::before, .ico-svg-flag-kwt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kwt::before, .ico-svg-flag-kwt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kwt::before, .ico-svg-flag-kw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kw::before, .ico-svg-flag-kw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/kw.a3a60802.svg);
}

.ico-svg-flag-curr-kgs, .with-ico-svg-flag-curr-kgs::before, .ico-svg-flag-kgz, .with-ico-svg-flag-kgz::before, .ico-svg-flag-kg, .with-ico-svg-flag-kg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/kg.1fe994c1.svg);
}

.ico-svg-flag-curr-kgs.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-kgs::before, .ico-svg-flag-curr-kgs.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-kgs::before, .ico-svg-flag-kgz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kgz::before, .ico-svg-flag-kgz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kgz::before, .ico-svg-flag-kg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kg::before, .ico-svg-flag-kg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/kg.4ad89b3a.svg);
}

.ico-svg-flag-curr-lak, .with-ico-svg-flag-curr-lak::before, .ico-svg-flag-lao, .with-ico-svg-flag-lao::before, .ico-svg-flag-la, .with-ico-svg-flag-la::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/la.8d6ad26b.svg);
}

.ico-svg-flag-curr-lak.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-lak::before, .ico-svg-flag-curr-lak.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-lak::before, .ico-svg-flag-lao.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lao::before, .ico-svg-flag-lao.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lao::before, .ico-svg-flag-la.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-la::before, .ico-svg-flag-la.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-la::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/la.80cf2b55.svg);
}

.ico-svg-flag-lva, .with-ico-svg-flag-lva::before, .ico-svg-flag-lv, .with-ico-svg-flag-lv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/lv.9a5d132c.svg);
}

.ico-svg-flag-lva.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lva::before, .ico-svg-flag-lva.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lva::before, .ico-svg-flag-lv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lv::before, .ico-svg-flag-lv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/lv.2ce7f836.svg);
}

.ico-svg-flag-curr-lbp, .with-ico-svg-flag-curr-lbp::before, .ico-svg-flag-lbn, .with-ico-svg-flag-lbn::before, .ico-svg-flag-lb, .with-ico-svg-flag-lb::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/lb.75479923.svg);
}

.ico-svg-flag-curr-lbp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-lbp::before, .ico-svg-flag-curr-lbp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-lbp::before, .ico-svg-flag-lbn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lbn::before, .ico-svg-flag-lbn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lbn::before, .ico-svg-flag-lb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lb::before, .ico-svg-flag-lb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lb::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/lb.940cc75a.svg);
}

.ico-svg-flag-curr-lsl, .with-ico-svg-flag-curr-lsl::before, .ico-svg-flag-lso, .with-ico-svg-flag-lso::before, .ico-svg-flag-ls, .with-ico-svg-flag-ls::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ls.0de0f907.svg);
}

.ico-svg-flag-curr-lsl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-lsl::before, .ico-svg-flag-curr-lsl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-lsl::before, .ico-svg-flag-lso.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lso::before, .ico-svg-flag-lso.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lso::before, .ico-svg-flag-ls.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ls::before, .ico-svg-flag-ls.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ls::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ls.cddead61.svg);
}

.ico-svg-flag-curr-lrd, .with-ico-svg-flag-curr-lrd::before, .ico-svg-flag-lbr, .with-ico-svg-flag-lbr::before, .ico-svg-flag-lr, .with-ico-svg-flag-lr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/lr.3a7c494b.svg);
}

.ico-svg-flag-curr-lrd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-lrd::before, .ico-svg-flag-curr-lrd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-lrd::before, .ico-svg-flag-lbr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lbr::before, .ico-svg-flag-lbr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lbr::before, .ico-svg-flag-lr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lr::before, .ico-svg-flag-lr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/lr.74dcec3f.svg);
}

.ico-svg-flag-curr-lyd, .with-ico-svg-flag-curr-lyd::before, .ico-svg-flag-lby, .with-ico-svg-flag-lby::before, .ico-svg-flag-ly, .with-ico-svg-flag-ly::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ly.0ea8dfce.svg);
}

.ico-svg-flag-curr-lyd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-lyd::before, .ico-svg-flag-curr-lyd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-lyd::before, .ico-svg-flag-lby.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lby::before, .ico-svg-flag-lby.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lby::before, .ico-svg-flag-ly.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ly::before, .ico-svg-flag-ly.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ly::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ly.9d867c1b.svg);
}

.ico-svg-flag-lie, .with-ico-svg-flag-lie::before, .ico-svg-flag-li, .with-ico-svg-flag-li::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/li.69a1d60c.svg);
}

.ico-svg-flag-lie.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lie::before, .ico-svg-flag-lie.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lie::before, .ico-svg-flag-li.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-li::before, .ico-svg-flag-li.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-li::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/li.572f9027.svg);
}

.ico-svg-flag-lang-lit, .with-ico-svg-flag-lang-lit::before, .ico-svg-flag-lang-lt, .with-ico-svg-flag-lang-lt::before, .ico-svg-flag-ltu, .with-ico-svg-flag-ltu::before, .ico-svg-flag-lt, .with-ico-svg-flag-lt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/lt.4c19d3a9.svg);
}

.ico-svg-flag-lang-lit.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-lit::before, .ico-svg-flag-lang-lit.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-lit::before, .ico-svg-flag-lang-lt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-lt::before, .ico-svg-flag-lang-lt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-lt::before, .ico-svg-flag-ltu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ltu::before, .ico-svg-flag-ltu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ltu::before, .ico-svg-flag-lt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lt::before, .ico-svg-flag-lt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/lt.2ea82cfc.svg);
}

.ico-svg-flag-lux, .with-ico-svg-flag-lux::before, .ico-svg-flag-lu, .with-ico-svg-flag-lu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/lu.adc8f77e.svg);
}

.ico-svg-flag-lux.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lux::before, .ico-svg-flag-lux.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lux::before, .ico-svg-flag-lu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lu::before, .ico-svg-flag-lu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/lu.b843e643.svg);
}

.ico-svg-flag-curr-mop, .with-ico-svg-flag-curr-mop::before, .ico-svg-flag-mac, .with-ico-svg-flag-mac::before, .ico-svg-flag-mo, .with-ico-svg-flag-mo::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mo.ac9b1701.svg);
}

.ico-svg-flag-curr-mop.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mop::before, .ico-svg-flag-curr-mop.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mop::before, .ico-svg-flag-mac.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mac::before, .ico-svg-flag-mac.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mac::before, .ico-svg-flag-mo.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mo::before, .ico-svg-flag-mo.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mo::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mo.8d484888.svg);
}

.ico-svg-flag-curr-mkd, .with-ico-svg-flag-curr-mkd::before, .ico-svg-flag-mkd, .with-ico-svg-flag-mkd::before, .ico-svg-flag-mk, .with-ico-svg-flag-mk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mk.31ba11ec.svg);
}

.ico-svg-flag-curr-mkd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mkd::before, .ico-svg-flag-curr-mkd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mkd::before, .ico-svg-flag-mkd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mkd::before, .ico-svg-flag-mkd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mkd::before, .ico-svg-flag-mk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mk::before, .ico-svg-flag-mk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mk.c370fe88.svg);
}

.ico-svg-flag-curr-mga, .with-ico-svg-flag-curr-mga::before, .ico-svg-flag-mdg, .with-ico-svg-flag-mdg::before, .ico-svg-flag-mg, .with-ico-svg-flag-mg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mg.f9101073.svg);
}

.ico-svg-flag-curr-mga.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mga::before, .ico-svg-flag-curr-mga.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mga::before, .ico-svg-flag-mdg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mdg::before, .ico-svg-flag-mdg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mdg::before, .ico-svg-flag-mg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mg::before, .ico-svg-flag-mg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mg.5bdc14fe.svg);
}

.ico-svg-flag-curr-mwk, .with-ico-svg-flag-curr-mwk::before, .ico-svg-flag-mwi, .with-ico-svg-flag-mwi::before, .ico-svg-flag-mw, .with-ico-svg-flag-mw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mw.b4d805ef.svg);
}

.ico-svg-flag-curr-mwk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mwk::before, .ico-svg-flag-curr-mwk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mwk::before, .ico-svg-flag-mwi.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mwi::before, .ico-svg-flag-mwi.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mwi::before, .ico-svg-flag-mw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mw::before, .ico-svg-flag-mw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mw.6807c4fd.svg);
}

.ico-svg-flag-curr-myr, .with-ico-svg-flag-curr-myr::before, .ico-svg-flag-mys, .with-ico-svg-flag-mys::before, .ico-svg-flag-my, .with-ico-svg-flag-my::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/my.0d298a9e.svg);
}

.ico-svg-flag-curr-myr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-myr::before, .ico-svg-flag-curr-myr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-myr::before, .ico-svg-flag-mys.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mys::before, .ico-svg-flag-mys.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mys::before, .ico-svg-flag-my.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-my::before, .ico-svg-flag-my.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-my::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/my.848fbf91.svg);
}

.ico-svg-flag-curr-mvr, .with-ico-svg-flag-curr-mvr::before, .ico-svg-flag-mdv, .with-ico-svg-flag-mdv::before, .ico-svg-flag-mv, .with-ico-svg-flag-mv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mv.0329f53c.svg);
}

.ico-svg-flag-curr-mvr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mvr::before, .ico-svg-flag-curr-mvr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mvr::before, .ico-svg-flag-mdv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mdv::before, .ico-svg-flag-mdv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mdv::before, .ico-svg-flag-mv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mv::before, .ico-svg-flag-mv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mv.91b2c27c.svg);
}

.ico-svg-flag-mli, .with-ico-svg-flag-mli::before, .ico-svg-flag-ml, .with-ico-svg-flag-ml::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ml.18083e46.svg);
}

.ico-svg-flag-mli.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mli::before, .ico-svg-flag-mli.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mli::before, .ico-svg-flag-ml.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ml::before, .ico-svg-flag-ml.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ml::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ml.d11c3063.svg);
}

.ico-svg-flag-mlt, .with-ico-svg-flag-mlt::before, .ico-svg-flag-mt, .with-ico-svg-flag-mt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mt.c91049a1.svg);
}

.ico-svg-flag-mlt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mlt::before, .ico-svg-flag-mlt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mlt::before, .ico-svg-flag-mt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mt::before, .ico-svg-flag-mt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mt.0c23ea35.svg);
}

.ico-svg-flag-mhl, .with-ico-svg-flag-mhl::before, .ico-svg-flag-mh, .with-ico-svg-flag-mh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mh.c0b2e372.svg);
}

.ico-svg-flag-mhl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mhl::before, .ico-svg-flag-mhl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mhl::before, .ico-svg-flag-mh.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mh::before, .ico-svg-flag-mh.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mh.7ec670b4.svg);
}

.ico-svg-flag-mtq, .with-ico-svg-flag-mtq::before, .ico-svg-flag-mq, .with-ico-svg-flag-mq::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mq.e82d6df9.svg);
}

.ico-svg-flag-mtq.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mtq::before, .ico-svg-flag-mtq.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mtq::before, .ico-svg-flag-mq.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mq::before, .ico-svg-flag-mq.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mq::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mq.09c19f65.svg);
}

.ico-svg-flag-curr-mro, .with-ico-svg-flag-curr-mro::before, .ico-svg-flag-mrt, .with-ico-svg-flag-mrt::before, .ico-svg-flag-mr, .with-ico-svg-flag-mr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mr.3642790a.svg);
}

.ico-svg-flag-curr-mro.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mro::before, .ico-svg-flag-curr-mro.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mro::before, .ico-svg-flag-mrt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mrt::before, .ico-svg-flag-mrt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mrt::before, .ico-svg-flag-mr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mr::before, .ico-svg-flag-mr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mr.7211bfd4.svg);
}

.ico-svg-flag-curr-mur, .with-ico-svg-flag-curr-mur::before, .ico-svg-flag-mus, .with-ico-svg-flag-mus::before, .ico-svg-flag-mu, .with-ico-svg-flag-mu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mu.97beced4.svg);
}

.ico-svg-flag-curr-mur.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mur::before, .ico-svg-flag-curr-mur.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mur::before, .ico-svg-flag-mus.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mus::before, .ico-svg-flag-mus.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mus::before, .ico-svg-flag-mu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mu::before, .ico-svg-flag-mu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mu.d7d71f03.svg);
}

.ico-svg-flag-myt, .with-ico-svg-flag-myt::before, .ico-svg-flag-yt, .with-ico-svg-flag-yt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/yt.5c77b047.svg);
}

.ico-svg-flag-myt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-myt::before, .ico-svg-flag-myt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-myt::before, .ico-svg-flag-yt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-yt::before, .ico-svg-flag-yt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-yt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/yt.bf9663ae.svg);
}

.ico-svg-flag-curr-mxn, .with-ico-svg-flag-curr-mxn::before, .ico-svg-flag-mex, .with-ico-svg-flag-mex::before, .ico-svg-flag-mx, .with-ico-svg-flag-mx::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mx.bc63d25b.svg);
}

.ico-svg-flag-curr-mxn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mxn::before, .ico-svg-flag-curr-mxn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mxn::before, .ico-svg-flag-mex.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mex::before, .ico-svg-flag-mex.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mex::before, .ico-svg-flag-mx.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mx::before, .ico-svg-flag-mx.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mx::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mx.05c8d697.svg);
}

.ico-svg-flag-fsm, .with-ico-svg-flag-fsm::before, .ico-svg-flag-fm, .with-ico-svg-flag-fm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/fm.3bfd96ee.svg);
}

.ico-svg-flag-fsm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-fsm::before, .ico-svg-flag-fsm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-fsm::before, .ico-svg-flag-fm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-fm::before, .ico-svg-flag-fm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-fm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/fm.1579e5b6.svg);
}

.ico-svg-flag-curr-mdl, .with-ico-svg-flag-curr-mdl::before, .ico-svg-flag-mda, .with-ico-svg-flag-mda::before, .ico-svg-flag-md, .with-ico-svg-flag-md::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/md.4d08e48e.svg);
}

.ico-svg-flag-curr-mdl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mdl::before, .ico-svg-flag-curr-mdl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mdl::before, .ico-svg-flag-mda.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mda::before, .ico-svg-flag-mda.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mda::before, .ico-svg-flag-md.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-md::before, .ico-svg-flag-md.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-md::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/md.efdfab01.svg);
}

.ico-svg-flag-mco, .with-ico-svg-flag-mco::before, .ico-svg-flag-mc, .with-ico-svg-flag-mc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mc.a2634c60.svg);
}

.ico-svg-flag-mco.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mco::before, .ico-svg-flag-mco.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mco::before, .ico-svg-flag-mc.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mc::before, .ico-svg-flag-mc.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mc.082fc155.svg);
}

.ico-svg-flag-curr-mnt, .with-ico-svg-flag-curr-mnt::before, .ico-svg-flag-mng, .with-ico-svg-flag-mng::before, .ico-svg-flag-mn, .with-ico-svg-flag-mn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mn.5e4557f7.svg);
}

.ico-svg-flag-curr-mnt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mnt::before, .ico-svg-flag-curr-mnt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mnt::before, .ico-svg-flag-mng.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mng::before, .ico-svg-flag-mng.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mng::before, .ico-svg-flag-mn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mn::before, .ico-svg-flag-mn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mn.291814d6.svg);
}

.ico-svg-flag-mne, .with-ico-svg-flag-mne::before, .ico-svg-flag-me, .with-ico-svg-flag-me::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/me.0b785614.svg);
}

.ico-svg-flag-mne.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mne::before, .ico-svg-flag-mne.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mne::before, .ico-svg-flag-me.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-me::before, .ico-svg-flag-me.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-me::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/me.4c8b84af.svg);
}

.ico-svg-flag-msr, .with-ico-svg-flag-msr::before, .ico-svg-flag-ms, .with-ico-svg-flag-ms::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ms.9474f8cf.svg);
}

.ico-svg-flag-msr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-msr::before, .ico-svg-flag-msr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-msr::before, .ico-svg-flag-ms.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ms::before, .ico-svg-flag-ms.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ms::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ms.8f7c2042.svg);
}

.ico-svg-flag-curr-mad, .with-ico-svg-flag-curr-mad::before, .ico-svg-flag-mar, .with-ico-svg-flag-mar::before, .ico-svg-flag-ma, .with-ico-svg-flag-ma::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ma.363a4f79.svg);
}

.ico-svg-flag-curr-mad.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mad::before, .ico-svg-flag-curr-mad.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mad::before, .ico-svg-flag-mar.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mar::before, .ico-svg-flag-mar.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mar::before, .ico-svg-flag-ma.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ma::before, .ico-svg-flag-ma.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ma::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ma.3b79aff1.svg);
}

.ico-svg-flag-curr-mzn, .with-ico-svg-flag-curr-mzn::before, .ico-svg-flag-moz, .with-ico-svg-flag-moz::before, .ico-svg-flag-mz, .with-ico-svg-flag-mz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mz.dac5f7ee.svg);
}

.ico-svg-flag-curr-mzn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mzn::before, .ico-svg-flag-curr-mzn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mzn::before, .ico-svg-flag-moz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-moz::before, .ico-svg-flag-moz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-moz::before, .ico-svg-flag-mz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mz::before, .ico-svg-flag-mz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mz.dcf8977e.svg);
}

.ico-svg-flag-curr-mmk, .with-ico-svg-flag-curr-mmk::before, .ico-svg-flag-mmr, .with-ico-svg-flag-mmr::before, .ico-svg-flag-mm, .with-ico-svg-flag-mm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mm.6f93c6d0.svg);
}

.ico-svg-flag-curr-mmk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-mmk::before, .ico-svg-flag-curr-mmk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-mmk::before, .ico-svg-flag-mmr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mmr::before, .ico-svg-flag-mmr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mmr::before, .ico-svg-flag-mm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mm::before, .ico-svg-flag-mm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mm.7068544f.svg);
}

.ico-svg-flag-curr-nad, .with-ico-svg-flag-curr-nad::before, .ico-svg-flag-nam, .with-ico-svg-flag-nam::before, .ico-svg-flag-na, .with-ico-svg-flag-na::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/na.e241f816.svg);
}

.ico-svg-flag-curr-nad.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-nad::before, .ico-svg-flag-curr-nad.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-nad::before, .ico-svg-flag-nam.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nam::before, .ico-svg-flag-nam.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nam::before, .ico-svg-flag-na.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-na::before, .ico-svg-flag-na.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-na::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/na.27bc2313.svg);
}

.ico-svg-flag-nru, .with-ico-svg-flag-nru::before, .ico-svg-flag-nr, .with-ico-svg-flag-nr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/nr.dcf2ea3a.svg);
}

.ico-svg-flag-nru.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nru::before, .ico-svg-flag-nru.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nru::before, .ico-svg-flag-nr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nr::before, .ico-svg-flag-nr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/nr.1f7cfffb.svg);
}

.ico-svg-flag-curr-npr, .with-ico-svg-flag-curr-npr::before, .ico-svg-flag-npl, .with-ico-svg-flag-npl::before, .ico-svg-flag-np, .with-ico-svg-flag-np::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/np.ecc31e52.svg);
}

.ico-svg-flag-curr-npr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-npr::before, .ico-svg-flag-curr-npr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-npr::before, .ico-svg-flag-npl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-npl::before, .ico-svg-flag-npl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-npl::before, .ico-svg-flag-np.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-np::before, .ico-svg-flag-np.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-np::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/np.f7885aa6.svg);
}

.ico-svg-flag-lang-dut, .with-ico-svg-flag-lang-dut::before, .ico-svg-flag-lang-nld, .with-ico-svg-flag-lang-nld::before, .ico-svg-flag-lang-nl, .with-ico-svg-flag-lang-nl::before, .ico-svg-flag-nld, .with-ico-svg-flag-nld::before, .ico-svg-flag-nl, .with-ico-svg-flag-nl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/nl.21eb77dc.svg);
}

.ico-svg-flag-lang-dut.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-dut::before, .ico-svg-flag-lang-dut.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-dut::before, .ico-svg-flag-lang-nld.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-nld::before, .ico-svg-flag-lang-nld.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-nld::before, .ico-svg-flag-lang-nl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-nl::before, .ico-svg-flag-lang-nl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-nl::before, .ico-svg-flag-nld.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nld::before, .ico-svg-flag-nld.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nld::before, .ico-svg-flag-nl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nl::before, .ico-svg-flag-nl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/nl.f9d570ec.svg);
}

.ico-svg-flag-ncl, .with-ico-svg-flag-ncl::before, .ico-svg-flag-nc, .with-ico-svg-flag-nc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/nc.5681de45.svg);
}

.ico-svg-flag-ncl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ncl::before, .ico-svg-flag-ncl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ncl::before, .ico-svg-flag-nc.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nc::before, .ico-svg-flag-nc.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/nc.046cebb8.svg);
}

.ico-svg-flag-curr-nzd, .with-ico-svg-flag-curr-nzd::before, .ico-svg-flag-nzl, .with-ico-svg-flag-nzl::before, .ico-svg-flag-nz, .with-ico-svg-flag-nz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/nz.4dedf09b.svg);
}

.ico-svg-flag-curr-nzd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-nzd::before, .ico-svg-flag-curr-nzd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-nzd::before, .ico-svg-flag-nzl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nzl::before, .ico-svg-flag-nzl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nzl::before, .ico-svg-flag-nz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nz::before, .ico-svg-flag-nz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/nz.37be84f4.svg);
}

.ico-svg-flag-curr-nio, .with-ico-svg-flag-curr-nio::before, .ico-svg-flag-nic, .with-ico-svg-flag-nic::before, .ico-svg-flag-ni, .with-ico-svg-flag-ni::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ni.d30c0377.svg);
}

.ico-svg-flag-curr-nio.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-nio::before, .ico-svg-flag-curr-nio.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-nio::before, .ico-svg-flag-nic.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nic::before, .ico-svg-flag-nic.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nic::before, .ico-svg-flag-ni.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ni::before, .ico-svg-flag-ni.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ni::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ni.52cfeebf.svg);
}

.ico-svg-flag-ner, .with-ico-svg-flag-ner::before, .ico-svg-flag-ne, .with-ico-svg-flag-ne::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ne.6fd3ccde.svg);
}

.ico-svg-flag-ner.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ner::before, .ico-svg-flag-ner.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ner::before, .ico-svg-flag-ne.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ne::before, .ico-svg-flag-ne.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ne::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ne.64f5ff14.svg);
}

.ico-svg-flag-curr-ngn, .with-ico-svg-flag-curr-ngn::before, .ico-svg-flag-nga, .with-ico-svg-flag-nga::before, .ico-svg-flag-ng, .with-ico-svg-flag-ng::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ng.b69ed1e5.svg);
}

.ico-svg-flag-curr-ngn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-ngn::before, .ico-svg-flag-curr-ngn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-ngn::before, .ico-svg-flag-nga.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nga::before, .ico-svg-flag-nga.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nga::before, .ico-svg-flag-ng.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ng::before, .ico-svg-flag-ng.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ng::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ng.caaf4120.svg);
}

.ico-svg-flag-niu, .with-ico-svg-flag-niu::before, .ico-svg-flag-nu, .with-ico-svg-flag-nu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/nu.770e6779.svg);
}

.ico-svg-flag-niu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-niu::before, .ico-svg-flag-niu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-niu::before, .ico-svg-flag-nu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nu::before, .ico-svg-flag-nu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/nu.9deebec5.svg);
}

.ico-svg-flag-nfk, .with-ico-svg-flag-nfk::before, .ico-svg-flag-nf, .with-ico-svg-flag-nf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/nf.7a4f3d1b.svg);
}

.ico-svg-flag-nfk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nfk::before, .ico-svg-flag-nfk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nfk::before, .ico-svg-flag-nf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nf::before, .ico-svg-flag-nf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/nf.7c3216dc.svg);
}

.ico-svg-flag-mnp, .with-ico-svg-flag-mnp::before, .ico-svg-flag-mp, .with-ico-svg-flag-mp::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mp.394b0c91.svg);
}

.ico-svg-flag-mnp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mnp::before, .ico-svg-flag-mnp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mnp::before, .ico-svg-flag-mp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mp::before, .ico-svg-flag-mp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mp::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mp.b0a5ed44.svg);
}

.ico-svg-flag-curr-nok, .with-ico-svg-flag-curr-nok::before, .ico-svg-flag-lang-nor, .with-ico-svg-flag-lang-nor::before, .ico-svg-flag-lang-no, .with-ico-svg-flag-lang-no::before, .ico-svg-flag-nor, .with-ico-svg-flag-nor::before, .ico-svg-flag-no, .with-ico-svg-flag-no::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/no.6df96bb2.svg);
}

.ico-svg-flag-curr-nok.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-nok::before, .ico-svg-flag-curr-nok.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-nok::before, .ico-svg-flag-lang-nor.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-nor::before, .ico-svg-flag-lang-nor.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-nor::before, .ico-svg-flag-lang-no.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-no::before, .ico-svg-flag-lang-no.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-no::before, .ico-svg-flag-nor.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-nor::before, .ico-svg-flag-nor.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-nor::before, .ico-svg-flag-no.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-no::before, .ico-svg-flag-no.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-no::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/no.266dbd6f.svg);
}

.ico-svg-flag-curr-omr, .with-ico-svg-flag-curr-omr::before, .ico-svg-flag-omn, .with-ico-svg-flag-omn::before, .ico-svg-flag-om, .with-ico-svg-flag-om::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/om.716feea5.svg);
}

.ico-svg-flag-curr-omr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-omr::before, .ico-svg-flag-curr-omr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-omr::before, .ico-svg-flag-omn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-omn::before, .ico-svg-flag-omn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-omn::before, .ico-svg-flag-om.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-om::before, .ico-svg-flag-om.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-om::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/om.09e65f88.svg);
}

.ico-svg-flag-curr-pkr, .with-ico-svg-flag-curr-pkr::before, .ico-svg-flag-pak, .with-ico-svg-flag-pak::before, .ico-svg-flag-pk, .with-ico-svg-flag-pk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/pk.8f9276eb.svg);
}

.ico-svg-flag-curr-pkr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-pkr::before, .ico-svg-flag-curr-pkr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-pkr::before, .ico-svg-flag-pak.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pak::before, .ico-svg-flag-pak.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pak::before, .ico-svg-flag-pk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pk::before, .ico-svg-flag-pk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/pk.0e17f31b.svg);
}

.ico-svg-flag-plw, .with-ico-svg-flag-plw::before, .ico-svg-flag-pw, .with-ico-svg-flag-pw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/pw.5f3d8d8e.svg);
}

.ico-svg-flag-plw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-plw::before, .ico-svg-flag-plw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-plw::before, .ico-svg-flag-pw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pw::before, .ico-svg-flag-pw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/pw.666cd05f.svg);
}

.ico-svg-flag-pse, .with-ico-svg-flag-pse::before, .ico-svg-flag-ps, .with-ico-svg-flag-ps::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ps.77489c5e.svg);
}

.ico-svg-flag-pse.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pse::before, .ico-svg-flag-pse.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pse::before, .ico-svg-flag-ps.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ps::before, .ico-svg-flag-ps.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ps::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ps.451101ef.svg);
}

.ico-svg-flag-curr-pab, .with-ico-svg-flag-curr-pab::before, .ico-svg-flag-pan, .with-ico-svg-flag-pan::before, .ico-svg-flag-pa, .with-ico-svg-flag-pa::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/pa.8788ab50.svg);
}

.ico-svg-flag-curr-pab.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-pab::before, .ico-svg-flag-curr-pab.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-pab::before, .ico-svg-flag-pan.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pan::before, .ico-svg-flag-pan.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pan::before, .ico-svg-flag-pa.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pa::before, .ico-svg-flag-pa.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pa::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/pa.69b3b905.svg);
}

.ico-svg-flag-curr-pgk, .with-ico-svg-flag-curr-pgk::before, .ico-svg-flag-png, .with-ico-svg-flag-png::before, .ico-svg-flag-pg, .with-ico-svg-flag-pg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/pg.dcb8c4ab.svg);
}

.ico-svg-flag-curr-pgk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-pgk::before, .ico-svg-flag-curr-pgk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-pgk::before, .ico-svg-flag-png.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-png::before, .ico-svg-flag-png.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-png::before, .ico-svg-flag-pg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pg::before, .ico-svg-flag-pg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/pg.9ebf0bb3.svg);
}

.ico-svg-flag-curr-pyg, .with-ico-svg-flag-curr-pyg::before, .ico-svg-flag-pry, .with-ico-svg-flag-pry::before, .ico-svg-flag-py, .with-ico-svg-flag-py::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/py.51b0bef3.svg);
}

.ico-svg-flag-curr-pyg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-pyg::before, .ico-svg-flag-curr-pyg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-pyg::before, .ico-svg-flag-pry.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pry::before, .ico-svg-flag-pry.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pry::before, .ico-svg-flag-py.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-py::before, .ico-svg-flag-py.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-py::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/py.b19bb0ae.svg);
}

.ico-svg-flag-curr-pen, .with-ico-svg-flag-curr-pen::before, .ico-svg-flag-per, .with-ico-svg-flag-per::before, .ico-svg-flag-pe, .with-ico-svg-flag-pe::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/pe.9e2ec84a.svg);
}

.ico-svg-flag-curr-pen.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-pen::before, .ico-svg-flag-curr-pen.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-pen::before, .ico-svg-flag-per.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-per::before, .ico-svg-flag-per.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-per::before, .ico-svg-flag-pe.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pe::before, .ico-svg-flag-pe.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pe::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/pe.83c26459.svg);
}

.ico-svg-flag-curr-php, .with-ico-svg-flag-curr-php::before, .ico-svg-flag-phl, .with-ico-svg-flag-phl::before, .ico-svg-flag-ph, .with-ico-svg-flag-ph::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ph.596b9b66.svg);
}

.ico-svg-flag-curr-php.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-php::before, .ico-svg-flag-curr-php.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-php::before, .ico-svg-flag-phl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-phl::before, .ico-svg-flag-phl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-phl::before, .ico-svg-flag-ph.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ph::before, .ico-svg-flag-ph.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ph::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ph.374bb0d6.svg);
}

.ico-svg-flag-pcn, .with-ico-svg-flag-pcn::before, .ico-svg-flag-pn, .with-ico-svg-flag-pn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/pn.0911edda.svg);
}

.ico-svg-flag-pcn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pcn::before, .ico-svg-flag-pcn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pcn::before, .ico-svg-flag-pn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pn::before, .ico-svg-flag-pn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/pn.ab7259a9.svg);
}

.ico-svg-flag-curr-pln, .with-ico-svg-flag-curr-pln::before, .ico-svg-flag-lang-pol, .with-ico-svg-flag-lang-pol::before, .ico-svg-flag-lang-pl, .with-ico-svg-flag-lang-pl::before, .ico-svg-flag-pol, .with-ico-svg-flag-pol::before, .ico-svg-flag-pl, .with-ico-svg-flag-pl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/pl.7ea4b5b2.svg);
}

.ico-svg-flag-curr-pln.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-pln::before, .ico-svg-flag-curr-pln.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-pln::before, .ico-svg-flag-lang-pol.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-pol::before, .ico-svg-flag-lang-pol.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-pol::before, .ico-svg-flag-lang-pl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-pl::before, .ico-svg-flag-lang-pl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-pl::before, .ico-svg-flag-pol.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pol::before, .ico-svg-flag-pol.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pol::before, .ico-svg-flag-pl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pl::before, .ico-svg-flag-pl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/pl.9400273d.svg);
}

.ico-svg-flag-lang-por, .with-ico-svg-flag-lang-por::before, .ico-svg-flag-lang-pt, .with-ico-svg-flag-lang-pt::before, .ico-svg-flag-prt, .with-ico-svg-flag-prt::before, .ico-svg-flag-pt, .with-ico-svg-flag-pt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/pt.b89a5b80.svg);
}

.ico-svg-flag-lang-por.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-por::before, .ico-svg-flag-lang-por.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-por::before, .ico-svg-flag-lang-pt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-pt::before, .ico-svg-flag-lang-pt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-pt::before, .ico-svg-flag-prt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-prt::before, .ico-svg-flag-prt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-prt::before, .ico-svg-flag-pt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pt::before, .ico-svg-flag-pt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/pt.5697f297.svg);
}

.ico-svg-flag-pri, .with-ico-svg-flag-pri::before, .ico-svg-flag-pr, .with-ico-svg-flag-pr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/pr.7845ecd7.svg);
}

.ico-svg-flag-pri.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pri::before, .ico-svg-flag-pri.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pri::before, .ico-svg-flag-pr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pr::before, .ico-svg-flag-pr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/pr.836bcb81.svg);
}

.ico-svg-flag-curr-qar, .with-ico-svg-flag-curr-qar::before, .ico-svg-flag-qat, .with-ico-svg-flag-qat::before, .ico-svg-flag-qa, .with-ico-svg-flag-qa::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/qa.90240e60.svg);
}

.ico-svg-flag-curr-qar.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-qar::before, .ico-svg-flag-curr-qar.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-qar::before, .ico-svg-flag-qat.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-qat::before, .ico-svg-flag-qat.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-qat::before, .ico-svg-flag-qa.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-qa::before, .ico-svg-flag-qa.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-qa::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/qa.c08921ec.svg);
}

.ico-svg-flag-curr-ron, .with-ico-svg-flag-curr-ron::before, .ico-svg-flag-lang-rum, .with-ico-svg-flag-lang-rum::before, .ico-svg-flag-lang-ron, .with-ico-svg-flag-lang-ron::before, .ico-svg-flag-lang-ro, .with-ico-svg-flag-lang-ro::before, .ico-svg-flag-rom, .with-ico-svg-flag-rom::before, .ico-svg-flag-ro, .with-ico-svg-flag-ro::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ro.ea966c3d.svg);
}

.ico-svg-flag-curr-ron.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-ron::before, .ico-svg-flag-curr-ron.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-ron::before, .ico-svg-flag-lang-rum.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-rum::before, .ico-svg-flag-lang-rum.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-rum::before, .ico-svg-flag-lang-ron.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-ron::before, .ico-svg-flag-lang-ron.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-ron::before, .ico-svg-flag-lang-ro.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-ro::before, .ico-svg-flag-lang-ro.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-ro::before, .ico-svg-flag-rom.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-rom::before, .ico-svg-flag-rom.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-rom::before, .ico-svg-flag-ro.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ro::before, .ico-svg-flag-ro.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ro::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ro.51182fc9.svg);
}

.ico-svg-flag-curr-rub, .with-ico-svg-flag-curr-rub::before, .ico-svg-flag-rus, .with-ico-svg-flag-rus::before, .ico-svg-flag-ru, .with-ico-svg-flag-ru::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ru.f1c2ba49.svg);
}

.ico-svg-flag-curr-rub.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-rub::before, .ico-svg-flag-curr-rub.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-rub::before, .ico-svg-flag-rus.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-rus::before, .ico-svg-flag-rus.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-rus::before, .ico-svg-flag-ru.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ru::before, .ico-svg-flag-ru.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ru::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ru.f7600362.svg);
}

.ico-svg-flag-curr-rwf, .with-ico-svg-flag-curr-rwf::before, .ico-svg-flag-rwa, .with-ico-svg-flag-rwa::before, .ico-svg-flag-rw, .with-ico-svg-flag-rw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/rw.26854553.svg);
}

.ico-svg-flag-curr-rwf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-rwf::before, .ico-svg-flag-curr-rwf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-rwf::before, .ico-svg-flag-rwa.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-rwa::before, .ico-svg-flag-rwa.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-rwa::before, .ico-svg-flag-rw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-rw::before, .ico-svg-flag-rw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-rw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/rw.02a8a07e.svg);
}

.ico-svg-flag-reu, .with-ico-svg-flag-reu::before, .ico-svg-flag-re, .with-ico-svg-flag-re::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/re.f05b5f16.svg);
}

.ico-svg-flag-reu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-reu::before, .ico-svg-flag-reu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-reu::before, .ico-svg-flag-re.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-re::before, .ico-svg-flag-re.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-re::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/re.7e8577e9.svg);
}

.ico-svg-flag-blm, .with-ico-svg-flag-blm::before, .ico-svg-flag-bl, .with-ico-svg-flag-bl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/bl.6a6bc7f1.svg);
}

.ico-svg-flag-blm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-blm::before, .ico-svg-flag-blm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-blm::before, .ico-svg-flag-bl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-bl::before, .ico-svg-flag-bl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-bl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/bl.669bbb82.svg);
}

.ico-svg-flag-curr-shp, .with-ico-svg-flag-curr-shp::before, .ico-svg-flag-shn, .with-ico-svg-flag-shn::before, .ico-svg-flag-sh, .with-ico-svg-flag-sh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sh.c5ab8c6e.svg);
}

.ico-svg-flag-curr-shp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-shp::before, .ico-svg-flag-curr-shp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-shp::before, .ico-svg-flag-shn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-shn::before, .ico-svg-flag-shn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-shn::before, .ico-svg-flag-sh.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sh::before, .ico-svg-flag-sh.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sh.acd7b6ef.svg);
}

.ico-svg-flag-kna, .with-ico-svg-flag-kna::before, .ico-svg-flag-kn, .with-ico-svg-flag-kn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/kn.a4e974e8.svg);
}

.ico-svg-flag-kna.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kna::before, .ico-svg-flag-kna.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kna::before, .ico-svg-flag-kn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-kn::before, .ico-svg-flag-kn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-kn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/kn.091a5508.svg);
}

.ico-svg-flag-lca, .with-ico-svg-flag-lca::before, .ico-svg-flag-lc, .with-ico-svg-flag-lc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/lc.c6488de9.svg);
}

.ico-svg-flag-lca.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lca::before, .ico-svg-flag-lca.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lca::before, .ico-svg-flag-lc.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lc::before, .ico-svg-flag-lc.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/lc.0d361ba5.svg);
}

.ico-svg-flag-maf, .with-ico-svg-flag-maf::before, .ico-svg-flag-mf, .with-ico-svg-flag-mf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/mf.2d96a80b.svg);
}

.ico-svg-flag-maf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-maf::before, .ico-svg-flag-maf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-maf::before, .ico-svg-flag-mf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-mf::before, .ico-svg-flag-mf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-mf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/mf.c02a78fb.svg);
}

.ico-svg-flag-spm, .with-ico-svg-flag-spm::before, .ico-svg-flag-pm, .with-ico-svg-flag-pm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/pm.c5a64f87.svg);
}

.ico-svg-flag-spm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-spm::before, .ico-svg-flag-spm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-spm::before, .ico-svg-flag-pm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-pm::before, .ico-svg-flag-pm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-pm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/pm.7582c30f.svg);
}

.ico-svg-flag-vct, .with-ico-svg-flag-vct::before, .ico-svg-flag-vc, .with-ico-svg-flag-vc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/vc.e1903424.svg);
}

.ico-svg-flag-vct.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-vct::before, .ico-svg-flag-vct.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-vct::before, .ico-svg-flag-vc.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-vc::before, .ico-svg-flag-vc.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-vc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/vc.26140175.svg);
}

.ico-svg-flag-curr-wst, .with-ico-svg-flag-curr-wst::before, .ico-svg-flag-wsm, .with-ico-svg-flag-wsm::before, .ico-svg-flag-ws, .with-ico-svg-flag-ws::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ws.a6817aa9.svg);
}

.ico-svg-flag-curr-wst.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-wst::before, .ico-svg-flag-curr-wst.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-wst::before, .ico-svg-flag-wsm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-wsm::before, .ico-svg-flag-wsm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-wsm::before, .ico-svg-flag-ws.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ws::before, .ico-svg-flag-ws.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ws::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ws.81cbff3d.svg);
}

.ico-svg-flag-smr, .with-ico-svg-flag-smr::before, .ico-svg-flag-sm, .with-ico-svg-flag-sm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sm.7e23c952.svg);
}

.ico-svg-flag-smr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-smr::before, .ico-svg-flag-smr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-smr::before, .ico-svg-flag-sm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sm::before, .ico-svg-flag-sm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sm.b57f6605.svg);
}

.ico-svg-flag-curr-std, .with-ico-svg-flag-curr-std::before, .ico-svg-flag-stp, .with-ico-svg-flag-stp::before, .ico-svg-flag-st, .with-ico-svg-flag-st::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/st.72697a87.svg);
}

.ico-svg-flag-curr-std.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-std::before, .ico-svg-flag-curr-std.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-std::before, .ico-svg-flag-stp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-stp::before, .ico-svg-flag-stp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-stp::before, .ico-svg-flag-st.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-st::before, .ico-svg-flag-st.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-st::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/st.342a4d3c.svg);
}

.ico-svg-flag-curr-sar, .with-ico-svg-flag-curr-sar::before, .ico-svg-flag-sau, .with-ico-svg-flag-sau::before, .ico-svg-flag-sa, .with-ico-svg-flag-sa::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sa.b9a34657.svg);
}

.ico-svg-flag-curr-sar.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-sar::before, .ico-svg-flag-curr-sar.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-sar::before, .ico-svg-flag-sau.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sau::before, .ico-svg-flag-sau.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sau::before, .ico-svg-flag-sa.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sa::before, .ico-svg-flag-sa.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sa::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sa.dbdc272c.svg);
}

.ico-svg-flag-sen, .with-ico-svg-flag-sen::before, .ico-svg-flag-sn, .with-ico-svg-flag-sn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sn.1ce79520.svg);
}

.ico-svg-flag-sen.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sen::before, .ico-svg-flag-sen.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sen::before, .ico-svg-flag-sn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sn::before, .ico-svg-flag-sn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sn.a03bc309.svg);
}

.ico-svg-flag-curr-rsd, .with-ico-svg-flag-curr-rsd::before, .ico-svg-flag-srb, .with-ico-svg-flag-srb::before, .ico-svg-flag-rs, .with-ico-svg-flag-rs::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/rs.51e6180c.svg);
}

.ico-svg-flag-curr-rsd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-rsd::before, .ico-svg-flag-curr-rsd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-rsd::before, .ico-svg-flag-srb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-srb::before, .ico-svg-flag-srb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-srb::before, .ico-svg-flag-rs.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-rs::before, .ico-svg-flag-rs.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-rs::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/rs.3b67d7be.svg);
}

.ico-svg-flag-curr-scr, .with-ico-svg-flag-curr-scr::before, .ico-svg-flag-syc, .with-ico-svg-flag-syc::before, .ico-svg-flag-sc, .with-ico-svg-flag-sc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sc.9ba01346.svg);
}

.ico-svg-flag-curr-scr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-scr::before, .ico-svg-flag-curr-scr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-scr::before, .ico-svg-flag-syc.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-syc::before, .ico-svg-flag-syc.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-syc::before, .ico-svg-flag-sc.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sc::before, .ico-svg-flag-sc.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sc.8357ba15.svg);
}

.ico-svg-flag-curr-sll, .with-ico-svg-flag-curr-sll::before, .ico-svg-flag-sle, .with-ico-svg-flag-sle::before, .ico-svg-flag-sl, .with-ico-svg-flag-sl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sl.4fd17d63.svg);
}

.ico-svg-flag-curr-sll.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-sll::before, .ico-svg-flag-curr-sll.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-sll::before, .ico-svg-flag-sle.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sle::before, .ico-svg-flag-sle.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sle::before, .ico-svg-flag-sl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sl::before, .ico-svg-flag-sl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sl.f1772cd4.svg);
}

.ico-svg-flag-curr-sgd, .with-ico-svg-flag-curr-sgd::before, .ico-svg-flag-sgp, .with-ico-svg-flag-sgp::before, .ico-svg-flag-sg, .with-ico-svg-flag-sg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sg.e6a27ad3.svg);
}

.ico-svg-flag-curr-sgd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-sgd::before, .ico-svg-flag-curr-sgd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-sgd::before, .ico-svg-flag-sgp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sgp::before, .ico-svg-flag-sgp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sgp::before, .ico-svg-flag-sg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sg::before, .ico-svg-flag-sg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sg.9751741f.svg);
}

.ico-svg-flag-sxm, .with-ico-svg-flag-sxm::before, .ico-svg-flag-sx, .with-ico-svg-flag-sx::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sx.aafb13f6.svg);
}

.ico-svg-flag-sxm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sxm::before, .ico-svg-flag-sxm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sxm::before, .ico-svg-flag-sx.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sx::before, .ico-svg-flag-sx.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sx::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sx.ce647f25.svg);
}

.ico-svg-flag-lang-svk, .with-ico-svg-flag-lang-svk::before, .ico-svg-flag-lang-sk, .with-ico-svg-flag-lang-sk::before, .ico-svg-flag-svk, .with-ico-svg-flag-svk::before, .ico-svg-flag-sk, .with-ico-svg-flag-sk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sk.be58e557.svg);
}

.ico-svg-flag-lang-svk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-svk::before, .ico-svg-flag-lang-svk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-svk::before, .ico-svg-flag-lang-sk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-sk::before, .ico-svg-flag-lang-sk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-sk::before, .ico-svg-flag-svk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-svk::before, .ico-svg-flag-svk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-svk::before, .ico-svg-flag-sk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sk::before, .ico-svg-flag-sk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sk.56398576.svg);
}

.ico-svg-flag-lang-sl, .with-ico-svg-flag-lang-sl::before, .ico-svg-flag-svn, .with-ico-svg-flag-svn::before, .ico-svg-flag-sl, .with-ico-svg-flag-sl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/si.7f576d87.svg);
}

.ico-svg-flag-lang-sl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-sl::before, .ico-svg-flag-lang-sl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-sl::before, .ico-svg-flag-svn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-svn::before, .ico-svg-flag-svn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-svn::before, .ico-svg-flag-sl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sl::before, .ico-svg-flag-sl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/si.d38938fc.svg);
}

.ico-svg-flag-curr-sbd, .with-ico-svg-flag-curr-sbd::before, .ico-svg-flag-slb, .with-ico-svg-flag-slb::before, .ico-svg-flag-sb, .with-ico-svg-flag-sb::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sb.2c405bb6.svg);
}

.ico-svg-flag-curr-sbd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-sbd::before, .ico-svg-flag-curr-sbd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-sbd::before, .ico-svg-flag-slb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-slb::before, .ico-svg-flag-slb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-slb::before, .ico-svg-flag-sb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sb::before, .ico-svg-flag-sb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sb::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sb.00988e02.svg);
}

.ico-svg-flag-curr-sos, .with-ico-svg-flag-curr-sos::before, .ico-svg-flag-som, .with-ico-svg-flag-som::before, .ico-svg-flag-so, .with-ico-svg-flag-so::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/so.d1a7d3e1.svg);
}

.ico-svg-flag-curr-sos.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-sos::before, .ico-svg-flag-curr-sos.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-sos::before, .ico-svg-flag-som.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-som::before, .ico-svg-flag-som.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-som::before, .ico-svg-flag-so.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-so::before, .ico-svg-flag-so.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-so::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/so.34b037a7.svg);
}

.ico-svg-flag-curr-zar, .with-ico-svg-flag-curr-zar::before, .ico-svg-flag-zaf, .with-ico-svg-flag-zaf::before, .ico-svg-flag-za, .with-ico-svg-flag-za::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/za.83099da2.svg);
}

.ico-svg-flag-curr-zar.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-zar::before, .ico-svg-flag-curr-zar.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-zar::before, .ico-svg-flag-zaf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-zaf::before, .ico-svg-flag-zaf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-zaf::before, .ico-svg-flag-za.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-za::before, .ico-svg-flag-za.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-za::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/za.3c71a2a2.svg);
}

.ico-svg-flag-sgs, .with-ico-svg-flag-sgs::before, .ico-svg-flag-gs, .with-ico-svg-flag-gs::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gs.c19adcdd.svg);
}

.ico-svg-flag-sgs.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sgs::before, .ico-svg-flag-sgs.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sgs::before, .ico-svg-flag-gs.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gs::before, .ico-svg-flag-gs.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gs::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gs.a96857cd.svg);
}

.ico-svg-flag-ssd, .with-ico-svg-flag-ssd::before, .ico-svg-flag-ss, .with-ico-svg-flag-ss::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ss.e4bf9bb4.svg);
}

.ico-svg-flag-ssd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ssd::before, .ico-svg-flag-ssd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ssd::before, .ico-svg-flag-ss.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ss::before, .ico-svg-flag-ss.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ss::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ss.2ad5a2bb.svg);
}

.ico-svg-flag-lang-spa, .with-ico-svg-flag-lang-spa::before, .ico-svg-flag-lang-es, .with-ico-svg-flag-lang-es::before, .ico-svg-flag-esp, .with-ico-svg-flag-esp::before, .ico-svg-flag-es, .with-ico-svg-flag-es::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/es.1a25a96e.svg);
}

.ico-svg-flag-lang-spa.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-spa::before, .ico-svg-flag-lang-spa.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-spa::before, .ico-svg-flag-lang-es.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-es::before, .ico-svg-flag-lang-es.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-es::before, .ico-svg-flag-esp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-esp::before, .ico-svg-flag-esp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-esp::before, .ico-svg-flag-es.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-es::before, .ico-svg-flag-es.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-es::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/es.b3825b28.svg);
}

.ico-svg-flag-curr-lkr, .with-ico-svg-flag-curr-lkr::before, .ico-svg-flag-lka, .with-ico-svg-flag-lka::before, .ico-svg-flag-lk, .with-ico-svg-flag-lk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/lk.593078c9.svg);
}

.ico-svg-flag-curr-lkr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-lkr::before, .ico-svg-flag-curr-lkr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-lkr::before, .ico-svg-flag-lka.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lka::before, .ico-svg-flag-lka.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lka::before, .ico-svg-flag-lk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lk::before, .ico-svg-flag-lk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/lk.93412c6f.svg);
}

.ico-svg-flag-sdn, .with-ico-svg-flag-sdn::before, .ico-svg-flag-sd, .with-ico-svg-flag-sd::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sd.090d0e10.svg);
}

.ico-svg-flag-sdn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sdn::before, .ico-svg-flag-sdn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sdn::before, .ico-svg-flag-sd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sd::before, .ico-svg-flag-sd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sd::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sd.cb3da007.svg);
}

.ico-svg-flag-curr-srd, .with-ico-svg-flag-curr-srd::before, .ico-svg-flag-sur, .with-ico-svg-flag-sur::before, .ico-svg-flag-sr, .with-ico-svg-flag-sr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sr.69050490.svg);
}

.ico-svg-flag-curr-srd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-srd::before, .ico-svg-flag-curr-srd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-srd::before, .ico-svg-flag-sur.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sur::before, .ico-svg-flag-sur.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sur::before, .ico-svg-flag-sr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sr::before, .ico-svg-flag-sr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sr.4ee19081.svg);
}

.ico-svg-flag-sjm, .with-ico-svg-flag-sjm::before, .ico-svg-flag-sj, .with-ico-svg-flag-sj::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sj.4952c9a6.svg);
}

.ico-svg-flag-sjm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sjm::before, .ico-svg-flag-sjm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sjm::before, .ico-svg-flag-sj.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sj::before, .ico-svg-flag-sj.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sj::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sj.bf11a759.svg);
}

.ico-svg-flag-curr-szl, .with-ico-svg-flag-curr-szl::before, .ico-svg-flag-swz, .with-ico-svg-flag-swz::before, .ico-svg-flag-sz, .with-ico-svg-flag-sz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sz.d62f5eab.svg);
}

.ico-svg-flag-curr-szl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-szl::before, .ico-svg-flag-curr-szl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-szl::before, .ico-svg-flag-swz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-swz::before, .ico-svg-flag-swz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-swz::before, .ico-svg-flag-sz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sz::before, .ico-svg-flag-sz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sz.5d494168.svg);
}

.ico-svg-flag-curr-sek, .with-ico-svg-flag-curr-sek::before, .ico-svg-flag-lang-swe, .with-ico-svg-flag-lang-swe::before, .ico-svg-flag-lang-sv, .with-ico-svg-flag-lang-sv::before, .ico-svg-flag-swe, .with-ico-svg-flag-swe::before, .ico-svg-flag-se, .with-ico-svg-flag-se::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/se.22333e71.svg);
}

.ico-svg-flag-curr-sek.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-sek::before, .ico-svg-flag-curr-sek.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-sek::before, .ico-svg-flag-lang-swe.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-swe::before, .ico-svg-flag-lang-swe.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-swe::before, .ico-svg-flag-lang-sv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-sv::before, .ico-svg-flag-lang-sv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-sv::before, .ico-svg-flag-swe.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-swe::before, .ico-svg-flag-swe.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-swe::before, .ico-svg-flag-se.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-se::before, .ico-svg-flag-se.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-se::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/se.4984ae47.svg);
}

.ico-svg-flag-curr-chf, .with-ico-svg-flag-curr-chf::before, .ico-svg-flag-che, .with-ico-svg-flag-che::before, .ico-svg-flag-ch, .with-ico-svg-flag-ch::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ch.7a52ef5e.svg);
}

.ico-svg-flag-curr-chf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-chf::before, .ico-svg-flag-curr-chf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-chf::before, .ico-svg-flag-che.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-che::before, .ico-svg-flag-che.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-che::before, .ico-svg-flag-ch.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ch::before, .ico-svg-flag-ch.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ch::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ch.1113c7e9.svg);
}

.ico-svg-flag-syr, .with-ico-svg-flag-syr::before, .ico-svg-flag-sy, .with-ico-svg-flag-sy::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/sy.6529aa17.svg);
}

.ico-svg-flag-syr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-syr::before, .ico-svg-flag-syr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-syr::before, .ico-svg-flag-sy.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-sy::before, .ico-svg-flag-sy.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-sy::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/sy.9d13beb5.svg);
}

.ico-svg-flag-curr-twd, .with-ico-svg-flag-curr-twd::before, .ico-svg-flag-twn, .with-ico-svg-flag-twn::before, .ico-svg-flag-tw, .with-ico-svg-flag-tw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tw.83324ef7.svg);
}

.ico-svg-flag-curr-twd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-twd::before, .ico-svg-flag-curr-twd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-twd::before, .ico-svg-flag-twn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-twn::before, .ico-svg-flag-twn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-twn::before, .ico-svg-flag-tw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tw::before, .ico-svg-flag-tw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tw.a72a85cb.svg);
}

.ico-svg-flag-curr-tjs, .with-ico-svg-flag-curr-tjs::before, .ico-svg-flag-tjk, .with-ico-svg-flag-tjk::before, .ico-svg-flag-tj, .with-ico-svg-flag-tj::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tj.b32f7c01.svg);
}

.ico-svg-flag-curr-tjs.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-tjs::before, .ico-svg-flag-curr-tjs.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-tjs::before, .ico-svg-flag-tjk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tjk::before, .ico-svg-flag-tjk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tjk::before, .ico-svg-flag-tj.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tj::before, .ico-svg-flag-tj.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tj::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tj.e97716ca.svg);
}

.ico-svg-flag-curr-tzs, .with-ico-svg-flag-curr-tzs::before, .ico-svg-flag-tza, .with-ico-svg-flag-tza::before, .ico-svg-flag-tz, .with-ico-svg-flag-tz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tz.2218434d.svg);
}

.ico-svg-flag-curr-tzs.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-tzs::before, .ico-svg-flag-curr-tzs.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-tzs::before, .ico-svg-flag-tza.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tza::before, .ico-svg-flag-tza.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tza::before, .ico-svg-flag-tz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tz::before, .ico-svg-flag-tz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tz.20af2614.svg);
}

.ico-svg-flag-curr-thb, .with-ico-svg-flag-curr-thb::before, .ico-svg-flag-tha, .with-ico-svg-flag-tha::before, .ico-svg-flag-th, .with-ico-svg-flag-th::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/th.b6ade2be.svg);
}

.ico-svg-flag-curr-thb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-thb::before, .ico-svg-flag-curr-thb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-thb::before, .ico-svg-flag-tha.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tha::before, .ico-svg-flag-tha.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tha::before, .ico-svg-flag-th.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-th::before, .ico-svg-flag-th.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-th::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/th.2ca3db46.svg);
}

.ico-svg-flag-tls, .with-ico-svg-flag-tls::before, .ico-svg-flag-tl, .with-ico-svg-flag-tl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tl.503b7926.svg);
}

.ico-svg-flag-tls.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tls::before, .ico-svg-flag-tls.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tls::before, .ico-svg-flag-tl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tl::before, .ico-svg-flag-tl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tl::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tl.c7a146dc.svg);
}

.ico-svg-flag-tgo, .with-ico-svg-flag-tgo::before, .ico-svg-flag-tg, .with-ico-svg-flag-tg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tg.f97c4ebe.svg);
}

.ico-svg-flag-tgo.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tgo::before, .ico-svg-flag-tgo.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tgo::before, .ico-svg-flag-tg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tg::before, .ico-svg-flag-tg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tg.4abbb528.svg);
}

.ico-svg-flag-tkl, .with-ico-svg-flag-tkl::before, .ico-svg-flag-tk, .with-ico-svg-flag-tk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tk.54b9e3f9.svg);
}

.ico-svg-flag-tkl.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tkl::before, .ico-svg-flag-tkl.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tkl::before, .ico-svg-flag-tk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tk::before, .ico-svg-flag-tk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tk::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tk.e3d850fb.svg);
}

.ico-svg-flag-curr-top, .with-ico-svg-flag-curr-top::before, .ico-svg-flag-ton, .with-ico-svg-flag-ton::before, .ico-svg-flag-to, .with-ico-svg-flag-to::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/to.65dda6ec.svg);
}

.ico-svg-flag-curr-top.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-top::before, .ico-svg-flag-curr-top.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-top::before, .ico-svg-flag-ton.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ton::before, .ico-svg-flag-ton.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ton::before, .ico-svg-flag-to.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-to::before, .ico-svg-flag-to.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-to::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/to.aaa24511.svg);
}

.ico-svg-flag-curr-ttd, .with-ico-svg-flag-curr-ttd::before, .ico-svg-flag-tto, .with-ico-svg-flag-tto::before, .ico-svg-flag-tt, .with-ico-svg-flag-tt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tt.b9a6939e.svg);
}

.ico-svg-flag-curr-ttd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-ttd::before, .ico-svg-flag-curr-ttd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-ttd::before, .ico-svg-flag-tto.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tto::before, .ico-svg-flag-tto.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tto::before, .ico-svg-flag-tt.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tt::before, .ico-svg-flag-tt.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tt::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tt.4252a958.svg);
}

.ico-svg-flag-curr-tnd, .with-ico-svg-flag-curr-tnd::before, .ico-svg-flag-tun, .with-ico-svg-flag-tun::before, .ico-svg-flag-tn, .with-ico-svg-flag-tn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tn.6cd8c9a4.svg);
}

.ico-svg-flag-curr-tnd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-tnd::before, .ico-svg-flag-curr-tnd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-tnd::before, .ico-svg-flag-tun.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tun::before, .ico-svg-flag-tun.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tun::before, .ico-svg-flag-tn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tn::before, .ico-svg-flag-tn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tn.8b09464a.svg);
}

.ico-svg-flag-curr-try, .with-ico-svg-flag-curr-try::before, .ico-svg-flag-tur, .with-ico-svg-flag-tur::before, .ico-svg-flag-tr, .with-ico-svg-flag-tr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tr.2880fc8e.svg);
}

.ico-svg-flag-curr-try.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-try::before, .ico-svg-flag-curr-try.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-try::before, .ico-svg-flag-tur.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tur::before, .ico-svg-flag-tur.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tur::before, .ico-svg-flag-tr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tr::before, .ico-svg-flag-tr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tr::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tr.c3d773f3.svg);
}

.ico-svg-flag-tkm, .with-ico-svg-flag-tkm::before, .ico-svg-flag-tm, .with-ico-svg-flag-tm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tm.6de6696b.svg);
}

.ico-svg-flag-tkm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tkm::before, .ico-svg-flag-tkm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tkm::before, .ico-svg-flag-tm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tm::before, .ico-svg-flag-tm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tm.44298648.svg);
}

.ico-svg-flag-tca, .with-ico-svg-flag-tca::before, .ico-svg-flag-tc, .with-ico-svg-flag-tc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tc.f4f86583.svg);
}

.ico-svg-flag-tca.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tca::before, .ico-svg-flag-tca.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tca::before, .ico-svg-flag-tc.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tc::before, .ico-svg-flag-tc.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tc::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tc.0d16f864.svg);
}

.ico-svg-flag-tuv, .with-ico-svg-flag-tuv::before, .ico-svg-flag-tv, .with-ico-svg-flag-tv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/tv.99618ffc.svg);
}

.ico-svg-flag-tuv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tuv::before, .ico-svg-flag-tuv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tuv::before, .ico-svg-flag-tv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-tv::before, .ico-svg-flag-tv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-tv::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/tv.c87adc62.svg);
}

.ico-svg-flag-curr-ugx, .with-ico-svg-flag-curr-ugx::before, .ico-svg-flag-uga, .with-ico-svg-flag-uga::before, .ico-svg-flag-ug, .with-ico-svg-flag-ug::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ug.83f4207b.svg);
}

.ico-svg-flag-curr-ugx.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-ugx::before, .ico-svg-flag-curr-ugx.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-ugx::before, .ico-svg-flag-uga.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-uga::before, .ico-svg-flag-uga.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-uga::before, .ico-svg-flag-ug.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ug::before, .ico-svg-flag-ug.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ug::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ug.983dd591.svg);
}

.ico-svg-flag-curr-uah, .with-ico-svg-flag-curr-uah::before, .ico-svg-flag-ukr, .with-ico-svg-flag-ukr::before, .ico-svg-flag-ua, .with-ico-svg-flag-ua::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ua.67a46bf7.svg);
}

.ico-svg-flag-curr-uah.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-uah::before, .ico-svg-flag-curr-uah.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-uah::before, .ico-svg-flag-ukr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ukr::before, .ico-svg-flag-ukr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ukr::before, .ico-svg-flag-ua.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ua::before, .ico-svg-flag-ua.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ua::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ua.2dd397cb.svg);
}

.ico-svg-flag-curr-aed, .with-ico-svg-flag-curr-aed::before, .ico-svg-flag-are, .with-ico-svg-flag-are::before, .ico-svg-flag-ae, .with-ico-svg-flag-ae::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ae.2c530f64.svg);
}

.ico-svg-flag-curr-aed.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-aed::before, .ico-svg-flag-curr-aed.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-aed::before, .ico-svg-flag-are.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-are::before, .ico-svg-flag-are.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-are::before, .ico-svg-flag-ae.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ae::before, .ico-svg-flag-ae.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ae::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ae.23c17470.svg);
}

.ico-svg-flag-curr-gbp, .with-ico-svg-flag-curr-gbp::before, .ico-svg-flag-lang-eng, .with-ico-svg-flag-lang-eng::before, .ico-svg-flag-lang-en, .with-ico-svg-flag-lang-en::before, .ico-svg-flag-gbr, .with-ico-svg-flag-gbr::before, .ico-svg-flag-gb, .with-ico-svg-flag-gb::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/gb.ba1c7f5d.svg);
}

.ico-svg-flag-curr-gbp.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-gbp::before, .ico-svg-flag-curr-gbp.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-gbp::before, .ico-svg-flag-lang-eng.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-eng::before, .ico-svg-flag-lang-eng.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-eng::before, .ico-svg-flag-lang-en.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-lang-en::before, .ico-svg-flag-lang-en.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-lang-en::before, .ico-svg-flag-gbr.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gbr::before, .ico-svg-flag-gbr.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gbr::before, .ico-svg-flag-gb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-gb::before, .ico-svg-flag-gb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-gb::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/gb.35dbacd7.svg);
}

.ico-svg-flag-curr-usd, .with-ico-svg-flag-curr-usd::before, .ico-svg-flag-usa, .with-ico-svg-flag-usa::before, .ico-svg-flag-us, .with-ico-svg-flag-us::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/us.3cc0d38b.svg);
}

.ico-svg-flag-curr-usd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-usd::before, .ico-svg-flag-curr-usd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-usd::before, .ico-svg-flag-usa.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-usa::before, .ico-svg-flag-usa.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-usa::before, .ico-svg-flag-us.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-us::before, .ico-svg-flag-us.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-us::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/us.c95087e1.svg);
}

.ico-svg-flag-umi, .with-ico-svg-flag-umi::before, .ico-svg-flag-um, .with-ico-svg-flag-um::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/um.0f5d59d4.svg);
}

.ico-svg-flag-umi.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-umi::before, .ico-svg-flag-umi.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-umi::before, .ico-svg-flag-um.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-um::before, .ico-svg-flag-um.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-um::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/um.c3e06b4d.svg);
}

.ico-svg-flag-curr-uyu, .with-ico-svg-flag-curr-uyu::before, .ico-svg-flag-ury, .with-ico-svg-flag-ury::before, .ico-svg-flag-uy, .with-ico-svg-flag-uy::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/uy.4c3f85c5.svg);
}

.ico-svg-flag-curr-uyu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-uyu::before, .ico-svg-flag-curr-uyu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-uyu::before, .ico-svg-flag-ury.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ury::before, .ico-svg-flag-ury.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ury::before, .ico-svg-flag-uy.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-uy::before, .ico-svg-flag-uy.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-uy::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/uy.091841c8.svg);
}

.ico-svg-flag-curr-uzs, .with-ico-svg-flag-curr-uzs::before, .ico-svg-flag-uzb, .with-ico-svg-flag-uzb::before, .ico-svg-flag-uz, .with-ico-svg-flag-uz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/uz.6e16292a.svg);
}

.ico-svg-flag-curr-uzs.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-uzs::before, .ico-svg-flag-curr-uzs.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-uzs::before, .ico-svg-flag-uzb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-uzb::before, .ico-svg-flag-uzb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-uzb::before, .ico-svg-flag-uz.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-uz::before, .ico-svg-flag-uz.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-uz::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/uz.ba79d297.svg);
}

.ico-svg-flag-curr-vuv, .with-ico-svg-flag-curr-vuv::before, .ico-svg-flag-vut, .with-ico-svg-flag-vut::before, .ico-svg-flag-vu, .with-ico-svg-flag-vu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/vu.25acc797.svg);
}

.ico-svg-flag-curr-vuv.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-vuv::before, .ico-svg-flag-curr-vuv.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-vuv::before, .ico-svg-flag-vut.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-vut::before, .ico-svg-flag-vut.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-vut::before, .ico-svg-flag-vu.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-vu::before, .ico-svg-flag-vu.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-vu::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/vu.87d69c18.svg);
}

.ico-svg-flag-curr-vef, .with-ico-svg-flag-curr-vef::before, .ico-svg-flag-ven, .with-ico-svg-flag-ven::before, .ico-svg-flag-ve, .with-ico-svg-flag-ve::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ve.b8bb0477.svg);
}

.ico-svg-flag-curr-vef.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-vef::before, .ico-svg-flag-curr-vef.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-vef::before, .ico-svg-flag-ven.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ven::before, .ico-svg-flag-ven.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ven::before, .ico-svg-flag-ve.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ve::before, .ico-svg-flag-ve.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ve::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ve.125ee924.svg);
}

.ico-svg-flag-curr-vnd, .with-ico-svg-flag-curr-vnd::before, .ico-svg-flag-vnm, .with-ico-svg-flag-vnm::before, .ico-svg-flag-vn, .with-ico-svg-flag-vn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/vn.2301f6f4.svg);
}

.ico-svg-flag-curr-vnd.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-vnd::before, .ico-svg-flag-curr-vnd.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-vnd::before, .ico-svg-flag-vnm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-vnm::before, .ico-svg-flag-vnm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-vnm::before, .ico-svg-flag-vn.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-vn::before, .ico-svg-flag-vn.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-vn::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/vn.25540177.svg);
}

.ico-svg-flag-vgb, .with-ico-svg-flag-vgb::before, .ico-svg-flag-vg, .with-ico-svg-flag-vg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/vg.7bc5c832.svg);
}

.ico-svg-flag-vgb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-vgb::before, .ico-svg-flag-vgb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-vgb::before, .ico-svg-flag-vg.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-vg::before, .ico-svg-flag-vg.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-vg::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/vg.76c17dc3.svg);
}

.ico-svg-flag-vir, .with-ico-svg-flag-vir::before, .ico-svg-flag-vi, .with-ico-svg-flag-vi::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/vi.bad0002a.svg);
}

.ico-svg-flag-vir.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-vir::before, .ico-svg-flag-vir.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-vir::before, .ico-svg-flag-vi.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-vi::before, .ico-svg-flag-vi.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-vi::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/vi.1ae3b627.svg);
}

.ico-svg-flag-wlf, .with-ico-svg-flag-wlf::before, .ico-svg-flag-wf, .with-ico-svg-flag-wf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/wf.e9a373c6.svg);
}

.ico-svg-flag-wlf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-wlf::before, .ico-svg-flag-wlf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-wlf::before, .ico-svg-flag-wf.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-wf::before, .ico-svg-flag-wf.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-wf::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/wf.55c63880.svg);
}

.ico-svg-flag-esh, .with-ico-svg-flag-esh::before, .ico-svg-flag-eh, .with-ico-svg-flag-eh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/eh.8c8b2743.svg);
}

.ico-svg-flag-esh.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-esh::before, .ico-svg-flag-esh.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-esh::before, .ico-svg-flag-eh.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-eh::before, .ico-svg-flag-eh.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-eh::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/eh.905fdd08.svg);
}

.ico-svg-flag-curr-yer, .with-ico-svg-flag-curr-yer::before, .ico-svg-flag-yem, .with-ico-svg-flag-yem::before, .ico-svg-flag-ye, .with-ico-svg-flag-ye::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ye.f62afcdd.svg);
}

.ico-svg-flag-curr-yer.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-yer::before, .ico-svg-flag-curr-yer.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-yer::before, .ico-svg-flag-yem.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-yem::before, .ico-svg-flag-yem.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-yem::before, .ico-svg-flag-ye.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ye::before, .ico-svg-flag-ye.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ye::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ye.2289a38e.svg);
}

.ico-svg-flag-curr-zmw, .with-ico-svg-flag-curr-zmw::before, .ico-svg-flag-curr-zmk, .with-ico-svg-flag-curr-zmk::before, .ico-svg-flag-zmb, .with-ico-svg-flag-zmb::before, .ico-svg-flag-zm, .with-ico-svg-flag-zm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/zm.79a41234.svg);
}

.ico-svg-flag-curr-zmw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-zmw::before, .ico-svg-flag-curr-zmw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-zmw::before, .ico-svg-flag-curr-zmk.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-curr-zmk::before, .ico-svg-flag-curr-zmk.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-curr-zmk::before, .ico-svg-flag-zmb.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-zmb::before, .ico-svg-flag-zmb.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-zmb::before, .ico-svg-flag-zm.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-zm::before, .ico-svg-flag-zm.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-zm::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/zm.a303f51a.svg);
}

.ico-svg-flag-zwe, .with-ico-svg-flag-zwe::before, .ico-svg-flag-zw, .with-ico-svg-flag-zw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/zw.f5ceeff7.svg);
}

.ico-svg-flag-zwe.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-zwe::before, .ico-svg-flag-zwe.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-zwe::before, .ico-svg-flag-zw.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-zw::before, .ico-svg-flag-zw.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-zw::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/zw.2840e62a.svg);
}

.ico-svg-flag-ala, .with-ico-svg-flag-ala::before, .ico-svg-flag-ax, .with-ico-svg-flag-ax::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/ax.6651bb25.svg);
}

.ico-svg-flag-ala.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ala::before, .ico-svg-flag-ala.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ala::before, .ico-svg-flag-ax.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ax::before, .ico-svg-flag-ax.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ax::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/ax.c260e9a5.svg);
}

.ico-svg-flag-ata, .with-ico-svg-flag-ata::before, .ico-svg-flag-aq, .with-ico-svg-flag-aq::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/4x3/aq.e3fbc5d0.svg);
}

.ico-svg-flag-ata.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-ata::before, .ico-svg-flag-ata.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-ata::before, .ico-svg-flag-aq.ico-svg-flag-squared, .ico-svg-flag-squared.with-ico-svg-flag-aq::before, .ico-svg-flag-aq.ico-svg-flag-round, .ico-svg-flag-round.with-ico-svg-flag-aq::before {
  background-image: url(/trunk/public/build/node_modules/flag-icon-css/flags/1x1/aq.e6c275d0.svg);
}

/* Transitions */
/* Change height based on width(aka aspect-ratio) example: @include aspect-ratio(16, 9, btn-round-inner); */
/* Custom scroll 
	@include custom-scroll($custom-scroll-width, $custom-scroll-track-bg, $custom-scroll-thumb-bg, $custom-scroll-thumb-hover-bg);
 */
/* 
	Adds custom selector to &. Example:
	.parent {
		.child {
			.inner {
				@include unify-selector('button') { border: 0; }
			}
		}
	}
	Returns: .parent .child button.inner { border: 0; }
*/
/* ==========================================================================
	#Resets
========================================================================== */
/* Bootstrap */
.tooltip a {
  text-decoration: underline;
}
.tooltip a, .tooltip a:hover, .tooltip a:focus {
  color: #fff;
}
.tooltip a:hover, .tooltip a:focus {
  text-decoration: none;
}
.tooltip.tooltip_300 .tooltip-inner {
  max-width: 300px;
}
.tooltip.onl-shop-preview-home-disabled {
  transform: translate3d(355px, 106px, 0px) !important;
}
.tooltip.onl-shop-preview-home-disabled .tooltip-inner {
  max-width: 1000px;
}
.tooltip.tooltip-preview-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}
.tooltip.tooltip-preview-image video {
  display: block;
  border-radius: inherit;
}
.tooltip.tooltip-preview-image .tooltip-inner {
  max-width: 100%;
  padding: 5px;
}
.tooltip-fade {
  transition: none;
}

/* Errors notifications node_modules/react-notifications-component */
.notification-message a {
  color: #fff;
  text-decoration: underline;
}
.notification-message a:hover {
  text-decoration: none;
}
.notification-message .btn-link {
  color: #0071f5;
  text-decoration: none;
  padding: 0;
}

.notification-info {
  background-color: #181818;
  border-left: 8px solid #3480c2;
}

.notification-content .notification-close + .notification-message:last-child {
  margin-top: 10px;
  margin-bottom: 10px;
}

.notification-item.notification-login {
  padding: 0;
}

.notification-container-bottom-right {
  right: 10px;
  bottom: 30px;
  margin-bottom: 0;
}

.notification-closable-success {
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(24, 24, 24, 0.15);
}
.notification-closable-success .notification-closable-success-inner {
  display: flex;
  width: 100%;
}
.notification-closable-success .notification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 5px 20px 20px;
}
.notification-closable-success .notification-content {
  padding: 20px 5px;
}
.notification-closable-success .notification-close span,
.notification-closable-success .notification-message,
.notification-closable-success .notification-title {
  color: #181818;
}
.notification-closable-success .notification-title {
  margin-top: 0;
  margin-right: 15px;
}
.notification-closable-success .notification-message {
  font-size: 0.75rem;
  color: #181818;
}
.notification-closable-success .notification-close {
  font-size: 1.25rem;
  line-height: 1;
  right: 2px;
  top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

/* Button dropdowns */
.dropdown-item {
  cursor: pointer;
}

/* tinyMC */
.tox {
  border-color: #c4c4c6 !important;
  border-radius: 8px !important;
}
.tox .tox-toolbar__primary {
  background: transparent !important;
}
.tox-toolbar__group {
  border-color: #c4c4c6 !important;
}
.tox .tox-notification,
.tox .tox-statusbar__branding {
  display: none !important;
}
.tox .tox-notifications-container {
  position: absolute !important;
  top: -999999px !important;
  left: -999999px !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.tox .tox-statusbar {
  border-top: 0 !important;
}
.tox .tox-editor-header {
  border-bottom: 1px solid #c4c4c6 !important;
}
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  width: auto !important;
}
.tox.tox-tinymce--disabled .tox-edit-area {
  opacity: 0.5;
}
.editor-wrapper .tox {
  position: relative;
  z-index: 1;
}
.tox .tox-label {
  margin-bottom: 5px !important;
}
.tox .tox-form__group--stretched .tox-navobj {
  background-color: #f5f5f7;
}
.tox .tox-menu {
  min-width: 200px !important;
}

.editor-wrapper {
  position: relative;
}
.editor-wrapper .editor-charts-counter {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 2;
}

.editor-outer {
  margin-right: -75px;
  margin-left: -75px;
  padding: 20px 75px;
  background-color: #fff;
  border-radius: 6px;
}

.product-details-editor .tox .tox-edit-area__iframe,
.product-details-editor .tox .tox-sidebar-wrap,
.product-details-editor .tox .tox-statusbar {
  background-color: #f5f5f7 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* medias/responsive */
@media only screen and (max-width: 991px) {
  .tooltip.onl-shop-preview-home-disabled {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  /* Errors notifications node_modules/react-notifications-component */
  .notification-item.notification-login {
    top: 10px !important;
    right: 10px !important;
    left: 10px !important;
    width: calc(100% - 20px);
  }
}
/* ==========================================================================
	#Helpers
========================================================================== */
.dl-nomargins,
.dl-nomargins dd {
  margin: 0;
}

.notice,
.text-notice {
  font-size: 12px;
  color: #939394;
}
.notice.push-bottom,
.text-notice.push-bottom {
  position: absolute;
  bottom: 15px;
}
.notice.is-invalid, .is-invalid .notice,
.text-notice.is-invalid,
.is-invalid .text-notice {
  color: #dc3545;
}

#show_notice + .notice {
  visibility: hidden;
}
#show_notice:focus-within + .notice {
  visibility: visible;
}

.btn-to-link {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  line-height: 1.58;
  color: #0071f5;
  text-decoration: none;
  text-align: inherit;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.2s ease;
}
.btn-to-link:hover, .btn-to-link:focus {
  text-decoration: underline;
}
.btn-to-link:hover {
  color: #0071f5;
}
.btn-to-link:focus {
  outline: 0;
  outline: none;
}
.btn-to-link.btn {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  vertical-align: unset;
  border-radius: 0;
}
.btn-to-link.btn.va_m {
  vertical-align: middle;
}
.btn-to-link.row {
  display: flex;
}
.btn-to-link-underlined {
  text-decoration: underline;
}
.btn-to-link-underlined:hover {
  text-decoration: none;
}
.btn-to-link-white {
  color: #fff;
}
.btn-to-link-white:hover {
  color: #fff;
}
.btn-to-link-prim-3 {
  color: #181818;
}
.btn-to-link-prim-3:hover {
  color: #181818;
}
.btn-to-link-prim-22 {
  color: #181818;
}
.btn-to-link-prim-22:hover {
  color: #181818;
}
.btn-to-link-td-n {
  text-decoration: none;
}
.btn-to-link-td-n:hover {
  text-decoration: none;
}
.btn-to-link-black {
  color: #181818;
}
.btn-to-link-black:hover {
  color: #0071f5;
}
.btn-to-link.fs_14 {
  font-size: 14px;
}
.btn-to-link:disabled, .btn-to-link:disabled:hover, .btn-to-link:disabled:focus, .btn-to-link:disabled:active, .btn-to-link.disabled, .btn-to-link.disabled:hover, .btn-to-link.disabled:focus, .btn-to-link.disabled:active {
  color: #c4c4c6;
  cursor: not-allowed;
}

.btn-wrap-field {
  padding: 20px 15px;
  text-align: center;
  background-color: #F0F8FF;
}

/* Grid */
.half-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.half-gutters > .col,
.half-gutters > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.double-gutters {
  margin-left: -20px;
  margin-right: -20px;
}
.double-gutters > .col,
.double-gutters > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

/* Form separators */
.has-separator {
  position: relative;
}
.has-separator::after {
  position: absolute;
  bottom: 8px;
  right: -3px;
  content: attr(data-separator);
}
.half-gutters .has-separator::after {
  right: -2px;
}
.has-separator[data-separator*=border]::after {
  content: "";
  display: block;
  top: calc(50% - 7px);
  right: -1px;
  width: 1px;
  height: 72px;
  background-color: #dcdcde;
}
.has-separator.row[data-separator*=border] {
  overflow: hidden;
}
.has-separator.row[data-separator*=border] > .col:not(:last-of-type)::after,
.has-separator.row[data-separator*=border] > [class*=col-]:not(:last-of-type)::after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 7px);
  right: -1px;
  width: 1px;
  height: 72px;
  transform: translateY(-50%);
  background-color: #dcdcde;
}
.has-separator[data-separator*=caret-right]::after {
  position: absolute;
  top: 50%;
  right: -5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0;
  border-top-width: 3px;
  border-right-width: 3px;
  border-style: solid;
  border-color: #181818;
  color: inherit;
  transform: rotate(45deg) translate(-1px, 0);
  content: "";
}
.has-separator[data-separator*=close-1]::after {
  top: 50%;
  right: -5px;
  margin-top: -5px;
  font-size: 10px;
  color: #939394 !important;
}

.hr-separator {
  border-top: 1px solid #c4c4c6;
}

.hr-dashed {
  border-top: 2px dashed rgba(24, 24, 24, 0.2);
}

.separator-text {
  display: flex;
  align-items: center;
  margin: 32px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  color: #808080;
  text-transform: uppercase;
}
.separator-text:before, .separator-text:after {
  content: "";
  flex: 1 1 0;
  border-top: 1.6px solid #c4c4c6;
}
.separator-text:before {
  margin-right: 12px;
}
.separator-text:after {
  margin-left: 12px;
}

/* Asterisk */
.asterisk {
  margin-left: 3px;
  font-size: 16px;
  line-height: 1;
  color: #0071f5;
  font-weight: 500;
}

/* go to details link */
.go-to-details {
  color: inherit;
}
.go-to-details:not(.row) {
  display: block;
}
.go-to-details .go-to-details-title {
  color: #0071f5 !important;
  white-space: nowrap;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.1s;
}
.go-to-details .go-to-details-title::after {
  margin-top: -2px;
  margin-left: 5px;
  font-size: 14px;
  opacity: 0;
  transform: translateZ(0);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.go-to-details .go-to-details-title .go-to-details-title-inner {
  overflow: hidden;
  display: inline-block;
  padding-right: 1px;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.go-to-details .go-to-details-title .go-to-details-title-inner:not([class*=maw_]) {
  max-width: calc(100% - 20px);
}
.go-to-details:hover {
  color: inherit;
  text-decoration: none;
}
.go-to-details:hover .go-to-details-title {
  color: #0071f5 !important;
  text-decoration: none;
}
.go-to-details:hover .go-to-details-title::after {
  opacity: 1;
  transform: translateX(4px);
}

/* Page title */
.page-title {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 33px;
  font-weight: 600;
  color: #181818;
}
.topnav + .page-title {
  margin-top: 20px;
}
.page-title .link-back {
  color: inherit;
  font-size: 14px;
}
.page-title .link-back [class^=ico-] {
  margin-right: 5px;
  font-size: 11px;
}
.page-title .link-back:hover {
  text-decoration: none;
}

.page-heading {
  padding: 15px 0;
}
.page-heading .page-heading-title {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #dcdcde;
  font-size: 0.749875rem;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
}

/* Page head is in Add of new Stores menu */
.page-head {
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(24, 24, 24, 0.2);
}

/* Page actions(floating buttons at bottom of page, not in .box) */
.page-actions {
  padding-top: 10px;
}

/* Styleguide button */
.btn-styleguide {
  position: fixed;
  top: -3px;
  left: 1px;
  z-index: 9999;
  margin: 0 auto;
  padding: 3px 10px;
  font-size: 11px !important;
  text-align: center;
  color: #181818;
  border: 1px solid #c4c4c6;
  border-radius: 4px;
  background: #f5f5f7;
  box-shadow: none;
}

a.user {
  display: block;
  color: inherit;
  text-decoration: none;
}

.user-image {
  font-size: 0;
  border-radius: 50%;
  position: relative;
}
.user-image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.user-image > .user-image-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.user-image-text {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
}
.user-image img {
  width: 100%;
  height: auto;
}
.user-image-status {
  position: absolute;
  z-index: 3;
}
.user-image-status.position-top-right {
  top: -4px;
  right: -4px;
}
.user-image-status.position-top-left {
  top: 0;
  left: 0;
}
.user-image-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(24, 24, 24, 0.2);
  border-radius: inherit;
  opacity: 0;
  transition: all 0.3s ease;
}
.user-image-actions .btn-ellipse {
  width: 60%;
}
.user-image:hover .user-image-actions {
  opacity: 1;
}
.user-image > .user-image-inner {
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
}
.user-image.has-border {
  border-width: 1px;
  border-style: solid;
}
.user-image.has-border[class*=border-status-] {
  border-width: 2px;
}
.user-image.has-border[class*=border-status-] .user-image-inner {
  margin: 2px;
}
.user-meta {
  margin-bottom: 0;
  font-size: 13px;
  color: #939394;
}
ul.user-meta dl dt {
  font-weight: 400;
}
ul.user-meta dl dd {
  margin-bottom: 0;
}
ul.user-meta > .list-inline-item {
  margin-right: 4px;
}

.user-meta-lg {
  font-size: 14px;
}
.user-meta-entry-warning {
  color: #f29423;
}
.user-meta-entry-error {
  color: #e74f76;
}
.user-title {
  font-size: 16px;
  font-weight: 600;
}
.user-title-lg {
  font-size: 20px;
}
.user-bordered {
  padding: 20px;
  border: 1px solid #c4c4c6;
  cursor: pointer;
  border-radius: 0.25rem;
}
.user-bg {
  padding: 20px;
  background-color: #f5f5f7;
  border-radius: 8px;
}
.user-warning {
  box-shadow: inset 0 0 0 1px #f29423;
}
.user-error {
  box-shadow: inset 0 0 0 1px #dc3545;
}
.user-has-action {
  position: relative;
}
.user-has-action:not(.user-no-arrow)::after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 12px;
  color: #ababad;
  transform: translateY(-50%);
}
.user-has-action.user-bordered {
  padding-right: 30px;
}
.user-has-action.user-bordered::after {
  right: 20px;
}
.user-has-action.user-bordered:hover {
  border-color: #ababad;
}
.user-has-action:hover::after {
  color: #181818;
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.ico-info {
  background: none;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 0.8;
}
.ico-info:hover:before {
  color: #181818;
}

/* Online store banner preview */
.online-store-banner-preview {
  position: relative;
}
.online-store-banner-preview::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.4893617021%;
}
.online-store-banner-preview > .online-store-banner-preview-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.online-store-banner-preview .online-store-banner-preview-inner {
  z-index: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.online-store-banner-preview img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.online-store-banner-preview .online-store-banner-preview-title {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.2;
  color: #181818;
  font-weight: 500;
}
.online-store-banner-preview .online-store-banner-preview-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.online-store-banner-preview .online-store-banner-preview-button .btn-round {
  width: 30px;
  height: 30px;
  background-color: #f0f8ff;
  color: #007ff5;
}
.online-store-banner-preview .online-store-banner-preview-button .btn-round:before {
  content: none;
}
.online-store-banner-preview .online-store-banner-preview-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 25px;
}
.online-store-banner-preview .online-store-banner-preview-body .online-store-banner-preview-content {
  flex: 1 1 auto;
  padding-right: 15px;
}
.online-store-banner-preview .online-store-banner-preview-body .online-store-banner-preview-content .list-items-iconed {
  display: block;
}
.online-store-banner-preview .online-store-banner-preview-body .online-store-banner-preview-content .list-items-iconed li {
  padding-left: 0;
}
.online-store-banner-preview .online-store-banner-preview-body .online-store-banner-preview-aside {
  position: relative;
  flex: 0 0 144px;
  max-width: 144px;
  height: 90px;
}
.online-store-banner-preview .online-store-banner-preview-body .online-store-banner-preview-aside .checkout-preview-scaled {
  transform: scale(0.1701);
}
.online-store-banner-preview.online-store-banner-preview-alt {
  overflow: hidden;
  border: 1px solid rgba(51, 67, 91, 0.3);
  border-radius: 5px;
}
.online-store-banner-preview.online-store-banner-preview-alt:before {
  content: none;
}
.online-store-banner-preview.online-store-banner-preview-alt .online-store-banner-preview-inner {
  position: static;
  border-bottom: 1px solid rgba(51, 67, 91, 0.3);
}
.online-store-banner-preview.online-store-banner-preview-alt .online-store-cover {
  position: relative;
  width: 100%;
  max-height: 275px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.online-store-banner-preview.online-store-banner-preview-alt .online-store-cover .online-store-cover-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.online-store-banner-preview.online-store-banner-preview-alt .online-store-cover.online-store-cover-default {
  max-height: 127px;
}
.online-store-banner-preview.online-store-banner-preview-alt .online-store-cover:before {
  content: "";
  display: block;
  padding-top: 60%;
}

/* Items discount banner preview */
.items-avatar-preview {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  height: 213px;
}
.items-avatar-preview .items-avatar-preview-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  height: 100%;
}
.items-avatar-preview .items-avatar-preview-inner.items-default-avatar {
  background-color: #ebf4ff;
}
.items-avatar-preview img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.items-avatar-preview.items-avatar-preview-square {
  position: relative;
  height: auto;
  background-color: #fff;
}
.items-avatar-preview.items-avatar-preview-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.items-avatar-preview.items-avatar-preview-square .items-avatar-preview-inner {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  padding: 3px;
}
.items-avatar-preview.items-avatar-preview-square .close {
  top: -12px;
  right: -10px;
}
.items-avatar-preview.items-avatar-preview-square .close.r-7 {
  right: -7px;
}
.items-avatar-preview.items-avatar-preview-square .close .ico-font {
  background-color: #fff;
  border-radius: 50%;
}
.items-avatar-preview.items-avatar-preview-square .close:hover {
  opacity: 1;
}
.items-avatar-preview.items-avatar-preview-favorite {
  position: relative;
}
.items-avatar-preview.items-avatar-preview-favorite:after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: flex;
  padding: 4px;
  font-size: 12px;
  background: #fff !important;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  color: #f29423 !important;
}
.items-avatar-preview.items-avatar-preview-noborder {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.item-without-uploaded-image {
  position: relative;
}
.item-without-uploaded-image::before, .item-without-uploaded-image::after {
  position: absolute;
  top: 15px;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 15px);
  border: 2px dashed rgba(24, 24, 24, 0.3);
  border-radius: 5px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.item-without-uploaded-image::before {
  left: calc(100% + 10px);
}
.item-without-uploaded-image::after {
  left: calc(200% + 10px);
}
.item-without-uploaded-image + * {
  display: none;
}

.item-with-uploaded-image + * {
  display: block;
}
.item-with-uploaded-image + *.item-without-uploaded-image::before, .item-with-uploaded-image + *.item-without-uploaded-image::after {
  display: none;
}

/* No results component */
.no-results {
  text-align: center;
}
.no-results .no-results-image {
  padding-bottom: 15px;
  font-size: 0;
  color: #c4c4c6;
}
.no-results .no-results-title {
  color: #181818;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.no-results-alt p {
  color: rgba(24, 24, 24, 0.6);
}

/* loader-timer */
/* Може да се подобри, височина и ширина да се правят с aspect-ratio mixin-а, че да е по-гъвкъв + after-а дето държи вътрешния кръг и числото(който в момента е 28x28) да се направи в проценти */
.loader-timer {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 46px;
  height: 46px;
  background: #dcdcde;
  border-radius: 50%;
}
.loader-timer::after {
  position: absolute;
  top: 9px;
  left: 9px;
  content: attr(data-counter);
  display: block;
  width: 28px;
  height: 28px;
  line-height: 27px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
}
.loader-timer > span {
  position: absolute;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.loader-timer > span.loader-timer-left {
  left: 0;
}
.loader-timer > span.loader-timer-right {
  left: 50%;
}
.loader-timer .loader-timer-inner {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #0071f5;
  animation-name: rotate;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transform-origin: 0 50% 0;
}
.loader-timer .loader-timer-left .loader-timer-inner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.loader-timer .loader-timer-right .loader-timer-inner {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  left: -100%;
  transform-origin: 100% 50% 0;
}
.loader-timer.loader-timer-duration-10 .loader-timer-inner {
  animation-duration: 10s;
}
.loader-timer.loader-timer-duration-10 .loader-timer-right .loader-timer-inner {
  animation-delay: 10s;
}
.loader-timer.loader-timer-duration-20 .loader-timer-inner {
  animation-duration: 20s;
}
.loader-timer.loader-timer-duration-20 .loader-timer-right .loader-timer-inner {
  animation-delay: 20s;
}
.loader-timer.loader-timer-duration-30 .loader-timer-inner {
  animation-duration: 30s;
}
.loader-timer.loader-timer-duration-30 .loader-timer-right .loader-timer-inner {
  animation-delay: 30s;
}
.loader-timer.loader-timer-duration-40 .loader-timer-inner {
  animation-duration: 40s;
}
.loader-timer.loader-timer-duration-40 .loader-timer-right .loader-timer-inner {
  animation-delay: 40s;
}
.loader-timer.loader-timer-duration-50 .loader-timer-inner {
  animation-duration: 50s;
}
.loader-timer.loader-timer-duration-50 .loader-timer-right .loader-timer-inner {
  animation-delay: 50s;
}
.loader-timer.loader-timer-duration-60 .loader-timer-inner {
  animation-duration: 60s;
}
.loader-timer.loader-timer-duration-60 .loader-timer-right .loader-timer-inner {
  animation-delay: 60s;
}
.loader-timer.loader-timer-duration-70 .loader-timer-inner {
  animation-duration: 70s;
}
.loader-timer.loader-timer-duration-70 .loader-timer-right .loader-timer-inner {
  animation-delay: 70s;
}
.loader-timer.loader-timer-duration-80 .loader-timer-inner {
  animation-duration: 80s;
}
.loader-timer.loader-timer-duration-80 .loader-timer-right .loader-timer-inner {
  animation-delay: 80s;
}
.loader-timer.loader-timer-duration-90 .loader-timer-inner {
  animation-duration: 90s;
}
.loader-timer.loader-timer-duration-90 .loader-timer-right .loader-timer-inner {
  animation-delay: 90s;
}
.loader-timer.loader-timer-duration-100 .loader-timer-inner {
  animation-duration: 100s;
}
.loader-timer.loader-timer-duration-100 .loader-timer-right .loader-timer-inner {
  animation-delay: 100s;
}

/* loader-timer-svg */
.loader-timer-svg {
  position: relative;
}
.loader-timer-svg::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: attr(data-counter);
  font-size: 11px;
  transform: translate(-50%, -50%);
}
.loader-timer-svg svg {
  width: 30px;
  height: 30px;
  transform: scaleX(-1) rotate(-90deg);
  stroke-width: 10px;
  stroke: #0071f5;
}
.loader-timer-svg svg circle:first-of-type {
  stroke: #dcdcde;
}

/* generated-code */
.generated-code {
  position: relative;
  overflow: hidden;
}
.generated-code p {
  overflow: hidden;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #181818;
  letter-spacing: 6px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.generated-code .loader-timer,
.generated-code .loader-timer-svg {
  position: relative;
  float: left;
  margin-right: 20px;
}
.generated-code.generated-code-expiring .loader-timer, .generated-code.generated-code-expiring .loader-timer + p,
.generated-code.generated-code-expiring .loader-timer-svg,
.generated-code.generated-code-expiring .loader-timer-svg + p {
  animation-name: opacity-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* generated-code-alt */
.generated-code-alt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.generated-code-alt .ico-font {
  flex: 0 0 auto;
  margin-right: 10px;
  font-weight: bold;
}
.generated-code-alt .generated-code-text {
  flex: 0 1 auto;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.375;
  color: #181818;
}

/* List documents */
.document {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding-top: 10px;
}
.document .document-lang {
  padding-top: 2px;
  padding-right: 10px;
  font-size: 0;
}
.document .document-lang .ico-svg-flag, .document .document-lang .with-ico-svg-flag::before {
  font-size: 22px;
}
.document .document-actions {
  margin-bottom: 0;
  padding-right: 10px;
}
.document .document-actions li {
  margin-right: 0;
  padding-right: 5px;
}
.document .document-actions li .ico-svg {
  width: 22px;
  height: 26px;
}
.document .document-entry p {
  margin-bottom: 0;
}
.document .document-entry p.document-name {
  line-height: 1.29;
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
}
.document .document-entry p.document-meta {
  font-size: 12px;
  color: #939394;
}

/* Icons */
.ico-border-wrapper {
  position: relative;
  display: inline-block;
  border: 4px solid #0071f5;
  border-radius: 50%;
}
.ico-border-wrapper::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.ico-border-wrapper > .ico-border-wrapper-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ico-border-wrapper > .ico-border-wrapper-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 0;
}

.ico-bg-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.ico-bg-wrapper::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.ico-bg-wrapper > .ico-bg-wrapper-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ico-bg-wrapper > .ico-bg-wrapper-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 0;
}
.ico-bg-wrapper-white {
  background-color: #fff;
}

/* Small Status */
.status-clean {
  font-size: 12px;
  font-weight: 500;
}
.status-clean.status-limited {
  color: #181818;
}
.status-clean.status-verified {
  color: #05c583;
}

/* Languages Fixes */
html[lang=bg] .items-avatar-preview.h_250_bg {
  height: 250px;
}

/* Image-previewer */
.image-previewer {
  position: relative;
  overflow: hidden;
  width: 65px;
}
.image-previewer .image-preview {
  position: relative;
  z-index: 1;
  border: 1px solid #c4c4c6;
}
.image-previewer .image-preview img {
  max-width: 100%;
  height: auto;
}
.image-previewer .image-previewer-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 0;
}
.image-previewer .image-previewer-actions .image-previewer-action-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

/* Checkout error domain form when don't want to load iframe */
.checkout-error {
  position: relative;
}
.checkout-error .checkout-error-image {
  position: relative;
  z-index: 1;
}
.checkout-error .checkout-error-image img {
  max-width: 100%;
  height: auto;
}
.checkout-error .list-card-types {
  filter: blur(7px);
}
.checkout-error .checkout-error-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  text-align: center;
}
.checkout-error .checkout-error-inner p {
  font-weight: 500;
}
.checkout-error .checkout-error-inner p .btn-link {
  padding: 0 0 3px;
}

.circled-loader {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 3px solid #dce8f5;
  background-color: transparent;
  margin-right: 10px;
}
.circled-loader::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: 2px solid #4d7198;
  border-bottom: 2px solid #4d7198;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-radius: 50%;
  animation-name: spinLoader;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes spinLoader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

/* Rounded image with shadow */
.image-rounded-shadowed {
  border: 3px solid #f5f5f7;
  border-radius: 50%;
  position: relative;
}
.image-rounded-shadowed::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.image-rounded-shadowed > .image-rounded-shadowed-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-rounded-shadowed .image-rounded-shadowed-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.image-rounded-shadowed .image-rounded-shadowed-inner img {
  max-width: 100%;
  max-height: 100%;
}

/* disabled-texts */
.disabled-texts, .disabled-texts * {
  color: #939394 !important;
}

/* Import product wrapper */
.import-product-wrapper {
  position: relative;
  z-index: 1;
}
.import-product-wrapper:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 15px;
  right: 15px;
  z-index: -1;
  height: 4px;
  background-color: #f6f7f9;
}
.import-product-wrapper .import-product-box {
  padding: 10px;
  background-color: #f6f7f9;
  border-radius: 6px;
}
.import-product-wrapper .import-product-box.import-product-box-large {
  padding: 20px;
}
.import-product-wrapper .import-product-box .react-select__control {
  height: 40px;
}
.import-product-wrapper + .import-product-wrapper {
  margin-top: 10px;
}

/* Sales card styles */
.sales-card .sales-card-head,
.sales-card .sales-card-body,
.sales-card .sales-card-foot {
  padding: 20px 20px;
}
.sales-card .sales-card-head.nopaddings,
.sales-card .sales-card-body.nopaddings,
.sales-card .sales-card-foot.nopaddings {
  padding: 0;
}
.sales-card .sales-card-head.nopaddings-x,
.sales-card .sales-card-body.nopaddings-x,
.sales-card .sales-card-foot.nopaddings-x {
  padding-right: 0;
  padding-left: 0;
}
.sales-card .sales-card-head + .sales-card-body {
  padding-top: 0;
}
.sales-card .sales-card-body.pb_0 {
  padding-bottom: 0;
}
.sales-card .sales-title {
  color: #181818;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0;
}
.sales-card .view_more {
  font-weight: 500;
}
.sales-card .sales-card-body .sales-title {
  color: #181818;
  font-size: 0.749875rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.sales-card .sales-amount {
  color: #181818;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
}
.sales-card .sales-amount.negative .sales-amount-value {
  color: #e74f76;
}
.sales-card .sales-amount small {
  font-weight: 700;
}
.sales-card .sales-amount .sales-amount-currency {
  font-size: 83.33334%;
  font-weight: 400;
  margin-left: 10px;
}
.sales-card.sales-card-icon {
  position: relative;
}
.sales-card.sales-card-icon::before {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: inline-block;
  background: none;
  font-family: "font_icons";
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: rgba(24, 24, 24, 0.05);
}
.tooltip-big .tooltip-inner {
  max-width: 400px;
}

.tooltip-text-left .tooltip-inner {
  text-align: left;
}

.menu-seen-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-bottom: 2px;
  margin-left: 2px;
  background-color: #0071f5;
  vertical-align: super;
  border-radius: 50%;
}

.react-notification-above-tour div[class^=notification-container-] {
  z-index: 1000005;
  /* for certain cases like Raifejsen modal, we want to show the modal above React tour, so we need to show and the errors above the modal and the tour */
}

.custom-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}

.custom-scroll-modal-body {
  margin: 0 -20px;
  padding: 0 16px 0 20px;
  margin-bottom: 15px;
}
.custom-scroll-modal-body .form-group:last-child {
  margin-bottom: 0;
}

.card-loan-offers {
  display: flex;
}
.card-loan-offers .card-loan-offer:last-child {
  border-color: transparent;
}

.card.card-loan-offer {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 30px;
  border-right: 1px solid #c4c4c6;
}
.card.card-loan-offer .card-title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3334;
}
.card.card-loan-offer .card-header {
  padding: 0;
  margin-bottom: 30px;
}
.card.card-loan-offer .card-body {
  padding: 0;
  margin-bottom: 25px;
}
.card.card-loan-offer .card-footer {
  padding: 0;
}

.provider-logo svg {
  display: block;
}

.accounts-transfer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accounts-transfer .accounts-transfer-inner {
  width: 240px;
  flex-basis: 240px;
  max-width: 240px;
  flex-shrink: 1;
}
.accounts-transfer .accounts-transfer-desktop-arrow {
  display: inline-block;
}
.accounts-transfer .accounts-transfer-mobile-arrow {
  display: none;
}

.bubble-icon {
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f5f5f7;
}

.frame-borders {
  display: inline-block;
  width: auto;
  position: relative;
}
.frame-borders-top::before, .frame-borders-top::after {
  content: "";
  position: absolute;
  top: -12px;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #0080ff;
  border-radius: 3px;
}
.frame-borders-top::before {
  left: -12px;
  border-left: 3px solid #0080ff;
  border-top-left-radius: 6px;
}
.frame-borders-top::after {
  border-right: 3px solid #0080ff;
  right: -12px;
  border-top-right-radius: 6px;
}
.frame-borders-bottom::before, .frame-borders-bottom::after {
  content: "";
  position: absolute;
  bottom: -12px;
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #0080ff;
  border-radius: 3px;
}
.frame-borders-bottom::before {
  left: -12px;
  border-left: 3px solid #0080ff;
  border-bottom-left-radius: 6px;
}
.frame-borders-bottom::after {
  right: -12px;
  border-right: 3px solid #0080ff;
  border-bottom-right-radius: 6px;
}

.rounded-icon {
  --rounded-icon-width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: var(--rounded-icon-width);
  height: var(--rounded-icon-width);
  background: #fff;
  border-radius: 50%;
  border: 1px solid #dcdcde;
}

.vertical-line {
  width: 1px;
  height: 48px;
  background-color: #dcdcde;
}

.dropdown-menu.dropdown-menu-subscription-plan {
  width: 240px;
  border-radius: 8px;
}
.dropdown-menu.dropdown-menu-subscription-plan .dropdown-item {
  padding: 0.5rem 1.5rem;
  text-align: right;
  font-weight: 600;
  white-space: normal;
}
.dropdown-menu.dropdown-menu-subscription-plan .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #dcdcde;
}

.scheduled-payment-tour-content div[data-tour-elem=controls] {
  justify-content: end;
}

.dual-amount-separator {
  --dual-amount-separator-color: #ababad;
  color: var(--dual-amount-separator-color);
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .card.card-loan-offer {
    flex: 0 0 50%;
    max-width: 50%;
    border-bottom: 1px solid #c4c4c6;
  }
  .card.card-loan-offer.card-loan-offer-empty {
    display: none;
  }

  .card-loan-offers {
    flex-wrap: wrap;
  }
  .card-loan-offers .card-loan-offer:nth-child(2) {
    border-right: none;
  }
  .card-loan-offers .card-loan-offer:last-child {
    border-right: 1px solid #c4c4c6;
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .has-separator.has-separator-sm-remove::after {
    display: none;
  }

  .card-loan-offers {
    display: block;
  }

  .card.card-loan-offer {
    max-width: 100%;
    padding: 25px;
    border-right: 0;
  }
  .card.card-loan-offer + .card-loan-offer:not(.card-loan-offer-empty) {
    border-top: 1px solid #c4c4c6;
    margin-top: -1px;
  }
  .card.card-loan-offer.card-loan-offer-empty {
    display: none;
  }
  .card.card-loan-offer .card-header,
.card.card-loan-offer .card-body,
.card.card-loan-offer .card-footer {
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .accounts-transfer {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .accounts-transfer .accounts-transfer-inner {
    width: auto;
    flex-basis: auto;
    max-width: none;
    min-width: 220px;
  }
  .accounts-transfer .accounts-transfer-desktop-arrow {
    display: none;
  }
  .accounts-transfer .accounts-transfer-mobile-arrow {
    display: inline-block;
  }

  .btn-responsive-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: normal;
    height: 0\0 ;
    min-width: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .has-separator.has-separator-xs-remove::after {
    display: none;
  }

  .generated-code .loader-timer,
.generated-code .loader-timer-svg {
    margin-right: 10px;
  }
  .generated-code p {
    letter-spacing: 3px;
  }

  .items-avatar-preview {
    margin-bottom: 20px;
    height: 180px;
  }

  .online-store-banner-preview::before {
    display: none;
  }
  .online-store-banner-preview .online-store-banner-preview-inner {
    position: static;
  }
  .online-store-banner-preview .online-store-banner-preview-body {
    display: block;
    padding: 15px;
  }
  .online-store-banner-preview .online-store-banner-preview-body .online-store-banner-preview-content {
    padding-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .online-store-banner-preview .online-store-banner-preview-body .online-store-banner-preview-content .list-items-iconed .list-inline-item {
    justify-content: center;
  }
  .online-store-banner-preview .online-store-banner-preview-body .online-store-banner-preview-aside {
    margin: 0 auto;
  }

  .item-without-uploaded-image::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .referral-btn {
    text-align: left !important;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .item-without-uploaded-image::after {
    display: none;
  }
}
/* ==========================================================================
	#Basics
========================================================================== */
html,
body {
  height: 100%;
}

body.body-account {
  overflow: hidden;
}
body.signout {
  background: #e6f6ff;
  background: linear-gradient(to bottom, #e6f6ff 0%, #fafdff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6f6ff", endColorstr="#fafdff",GradientType=0 );
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 18vh;
}
_:-ms-fullscreen body.body-center, :root body.body-center {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-content: center;
}
_:-ms-fullscreen body.body-center .wrapper, :root body.body-center .wrapper {
  overflow: visible;
  min-height: 1px;
}
_:-ms-fullscreen body.body-center .line-loader-wrapper, :root body.body-center .line-loader-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
body.sidebar-open {
  overflow: hidden;
}
body.sorting-items {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-spacing: 0;
}

a.disabled {
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
a.c_i:hover, a.c_i:focus, a.c_i:active {
  color: inherit;
}
a.td_u:hover {
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

iframe {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.app-component {
  position: relative;
  z-index: 1;
}

.svg-loader-wrapper {
  position: relative;
  height: 0;
  width: 100%;
}
.svg-loader-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Loader Circle */
.circle-loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border-top: 2px solid #0071f5;
  border-right: 2px solid transparent;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.line-browser-version {
  background-color: #ffdf01;
  padding: 6px 30px 8px;
  font-size: 12px;
  text-align: center;
  color: #3a3a3a;
  vertical-align: middle;
}
.line-browser-version-icon {
  display: inline;
  padding-right: 5px;
}
.line-browser-version-desc {
  display: inline;
  vertical-align: middle;
  padding-right: 5px;
}
.line-browser-version-close {
  display: inline;
  color: #3a3a3a;
  text-decoration: underline;
  vertical-align: middle;
}

.logo-with-slogan {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-size: 0;
}
.logo-with-slogan-center {
  justify-content: center;
}
.logo-with-slogan dt,
.logo-with-slogan dd {
  margin: 0;
  font-weight: 400;
}
.logo-with-slogan dt {
  margin-right: 15px;
  font-size: 14px;
  line-height: 1.4;
  color: #3a3a3a;
  text-align: left;
  white-space: normal;
}

.product-price {
  white-space: nowrap;
}
.product-price-old {
  position: relative;
  display: inline-block;
  color: #bfc6d0;
}
.product-price-old:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  right: -1px;
  height: 1px;
  background-color: #8b9aaf;
  border-radius: 2px;
  margin-top: 1px;
}

/* Custom HR with text in the middle */
.hr-with-text {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #c4c4c6;
}
.hr-with-text::before, .hr-with-text::after {
  flex-basis: 0;
  flex-grow: 1;
  content: "";
  height: 2px;
  background-color: #dcdcde;
  border-radius: 10rem;
}
.hr-with-text::before {
  margin-right: 10px;
}
.hr-with-text::after {
  margin-left: 10px;
}

/* Payment tag preview edit sceen */
.shape {
  background-color: #E9ECEF;
  border-radius: 6px;
}
.shape.shape-circle-24 {
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.shape.shape-circle-36 {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
.shape.shape-rect-oval-14 {
  height: 14px;
  border-radius: 7px;
}
.shape.shape-rect-oval-16 {
  height: 16px;
  border-radius: 8px;
}
.shape.shape-rect-oval-18 {
  height: 18px;
  border-radius: 9px;
}
.shape.shape-rect-oval-36 {
  height: 36px;
  border-radius: 18px;
}

/* ==========================================================================
	#Line loader
========================================================================== */
html .line-loader-wrapper {
  opacity: 0;
  z-index: -1;
}
html .line-loader-wrapper .line-loader {
  opacity: 0;
}
html.loading .line-loader-wrapper {
  opacity: 1;
  z-index: 9999;
}
html.loading .line-loader-wrapper .line-loader {
  opacity: 1;
}

.line-loader {
  background-color: #fff;
  height: 4px;
  overflow: hidden;
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 1;
  pointer-events: none;
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 436ms;
  z-index: 9999;
}
.line-loader .line-left,
.line-loader .line-right {
  background-color: #007ff5;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  transform-origin: left center;
  transform: scaleX(0);
}
.line-loader .line-left {
  animation: line-left 2s linear infinite;
}
.line-loader .line-right {
  animation: line-right 2s linear infinite;
}

@keyframes line-left {
  0% {
    transform: translate(0) scaleX(0);
  }
  25% {
    transform: translate(0) scaleX(0.5);
  }
  50% {
    transform: translate(25%) scaleX(0.75);
  }
  75% {
    transform: translate(100%) scaleX(0);
  }
  100% {
    transform: translate(100%) scaleX(0);
  }
}
@keyframes line-right {
  0% {
    transform: translate(0) scaleX(0);
  }
  60% {
    transform: translate(0) scaleX(0);
  }
  80% {
    transform: translate(0) scaleX(0.6);
  }
  100% {
    transform: translate(100%) scaleX(0.1);
  }
}
/* ==========================================================================
	#Transitions
========================================================================== */
.topnav-nav li.topnav-item.has-warning::after, #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level::before,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level::before, #main #sidebar .sidebar-nav .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after, .badge.badge-order-status-shipped:before, .badge.badge-order-status-pickup:before, .badge.badge-order-status-cancelled:before, .badge.badge-order-status-completed:before, .badge.badge-order-status-confirmed:before, .badge.badge-order-status-pending:before, .giftcard-radio > label::after, .sepa-radio > input[type=radio] + label::after, .box-radio > input[type=radio] + label::after, .beneficiary-radio > input[type=radio] + label::after, .select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option::after, .SingleDatePicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button,
.SingleDatePicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.SingleDatePicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button,
.DayPicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button,
.DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.DayPicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button, .daterangepicker .calendar .calendar-table .table-condensed th.next, .daterangepicker .calendar .calendar-table .table-condensed th.prev, .search .search-btn, .list-steps-progress li.expired:before, .list-steps-progress li.pending:before, .list-steps-progress li.passed:before, .list-order-status-change li + li:after, .list-color-select li label.label-no-fill span:before, .list-ticked-checkboxes > li > label .has-check::before, .list-rounded-checks li::before, .list-password-strength > li > span::before, .list-infos li::before, .list-packages .list-item label::after, .list-colors .list-item label::after, .list-fonts .list-item label::after, .list-rights li::before, .white-tick-list li::before, .green-circle-tick-list li::before, .blue-tick-list li::before, .ico-font,
.with-ico-font::before, .has-separator[data-separator*=close-1]::after, .go-to-details .go-to-details-title::after, .user-has-action:not(.user-no-arrow)::after, .ico-info:before, .items-avatar-preview.items-avatar-preview-favorite:after {
  display: inline-block;
  background: none;
  font-family: "font_icons";
  line-height: 1;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-font {
  text-align: center;
}

.ico-font-accept-cards::before {
  content: "";
}

.ico-font-account-preview::before {
  content: "";
}

.ico-font-add-customer::before {
  content: "";
}

.ico-font-add-paybutton::before {
  content: "";
}

.ico-font-add-paylink::before {
  content: "";
}

.ico-font-android-logo::before {
  content: "";
}

.ico-font-apple-logo::before {
  content: "";
}

.ico-font-apple-pay::before {
  content: "";
}

.ico-font-attention::before {
  content: "";
}

.ico-font-bag::before {
  content: "";
}

.ico-font-big-cart::before {
  content: "";
}

.status-percentage-oposite.down::after, .status-percentage.equal::after, .status-percentage:not(.status-percentage-oposite).down::after, .ico-font-bottom-arrow::before {
  content: "";
}

.badge.badge-order-status-pickup:before, .badge.badge-order-status-completed:before, .badge.badge-order-status-confirmed:before, .ico-font-check-rounded::before {
  content: "";
}

.ico-font-circled-arrow::before {
  content: "";
}

.list-rounded-checks li::before, .ico-font-circled-check-alt::before {
  content: "";
}

.ico-font-clock::before {
  content: "";
}

.ico-font-clock-arrows::before {
  content: "";
}

.badge.badge-order-status-pending:before, .ico-font-clock-rounded-alt::before {
  content: "";
}

.list-color-select li label.label-no-fill span:before, .list-rights li::before, .ico-font-close-1::before, .has-separator[data-separator*=close-1]::after {
  content: "";
}

.ico-font-columns::before {
  content: "";
}

.ico-font-content-position-column-alt::before {
  content: "";
}

.badge.badge-order-status-cancelled:before, .ico-font-cross-rounded::before {
  content: "";
}

.ico-font-detailed-view::before {
  content: "";
}

.ico-font-detailed-view-second::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-hub::before, .ico-font-device-hub-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-mini-ice::before, .ico-font-device-mini-ice-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-mini::before, .ico-font-device-mini-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-slim::before, .ico-font-device-slim-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-smart-n5::before, .ico-font-device-smart-n5-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-smart::before, .ico-font-device-smart-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-carbon::before, .ico-font-device-carbon-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-combo::before, .ico-font-device-combo-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-go::before, .ico-font-device-go-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-hub-plus::before, .ico-font-device-hub-plus-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-go-2::before, .ico-font-device-go-2-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-pro::before, .ico-font-device-pro-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-ultra::before, .ico-font-device-ultra-stroke::before {
  content: "";
}

.modal-guides .modal-guides-content.guides-content-sigma::before, .ico-font-device-sigma-stroke::before {
  content: "";
}

.ico-font-discount::before {
  content: "";
}

.ico-font-down::before {
  content: "";
}

.ico-font-favorite-star::before, .items-avatar-preview.items-avatar-preview-favorite:after {
  content: "";
}

.ico-font-gears::before {
  content: "";
}

.ico-font-graph-lines::before {
  content: "";
}

.ico-font-header-style-one::before {
  content: "";
}

.ico-font-header-style-two::before {
  content: "";
}

.ico-font-home::before {
  content: "";
}

.ico-font-ideal::before {
  content: "";
}

.ico-font-image-banner::before {
  content: "";
}

.ico-font-image-center::before {
  content: "";
}

.ico-font-image-left-text-long::before {
  content: "";
}

.ico-font-image-left-text-short::before {
  content: "";
}

.ico-font-image-list-left::before {
  content: "";
}

.ico-font-image-logo::before {
  content: "";
}

.ico-font-image-right-text-short::before {
  content: "";
}

.ico-font-image-right-text-long::before {
  content: "";
}

.ico-font-infinity::before {
  content: "";
}

.ico-font-left::before {
  content: "";
}

.SingleDatePicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_leftButton__horizontalDefault::before,
.SingleDatePicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_leftButton__horizontalDefault::before,
.SingleDatePicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_leftButton__horizontalDefault::before,
.DayPicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_leftButton__horizontalDefault::before,
.DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_leftButton__horizontalDefault::before,
.DayPicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_leftButton__horizontalDefault::before, .daterangepicker .calendar .calendar-table .table-condensed th.prev::before, .ico-font-left-arrow::before {
  content: "";
}

.ico-font-left-oval::before {
  content: "";
}

.ico-font-line-chart::before {
  content: "";
}

.ico-font-mini-terminal::before {
  content: "";
}

.ico-font-mini-terminal-and-card::before {
  content: "";
}

.ico-font-minus::before {
  content: "";
}

.ico-font-minus-rounded::before {
  content: "";
}

.ico-font-moon::before {
  content: "";
}

.ico-font-motion-dots::before {
  content: "";
}

.ico-font-notification::before {
  content: "";
}

.ico-font-pencil-edit::before {
  content: "";
}

.ico-font-phone-solid::before {
  content: "";
}

.ico-font-php-logo::before {
  content: "";
}

.ico-font-pie-chart-neutral::before {
  content: "";
}

.ico-font-play-arrow::before {
  content: "";
}

.ico-font-plug::before {
  content: "";
}

.ico-font-plus-rounded::before {
  content: "";
}

.ico-font-plus::before {
  content: "";
}

.ico-font-qr-code::before {
  content: "";
}

#main #sidebar .sidebar-nav .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after, .list-order-status-change li + li:after, .ico-font-right::before, .user-has-action:not(.user-no-arrow)::after {
  content: "";
}

.ico-font-right-angle::before {
  content: "";
}

.SingleDatePicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_rightButton__horizontalDefault::after,
.SingleDatePicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_rightButton__horizontalDefault::after,
.SingleDatePicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_rightButton__horizontalDefault::after,
.DayPicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_rightButton__horizontalDefault::after,
.DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_rightButton__horizontalDefault::after,
.DayPicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_rightButton__horizontalDefault::after, .daterangepicker .calendar .calendar-table .table-condensed th.next::before, .search .search-btn::before, .ico-font-right-arrow::before, .go-to-details .go-to-details-title::after {
  content: "";
}

.ico-font-right-arrow-long::before {
  content: "";
}

.ico-font-right-oval::before {
  content: "";
}

.ico-font-roots::before {
  content: "";
}

.ico-font-sand-clock-alt::before {
  content: "";
}

.ico-font-screens::before {
  content: "";
}

.ico-font-settings-two-wheels-alt::before {
  content: "";
}

.ico-font-shape-circle::before {
  content: "";
}

.ico-font-shape-oval::before {
  content: "";
}

.ico-font-shape-rect::before {
  content: "";
}

.ico-font-shape-rect-round::before {
  content: "";
}

.ico-font-shape-square::before {
  content: "";
}

.ico-font-shopping-cart-magento-logo::before {
  content: "";
}

.ico-font-shopping-cart-oscommerce-logo::before {
  content: "";
}

.ico-font-star-solid::before {
  content: "";
}

.ico-font-sun-light-mode::before {
  content: "";
}

.ico-font-tag::before {
  content: "";
}

.ico-font-thumbnails::before {
  content: "";
}

.giftcard-radio > label::after, .sepa-radio > input[type=radio] + label::after, .box-radio > input[type=radio] + label::after, .beneficiary-radio > input[type=radio] + label::after, .select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option::after, .list-steps-progress li.passed:before, .list-password-strength > li > span::before, .list-packages .list-item label::after, .list-colors .list-item label::after, .list-fonts .list-item label::after, .list-steps-bullets-large li.success::before, .list-steps-bullets-large li.passed::before, .list-rights li.active::before, .white-tick-list li::before, .green-circle-tick-list li::before, .blue-tick-list li::before, .ico-font-tick::before {
  content: "";
}

.list-ticked-checkboxes > li > label .has-check::before, .ico-font-tick-circled::before {
  content: "";
}

.status-percentage-oposite.up::before, .status-percentage.equal::before, .status-percentage:not(.status-percentage-oposite).up::before, .ico-font-top-arrow::before {
  content: "";
}

.ico-font-up::before {
  content: "";
}

.ico-font-variations-circles::before {
  content: "";
}

.ico-font-viber::before {
  content: "";
}

.ico-font-youtube::before {
  content: "";
}

.ico-font-content-left::before {
  content: "";
}

.ico-font-content-center::before {
  content: "";
}

.ico-font-content-right::before {
  content: "";
}

.ico-font-refresh-arrows::before {
  content: "";
}

.ico-font-image-placeholder::before {
  content: "";
}

.ico-font-share::before {
  content: "";
}

.ico-font-arrows-opposite::before {
  content: "";
}

.ico-font-arrows-rotated::before {
  content: "";
}

.ico-font-atm-deposit::before {
  content: "";
}

.ico-font-atm-surcharge::before {
  content: "";
}

.ico-font-badge-alt::before {
  content: "";
}

.ico-font-bank::before {
  content: "";
}

.ico-font-bank-pound::before {
  content: "";
}

.ico-font-bank-with-doc::before {
  content: "";
}

.ico-font-banknote::before {
  content: "";
}

.ico-font-block::before {
  content: "";
}

.ico-font-box::before, .sales-card.sales-card-icon.icon-boxes::before {
  content: "";
}

.ico-font-box-arrow-in::before {
  content: "";
}

.ico-font-box-arrow-out::before {
  content: "";
}

.ico-font-browse-desktop::before {
  content: "";
}

.ico-font-mobile::before {
  content: "";
}

.ico-font-brush::before {
  content: "";
}

.ico-font-calendar::before {
  content: "";
}

.ico-font-card::before {
  content: "";
}

.ico-font-card-topup::before {
  content: "";
}

.ico-font-cart::before {
  content: "";
}

.ico-font-cash-funding::before {
  content: "";
}

.ico-font-cash-back::before {
  content: "";
}

.ico-font-cash-withdrawal::before {
  content: "";
}

.ico-font-chargeback::before {
  content: "";
}

.ico-font-close::before {
  content: "";
}

.ico-font-color-picker::before {
  content: "";
}

.ico-font-commission::before {
  content: "";
}

.ico-font-copy::before {
  content: "";
}

.ico-font-currency-circled::before {
  content: "";
}

.ico-font-customers::before {
  content: "";
}

.ico-font-customer-profile::before {
  content: "";
}

.ico-font-instant::before {
  content: "";
}

.ico-font-delivery-truck::before {
  content: "";
}

.ico-font-direct-debit::before {
  content: "";
}

.ico-font-design::before {
  content: "";
}

.ico-font-details::before {
  content: "";
}

.ico-font-doc::before {
  content: "";
}

.ico-font-invoice-plus::before {
  content: "";
}

.ico-font-invoice-preview::before {
  content: "";
}

#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level::before,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level::before, .ico-font-dots::before {
  content: "";
}

.ico-font-dollar-rounded::before {
  content: "";
}

.ico-font-download-doc::before {
  content: "";
}

.ico-font-download-alt::before {
  content: "";
}

.ico-font-edit::before {
  content: "";
}

.ico-font-email::before {
  content: "";
}

.ico-font-envelope-open::before {
  content: "";
}

.ico-font-eye::before {
  content: "";
}

.ico-font-eye-off::before {
  content: "";
}

.ico-font-fees::before {
  content: "";
}

.ico-font-eye-solid::before {
  content: "";
}

.ico-font-filter::before {
  content: "";
}

.ico-font-folder::before {
  content: "";
}

.ico-font-give-money::before {
  content: "";
}

.ico-font-globe::before {
  content: "";
}

.ico-font-at-sign-payment-tag::before {
  content: "";
}

.ico-font-headphones-star::before {
  content: "";
}

.list-steps-progress li.pending:before, .ico-font-hourglass::before {
  content: "";
}

.blue-header-line--inner .info-circled::before, .ico-font-info-transparent::before, .ico-info:before {
  content: "";
}

.ico-font-integration::before {
  content: "";
}

.ico-font-items::before {
  content: "";
}

.ico-font-knob::before {
  content: "";
}

.ico-font-external-link::before {
  content: "";
}

.ico-font-link::before {
  content: "";
}

.ico-font-check-circle::before {
  content: "";
}

.ico-font-list-view::before {
  content: "";
}

.ico-font-login::before {
  content: "";
}

.list-steps-progress li.pending.pending-search:before, .ico-font-magnifier::before {
  content: "";
}

.ico-font-logout::before {
  content: "";
}

.ico-font-minimize::before {
  content: "";
}

.ico-font-magnifier-crossed::before {
  content: "";
}

.ico-font-money-hold::before {
  content: "";
}

.ico-font-money-lend::before {
  content: "";
}

.ico-font-money-release::before {
  content: "";
}

.ico-font-move::before {
  content: "";
}

.ico-font-padlock::before {
  content: "";
}

.ico-font-padlock-unlocked::before {
  content: "";
}

.ico-font-paste::before {
  content: "";
}

.ico-font-legal::before {
  content: "";
}

.ico-font-percentage-star::before {
  content: "";
}

.ico-font-phone-question::before {
  content: "";
}

.ico-font-pin::before {
  content: "";
}

.ico-font-pin-location::before {
  content: "";
}

.ico-font-promocode::before {
  content: "";
}

.ico-font-money::before {
  content: "";
}

.ico-font-promocode-h::before {
  content: "";
}

.ico-font-purchase-history::before {
  content: "";
}

.ico-font-question-mark-transparent::before {
  content: "";
}

.ico-font-book::before {
  content: "";
}

.ico-font-receive-money::before {
  content: "";
}

.ico-font-reload::before {
  content: "";
}

.ico-font-renew::before, .sales-card.sales-card-icon.icon-refund-1::before {
  content: "";
}

.ico-font-reserve-release::before {
  content: "";
}

.ico-font-reserve-withhold::before {
  content: "";
}

.ico-font-reward-medal::before {
  content: "";
}

.ico-font-save::before {
  content: "";
}

.ico-font-bar-chart::before, .sales-card.sales-card-icon.icon-scale-chart-solid::before {
  content: "";
}

.ico-font-send-letter::before {
  content: "";
}

.ico-font-separate::before {
  content: "";
}

.ico-font-settings::before {
  content: "";
}

.ico-font-share-arrow::before {
  content: "";
}

.ico-font-shield-check::before {
  content: "";
}

.ico-font-snowflake::before {
  content: "";
}

.ico-font-stopwatch::before {
  content: "";
}

.ico-font-store::before {
  content: "";
}

.ico-font-support-user::before {
  content: "";
}

.ico-font-terminal-small-alt::before {
  content: "";
}

.ico-font-topup::before {
  content: "";
}

.ico-font-merge::before {
  content: "";
}

.ico-font-upload::before {
  content: "";
}

.ico-font-upload-sheets::before {
  content: "";
}

.ico-font-user-transparent::before {
  content: "";
}

.ico-font-users-transparent::before {
  content: "";
}

.ico-font-vat::before {
  content: "";
}

.ico-font-wallet::before {
  content: "";
}

.ico-font-warning-circled::before {
  content: "";
}

.ico-font-web-traffic::before {
  content: "";
}

.ico-font-bell-alt::before {
  content: "";
}

.ico-font-bulb::before {
  content: "";
}

.ico-font-cards::before {
  content: "";
}

.ico-font-cart-solid::before {
  content: "";
}

.ico-font-coins::before {
  content: "";
}

.ico-font-palette::before {
  content: "";
}

.ico-font-tax::before {
  content: "";
}

.ico-font-document-card::before {
  content: "";
}

.ico-font-emoney-redemption::before {
  content: "";
}

.topnav-nav li.topnav-item.has-warning::after, .ico-font-exclamation-mark-rounded::before {
  content: "";
}

.list-steps-progress li.expired:before, .ico-font-exclamation-triangle::before {
  content: "";
}

.ico-font-exclamation-triangle-solid::before {
  content: "";
}

.ico-font-garbage-bin::before {
  content: "";
}

.list-infos li::before, .ico-font-info::before, .ico-info:hover:before {
  content: "";
}

.ico-font-lightning::before {
  content: "";
}

.ico-font-location-solid::before {
  content: "";
}

.ico-font-megaphone::before {
  content: "";
}

.ico-font-messages::before {
  content: "";
}

.ico-font-money-anticlockwise::before {
  content: "";
}

.ico-font-original-credit::before {
  content: "";
}

.ico-font-bank-mass-transfer::before {
  content: "";
}

.ico-font-question-mark-rounded::before {
  content: "";
}

.ico-font-refresh::before {
  content: "";
}

.ico-font-send-pin::before {
  content: "";
}

.ico-font-service::before {
  content: "";
}

.ico-font-shield-check-solid::before {
  content: "";
}

.ico-font-splitted-arrow::before {
  content: "";
}

.ico-font-store-bold::before {
  content: "";
}

.ico-font-target::before {
  content: "";
}

.ico-font-tick-refreshing::before {
  content: "";
}

.badge.badge-order-status-shipped:before, .ico-font-truck-ticked::before {
  content: "";
}

.ico-font-user::before, .sales-card.sales-card-icon.icon-person::before {
  content: "";
}

.ico-font-user-rounded::before {
  content: "";
}

.ico-font-users::before {
  content: "";
}

.ico-font-cart-refreshing::before {
  content: "";
}

.ico-font-click-cursor::before {
  content: "";
}

.list-steps-bullets-large li.doc-review::before, .list-steps-bullets-large li.doc-request::before, .ico-font-document-solid::before {
  content: "";
}

.ico-font-clock-fast::before {
  content: "";
}

.ico-font-equalizer::before {
  content: "";
}

.ico-font-equalizer-horizontal::before {
  content: "";
}

.ico-font-hand-card-atm::before {
  content: "";
}

.ico-font-phone-contactless-pay::before {
  content: "";
}

.ico-font-plane-chair::before {
  content: "";
}

.ico-font-store-in-laptop::before {
  content: "";
}

.ico-font-coins-with-arrow::before {
  content: "";
}

.ico-font-tag-data::before {
  content: "";
}

.ico-font-terminal-small-with-card::before {
  content: "";
}

.ico-font-email-automation::before {
  content: "";
}

.ico-font-checklist::before {
  content: "";
}

.ico-font-briefcase::before {
  content: "";
}

.ico-font-bowl::before {
  content: "";
}

.ico-font-chart::before {
  content: "";
}

.ico-font-invoice::before {
  content: "";
}

.ico-font-invoice-clock::before {
  content: "";
}

.ico-font-paid-invoices::before {
  content: "";
}

.ico-font-lowest::before {
  content: "";
}

.ico-font-highest::before {
  content: "";
}

.ico-font-building-rounded::before {
  content: "";
}

.ico-font-emial-solid::before {
  content: "";
}

.ico-font-conent-position-row::before {
  content: "";
}

.ico-font-increase-limits::before {
  content: "";
}

.ico-font-headphones::before {
  content: "";
}

.ico-font-account-funding::before {
  content: "";
}

.ico-font-moto-payment::before {
  content: "";
}

.ico-font-moto-pre-auth::before {
  content: "";
}

.ico-font-payment::before {
  content: "";
}

.ico-font-pre-authorization::before {
  content: "";
}

.ico-font-refund::before {
  content: "";
}

.ico-font-universal::before {
  content: "";
}

.ico-font-twitter::before {
  content: "";
}

.ico-font-facebook::before {
  content: "";
}

.ico-font-instagram::before {
  content: "";
}

.ico-font-folders::before {
  content: "";
}

.ico-font-twitter-new::before {
  content: "";
}

.ico-font-image-last-text-first::before {
  content: "";
}

.ico-font-image-first-text-last::before {
  content: "";
}

.ico-font-shape-square-straight-corners::before {
  content: "";
}

.ico-font-shopping-bag-transparent::before {
  content: "";
}

.ico-font-shape-cube::before {
  content: "";
}

.ico-font-building::before {
  content: "";
}

.ico-font-shape-octahedron::before {
  content: "";
}

.ico-font-shape-sphere-2d::before {
  content: "";
}

.ico-font-shape-octagon::before {
  content: "";
}

.ico-font-shape-cube-cutted::before {
  content: "";
}

.ico-font-shape-triangular-pyramid::before {
  content: "";
}

.ico-font-shape-tesseract::before {
  content: "";
}

.ico-font-shape-tetrahedron::before {
  content: "";
}

.list-steps-bullets-large li.pending::before, .ico-font-sand-clock::before {
  content: "";
}

.list-steps-bullets-large li.inactive::before, .ico-font-unlocked-padlock::before {
  content: "";
}

.ico-font-payment-request::before {
  content: "";
}

.ico-font-warning-circled-thin::before {
  content: "";
}

.ico-font-lighting-bulb::before {
  content: "";
}

.ico-font-trash::before {
  content: "";
}

.ico-font-users-security::before {
  content: "";
}

.ico-font-one-circle::before {
  content: "";
}

.ico-font-two-circle::before {
  content: "";
}

.ico-font-three-circle::before {
  content: "";
}

.ico-font-flag::before {
  content: "";
}

.ico-font-bell::before {
  content: "";
}

.ico-font-padlock-alt::before {
  content: "";
}

.ico-font-gift::before {
  content: "";
}

.ico-font-percent::before {
  content: "";
}

.ico-font-receipt::before {
  content: "";
}

.ico-font-promocode-alt::before {
  content: "";
}

.ico-font-pin-maps-bordered::before {
  content: "";
}

.ico-font-truck-driving::before {
  content: "";
}

.ico-font-payment-cash::before {
  content: "";
}

.ico-font-insights::before {
  content: "";
}

.ico-font-file-check::before {
  content: "";
}

.ico-font-text-underline-wave::before {
  content: "";
}

.ico-font-round-wrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
}

.fullscrean {
  min-height: 100%;
  padding-bottom: 100px;
  background-color: #fff;
}
.fullscrean-flex-column {
  display: flex;
  flex-direction: column;
}
.fullscrean-only-body {
  padding-bottom: 0;
}
.fullscrean-only-body .fullscrean-body {
  padding-bottom: 40px;
}
.fullscrean-head {
  position: sticky;
  top: -1px;
  z-index: 3;
  background-color: #fff;
}
.fullscrean-head.sticky {
  box-shadow: 0 6px 12px rgba(24, 24, 24, 0.04);
}
.fullscrean-body {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
.fullscrean-body-full {
  max-width: unset;
}
.fullscrean-body-sm {
  max-width: 532px;
}
.fullscrean-body-xs {
  max-width: 484px;
}
.fullscrean-body.vertically-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.fullscrean-progress {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 4;
  height: 4px;
  border-radius: 0;
}

/* ==========================================================================
	#Caret
========================================================================== */
.caret {
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0;
  border-top-width: 2px;
  border-right-width: 2px;
  border-style: solid;
  border-color: currentColor;
  color: inherit;
}
.caret.caret-top {
  transform: rotate(-45deg) translate(0, 1px);
}
.caret.caret-right {
  transform: rotate(45deg) translate(-1px, 0);
}
.caret.caret-bottom {
  transform: rotate(135deg) translate(0, 4px);
}
.caret.caret-left {
  transform: rotate(-135deg) translate(0, 2px);
}
.caret-lg {
  width: 10px;
  height: 10px;
}
.caret-lg.caret-right {
  transform: rotate(45deg) translate(0, 0);
}
.caret-lg.caret-bottom {
  transform: rotate(135deg) translate(0, 2px);
}

/* styles */
/* fixes */
/* medias */
/* ==========================================================================
	#Close
========================================================================== */
.close {
  opacity: 1;
  outline: 0;
  outline: none;
}
.close span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.close:hover {
  opacity: 1;
}
.close:hover span {
  background: #0071f5;
  color: #fff;
}

/* styles */
/* fixes */
/* medias */
/* ==========================================================================
	#Buttons
========================================================================== */
.btn {
  white-space: normal;
  font-size: 16px;
  line-height: 1.3125rem;
  box-shadow: none;
  transition: all 0.2s ease;
  /* Action button */
}
.btn:disabled, .btn.disabled {
  opacity: 1;
  cursor: not-allowed;
}
a.btn:disabled, a.btn.disabled {
  pointer-events: all;
}
a.btn:disabled:active, a.btn.disabled:active {
  pointer-events: none;
}

.btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled):focus, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  outline: 0;
  outline: none;
  box-shadow: none;
}
.btn.btn-lg, .btn-group-lg > .btn {
  min-width: 200px;
}
.btn.btn-radius-small {
  border-radius: 8px;
}
.btn.dropdown-toggle ~ .dropdown-menu {
  margin-bottom: 0;
  border: 1px solid #e4ebf3;
  background: #fff;
  border-radius: 13px;
  padding: 8px 0;
  max-height: 300px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.btn.dropdown-toggle ~ .dropdown-menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.btn.dropdown-toggle ~ .dropdown-menu::-webkit-scrollbar-track {
  background-color: #fff;
}
.btn.dropdown-toggle ~ .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.btn.dropdown-toggle ~ .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}
.btn.dropdown-toggle ~ .dropdown-menu .dropdown-item {
  padding: 7px 15px;
  line-height: 1.4286;
  color: #181818;
  font-weight: 400;
  background-color: transparent;
}
.btn.dropdown-toggle ~ .dropdown-menu .dropdown-item:hover, .btn.dropdown-toggle ~ .dropdown-menu .dropdown-item:focus {
  background-color: #ebf4ff;
}
.btn.dropdown-toggle ~ .dropdown-menu .dropdown-item.active, .btn.dropdown-toggle ~ .dropdown-menu .dropdown-item:active {
  color: #fff;
  background-color: #0071f5;
  text-decoration: none;
}
.btn.dropdown-toggle ~ .dropdown-menu .dropdown-item-title {
  padding: 0.25rem 1.5rem;
  font-weight: 500;
  color: #181818;
  margin: 0;
}
.btn.dropdown-toggle ~ .dropdown-menu .dropdown-item-title:not(:first-child) {
  border-top: 1px solid #dcdcde;
  margin-top: 4px;
  padding-top: 8px;
}
.btn .ico-font {
  margin-top: -3px;
}
.btn .ico-font.mt_0 {
  margin-top: 0;
}
.btn .ico-font.mt_-1 {
  margin-top: -1px;
}
.btn:not(.btn-block) + .btn:not(.btn-block) {
  margin-left: 10px;
}
.btn.btn-toggle-left, .btn.btn-toggle-right {
  padding-top: 0;
  padding-bottom: 0;
}
.btn.btn-toggle-left > label, .btn.btn-toggle-right > label {
  padding-top: 0.65625rem;
  padding-bottom: 0.65625rem;
}
.btn.btn-upload {
  position: relative;
  margin-bottom: 0;
}
.btn.btn-upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.input-group .input-group-append .btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.input-group .input-group-prepend .btn {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.btn:disabled.btn-disabled-with-tooltip, .btn.disabled.btn-disabled-with-tooltip {
  pointer-events: all;
}
.btn:disabled.btn-disabled-with-tooltip:hover, .btn:disabled.btn-disabled-with-tooltip:active, .btn:disabled.btn-disabled-with-tooltip:focus, .btn:disabled.btn-disabled-with-tooltip:active:focus, .btn.disabled.btn-disabled-with-tooltip:hover, .btn.disabled.btn-disabled-with-tooltip:active, .btn.disabled.btn-disabled-with-tooltip:focus, .btn.disabled.btn-disabled-with-tooltip:active:focus {
  color: #6c757d;
}
.btn-action .btn-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.btn-action .btn-entry {
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-action .btn-loader,
.btn-action .btn-successful,
.btn-action .btn-error {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-action.btn-status-loading .btn-entry, .btn-action.btn-status-success .btn-entry, .btn-action.btn-status-error .btn-entry {
  opacity: 0;
}
.btn-action.btn-status-loading .btn-loader,
.btn-action.btn-status-loading .btn-successful,
.btn-action.btn-status-loading .btn-error, .btn-action.btn-status-success .btn-loader,
.btn-action.btn-status-success .btn-successful,
.btn-action.btn-status-success .btn-error, .btn-action.btn-status-error .btn-loader,
.btn-action.btn-status-error .btn-successful,
.btn-action.btn-status-error .btn-error {
  display: block;
}

.input-group .form-control-lg ~ .input-group-append:last-child .btn {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.dropdown-toggle {
  transition: all 0.2s ease;
}
.dropdown-toggle:hover::after {
  border-bottom: 2px solid #0071f5;
  border-left: 2px solid #0071f5;
}
.dropdown-toggle::after {
  margin-top: -5px;
  border: 0;
  border-bottom: 2px solid #181818;
  border-left: 2px solid #181818;
}
.dropdown-toggle::after, .dropup .dropdown-toggle::after {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  vertical-align: middle;
  transform: rotate(-45deg);
}
.dropup .dropdown-toggle::after {
  margin-top: 0;
  border-top: 2px solid #181818;
  border-right: 2px solid #181818;
  border-bottom: 0;
  border-left: 0;
}
.dropdown-toggle[class*=min-wi] {
  min-width: 150px;
  text-align: left;
}
.dropdown-toggle[class*=min-wi]::after {
  float: right;
  margin-top: 7px;
}
.dropdown-toggle.min-wi-acc {
  min-width: 260px;
}

.btn-default {
  border: 1px solid #c4c4c6;
  background-color: #fff;
  color: #181818;
  box-shadow: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:focus:hover, .btn-group.show .btn-default.dropdown-toggle {
  border-color: #c2d7ff;
  background-color: #fff;
  color: #0071f5;
  box-shadow: none;
}
.btn-group .btn-default.full-btn {
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active:focus {
  border-color: #c2d7ff;
  background-color: #fff;
  color: #0071f5;
}
.btn-default:focus {
  outline: none;
}
.btn-default:disabled, .btn-default.disabled, .btn-default:disabled:hover, .btn-default:disabled:focus, .btn-default:disabled:focus:hover, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:focus:hover, .btn-default.no-focus:focus {
  border-color: #c4c4c6;
  background: #f5f5f7;
  color: #c4c4c6;
}
.btn-default.round {
  width: 38px;
  height: 38px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  padding: 3px;
}
.btn-default.round[aria-expanded=true] {
  border-color: #c2d7ff;
  color: #0071f5;
}
.dropdown.show > .btn-default.dropdown-toggle {
  border-color: #c2d7ff;
  background-color: #fff;
  color: #0071f5;
  box-shadow: none;
}
.btn-default.dropdown-toggle {
  box-shadow: none;
}
.btn-default.dropdown-toggle::after {
  border-color: #181818;
}
.btn-default.dropdown-toggle[aria-expanded=true]::after {
  border-color: #0071f5;
}
.btn-default.dropdown-toggle:hover::after, .btn-default.dropdown-toggle:focus::after, .btn-default.dropdown-toggle:active::after, .btn-default.dropdown-toggle:not(:disabled):not(.disabled):active::after, .btn-default.dropdown-toggle:not(:disabled):not(.disabled).active::after {
  border-color: #0071f5;
}
.dropdown.show .btn-default.dropdown-toggle::after {
  border-color: #0071f5;
}
.btn-default.dropdown-toggle.disabled::after {
  border-color: #c4c4c6;
}

.btn-default-alt, .btn-default-alt:disabled, .btn-default-alt.disabled, .btn-default-alt.no-focus:focus, .btn-default-alt:focus, .btn-default-alt:active {
  border-color: #c4c4c6;
  background-color: #fff;
  color: #0071f5;
  box-shadow: none;
}
.btn-default-alt.is-invalid, .btn-default-alt:disabled.is-invalid, .btn-default-alt.disabled.is-invalid, .btn-default-alt.no-focus:focus.is-invalid, .btn-default-alt:focus.is-invalid, .btn-default-alt:active.is-invalid {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-default-alt.c_alert_1, .btn-default-alt:disabled.c_alert_1, .btn-default-alt.disabled.c_alert_1, .btn-default-alt.no-focus:focus.c_alert_1, .btn-default-alt:focus.c_alert_1, .btn-default-alt:active.c_alert_1 {
  color: #e74f76;
}
.btn-default-alt:hover, .btn-group.show .btn-default-alt.dropdown-toggle {
  border-color: #0071f5;
  background-color: #fff;
}
.btn-default-alt:hover.is-invalid, .btn-group.show .btn-default-alt.dropdown-toggle.is-invalid {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-default-alt:hover.c_alert_1, .btn-group.show .btn-default-alt.dropdown-toggle.c_alert_1 {
  color: #e74f76;
}
.btn-default-alt:not(:disabled):not(.disabled):active, .btn-default-alt:not(:disabled):not(.disabled).active, .btn-default-alt:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.btn-default-alt:focus {
  outline: 0;
  outline: none;
}
.btn-default-alt.round {
  width: 38px;
  height: 38px;
  padding: 3px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
}

.btn-primary,
.daterangepicker .btn-primary {
  background: #0071f5;
  border: 1px solid #0071f5;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:focus:hover,
.daterangepicker .btn-primary:hover,
.daterangepicker .btn-primary:focus,
.daterangepicker .btn-primary:focus:hover {
  background: #005ac4;
  border: 1px solid #005ac4;
}
.btn-primary:focus,
.daterangepicker .btn-primary:focus {
  outline: none;
}
.btn-primary.no-focus:focus,
.daterangepicker .btn-primary.no-focus:focus {
  background: #0071f5;
  border: 1px solid #0071f5;
}
.btn-primary:disabled, .btn-primary.disabled,
.daterangepicker .btn-primary:disabled,
.daterangepicker .btn-primary.disabled {
  background: #c4c4c6;
  border-color: #c4c4c6;
  opacity: 1;
}
.btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled:focus:hover, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:focus:hover,
.daterangepicker .btn-primary:disabled:hover,
.daterangepicker .btn-primary:disabled:focus,
.daterangepicker .btn-primary:disabled:focus:hover,
.daterangepicker .btn-primary.disabled:hover,
.daterangepicker .btn-primary.disabled:focus,
.daterangepicker .btn-primary.disabled:focus:hover {
  background: #c4c4c6;
  border-color: #c4c4c6;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.daterangepicker .btn-primary:not(:disabled):not(.disabled):active,
.daterangepicker .btn-primary:not(:disabled):not(.disabled).active,
.daterangepicker .btn-primary:not(:disabled):not(.disabled):active:focus,
.daterangepicker .btn-primary:not(:disabled):not(.disabled).active:focus {
  background: #005ac4;
  border: 1px solid #005ac4;
}

.btn-red {
  color: #fff;
}
.btn-red, .btn-red.no-focus:focus {
  background: #e74f76;
  border: 1px solid #e74f76;
}
.btn-red:hover, .btn-red:focus, .btn-red:focus:hover {
  background: #e3305e;
  border: 1px solid #e3305e;
  color: #fff;
}
.btn-red:disabled, .btn-red.disabled, .btn-red:disabled:hover, .btn-red:disabled:focus, .btn-red:disabled:focus:hover, .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:focus:hover {
  background: #f19bb1;
  border: 1px solid #f19bb1;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus {
  background: #c51b46;
  border: 1px solid #c51b46;
  color: #fff;
}
.btn-red:focus {
  outline: none;
}

.btn-link {
  font-weight: 500;
  border-radius: 0;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  color: #005ac4;
  text-decoration: none;
}
.btn-link-white {
  color: #fff;
  font-weight: 500;
}
.btn-link-white:hover, .btn-link-white:focus, .btn-link-white:active {
  color: #fff;
}
.btn-link-gray {
  color: #181818;
  font-weight: 500;
}
.btn-link-gray:hover, .btn-link-gray:focus, .btn-link-gray:active {
  color: #181818;
}
.btn-link-light-gray {
  color: #939394;
  font-weight: 500;
}
.btn-link-light-gray:hover, .btn-link-light-gray:focus, .btn-link-light-gray:active {
  color: #0071f5;
}
.btn-link-red {
  color: #e74f76;
  font-weight: 500;
}
.btn-link-red:hover, .btn-link-red:focus, .btn-link-red:active {
  color: #b0143c;
}
.btn-link-green {
  color: #05c583;
  font-weight: 500;
}
.btn-link-green:hover, .btn-link-green:focus, .btn-link-green:active {
  color: #04a26c;
}
.btn-link-underlined {
  text-decoration: underline;
}
.btn-link-underlined:hover, .btn-link-underlined:focus, .btn-link-underlined:active {
  text-decoration: none;
}
.btn-link .ico-font {
  margin-right: 5px;
}
.btn-link .ico-font.mr_0 {
  margin-right: 0;
}
.btn-link .ico-font.mr_8 {
  margin-right: 8px;
}
.btn-link.add-image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: 2px dashed #0071f5;
  border-radius: 4px;
  color: #0071f5;
}
.btn-link.add-image-link .ico-font {
  margin-right: 0;
  margin-top: 0;
}
.btn-link.add-image-link:hover {
  border-color: #0071f5;
}

.btn-collapse .caret {
  width: 10px;
  height: 10px;
  color: #181818;
}
.btn-collapse .caret.caret-bottom {
  transform: rotate(135deg) translate(-2px, 2px);
}

.btn-round {
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  position: relative;
}
.btn-round::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.btn-round > .btn-round-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-round > .btn-round-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.btn-round > .btn-round-inner > .ico-font {
  margin-top: 0;
}
.btn-round.btn-round-rounded {
  border-radius: 25%;
}
.btn-round.dropdown-toggle::after {
  display: none;
}

.btn-round-icon {
  width: 30px;
  height: 30px;
  background-color: #ebf4ff;
  color: #0071f5;
  border: none;
}
.btn-round-icon:before {
  content: none;
}

.btn-squared {
  overflow: hidden;
  padding: 0;
  border-radius: 8px;
  position: relative;
}
.btn-squared::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.btn-squared > .btn-squared-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-squared > .btn-squared-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.btn-squared > .btn-squared-inner > .ico-font {
  margin-top: 0;
}
.btn-squared.btn-round-rounded {
  border-radius: 25%;
}
.btn-squared.dropdown-toggle::after {
  display: none;
}

.btn-transparent {
  border: 1px solid transparent;
  background-color: transparent;
  color: #181818;
  box-shadow: none;
}
.btn-transparent:hover, .btn-check:focus + .btn-transparent, .btn-transparent:focus, .btn-check:checked + .btn-transparent, .btn-check:active + .btn-transparent, .btn-transparent:active, .btn-transparent.active, .btn-transparent[aria-describedby], .show > .btn-transparent {
  border-color: #c4c4c6;
}
.btn-transparent.no-border:hover, .btn-transparent.no-border:focus, .btn-transparent.no-border:active {
  border-color: transparent;
}

.btn-default[type=button],
.btn-tertiary[type=button],
.btn-round[type=button],
.btn-bordered[type=button] {
  -webkit-appearance: none;
}

.btn-tertiary {
  border-color: #dcdcde;
}
.btn-tertiary, .btn-tertiary:disabled, .btn-tertiary.disabled {
  background: #fff;
  color: #c4c4c6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}
.dropdown.show > .btn-tertiary.dropdown-toggle {
  border-color: #0071f5;
  background: #fff;
  color: #0071f5;
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active, .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active {
  border-color: #dcdcde;
  background: #dcdcde;
  color: #c4c4c6;
}

.btn-bordered {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-bordered:hover, .btn-bordered:focus, .btn-bordered:active, .btn-bordered:not(:disabled):not(.disabled):active, .btn-bordered:not(:disabled):not(.disabled).active {
  border-color: #0071f5;
  background-color: transparent;
  color: #0071f5;
}
.btn-bordered.btn-bordered-red {
  color: #e74f76;
}
.btn-bordered.btn-bordered-red, .btn-bordered.btn-bordered-red:disabled, .btn-bordered.btn-bordered-red.disabled, .btn-bordered.btn-bordered-red.no-focus:focus {
  border: 1px solid #e74f76;
  background-color: #fff;
  color: #e74f76;
}
.btn-bordered.btn-bordered-red:hover, .btn-bordered.btn-bordered-red:focus, .btn-bordered.btn-bordered-red:focus:hover {
  border: 1px solid #e3305e;
  color: #e3305e;
}
.btn-bordered.btn-bordered-red:not(:disabled):not(.disabled):active, .btn-bordered.btn-bordered-red:not(:disabled):not(.disabled).active, .btn-bordered.btn-bordered-red:not(:disabled):not(.disabled):active:focus, .btn-bordered.btn-bordered-red:not(:disabled):not(.disabled).active:focus {
  color: #e74f76;
  border: 1px solid #c51b46;
  color: #c51b46;
}
.btn-bordered.btn-bordered-blue {
  color: #0071f5;
}
.btn-bordered.btn-bordered-blue, .btn-bordered.btn-bordered-blue:disabled, .btn-bordered.btn-bordered-blue.disabled, .btn-bordered.btn-bordered-blue.no-focus:focus {
  border: 1px solid #0071f5;
  background-color: #fff;
  color: #0071f5;
}
.btn-bordered.btn-bordered-blue:hover, .btn-bordered.btn-bordered-blue:focus, .btn-bordered.btn-bordered-blue:focus:hover {
  border: 1px solid #0061d1;
  color: #0061d1;
}
.btn-bordered.btn-bordered-blue:not(:disabled):not(.disabled):active, .btn-bordered.btn-bordered-blue:not(:disabled):not(.disabled).active, .btn-bordered.btn-bordered-blue:not(:disabled):not(.disabled):active:focus, .btn-bordered.btn-bordered-blue:not(:disabled):not(.disabled).active:focus {
  color: #0071f5;
  border: 1px solid #00499e;
  color: #00499e;
}

.btn-icon {
  display: inline-block;
  color: #939394;
  text-decoration: none;
}
.btn-icon:hover, .btn-icon:hover > i.ico-font {
  color: #939394;
  text-decoration: none;
}

.btn-green, .btn-green:disabled, .btn-green.disabled, .btn-green.no-focus:focus {
  background: #05c583;
  border: 1px solid #05c583;
  color: #fff;
  box-shadow: 0 6px 20px -4px rgba(24, 24, 24, 0.3);
}
.btn-green:hover, .btn-green:focus, .btn-green:focus:hover {
  background: #04a26c;
  box-shadow: 0px 0px 0px 0px rgba(24, 24, 24, 0.3);
  border: 1px solid #04a26c;
  color: #fff;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus {
  background: #03704b;
  box-shadow: 0px 0px 0px 0px rgba(24, 24, 24, 0.3);
  border: 1px solid #03704b;
  color: #fff;
}
.btn-green:focus {
  box-shadow: 0 6px 20px -4px rgba(24, 24, 24, 0.3);
  outline: none;
}

.btn-white-bg, .btn-white-bg:link, .btn-white-bg:focus, .btn-white-bg:active, .btn-white-bg:visited, .btn-white-bg:active:focus {
  border: 1px solid #dadada;
  outline: 0;
  color: #019bf3;
  text-transform: none;
  transition: all 0.1s ease;
  background-color: #fff;
  box-shadow: none;
}

.btn-white-bg:hover, .btn-white-bg:active:focus {
  border: 1px solid #019bf3;
  color: #fff;
  transition: all 0.1s ease;
  background-color: #019bf3;
}

.btn-toggle-left,
.btn-toggle-right,
.btn-toggle-top-right {
  display: inline-block;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.btn-toggle-left label,
.btn-toggle-right label,
.btn-toggle-top-right label {
  position: relative;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.btn-toggle-left label span,
.btn-toggle-right label span,
.btn-toggle-top-right label span {
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn-toggle-left input,
.btn-toggle-right input,
.btn-toggle-top-right input {
  display: none;
}
.btn-toggle-left input + label .btn-toggle-checked,
.btn-toggle-right input + label .btn-toggle-checked,
.btn-toggle-top-right input + label .btn-toggle-checked {
  display: none;
}
.btn-toggle-left input + label .btn-toggle-unchecked,
.btn-toggle-right input + label .btn-toggle-unchecked,
.btn-toggle-top-right input + label .btn-toggle-unchecked {
  display: inline-block;
}
.btn-toggle-left input:checked + label .btn-toggle-checked,
.btn-toggle-right input:checked + label .btn-toggle-checked,
.btn-toggle-top-right input:checked + label .btn-toggle-checked {
  display: inline-block;
}
.btn-toggle-left input:checked + label .btn-toggle-unchecked,
.btn-toggle-right input:checked + label .btn-toggle-unchecked,
.btn-toggle-top-right input:checked + label .btn-toggle-unchecked {
  display: none;
}
.btn-toggle-left.disabled label,
.btn-toggle-right.disabled label,
.btn-toggle-top-right.disabled label {
  cursor: not-allowed;
}

.btn-toggle-left label::before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 40px;
  margin-right: 8px;
  border-radius: 12px;
  background-color: #c4c4c6;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-toggle-left label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #c4c4c6;
  cursor: pointer;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
}
.btn-toggle-left input:checked + label::before {
  background-color: #c2d7ff;
}
.btn-toggle-left input:checked + label::after {
  transform: translate(16px, -50%);
  background-color: #0071f5;
  transition: all 0.3s ease;
}
.btn-toggle-left.btn-toggle-blue label::before {
  background-color: #0071f5;
}
.btn-toggle-left.btn-toggle-blue label::after {
  box-shadow: none;
}
.btn-toggle-left.btn-toggle-blue input:checked + label::before {
  background-color: #0071f5;
}
.btn-toggle-left.disabled label::before, .btn-toggle-left.disabled label::after {
  cursor: not-allowed;
}

.btn-toggle-right label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #c4c4c6;
  cursor: pointer;
  transform: translate(0, -50%);
  transition: all 0.3s ease;
  transform: translate(-16px, -50%);
}
.btn-toggle-right label::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 40px;
  margin-left: 8px;
  border-radius: 12px;
  background-color: #c4c4c6;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-toggle-right input:checked + label::before {
  transform: translate(0px, -50%);
  background-color: #0071f5;
  transition: all 0.3s ease;
}
.btn-toggle-right input:checked + label::after {
  background-color: #c2d7ff;
}
.btn-toggle-right.disabled label::before, .btn-toggle-right.disabled label::after {
  cursor: not-allowed;
}

.btn-toggle-top-right label::before {
  position: absolute;
  bottom: -5px;
  right: 2px;
  z-index: 2;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 1px 1px 5px #dcdcde;
  transform: translate(-17px, -50%);
  transition: all 0.3s ease;
}
.btn-toggle-top-right label::after {
  position: relative;
  content: "";
  display: block;
  width: 35px;
  height: 18px;
  margin-top: 5px;
  margin-left: auto;
  background-color: #dcdcde;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 12px;
  box-shadow: inset 0 0 2px 1px rgba(24, 24, 24, 0.1);
  transition: all 0.3s ease;
}
.btn-toggle-top-right input + label .btn-toggle-checked {
  display: none;
}
.btn-toggle-top-right input + label .btn-toggle-unchecked {
  display: block;
}
.btn-toggle-top-right input:checked + label .btn-toggle-checked {
  display: block;
}
.btn-toggle-top-right input:checked + label .btn-toggle-unchecked {
  display: none;
}
.btn-toggle-top-right input:checked + label::before {
  box-shadow: -1px -1px 5px rgba(24, 24, 24, 0.1);
  transform: translate(0px, -50%);
  transition: all 0.3s ease;
}
.btn-toggle-top-right input:checked + label::after {
  background-color: #05c583;
}
.btn-toggle-top-right.btn-toggle-blue label::before {
  box-shadow: none;
}
.btn-toggle-top-right.btn-toggle-blue label::after {
  background-color: #0071f5;
}
.btn-toggle-top-right.btn-toggle-blue input:checked + label::after {
  background-color: #0071f5;
}
.btn-toggle-top-right.disabled label::before, .btn-toggle-top-right.disabled label::after {
  cursor: not-allowed;
}

.btn-toggle-middle {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none !important;
}
.btn-toggle-middle label {
  margin-bottom: 0;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex: 1 1 100%;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.btn-toggle-middle label span {
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn-toggle-middle label .btn-switch {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 0;
  order: 1;
}
.btn-toggle-middle label .btn-toggle-unchecked,
.btn-toggle-middle label .btn-toggle-checked {
  flex: 1 1 0%;
  display: flex;
}
.btn-toggle-middle label .btn-toggle-unchecked {
  justify-content: flex-end;
  text-align: right;
}
.btn-toggle-middle label .btn-toggle-checked {
  order: 2;
  text-align: left;
}
.btn-toggle-middle input {
  display: none;
}
.btn-toggle-middle input + label .btn-toggle-checked {
  color: #939394;
  font-weight: 400;
}
.btn-toggle-middle input + label .btn-toggle-unchecked {
  color: #181818;
  font-weight: 700;
}
.btn-toggle-middle input:checked + label .btn-toggle-checked {
  color: #181818;
  font-weight: 700;
}
.btn-toggle-middle input:checked + label .btn-toggle-unchecked {
  color: #939394;
  font-weight: 400;
}
.btn-toggle-middle .btn-switch::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  box-shadow: none;
  transition: all 0.3s ease;
  transform: translate(-17px, -50%);
}
.btn-toggle-middle .btn-switch::after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 35px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 12px;
  background-color: #0071f5;
  transition: all 0.3s ease;
  cursor: pointer;
  box-shadow: inset 0 0 2px 1px rgba(24, 24, 24, 0.1);
}
.btn-toggle-middle input:checked + label .btn-switch::before {
  transform: translate(0px, -50%);
  box-shadow: -1px -1px 5px rgba(24, 24, 24, 0.1);
  transition: all 0.3s ease;
}
.btn-toggle-middle input:checked + label .btn-switch::after {
  background-color: #0071f5;
}
.btn-toggle-middle.btn-toggle-large .btn-switch::before {
  width: 20px;
  height: 20px;
}
.btn-toggle-middle.btn-toggle-large .btn-switch::after {
  width: 40px;
  height: 24px;
}
.btn-toggle-middle.btn-toggle-middle-white input {
  display: none;
}
.btn-toggle-middle.btn-toggle-middle-white input + label .btn-toggle-checked {
  color: #fff;
  opacity: 0.5;
}
.btn-toggle-middle.btn-toggle-middle-white input + label .btn-toggle-unchecked {
  color: #fff;
  opacity: 1;
}
.btn-toggle-middle.btn-toggle-middle-white input:checked + label .btn-toggle-checked {
  color: #fff;
  opacity: 1;
}
.btn-toggle-middle.btn-toggle-middle-white input:checked + label .btn-toggle-unchecked {
  color: #fff;
  opacity: 0.5;
}
.btn-toggle-middle.btn-toggle-middle-white .btn-switch::after {
  content: "";
  background-color: #005ac4;
}
.btn-toggle-middle.btn-toggle-middle-white input:checked + label .btn-switch::after {
  background-color: #005ac4;
}
.btn-toggle-middle.disabled label, .btn-toggle-middle.disabled .btn-switch::before, .btn-toggle-middle.disabled .btn-switch::after {
  cursor: not-allowed;
}

.btn-hover-animation {
  font-size: 0;
  padding: 0 11px;
  position: relative;
  line-height: 1em;
}
.btn-hover-animation .ico-font {
  font-size: 16px;
  color: white;
}
.btn-hover-animation:hover {
  font-size: 14px;
  line-height: 1em;
}
.btn-hover-animation:hover .ico-font {
  margin-right: 10px;
}

.btn-toggle-big {
  text-align: center;
}
.btn-toggle-big .btn-toggle-big-inner {
  display: inline-flex;
  flex-wrap: nowrap;
  background-color: #fff;
  border-radius: 20px;
  padding: 4px;
  position: relative;
  z-index: 1;
}
.btn-toggle-big .btn-toggle-big-inner label {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 7px 25px;
  font-size: 0.8125rem;
  line-height: 1.44;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  position: relative;
}
.btn-toggle-big .btn-toggle-big-inner label::before, .btn-toggle-big .btn-toggle-big-inner label::after {
  content: "";
}
.btn-toggle-big .btn-toggle-big-inner .active-element {
  position: absolute;
  background-color: #0071f5;
  border-radius: 20px;
  z-index: -1;
}
.btn-toggle-big input {
  display: none;
}
.btn-toggle-big input:first-of-type ~ label:first-of-type {
  color: #939394;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-toggle-big input:last-of-type ~ label:last-of-type {
  color: #939394;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-toggle-big input:first-of-type:checked ~ label:first-of-type {
  color: #fff;
  cursor: default;
  transition: all 0.3s ease;
}
.btn-toggle-big input:last-of-type:checked ~ label:last-of-type {
  color: #fff;
  cursor: default;
  transition: all 0.3s ease;
}
.btn-toggle-big.disabled input:first-of-type ~ label:first-of-type, .btn-toggle-big.disabled input:last-of-type ~ label:last-of-type, .btn-toggle-big.disabled input:first-of-type:checked ~ label:first-of-type, .btn-toggle-big.disabled input:last-of-type:checked ~ label:last-of-type {
  cursor: not-allowed;
}

button:focus {
  outline: none;
}

.btn-tooltip {
  color: inherit;
  cursor: auto;
}
.btn-tooltip:hover {
  color: inherit;
}

.btn-rounded-ico {
  border: 0;
  background-color: transparent;
  padding: 0;
  white-space: nowrap;
}
.btn-rounded-ico span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  color: #181818;
  line-height: 1.3;
  transition: all 0.2s ease;
}
.btn-rounded-ico span.btn-inner-ico {
  border: 1px solid #c4c4c6;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
.btn-rounded-ico span.btn-inner-ico::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.btn-rounded-ico span.btn-inner-ico > .btn-inner-ico-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btn-rounded-ico span.btn-inner-ico > .btn-inner-ico-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 14px;
}
.btn-rounded-ico span.btn-inner-ico > .btn-inner-ico-inner > .ico-font {
  margin-top: 0;
}
.btn-rounded-ico:hover span {
  color: #0071f5;
}
.btn-rounded-ico:hover span.btn-inner-ico {
  border-color: #c2d7ff;
}

.toggle-add-product {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 510px;
  padding: 0;
  margin: 0 auto;
  background-color: #dcdcde;
  border: 5px solid #dcdcde;
  border-radius: 24px;
  list-style-type: none;
}
.toggle-add-product li {
  flex: 1 1 50%;
  max-width: 50%;
  border-radius: 20px;
}
.toggle-add-product li.active {
  background-color: #fff;
}
.toggle-add-product li.active .toggle-add-product-link {
  color: #0071f5;
}
.toggle-add-product .toggle-add-product-link {
  display: block;
  width: 100%;
  color: #181818;
  transition: color 0.3s;
}
.toggle-add-product .toggle-add-product-link:hover {
  color: #0071f5;
}
.toggle-add-product .toggle-add-product-link:not(:disabled):not(.disabled):active, .toggle-add-product .toggle-add-product-link:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
.toggle-add-product .toggle-add-product-link .ico-font {
  margin-right: 10px;
}

.paybutton-preview {
  display: flex;
  flex-direction: column;
  height: 40px;
  align-items: flex-start;
  justify-content: flex-end;
}
.paybutton-preview .paybutton-preview-inner {
  position: relative;
}
.paybutton-preview .paybutton-preview-inner .btn-round-icon {
  position: absolute;
  top: -15px;
  right: -15px;
}
.paybutton-preview .preview-button {
  min-width: 140px;
  min-height: 40px;
  line-height: 1.21;
  border: none;
  box-shadow: none;
  background-color: #0071f5;
  pointer-events: none;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.paybutton-preview .preview-button:not(:disabled):not(.disabled) {
  cursor: default;
}
.paybutton-preview.paybutton-preview-small .preview-button {
  min-width: 80px;
  min-height: 20px;
  padding: 0 10px;
}
.paybutton-preview.paybutton-preview-small .paybutton-preview-inner {
  position: relative;
}
.paybutton-preview.paybutton-preview-small .paybutton-preview-inner .btn-round-icon {
  top: -20px;
  right: -20px;
}
.paybutton-preview.paybutton-preview-sharp .preview-button {
  border-radius: 0;
}
.paybutton-preview.paybutton-preview-oval .preview-button {
  border-radius: 20px;
}
.paybutton-preview.paybutton-preview-centered {
  align-items: center;
}

.btn-light-blue {
  border-color: #e5f1fe;
  background-color: #e5f1fe;
  color: #0071f5;
}
.btn-light-blue:hover {
  border-color: #0071f5;
  background-color: #0071f5;
  color: #e5f1fe;
}

.btn-md-icon-responsive {
  min-width: 120px;
}
.btn-md-icon-responsive .ico-font {
  display: none;
}

.btn-burger {
  position: relative;
  width: 24px;
  height: 20px;
  padding: 0;
  border: 0;
  background: 0;
  font-size: 0;
  border-radius: 0;
}
.btn-burger::before,
.btn-burger span::before,
.btn-burger span::after {
  display: block;
  width: 100%;
  height: 3px;
  background: #181818;
  content: "";
}
.btn-burger::before,
.btn-burger span::before {
  margin-bottom: 5px;
}
.btn-burger span::before,
.btn-burger span::after {
  transition: all 0.3s ease;
}
.btn-burger[aria-expanded=false]::before {
  transition: all 0.3s ease;
}
.btn-burger[aria-expanded=true] {
  animation: rotate-360 0.3s ease-out;
}
.btn-burger[aria-expanded=true]::before {
  opacity: 0;
}
.btn-burger[aria-expanded=true] span::before {
  transform: translate(-1px, -1px) rotate(45deg);
}
.btn-burger[aria-expanded=true] span::after {
  transform: translate(-1px, -9px) rotate(-45deg);
}

/* medias */
@media only screen and (max-width: 767px) {
  .btn-toggle-big .btn-toggle-big-inner label {
    padding: 7px 15px;
  }

  .btn-md-icon-responsive {
    min-width: auto;
    font-size: 0;
    height: 45px;
    width: 45px;
    padding: 0;
    border-radius: 50%;
  }
  .btn-md-icon-responsive .ico-font {
    display: block !important;
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .toggle-add-product .toggle-add-product-link {
    font-size: 0;
  }
  .toggle-add-product .toggle-add-product-link .ico-font {
    position: relative;
    top: 2px;
    margin-right: 0;
  }
}
/* Apple Pay Button */
.apple-pay-button {
  width: 100%;
  height: 40px;
  display: inline-block;
  -webkit-appearance: -apple-pay-button;
  cursor: pointer;
}

.apple-pay-button-with-text > * {
  display: none;
}

.apple-pay-button-black-with-text {
  -apple-pay-button-style: black;
}

.apple-pay-button-white-with-text {
  -apple-pay-button-style: white;
}

.apple-pay-button-white-with-line-with-text {
  -apple-pay-button-style: white-outline;
}

.apple-pay-button-text-book {
  -apple-pay-button-type: book;
}

.apple-pay-button-text-plain {
  -apple-pay-button-type: plain;
}

.apple-pay-button-text-setup {
  -apple-pay-button-type: set-up;
}

.apple-pay-button-text-buy {
  -apple-pay-button-type: buy;
}

.apple-pay-button-text-check-out {
  -apple-pay-button-type: check-out;
}

.apple-pay-button-text-donate {
  -apple-pay-button-type: donate;
}

/* ==========================================================================
	#Spinner
========================================================================== */
/* common fixes */
/* basic styles */
.spinner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.spinner > * {
  margin-right: 10px;
}

/* custom styles */
/* ==========================================================================
	#Popovers
========================================================================== */
.popover.popover-md {
  max-width: 350px;
}
.popover[data-x-out-of-boundaries] {
  display: none !important;
}

.popover-header {
  font-size: 1rem;
  font-weight: 500;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.popover-header ~ .arrow::after {
  border-bottom-color: #ebf4ff;
}
.popover-header ~ .popover-body {
  padding: 14px 16px;
}
.popover-header ~ .popover-body .popover-form {
  padding: 0;
}

.popover-footer {
  padding: 14px 16px;
  border-top: 1px solid #d2e6ff;
  background-color: #ebf4ff;
  color: #181818;
}

.popover-nav .nav-item .nav-link {
  width: 100%;
  padding: 7px 15px;
  line-height: 1.4286;
  color: #181818;
  font-weight: 400;
  background-color: transparent;
  text-decoration: none !important;
}
.popover-nav .nav-item .nav-link:hover, .popover-nav .nav-item .nav-link:focus {
  background-color: #ebf4ff;
}
.popover-nav .nav-item .nav-link.active, .popover-nav .nav-item .nav-link:active {
  color: #fff;
  background-color: #0071f5;
  text-decoration: none;
}
.popover-nav .nav-item .nav-link .nav-item-ico {
  display: inline-block;
  min-width: 26px;
  padding-right: 8px;
  text-align: left;
}

.popover-nav-alt .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 10px;
  cursor: pointer;
}
.popover-nav-alt .nav-item .nav-link.c_red {
  color: #e74f76;
}
.popover-nav-alt .nav-item .nav-link.c_red:hover {
  color: #b0143c;
}

.popover-form {
  padding: 14px 16px;
}

.popover-colorpicker {
  border-width: 0;
}
.popover-colorpicker .popover-body {
  padding: 0;
}

.popover-sidebar {
  min-width: 162px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  top: -16px !important;
}
.popover-sidebar:not(.popover-sidebar-center-y) .arrow {
  transform: translateY(16px);
}
.popover-sidebar .popover-body {
  padding: 20px 20px;
  color: #181818;
}
.popover-sidebar .popover-menu {
  margin: calc(-2 * 8px) 0;
}
.popover-sidebar .popover-menu-item {
  margin-bottom: 8px;
}
.popover-sidebar .popover-menu-item-action {
  display: block;
  margin: 0 calc(0px - 12px);
  padding: 8px 12px;
  color: #181818;
  font-weight: 600;
  line-height: 1.2858;
  cursor: pointer;
  border-radius: 8px;
  transition: color 0.3s;
}
.popover-sidebar .popover-menu-item-action:hover, .popover-sidebar .popover-menu-item-action.active {
  background-color: #ebf4ff;
  color: #181818;
  text-decoration: none;
}
.popover-sidebar .popover-menu-item-action.disabled, .popover-sidebar .popover-menu-item-action:disabled {
  background-color: transparent;
  cursor: not-allowed;
}
.popover-sidebar .popover-menu-item.has-border {
  margin-top: 2px;
  border-top: 1px solid #e1e2e6;
  padding-top: 8px;
}
.popover-sidebar .popover-menu-item.has-border:first-child {
  border-top: none;
}
.popover-sidebar .popover-menu-item.has-icon .popover-menu-item-action {
  display: flex;
}
.popover-sidebar .popover-menu-item.has-icon .popover-menu-item-icon {
  flex: 0 0 auto;
  min-width: 23px;
}
.popover-sidebar .popover-menu-item.has-icon .popover-menu-item-icon .ico-font {
  margin-right: 5px;
}
.popover-sidebar .popover-menu-item.has-icon .popover-menu-item-entry {
  flex: 1 0 0%;
}
.popover-sidebar .popover-menu-item.has-icon .popover-menu-item-entry .status-dot {
  margin-bottom: 1px;
  margin-left: 5px;
}
.popover-sidebar .popover-menu.has-borders .popover-menu-item {
  padding-top: var(--popover-menu-item-space-y);
  padding-bottom: var(--popover-menu-item-space-y);
  border-top: 1px solid #e1e2e6;
}
.popover-sidebar .popover-menu.has-borders .popover-menu-item-action {
  padding-top: var(--popover-menu-item-space-y);
  padding-bottom: var(--popover-menu-item-space-y);
}
.popover-sidebar .popover-menu.has-borders .popover-menu-item:first-child {
  border-top: none;
}

.popover-account-statements .popover {
  z-index: 1049;
}

/* Color Select Popover */
.popover-color-select .popover-body {
  padding: 20px;
}
.popover-color-select .popover-body .popover-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.popover-color-select .popover-body .popover-close-btn:before, .popover-color-select .popover-body .popover-close-btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background-color: #e3ebf3;
}
.popover-color-select .popover-body .popover-close-btn:before {
  transform: rotate(45deg);
}
.popover-color-select .popover-body .popover-close-btn:after {
  transform: rotate(-45deg);
  margin-top: -2px;
}
.popover-color-select .popover-body .popover-close-btn:not(:disabled):not(.disabled):active {
  background: none;
  box-shadow: none;
}
.popover-color-select .popover-body .color-select-wrap .color-select-title {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.popover-color-select .popover-body .color-select-wrap + .color-select-wrap {
  margin-top: 10px;
  border-top: 1px solid #e3ebf3;
  padding-top: 10px;
}

/* styles */
/* fixes */
/* medias */
/* ==========================================================================
	#List Items
========================================================================== */
.list-definitions-receipt,
.list-definitions-receipt dl,
.list-definitions-receipt dt,
.list-definitions-receipt dd, .list-card-types, .list-infos, .list-accounts, .list-download-options, .list-definitions-secondary,
.list-definitions-secondary dl,
.list-definitions-secondary dt,
.list-definitions-secondary dd, .list-definitions-alt dt,
.list-definitions-alt dd, .user-accounts,
.user-accounts dl,
.user-accounts dt,
.user-accounts dd,
.user-accounts p,
.list-settings dt,
.list-settings dd, .list-settings, .list-definitions-inline,
.list-definitions-inline dl,
.list-definitions-inline dt,
.list-definitions-inline dd, .list-definitions-small,
.list-definitions-small dl,
.list-definitions-small dt,
.list-definitions-small dd, .list-definitions,
.list-definitions dl,
.list-definitions dt,
.list-definitions dd {
  margin-bottom: 0;
}

/* List Description */
.list-description {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.list-description dl:not(.row) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  margin-left: -10px;
  margin-right: -10px;
}
.list-description dt:not(.col), .list-description dd:not(.col) {
  padding: 0 10px;
}
.list-description dt {
  font-weight: 400;
  color: #939394;
}
.list-description dt:not(.col) {
  flex: 1;
}
.list-description dd {
  margin-bottom: 0;
  text-align: right;
  font-weight: 600;
  line-height: 1.21;
}
.list-description dd dl {
  flex-direction: column;
}
.list-description dd:not(.col) {
  flex: 0 0 auto;
}

/* List-definitions */
.list-definitions li {
  padding: 5px 0;
}
.list-definitions li:first-of-type {
  padding-top: 0;
}
.list-definitions li:last-of-type {
  padding-bottom: 0;
}
.list-definitions dt {
  font-weight: 400;
}
.list-definitions dd {
  font-weight: 700;
  word-break: break-word;
}

/* List-definitions */
.list-definitions-small li {
  padding: 3px 0;
}
.list-definitions-small li:first-of-type {
  padding-top: 0;
}
.list-definitions-small li:last-of-type {
  padding-bottom: 0;
}
.list-definitions-small dt {
  font-weight: 400;
}
.list-definitions-small dd {
  font-weight: 700;
}

/* list links */
.list-links {
  margin-bottom: 0;
}
.list-links .list-inline-item {
  margin-right: 20px;
}
.list-links a {
  font-weight: 500;
}
.list-links.list-links-justified {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.list-links.list-links-justified .list-inline-item:last-of-type {
  margin: 0;
}
.list-links.last-no-margin-right li:last-child {
  margin-right: 0;
}

/* list-definitions-inline */
.list-definitions-inline .list-inline-item,
.list-definitions-inline dt,
.list-definitions-inline dd {
  display: inline-block;
  vertical-align: middle;
}
.list-definitions-inline .list-inline-item {
  margin-right: 20px;
}
.list-definitions-inline dt {
  font-weight: 400;
}
.list-definitions-inline dd {
  font-weight: 700;
}
.list-definitions-inline dd .box-filter-close {
  background-color: transparent;
  font-weight: 400;
}
.list-definitions-inline.active-filters {
  color: #fff;
  margin-bottom: -5px;
}
.list-definitions-inline.active-filters .list-inline-item {
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 0;
}
.list-definitions-inline.active-filters .list-inline-item::after {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.list-definitions-inline.active-filters .list-inline-item dl {
  display: flex;
  align-items: center;
  padding: 8px 7px 7px 10px;
  background-color: #0071f5;
  font-size: 14px;
  border-radius: 8px;
}
.list-definitions-inline.active-filters .list-inline-item dl dt,
.list-definitions-inline.active-filters .list-inline-item dl dd {
  line-height: 1.4288;
}
.list-definitions-inline.active-filters .list-inline-item dl dd {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.list-definitions-inline.active-filters .list-inline-item dl .box-filter-close {
  border: none;
  padding: 5px;
  margin-top: 1px;
  margin-left: 5px;
  color: #fff;
}
.list-definitions-inline.active-filters .list-inline-item::after {
  margin-left: 1px;
  font-weight: 500;
}
.list-definitions-inline.active-filters .list-inline-item.active-filters-title {
  margin-right: 5px;
  font-size: 12px;
}
.list-definitions-inline.active-filters .list-inline-item.active-filters-title::after {
  display: none;
}
.list-definitions-inline.active-filters .list-inline-item .btn-link {
  padding-left: 0px;
  padding-right: 0px;
}
.list-definitions-inline.active-filters .list-inline-item .btn-to-link:hover {
  color: #c4c4c6;
}

.list-card-color {
  display: block;
  margin: 0 -10px;
}
.list-card-color li {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 0 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 0px #fff;
  transition: all 0.2s ease;
}
.list-card-color li.list-card-color-silver {
  background: #f3f5fa;
  background: linear-gradient(180deg, #f3f5fa 0%, #7a7b7d 100%);
}
.list-card-color li.list-card-color-gold {
  background: #fef2d8;
  background: linear-gradient(180deg, #fef2d8 0%, #cbaf85 100%);
}
.list-card-color li.list-card-color-metal-black {
  background: #272727;
  background: linear-gradient(212deg, #272727 0%, #b9b9b9 50%, #505050 100%);
}
.list-card-color li.list-card-color-metal-gold {
  background: #987222;
  background: linear-gradient(212deg, #987222 0%, #ffdfa8 50%, #5d4623 100%);
}
.list-card-color li.active {
  box-shadow: 0px 0px 0px 3px #fff;
  transition: all 0.2s ease;
}
.list-card-color li:hover:not(.active) {
  cursor: pointer;
}
.list-card-color-dark li.active {
  box-shadow: 0px 0px 0px 3px #181818;
  transition: all 0.2s ease;
}

/* list-settings */
.list-settings dt,
.list-settings dd {
  display: block;
  vertical-align: top;
}
.list-settings dt {
  font-weight: 700;
  color: #181818;
  font-size: 0.749875rem;
  text-transform: uppercase;
}
.list-settings dd {
  margin-bottom: 12px;
  font-weight: 400;
}
.list-settings dd:last-of-type {
  margin-bottom: 0;
}

/* list-links-separator */
.list-links-separator li {
  margin: 0;
  padding: 0;
}
.list-links-separator li::after {
  display: inline-block;
  width: 1px;
  height: 15px;
  margin-top: -4px;
  margin-right: 2px;
  margin-left: 10px;
  background: #0071f5;
  vertical-align: middle;
  content: "";
}
.list-links-separator li:last-of-type::after {
  display: none;
}
.list-links-separator--grey li::after {
  background: #939394;
}
.list-links-separator--blue li {
  color: #181818;
}
.list-links-separator--blue li::after {
  background: #181818;
  opacity: 0.3;
}

/* Separations */
.list-definitions + .list-links {
  margin-top: 20px;
}

.blue-tick-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.popup-article-legal-body .blue-tick-list li {
  margin-bottom: 5px;
}
.blue-tick-list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
  color: #0071f5;
}
.blue-tick-list li::before {
  top: 6px;
  font-size: 12px;
}

.green-circle-tick-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
.green-circle-tick-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  font-size: 8px;
  color: #05c583;
  border-radius: 50%;
  border: 2px solid #05c583;
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-tick-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #fff;
}
.popup-article-legal-body .white-tick-list li {
  margin-bottom: 5px;
}
.white-tick-list li::before {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
  color: #fff;
}
.white-tick-list.list-fs-16 li {
  font-size: 16px;
  padding-left: 35px;
}
.white-tick-list.list-fs-16 li::before {
  top: 8px;
  font-size: 14px;
}

.list-countries {
  margin-bottom: 0;
}
.list-countries li {
  display: inline-block;
  width: 33%;
  margin-top: 5px;
  margin-bottom: 5px;
  vertical-align: top;
}
.list-countries li .btn-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  padding: 0;
  text-align: left;
}
.list-countries li .btn-link .ico-font {
  margin-top: 5px;
}

/* List Accounts */
.user-accounts .user-account {
  padding-bottom: 10px;
}
.user-accounts .user-account:last-of-type {
  padding-bottom: 0;
}
.user-accounts .user-account .user-account-title {
  font-size: 18px;
  color: #181818;
  font-weight: 700;
}
.user-accounts .user-account .user-account-meta dt,
.user-accounts .user-account .user-account-meta dd {
  display: inline-block;
  color: #181818;
}
.user-accounts .user-account .user-account-meta dt {
  font-weight: 500;
}
.user-accounts .user-account .user-account-meta dd {
  font-weight: 400;
}
.user-accounts .user-account .user-account-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #c4c4c6;
  background: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.user-accounts .user-account .user-account-inner:hover {
  border-color: #0071f5;
}
.user-accounts .user-account .user-account-image {
  margin: 20px 10px 20px 0;
  background: #ebf4ff;
  box-shadow: 0 3px 13px rgba(24, 24, 24, 0.1);
}
.user-accounts .user-account .user-account-image,
.user-accounts .user-account .user-account-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.user-accounts .user-account .user-account-content {
  padding: 15px 0;
  flex: 1;
}

/* list-definitions-alt */
.list-definitions-alt {
  margin-bottom: -1rem;
}
.list-definitions-alt dl {
  margin-bottom: 1rem;
}
.list-definitions-alt dl.mb_0 {
  margin-bottom: 0;
}
.list-definitions-alt dl.mb_5 {
  margin-bottom: 5px;
}
.list-definitions-alt dl.mb_10 {
  margin-bottom: 10px;
}
.list-definitions-alt > li {
  vertical-align: top;
  word-break: break-word;
  -ms-word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.list-definitions-alt > li:not([class*=pt_]) {
  padding-top: 0;
}
.list-definitions-alt > li:not([class*=pb_]) {
  padding-bottom: 0;
}
.list-definitions-alt.list-inline > li {
  margin-right: 40px;
}
.list-definitions-alt dt {
  color: #939394;
  font-weight: 400;
}
.list-definitions-alt.list-definitions-alt-rotated dt {
  font-size: 14px;
  font-weight: 500;
  color: #181818;
}
.list-definitions-alt.list-definitions-alt-rotated dt.beneficiaries-title {
  font-size: 16px;
  word-break: break-word;
  -ms-word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.list-definitions-alt dd {
  font-size: 14px;
  font-weight: 500;
}
.list-definitions-alt dd.fw_normal {
  font-weight: 400;
}
.list-definitions-alt.list-definitions-alt-rotated dd {
  color: #181818;
  font-weight: 400;
}

.list-definitions-alt.border-separated > li:not(:first-of-type) {
  border-left: 1px solid #dcdcde;
}
.list-definitions-alt.border-separated.row.no-gutters > li > dl {
  padding-right: 10px;
  padding-left: 10px;
}
.list-definitions-alt.list-definitions-alt-gap-small {
  margin-bottom: 1rem;
}
.list-definitions-alt.list-definitions-alt-gap-small:last-of-type {
  margin-bottom: 0px;
}
.list-definitions-alt.list-definitions-alt-gap-small dl {
  margin-bottom: 5px;
}

/* list-definitions-secondary */
.list-definitions-secondary > li {
  padding-top: 2px;
  padding-bottom: 2px;
  vertical-align: top;
}
.list-definitions-secondary dl {
  align-items: center;
}
.list-definitions-secondary dt {
  color: #181818;
  font-weight: 400;
  font-size: 12px;
}
.list-definitions-secondary dd {
  font-size: 14px;
  font-weight: 500;
}

/* list-rights */
.list-rights li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  color: #939394;
  font-weight: 500;
}
.list-rights li::before {
  position: absolute;
  top: 11px;
  left: 0;
  font-size: 10px;
}
.list-rights li.active {
  color: #181818;
}
.list-rights li.active::before {
  top: 10px;
  color: #05c583;
}
.list-rights li[class*=col-] {
  padding-left: 35px;
}
.list-rights li[class*=col-]::before {
  left: 11px;
}

/* List download options */
.list-download-options {
  text-align: center;
}
.list-download-options li,
.list-download-options a {
  font-size: 0;
}
.list-download-options a,
.list-download-options span {
  display: block;
}
.list-download-options img {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: middle;
  transform: translateZ(0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.list-download-options span {
  font-size: 14px;
  color: #181818;
}
.list-download-options span strong {
  font-weight: 500;
}
.list-download-options li {
  padding: 20px;
  vertical-align: top;
}
.list-download-options li, .list-download-options li:not(:last-child) {
  margin: 0;
}
.list-download-options li a:hover {
  text-decoration: none;
}
.list-download-options li a:hover img {
  animation-name: hvr-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
_:-ms-fullscreen .list-download-options li a:hover img, :root .list-download-options li a:hover img {
  animation: none;
}

/* Steps bullets */
.list-steps-bullets {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
}
.list-steps-bullets::before {
  position: absolute;
  top: 5px;
  z-index: 1;
  display: block;
  height: 2px;
  background: #ebf4ff;
  content: "";
}
.list-steps-bullets li {
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}
.list-steps-bullets li::before, .list-steps-bullets li::after {
  content: "";
  transition: all 0.2s ease;
}
.list-steps-bullets li::before {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto 5px;
  border: 2px solid #ebf4ff;
  background: #ebf4ff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.list-steps-bullets li::after {
  position: absolute;
  top: 5px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #0071f5;
}
.list-steps-bullets li.active::before {
  border-color: #0071f5;
}
.list-steps-bullets li.passed::before {
  border-color: #0071f5;
  background: #0071f5;
}
.list-steps-bullets li.passed::after {
  right: -50%;
}
.list-steps-bullets li:last-of-type::after {
  display: none;
}
.list-steps-bullets.list-steps-bullets-2::before {
  right: 25%;
  left: 25%;
}
.list-steps-bullets.list-steps-bullets-2 li {
  flex: 1 1 50%;
  max-width: 50%;
}
.list-steps-bullets.list-steps-bullets-3::before {
  right: 16.6666666667%;
  left: 16.6666666667%;
}
.list-steps-bullets.list-steps-bullets-3 li {
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
}
.list-steps-bullets.list-steps-bullets-4::before {
  right: 12.5%;
  left: 12.5%;
}
.list-steps-bullets.list-steps-bullets-4 li {
  flex: 1 1 25%;
  max-width: 25%;
}
.list-steps-bullets.list-steps-bullets-5::before {
  right: 10%;
  left: 10%;
}
.list-steps-bullets.list-steps-bullets-5 li {
  flex: 1 1 20%;
  max-width: 20%;
}
.list-steps-bullets.list-steps-bullets-6::before {
  right: 8.3333333333%;
  left: 8.3333333333%;
}
.list-steps-bullets.list-steps-bullets-6 li {
  flex: 1 1 16.6666666667%;
  max-width: 16.6666666667%;
}
.list-steps-bullets-large::before {
  top: 13.5px;
  height: 3px;
  background: #dcdcde;
  content: "";
}
.list-steps-bullets-large li {
  font-size: 13px;
  font-weight: 500;
  color: #181818;
  padding-left: 5px;
  padding-right: 5px;
}
.list-steps-bullets-large li:not([class]) {
  color: rgba(24, 24, 24, 0.3);
}
.list-steps-bullets-large li::before, .list-steps-bullets-large li::after {
  content: "";
  transition: all 0.2s ease;
}
.list-steps-bullets-large li::before {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  border: 3px solid #dcdcde;
  background: #fff;
  border-radius: 50%;
}
.list-steps-bullets-large li::after {
  top: 13.5px;
  height: 3px;
  background: #0071f5;
}
.list-steps-bullets-large li.passed::before {
  border-color: #0071f5;
  background: #0071f5;
  color: #fff;
  display: block;
  font-family: "font_icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 25px;
  text-align: center;
}
.list-steps-bullets-large li.active::before {
  background: radial-gradient(circle, #0071f5 4px, #fff 4px);
}
.list-steps-bullets-large li.doc-request {
  color: #de7700;
}
.list-steps-bullets-large li.doc-request::before {
  border-color: #f29423;
  background: #f29423;
  color: #de7700;
  display: block;
  font-family: "font_icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}
.list-steps-bullets-large li.doc-review::before {
  border-color: #0071f5;
  background: #0071f5;
  color: #fff;
  display: block;
  font-family: "font_icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}
.list-steps-bullets-large li.success::before {
  border-color: #05c583;
  background: #05c583;
  color: #fff;
  display: block;
  font-family: "font_icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 25px;
  text-align: center;
}
.list-steps-bullets-large li.pending::before {
  border-color: #f29423;
  background: #f29423;
  color: #fff;
  display: block;
  font-family: "font_icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}
.list-steps-bullets-large li.inactive::before {
  border-color: #dcdcde;
  background: #dcdcde;
  color: #fff;
  display: block;
  font-family: "font_icons";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

/* Giftcards choose font list */
.list-fonts {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
  margin-bottom: 0;
  font-size: 0;
}
.list-fonts .list-item {
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  margin-right: 0;
  text-align: center;
}
.list-fonts .list-item:not(:first-of-type) {
  padding-left: 20px;
}
.list-fonts .list-item input[type=radio] {
  position: absolute;
  right: 100%;
  bottom: 100%;
  z-index: -1;
  opacity: 0;
}
.list-fonts .list-item label {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-fonts .list-item label::after {
  width: 24px;
  height: 24px;
  margin-top: 15px;
  margin-left: -5px;
  background: #0071f5;
  font-size: 9px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.1s ease;
}
.list-fonts .list-item > input[type=radio]:checked + label::after {
  transform: scale(1);
}

/* Giftcards choose font color list */
.list-colors {
  margin-bottom: 0;
}
.list-colors .list-item {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0;
  text-align: center;
}
.list-colors .list-item input[type=radio] {
  position: absolute;
  right: 100%;
  bottom: 100%;
  z-index: -1;
  opacity: 0;
}
.list-colors .list-item label {
  position: relative;
  width: 50px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.list-colors .list-item label::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.list-colors .list-item label > .list-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.list-colors .list-item label .list-item-inner {
  background: #000;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(24, 24, 24, 0.2);
  transition: all 0.1s ease;
}
.list-colors .list-item label.list-item-custom {
  font-size: 16px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(24, 24, 24, 0.2);
}
.list-colors .list-item label.list-item-custom::before {
  content: "";
  width: 0;
  padding-top: 0;
}
.list-colors .list-item label.list-item-custom .custom-color-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.list-colors .list-item label::after {
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: -5px;
  background: #0071f5;
  font-size: 9px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transform: scale(0);
  box-shadow: 0 4px 10px rgba(24, 24, 24, 0.2);
  transition: all 0.1s ease;
}
.list-colors .list-item > input[type=radio]:checked + label::after {
  transform: scale(1);
}

/* Giftcards choose package list */
.list-packages {
  margin: -20px -15px;
}
.list-packages .list-item {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 20px 15px;
  vertical-align: bottom;
}
.list-packages .list-item input[type=radio] {
  position: absolute;
  right: 100%;
  bottom: 100%;
  z-index: -1;
  opacity: 0;
}
.list-packages .list-item label {
  position: relative;
  z-index: 2;
  display: block;
  cursor: pointer;
  border-radius: 6px;
  box-shadow: 0 4px 9px rgba(0, 90, 196, 0.1);
}
.list-packages .list-item label, .list-packages .list-item label::before, .list-packages .list-item label::after {
  transition: all 0.1s ease;
}
.list-packages .list-item label::before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  z-index: 1;
  content: "";
  border-radius: inherit;
}
.list-packages .list-item label::after {
  position: absolute;
  bottom: -13px;
  right: -13px;
  z-index: 3;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: -5px;
  background: #0071f5;
  font-size: 9px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transform: scale(0);
  box-shadow: 0 4px 10px rgba(24, 24, 24, 0.2);
}
.list-packages .list-item img {
  position: relative;
  z-index: 0;
  max-width: 100%;
  border-radius: inherit;
}
.list-packages .list-item > input[type=radio]:checked + label {
  box-shadow: 0 5px 17px rgba(24, 24, 24, 0.15);
}
.list-packages .list-item > input[type=radio]:checked + label::before {
  background: #0071f5;
  z-index: -1;
}
.list-packages .list-item > input[type=radio]:checked + label::after {
  transform: scale(1);
}

/* List bullets */
.list-bullets {
  padding-left: 0;
  list-style: none outside none;
}
.list-bullets > li {
  position: relative;
  padding-left: 15px;
}
.list-bullets > li::before {
  position: absolute;
  top: 9px;
  left: 2px;
  width: 6px;
  height: 6px;
  background: #181818;
  content: "";
  border-radius: 50%;
}
.notification-item .list-bullets > li::before {
  background: #fff;
}
.list-bullets > li.no-bullet::before {
  display: none;
}
.list-bullets-sm > li {
  padding-left: 10px;
  font-size: 12px;
}
.list-bullets-sm > li::before {
  top: 7px;
  width: 3px;
  height: 3px;
}
.list-bullets.list-bullets-white > li::before {
  top: 5px;
  background-color: #fff;
}
.list-bullets.list-bullets-blue > li {
  padding-left: 28px;
}
.list-bullets.list-bullets-blue > li::before {
  width: 9px;
  height: 9px;
  background-color: #0071f5;
}
.list-bullets.list-bullets-gray > li::before {
  background-color: #808080;
}
.list-bullets.list-bullets-gray.fs_12 > li {
  padding-left: 12px;
}
.list-bullets.list-bullets-gray.fs_12 > li::before {
  top: 8px;
  width: 4px;
  height: 4px;
}

/* List Ordered */
.list-ordered {
  padding-left: 0;
  list-style: none outside none;
  counter-reset: list_ordered;
}
.list-ordered li {
  counter-increment: list_ordered;
}
.list-ordered li::before {
  content: counter(list_ordered) ". ";
}
.list-ordered.list-ordered-large li {
  font-size: 15px;
}
.list-ordered.list-ordered-large li::before {
  font-weight: 700;
}

.list-ordered-wrapper {
  counter-reset: list_ordered;
}
.list-ordered-wrapper .list-ordered {
  counter-reset: none;
}

/* list-accounts */
.list-accounts {
  border-top: 1px solid #c4c4c6;
  border-bottom: 1px solid #c4c4c6;
}
.list-accounts .list-account {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c4c4c6;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.1s ease;
}
.list-accounts .list-account:last-of-type {
  border-bottom: 0;
}
.list-accounts .list-account.list-account-empty {
  padding: 15px 20px;
  cursor: default;
  color: #ebf4ff;
}
.list-accounts .list-account .btn-to-link {
  width: 100%;
  padding: 15px 20px;
}
.list-accounts .list-account .btn-to-link .list-account-flag {
  min-width: 35px;
  font-size: 20px;
  line-height: 1;
}
.list-accounts .list-account .btn-to-link .list-account-content p {
  margin-bottom: 0;
  color: #181818;
}
.list-accounts .list-account .btn-to-link .list-account-content .list-account-title {
  font-size: 16px;
  font-weight: 500;
  color: #181818;
}
.list-accounts .list-account .btn-to-link:hover, .list-accounts .list-account .btn-to-link:focus, .list-accounts .list-account .btn-to-link:active, .list-accounts .list-account .btn-to-link.active {
  text-decoration: none;
  box-shadow: none;
}
.list-accounts .list-account .btn-to-link:hover, .list-accounts .list-account .btn-to-link:focus, .list-accounts .list-account .btn-to-link.active {
  background: #ebf4ff;
}
.list-accounts.is-invalid {
  border-top-color: #dc3545;
  border-bottom-color: #dc3545;
}
.list-accounts.list-accounts-max-3 {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 267px;
  min-height: 100px;
  background-color: #fff;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.list-accounts.list-accounts-max-3::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.list-accounts.list-accounts-max-3::-webkit-scrollbar-track {
  background-color: #fff;
}
.list-accounts.list-accounts-max-3::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.list-accounts.list-accounts-max-3::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}
.list-accounts.no-hover {
  background: none;
  cursor: default;
}
.list-accounts.no-hover .list-account, .list-accounts.no-hover .btn-to-link {
  background: none;
  cursor: default;
}
.list-accounts.no-hover .list-account:hover, .list-accounts.no-hover .list-account:focus, .list-accounts.no-hover .list-account.active, .list-accounts.no-hover .btn-to-link:hover, .list-accounts.no-hover .btn-to-link:focus, .list-accounts.no-hover .btn-to-link.active {
  background: none;
  cursor: default;
}
.list-accounts.no-hover .list-account.btn:not(:disabled):not(.disabled), .list-accounts.no-hover .btn-to-link.btn:not(:disabled):not(.disabled) {
  cursor: default;
}

/* List Images */
.list-images .list-inline-item {
  margin: 5px 10px 5px 0;
}
.list-images .list-inline-item:last-of-type {
  margin-right: 0;
}
.list-images .list-inline-item a {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  vertical-align: middle;
}
.list-images.has-separators .list-inline-item {
  margin-right: 0;
}
.list-images.has-separators .list-inline-item::after {
  display: inline-block;
  vertical-align: middle;
  content: attr(data-separator);
  margin: 0 20px 0 18px;
  font-size: 30px;
  color: #181818;
  font-weight: 600;
}
.list-images.has-separators .list-inline-item:last-of-type::after {
  display: none;
}

/* Share buttons list */
.list-sharers {
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.list-sharers li {
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 0;
}
.list-sharers li:not(:last-child) {
  margin-right: 10px;
}
.list-sharers li .btn-default:focus {
  border-color: rgba(196, 196, 198, 0.8);
  background: #fff;
  color: #181818;
  box-shadow: 0 6px 20px -4px rgba(24, 24, 24, 0.1);
}

/* List with info icons */
.form-box .list-infos {
  padding: 10px 5px;
}
.list-infos li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 13px;
}
.list-infos li:last-of-type {
  margin-bottom: 0;
}
.list-infos li::before {
  margin-top: 1px;
  margin-right: 10px;
  font-size: 18px;
  color: #181818;
}

.list-triangle-bullets {
  padding-left: 30px;
}
.list-triangle-bullets li {
  position: relative;
  list-style: none;
  padding-left: 16px;
}
.list-triangle-bullets li::before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "";
  color: #0071f5;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #007ff5;
}

/* list-password-strength */
.list-password-strength > li {
  font-size: 12px;
  color: #181818;
}
.list-password-strength > li::before {
  top: 7px;
  width: 5px;
  height: 5px;
  background: #181818;
  transform: scale(1);
}
.list-password-strength > li > span {
  position: relative;
  line-height: 1.33;
}
.list-password-strength > li > span::before {
  position: absolute;
  top: 5px;
  left: -16px;
  font-size: 8px;
  color: inherit;
  transform: scale(0);
}
.list-password-strength > li.passed {
  color: #05c583;
  transition: color 0.3s linear;
}
.list-password-strength > li.passed::before {
  transform: scale(0);
  transition: transform 0.1s linear;
}
.list-password-strength > li.passed > span::before {
  transform: scale(1);
  transition: transform 0.2s linear;
}

/* list-payment-methods */
.list-payment-methods {
  padding-top: 10px;
  margin-bottom: 0;
}
.list-payment-methods .list-payment-methods-item {
  display: flex;
}
.list-payment-methods .list-payment-methods-item + .list-payment-methods-item {
  margin-top: 20px;
}
.list-payment-methods .list-payment-methods-content {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 15px;
}

/* list-documents */
.list-documents li {
  display: flex;
  padding-bottom: 10px;
}
.list-documents li .document-icon {
  padding-right: 10px;
}
.list-documents li .document-icon .ico-svg {
  width: 22px;
  height: 26px;
}
.list-documents li:last-child {
  padding-bottom: 0;
}

/* list-steps */
.list-steps {
  display: flex;
  padding-left: 0;
  margin-bottom: 70px;
  list-style: none;
  counter-reset: list-steps-counter;
}
.list-steps li {
  display: flex;
  align-items: flex-start;
  max-width: 33.33%;
  flex: 0 0 33.33%;
  position: relative;
  padding: 0 40px 0 35px;
  counter-increment: list-steps-counter;
}
.list-steps li:before {
  content: counter(list-steps-counter);
  position: absolute;
  top: -6px;
  left: 5px;
  font-size: 24px;
  color: #007ff5;
}
.list-steps li:after {
  content: "";
  display: block;
  clear: both;
}

/* list item icon with text */
.list-items-iconed {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.list-items-iconed .list-inline-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  margin: 0;
  padding: 5px 10px;
  color: #181818;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
}
.list-items-iconed .list-inline-item .list-item-icon {
  margin-right: 5px;
  font-size: 0;
}
.list-items-iconed .list-inline-item .list-item-content {
  font-size: 12px;
  font-weight: 500;
}
.list-items-iconed .list-inline-item span.list-item-content {
  color: inherit;
}

/* Vertical steps list */
.steps-vertical-alt {
  margin: 0;
  text-align: left;
  counter-reset: steps-vertical-alt-counter;
}
.steps-vertical-alt.steps-vertical-void .step-vertical:before {
  left: 8px;
  background-color: #0071F3;
}
.steps-vertical-alt.steps-vertical-void .step-vertical .step-vertical-numbering:before {
  content: "";
  width: 16px;
  height: 16px;
}
.steps-vertical-alt .step-vertical {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  counter-increment: steps-vertical-alt-counter;
}
.steps-vertical-alt .step-vertical:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  z-index: 1;
  content: "";
  width: 3px;
  background-color: rgba(0, 113, 245, 0.2);
  transform: translateX(-50%);
}
.steps-vertical-alt .step-vertical:last-of-type:before {
  display: none;
}

.steps-vertical-alt .step-vertical .step-vertical-title {
  font-size: 16px;
  font-weight: 500;
}
.steps-vertical-alt .step-vertical .step-vertical-numbering,
.steps-vertical-alt .step-vertical .step-vertical-content {
  position: relative;
  z-index: 2;
  max-width: 100%;
  width: 100%;
}
.steps-vertical-alt .step-vertical .step-vertical-numbering {
  flex: 0 0 auto;
  width: auto;
  padding-right: 10px;
  font-size: 0;
}
.steps-vertical-alt .step-vertical .step-vertical-numbering::before {
  content: counter(steps-vertical-alt-counter);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 3px solid #0071f5;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.3;
  color: #181818;
  font-weight: 700;
  border-radius: 50%;
}
.steps-vertical-alt .step-vertical .step-vertical-content {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 0 15px 10px;
  border-bottom: 2px dashed rgba(24, 24, 24, 0.3);
}
.steps-vertical-alt .step-vertical:last-of-type .step-vertical-content {
  margin-bottom: 0;
  border-bottom-width: 0;
}

.steps-vertical-alt .step-vertical .step-vertical-content p,
.steps-vertical-alt .step-vertical .step-vertical-content .step-vertical-title {
  margin-bottom: 5px;
}
.steps-vertical-alt .step-vertical .step-vertical-numbering + .step-vertical-content {
  max-width: calc(100% - 50px);
}

.list-steps-vertical-black {
  position: relative;
  counter-reset: list-vertical-steps-counter;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
.list-steps-vertical-black li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 600;
  counter-increment: list-vertical-steps-counter;
}
.list-steps-vertical-black li > *:last-child {
  margin-bottom: 0;
}
.list-steps-vertical-black li:before {
  content: counter(list-vertical-steps-counter);
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #010101;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}
.list-steps-vertical-black li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 11px;
  z-index: 1;
  width: 2px;
  height: 100%;
  background-color: #c4c4c6;
}
.list-steps-vertical-black li:last-child {
  padding-bottom: 0;
}

/* list-steps-border-separated */
.list-steps-border-separated {
  counter-reset: steps-vertical-alt-counter;
  margin-bottom: 0;
}
.list-steps-border-separated > li {
  counter-increment: steps-vertical-alt-counter;
  margin-top: 20px;
}
.list-steps-border-separated > li .step-counter::before {
  content: counter(steps-vertical-alt-counter) ". ";
}
.list-steps-border-separated > li + li {
  padding-top: 15px;
  border-top: 1px solid rgba(24, 24, 24, 0.3);
}

/* list-border-separated */
.list-border-separated {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.list-border-separated > .list-item {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 90px;
  border-right: 1px solid #939394;
}
.list-border-separated > .list-item:last-of-type {
  border-right-width: 0;
}
.list-border-separated > .list-item .list-item-title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3333;
  font-weight: 500;
}
.list-border-separated > .list-item .list-item-actions {
  margin-top: 25px;
}
.list-border-separated > .list-item .list-item-bottom {
  margin-top: auto;
}
.list-border-separated.payout-plans {
  width: 860px;
  max-width: 100%;
  margin: 40px auto 45px;
}
.list-border-separated.payout-plans p {
  margin-bottom: 0;
}
.list-border-separated.payout-plans .payout-plans-price {
  font-size: 24px;
  line-height: 1.375;
  font-weight: 700;
}
.list-border-separated.payout-plans .payout-plans-price small {
  font-size: 16px;
  font-weight: bold;
}
.list-border-separated.payout-plans .list-rounded-checks {
  margin-bottom: 20px;
}
.list-border-separated.payout-plans > .list-item {
  width: 50%;
  min-width: 50%;
}
.list-border-separated.payout-plans > .list-item .list-item-title {
  font-size: 24px;
}
.list-border-separated.payout-plans .list-item-actions p {
  padding: 8px 0 7px;
}
.modal .list-border-separated.payout-plans {
  padding: 10px 0 30px;
  margin: 0;
}
.modal .list-border-separated.payout-plans > .list-item {
  padding-left: 40px;
}

/* list-rounded-checks */
.list-rounded-checks li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.list-rounded-checks li::before {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  margin-right: 10px;
  font-size: 24px;
  color: #0071f5;
}
.list-rounded-checks li:last-of-type {
  padding-bottom: 0;
}

/* list-ticked-checkboxes */
.list-ticked-checkboxes > li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 0;
}
.list-ticked-checkboxes > li > label {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 10px 15px;
  border: 1px solid #939394;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.list-ticked-checkboxes > li > label .has-check {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.list-ticked-checkboxes > li > label .has-check::before {
  flex: 0 0 auto;
  max-height: 16px;
  margin-top: 3px;
  margin-right: 6px;
  margin-left: -22px;
  font-size: 16px;
  color: #0071f5;
  transform: scale(0);
  transition: all 0.2s ease;
}
.list-ticked-checkboxes > li > label:hover {
  border-color: #0071f5;
  background: #ebf4ff;
}
.list-ticked-checkboxes > li > input {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
  opacity: 0;
}
.list-ticked-checkboxes > li > input:checked + label {
  border-color: #0071f5;
  background: #ebf4ff;
}
.list-ticked-checkboxes > li > input:checked + label .has-check::before {
  margin-left: 0;
  transform: scale(1);
}

/* List link with icon above */
.list-links-alt {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.list-links-alt .list-inline-item {
  max-width: 100%;
  margin: 0;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 1.3571;
  color: #0071f5;
  text-align: center;
  font-weight: 500;
}
.list-links-alt .list-inline-item > a {
  display: block;
}
.list-links-alt .list-inline-item-image {
  display: block;
  margin-bottom: 10px;
}

.list-color-select {
  display: flex;
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
}
.list-color-select li {
  margin-right: 5px;
}
.list-color-select li input[type=radio] {
  display: none;
}
.list-color-select li label {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}
.list-color-select li label span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.list-color-select li label.label-bordered span {
  border: 1px solid #e1e5e7;
}
.list-color-select li label.label-no-fill span {
  position: relative;
  border: 1px solid #2e4568;
}
.list-color-select li label.label-no-fill span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8px;
  color: #e74f76;
}
.list-color-select li input[type=radio]:checked ~ label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 1px solid #33435B;
  border-radius: 50%;
}
.list-color-select li.list-item-color-custom label {
  width: 18px;
  height: 18px;
  border: 1px solid #e1e5e7;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
}
.list-color-select.list-color-select-center {
  justify-content: center;
}

.list-order-status-change {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.list-order-status-change li {
  position: relative;
  padding-right: 10px;
}
.list-order-status-change li + li {
  padding-left: 60px;
}
.list-order-status-change li + li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 46px;
  height: 2px;
  background: linear-gradient(to right, #4d7198 0%, #4d7198 75%, rgba(77, 113, 152, 0) 75%, rgba(77, 113, 152, 0) 100%);
  background-size: 8px 2px;
}
.list-order-status-change li + li:after {
  position: absolute;
  top: 6px;
  left: 46px;
  font-size: 11px;
  color: #181818;
}
.list-order-status-change li:last-child {
  padding-right: 0;
}

/* Toggleable options(Glass Payout plans) */
.toggleable-options {
  position: relative;
}
.toggleable-options .toggleable-option {
  opacity: 0.5;
  transition: all 0.2s ease;
}
.toggleable-options .toggleable-option-actions {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.toggleable-options .toggleable-option-actions .btn-toggle-middle {
  padding-top: 0;
}
.toggleable-options .toggleable-option:not(:first-child) .toggleable-option-body {
  position: relative;
}
.toggleable-options .toggleable-option:not(:first-child) .toggleable-option-body::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  content: "";
  width: 1px;
  background: #939394;
}
.toggleable-options .toggleable-option-active {
  opacity: 1;
}

/* List with icons separated from dashes */
.list-icons-dashed-separated {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-icons-dashed-separated > li {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.list-icons-dashed-separated > li::before, .list-icons-dashed-separated > li::after {
  content: "";
  width: 11px;
  height: 3px;
  margin-right: 4px;
  margin-left: 4px;
  background: rgba(24, 24, 24, 0.5);
  border-radius: 3px;
}
.list-icons-dashed-separated > li::before {
  margin-right: 8px;
}
.list-icons-dashed-separated > li::after {
  margin-left: 8px;
}
.list-icons-dashed-separated > li:first-of-type::before {
  display: none;
}
.list-icons-dashed-separated > li:last-of-type::after {
  display: none;
}

.sales-chart-legend-list {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
.sales-chart-legend-list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 0.749875rem;
  font-weight: 400;
}
.sales-chart-legend-list li span {
  vertical-align: middle;
}
.sales-chart-legend-list.vertical-list li {
  display: block;
  margin-right: 0;
}
.sales-chart-legend-list.vertical-list li span:not(:last-child) {
  margin-right: 5px;
}
.sales-chart-legend-list.horizontal-list {
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #dcdcde transparent;
}
.sales-chart-legend-list.horizontal-list::-webkit-scrollbar {
  height: 7px;
}
.sales-chart-legend-list.horizontal-list::-webkit-scrollbar-track {
  background: transparent;
}
.sales-chart-legend-list.horizontal-list::-webkit-scrollbar-thumb {
  background-color: #dcdcde;
  border-radius: 6px;
  border: 3px solid transparent;
}
.sales-chart-legend-list.horizontal-list:hover::-webkit-scrollbar-thumb {
  background-color: #939394;
}
.sales-chart-legend-list.horizontal-list.horizontal-list-right {
  text-align: right;
}
.sales-chart-legend-list.horizontal-list.horizontal-list-right li:last-child {
  margin-right: 0;
}

/* List with Card types */
.list-card-types {
  font-size: 0;
}
.list-card-types .list-inline-item {
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
}
.list-card-types.list-card-types-inlined .list-inline-item {
  margin-top: 4px;
  margin-bottom: 5px;
}
.list-card-types.list-card-types-centered {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -11px;
  margin-right: -11px;
  min-height: 32px;
}
.list-card-types.list-card-types-centered .list-inline-item {
  margin: 5px 11px;
}

.list-online-shop-editors li h4 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  color: #2e4568;
}
.list-online-shop-editors li p {
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.42;
  color: #4d7198;
}
.list-online-shop-editors li + li {
  margin-top: 50px;
}

/* List of statuses with image and content */
.statuses-alt .status-alt {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}
.statuses-alt .status-alt .status-alt-image,
.statuses-alt .status-alt .status-alt-content,
.statuses-alt .status-alt .status-alt-actions {
  position: relative;
  max-width: 100%;
}
.statuses-alt .status-alt .status-alt-image,
.statuses-alt .status-alt .status-alt-actions {
  flex: 0 0 auto;
  width: auto;
}
.statuses-alt .status-alt .status-alt-image {
  margin-right: 10px;
}
.statuses-alt .status-alt .status-alt-content {
  flex-basis: 0;
  flex-grow: 1;
}
.statuses-alt .status-alt .status-alt-content p {
  margin: 0;
  font-size: 12px;
  color: #181818;
}
.statuses-alt .status-alt .status-alt-content .status-alt-title {
  font-size: 14px;
  color: #181818;
  font-weight: 500;
}
.statuses-alt .status-alt .status-alt-actions {
  margin-left: 10px;
}
.statuses-alt .status-alt.has-border {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eff3f8;
}
.statuses-alt .status-alt.has-border:last-of-type {
  border-bottom: none;
}

/* List definitions */
.list-definitions-receipt {
  display: flex;
  justify-content: space-between;
}
.list-definitions-receipt dt {
  font-weight: 400;
}
.list-definitions-receipt dd {
  font-weight: 500;
  text-transform: uppercase;
}

/* List with checkboxes with groups inside */
.list-checkboxes-group {
  margin: 0;
  padding: 10px;
}
.list-checkboxes-group .custom-checkbox .custom-control-label {
  color: #181818;
  font-weight: 500;
}
.list-checkboxes-group .custom-checkbox-2 .custom-control-label {
  width: 100%;
}
.list-checkboxes-group > li {
  margin-bottom: 20px;
  word-break: break-word;
  word-wrap: break-word;
}
.list-checkboxes-group > li ul:not(.list-table-shop-categories):not(.item-categories):not(.item-variations):not(.item-variations-list) {
  margin-top: 15px;
  margin-left: 18px;
  border-top: 1px solid rgba(24, 24, 24, 0.2);
}
.list-checkboxes-group > li ul:not(.list-table-shop-categories):not(.item-categories):not(.item-variations):not(.item-variations-list) li {
  margin-top: 15px;
}
.list-checkboxes-group > li > .custom-checkbox {
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 16px;
}
.list-checkboxes-group > li:first-of-type > .custom-checkbox {
  padding-top: 0;
}
.list-checkboxes-group > li:last-of-type {
  margin-bottom: 0;
}
.list-checkboxes-group > li:last-of-type > .custom-checkbox {
  padding-bottom: 0;
}
.list-checkboxes-group > li.has-border {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
}
.list-checkboxes-group > li.has-border > .custom-checkbox {
  padding-bottom: 15px;
}
.list-checkboxes-group > li.has-border.title {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.list-checkboxes-group > li.has-border:not(:first-child) {
  margin-top: 20px;
}
.list-checkboxes-group > li.title {
  font-size: 16px;
  font-weight: 500;
}
.list-checkboxes-group-small > li {
  margin-bottom: 5px;
}
.list-checkboxes-group-small > li > .custom-checkbox {
  padding-bottom: 5px;
  font-size: 14px;
}
.list-checkboxes-group-small > li:last-of-type {
  margin-bottom: 0;
}
.checkboxes-box .list-checkboxes-group {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 280px;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.checkboxes-box .list-checkboxes-group.mah_160 {
  max-height: 160px;
}
.checkboxes-box .list-checkboxes-group.mah_380 {
  max-height: 380px;
}
.checkboxes-box .list-checkboxes-group::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.checkboxes-box .list-checkboxes-group::-webkit-scrollbar-track {
  background-color: #fff;
}
.checkboxes-box .list-checkboxes-group::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.checkboxes-box .list-checkboxes-group::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}

.checkboxes-box {
  padding: 9px 7px;
  border: 1px solid #c7d5e3;
  border-radius: 6px;
}

.list-shop-legal-actions {
  display: flex;
  align-items: center;
}
.list-shop-legal-actions .list-item-separator {
  margin: 0 30px;
}

/* List items */
.list-inside {
  padding-left: 0;
  list-style-position: inside;
}
.list-inside li {
  margin-bottom: 5px;
}

.list-slash {
  margin-bottom: 0;
}
.list-slash li {
  position: relative;
  display: inline-block;
  color: #939394;
  padding-right: 3px;
  font-weight: 500;
}
.list-slash li::after {
  content: " / ";
  color: #BCCBDE;
}
.list-slash li:nth-child(1) {
  color: #181818;
}
.list-slash li:nth-child(2) {
  color: #181818;
}
.list-slash li:nth-child(3) {
  color: #939394;
}
.list-slash li:last-of-type {
  padding-right: 0;
}
.list-slash li:last-of-type::after {
  display: none;
}

.linked-images-box {
  padding: 5px;
  border: 1px solid #c7d5e3;
  border-radius: 6px;
}

.list-linked-images-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 5px 0;
  margin-bottom: -5px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 405px;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.list-linked-images-group::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.list-linked-images-group::-webkit-scrollbar-track {
  background-color: #fff;
}
.list-linked-images-group::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.list-linked-images-group::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}
.list-linked-images-group li {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}

.list-inline-variations {
  font-size: 0.75rem;
}
.list-inline-variations li {
  display: inline-block;
  padding-right: 10px;
}
.list-inline-variations li:last-of-type {
  padding-right: 0;
}

.list-table-shop-categories {
  display: flex;
  flex-wrap: wrap;
  margin: 7px 0 0;
}
.list-table-shop-categories li {
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #a6b8cb;
}
.list-table-shop-categories li:first-child .ico-font {
  display: none;
}
.list-table-shop-categories li .ico-font {
  margin-right: 7px;
}
.reset-mt .list-table-shop-categories {
  margin-top: 0;
}

/* list vertical steps */
.list-vertical-steps {
  position: relative;
  counter-reset: list-vertical-steps-counter;
  margin-bottom: 0;
}
.list-vertical-steps li {
  position: relative;
  padding-left: 70px;
  counter-increment: list-vertical-steps-counter;
}
.list-vertical-steps li h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: #33435b;
}
.list-vertical-steps li p {
  color: #33435b;
}
.list-vertical-steps li hr {
  display: block;
  margin: 30px -15px 0;
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #c9d4e0 0%, #c9d4e0 50%, rgba(201, 212, 224, 0) 50%, rgba(201, 212, 224, 0) 100%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.list-vertical-steps li:before {
  content: counter(list-vertical-steps-counter);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 3px solid #0071f5;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #181818;
}
.list-vertical-steps li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: -26px;
  left: 18px;
  z-index: 1;
  width: 3px;
  background-color: #cce5fd;
}
.list-vertical-steps li + li {
  margin-top: 20px;
}

/* List Ad Features */
.list-ad-features {
  padding-left: 45px;
  padding-right: 45px;
  margin-bottom: 0;
}
.list-ad-features li {
  display: block;
  margin-bottom: 30px;
}
.list-ad-features p {
  font-size: 16px;
  line-height: 1.5;
}
.list-ad-features .ad-feature-icon {
  width: 30px;
  text-align: center;
}

/* Builder menu */
.builder-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.builder-menu > .builder-menu-item {
  display: none;
}
.builder-menu > .builder-menu-item > .builder-menu-item-title {
  display: block;
}
.builder-menu > .builder-menu-item .builder-menu-item-message {
  margin-bottom: 0;
  padding: 3px 20px;
  border-bottom: 1px solid #dcdcde;
  font-size: 12px;
}
.builder-menu > .builder-menu-item > .builder-menu-item-content {
  display: none;
}
.builder-menu > .builder-menu-item.active-children {
  display: block;
}
.builder-menu > .builder-menu-item.active-children .builder-menu > .builder-menu-item {
  display: none;
}
.builder-menu > .builder-menu-item.active-children .builder-menu > .builder-menu-item.active, .builder-menu > .builder-menu-item.active-children .builder-menu > .builder-menu-item.active-children {
  display: block;
}
.builder-menu > .builder-menu-item.active-children > .builder-menu-item-title {
  display: none;
}
.builder-menu > .builder-menu-item.active-children > .builder-menu-item-content {
  display: block;
}
.builder-menu > .builder-menu-item.active-children > .builder-menu-item-content > .builder-menu-item-content-head {
  display: none;
}
.builder-menu > .builder-menu-item.active-children > .builder-menu-item-content > .builder-menu-item-content-body > *:not(.builder-menu) {
  display: none;
}
.builder-menu > .builder-menu-item.active {
  display: block;
}
.builder-menu > .builder-menu-item.active .builder-menu > .builder-menu-item {
  display: block;
}
.builder-menu > .builder-menu-item.active > .builder-menu-item-title {
  display: none;
}
.builder-menu > .builder-menu-item.active > .builder-menu-item-content {
  display: block;
}
.builder-menu .second-level .builder-menu-item-content-head .btn {
  text-transform: inherit;
}
.builder-menu .second-level .builder-menu-item-content-body {
  display: flex;
  flex-direction: column;
}
.builder-menu.active > .builder-menu-item {
  display: block;
}
.builder-menu .builder-menu-header {
  padding: 20px;
  border-bottom: 1px solid #dcdcde;
  font-size: 14px;
  font-weight: bold;
  color: #181818;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.builder-menu .builder-menu-header .ico-direction {
  position: relative;
  left: 0;
  transition: left 0.3s;
}
.builder-menu .builder-menu-header:hover .ico-direction {
  left: 5px;
}
.builder-menu .btn-section {
  border-color: #c7d5e3;
  border-radius: 6px;
  color: #0075F2;
  box-shadow: none;
}
.builder-menu .builder-menu-item-content-head {
  padding: 12px 20px 12px 5px;
  border-bottom: 1px solid #dcdcde;
}
.builder-menu .builder-menu-item-content-head .btn-link {
  padding-right: 0;
  font-size: 16px;
  font-weight: bold;
  color: #181818;
  text-transform: uppercase;
  text-align: left;
}
.builder-menu .builder-menu-item-content-head .btn-link .ico-font {
  margin-right: 10px;
}
.builder-menu .builder-menu-item-content-head .btn-toggle-right label {
  padding: 0;
}
.builder-menu .builder-menu-item-content-head .btn-toggle-right label span {
  color: #939394;
}
.builder-menu .builder-menu-item-content-head #homepage_tooltip_id .tooltip {
  left: 100%;
}
.builder-menu .builder-menu-section {
  padding: 10px;
  background-color: #edf0f5;
  border-radius: 6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.builder-menu .builder-menu-section.section-transparent {
  padding: 7px 10px;
  background-color: transparent;
  border: 1px solid #C7D5E3;
  cursor: inherit;
}
.builder-menu .builder-menu-section.section-transparent .btn-link .ico-font {
  margin-right: 0;
}
.builder-menu .builder-menu-section.section-transparent:last-of-type {
  margin-bottom: 0;
}
.builder-menu .builder-menu-section.section-transparent.active {
  border-color: #0071f5;
}
.builder-menu .builder-menu-section.section-transparent.section-with-action {
  border-width: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.builder-menu .builder-menu-section.section-transparent.section-with-action .section-action {
  opacity: 0;
  transition: all 0.2s ease;
}
.builder-menu .builder-menu-section.section-transparent.section-with-action:hover {
  border-color: #0071f5;
}
.builder-menu .builder-menu-section.section-transparent.section-with-action:hover .section-action, .builder-menu .builder-menu-section.section-transparent.section-with-action.active .section-action {
  opacity: 1;
}
.builder-menu .builder-menu-section .btn-toggle-middle .btn-switch:before {
  width: 8px;
  height: 8px;
}
.builder-menu .builder-menu-section .btn-toggle-middle .btn-switch:after {
  height: 12px;
  width: 22px;
}
.builder-menu .accordion-list > .card > .card-header > button {
  width: 100%;
  border: none;
  text-align: left;
  cursor: default;
}
.builder-menu.sortable-element-grabbed > .builder-menu-item {
  display: block;
}
.builder-menu .builder-menu-item-content-inner {
  padding: 20px;
}
.builder-menu.in-tabs:not(.active) .builder-menu-item:not(.active) {
  display: none;
}

.builder-menu-tabs .nav-link {
  min-height: 80px;
  padding: 16px 20px;
  font-size: 12px;
  color: #181818;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
}
.builder-menu-tabs .nav-link:hover {
  border: none;
}
.builder-menu-tabs .nav-link.active, .builder-menu-tabs .nav-link.active:hover {
  color: #0075F2;
  box-shadow: inset 0px -2px 0px 0px #0075f2;
  background: none;
  border: none;
}

.list-domains-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
.list-domains-desc li {
  flex-basis: 340px;
  max-width: 340px;
  position: relative;
  padding: 0 35px;
  text-align: center;
}
.list-domains-desc li + li::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  background-color: rgba(24, 24, 24, 0.2);
}
.list-domains-desc li p {
  margin-bottom: 0;
}

.list-domains {
  margin-bottom: 0;
}
.list-domains > li {
  position: relative;
}
.list-domains > li:not(:last-of-type):not(:only-child) {
  margin-bottom: 20px;
}
.list-domains > li > .domain-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.list-domains > li > .domain-item dl {
  margin-bottom: 0;
}
.list-domains > li > .domain-item dl:first-child dt {
  word-break: break-word;
}
.list-domains > li > .domain-item dt {
  font-size: 1.2500000012rem;
  font-weight: 500;
  color: #181818;
  margin-bottom: 4px;
}
.box-success-green .list-domains > li > .domain-item dt {
  color: #181818;
}
.list-domains > li > .domain-item dt.free {
  color: #05c583;
  margin-bottom: 2px;
}
.list-domains > li > .domain-item dt .domain-available {
  color: #0071f5;
}
.list-domains > li > .domain-item dt .domain-taken {
  color: #e74f76;
}
.list-domains > li > .domain-item dd {
  font-size: 0.875rem;
  color: #939394;
  margin-bottom: 0;
}
.box-success-green .list-domains > li > .domain-item dd {
  color: #181818;
}
.list-domains > li > .domain-item:hover {
  text-decoration: none;
}
.list-domains > li > .domain-item > dl:last-of-type {
  text-align: right;
}
.list-domains > li > a::before, .list-domains > li > button::before {
  content: "";
  position: absolute;
  top: -8px;
  right: -15px;
  bottom: -10px;
  left: -15px;
  z-index: -1;
  background-color: transparent;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.list-domains > li > a:hover, .list-domains > li > button:hover {
  cursor: pointer;
}
.list-domains > li > a:hover::before, .list-domains > li > button:hover::before {
  background-color: #ebf4ff;
}
.list-domains.list-domains-with-arrows > li {
  position: relative;
  padding-right: 40px;
}
.list-domains.list-domains-with-arrows > li::before, .list-domains.list-domains-with-arrows > li::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  right: 0;
  background-color: #c4c4c6;
  border-radius: 4px;
  transform-origin: left;
  z-index: 1;
}
.list-domains.list-domains-with-arrows > li::before {
  top: calc(50% - 3px);
  transform: translate(-4px, -50%) rotate(-45deg);
}
.list-domains.list-domains-with-arrows > li::after {
  top: calc(50% + 3px);
  transform: translate(-4px, -50%) rotate(45deg);
}
.list-domains.list-domains-lg.list-domains-with-arrows > li::before, .list-domains.list-domains-lg.list-domains-with-arrows > li::after {
  height: 24px;
}
.list-domains.list-domains-lg.list-domains-with-arrows > li::before {
  top: calc(50% - 6.5px);
  transform: translate(-8px, -50%) rotate(-45deg);
}
.list-domains.list-domains-lg.list-domains-with-arrows > li::after {
  top: calc(50% + 6.5px);
  transform: translate(-8px, -50%) rotate(45deg);
}
.list-domains.list-domains-lg > li > .domain-item dt {
  font-size: 1.8749999975rem;
}
.list-domains.list-domains-lg > li > .domain-item dd {
  font-size: 0.875rem;
}
.list-domains.list-domains-lg > li > .domain-item > dl:last-of-type dt {
  font-size: 1.4999999963rem;
}
.list-domains.list-domains-lg > li > a::before, .list-domains.list-domains-lg > li > button::before {
  top: -5px;
}
.list-domains.list-domains-sm > li > .domain-item dt {
  font-size: 0.9999999975rem;
}
.list-domains.list-domains-sm > li > .domain-item dt:only-child {
  margin-bottom: 0;
}
.list-domains.list-domains-sm > li > .domain-item dd {
  font-size: 0.65625rem;
}

.list-link-domain-steps {
  position: relative;
  counter-reset: link-domain-steps-counter;
  margin-bottom: 0;
}
.list-link-domain-steps li {
  position: relative;
  padding-left: 70px;
  counter-increment: link-domain-steps-counter;
}
.list-link-domain-steps li h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: #33435b;
}
.list-link-domain-steps li p {
  margin-bottom: 20px;
  color: #33435b;
}
.list-link-domain-steps li .form-control-xlg {
  height: 50px;
  padding: 12px 0 12px 20px;
  font-size: 14px;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-right-width: 0px;
}
.list-link-domain-steps li .form-control-xlg:disabled {
  border-color: #939394;
  background-color: #e7eaef;
  color: #181818;
}
.list-link-domain-steps li .form-control-lg {
  color: #181818;
}
.list-link-domain-steps li .input-group > .form-control-single {
  padding-right: 20px;
  border-right-width: 1px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.list-link-domain-steps li .input-group .btn-link {
  padding-left: 20px;
  padding-right: 20px;
  border-left: none !important;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: #939394 !important;
  background-color: #e7eaef;
  box-shadow: none !important;
}
.list-link-domain-steps li .input-group .btn-link .ico-font {
  margin-right: 3px;
}
.list-link-domain-steps li hr {
  display: block;
  margin: 30px -15px 0;
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #c9d4e0 0%, #c9d4e0 50%, rgba(201, 212, 224, 0) 50%, rgba(201, 212, 224, 0) 100%);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}
.list-link-domain-steps li:before {
  content: counter(link-domain-steps-counter);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 3px solid #0071f5;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #181818;
}
.list-link-domain-steps li + li {
  margin-top: 20px;
}
.list-link-domain-steps:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 45px;
  left: 18px;
  z-index: 1;
  width: 3px;
  background-color: #cce5fd;
}
.list-link-domain-steps.list-link-domain-steps-hidden-details {
  padding-bottom: 20px;
}
.list-link-domain-steps.list-link-domain-steps-hidden-details li:not(:first-child) {
  display: none;
}
.list-link-domain-steps.list-link-domain-steps-hidden-details li:first-child hr {
  display: none;
}
.list-link-domain-steps.list-link-domain-steps-hidden-details:before {
  bottom: 0;
}
.list-link-domain-steps.list-link-domain-steps-hidden-details:after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 18px;
  width: 3px;
  height: 30px;
  background-image: linear-gradient(to bottom, #cce5fd 0%, #cce5fd 50%, rgba(204, 229, 253, 0) 50%, rgba(204, 229, 253, 0) 100%);
  background-repeat: repeat-y;
  background-size: 3px 8px;
}

/* List purchased domains */
.list-purchased-domains {
  margin-bottom: 0;
}
.list-purchased-domains li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
}
.list-purchased-domains li:first-child {
  padding-top: 0;
  margin-top: -6px;
}
.list-purchased-domains li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.list-purchased-domains li .list-item-content {
  margin: 6px 0;
}
.list-purchased-domains li .list-item-actions .btn {
  margin: 6px 0;
}

/* list-item-meta: lists with clients products variations etc. */
.list-item-meta > li {
  margin-right: 10px;
  font-size: 12px;
  color: #939394;
}
.list-item-meta > li dl {
  margin: 0;
}
.list-item-meta > li dl dt,
.list-item-meta > li dl dd {
  display: inline-block;
  margin: 0;
  font-weight: 400;
}
.list-item-meta > li dl dd {
  color: #181818;
}
.list-item-meta > li:last-of-type {
  margin-right: 0;
}

/* list-bordered-tags: Lists with users or stores */
.list-bordered-tags > li {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  border: 1px solid #c4c4c6;
  background-color: #fff;
  color: #181818;
  font-weight: 500;
  border-radius: 6px;
}
.list-bordered-tags > li:last-of-type {
  margin-right: 0;
}

/* List product images */
.list-product-images {
  display: flex;
  flex-flow: row nowrap;
  margin: -4px -4px 0;
}
.list-product-images li {
  position: relative;
  margin-left: -17px;
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 4px;
}
.list-product-images li:nth-child(1) {
  z-index: 4;
  margin-left: 0;
}
.list-product-images li:nth-child(2) {
  z-index: 3;
}
.list-product-images li:nth-child(3) {
  z-index: 2;
}
.list-product-images li:nth-child(4) {
  z-index: 1;
}
.table tbody:not(.table-dropdown-open) tr:hover .list-product-images li {
  background-color: #fff;
  border-color: #fff;
}

.list-product-images.list-product-images-xs li {
  margin-left: -10px;
}
.list-product-images.list-product-images-xs li:first-child {
  margin-left: 0;
}

/* List box cards */
.list-box-cards {
  display: flex;
  margin: -10px;
}
.list-box-cards li {
  flex-grow: 1;
  flex-basis: 0;
  margin: 10px;
}
.list-box-cards li .box-card-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.list-box-cards li .box-card-item .box-card-item-image {
  min-height: 200px;
}
.list-box-cards li .custom-control {
  height: 100%;
}

/* List with reordering items */
li.list-moving-items.sortable-element-grabbed, .list-moving-items > li {
  display: flex;
  flex-flow: row nowrap;
}
li.list-moving-items.sortable-element-grabbed .motion-title, .list-moving-items > li .motion-title {
  font-size: 14px;
  font-weight: 500;
  color: #181818;
}
li.list-moving-items.sortable-element-grabbed .motion-action, .list-moving-items > li .motion-action,
li.list-moving-items.sortable-element-grabbed .motion-content,
.list-moving-items > li .motion-content {
  position: relative;
  max-width: 100%;
}
li.list-moving-items.sortable-element-grabbed .motion-action, .list-moving-items > li .motion-action {
  flex: 0 0 auto;
  width: auto;
}
li.list-moving-items.sortable-element-grabbed .motion-content, .list-moving-items > li .motion-content {
  flex-basis: 0;
  flex-grow: 1;
}

.list-moving-items > li + li {
  margin-top: 15px;
}
.list-moving-items + .list-moving-items {
  margin-top: 15px;
}
.list-moving-items.sortable-element-grabbed {
  background-color: #fff;
}
li.list-moving-items.sortable-element-grabbed {
  background-color: #fff;
  list-style: none;
}

/* List selection items */
.sortable-selection-grabbed, .list-selection-items li {
  padding: 10px;
  border: 1px solid #c4c4c6;
  border-radius: 5px;
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sortable-selection-grabbed .selection-item-title, .list-selection-items li .selection-item-title {
  margin: 0;
  color: #939394;
}
.sortable-selection-grabbed .selection-item-anchor, .list-selection-items li .selection-item-anchor {
  cursor: pointer;
}
.sortable-selection-grabbed .btn .ico-font, .list-selection-items li .btn .ico-font {
  margin-top: 0;
}

.list-selection-items li + li {
  margin-top: 5px;
}

.sortable-selection-grabbed {
  z-index: 100000;
  list-style: none;
}

/* List checkboxes */
.list-checkboxes li + li {
  margin-top: 20px;
}

.list-gray-dots {
  margin-bottom: 20px;
}
.list-gray-dots li {
  display: inline-block;
  font-size: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.list-gray-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #EDF0F3;
  border: 0;
  outline: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  transition: all 0.2s ease;
}
.list-gray-dots li button:hover, .list-gray-dots li button.active {
  background-color: #9AA7B7;
}

/* List definitions highlights */
.list-definitions-highlights li + li {
  margin-top: 20px;
}
.list-definitions-highlights dl {
  margin-bottom: 0;
}
.list-definitions-highlights dl dt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3334;
  color: #181818;
}
.list-definitions-highlights dl dd {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3334;
  color: #181818;
}

.list-item-highlighted, .list-definitions-highlights li.active {
  position: relative;
  z-index: 1;
}
.list-item-highlighted:before, .list-definitions-highlights li.active:before {
  content: "";
  position: absolute;
  top: -7px;
  bottom: -7px;
  left: -12px;
  right: -12px;
  z-index: -1;
  background-color: #ebf4ff;
  border-radius: 100px;
}
.list-item-highlighted.list-item-highlighted-right-large:before, .list-definitions-highlights li.list-item-highlighted-right-large.active:before {
  right: -17px;
}

dt.list-item-highlighted:before, dd.list-item-highlighted:before {
  left: -2px;
  right: -2px;
}
dt.list-item-highlighted.list-item-highlighted-right-large:before, dd.list-item-highlighted.list-item-highlighted-right-large:before {
  right: -27px;
}

/* List steps progress */
.list-steps-progress {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 -15px;
}
.list-steps-progress.list-steps-progress-3 li {
  flex: 1 1 33.33%;
  max-width: 33.33%;
}
.list-steps-progress li {
  position: relative;
  padding: 52px 15px 0px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.114;
  color: #181818;
  text-align: center;
}
.list-steps-progress li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 4px solid #c4c4c6;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px #fff;
}
.list-steps-progress li:after {
  content: "";
  position: absolute;
  top: 23px;
  left: 50%;
  right: -50%;
  z-index: 1;
  height: 4px;
  background-color: #c4c4c6;
}
.list-steps-progress li:last-child.activate::before {
  box-shadow: none;
}
.list-steps-progress li:last-child:after {
  display: none;
}
.list-steps-progress li.passed:before {
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #0071f5;
  background-color: #0071f5;
  font-size: 10px;
  color: #fff;
}
.list-steps-progress li.passed:after {
  background-color: #0071f5;
}
.list-steps-progress li.pending {
  color: #de7700;
}
.list-steps-progress li.pending:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-color: #f29423;
  background-color: #f29423;
  font-size: 17px;
  color: #fff;
}
.list-steps-progress li.pending.pending-search:before {
  font-size: 18px;
}
.list-steps-progress li.expired {
  color: #939394;
}
.list-steps-progress li.expired:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-color: #939394;
  background-color: #939394;
  font-size: 22px;
  color: #fff;
}
.list-steps-progress li.inactive {
  color: #c4c4c6;
}
.list-steps-progress.list-steps-progress-small li {
  padding-top: 28px;
  font-size: 10px;
  line-height: 1;
}
.list-steps-progress.list-steps-progress-small li::before {
  width: 20px;
  height: 20px;
  border-width: 2px;
  box-shadow: 0px 0px 0px 1px #fff;
}
.list-steps-progress.list-steps-progress-small li::after {
  top: 14px;
  height: 2px;
}
.list-steps-progress.list-steps-progress-small li.passed::before {
  font-size: 6px;
}
.list-steps-progress.list-steps-progress-small li.expired::before {
  padding-bottom: 1px;
  font-size: 10px;
}
.list-steps-progress.list-steps-progress-small li.pending::before {
  font-size: 11px;
}
.list-steps-progress.list-steps-progress-small li.pending.pending-search::before {
  font-size: 10px;
}
.list-steps-progress.list-steps-progress-small li.activate::before {
  top: 8px;
  width: 14px;
  height: 14px;
}

.list-horizontal-steps-dashed {
  display: flex;
  counter-reset: horizontal-steps-counter;
}
.list-horizontal-steps-dashed li {
  counter-increment: horizontal-steps-counter;
  position: relative;
  flex: 1 1 0;
  padding: 60px 25px 0;
  border-right: 2px dashed rgba(196, 196, 198, 0.4);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.list-horizontal-steps-dashed li:before {
  content: counter(horizontal-steps-counter);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 113, 245, 0.1);
  font-size: 18px;
  line-height: 39px;
  color: #0071f5;
  text-align: center;
}
.list-horizontal-steps-dashed li:last-child {
  border-color: transparent;
}

/* styles */
.list-loans-offers-info {
  margin-top: 15px;
}
.list-loans-offers-info li {
  margin-top: 10px;
  color: #c4c4c6;
}

/* List Loans Logos */
.list-loans-logos {
  padding: 0;
  margin: 0;
}
.list-loans-logos .list-inline-item {
  margin: 0;
}
.list-loans-logos .list-inline-item::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-color: #dcdcde;
  width: 1px;
  height: 24px;
  margin: 0 40px 0;
}
.list-loans-logos .list-inline-item:last-of-type::after {
  display: none;
}

/* Lang fixes */
html[lang=lt] .builder-menu .builder-menu-item-content-head .btn-link {
  font-size: 15px;
}

.list-vertical-progress li {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.list-vertical-progress li:after {
  content: "";
  position: absolute;
  left: -18px;
  top: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 2px #8c98a1;
  height: 4px;
  width: 4px;
  border-radius: 50%;
}
.list-vertical-progress li:before {
  content: "";
  position: absolute;
  left: -17px;
  border-left: 2px solid #EDF0F3;
  height: 100%;
  width: 1px;
}
.list-vertical-progress li:first-child:before {
  top: 6px;
}
.list-vertical-progress li:last-child:before {
  height: 6px;
}

/* Languages */
.languages {
  margin: 0;
}
.languages > .language {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}
.languages > .language > .btn-language {
  position: relative;
  z-index: 1;
  padding: 3px 0 3px 0;
  border-color: transparent;
  background-color: transparent;
  font-size: 16px;
  color: #181818;
  border-radius: 6px;
  white-space: nowrap;
}
.languages > .language > .btn-language:hover {
  color: #4566d1;
}
.languages > .language > .btn-language-action {
  position: absolute;
  top: 11px;
  right: 0;
  z-index: 2;
  border-color: rgba(24, 24, 24, 0.2);
  background-color: rgba(24, 24, 24, 0.2);
  color: #181818;
}
.languages > .language.selected > .btn-language {
  padding-right: 10px;
  padding-left: 10px;
  border-color: #ebf4ff;
  background-color: #ebf4ff;
  color: #0071f5;
}
.languages > .language.selected > .btn-language-action {
  right: 10px;
}
.languages > .language.has-settings > .btn-language {
  padding-right: 20px;
}
.languages > .language.has-settings.selected > .btn-language {
  padding-right: 30px;
}
.languages > .language:not(:last-child) {
  margin-right: 15px;
}
.languages-scrollable {
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.languages-scrollable::-webkit-scrollbar {
  height: 0;
}
.btn-round + .languages-scrollable {
  margin-right: 15px;
  margin-left: 15px;
}

.card-checkbox .custom-control-label::before, .card-checkbox .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
}
.card-checkbox p {
  margin-bottom: 0;
  font-size: 14px;
}
.card-checkbox-title {
  font-weight: 500;
}
.card-checkbox-meta {
  color: #939394;
}
.card-checkbox-image {
  min-width: 60px;
  margin-right: 10px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.card-checkbox-inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.cards-checkboxes > li + li {
  padding-top: 20px;
}

.list-campaign-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.list-campaign-logos > li {
  padding-right: 15px;
}
.list-campaign-logos > li:last-child {
  padding-right: 0;
}
.list-campaign-logos > li + li {
  position: relative;
  padding-left: 16px;
}
.list-campaign-logos > li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 37px;
  background-color: #fff;
}

.list-inline-presence .list-inline-item:not(:last-child) {
  margin-right: 24px;
}

.list-vertical-checks {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.list-vertical-checks .step-vertical {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-bottom: 40px;
}
.list-vertical-checks .step-vertical p {
  font-weight: 400;
}
.list-vertical-checks .step-vertical .step-vertical-bullet,
.list-vertical-checks .step-vertical .step-vertical-tray {
  position: absolute;
  display: inline-block;
}
.list-vertical-checks .step-vertical .step-vertical-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  left: -1px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 3px solid #c4c4c6;
  border-radius: 50%;
}
.list-vertical-checks .step-vertical .step-vertical-bullet > .ico-font {
  display: none;
  font-size: 10px;
}
.list-vertical-checks .step-vertical .step-vertical-tray {
  top: 13px;
  bottom: -2px;
  left: 10px;
  z-index: 1;
  width: 2px;
  background: #c4c4c6;
}
.list-vertical-checks .step-vertical .step-vertical-inner {
  position: relative;
  z-index: 4;
  margin-bottom: 0;
  line-height: 1.36;
  font-weight: 500;
}
.list-vertical-checks .step-vertical .title {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 600;
}
.list-vertical-checks .step-vertical:last-of-type .step-vertical-tray {
  display: none;
}
.list-vertical-checks .step-vertical:last-of-type.passed .step-vertical-bullet {
  display: none;
}
.list-vertical-checks .step-vertical.passed .step-vertical-bullet {
  border-color: #fff;
  background: #fff;
}
.list-vertical-checks .step-vertical.passed .step-vertical-bullet > .ico-font {
  display: inline;
  font-size: 24px;
  color: #05c583;
}
.list-vertical-checks .step-vertical.passed .title {
  font-size: 20px;
  margin-bottom: 4px;
}
.list-vertical-checks.steps-vertical-enroll {
  margin-top: 120px;
}

.list-horizontal-checks {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 48px;
}
.list-horizontal-checks .step-horizontal {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  padding-top: 56px;
  text-align: center;
}
.list-horizontal-checks-two .step-horizontal {
  flex-basis: 50%;
  max-width: 50%;
}

.list-horizontal-checks .step-horizontal p {
  font-weight: 400;
}
.list-horizontal-checks .step-horizontal .step-horizontal-bullet,
.list-horizontal-checks .step-horizontal .step-horizontal-tray {
  position: absolute;
  display: inline-block;
}
.list-horizontal-checks .step-horizontal .step-horizontal-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 3px solid #c4c4c6;
  border-radius: 50%;
}
.list-horizontal-checks .step-horizontal .step-horizontal-bullet > .ico-font {
  display: none;
  font-size: 10px;
}
.list-horizontal-checks .step-horizontal .step-horizontal-tray {
  top: 19px;
  left: 0;
  right: 0;
  z-index: 1;
}
.list-horizontal-checks .step-horizontal .step-horizontal-tray::before, .list-horizontal-checks .step-horizontal .step-horizontal-tray::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: calc(50% - 40px / 2 - 16px);
  border-top: 3px dashed #c4c4c6;
}
.list-horizontal-checks .step-horizontal .step-horizontal-tray::before {
  content: "";
  left: 0;
}
.list-horizontal-checks .step-horizontal .step-horizontal-tray::after {
  content: "";
  right: 0;
}
.list-horizontal-checks .step-horizontal .step-horizontal-inner {
  position: relative;
  z-index: 4;
  margin-bottom: 0;
  line-height: 1.36;
  font-weight: 500;
}
.list-horizontal-checks .step-horizontal .title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
.list-horizontal-checks .step-horizontal:first-of-type .step-horizontal-tray::before {
  display: none;
}
.list-horizontal-checks .step-horizontal:last-of-type .step-horizontal-tray::after {
  display: none;
}
.list-horizontal-checks .step-horizontal:last-of-type.passed .step-horizontal-bullet {
  display: none;
}
.list-horizontal-checks .step-horizontal.passed .step-horizontal-bullet {
  border-color: #fff;
  background: #fff;
}
.list-horizontal-checks .step-horizontal.passed .step-horizontal-bullet > .ico-font {
  display: inline;
  font-size: 40px;
  color: #05c583;
}
.list-horizontal-checks .step-horizontal.passed .step-horizontal-tray::before, .list-horizontal-checks .step-horizontal.passed .step-horizontal-tray::after {
  border-top-style: solid;
}
.list-horizontal-checks.steps-horizontal-enroll {
  margin-top: 120px;
}

.list-summary-with-left-border {
  margin-bottom: 0;
}
.list-summary-with-left-border li {
  position: relative;
}
.list-summary-with-left-border li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  margin-bottom: 0;
}
.list-summary-with-left-border li dl dt {
  font-weight: 400;
}
.list-summary-with-left-border li dl dd {
  margin-bottom: 0;
}
.list-summary-with-left-border li:first-child::before {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.list-summary-with-left-border li:last-child::before {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.list-summary-with-left-border li:not(:last-child) {
  padding-bottom: 14px;
}
.list-summary-with-left-border li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #dcdcde;
}

/* Definitions */
.definition, .definition > dd {
  margin-bottom: 0;
}
.definition dt,
.definition dd {
  font-size: 14px;
  word-break: break-word;
  word-wrap: break-word;
}
.definition > dt {
  margin-bottom: 10px;
  font-weight: 500;
}
.definition > dd + dd {
  margin-top: 10px;
}

/* Responsive */
@media only screen and (max-width: 1299px) {
  .list-shop-legal-actions .list-item-separator {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .list-steps li {
    padding: 0 10px 0 30px;
  }

  .list-shop-legal-actions {
    display: block;
    margin: -7px 0 0;
  }
  .list-shop-legal-actions li {
    margin: 7px 0;
    max-width: 160px;
  }
  .list-shop-legal-actions li .list-item-separator {
    display: block;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .list-countries li {
    width: 50%;
  }

  .list-steps li {
    flex-flow: column;
  }
  .list-steps li img {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .list-border-separated > .list-item {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .list-countries li {
    width: 100%;
  }

  /* Login users */
  .box-access .user-accounts {
    padding-bottom: 30px;
  }

  .list-steps {
    display: block;
    margin-bottom: 35px;
  }
  .list-steps li {
    max-width: 100%;
  }
  .list-steps li + li {
    margin-top: 20px;
  }

  .steps-vertical-alt .step-vertical .step-vertical-content {
    padding-right: 0;
  }

  .list-border-separated.payout-plans {
    flex-direction: column;
  }
  .list-border-separated.payout-plans > .list-item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0;
    border-right-width: 0;
    border-bottom: 1px solid #939394;
  }
  .list-border-separated.payout-plans > .list-item:last-of-type {
    border-bottom-width: 0;
  }
  .modal .list-border-separated.payout-plans {
    padding-bottom: 0;
  }
  .modal .list-border-separated.payout-plans > .list-item {
    padding-left: 0;
  }

  .list-domains-desc {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .list-domains-desc li {
    flex-basis: auto;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .list-domains-desc li + li::before {
    left: 50%;
    top: -25px;
    bottom: auto;
    width: 60px;
    background-color: rgba(77, 113, 152, 0.2);
    height: 2px;
    transform: translateX(-50%);
  }

  .list-link-domain-steps li hr {
    margin-left: 0;
    margin-right: 0;
  }

  .list-horizontal-steps-dashed {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .list-horizontal-steps-dashed li {
    min-height: 62px;
    padding: 8px 0 20px 60px;
    border-right: none;
    border-bottom: 2px dashed rgba(196, 196, 198, 0.4);
    margin-bottom: 20px;
    text-align: left;
  }
  .list-horizontal-steps-dashed li:last-child {
    margin-bottom: 0;
  }
  .list-horizontal-steps-dashed li:before {
    top: 0;
    left: 0;
    transform: none;
  }

  .list-loans-logos .list-inline-item::after {
    margin: 0 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .list-accounts.list-accounts-xs-max-2 {
    max-height: 178px;
  }

  .list-fonts {
    flex-wrap: wrap;
  }
  .list-fonts .list-item {
    min-width: 50%;
  }
  .list-fonts .list-item:not(:first-of-type) {
    padding-left: 0;
  }

  .list-images .list-inline-item, .list-images .list-inline-item:last-of-type {
    margin-right: 5px;
    margin-left: 5px;
  }
  .list-images.has-separators .list-inline-item, .list-images.has-separators .list-inline-item:last-of-type {
    margin-right: 0;
    margin-left: 0;
  }

  .list-steps-bullets-large li {
    font-size: 11px;
  }

  /* Login users */
  .user-accounts .user-account .user-account-title {
    font-size: 16px;
    font-weight: 500;
  }

  .toggleable-options .toggleable-option-actions.col-sm-auto {
    position: static;
    margin: 20px 0;
    text-align: center;
    transform: translateX(0) rotate(90deg);
  }
  .toggleable-options .toggleable-option-actions.col-sm-auto .btn-toggle-middle {
    display: inline-block;
    width: auto;
    padding: 0;
  }
  .toggleable-options .toggleable-option[class*=col-sm] {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #939394;
  }
  .toggleable-options .toggleable-option[class*=col-sm]:not(:first-child) .toggleable-option-body::before {
    display: none;
  }

  .list-linked-images-group li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list-linked-images-group li .items-avatar-preview {
    margin-bottom: 0;
  }

  .list-link-domain-steps:before {
    display: none;
  }
  .list-link-domain-steps li {
    padding-left: 0;
    padding-top: 50px;
  }

  .list-ad-features {
    padding-right: 0;
    padding-left: 0;
  }

  .list-box-cards {
    display: block;
    margin: 0;
  }
  .list-box-cards li {
    margin: 0;
  }
  .list-box-cards li + li {
    margin-top: 20px;
  }
  .list-box-cards li .box-card-item .box-card-item-image {
    min-height: 150px;
  }

  .list-steps-progress li {
    word-break: break-all;
    word-wrap: break-word;
  }

  .list-item-highlighted-xs-none:before {
    content: none;
  }

  .list-item-highlighted-left-xs {
    margin-top: 10px;
  }
  .list-item-highlighted-left-xs:before {
    left: 0;
    right: 0;
  }
}
@media (max-width: 374px) {
  .invoice-doc .invoice-doc-footer .invoice-doc-info-box .invoice-doc-info-box-body {
    padding-left: 0;
    padding-right: 0;
  }

  .list-payment-methods .list-payment-methods-content {
    padding-top: 10px;
    padding-left: 0;
  }
  .list-payment-methods .list-payment-methods-item {
    flex-direction: column;
  }
}
/* ==========================================================================
	#Messages
========================================================================== */
.message {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: stretch;
  border-radius: 8px;
  color: #181818;
}
.message .message-aside {
  flex: 0 0 auto;
  padding: 16px;
  color: #fff;
  text-align: center;
}
.message .message-aside + .message-content {
  padding-left: 0;
}
.message .message-content {
  flex: 1 1 0;
  padding: 16px;
}
.message .message-content p {
  margin-bottom: 0;
}
.message.message-error {
  background: #fad8e1;
}
.message.message-error .message-aside {
  color: #e74f76;
}
.message.message-success {
  background-color: #ccf3e5;
}
.message.message-success .message-aside {
  color: #05c583;
}
.message.message-notice {
  background-color: #ebf4ff;
}
.message.message-notice .message-aside {
  color: #0071f5;
}
.message.message-notice-white {
  background-color: #fff;
}
.message.message-warning {
  background-color: #ffeed2;
}
.message.message-warning .message-aside {
  color: #f29423;
}
.message.message-info {
  background-color: #fff;
}
.message.message-info .message-aside {
  color: #0071f5;
}
.message.message-info .message-aside.warning {
  color: #f29423;
}

.message-alt {
  display: flex;
  flex-flow: row nowrap;
  padding: 15px 20px;
  border: 1px solid #dcdcde;
  background-color: #fff;
  border-radius: 6px;
}
.message-alt-content, .message-alt-actions {
  position: relative;
  max-width: 100%;
}
.message-alt-content {
  flex-basis: 0;
  flex-grow: 1;
}
.message-alt-actions {
  flex: 0 0 auto;
  width: auto;
}
.message-alt-close {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  text-decoration: none;
}
.message-alt-close::before, .message-alt-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 1px;
  margin-top: -1px;
  margin-left: -8px;
  background-color: #181818;
  border-radius: 2px;
}
.message-alt-close::before {
  transform: rotate(45deg);
}
.message-alt-close::after {
  transform: rotate(-45deg);
}
.message-alt-close:hover::before, .message-alt-close:hover::after {
  background-color: #0071f5;
}
.message-alt-close.btn {
  display: block;
  font-size: 0;
}

/* styles */
/* fixes */
/* medias */
/* ==========================================================================
	#Forms
========================================================================== */
.form-actions {
  padding-top: 27px;
  white-space: nowrap;
}

.form-group.row {
  align-items: center;
  min-height: 51px;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.form-group.row .col-form-label {
  padding-top: 0;
  padding-bottom: 0;
}
.form-group.form-group-confirmed * {
  color: #939394;
}
.form-group.form-group-captcha img {
  max-height: 38px;
  border-radius: 8px;
}
.form-group.form-group-captcha .input-group-append img, .input-group-append .form-group.form-group-captcha img {
  max-height: 36px;
}

.form-group.form-group-captcha .input-group-prepend img, .input-group-prepend .form-group.form-group-captcha img {
  max-height: 36px;
}

.form-group.form-group-colored {
  position: relative;
}
.form-group.form-group-colored > .section-colored {
  position: static;
  border-bottom-right-radius: 0;
}
.form-group.form-group-colored > .section-colored + .section-colored {
  border-top: 1px solid #dbe0e5;
}
.form-group.form-group-colored > .section-colored:last-child {
  margin-bottom: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
}
.form-group.form-group-colored > .section-colored:last-child.box-content-inner-with-actions {
  margin-bottom: 25px;
}
.form-group.form-group-colored div.box-content-inner {
  margin-bottom: 0;
}
.form-group.form-group-colored div.box-content-inner.box-content-inner-with-actions .box-content-inner-actions {
  right: 0;
}
.form-group.form-group-colored + .form-group-colored {
  margin-top: 35px;
}
.form-group .form-notice-wrap {
  position: relative;
}
.form-group .form-notice-wrap .notice {
  position: absolute;
  top: 14px;
  right: 11px;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form-group.form-group-icon {
  position: relative;
}
.form-group.form-group-icon label {
  margin: 0;
}
.form-group.form-group-icon .ico-font {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.form-group.form-group-icon input {
  border-color: #c7d5e3;
  padding-left: 55px;
}
.form-group.input-with-counter-and-status {
  position: relative;
}
.form-group.input-with-counter-and-status label {
  display: flex;
  align-items: center;
}
.form-group.input-with-counter-and-status .form-control {
  padding-right: 80px;
}
.form-group.input-with-counter-and-status .input-controls {
  position: absolute;
  right: 0;
}
.form-group.input-with-counter-and-status .input-controls .form-text,
.form-group.input-with-counter-and-status .input-controls .form-control-statuses {
  display: inline-block;
}
.form-group.input-with-counter-and-status .input-controls .form-text {
  margin-top: 0;
  margin-right: 15px;
}
.form-group.bordered {
  padding: 20px;
  border: 1px solid #c4c4c6;
  border-radius: 10px;
}

.row-hrz {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  min-height: 38px;
  align-items: flex-start;
}
.row-hrz .col-hrz-label,
.row-hrz .col-hrz-value {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.react-select__menu-portal .react-select__option + .react-select__option {
  word-break: normal;
}

.row-hrz-reset .row-hrz .col-hrz-label,
.row-hrz-reset .box-content-inner .row-hrz .col-hrz-label {
  margin-top: 0;
  max-width: none;
  flex: 0 1 auto;
}
.row-hrz-reset .row-hrz .col-hrz-value,
.row-hrz-reset .box-content-inner .row-hrz .col-hrz-value {
  max-width: none;
  flex: 0 1 auto;
}
.row-hrz-reset .row-hrz .col-hrz-no-label,
.row-hrz-reset .box-content-inner .row-hrz .col-hrz-no-label {
  margin-left: 0;
}

.col-form-label {
  line-height: 1.4;
}

.form-control {
  font-size: 1rem;
  font-weight: 400;
  caret-color: #0071f5;
}
span.form-control {
  line-height: 1.95;
  white-space: nowrap;
}

.form-control:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus, .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}
.form-control:disabled:not(.is-invalid), .form-control[readonly], .form-control[readonly] ~ .input-group-append .input-group-text {
  border-color: #c4c4c6;
  background-color: #dcdcde;
  color: #181818;
  opacity: 1;
  cursor: not-allowed;
}
.form-control:disabled:not(.is-invalid).is-invalid, .form-control[readonly].is-invalid, .form-control[readonly] ~ .input-group-append .input-group-text.is-invalid {
  border-color: #dc3545;
}
.form-control.readonly-hidden[readonly], .form-control.readonly-hidden[readonly] ~ .input-group-append .input-group-text {
  border-color: #c4c4c6;
  background-color: #fff;
  color: #181818;
  cursor: text;
}
.form-control.readonly-hidden[readonly].is-invalid, .form-control.readonly-hidden[readonly] ~ .input-group-append .input-group-text.is-invalid {
  border-color: #dc3545;
}
.form-control.readonly-hidden[readonly].c_prim_1, .form-control.readonly-hidden[readonly] ~ .input-group-append .input-group-text.c_prim_1 {
  color: #0071f5;
}
.form-control.readonly-hidden[readonly]:disabled, .form-control.readonly-hidden[readonly]:disabled ~ .input-group-append .input-group-text {
  border-color: #c4c4c6;
  background-color: #dcdcde;
  color: transparent;
}
.form-control::-moz-placeholder {
  font-weight: 400;
}
.form-control::placeholder {
  font-weight: 400;
}
.form-control:disabled::-moz-placeholder {
  color: #939394;
}
.form-control:disabled::placeholder {
  color: #939394;
}
.form-control.form-control-transparent {
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #181818;
}
span.form-control.form-control-transparent {
  height: auto;
}

.form-control.form-control-transparent.is-invalid {
  border-bottom: 3px solid #e74f76 !important;
  border-radius: 0 !important;
}
.form-control.form-control-bottom-border {
  padding-right: 0;
  padding-left: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
  box-shadow: none;
}
.form-control.form-control-bottom-border.is-invalid {
  box-shadow: none;
}
.form-control.form-control-large-text {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.125rem;
  letter-spacing: 1.334px;
}
.form-control.form-control-large-text::-moz-placeholder {
  letter-spacing: normal;
  font-size: 0.875rem;
}
.form-control.form-control-large-text::placeholder {
  letter-spacing: normal;
  font-size: 0.875rem;
}
.form-control.form-control-larger-text {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
}
.form-control.form-control-extra-larger-text {
  padding: 0 5px;
  font-size: 40px;
  line-height: 1;
  height: 45px;
  border-radius: 0;
}
.form-control.type-number-clean {
  -moz-appearance: textfield;
}
.form-control.type-number-clean::-webkit-outer-spin-button, .form-control.type-number-clean::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.form-control-copy-to-clipboard {
  height: auto;
  line-height: 1.58;
  white-space: normal;
  word-break: break-word;
}
.form-control.form-control-rounded_20 {
  border-radius: 20px;
}
.form-control.cur_p {
  cursor: pointer !important;
}
.form-control-sm {
  font-size: 0.875rem;
}
.form-control-lg {
  font-size: 1rem;
}
.form-control-xlg {
  font-size: 24px;
}
.form-control-xxlg {
  height: 50px;
  font-size: 32px;
}
.form-control-xxxlg {
  height: 68px;
  font-size: 32px;
}

.form-control-purple {
  border-color: #7360f2;
}
.form-control-purple:focus {
  border-color: #7360f2;
}

.form-fee-noinput .form-fee-label {
  display: inline-block;
  color: #939394;
  padding-right: 5px;
}
.form-fee-noinput .form-fee-value {
  display: inline-block;
  font-weight: 400;
  color: #939394;
}
.form-fee-noinput .form-fee-value-active {
  color: #181818;
  font-weight: 500;
}

.followup .invalid {
  color: #e74f76;
}

.exchange-rate-hrz {
  padding: 8px 20px;
  font-size: 12px;
}
.exchange-rate-hrz .exchange-rate-hrz-amount {
  display: inline-block;
  color: #181818;
  padding-right: 15px;
  vertical-align: middle;
}
.exchange-rate-hrz .exchange-rate-hrz-single {
  display: inline-block;
  color: #939394;
  vertical-align: middle;
}

select.form-control:disabled + .select2-container--default.select2-container--disabled .select2-selection--single,
select.form-control[readonly] + .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #dcdcde;
  color: #939394;
  border-color: #c4c4c6;
  opacity: 1;
  cursor: not-allowed;
}

label {
  margin-bottom: 5px;
  color: #181818;
  font-weight: 400;
}

.input-group .input-group-append .btn,
.input-group .input-group-prepend .btn {
  box-shadow: none;
}
.input-group-sm > .form-control, .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 {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.input-group-lg > .form-control, .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 {
  font-size: 1rem;
  line-height: 1.375rem;
}

.input-group > .input-group-append > .input-group-text, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-prepend > .input-group-text {
  font-weight: 500;
  text-transform: uppercase;
}
.input-group > .input-group-append > .input-group-text.input-group-text-transparent, .input-group > .input-group-append > .input-group-text.input-group-text-transparent, .input-group > .input-group-prepend > .input-group-text.input-group-text-transparent, .input-group > .input-group-prepend > .input-group-text.input-group-text-transparent {
  background-color: #fff;
}
.input-group > .input-group-prepend > .form-control,
.input-group > .input-group-prepend .select2 .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-prepend > .form-control:focus,
.input-group > .input-group-prepend .select2 .form-control:focus {
  z-index: 3;
}
.input-group > .input-group-prepend .btn-default {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: none;
}
.input-group > .input-group-append > .form-control,
.input-group > .input-group-append .select2 .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .input-group-append > .form-control:focus,
.input-group > .input-group-append .select2 .form-control:focus {
  z-index: 3;
}
.input-group.no-borders-between:focus-within > .form-control:not(.is-invalid), .input-group.no-borders-between:focus-within > .form-control:not(.is-invalid) > .input-group-text, .input-group.no-borders-between:focus-within > .form-control:not(.is-invalid) > label.input-group-text, .input-group.no-borders-between:focus-within > .form-control:not(.is-invalid) > .btn, .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid), .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid) > .input-group-text, .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid) > label.input-group-text, .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid) > .btn, .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid), .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid) > .input-group-text, .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid) > label.input-group-text, .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid) > .btn, .input-group.no-borders-between:focus-within > .input-group-prepend, .input-group.no-borders-between:focus-within > .input-group-prepend > .input-group-text, .input-group.no-borders-between:focus-within > .input-group-prepend > label.input-group-text, .input-group.no-borders-between:focus-within > .input-group-prepend > .btn, .input-group.no-borders-between:focus-within > .input-group-append, .input-group.no-borders-between:focus-within > .input-group-append > .input-group-text, .input-group.no-borders-between:focus-within > .input-group-append > label.input-group-text, .input-group.no-borders-between:focus-within > .input-group-append > .btn {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .input-group.no-borders-between:focus-within > .form-control:not(.is-invalid), .input-group.no-borders-between:focus-within > .form-control:not(.is-invalid) > .input-group-text, .input-group.no-borders-between:focus-within > .form-control:not(.is-invalid) > label.input-group-text, .input-group.no-borders-between:focus-within > .form-control:not(.is-invalid) > .btn, .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid), .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid) > .input-group-text, .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid) > label.input-group-text, .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid) > .btn, .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid), .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid) > .input-group-text, .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid) > label.input-group-text, .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid) > .btn, .input-group.no-borders-between:focus-within > .input-group-prepend, .input-group.no-borders-between:focus-within > .input-group-prepend > .input-group-text, .input-group.no-borders-between:focus-within > .input-group-prepend > label.input-group-text, .input-group.no-borders-between:focus-within > .input-group-prepend > .btn, .input-group.no-borders-between:focus-within > .input-group-append, .input-group.no-borders-between:focus-within > .input-group-append > .input-group-text, .input-group.no-borders-between:focus-within > .input-group-append > label.input-group-text, .input-group.no-borders-between:focus-within > .input-group-append > .btn {
    transition: none;
  }
}
.input-group.no-borders-between:focus-within > .form-control:not(.is-invalid), .input-group.no-borders-between:focus-within > .form-control:not(.is-invalid) > .input-group-text, .input-group.no-borders-between:focus-within > .form-control:not(.is-invalid) > label.input-group-text, .input-group.no-borders-between:focus-within > .form-control:not(.is-invalid) > .btn, .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid), .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid) > .input-group-text, .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid) > label.input-group-text, .input-group.no-borders-between:focus-within > .custom-select:not(.is-invalid) > .btn, .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid), .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid) > .input-group-text, .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid) > label.input-group-text, .input-group.no-borders-between:focus-within > .custom-file:not(.is-invalid) > .btn, .input-group.no-borders-between:focus-within > .input-group-prepend, .input-group.no-borders-between:focus-within > .input-group-prepend > .input-group-text, .input-group.no-borders-between:focus-within > .input-group-prepend > label.input-group-text, .input-group.no-borders-between:focus-within > .input-group-prepend > .btn, .input-group.no-borders-between:focus-within > .input-group-append, .input-group.no-borders-between:focus-within > .input-group-append > .input-group-text, .input-group.no-borders-between:focus-within > .input-group-append > label.input-group-text, .input-group.no-borders-between:focus-within > .input-group-append > .btn {
  border-color: #0071f5;
}

.input-group.no-borders-between > .form-control, .input-group.no-borders-between > .form-control > .input-group-text, .input-group.no-borders-between > .form-control > label.input-group-text, .input-group.no-borders-between > .form-control > .btn, .input-group.no-borders-between > .custom-select, .input-group.no-borders-between > .custom-select > .input-group-text, .input-group.no-borders-between > .custom-select > label.input-group-text, .input-group.no-borders-between > .custom-select > .btn, .input-group.no-borders-between > .custom-file, .input-group.no-borders-between > .custom-file > .input-group-text, .input-group.no-borders-between > .custom-file > label.input-group-text, .input-group.no-borders-between > .custom-file > .btn, .input-group.no-borders-between > .input-group-prepend, .input-group.no-borders-between > .input-group-prepend > .input-group-text, .input-group.no-borders-between > .input-group-prepend > label.input-group-text, .input-group.no-borders-between > .input-group-prepend > .btn, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend > .input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend > label.input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend > .btn, .input-group.no-borders-between > .input-group-append, .input-group.no-borders-between > .input-group-append > .input-group-text, .input-group.no-borders-between > .input-group-append > label.input-group-text, .input-group.no-borders-between > .input-group-append > .btn, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append > .input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append > label.input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append > .btn {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .input-group.no-borders-between > .form-control, .input-group.no-borders-between > .form-control > .input-group-text, .input-group.no-borders-between > .form-control > label.input-group-text, .input-group.no-borders-between > .form-control > .btn, .input-group.no-borders-between > .custom-select, .input-group.no-borders-between > .custom-select > .input-group-text, .input-group.no-borders-between > .custom-select > label.input-group-text, .input-group.no-borders-between > .custom-select > .btn, .input-group.no-borders-between > .custom-file, .input-group.no-borders-between > .custom-file > .input-group-text, .input-group.no-borders-between > .custom-file > label.input-group-text, .input-group.no-borders-between > .custom-file > .btn, .input-group.no-borders-between > .input-group-prepend, .input-group.no-borders-between > .input-group-prepend > .input-group-text, .input-group.no-borders-between > .input-group-prepend > label.input-group-text, .input-group.no-borders-between > .input-group-prepend > .btn, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend > .input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend > label.input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend > .btn, .input-group.no-borders-between > .input-group-append, .input-group.no-borders-between > .input-group-append > .input-group-text, .input-group.no-borders-between > .input-group-append > label.input-group-text, .input-group.no-borders-between > .input-group-append > .btn, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append > .input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append > label.input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append > .btn {
    transition: none;
  }
}
.input-group.no-borders-between > .form-control:not(:first-child), .input-group.no-borders-between > .form-control:not(:first-child) > .input-group-text, .input-group.no-borders-between > .custom-select:not(:first-child), .input-group.no-borders-between > .custom-select:not(:first-child) > .input-group-text, .input-group.no-borders-between > .custom-file:not(:first-child), .input-group.no-borders-between > .custom-file:not(:first-child) > .input-group-text, .input-group.no-borders-between > .input-group-prepend:not(:first-child), .input-group.no-borders-between > .input-group-prepend:not(:first-child) > .input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend:not(:first-child), .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend:not(:first-child) > .input-group-text, .input-group.no-borders-between > .input-group-append:not(:first-child), .input-group.no-borders-between > .input-group-append:not(:first-child) > .input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append:not(:first-child), .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append:not(:first-child) > .input-group-text {
  margin-left: 0;
  border-left-width: 0;
}
.input-group.no-borders-between > .form-control:not(:last-child), .input-group.no-borders-between > .form-control:not(:last-child) > .input-group-text, .input-group.no-borders-between > .custom-select:not(:last-child), .input-group.no-borders-between > .custom-select:not(:last-child) > .input-group-text, .input-group.no-borders-between > .custom-file:not(:last-child), .input-group.no-borders-between > .custom-file:not(:last-child) > .input-group-text, .input-group.no-borders-between > .input-group-prepend:not(:last-child), .input-group.no-borders-between > .input-group-prepend:not(:last-child) > .input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend:not(:last-child), .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-prepend:not(:last-child) > .input-group-text, .input-group.no-borders-between > .input-group-append:not(:last-child), .input-group.no-borders-between > .input-group-append:not(:last-child) > .input-group-text, .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append:not(:last-child), .input-group.no-borders-between > .form-control.is-invalid ~ .input-group-append:not(:last-child) > .input-group-text {
  border-right-width: 0;
}
.input-group.no-borders-between > .input-group:not(:last-child) > .form-control, .input-group.no-borders-between > .input-group:not(:last-child) > .form-control > .input-group-text, .input-group.no-borders-between > .input-group:not(:last-child) > .custom-select, .input-group.no-borders-between > .input-group:not(:last-child) > .custom-select > .input-group-text, .input-group.no-borders-between > .input-group:not(:last-child) > .custom-file, .input-group.no-borders-between > .input-group:not(:last-child) > .custom-file > .input-group-text, .input-group.no-borders-between > .input-group:not(:last-child) > .input-group-prepend, .input-group.no-borders-between > .input-group:not(:last-child) > .input-group-prepend > .input-group-text, .input-group.no-borders-between > .input-group:not(:last-child) > .input-group-append, .input-group.no-borders-between > .input-group:not(:last-child) > .input-group-append > .input-group-text {
  border-right-width: 0;
}
.input-group.no-borders-between > .input-group:not(:last-child).input-group-vertical > .form-control:not(:last-child), .input-group.no-borders-between > .input-group:not(:last-child).input-group-vertical > .form-control:not(:last-child) > .input-group-text, .input-group.no-borders-between > .input-group:not(:last-child).input-group-vertical > .custom-select:not(:last-child), .input-group.no-borders-between > .input-group:not(:last-child).input-group-vertical > .custom-select:not(:last-child) > .input-group-text, .input-group.no-borders-between > .input-group:not(:last-child).input-group-vertical > .custom-file:not(:last-child), .input-group.no-borders-between > .input-group:not(:last-child).input-group-vertical > .custom-file:not(:last-child) > .input-group-text, .input-group.no-borders-between > .input-group:not(:last-child).input-group-vertical > .input-group-prepend:not(:last-child), .input-group.no-borders-between > .input-group:not(:last-child).input-group-vertical > .input-group-prepend:not(:last-child) > .input-group-text, .input-group.no-borders-between > .input-group:not(:last-child).input-group-vertical > .input-group-append:not(:last-child), .input-group.no-borders-between > .input-group:not(:last-child).input-group-vertical > .input-group-append:not(:last-child) > .input-group-text {
  border-bottom-width: 0;
}
.input-group.input-group-vertical {
  flex-direction: column;
}
.input-group.input-group-vertical > .form-control, .input-group.input-group-vertical > .form-control > .input-group-text, .input-group.input-group-vertical > .custom-select, .input-group.input-group-vertical > .custom-select > .input-group-text, .input-group.input-group-vertical > .custom-file, .input-group.input-group-vertical > .custom-file > .input-group-text, .input-group.input-group-vertical > .input-group-prepend, .input-group.input-group-vertical > .input-group-prepend > .input-group-text, .input-group.input-group-vertical > .input-group-append, .input-group.input-group-vertical > .input-group-append > .input-group-text {
  width: 100%;
  min-width: 100%;
  margin: 0;
  border-radius: 0;
}
.input-group.input-group-vertical > .form-control:not(:first-child), .input-group.input-group-vertical > .form-control:not(:first-child) > .input-group-text, .input-group.input-group-vertical > .custom-select:not(:first-child), .input-group.input-group-vertical > .custom-select:not(:first-child) > .input-group-text, .input-group.input-group-vertical > .custom-file:not(:first-child), .input-group.input-group-vertical > .custom-file:not(:first-child) > .input-group-text, .input-group.input-group-vertical > .input-group-prepend:not(:first-child), .input-group.input-group-vertical > .input-group-prepend:not(:first-child) > .input-group-text, .input-group.input-group-vertical > .input-group-append:not(:first-child), .input-group.input-group-vertical > .input-group-append:not(:first-child) > .input-group-text {
  border-top-width: 0;
  border-left-width: 1px;
}
.input-group.input-group-vertical > .form-control:not(:last-child), .input-group.input-group-vertical > .form-control:not(:last-child) > .input-group-text, .input-group.input-group-vertical > .custom-select:not(:last-child), .input-group.input-group-vertical > .custom-select:not(:last-child) > .input-group-text, .input-group.input-group-vertical > .custom-file:not(:last-child), .input-group.input-group-vertical > .custom-file:not(:last-child) > .input-group-text, .input-group.input-group-vertical > .input-group-prepend:not(:last-child), .input-group.input-group-vertical > .input-group-prepend:not(:last-child) > .input-group-text, .input-group.input-group-vertical > .input-group-append:not(:last-child), .input-group.input-group-vertical > .input-group-append:not(:last-child) > .input-group-text {
  border-right-width: 1px;
}
.input-group.input-group-vertical.no-borders-between > .form-control:not(:last-child), .input-group.input-group-vertical.no-borders-between > .form-control:not(:last-child) > .input-group-text, .input-group.input-group-vertical.no-borders-between > .custom-select:not(:last-child), .input-group.input-group-vertical.no-borders-between > .custom-select:not(:last-child) > .input-group-text, .input-group.input-group-vertical.no-borders-between > .custom-file:not(:last-child), .input-group.input-group-vertical.no-borders-between > .custom-file:not(:last-child) > .input-group-text, .input-group.input-group-vertical.no-borders-between > .input-group-prepend:not(:last-child), .input-group.input-group-vertical.no-borders-between > .input-group-prepend:not(:last-child) > .input-group-text, .input-group.input-group-vertical.no-borders-between > .input-group-append:not(:last-child), .input-group.input-group-vertical.no-borders-between > .input-group-append:not(:last-child) > .input-group-text {
  border-bottom-width: 0;
}

.input-group.input-group-vertical > .form-control:first-child, .input-group.input-group-vertical > .form-control:first-child > .input-group-text, .input-group.input-group-vertical > .custom-select:first-child, .input-group.input-group-vertical > .custom-select:first-child > .input-group-text, .input-group.input-group-vertical > .custom-file:first-child, .input-group.input-group-vertical > .custom-file:first-child > .input-group-text, .input-group.input-group-vertical > .input-group-prepend:first-child, .input-group.input-group-vertical > .input-group-prepend:first-child > .input-group-text, .input-group.input-group-vertical > .input-group-append:first-child, .input-group.input-group-vertical > .input-group-append:first-child > .input-group-text {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.input-group.input-group-vertical > .form-control:last-child, .input-group.input-group-vertical > .form-control:last-child > .input-group-text, .input-group.input-group-vertical > .custom-select:last-child, .input-group.input-group-vertical > .custom-select:last-child > .input-group-text, .input-group.input-group-vertical > .custom-file:last-child, .input-group.input-group-vertical > .custom-file:last-child > .input-group-text, .input-group.input-group-vertical > .input-group-prepend:last-child, .input-group.input-group-vertical > .input-group-prepend:last-child > .input-group-text, .input-group.input-group-vertical > .input-group-append:last-child, .input-group.input-group-vertical > .input-group-append:last-child > .input-group-text {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.input-group > .input-group {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .input-group.input-group-vertical ~ .input-group-append {
  margin-left: 0;
}
.input-group > .input-group:not(:last-child) > .form-control, .input-group > .input-group:not(:last-child) > .custom-select, .input-group > .input-group:not(:last-child) > .input-group-append > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group:not(:first-child) > .form-control, .input-group > .input-group:not(:first-child) > .custom-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group.input-group-texted .form-control {
  box-shadow: none;
}
.input-group.input-group-texted .input-group-text {
  background-color: #fff;
  font-weight: 400;
  text-transform: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .input-group.input-group-texted .input-group-text {
    transition: none;
  }
}
.input-group.input-group-texted .input-group-append {
  z-index: 3;
}
.input-group.input-group-texted .input-group-append .input-group-text {
  border-left-width: 0;
}
.input-group.input-group-texted .form-control:focus ~ .input-group-append .input-group-text {
  border-color: #0071f5;
  border-left-width: 0;
}
.input-group.input-group-texted.input-group-vertical .form-control:focus ~ .input-group-append .input-group-text {
  border-left-width: 1px;
}
.input-group.has-action-inside .form-control {
  position: relative;
  z-index: 1;
  border-radius: 8px;
}
.input-group.has-action-inside > .input-group-append {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.input-group.has-action-inside > .input-group-append .btn {
  border-width: 0;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
}
.input-group.input-group-search {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.input-group.input-group-search > .input-group {
  flex: 1 1 auto;
  width: auto;
}
.input-group.input-group-search > .input-group > .form-control {
  border-color: #939394;
  height: 50px;
}
.input-group.input-group-search > .input-group > .form-control:not(:last-child) {
  padding-right: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.input-group.input-group-search > .input-group > .form-control.is-invalid {
  border-color: #dc3545;
}
.input-group.input-group-search > .input-group-append .btn {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.input-group.input-group-search > .input-group-append .btn.btn-primary {
  border-color: #0071f5;
  box-shadow: none;
}
.input-group.has-actions.has-actions-focus > .input-group-prepend .btn, .input-group.has-actions.has-actions-focus > .input-group-prepend .btn.btn-default-alt, .input-group.has-actions.has-actions-focus > .input-group-prepend .btn:hover, .input-group.has-actions.has-actions-focus > .input-group-prepend .btn.btn-default-alt:hover {
  border-color: #0071f5;
}
.input-group.has-actions.has-actions-focus .form-control {
  border-left-color: transparent;
}
.input-group.has-actions.has-actions-focus > .input-group-append .input-group-text {
  border-color: #0071f5;
}
.input-group.has-actions.is-invalid > .input-group-prepend .btn, .input-group.has-actions.is-invalid > .input-group-prepend .btn.btn-default-alt, .input-group.has-actions.is-invalid > .input-group-prepend .btn:hover, .input-group.has-actions.is-invalid > .input-group-prepend .btn.btn-default-alt:hover {
  border-color: #dc3545;
}
.input-group.has-actions.is-invalid .form-control {
  border-left-color: transparent;
  border-top-color: #dc3545;
  border-bottom-color: #dc3545;
}
.input-group.has-actions.is-invalid > .input-group-append .input-group-text {
  border-color: #dc3545;
}
.input-group.has-actions > .input-group-append {
  margin-left: 0;
}
.input-group.has-actions > .input-group-append .btn {
  border-left-width: 0;
}
.input-group.has-actions > .input-group-append .btn.btn-default-alt:hover {
  border-color: #c4c4c6;
}
.input-group.has-actions > .input-group-append:not(:last-child) .btn {
  padding-right: 0.5rem;
  border-right-width: 0;
}
.input-group.has-actions > .input-group-append + .input-group-append .btn {
  padding-left: 0.5rem;
}
.input-group.has-actions > .input-group-prepend .btn {
  border-right-width: 0;
  transition-property: border-color;
  transition-duration: 0s;
}
.input-group.has-actions > .input-group-prepend .btn.btn-default-alt:hover {
  border-color: #c4c4c6;
}
.input-group.has-actions > .input-group-prepend:not(:first-child) .btn {
  padding-left: 7px;
  border-left-width: 0;
}
.input-group.has-actions > .input-group-prepend + .input-group-prepend .btn {
  padding-left: 7px;
}
.input-group.has-actions .form-control {
  border-right-width: 0;
}
.input-group.has-actions .form-control:focus ~ .input-group-append .btn, .input-group.has-actions .form-control:focus ~ .input-group-append .btn:hover {
  border-color: #0071f5;
}
.input-group.has-actions .form-control:focus ~ .input-group-prepend .btn, .input-group.has-actions .form-control:focus ~ .input-group-prepend .btn:hover {
  border-color: #0071f5;
}
.input-group.has-actions .form-control.is-invalid ~ .input-group-append .btn, .input-group.has-actions .form-control.is-invalid ~ .input-group-append .btn:hover {
  border-color: #dc3545;
}
.input-group.has-actions.addon-hidden .form-control {
  border-right-width: 1px;
}
.input-group.has-actions.domain-search-group .form-control {
  height: 50px;
  padding-right: 0;
  box-shadow: none;
  transition: none;
}
.input-group.has-actions.domain-search-group .input-group-append {
  max-height: 50px;
}
.input-group.has-actions.domain-search-group .input-group-append .btn {
  height: 50px;
}
.input-group.has-actions.domain-search-group .input-group-append .btn-default-alt {
  transition: none;
}
.input-group.has-icon > .icon-wrapper .input-group-text {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  box-shadow: none;
}
.input-group.has-icon > .icon-wrapper:not(:last-child) .input-group-text {
  padding-right: 5px;
}
.input-group.has-icon > .icon-wrapper ~ .icon-wrapper .input-group-text {
  padding-left: 5px;
}
.input-group.has-icon .form-control:focus ~ .icon-wrapper .input-group-text, .input-group.has-icon .form-control:focus ~ .icon-wrapper .input-group-text:hover {
  border-color: #0071f5;
}
.input-group.has-icon .form-control.is-invalid ~ .icon-wrapper .input-group-text, .input-group.has-icon .form-control.is-invalid ~ .icon-wrapper .input-group-text:hover {
  border-color: #dc3545;
}
.input-group.has-icon textarea.form-control ~ .icon-wrapper .input-group-text {
  align-items: flex-start;
}

.input-group.has-icon.addon-hidden .form-control {
  border-right-width: 1px;
}
.input-group.has-icon.hide-icon-on-empty .form-control:-moz-placeholder-shown {
  border-right-width: 1px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.input-group.has-icon.hide-icon-on-empty .form-control:placeholder-shown {
  border-right-width: 1px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.input-group.has-icon.hide-icon-on-empty .form-control:-moz-placeholder-shown ~ .icon-wrapper {
  display: none;
}
.input-group.has-icon.hide-icon-on-empty .form-control:placeholder-shown ~ .icon-wrapper {
  display: none;
}
.input-group.has-icon.hide-icon-on-filled .form-control:not(:-moz-placeholder-shown) {
  border-right-width: 1px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.input-group.has-icon.hide-icon-on-filled .form-control:not(:placeholder-shown) {
  border-right-width: 1px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.input-group.has-icon.hide-icon-on-filled .form-control:not(:-moz-placeholder-shown) ~ .icon-wrapper {
  display: none;
}
.input-group.has-icon.hide-icon-on-filled .form-control:not(:placeholder-shown) ~ .icon-wrapper {
  display: none;
}
.input-group.has-counter > .counter-wrapper > .input-group-text {
  justify-content: flex-end;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  font-size: 12px;
  color: #939394;
  font-weight: normal;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between > .form-control {
  border-right-width: 0;
  border-top-right-radius: 0;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between > textarea.form-control {
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between > textarea.form-control ~ .counter-wrapper, .input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between > textarea.form-control ~ .counter-wrapper > .input-group-text {
  width: 100%;
  min-width: 100%;
  border-top-width: 0;
  border-left-width: 1px;
  border-radius: 0 0 8px 8px;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between > textarea.form-control ~ .icon-wrapper:not(:last-child) > .input-group-text {
  border-bottom-width: 0;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between > textarea.form-control ~ .icon-wrapper:nth-last-child(2) > .input-group-text {
  padding-right: 10px;
  border-right-width: 1px;
  border-top-right-radius: 8px;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between > textarea.form-control ~ .icon-wrapper + .counter-wrapper > .input-group-text {
  padding-left: 1rem;
}

.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between > .icon-wrapper:not(:last-child) > .input-group-text {
  border-right-width: 0;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between > .icon-wrapper:nth-last-child(2) > .input-group-text {
  padding-right: 10px;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between > .icon-wrapper + .counter-wrapper > .input-group-text {
  padding-left: 0;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.hide-icon-on-empty > .form-control {
  border-bottom-right-radius: 0;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.hide-icon-on-empty > textarea.form-control:-moz-placeholder-shown {
  border-right-width: 1px;
  border-top-right-radius: 8px;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.hide-icon-on-empty > textarea.form-control:placeholder-shown {
  border-right-width: 1px;
  border-top-right-radius: 8px;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.hide-icon-on-empty > textarea.form-control:not(:-moz-placeholder-shown) {
  border-right-width: 0;
  border-top-right-radius: 0;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.hide-icon-on-empty > textarea.form-control:not(:placeholder-shown) {
  border-right-width: 0;
  border-top-right-radius: 0;
}

.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.hide-icon-on-filled > .form-control {
  border-bottom-right-radius: 0;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.hide-icon-on-filled > textarea.form-control:not(:-moz-placeholder-shown) {
  border-right-width: 1px;
  border-top-right-radius: 8px;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.hide-icon-on-filled > textarea.form-control:not(:placeholder-shown) {
  border-right-width: 1px;
  border-top-right-radius: 8px;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.hide-icon-on-filled > textarea.form-control:-moz-placeholder-shown {
  border-right-width: 0;
  border-top-right-radius: 0;
}
.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.hide-icon-on-filled > textarea.form-control:placeholder-shown {
  border-right-width: 0;
  border-top-right-radius: 0;
}

.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.addon-hidden > textarea.form-control:not(:-moz-placeholder-shown), .input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.addon-hidden > textarea.form-control:-moz-placeholder-shown {
  border-right-width: 1px;
  border-top-right-radius: 8px;
}

.input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.addon-hidden > textarea.form-control, .input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.addon-hidden > textarea.form-control:not(:placeholder-shown), .input-group.has-counter.has-icon:not(.input-group-vertical).no-borders-between.addon-hidden > textarea.form-control:placeholder-shown {
  border-right-width: 1px;
  border-top-right-radius: 8px;
}

.input-group.input-group-right .input-group-append {
  margin-left: 0;
  margin-right: -1px;
}
.input-group.input-group-right .input-group-text {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.input-group-number.input-group .react-select {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.input-group-number.input-group .react-select + .input-group-append {
  flex-basis: 0;
  flex-grow: 1;
}
.input-group-number.input-group .react-select .ico-svg-flag, .input-group-number.input-group .react-select .with-ico-svg-flag::before {
  margin-top: -1px;
}
.input-group-number.input-group .react-select__value-container {
  padding-left: 1rem;
}
.input-group-number.input-group .react-select [aria-live=polite] + .react-select__control {
  min-width: 103px;
}
.input-group-number.input-group .react-select [aria-live=polite] + .react-select__control .react-select__input-container {
  left: 47px;
  min-width: 35px;
  max-width: 35px;
}
.input-group-number.input-group .react-select [aria-live=polite] + .react-select__control .react-select__input-container * {
  max-width: 100%;
}

.currency-amount-with-max.input-group .form-control {
  height: 80px;
  font-size: 33px;
  font-weight: 600;
}
.currency-amount-with-max.input-group .form-control::-webkit-input-placeholder {
  font-weight: 600;
}
.currency-amount-with-max.input-group .form-control:-moz-placeholder {
  font-weight: 600;
}
.currency-amount-with-max.input-group .form-control::-moz-placeholder {
  font-weight: 600;
}
.currency-amount-with-max.input-group .form-control:-ms-input-placeholder {
  font-weight: 600;
}
.currency-amount-with-max.input-group .input-group-text {
  font-size: 33px;
  font-weight: 600;
}
.currency-amount-with-max.input-group.has-actions .input-group-append .btn:focus, .currency-amount-with-max.input-group.has-actions .input-group-append .btn:active {
  border-color: #0071f5;
}
.currency-amount-with-max.input-group .input-group-append .btn {
  font-weight: 600;
}
.currency-amount-with-max.input-group.is-invalid .input-group-prepend .input-group-text {
  border-color: #dc3545;
}
.currency-amount-with-max.input-group.is-invalid .input-group-append .btn,
.currency-amount-with-max.input-group.is-invalid .input-group-append .btn:hover,
.currency-amount-with-max.input-group.is-invalid .input-group-append .btn:focus,
.currency-amount-with-max.input-group.is-invalid .input-group-append .btn:active {
  border-color: #dc3545;
}
.currency-amount-with-max.input-group.is-invalid .form-control:hover ~ .input-group-append .btn,
.currency-amount-with-max.input-group.is-invalid .form-control:hover ~ .input-group-append .btn:hover, .currency-amount-with-max.input-group.is-invalid .form-control:focus ~ .input-group-append .btn,
.currency-amount-with-max.input-group.is-invalid .form-control:focus ~ .input-group-append .btn:hover {
  border-color: #dc3545;
}
.currency-amount-with-max.input-group.is-disabled .form-control,
.currency-amount-with-max.input-group.is-disabled .input-group-prepend .input-group-text,
.currency-amount-with-max.input-group.is-disabled .input-group-append .btn,
.currency-amount-with-max.input-group.is-disabled .input-group-append .btn:active,
.currency-amount-with-max.input-group.is-disabled .input-group-append .btn:hover,
.currency-amount-with-max.input-group.is-disabled .input-group-append .btn:focus {
  border-color: #c4c4c6;
  background-color: #dcdcde;
}
.currency-amount-with-max.input-group.is-disabled .form-control,
.currency-amount-with-max.input-group.is-disabled .input-group-append .btn {
  color: #939394;
}
.currency-amount-with-max.input-group.is-disabled .input-group-append .btn {
  cursor: not-allowed;
}

.dot-loader-input-wrapper {
  position: relative;
}
.dot-loader-input-wrapper > .form-control {
  padding-right: calc(24px + $input-padding-x * 2);
}
.dot-loader-input-wrapper > .form-control-sm {
  padding-right: calc(24px + $input-padding-x-sm * 2);
}
.dot-loader-input-wrapper > .form-control-lg {
  padding-right: calc(24px + $input-padding-x-lg * 2);
}
.dot-loader-input-wrapper .dot-loader {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

.dot-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
}
.dot-loader.show {
  display: inline-flex;
}
.dot-loader .dot {
  width: 4px;
  height: 4px;
  margin: 0 2px;
  background-color: #626365;
  border-radius: 50%;
  animation: dotPulse 1.2s infinite ease-in-out;
}
.dot-loader .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.dot-loader .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dotPulse {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.6;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.tinymce-inline-styles .mce-content-body {
  min-height: 100px;
  margin-left: -30px;
  padding-left: 30px;
  margin-right: -30px;
  padding-right: 30px;
  width: 600px;
}
.tinymce-inline-styles .mce-content-body.mce-edit-focus {
  border: 0;
}
.tinymce-inline-styles.img-and-text.left .mce-content-body {
  padding: 0px 30px 0px 320px;
  width: 600px;
  margin-left: -320px;
  margin-right: -30px;
}
.tinymce-inline-styles.img-and-text.right .mce-content-body {
  padding: 0px 320px 0px 30px;
  width: 600px;
  margin-right: -320px;
  margin-left: -30px;
}
.tinymce-inline-styles:focus-visible {
  outline: none;
}
.tinymce-inline-styles *[contentEditable=true]:focus,
.tinymce-inline-styles *[contentEditable=true]:hover {
  outline: none;
}

.tox.tox-tinymce-inline {
  width: 600px;
}
.tox.tox-tinymce-inline .tox-editor-container {
  margin: 0 auto;
  flex-direction: column;
}
.tox.tox-tinymce-inline.tox-tinymce-inline .tox-editor-header {
  padding: 10px;
  border: 0 !important;
}
.tox.tox-tinymce-inline .tox-toolbar-overlord {
  background-color: inherit !important;
}
.tox.tox-tinymce-inline .tox-toolbar-overlord .tox-toolbar {
  box-shadow: 0px 5px 8px -4px #858585;
  border-radius: 6px;
}
.tox.tox-tinymce-inline .tox-toolbar-overlord .tox-toolbar .tox-toolbar__group:first-child {
  padding-left: 2px;
}
.tox.tox-tinymce-inline .tox-toolbar-overlord .tox-toolbar .tox-toolbar__group:last-child {
  padding-right: 2px;
}
.tox.tox-tinymce-inline .tox-tbtn svg {
  fill: #707070 !important;
}

/* Bootstrap custom checkboxes and radios */
.custom-control {
  padding-left: 0;
}

.custom-radio {
  min-height: 0;
}
.custom-radio + .custom-radio {
  margin-top: 10px;
}
.custom-radio > .custom-control-label::before {
  top: 0;
}
.custom-radio > .custom-control-label::after {
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: transparent;
  border-radius: 50%;
}
.custom-radio.custom-radio-pill .custom-control-label {
  display: block;
  border: 1px solid #dcdcde;
  border-radius: 6px;
  padding: 15px 15px 15px 40px;
  transition: background-color 0.3s, border-color 0.3s;
}
.custom-radio.custom-radio-pill .custom-control-label::before {
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.custom-radio.custom-radio-pill .custom-control-label::after {
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
}
.custom-radio.custom-radio-pill .custom-control-label:hover, .custom-radio.custom-radio-pill .custom-control-label:focus {
  background-color: #ebf4ff;
  border-color: #0071f5;
}
.custom-radio.custom-radio-pill .custom-control-input:checked ~ .custom-control-label {
  background-color: #ebf4ff;
  border-color: #0071f5;
}

.custom-control-label {
  padding-left: 38px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-control-label.no-text {
  padding-left: 16px;
}
.custom-control-label::before, .custom-control-label::after {
  top: 0;
  left: 0;
}
.custom-control-label::before {
  border: 1px solid #c4c4c6;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, .custom-checkbox-2 .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox-2 .custom-control-input:focus ~ .custom-control-label::before, .custom-radio > .custom-control-input:checked ~ .custom-control-label::before, .custom-radio > .custom-control-input:focus ~ .custom-control-label::before {
  border-color: #0071f5;
}
.custom-radio > .custom-control-input:checked ~ .custom-control-label::before {
  border-width: 2px;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox-2 .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio > .custom-control-input:disabled:checked ~ .custom-control-label::before {
  border-color: #c4c4c6;
}
.custom-radio > .custom-control-input:checked ~ .custom-control-label::before, .custom-radio > .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background-color: #fff;
}
.custom-control.border_color_grey_9 .custom-control-label::before {
  border-color: #c4c4c6;
}

.custom-control.fw_medium .custom-control-label {
  font-weight: 500;
}

.custom-control.fs_14 .custom-control-label {
  font-size: 14px;
  line-height: 1.7143;
}

.custom-radio > .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272.5%27 fill=%27%230c5dff%27/%3e%3c/svg%3e");
}
.custom-radio > .custom-control-input:checked:disabled ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272.5%27 fill=%27%23c4c5c8%27/%3e%3c/svg%3e");
}
.custom-checkbox > .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label, .custom-checkbox-2 .custom-control-input:disabled ~ .custom-control-label, .custom-radio .custom-control-input:disabled ~ .custom-control-label {
  cursor: not-allowed;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox-2 .custom-control-label::before {
  border-radius: 0.1875rem;
}

.custom-checkbox-2-group .custom-checkbox-2 {
  display: inline-block;
}

.custom-control.custom-checkbox-2 .custom-control-label.custom-control-label-small {
  font-size: 12px;
  line-height: 1.6;
}
.custom-control.custom-checkbox-2 .custom-control-label.fw_normal {
  font-weight: 400;
}
.custom-control.custom-checkbox-2 .custom-control-input:checked + .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.custom-control.custom-checkbox-2 .checkbox-not-disabled:disabled ~ .custom-control-label {
  color: #181818;
}
.custom-control.custom-checkbox-2.blue-labels .custom-control-input:not([disabled]) ~ .custom-control-label {
  color: #181818;
}
.custom-control.fw_normal .custom-control-label {
  font-weight: 400;
}
.custom-control.custom-control-disabled-visible .custom-control-input:disabled ~ .custom-control-label {
  color: #181818;
}
.custom-control.select-in-checkbox .select-in-checkbox-inner {
  float: left;
  width: 175px;
  padding-left: 38px;
  padding-right: 5px;
}
.custom-control.select-in-checkbox .custom-control-label {
  position: static;
}
.custom-control .custom-control-input.initially-checked:checked + .custom-control-label::before {
  background-color: #ebf4ff;
}
.custom-control .custom-control-input.initially-checked:checked + .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%230071f5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.custom-control .custom-control-input + .custom-control-label .hidden-content {
  display: none;
}
.custom-control .custom-control-input:checked + .custom-control-label .hidden-content {
  display: block;
}
.custom-control .hidden-content .custom-control-input + .custom-control-label .hidden-content-level-2 {
  display: none;
}
.custom-control .hidden-content .custom-control-input:checked + .custom-control-label .hidden-content-level-2 {
  display: block;
}
.custom-control.custom-checkbox-sm .custom-control-label {
  font-size: 0.875rem;
}
.custom-control.custom-checkbox.custom-checkbox-customer > .custom-control-label::before, .custom-control.custom-checkbox.custom-checkbox-customer > .custom-control-label::after {
  top: 8px;
}
.custom-control.custom-checkbox.custom-checkbox-item-35 > .custom-control-label::before, .custom-control.custom-checkbox.custom-checkbox-item-35 > .custom-control-label::after {
  top: 15px;
}
.custom-control.custom-checkbox.custom-checkbox-item-50 > .custom-control-label::before, .custom-control.custom-checkbox.custom-checkbox-item-50 > .custom-control-label::after {
  top: 12px;
}
.custom-control.custom-radio-sm .custom-control-label {
  font-size: 0.875rem;
}
.custom-control.custom-radio.custom-radio-item-35 > .custom-control-label::before {
  top: 21px;
}
.custom-control.custom-radio.custom-radio-item-35 > .custom-control-label::after {
  top: 26px;
}
.custom-control.custom-radio.custom-radio-item-50 > .custom-control-label::before {
  top: 18px;
}
.custom-control.custom-radio.custom-radio-item-50 > .custom-control-label::after {
  top: 23px;
}
.custom-control.is-only-one-item > .custom-control-label {
  padding-left: 0;
}
.custom-control.is-only-one-item > .custom-control-label::before, .custom-control.is-only-one-item > .custom-control-label::after {
  display: none;
}

.checkbox-image-selection > input {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: -3;
  top: -10px;
  left: -10px;
}
.checkbox-image-selection > label {
  display: block;
  margin-bottom: 0;
  border-radius: 6px;
  border: 3px solid #c7d5e3;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s;
}
.checkbox-image-selection > label::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 500;
  background-color: #c7d5e3;
  color: #fff;
  transform: scale(0);
  transition: transform 0.3s;
}
.checkbox-image-selection > input:checked + label {
  border-color: #0071f5;
  transition: border-color 0.3s;
}
.checkbox-image-selection > input:checked + label::after {
  content: attr(image-count);
  background-color: #0071f5;
  transform: scale(1);
  transition: transform 0.3s;
}
.checkbox-image-selection > input:disabled + label, .checkbox-image-selection > input:disabled:checked + label {
  border-color: #c7d5e3;
  opacity: 0.3;
}
.checkbox-image-selection > input:disabled:checked + label::after {
  content: "";
  display: none;
}

/* Search */
.search {
  position: relative;
}
.search .form-group {
  margin-bottom: 20px;
}
.search .form-control {
  position: relative;
  z-index: 1;
  height: 36px;
  padding-right: 40px;
  padding-left: 40px;
  border: 1px solid #fff;
  box-shadow: 0 6px 20px -4px rgba(24, 24, 24, 0.1);
}
.search .form-control:focus {
  box-shadow: 0 6px 20px -4px rgba(0, 113, 245, 0.3);
}
.search .form-control:focus ~ .search-label, .search .form-control:focus ~ .search-btn {
  color: #0071f5;
}
.search .search-label,
.search .search-btn {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.search .search-label {
  left: 10px;
  margin: 0;
  font-size: 18px;
  color: #939394;
  cursor: pointer;
  transition: all 0.4s ease;
}
.search .search-label .ico-font {
  margin-top: -1px;
  vertical-align: baseline;
}
.search .search-label:hover {
  color: #0071f5;
}
.search .search-btn {
  right: 10px;
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 0;
  color: #c4c4c6;
  cursor: pointer;
  outline: 0;
  outline: none;
  transition: all 0.4s ease;
}
.search .search-btn::before {
  font-size: 14px;
}
.search .search-btn:hover {
  color: #0071f5;
}
.search.search-alt .form-control {
  height: 40px;
  padding-left: 45px;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom: 1px solid #c4c4c6;
  border-radius: 0;
  box-shadow: none;
}
.search.search-alt .form-control::-webkit-input-placeholder {
  text-transform: none;
}
.search.search-alt .form-control:-moz-placeholder {
  text-transform: none;
}
.search.search-alt .form-control::-moz-placeholder {
  text-transform: none;
}
.search.search-alt .form-control:-ms-input-placeholder {
  text-transform: none;
}
.search.search-alt .form-control:focus {
  border-color: #0071f5;
}
.search.search-alt .search-label {
  left: 5px;
}
.search.search-alt .search-label .ico-font {
  font-size: 22px;
}

.search-input {
  position: relative;
}
.search-input .search-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin: 0;
  font-size: 17px;
  color: #939394;
  text-align: center;
  cursor: pointer;
}
.search-input .search-icon .ico-font {
  vertical-align: baseline;
}
.search-input .search-icon:hover {
  color: #0071f5;
}
.search-input .form-control {
  position: relative;
  z-index: 1;
  padding-left: 50px;
}
.search-input .form-control:focus + .search-icon {
  color: #0071f5;
}

/* Datepicker */
.daterangepicker:not(.single) {
  border: 1px solid #c4c4c6;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 7px 50px -15px #585858;
}
.daterangepicker:not(.single) .calendar {
  margin: 0;
  border-color: transparent;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.daterangepicker:not(.single) .calendar.left {
  max-width: 318px;
}
.daterangepicker:not(.single) .calendar .calendar-table {
  margin-bottom: 10px;
}
.daterangepicker .calendar {
  border-color: #c4c4c6;
  background: #fff;
  border-radius: 8px;
}
.daterangepicker .calendar select.form-control {
  padding-left: 4px;
  padding-right: 4px;
}
.daterangepicker .calendar .calendar-table {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.daterangepicker .calendar .calendar-table .table-condensed {
  border-collapse: separate;
  border-spacing: 2px 5px;
}
.daterangepicker .calendar .calendar-table .table-condensed .month {
  font-size: 12px;
  color: #181818;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}
.daterangepicker .calendar .calendar-table .table-condensed th.next .glyphicon, .daterangepicker .calendar .calendar-table .table-condensed th.prev .glyphicon {
  display: none;
}
.daterangepicker .calendar .calendar-table .table-condensed th {
  color: #c4c4c6;
}
.daterangepicker .calendar .calendar-table .table-condensed th.next,
.daterangepicker .calendar .calendar-table .table-condensed th.prev,
.daterangepicker .calendar .calendar-table .table-condensed .table-condensed .month {
  color: #181818;
}
.daterangepicker .calendar .calendar-table .table-condensed tr > td, .daterangepicker .calendar .calendar-table .table-condensed tr > th {
  padding: 10px;
}
.daterangepicker .calendar .calendar-table .table-condensed tr:last-child > th {
  color: #181818;
  font-size: 14px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcdcde;
}
.daterangepicker .calendar .calendar-table .table-condensed td.available.off {
  color: #d8d8d8;
}
.daterangepicker .calendar .calendar-table .table-condensed td.available.disabled {
  color: #b1b1b1;
}
.daterangepicker .calendar .calendar-table .table-condensed td.available:focus, .daterangepicker .calendar .calendar-table .table-condensed td.available:hover {
  background-color: #ebf4ff;
  color: #0071f5;
  border-radius: 3px;
}
.daterangepicker .calendar .calendar-table .table-condensed td.today {
  border-radius: 3px;
  background-color: #fff;
  color: #0071f5;
  border: 1px solid #007ff5;
}
.daterangepicker .calendar .calendar-table .table-condensed td.in-range, .daterangepicker .calendar .calendar-table .table-condensed td.today.in-range, .daterangepicker .calendar .calendar-table .table-condensed td.off.in-range {
  background-color: #ebf4ff;
  color: #0071f5;
  border-radius: 0;
}
.daterangepicker .calendar .calendar-table .table-condensed td.today.in-range:hover {
  border-radius: 3px;
}
.daterangepicker .calendar .calendar-table .table-condensed td.start-date, .daterangepicker .calendar .calendar-table .table-condensed td.start-date:focus, .daterangepicker .calendar .calendar-table .table-condensed td.start-date:hover, .daterangepicker .calendar .calendar-table .table-condensed td.today.start-date, .daterangepicker .calendar .calendar-table .table-condensed td.today.start-date:hover, .daterangepicker .calendar .calendar-table .table-condensed td.today.start-date:focus, .daterangepicker .calendar .calendar-table .table-condensed td.off.start-date, .daterangepicker .calendar .calendar-table .table-condensed td.off.start-date:hover, .daterangepicker .calendar .calendar-table .table-condensed td.off.start-date:focus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #0071f5;
  color: #fff;
}
.daterangepicker .calendar .calendar-table .table-condensed td.end-date, .daterangepicker .calendar .calendar-table .table-condensed td.end-date:focus, .daterangepicker .calendar .calendar-table .table-condensed td.end-date:hover, .daterangepicker .calendar .calendar-table .table-condensed td.today.end-date, .daterangepicker .calendar .calendar-table .table-condensed td.today.end-date:hover, .daterangepicker .calendar .calendar-table .table-condensed td.today.end-date:focus, .daterangepicker .calendar .calendar-table .table-condensed td.off.end-date, .daterangepicker .calendar .calendar-table .table-condensed td.off.end-date:hover, .daterangepicker .calendar .calendar-table .table-condensed td.off.end-date:focus {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #0071f5;
  color: #fff;
}
.daterangepicker .calendar .calendar-table .table-condensed td.start-date.end-date, .daterangepicker .calendar .calendar-table .table-condensed td.start-date.end-date:hover, .daterangepicker .calendar .calendar-table .table-condensed td.start-date.end-date:focus {
  border-radius: 3px;
}
.daterangepicker .ranges {
  display: inline-block;
  float: none;
  background-color: transparent;
  position: relative;
  border: none;
  border-radius: 0px;
  width: auto;
  margin-top: 7px;
  margin-right: 14px;
  box-shadow: none;
}
.daterangepicker .ranges ul li {
  padding: 6px 25px;
  border: 1px solid #c4c4c6;
  border-radius: 2px;
  background-color: #fff;
  margin-bottom: 7px;
  text-align: center;
}
.daterangepicker .ranges ul li:hover, .daterangepicker .ranges ul li:focus {
  border-color: #0071f5;
}
.daterangepicker .ranges ul li.active {
  background-color: #0071f5;
  border-color: #0071f5;
}
.daterangepicker .ranges .range_inputs {
  padding: 0;
}
.daterangepicker .ranges .range_inputs button {
  margin-top: 23px;
}
.daterangepicker .daterangepicker_input input {
  padding: 0.625rem 1rem;
  text-align: center;
}
.daterangepicker .daterangepicker_input label {
  color: #181818;
}

a.datepicker.daterangepicker-link {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.btn.daterangepicker-link {
  font-weight: 600;
  line-height: 1.42;
}

.btn.daterangepicker-link:hover {
  text-decoration: none;
}

.datepicker {
  background: #fff;
  box-shadow: none;
}
.datepicker .form-control {
  padding-top: 5px;
  padding-bottom: 5px;
}
.datepicker .input-group-text,
.datepicker .form-control {
  border-color: #c4c4c6;
  background: #fff;
  cursor: pointer;
  box-shadow: none;
}
.datepicker .input-group-text:disabled, .datepicker .input-group-text:disabled + .input-group-append .input-group-text,
.datepicker .form-control:disabled,
.datepicker .form-control:disabled + .input-group-append .input-group-text {
  background-color: #dcdcde;
  color: #939394;
  border-color: #c4c4c6;
  opacity: 1;
  cursor: not-allowed;
}
.datepicker .input-group-text:disabled + .input-group-append .input-group-text,
.datepicker .form-control:disabled + .input-group-append .input-group-text {
  cursor: not-allowed;
}
.datepicker > .input-group-append .input-group-text {
  background: transparent;
  border-left: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .datepicker > .input-group-append .input-group-text {
    transition: none;
  }
}
.datepicker .form-control {
  padding-right: 0;
  border-right: 0;
}
.datepicker .form-control:focus,
.datepicker .form-control:focus + .input-group-append .input-group-text {
  border-color: #0071f5;
}

/* SingleDatePicker */
.SingleDatePicker,
.DayPicker {
  display: block;
}
.SingleDatePicker .SingleDatePickerInput,
.DayPicker .SingleDatePickerInput {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-clip: padding-box;
  font-size: 0.875rem;
  line-height: 1;
  color: #181818;
}
.SingleDatePicker .SingleDatePickerInput .DateInput,
.DayPicker .SingleDatePickerInput .DateInput {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  padding: 0;
}
.SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input,
.DayPicker .SingleDatePickerInput .DateInput .DateInput_input {
  display: block;
  width: 100%;
  height: calc(calc(1.375rem + 0.625rem * 2) + 2px);
  padding: 0.625rem 1rem;
  border: 1px solid #c4c4c6;
  background-color: #fff;
  background-clip: padding-box;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #181818;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input,
.DayPicker .SingleDatePickerInput .DateInput .DateInput_input {
    transition: none;
  }
}
.SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input::-ms-expand,
.DayPicker .SingleDatePickerInput .DateInput .DateInput_input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input:focus,
.DayPicker .SingleDatePickerInput .DateInput .DateInput_input:focus {
  color: #181818;
  background-color: #fff;
  border-color: #0071f5;
  outline: 0;
  box-shadow: none, none;
}
.SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input::-moz-placeholder, .DayPicker .SingleDatePickerInput .DateInput .DateInput_input::-moz-placeholder {
  color: #c4c4c6;
  font-weight: 400;
  opacity: 1;
}
.SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input::placeholder,
.DayPicker .SingleDatePickerInput .DateInput .DateInput_input::placeholder {
  color: #c4c4c6;
  font-weight: 400;
  opacity: 1;
}
.SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input:disabled,
.DayPicker .SingleDatePickerInput .DateInput .DateInput_input:disabled {
  background-color: #dcdcde;
  opacity: 1;
}
.SingleDatePicker .SingleDatePickerInput .DateInput .DateInput_input__focused,
.DayPicker .SingleDatePickerInput .DateInput .DateInput_input__focused {
  color: #181818;
  background-color: #fff;
  border-color: #0071f5;
  outline: 0;
  box-shadow: none, none;
}
.SingleDatePicker .SingleDatePickerInput .SingleDatePickerInput_calendarIcon,
.DayPicker .SingleDatePickerInput .SingleDatePickerInput_calendarIcon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 45px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #181818;
  outline: none;
  outline: 0;
}
.SingleDatePicker .SingleDatePicker_picker .DayPicker_weekHeader_ul,
.SingleDatePicker .DayPicker_focusRegion .DayPicker_weekHeader_ul,
.SingleDatePicker .DayPicker_weekHeaders .DayPicker_weekHeader_ul,
.DayPicker .SingleDatePicker_picker .DayPicker_weekHeader_ul,
.DayPicker .DayPicker_focusRegion .DayPicker_weekHeader_ul,
.DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader_ul {
  border-bottom: 1px solid #dcdcde;
}
.SingleDatePicker .SingleDatePicker_picker .DayPicker_weekHeader_ul .DayPicker_weekHeader_li,
.SingleDatePicker .DayPicker_focusRegion .DayPicker_weekHeader_ul .DayPicker_weekHeader_li,
.SingleDatePicker .DayPicker_weekHeaders .DayPicker_weekHeader_ul .DayPicker_weekHeader_li,
.DayPicker .SingleDatePicker_picker .DayPicker_weekHeader_ul .DayPicker_weekHeader_li,
.DayPicker .DayPicker_focusRegion .DayPicker_weekHeader_ul .DayPicker_weekHeader_li,
.DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader_ul .DayPicker_weekHeader_li {
  padding-bottom: 10px;
}
.SingleDatePicker .SingleDatePicker_picker .DayPicker_weekHeader_ul .DayPicker_weekHeader_li small,
.SingleDatePicker .DayPicker_focusRegion .DayPicker_weekHeader_ul .DayPicker_weekHeader_li small,
.SingleDatePicker .DayPicker_weekHeaders .DayPicker_weekHeader_ul .DayPicker_weekHeader_li small,
.DayPicker .SingleDatePicker_picker .DayPicker_weekHeader_ul .DayPicker_weekHeader_li small,
.DayPicker .DayPicker_focusRegion .DayPicker_weekHeader_ul .DayPicker_weekHeader_li small,
.DayPicker .DayPicker_weekHeaders .DayPicker_weekHeader_ul .DayPicker_weekHeader_li small {
  font-size: 14px;
  color: #181818;
  font-weight: 600;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_caption,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_caption,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_caption,
.DayPicker .SingleDatePicker_picker .CalendarMonth_caption,
.DayPicker .DayPicker_focusRegion .CalendarMonth_caption,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_caption {
  padding-bottom: 60px;
  font-size: 12px;
  color: #181818;
  text-transform: uppercase;
  font-weight: 700;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_caption strong,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_caption strong,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_caption strong,
.DayPicker .SingleDatePicker_picker .CalendarMonth_caption strong,
.DayPicker .DayPicker_focusRegion .CalendarMonth_caption strong,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_caption strong {
  font-weight: inherit;
}
.SingleDatePicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button,
.SingleDatePicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.SingleDatePicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button,
.DayPicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button,
.DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button,
.DayPicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button {
  top: 15px;
  padding: 10px;
  border: 0;
  font-size: 12px;
  color: #181818;
  outline: none;
  outline: 0;
}
.SingleDatePicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button svg,
.SingleDatePicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button svg,
.SingleDatePicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button svg,
.DayPicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button svg,
.DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button svg,
.DayPicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button svg {
  display: none;
}
.SingleDatePicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_button__disabled,
.SingleDatePicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_button__disabled,
.SingleDatePicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_button__disabled,
.DayPicker .SingleDatePicker_picker .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_button__disabled,
.DayPicker .DayPicker_focusRegion .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_button__disabled,
.DayPicker .DayPicker_weekHeaders .DayPickerNavigation .DayPickerNavigation_button.DayPickerNavigation_button__disabled {
  display: none;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_table,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_table,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_table,
.DayPicker .SingleDatePicker_picker .CalendarMonth_table,
.DayPicker .DayPicker_focusRegion .CalendarMonth_table,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_table {
  border-collapse: separate;
  border-spacing: 2px;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay,
.DayPicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay,
.DayPicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay {
  border: 0;
  background-color: transparent;
  font-size: 14px;
  padding: 5px;
  color: #181818;
  font-weight: 400;
  border-radius: 3px;
  outline: none;
  outline: 0;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay:hover,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay:hover,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay:hover,
.DayPicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay:hover,
.DayPicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay:hover,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay:hover {
  background-color: #ebf4ff;
  color: #0071f5;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__outside, .SingleDatePicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__outside,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__outside,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.DayPicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__outside,
.DayPicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.DayPicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__outside,
.DayPicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__outside,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range {
  color: #c4c4c6;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.DayPicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.DayPicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range {
  cursor: not-allowed;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range:hover,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range:hover,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range:hover,
.DayPicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range:hover,
.DayPicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range:hover,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__blocked_out_of_range:hover {
  background-color: transparent;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.DayPicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.DayPicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__selected,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__selected {
  background-color: #0071f5;
  color: #fff;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_start,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_start,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_start,
.DayPicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_start,
.DayPicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_start,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_end,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_end,
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_end,
.DayPicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_end,
.DayPicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_end,
.DayPicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__selected.CalendarDay__selected_end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.SingleDatePicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:not(.CalendarDay__selected),
.SingleDatePicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:not(.CalendarDay__selected),
.SingleDatePicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:not(.CalendarDay__selected),
.DayPicker .SingleDatePicker_picker .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:not(.CalendarDay__selected),
.DayPicker .DayPicker_focusRegion .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:not(.CalendarDay__selected),
.DayPicker .DayPicker_weekHeaders .CalendarMonth_table .CalendarDay.CalendarDay__selected_span:not(.CalendarDay__selected) {
  background-color: #ebf4ff;
  color: #0071f5;
  border-radius: 0;
}
.SingleDatePicker .DayPicker_focusRegion,
.DayPicker .DayPicker_focusRegion {
  position: relative;
  z-index: 2;
}
.SingleDatePicker .DayPicker_focusRegion .CalendarMonthGrid,
.SingleDatePicker .DayPicker_focusRegion .CalendarMonthGrid .CalendarMonth,
.DayPicker .DayPicker_focusRegion .CalendarMonthGrid,
.DayPicker .DayPicker_focusRegion .CalendarMonthGrid .CalendarMonth {
  background-color: transparent;
}
.SingleDatePicker .DayPicker_weekHeaders,
.DayPicker .DayPicker_weekHeaders {
  z-index: 1;
}

.date-range-picker, .date-picker {
  padding-right: 20px;
  padding-left: 20px;
}
.date-range-picker .DayPicker, .date-picker .DayPicker {
  max-width: 300px;
  margin-left: -8px;
  box-shadow: none;
}
.date-range-picker .DayPicker .CalendarMonth, .date-picker .DayPicker .CalendarMonth {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.date-range-picker .DayPicker .DayPickerNavigation_leftButton__horizontalDefault, .date-picker .DayPicker .DayPickerNavigation_leftButton__horizontalDefault {
  left: 10px;
}
.date-range-picker .DayPicker .DayPickerNavigation_rightButton__horizontalDefault, .date-picker .DayPicker .DayPickerNavigation_rightButton__horizontalDefault {
  right: 15px;
}
.date-range-picker .DayPicker .DayPicker_weekHeaders, .date-picker .DayPicker .DayPicker_weekHeaders {
  margin-left: 0;
}
.date-range-picker .DayPicker .DayPicker_weekHeader_li, .date-picker .DayPicker .DayPicker_weekHeader_li {
  margin-left: 1px;
}
.date-range-picker .ranges, .date-picker .ranges {
  position: relative;
  z-index: 2;
  display: block;
  float: none;
  width: auto;
  margin: 0;
  padding-top: 15px;
  border: none;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: none;
}
.date-range-picker .ranges .btn, .date-picker .ranges .btn {
  margin-bottom: 7px;
  padding: 7px 10px;
  border-radius: 2px;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.334;
}
.date-range-picker .ranges .btn:last-child, .date-picker .ranges .btn:last-child {
  margin-bottom: 0;
}
.date-range-picker .ranges .btn.active, .date-picker .ranges .btn.active {
  border-color: #0071f5;
  background-color: #0071f5;
  color: #fff;
}
.date-range-picker .ranges .range_inputs, .date-picker .ranges .range_inputs {
  padding: 0;
}
.date-range-picker .ranges .range_inputs button, .date-picker .ranges .range_inputs button {
  margin-top: 23px;
}
.date-range-picker .date-picker-actions, .date-picker .date-picker-actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: -6px;
}
.date-range-picker .date-picker-actions .date-picker-month, .date-picker .date-picker-actions .date-picker-month {
  margin-right: 5px;
  min-width: 140px;
}
.date-range-picker .date-picker-actions .date-picker-year, .date-picker .date-picker-actions .date-picker-year {
  margin-left: 5px;
  min-width: 80px;
}
.date-range-picker .date-picker-actions .react-select, .date-picker .date-picker-actions .react-select {
  position: relative;
  z-index: 3;
}
.date-range-picker .date-picker-actions .react-select .react-select__menu, .date-picker .date-picker-actions .react-select .react-select__menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  max-height: 240px;
}
.date-range-picker .date-picker-actions .react-select__value-container, .date-picker .date-picker-actions .react-select__value-container {
  font-size: 14px;
}
.date-range-picker .date-picker-actions .react-select__option, .date-picker .date-picker-actions .react-select__option {
  padding: 12px 5px;
  font-size: 14px;
}
.date-range-picker .react-select__menu-list, .date-picker .react-select__menu-list {
  max-height: 230px;
}

.date-range-picker-wrapper {
  min-width: 475px;
  width: 475px;
  max-width: 475px;
}

.date-picker-wrapper {
  max-width: none;
  width: auto;
  min-width: auto;
}
.date-picker-wrapper .select-underlined .react-select__control {
  height: calc(calc(1.375rem + 0.375rem * 2) + 2px);
  line-height: 1.375rem;
  border-bottom-color: #dcdcde;
}
.date-picker-wrapper .select-underlined .react-select__control .react-select__single-value {
  margin-right: auto;
  margin-left: auto;
}
.date-picker-wrapper .select-underlined .react-select__control .react-select__indicators {
  width: 15px;
}

.single-datepicker .btn {
  padding-right: 10px;
  padding-left: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .single-datepicker .btn {
    transition: none;
  }
}
.single-datepicker .btn, .single-datepicker .btn:hover, .single-datepicker .btn:focus, .single-datepicker .btn:active, .single-datepicker .btn:not(:disabled):not(.disabled):active, .single-datepicker .btn:not(:disabled):not(.disabled).active, .single-datepicker .btn:not(:disabled):not(.disabled):active:focus {
  border-left-width: 0 !important;
  border-color: #c4c4c6;
  background-color: #fff;
}
.single-datepicker .btn:hover {
  color: #0071f5;
}
.single-datepicker .form-control {
  padding-right: 3px;
  border-right-width: 0;
}
.single-datepicker .form-control:focus + .input-group-append .btn {
  border-color: #0071f5;
  color: #0071f5;
}
.single-datepicker .form-control.is-invalid + .input-group-append .btn, .single-datepicker .form-control.is-invalid + .input-group-append .btn:not(:disabled):not(.disabled):active:focus {
  border-color: #dc3545;
}
.single-datepicker .form-control:disabled + .input-group-append .btn, .single-datepicker .form-control.disabled + .input-group-append .btn {
  border-color: #c4c4c6;
  background-color: #dcdcde;
  color: #181818;
  opacity: 1;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .single-datepicker {
    margin-bottom: 20px;
  }
}
/* Select2 */
.select2-container .select2-selection.form-control {
  height: calc(calc(1.375rem + 0.625rem * 2) + 2px);
  padding-right: 30px;
  border-color: #c4c4c6;
  border-radius: 8px;
}
.select2-container .select2-selection.form-control.form-control-sm {
  border-radius: 8px;
}
.select2-container .select2-selection.form-control.form-control-lg {
  border-radius: 8px;
}
.select2-container .select2-selection.form-control.jsSelect2WithFlagIcons {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 103px;
}
.select2-container--open.select2-container--below .select2-selection.form-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.select2-container--open.select2-container--above .select2-selection.form-control {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.select2-container.select2-container--open .select2-selection.form-control {
  border-color: #0071f5;
}

.select2-container .select2-selection.form-control .select2-selection__rendered {
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #181818;
  font-weight: inherit;
}
.select2-container .select2-selection.form-control .select2-selection__arrow {
  height: 100%;
}
.select2-container .select2-selection.form-control .select2-selection__arrow b {
  width: 7px;
  height: 7px;
  margin-top: -5px;
  margin-left: -8px;
  border: 0;
  border-bottom: 2px solid #181818;
  border-left: 2px solid #181818;
  transform: rotate(-45deg);
}
.select2-container .select2-dropdown {
  border-color: #0071f5;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  outline: none;
}
.select2-container .select2-results__option[aria-selected] {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 0.813rem;
}
.select2-container .select2-results__option[aria-selected][aria-selected=true] {
  background: #0071f5;
  color: #fff;
}
.select2-container .select2-results__option[aria-selected].select2-results__option--highlighted {
  background: #0071f5;
}
.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option {
  position: relative;
  padding-left: 30px;
  background-color: transparent;
  color: #181818;
}
.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option::before, .select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option::after {
  position: absolute;
  top: 50%;
  display: block;
}
.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option::before {
  left: 5px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border: 1px solid #c4c4c6;
  background: #fff;
  box-shadow: none;
  content: "";
}
.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option::after {
  left: 8px;
  margin-top: -4px;
  font-size: 10px;
  color: #0071f5;
  opacity: 0;
}
.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]::after {
  opacity: 1;
}
.select2-container .select2-results__options[aria-multiselectable=true] .select2-results__option.select2-results__option--highlighted {
  background: #fff;
}
.input-group > .select2-container {
  flex: 1 1 auto;
  width: 1% !important;
}
.input-group > .select2-container.select2-container--open .select2-selection.form-control {
  border-color: #c4c4c6;
}

.input-group .select2-container:not(:last-child) .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .form-control.select2-hidden-accessible:not(:first-child) + .select2-container .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container .ico-svg-flag.ico-svg-flag-round, .select2-container .ico-svg-flag-round.with-ico-svg-flag::before {
  width: auto;
}

/* React select */
.react-select {
  position: relative;
}
.form-inline .form-group .react-select {
  min-width: 100%;
}
.input-group .react-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .react-select .react-select__control--is-focused {
  z-index: 3;
}
.input-group .react-select:not(:last-child) .react-select__control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .react-select:not(:first-child) .react-select__control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input-group-prepend .react-select .react-select__control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .input-group-append .react-select .react-select__control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append-currency .react-select {
  min-width: 80px;
}
.react-select__control {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 60px;
  height: calc(calc(1.375rem + 0.625rem * 2) + 2px);
  padding: 0;
  border: 1px solid #c4c4c6;
  background-color: #fff;
  background-clip: padding-box;
  font-size: 0;
  cursor: pointer;
  border-radius: 8px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .react-select__control {
    transition: none;
  }
}
.react-select > .react-select__control {
  border-radius: 8px;
}
.react-select__control--menu-is-open {
  border-color: #0071f5;
}
.react-select__value-container {
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: calc(100% - 25px);
  max-height: 100%;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #181818;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.react-select__value-container > * {
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.react-select__value-container > *.react-select__input-container {
  width: calc(100% - 65px);
}
.react-select__value-container > *.react-select__single-value {
  white-space: nowrap;
}
.react-select__indicators {
  width: 25px;
}
.react-select__dropdown-indicator {
  width: 100%;
  text-align: center;
}
.react-select__dropdown-indicator svg {
  width: 16px;
  height: 16px;
  color: #181818;
}
.react-select__control--is-focused {
  border-color: #0071f5;
  z-index: 5;
}
.react-select__menu {
  overflow: hidden;
  display: inline-block;
  width: auto;
  min-width: 100%;
  margin-top: 12px;
  border: 1px solid #c4c4c6;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
}
.react-select__menu-list {
  overflow: auto;
  min-width: 100%;
  max-height: 345px;
  padding: 8px 4px;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.react-select__menu-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.react-select__menu-list::-webkit-scrollbar-track {
  background-color: #fff;
}
.react-select__menu-list::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.react-select__menu-list::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}
.react-select__group {
  padding-bottom: 5px;
}
.react-select__group-heading {
  padding: 12px 16px;
  background: rgba(220, 220, 222, 0.3);
  font-weight: 600;
  border-radius: 6px;
}
.react-select__group .react-select__option {
  padding: 12px 32px;
}
.react-select__option {
  overflow: hidden;
  padding: 12px 12px;
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
  word-break: break-word;
  border-radius: 6px;
}
.react-select__option.react-select-add-new {
  color: #0071f5;
}
.react-select__option.react-select__option--is-selected,
.react-select__option.react-select__option--is-selected .ico-font:not(.c_yellow) {
  color: #fff;
}
.react-select__option.react-select__option--is-focused {
  background: #ebf4ff;
}
.react-select__option.react-select__option--is-selected {
  background: #0071f5;
  color: #fff;
}
.react-select__option.react-select__option--is-disabled {
  background: #dcdcde;
  color: #939394;
  cursor: not-allowed;
}
.react-select__option + .react-select__option {
  margin-top: 4px;
}
.react-select__option.react-select__option-phone {
  padding-left: 7px;
  padding-right: 7px;
}
.react-select__menu-notice--no-options {
  padding: 4px 5px 6px;
  font-size: 13px;
  line-height: 1.2;
}
.react-select__menu-list--is-multi .react-select__option {
  position: relative;
  padding-left: 44px;
  background-color: transparent;
  color: #181818;
}
.react-select__menu-list--is-multi .react-select__option input[type=checkbox] {
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: -1;
  opacity: 0;
}
.react-select__menu-list--is-multi .react-select__option label {
  margin-bottom: 0;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
}
.react-select__menu-list--is-multi .react-select__option::before, .react-select__menu-list--is-multi .react-select__option::after {
  position: absolute;
  top: 50%;
  display: block;
}
.react-select__menu-list--is-multi .react-select__option::before {
  content: "";
  left: 12px;
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(-50%);
  border: 1px solid #c4c4c6;
  background: #fff;
  border-radius: 4px;
}
.react-select__menu-list--is-multi .react-select__option::after {
  content: "";
  left: 12px;
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
  opacity: 0;
}
.react-select__menu-list--is-multi .react-select__option--is-selected {
  color: #0071f5;
}
.react-select__menu-list--is-multi .react-select__option--is-selected::before {
  border-color: #0071f5;
  background-color: #0071f5;
}
.react-select__menu-list--is-multi .react-select__option--is-selected::after {
  opacity: 1;
}
.react-select__menu-list--is-multi .react-select__option--is-focused {
  background: #ebf4ff;
}
.react-select__menu-list--is-multi .react-select__option--is-disabled {
  background-color: #dcdcde;
  cursor: not-allowed;
}
.react-select__menu-list--is-multi .react-select__option--is-disabled input[type=checkbox] + label {
  cursor: not-allowed;
}
.react-select__menu-list--is-multi .react-select__option.main-item__bank ~ .sub-item__bank {
  display: none;
}
.react-select__menu-list--is-multi .react-select__option.main-item__bank--is-selected ~ .sub-item__bank {
  display: block;
}
.react-select__menu-list--is-multi .react-select__option.is-invalid:not(.react-select__option--is-selected)::before {
  background-color: rgba(231, 79, 118, 0.08);
  border-color: #dc3545;
}
.react-select__menu-list--is-multi > .main-item__bank ~ .sub-item__bank {
  display: none;
}
.react-select__menu-list--is-multi > .main-item__bank.react-select__option--is-selected ~ .sub-item__bank {
  display: block;
}
.react-select__menu-list--is-multi > [class^=sub-item] {
  padding-left: 62px;
}
.react-select__menu-list--is-multi > [class^=sub-item]::before {
  left: 30px;
}
.react-select__menu-list--is-multi > [class^=sub-item]::after {
  left: 30px;
}
.react-select__input-container {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
.react-select.is-invalid + .form-control {
  border-left-color: #dc3545;
}
.react-select.is-invalid + .input-group-append .form-control,
.react-select.is-invalid + .input-group-append .btn, .react-select.is-invalid + .react-select + .input-group-append .form-control,
.react-select.is-invalid + .react-select + .input-group-append .btn {
  border-left-color: #dc3545;
}
.react-select.is-invalid .react-select__control {
  border-color: #dc3545;
}
.react-select--is-disabled + .form-control {
  border-left-color: #c4c4c6;
}
.react-select--is-disabled + .input-group-append .form-control,
.react-select--is-disabled + .input-group-append .btn, .react-select--is-disabled + .react-select + .input-group-append .form-control,
.react-select--is-disabled + .react-select + .input-group-append .btn {
  border-left-color: #c4c4c6;
}
.react-select--is-disabled .react-select__control {
  border-color: #c4c4c6;
  background-color: #dcdcde;
  cursor: not-allowed;
}
.react-select--is-disabled .react-select__control .react-select__value-container {
  color: #181818;
}
.react-select--is-disabled .react-select__dropdown-indicator svg {
  color: #181818;
}
.react-select.react-select-ghost {
  display: inline-block;
  width: auto;
  min-width: 120px;
}
.react-select.react-select-ghost.miw_0 {
  min-width: 0;
}
.react-select.react-select-ghost .react-select__control {
  justify-content: flex-start;
  border: 0;
  box-shadow: none;
}
.react-select.react-select-ghost .react-select__value-container {
  width: auto;
  padding-left: 0;
}
.react-select.react-select-ghost .react-select__dropdown-indicator svg {
  width: 20px;
  height: 20px;
}
.react-select.react-select-ghost-blue-2 .react-select__control .react-select__single-value {
  color: #181818;
}
.react-select.react-select-ghost-blue-2 .react-select__dropdown-indicator svg {
  color: #181818;
}
.react-select.react-select-ghost-extra-large-text .react-select__control {
  height: 45px;
}
.react-select.react-select-ghost-extra-large-text .react-select__control .react-select__single-value {
  font-size: 20px;
}
.react-select.react-select-ghost-extra-large-text.align-bottom .react-select__control {
  padding-top: 12px;
}
.react-select-custom-search {
  padding: 3px;
}
.react-select__placeholder {
  font-weight: 400;
  color: #c4c4c6;
}
.react-select-with-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.react-select-with-icon .react-select__indicators {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  white-space: nowrap;
}
.react-select-with-icon .react-select__indicators .react-select__single-value {
  overflow: hidden;
  text-overflow: ellipsis;
}
.react-select__menu .react-select-with-icon {
  padding-top: 4px;
  padding-bottom: 1px;
  white-space: normal;
}
.react-select-creatable .react-select__placeholder {
  display: none;
}
.react-select-creatable .react-select__value-container {
  position: relative;
  flex: 1 1 0%;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 2px 10px;
}
.react-select-creatable .react-select__value-container > * {
  text-overflow: unset;
}
.react-select-creatable .react-select__input-container {
  position: relative;
  top: 10px;
  left: 0;
  margin-top: 0 !important;
  max-width: none;
  margin-left: 5px;
  font-size: 14px;
  visibility: visible;
  flex: 1 1 auto;
  display: inline-grid;
  grid-area: 1/1/2/3;
  grid-template-columns: 0px min-content;
}
.react-select-creatable .react-select__input-container:after {
  content: attr(data-value) " ";
  visibility: hidden;
  white-space: pre;
  grid-area: 1/2/auto/auto;
  font: inherit;
  min-width: 2px;
  border: 0px;
  margin: 0px;
  outline: 0px;
  padding: 0px;
}
.react-select-creatable .react-select__control--is-focused {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.react-select-creatable .react-select__control {
  height: auto;
  min-height: calc(calc(1.375rem + 0.625rem * 2) + 2px);
}
.react-select-creatable .react-select__multi-value {
  display: flex;
  min-width: 0px;
  margin: 2px 5px;
  padding: 4px 8px 4px 10px;
  background-color: #0071f5;
  color: #fff;
  font-weight: 500;
  border-radius: 40px;
}
.react-select-creatable .react-select__multi-value__remove {
  margin-left: 4px;
  line-height: 16px;
}
.react-select-creatable .react-select__multi-value__remove svg {
  width: 18px;
  height: 18px;
}
.react-select-creatable .react-select__multi-value__label {
  overflow: hidden;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.react-select-searchable-magnifier {
  --magnifier-width: 18px;
  --magnifier-right-offset: 18px;
}
.react-select-searchable-magnifier .react-select__control:not(.react-select__control--is-focused) .react-select-magnifier {
  display: none;
}
.react-select-searchable-magnifier .react-select__control.react-select__control--is-focused .react-select-magnifier {
  flex-shrink: 0;
  width: var(--magnifier-width);
  flex-basis: var(--magnifier-width);
  max-width: var(--magnifier-width);
}
.react-select-searchable-magnifier .react-select__control.react-select__control--is-focused .react-select-magnifier > .ico-font-magnifier {
  padding-left: 1px;
  padding-right: 1px;
}
.react-select-searchable-magnifier .react-select__control.react-select__control--is-focused .react-select-magnifier ~ .react-select__input-container > .react-select__input {
  padding-left: calc(var(--magnifier-width) + var(--magnifier-right-offset)) !important;
}
.react-select-searchable-magnifier .react-select__control.react-select__control--is-focused .react-select__single-value {
  flex-shrink: 1;
  margin-left: var(--magnifier-right-offset);
}
.react-select-searchable-magnifier .react-select__control.react-select__control--is-focused .react-select__single-value .react-select-placeholder {
  color: #c4c4c6;
}

.react-select-sm .react-select__control {
  height: calc(calc(1.375rem + 0.375rem * 2) + 2px);
  border-radius: 8px;
}
.react-select-sm .react-select__control .react-select__value-container {
  width: calc(100% - 25px);
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.react-select-sm .react-select__indicators {
  width: 25px;
}
.react-select-sm .react-select__input {
  left: 5px;
}

.react-select.react-select-sm .react-select__control {
  height: calc(calc(1.375rem + 0.375rem * 2) + 2px);
}

.react-select-lg .react-select__control {
  height: calc(calc(1.375rem + 0.875rem * 2) + 2px);
}
.react-select-lg .react-select__control .react-select__value-container {
  width: calc(100% - 25px);
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
}
.react-select-lg .react-select__indicators {
  width: 25px;
}
.react-select-lg .react-select__input {
  left: 5px;
}

.react-select.react-select-lg .react-select__control {
  height: calc(calc(1.375rem + 0.875rem * 2) + 2px);
}

.select-underlined .react-select__control {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  box-shadow: none;
}
.select-underlined.select-underlined-sm .react-select__control {
  height: 18px;
}

.select-stores {
  position: relative;
}
.select-stores .react-select__value-container {
  padding-left: 35px;
}
.select-stores .select-stores-icon {
  position: absolute;
  top: 13px;
  left: 13px;
  margin: 0;
  color: #4d7198;
}
.select-stores .select-stores-icon .ico-font {
  display: block;
}

.react-select-with-flag + .react-select__indicators {
  width: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.react-select-with-flag + .react-select__indicators .react-select__value-container {
  display: none;
}
.react-select-with-flag + .react-select__indicators .react-select__single-value {
  min-width: 35px;
  font-size: 16px;
}
.react-select-with-flag + .react-select__indicators .react-select__input-container {
  left: 47px;
  font-size: 16px;
}
.react-select-with-flag .ico-svg-flag, .react-select-with-flag .with-ico-svg-flag::before,
.react-select-with-flag .react-select-with-flag-inner {
  display: inline-block;
  vertical-align: middle;
}
.react-select-with-flag .ico-svg-flag, .react-select-with-flag .with-ico-svg-flag::before {
  margin-right: 10px;
  font-size: 20px;
}
.react-select-with-flag .react-select-with-flag-inner {
  font-size: 14px;
  line-height: 1.29;
  font-weight: 500;
}
.react-select__menu .react-select-with-flag {
  padding-top: 4px;
  padding-bottom: 1px;
}
.react-select__menu .react-select-with-flag .ico-svg-flag, .react-select__menu .react-select-with-flag .with-ico-svg-flag::before {
  margin-right: 5px;
  font-size: 18px;
}

.react-search .react-select__control {
  height: 60px;
  border-width: 1px solid #c4c4c6;
  border-radius: 8px;
}
.react-search .react-select__control .react-select__value-container {
  padding-left: 65px;
  color: #939394;
  font-weight: 500;
}
.react-search .react-select__control .react-select__value-container .search-label {
  left: 0;
  width: 65px;
  font-size: 22px;
  text-align: center;
}
.react-search .react-select__control .react-select__value-container .react-select__input-container {
  left: 65px;
  width: calc(100% - 65px);
  color: #181818;
  font-weight: 400;
}
.react-search .react-select__control .react-select__value-container .react-select__input-container > * {
  font-weight: 400;
}
.react-search .react-select__control .react-select__value-container .react-select__input-container .react-select__input input {
  max-width: 100%;
}
.react-search .react-select__control .react-select__value-container .react-select__placeholder {
  margin-top: 3px;
  color: #c4c4c6;
}
.react-search .react-select__control .react-select__loading-indicator {
  margin-left: -10px;
  padding-right: 0;
  padding-left: 0;
}
.react-search .react-select__control--is-focused .search-label {
  color: #0071f5;
}
.react-search-fake .react-select__control,
.react-search-fake .react-select__control .search-label {
  cursor: not-allowed;
}
.react-search-fake .react-select__control:hover, .react-search-fake .react-select__control:focus,
.react-search-fake .react-select__control .search-label:hover,
.react-search-fake .react-select__control .search-label:focus {
  color: #939394;
}
.react-search-fake .react-select__control .react-select__value-container .react-select__input-container .react-select__input {
  color: inherit;
  background: 0px center;
  opacity: 1;
  width: 100%;
  grid-area: 1/2;
  font: inherit;
  min-width: 2px;
  border: 0px;
  margin: 0px;
  outline: 0px;
  padding: 0px;
}

.react-select-with-price .react-select__control .react-select__value-container .search-label {
  left: 0;
  width: 65px;
  font-size: 22px;
  text-align: center;
}
.react-select-with-price .react-select__control .react-select__value-container .react-select__input-container {
  width: calc(100% - 65px - 50px);
  color: #181818;
  font-weight: 700;
}
.react-select-with-price .react-select__control .react-select__value-container .react-select__input-container > * {
  font-weight: 700;
}
.react-select-with-price .react-select__control .react-select__value-container .react-select__input-container .react-select__input > input {
  max-width: 100%;
}
.react-select-with-price .react-select__control .react-select__value-container .react-select__placeholder {
  margin-top: 3px;
}
.react-select-with-price .react-select__control .react-select__loading-indicator {
  margin-left: -10px;
  padding-right: 0;
  padding-left: 0;
}
.react-select-with-price .react-select__control--is-focused {
  border-color: #0071f5;
}
.react-select-with-price .react-select__control--is-focused .search-label {
  color: #0071f5;
}
.react-select-with-price.is-invalid .react-select__control {
  border-color: #dc3545;
  z-index: 6;
}
.input-group .react-select-with-price {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .react-select-with-price .react-select__control--is-focused {
  z-index: 3;
}
.input-group .react-select-with-price:not(:last-child) .react-select__control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .react-select-with-price:not(:first-child) .react-select__control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input-group-prepend .react-select-with-price .react-select__control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .input-group-append .react-select-with-price .react-select__control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.react-select-with-price-list {
  position: relative;
  box-shadow: 0px 9px 27px 0px rgba(54, 62, 83, 0.17);
}
.react-select-with-price-list .react-select-with-price-li.bt_1 {
  border-top: 1px solid #0071f5;
}
.react-select-with-price-list .react-select-with-price-li .react-select__option {
  padding: 0;
}
.react-select-with-price-list .react-select-with-price-li .react-select__option .react-select-with-price-li-inner {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 12px 15px;
  color: #181818;
}
.react-select-with-price-list .react-select-with-price-li .react-select__option .react-select-with-price-li-inner .react-select-with-price-label {
  word-break: break-word;
  word-wrap: break-word;
  padding-right: 10px;
}
.react-select-with-price-list .react-select-with-price-li .react-select__option .react-select-with-price-li-inner .react-select-with-price-value {
  white-space: nowrap;
}
.react-select-with-price-list .react-select-with-price-li .react-select__option--is-selected .react-select-with-price-li-inner {
  color: #fff;
}
.react-select-with-price-list .react-select-with-price-li .react-select__option--is-disabled {
  opacity: 0.7;
}
.react-select-with-price-list .react-select__menu-notice--no-options {
  font-size: 13px;
  padding: 12px 20px;
  color: #181818;
}
.react-select-with-price-list .react-select-variation-list {
  padding-bottom: 0;
  border-top: 1px solid #0071f5;
}
.react-select-with-price-list .react-select-variation-list:first-of-type {
  border-top: 0;
}
.react-select-with-price-list .react-select-variation-list .react-select__group-heading {
  word-break: break-word;
  word-wrap: break-word;
  padding-right: 10px;
  font-size: 13px;
  padding: 12px 15px;
  color: #181818;
  background-color: #fff;
  font-weight: 400;
}
.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option {
  overflow: visible;
  position: relative;
}
.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option::before {
  content: "";
  position: absolute;
  right: 15px;
  bottom: -1px;
  left: 30px;
  display: block;
  height: 1px;
  background: #DCE6F1;
}
.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option--is-focused::before {
  background-color: #fff;
}

.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option--is-selected::before {
  background-color: #fff;
}

.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option--is-disabled::before {
  background-color: #fff;
}

.react-select-with-price-list .react-select-variation-list .react-select-with-price-li:last-of-type .react-select__option::before {
  display: none;
}

.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option .react-select-with-price-li-inner {
  padding-left: 30px;
  position: relative;
}
.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option .react-select-with-price-li-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  width: 1px;
  background-color: #DCE6F1;
}
.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option--is-focused .react-select-with-price-li-inner::before {
  background-color: #fff;
}

.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option--is-selected .react-select-with-price-li-inner::before {
  background-color: #fff;
}

.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option--is-disabled .react-select-with-price-li-inner::before {
  background-color: #fff;
}

.react-select-with-price-list .react-select-variation-list .react-select-with-price-li:last-of-type .react-select__option .react-select-with-price-li-inner::before {
  bottom: 50%;
}

.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option .react-select-with-price-li-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  height: 1px;
  width: 10px;
  background-color: #DCE6F1;
}
.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option--is-focused .react-select-with-price-li-inner::after {
  background-color: #fff;
}

.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option--is-selected .react-select-with-price-li-inner::after {
  background-color: #fff;
}

.react-select-with-price-list .react-select-variation-list .react-select-with-price-li .react-select__option--is-disabled .react-select-with-price-li-inner::after {
  background-color: #fff;
}

.react-search-menu {
  position: relative;
  overflow: hidden;
  max-height: 471px;
}
.react-search-menu .react-select__menu-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 418px;
  padding: 0;
}
.react-search-menu .react-search-results table {
  width: 100%;
}
.react-search-menu .react-search-results table .react-select__option {
  background-color: transparent;
}
.react-search-menu .react-search-results table .react-select__option td {
  border: 0 solid #fff;
  border-top-width: 8px;
  border-bottom-width: 8px;
  padding: 10px 0;
}
.react-search-menu .react-search-results table .react-select__option td:first-child {
  border-left-width: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.react-search-menu .react-search-results table .react-select__option td:last-child {
  border-right-width: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0 10px;
}
.react-search-menu .react-search-results table .react-select__option td:first-of-type {
  width: 65px;
  text-align: center;
}
.react-search-menu .react-search-results table .react-select__option td.react-search-result-preview {
  font-weight: 400;
}
.react-search-menu .react-search-results table .react-select__option + tr td {
  border-top-width: 0;
}
.react-search-menu .react-search-results table .react-select__option:hover td {
  box-shadow: inset 0 0 0 9999px #ebf4ff;
}
.react-search-menu .react-search-results table .react-select__option.react-select__option--is-selected td,
.react-search-menu .react-search-results table .react-select__option.react-select__option--is-selected td .c_prim_1 {
  color: #fff;
}
.react-search-menu .react-search-results table .react-select__menu-notice--loading,
.react-search-menu .react-search-results table .react-search-result-message {
  padding: 15px 15px 15px 65px;
  color: #181818;
}
.react-search-menu .react-search-menu-actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: stretch;
  margin-top: -1px;
  border-top: 1px solid #dcdcde;
}
.react-search-menu .react-search-menu-actions a {
  flex-grow: 1;
  margin: 0;
  padding: 15px;
  background-color: transparent;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.react-search-menu .react-search-menu-actions a .ico-font {
  margin-top: -3px;
  margin-right: 10px;
  font-size: 18px;
}
.react-search-menu .react-search-menu-actions a + a {
  border-left: 1px solid #dcdcde;
}
.react-search-menu .react-search-menu-actions a:first-of-type {
  border-bottom-left-radius: 8px;
}
.react-search-menu .react-search-menu-actions a:last-of-type {
  border-bottom-right-radius: 8px;
}
.react-search-menu .react-search-menu-actions a:hover {
  background-color: #0071f5;
  color: #fff;
}

.react-select-search {
  position: relative;
  box-shadow: 0px 9px 27px 0px rgba(54, 62, 83, 0.17);
}
.react-select-search .react-select-search-li .react-select__option {
  padding: 0;
}
.react-select-search .react-select-search-li .react-select__option .react-select-search-li-inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c4c4c6;
  font-size: 13px;
  padding: 12px 15px;
  color: #181818;
}
.react-select-search .react-select-search-li .react-select__option--is-selected .react-select-search-li-inner {
  color: #fff;
}
.react-select-search .react-select__menu-notice--no-options,
.react-select-search .react-select__menu-notice--loading,
.react-select-search .react-select-search-message {
  font-size: 13px;
  padding: 8px 15px;
  color: #181818;
}

.react-search-with-actions {
  position: relative;
}
.react-search-with-actions .react-search .react-select__control .react-select__value-container {
  max-width: calc(100% - 170px);
}
.react-search-with-actions .react-search .react-select__control .react-select__value-container .react-select__input-container {
  width: calc(100% - 65px - 185px);
}
.react-search-with-actions .react-search .react-select__control.react-select__control--is-focused .react-select__value-container .react-select__input-container {
  width: calc(100% - 65px - 65px);
}
.react-search-with-actions.react-search-with-two-actions .react-search .react-select__control .react-select__value-container {
  max-width: calc(100% - 340px);
}
.react-search-with-actions.react-search-with-two-actions .react-search .react-select__control .react-select__value-container .react-select__input-container {
  width: calc(100% - 65px - 340px);
}
.react-search-with-actions > .btn, .react-search-with-actions > .search-actions-group {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 2;
}

.react-search-input .react-search .react-select__control {
  height: calc(calc(1.375rem + 0.625rem * 2) + 2px);
  border-width: 1px;
  box-shadow: none;
}
.react-search-input .react-search .react-select__control .react-select__value-container {
  padding-left: 50px;
}
.react-search-input .react-search .react-select__control .react-select__value-container .search-label {
  width: 50px;
  font-size: 16px;
}
.react-search-input .react-search .react-select__control .react-select__value-container .react-select__input-container {
  left: 50px;
  width: calc(100% - 50px - 50px);
}

.react-select-beneficiaries-list {
  padding-top: 5px;
}
.react-select-beneficiaries-list .react-select__group {
  padding-bottom: 0;
}
.react-select-beneficiaries-list .react-select-beneficiaries-li .react-select__option {
  padding: 6px 5px;
}
.react-select-beneficiaries-list .react-select__group-heading {
  padding: 0 5px;
}
.react-select-beneficiaries-list .react-select-beneficiaries-group-title {
  font-size: 16px;
  border-bottom: 1px solid #dcdcde;
  margin-left: 5px;
  padding-left: 5px;
}
.react-select-beneficiaries-list .react-select-beneficiaries-group-title span {
  display: block;
  width: 21px;
  text-align: center;
}
.react-select-beneficiaries-list .react-select-beneficiaries-group-title.react-select-pr-group-title span {
  width: auto;
  text-align: left;
}
.react-select-beneficiaries-list .react-select-beneficiaries-li-add {
  color: #0071f5;
}
.react-select-beneficiaries-list .react-select-beneficiaries-li-add .react-select__option {
  padding: 10px 5px;
}
.react-select-beneficiaries-list .react-select-beneficiaries-li-inner {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.react-select-beneficiaries-list .react-select-beneficiaries-li-inner .react-select-beneficiaries-icon {
  margin-right: 10px;
  padding-top: 5px;
}
.react-select-beneficiaries-list .react-select-beneficiaries-li-inner .react-select-beneficiaries-name {
  display: flex;
  flex-direction: column;
}
.react-select-beneficiaries-list .react-select-beneficiaries-li-inner .react-select-beneficiaries-name strong {
  margin-bottom: 3px;
}
.react-select-beneficiaries-list.menu_h_320 {
  max-height: 320px;
}

.react-select-icon-prepend {
  position: relative;
}
.react-select-icon-prepend figure {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 1000;
  margin: 0;
  color: #4d7198;
  text-align: center;
}
.react-select-icon-prepend figure .ico-font {
  display: block;
}
.react-select-icon-prepend .react-select__value-container {
  padding-left: 35px;
}

/* input-range */
.input-range {
  position: relative;
  max-width: 100%;
}
.input-range .form-control {
  position: relative;
  z-index: 1;
  height: 38px;
  line-height: 1.5;
  margin-right: 21px;
  margin-left: 21px;
  padding-right: 30px;
  padding-left: 30px;
  border-color: #ebf4ff;
  background: #ebf4ff;
  color: #181818;
  text-align: center;
  cursor: default;
}
.input-range .form-control:focus {
  z-index: 1;
}
.input-range .select2 {
  margin-right: 21px;
  margin-left: 21px;
}
.input-range .select2 .form-control {
  margin-right: 0;
  margin-left: 0;
}
.input-range .select2.select2-container--open .form-control {
  border-color: #c4c4c6;
}

.input-range .select2 .select2-selection__arrow {
  display: none;
}
.input-range .btn-group,
.input-range .btn-group .dropdown,
.input-range .btn-group .dropdown-toggle {
  width: 100%;
}
.input-range .btn-group .dropdown-toggle, .input-range .btn-group.show .dropdown-toggle {
  border-color: #ebf4ff;
  background: #ebf4ff;
  box-shadow: none;
}
.input-range .btn-group .dropdown-toggle::after, .input-range .btn-group.show .dropdown-toggle::after {
  display: none;
}
.input-range .btn-group .dropdown-toggle {
  padding-right: 50px;
  padding-left: 50px;
}
.input-range .btn-group .dropdown-menu {
  min-width: 100%;
}
.input-range.singledaterangepicker {
  border: 0;
  background-color: transparent;
}
.input-range.singledaterangepicker .form-control {
  width: calc(100% - 42px);
  border: 1px solid #ebf4ff;
  background: #ebf4ff;
  cursor: pointer;
}
.input-range [class*=input-group-] {
  position: absolute;
  top: 0;
  bottom: 0;
}
.input-range [class*=input-group-].input-group-prepend {
  left: 0;
}
.input-range [class*=input-group-].input-group-append {
  right: 0;
}
.input-range [class*=input-group-] .btn-round {
  border-radius: 50%;
}
.input-range [class*=input-group-] .btn-round .caret {
  margin-top: 3px;
}

/* input-group-payment-tag - field */
.input-group-payment-tag {
  display: block;
  background: #ebf4ff;
  padding: 11px 20px;
  border-radius: 11px;
}
.input-group-payment-tag > .form-control {
  float: left;
  width: 142px;
  font-size: 24px;
  background: none;
  color: #181818;
  border: none;
  box-shadow: none;
  border-right: none;
  margin-right: -15px;
  padding: 0;
  cursor: default;
}
.input-group-payment-tag label {
  position: relative;
  width: calc(100% - 154px);
  font-size: 24px;
  margin-bottom: 0;
}
.input-group-payment-tag label > .form-control {
  font-size: 24px;
  padding-left: 22px;
  padding-right: 35px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.input-group-payment-tag label .icon-tag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-family: inherit;
  font-weight: 600;
}
.input-group-payment-tag.tag-success {
  background: rgba(5, 197, 131, 0.06);
}
.input-group-payment-tag.tag-rejected {
  background: rgba(231, 79, 118, 0.06);
}

/* reactstrap input range - .custom-range - rectangle thumb*/
/* Special styling for WebKit/Blink */
.box-online-shop-template-edit input[type=range].rect-thumb::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 8px;
}

/* All the same stuff for Firefox */
.box-online-shop-template-edit input[type=range].rect-thumb::-moz-range-thumb {
  width: 8px;
}

/* All the same stuff for IE */
.box-online-shop-template-edit input[type=range].rect-thumb::-ms-thumb {
  width: 8px;
}

/* Password */
.password {
  border-radius: 8px;
}
.password .btn {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 0 8px 8px 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .password .btn {
    transition: none;
  }
}
.password .btn [class*=password-status-] {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  color: #181818;
  transform: translate(-7px, -4px);
}
.password .btn, .password .btn:hover, .password .btn:focus, .password .btn:active {
  border: 1px solid #c4c4c6;
  border-left: 0;
  background: #fff !important;
  box-shadow: none !important;
}
.password .btn:hover, .password .btn:focus, .password .btn:active {
  color: #0071f5;
}
.password .form-control {
  border-right: 0;
  box-shadow: none;
}
.password .form-control:focus + .input-group-append .btn {
  border-color: #0071f5;
}
.password .form-control::-ms-reveal {
  display: none;
}
.password .form-control:-internal-autofill-selected + .input-group-append .btn {
  background-color: #e8f0fe;
}
.password.password-valid {
  animation-name: bxsh-success;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
_:-ms-fullscreen .password.password-valid, :root .password.password-valid {
  animation: none;
}
.password.password-valid .form-control, .password.password-valid .form-control + .input-group-append .btn {
  animation-name: bdc-success;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
_:-ms-fullscreen .password.password-valid .form-control, :root .password.password-valid .form-control, _:-ms-fullscreen .password.password-valid .form-control + .input-group-append .btn, :root .password.password-valid .form-control + .input-group-append .btn {
  animation: none;
}

.textarea-scroll {
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.textarea-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.textarea-scroll::-webkit-scrollbar-track {
  background-color: #fff;
}
.textarea-scroll::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.textarea-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}

/* Form bordered */
.form-bordered .form-head + .form-body, .form-bordered .form-head + .form-foot {
  border-top: 1px solid #dcdcde;
}
.form-bordered .form-body + .form-foot {
  border-top: 1px solid #dcdcde;
}

/* File upload */
.file-upload {
  position: relative;
  overflow: hidden;
}
.file-upload .file-upload-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 0;
}
.file-upload > label {
  display: block;
  margin-bottom: 0;
  padding: 20px;
  border: 2px dashed #c4c4c6;
  background: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
.file-upload.file-upload-sm > label {
  padding: 5px 20px;
}

.file-upload > label,
.file-upload > label .file-upload-image,
.file-upload > label .file-upload-title {
  transition: all 0.3s ease;
}
.file-upload > label .file-upload-image {
  padding: 20px 0 15px;
  font-size: 0;
  color: #c4c4c6;
}
.file-upload > label .file-upload-image .ico-font {
  font-size: 42px;
}
.file-upload.file-upload-sm > label .file-upload-image .ico-font {
  font-size: 35px;
}

.file-upload > label .file-upload-title {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.22;
  color: #c4c4c6;
}
.file-upload > label .file-upload-title:last-child {
  margin-bottom: 0;
}
.file-upload > label .file-upload-title.file-upload-title-sm {
  font-size: 14px;
  font-weight: normal;
}
.file-upload > label .file-upload-title.file-upload-title-sm-semibold {
  font-size: 14px;
  font-weight: 500;
}
.file-upload > label .file-upload-notice {
  margin-bottom: 5px;
  font-size: 12px;
  color: #939394;
}
.file-upload > label .file-upload-notice:last-of-type {
  margin-bottom: 20px;
}
.file-upload > label .file-upload-title-strong {
  font-size: 22px;
  line-height: 1.5;
  color: #05c583;
  font-weight: 700;
}
.file-upload:hover > label {
  border-color: #0071f5;
}
.file-upload:hover > label .file-upload-image,
.file-upload:hover > label .file-upload-title {
  color: #0071f5;
}
.file-upload.file-upload-fitted .file-upload-image {
  padding-top: 5px;
}
.file-upload.file-upload-fitted .file-upload-image ~ .file-upload-notice:last-of-type {
  margin-bottom: 5px;
}
.file-upload.file-upload-small > label {
  padding-top: 0;
  padding-bottom: 0;
}
.file-upload.file-upload-square-wrapper {
  position: relative;
}
.file-upload.file-upload-square-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.file-upload.file-upload-square-wrapper .file-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.file-upload.file-upload-square-150 {
  height: 150px;
}
.file-upload.file-upload-square-150 > label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.file-upload.file-upload-large {
  height: 100%;
}
.file-upload.file-upload-large > label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.file-upload.file-upload-colored > label {
  border-color: #ebf4ff;
  background: #ebf4ff;
  font-weight: 400;
}
.file-upload.file-upload-colored > label .file-upload-notice,
.file-upload.file-upload-colored > label .file-upload-title {
  color: rgba(24, 24, 24, 0.5);
}
.file-upload.is-invalid > label, .file-upload.is-invalid ~ .uploaded-documents-wrapper {
  border-color: #e74f76;
}
.file-upload-loading > label {
  filter: blur(2px);
}
.file-upload-loading .file-upload-loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.uploaded-documents {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.uploaded-documents-wrapper {
  margin-top: -2px;
  padding: 20px 20px 0;
  border: 2px dashed #c4c4c6;
  border-top-width: 0;
  background: #fff;
}

.uploaded-document {
  display: flex;
}
.uploaded-document .ico-svg {
  width: 50px;
  height: 65px;
  margin-right: 17px;
}
.uploaded-document .ico-svg + .document-entry {
  max-width: calc(100% - 70px);
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.uploaded-document .ico-svg + .document-entry.document-entry-centered {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
}
.uploaded-document .ico-svg + .document-entry.document-entry-centered > * {
  width: 100%;
}
.uploaded-document .image-preview {
  align-self: flex-start;
  max-width: 50px;
  max-height: 65px;
  box-shadow: -1px 8px 20px -4px #dcdcde;
  margin-right: 17px;
}
.uploaded-document .document-name {
  margin-bottom: 0px;
}
.uploaded-document .document-size {
  margin-bottom: 0px;
  font-size: 0.9em;
}
.uploaded-document .document-remove {
  margin-top: 4px;
  display: inline-block;
}
.uploaded-documents .uploaded-document {
  flex-basis: 50%;
  width: 100%;
  max-width: 50%;
  padding-right: 15px;
}
.file-upload.file-upload-sm ~ .uploaded-documents-wrapper .uploaded-documents .uploaded-document {
  flex-basis: 100%;
  max-width: 100%;
}

/* xs file upload */
.file-upload-xs > label,
.file-upload-xxs > label,
.file-upload-lg > label {
  padding: 15px;
  background-color: #ebf4ff;
  border-color: #0071f5;
}
.file-upload-xs > label .file-upload-image,
.file-upload-xxs > label .file-upload-image,
.file-upload-lg > label .file-upload-image {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
  font-size: 0;
  color: #0071f5;
}
.file-upload-xs > label .file-upload-image .ico-font,
.file-upload-xxs > label .file-upload-image .ico-font,
.file-upload-lg > label .file-upload-image .ico-font {
  font-size: 19px;
}
.file-upload-xs > label .file-upload-title,
.file-upload-xxs > label .file-upload-title,
.file-upload-lg > label .file-upload-title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  font-size: 16px;
  color: #0071f5;
  font-weight: 400;
}
.file-upload-xs > label .file-upload-title.mb_10,
.file-upload-xxs > label .file-upload-title.mb_10,
.file-upload-lg > label .file-upload-title.mb_10 {
  margin-bottom: 10px;
}
.file-upload-xs > label .file-upload-notice,
.file-upload-xxs > label .file-upload-notice,
.file-upload-lg > label .file-upload-notice {
  font-weight: 400;
}
.file-upload-xs > label .file-upload-notice:last-of-type,
.file-upload-xxs > label .file-upload-notice:last-of-type,
.file-upload-lg > label .file-upload-notice:last-of-type {
  margin-bottom: 0px;
}
.file-upload-xs + .uploaded-documents-wrapper,
.file-upload-xxs + .uploaded-documents-wrapper,
.file-upload-lg + .uploaded-documents-wrapper {
  padding: 15px 20px 0;
  background-color: transparent;
  border-color: #0071f5;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.file-upload-xs + .uploaded-documents-wrapper .uploaded-documents,
.file-upload-xxs + .uploaded-documents-wrapper .uploaded-documents,
.file-upload-lg + .uploaded-documents-wrapper .uploaded-documents {
  display: block;
  flex-flow: row nowrap;
}
.file-upload-xs.is-invalid > label,
.file-upload-xxs.is-invalid > label,
.file-upload-lg.is-invalid > label {
  background-color: rgba(231, 79, 118, 0.08);
}

.file-upload-xs + .uploaded-documents-wrapper .uploaded-document,
.uploaded-document.uploaded-document-xxs {
  display: block;
  flex-basis: auto;
  max-width: none;
  padding-right: 0;
}
.file-upload-xs + .uploaded-documents-wrapper .uploaded-document .document-entry,
.uploaded-document.uploaded-document-xxs .document-entry {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.file-upload-xs + .uploaded-documents-wrapper .uploaded-document .document-entry .document-remove,
.uploaded-document.uploaded-document-xxs .document-entry .document-remove {
  margin-top: 3px;
  margin-right: 15px;
}
.file-upload-xs + .uploaded-documents-wrapper .uploaded-document .document-entry .document-remove .ico-font,
.uploaded-document.uploaded-document-xxs .document-entry .document-remove .ico-font {
  font-size: 8px;
  font-weight: 700;
  color: #e74f76;
  opacity: 1;
  transition: all 0.2s ease;
}
.file-upload-xs + .uploaded-documents-wrapper .uploaded-document .document-entry .document-remove:hover,
.uploaded-document.uploaded-document-xxs .document-entry .document-remove:hover {
  transition: all 0.2s ease;
  opacity: 0.7;
}
.file-upload-xs + .uploaded-documents-wrapper .uploaded-document .document-entry .ico-svg,
.uploaded-document.uploaded-document-xxs .document-entry .ico-svg {
  width: 20px;
  height: 26px;
  margin-right: 10px;
  flex-basis: 20px;
  min-width: 20px;
}
.file-upload-xs + .uploaded-documents-wrapper .uploaded-document .document-entry .document-details,
.uploaded-document.uploaded-document-xxs .document-entry .document-details {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-top: 3px;
}
.file-upload-xs + .uploaded-documents-wrapper .uploaded-document .document-entry .document-details .document-name,
.uploaded-document.uploaded-document-xxs .document-entry .document-details .document-name {
  margin-right: 10px;
  margin-bottom: 0px;
}
.file-upload-xs + .uploaded-documents-wrapper .uploaded-document .document-entry .document-details .document-size,
.uploaded-document.uploaded-document-xxs .document-entry .document-details .document-size {
  font-size: inherit;
  color: #939394;
}

.file-upload-xxs > label {
  padding: 8px 15px 9px;
  font-size: 0;
}
.file-upload-xxs > label .file-upload-image .ico-font {
  font-size: 1rem;
}
.file-upload-xxs > label .file-upload-title {
  font-size: 0.875rem;
}

.file-upload-lg > label {
  padding: 35px 15px;
  font-size: 0;
}
.file-upload-lg > label .file-upload-image .ico-font {
  font-size: 1rem;
}
.file-upload-lg > label .file-upload-title {
  font-size: 0.875rem;
}

.file-upload-legal-doc > label {
  padding: 15px 33px;
}
.file-upload-legal-doc > label .file-upload-info-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
}

/* add new beneficiary */
.footer-text-right,
.modal-footer > .footer-text-right {
  color: #939394;
  margin-right: auto;
}

.beneficiary-form-title {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #181818;
  text-transform: uppercase;
  font-weight: bold;
}

.beneficiary-radio label {
  margin: 0;
  padding: 13px 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #939394;
  cursor: pointer;
  text-align: center;
}
.beneficiary-radio > input[type=radio] + label::after {
  position: absolute;
  right: 0px;
  bottom: -8px;
  width: 23px;
  height: 23px;
  background: #0071f5;
  font-size: 9px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  transform: scale(0);
}
.beneficiary-radio > input[type=radio]:checked + label {
  border: 1px solid #0071f5;
  background: #ebf4ff;
}
.beneficiary-radio > input[type=radio]:checked + label::after {
  transform: scale(1);
}
.beneficiary-radio > input[type=radio].is-invalid + label {
  border-color: #dc3545;
}
.beneficiary-radio > input[type=radio][disabled] + label {
  opacity: 0.3;
}

.box-radio {
  height: 100%;
}
.box-radio label {
  position: relative;
  margin: 0;
  padding: 13px 17px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dcdcde;
  cursor: pointer;
  text-align: left;
  min-height: 100%;
}
.box-radio label span {
  color: #939394;
  font-weight: normal;
}
.box-radio label .box-radio-info {
  color: #181818;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
}
.box-radio label .box-radio-info i {
  border-color: 1px solid #fff;
}
.box-radio > input[type=radio] + label::after {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 23px;
  height: 23px;
  background: #0071f5;
  font-size: 9px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  transform: scale(0);
}
.box-radio > input[type=radio]:checked + label {
  border: 1px solid #0071f5;
  background: #ebf4ff;
}
.box-radio > input[type=radio]:checked + label::after {
  transform: scale(1);
}
.box-radio > input[type=radio].is-invalid + label {
  border-color: #dc3545;
}
.box-radio > input[type=radio][disabled] + label {
  border-color: #c4c4c6;
  background: #dcdcde;
  cursor: not-allowed;
}
.box-radio.comming-soon-wraper .coming-soon-label__wrapper {
  width: 137px;
  height: 131px;
}
.box-radio.comming-soon-wraper .coming-soon-label {
  top: 14%;
  left: 30%;
  width: 100%;
  transform: rotate(45deg);
  padding: 0px 0;
  text-transform: uppercase;
  font-size: 12px;
}

.sepa-radio {
  height: 100%;
}
.sepa-radio label {
  position: relative;
  margin: 0;
  padding: 13px 17px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dcdcde;
  cursor: pointer;
  text-align: left;
  min-height: 100%;
}
.sepa-radio label span {
  color: #939394;
  font-weight: normal;
}
.sepa-radio label .sepa-radio-info {
  color: #181818;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
}
.sepa-radio label .sepa-radio-info i {
  border-color: 1px solid #fff;
}
.sepa-radio > input[type=radio] + label::after {
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 23px;
  height: 23px;
  background: #0071f5;
  font-size: 9px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  transform: scale(0);
}
.sepa-radio > input[type=radio]:checked + label {
  border: 1px solid #0071f5;
  background: #ebf4ff;
}
.sepa-radio > input[type=radio]:checked + label::after {
  transform: scale(1);
}
.sepa-radio > input[type=radio].is-invalid + label {
  border-color: #dc3545;
}
.sepa-radio > input[type=radio][disabled] + label {
  border-color: #c4c4c6;
  background: #dcdcde;
  cursor: not-allowed;
}
.sepa-radio.comming-soon-wraper .coming-soon-label__wrapper {
  width: 137px;
  height: 131px;
}
.sepa-radio.comming-soon-wraper .coming-soon-label {
  top: 14%;
  left: 30%;
  width: 100%;
  transform: rotate(45deg);
  padding: 0px 0;
  text-transform: uppercase;
  font-size: 12px;
}

/* giftcard-radio */
.giftcard-radio {
  margin-bottom: 20px;
}
.giftcard-radio > input[type=radio] {
  position: absolute;
  right: 100%;
  bottom: 100%;
  z-index: -9999;
  opacity: 0;
}
.giftcard-radio > label {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font-size: 0;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0 4px 9px 0 rgba(0, 90, 196, 0.1);
}
.giftcard-radio > label,
.giftcard-radio > label .giftcard-radio-fake, .giftcard-radio > label::before, .giftcard-radio > label::after {
  transition: all 0.2s ease;
}
.giftcard-radio > label::before, .giftcard-radio > label::after {
  position: absolute;
  z-index: 2;
}
.giftcard-radio > label::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid transparent;
  border-radius: inherit;
  content: "";
}
.giftcard-radio > label::after {
  right: -10px;
  bottom: -10px;
  width: 24px;
  height: 24px;
  background: #0071f5;
  font-size: 9px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transform: scale(0);
}
.giftcard-radio > label .giftcard-radio-image,
.giftcard-radio > label .giftcard-radio-image img {
  overflow: hidden;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.giftcard-radio > label .giftcard-radio-image img {
  max-width: 100%;
}
.giftcard-radio > label .giftcard-radio-content {
  position: relative;
  padding: 15px 20px 16px;
  text-align: center;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
  box-shadow: inset 0 4px 9px -9px #005ac4;
}
.giftcard-radio > label .giftcard-radio-content .giftcard-radio-title {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}
.giftcard-radio > label .giftcard-radio-content .giftcard-radio-fake {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: #fff;
  font-size: 12px;
  line-height: 23px;
  color: #0071f5;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
}
.giftcard-radio > input[type=radio]:checked + label {
  box-shadow: 0 5px 35px 0 rgba(24, 24, 24, 0.1);
}
.giftcard-radio > input[type=radio]:checked + label::before {
  border-color: #0071f5;
}
.giftcard-radio > input[type=radio]:checked + label::after {
  transform: scale(1);
}
.giftcard-radio > input[type=radio]:checked + label .giftcard-radio-fake {
  opacity: 1;
}

/* Show Hide content after radio or checkbox */
.show-hide-content input:not(:checked) ~ .show-hide-content-inner {
  display: none;
}
.show-hide-content input:checked ~ .show-hide-content-inner {
  display: block;
}
.show-hide-content input ~ .show-blur-content-inner {
  position: relative;
}
.show-hide-content input:not(:checked) ~ .show-blur-content-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.6);
}
.show-hide-content input:checked ~ .show-blur-content-inner::before {
  content: "";
  position: static;
  background-color: transparent;
}

/* form-box */
.form-box {
  padding: 15px 15px 15px 20px;
  border: 1px solid #dcdcde;
  background: #dcdcde;
  border-radius: 8px;
  text-align: left;
}
.form-box.form-box-transparent {
  background-color: transparent;
}
.form-box.form-box-sm {
  padding: 13px 25px;
}

/* Invalid/valid states(Keep at the bottom) */
.input-group .form-control.is-invalid:focus {
  box-shadow: none;
}
.input-group .form-control.is-invalid + .select2-container .select2-selection.form-control {
  border-color: #dc3545;
}
.input-group .form-control.is-invalid + .form-control {
  border-left-color: #dc3545;
}
.input-group .form-control.is-invalid + .input-group-append .form-control,
.input-group .form-control.is-invalid + .input-group-append .btn,
.input-group .form-control.is-invalid + .input-group-append .react-select .react-select__control, .input-group .form-control.is-invalid + .select2 + .input-group-append .form-control,
.input-group .form-control.is-invalid + .select2 + .input-group-append .btn,
.input-group .form-control.is-invalid + .select2 + .input-group-append .react-select .react-select__control {
  border-left-color: #dc3545;
}
.input-group .form-control.is-invalid + .input-group-append .input-group-text {
  border-color: #dc3545;
}
.input-group.password .form-control.is-invalid + .input-group-append .btn,
.input-group.password .form-control.is-invalid + .input-group-append .input-group-text, .input-group.input-group-texted .form-control.is-invalid + .input-group-append .btn,
.input-group.input-group-texted .form-control.is-invalid + .input-group-append .input-group-text, .input-group.datepicker .form-control.is-invalid + .input-group-append .btn,
.input-group.datepicker .form-control.is-invalid + .input-group-append .input-group-text {
  border-color: #dc3545;
}
.input-group.datepicker .form-control.is-invalid {
  border-color: #dc3545;
}

.search .form-control.is-invalid {
  border-color: #dc3545;
}

.search.search-alt .form-control.is-invalid {
  border-bottom-color: #dc3545;
}

.select2-selection.form-control.is-invalid, .select2-container--open .select2-selection.form-control.is-invalid, .select2-container--focus .select2-selection.form-control.is-invalid {
  border-color: #dc3545;
}
.select2-container--open .select2-selection.form-control.is-invalid, .select2-container--focus .select2-selection.form-control.is-invalid {
  box-shadow: none;
}

.custom-checkbox .custom-control-input.is-invalid:not(:disabled) ~ .custom-control-label,
.custom-radio .custom-control-input.is-invalid:not(:disabled) ~ .custom-control-label {
  color: #181818;
}
.custom-checkbox .custom-control-input.is-invalid:not(:disabled) ~ .custom-control-label::before,
.custom-radio .custom-control-input.is-invalid:not(:disabled) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.custom-checkbox-2 .custom-control-input.is-invalid:not(:disabled) ~ .custom-control-label {
  color: #181818;
}
.custom-checkbox-2 .custom-control-input.is-invalid:not(:disabled) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.input-tag {
  padding: calc(0.438rem - 2px) 10px 0;
  font-size: 0.875rem;
  line-height: 1.58;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dcdcde;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .input-tag {
    transition: none;
  }
}
.input-tag:focus-within {
  color: #181818;
  background-color: #fff;
  border-color: #0071f5;
  outline: 0;
  box-shadow: none, none;
}
.input-tag.disabled {
  background-color: #dcdcde;
  opacity: 1;
}
.input-tag.disabled li.tag-value .form-control {
  background-color: #dcdcde;
}
.input-tag.is-invalid {
  border-color: #dc3545;
}
.input-tag.is-invalid:focus-within {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.input-tag-list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.input-tag-list li {
  align-items: center;
  background: #ebf4ff;
  border: 1px solid #dcdcde;
  border-radius: 6px;
  color: #181818;
  display: flex;
  font-weight: 300;
  list-style: none;
  margin-bottom: 4px;
  margin-right: 5px;
  padding: 2px 5px;
}
.input-tag-list li.tag-value {
  background: none;
  flex-grow: 1;
  padding: 2px 5px;
  border: 1px solid transparent;
}
.input-tag-list li.tag-value .form-control {
  border: none;
  width: 100%;
  box-shadow: none;
  padding: 0;
  height: auto;
}

/* Lang Fixes */
html[lang=el] .date-range-picker .ranges .btn,
html[lang=el] .date-picker .ranges .btn {
  padding-right: 10px;
  padding-left: 10px;
}

/* Currencies dropdown */
.dropdown-currs .dropdown-menu .dropdown-item {
  padding-right: 15px;
  padding-left: 15px;
}

/* React input type number */
.react-numeric-input {
  font-size: 1rem;
}
.react-numeric-input b {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.react-numeric-input b:hover, .react-numeric-input b:focus, .react-numeric-input b:focus:hover {
  background-color: #f5f5f7 !important;
}
.react-numeric-input b:not(:disabled):active, .react-numeric-input b:not(:disabled):active:focus {
  background-color: #c4c4c6 !important;
}

/* Fake placeholder content and content for input, to show icons etc in placeholder or value */
.form-control-fake-placeholder {
  position: relative;
}
.form-control-fake-placeholder label {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  z-index: 2;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #c4c4c6;
  cursor: pointer;
}
.form-control-fake-placeholder label .ico-font,
.form-control-fake-placeholder label span {
  flex: 0 0 auto;
  position: relative;
  width: auto;
  max-width: 100%;
}
.form-control-fake-placeholder label .ico-font {
  margin-right: 5px;
}
.form-control-fake-placeholder label span {
  overflow: hidden;
  margin-top: 1px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-control-fake-placeholder .form-control {
  position: relative;
  z-index: 1;
  color: transparent !important;
}
.form-control-fake-placeholder .form-control:not(:-moz-placeholder-shown) + label {
  color: #181818;
}
.form-control-fake-placeholder .form-control:not(:placeholder-shown) + label {
  color: #181818;
}

/* Single time picker */
.rc-time-picker {
  width: 100%;
}
.rc-time-picker .form-control {
  padding-left: 7px;
  padding-right: 7px;
}
.rc-time-picker .form-control#standing-order-time-picker {
  padding-left: 16px;
}
.rc-time-picker .picker-trigger {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}
.rc-time-picker .rc-time-picker-input {
  height: 44px;
}
.rc-time-picker .rc-time-picker-clear {
  top: 8px;
}
.rc-time-picker .rc-time-picker-clear .rc-time-picker-clear-icon::after {
  font-size: 16px;
}
.rc-time-picker.picker-with-icon .form-control {
  padding-right: 25px;
}

.rc-time-picker-panel {
  margin-top: 3px;
}
.rc-time-picker-panel .rc-time-picker-panel-inner {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap {
  margin-bottom: 3px;
  padding: 0;
  border: 0;
  opacity: 0;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input {
  display: block;
  width: 100%;
  height: calc(calc(1.375rem + 0.625rem * 2) + 2px);
  padding: 0.625rem 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #181818;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c4c4c6;
  border-radius: 8px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input {
    transition: none;
  }
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input:focus {
  color: #181818;
  background-color: #fff;
  border-color: #0071f5;
  outline: 0;
  box-shadow: none, none;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input::-moz-placeholder {
  color: #c4c4c6;
  opacity: 1;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input::placeholder {
  color: #c4c4c6;
  opacity: 1;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input:disabled, .rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-input-wrap .rc-time-picker-panel-input[readonly] {
  background-color: #dcdcde;
  opacity: 1;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-combobox,
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-actions {
  background-color: #fff;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-combobox {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px 0px rgba(24, 24, 24, 0.3);
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-combobox .rc-time-picker-panel-select {
  min-height: 144px;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-combobox .rc-time-picker-panel-select::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-combobox .rc-time-picker-panel-select::-webkit-scrollbar-track {
  background-color: #fff;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-combobox .rc-time-picker-panel-select::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-combobox .rc-time-picker-panel-select::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}
.rc-time-picker-panel .rc-time-picker-panel-inner .rc-time-picker-panel-actions {
  padding: 5px 10px;
  border-top: 1px solid #c4c4c6;
  text-align: right;
  box-shadow: 0 0 10px 0px rgba(24, 24, 24, 0.3);
  -webkit-clip-path: inset(0px -10px -10px -10px);
          clip-path: inset(0px -10px -10px -10px);
}

/* Time Zone */
.time-zone {
  display: flex;
  align-items: center;
}
.time-zone .time-zone-label {
  color: #939394;
}

@media only screen and (max-width: 768px) {
  .rc-time-picker {
    margin-bottom: 10px;
  }

  .time-zone {
    padding-left: 10px;
  }
}
/* File Upload button */
.file-upload-btn {
  position: relative;
  display: inline-block;
}
.file-upload-btn .file-upload-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-upload-btn .file-upload-field:hover + label {
  border: 1px solid #d2dfeb;
  background-color: #f3f5fa;
  color: #4d7198;
}
.file-upload-btn > label {
  margin-bottom: 0;
  color: #2E4568;
}

/* Custom switch toggle */
.custom-switch-toggle {
  width: 22px;
  height: 12px;
  min-height: 12px;
}
.custom-switch-toggle label {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 14px;
  padding: 0;
}
.custom-switch-toggle label:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 14px;
  border-radius: 9px;
  background-color: #e4ebf3;
  transition: all 0.3s ease;
  cursor: pointer;
}
.custom-switch-toggle label:after {
  position: absolute;
  top: 50%;
  left: auto;
  right: 4px;
  transform: translate(-8px, -50%);
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.custom-switch-toggle .custom-control-input:checked ~ label:before {
  background-color: #0071f5;
  border-color: #005ac4;
}
.custom-switch-toggle .custom-control-input:checked ~ label:after {
  transform: translate(0, -50%);
  right: 3px;
}
.custom-switch-toggle.custom-switch-toggle-lg {
  width: 35px;
  height: 18px;
  min-height: 18px;
}
.custom-switch-toggle.custom-switch-toggle-lg label {
  width: 35px;
  height: 18px;
}
.custom-switch-toggle.custom-switch-toggle-lg label:before {
  width: 35px;
  height: 18px;
}
.custom-switch-toggle.custom-switch-toggle-lg label:after {
  right: 10px;
  width: 14px;
  height: 14px;
}
.custom-switch-toggle.custom-switch-toggle-lg .custom-control-input:checked ~ label:after {
  right: 3px;
}
.custom-switch-toggle input[disabled] + label {
  opacity: 0.5;
  transition: all 0.5s ease;
}

/* Custom Input arrows range field */
.custom-input-range-arrows-wrapper {
  position: relative;
  height: 24px;
}
.custom-input-range-arrows-wrapper input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background: transparent;
  /* Input slider thumb */
  /* WebKit */
  /* Firefox */
  /* IE */
  /* Input slider track */
  /* Webkit */
  /* Firefox */
  /* IE */
}
.custom-input-range-arrows-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.custom-input-range-arrows-wrapper input[type=range]:focus {
  outline: none;
}
.custom-input-range-arrows-wrapper input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.custom-input-range-arrows-wrapper input[type=range]::-webkit-slider-thumb {
  position: relative;
  z-index: 2;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #0071f5;
  background-image: url(/trunk/public/build/assets/account/images/custom-input-range-arrows.98d92e95.png);
  background-size: 17px 10px;
  background-position: 8px 11px;
  background-repeat: no-repeat;
  cursor: ew-resize;
  margin-top: -14px;
  box-shadow: none;
}
.custom-input-range-arrows-wrapper input[type=range]:focus::-webkit-slider-thumb, .custom-input-range-arrows-wrapper input[type=range]:active::-webkit-slider-thumb {
  outline: none;
  background-color: #0071f5;
  box-shadow: none;
}
.custom-input-range-arrows-wrapper input[type=range]::-moz-range-thumb {
  position: relative;
  z-index: 2;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #0071f5;
  background-image: url(/trunk/public/build/assets/account/images/custom-input-range-arrows.98d92e95.png);
  background-size: 17px 10px;
  background-position: 8px 11px;
  background-repeat: no-repeat;
  cursor: ew-resize;
  margin-top: -14px;
  box-shadow: none;
}
.custom-input-range-arrows-wrapper input[type=range]:focus::-moz-range-thumb, .custom-input-range-arrows-wrapper input[type=range]:active::-moz-range-thumb {
  outline: none;
  background-color: #0071f5;
  box-shadow: none;
}
.custom-input-range-arrows-wrapper input[type=range]::-ms-thumb {
  position: relative;
  z-index: 2;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #0071f5;
  background-image: url(/trunk/public/build/assets/account/images/custom-input-range-arrows.98d92e95.png);
  background-size: 17px 10px;
  background-position: 8px 11px;
  background-repeat: no-repeat;
  cursor: ew-resize;
  margin-top: -14px;
  box-shadow: none;
}
.custom-input-range-arrows-wrapper input[type=range]:focus::-ms-thumb, .custom-input-range-arrows-wrapper input[type=range]:active::-ms-thumb {
  outline: none;
  background-color: #0071f5;
  box-shadow: none;
}
.custom-input-range-arrows-wrapper input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background-color: #dcdcde;
  border-radius: 4px;
  border: none;
}
.custom-input-range-arrows-wrapper input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background-color: #dcdcde;
  border-radius: 4px;
  border: none;
}
.custom-input-range-arrows-wrapper input[type=range]::-moz-range-progress {
  height: 4px;
  border: none;
  background-color: #0071f5;
  box-shadow: none;
}
.custom-input-range-arrows-wrapper input[type=range]::-ms-track {
  display: block;
  width: 100%;
  height: 4px;
  cursor: pointer;
  background-color: #dcdcde;
  border-radius: 4px;
  border: none;
}
.custom-input-range-arrows-wrapper input[type=range]::-ms-fill-lower {
  border: none;
  background-color: #0071f5;
  box-shadow: none;
}
.custom-input-range-arrows-wrapper input[type=range]::-ms-fill-upper {
  border: none;
  background-color: #dcdcde;
  box-shadow: none;
}
.custom-input-range-arrows-wrapper .custom-input-range-arrows-progress {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: calc(100% - 22px);
  height: 4px;
  background-color: #0071f5;
  pointer-events: none;
}

/* Custom bordered Radios */
.custom-radio-bordered > .custom-control-label {
  display: block;
  padding: 15px 20px 15px 45px;
  border: 1px solid #c4c4c6;
  font-weight: 500;
  border-radius: 6px;
}
.custom-radio-bordered > .custom-control-label::before {
  top: 18px;
  left: 12px;
  border-color: #c4c4c6;
  background-color: #fff;
  box-shadow: none;
}
.custom-radio-bordered > .custom-control-label::after {
  top: 21px;
  left: 14px;
  width: 19px;
  height: 19px;
}
.custom-radio-bordered > .custom-control-input:checked ~ .custom-control-label {
  border-color: #0071f5;
  box-shadow: inset 0 0 0 2px #0071f5;
}
.custom-radio-bordered > .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0071f5;
  background-color: #0071f5;
  box-shadow: none;
}
.custom-radio-bordered > .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.custom-radios-bordered .custom-radio-bordered, .custom-radios-bordered .custom-radio-bordered > .custom-control-label {
  height: 100%;
}

/* Field input statuses */
.form-custom-radio {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}
.form-custom-radio .row > div[class*=col] {
  position: static;
}
.form-custom-radio-input + .form-custom-radio-border {
  transition: all 0.3s ease;
}
.form-custom-radio-input.is-invalid + .form-custom-radio-border {
  border-color: #dc3545;
  box-shadow: inset 0 0 0 1px #dc3545;
}

.form-custom-radio-input:checked + .form-custom-radio-border, .form-custom-radio-input.checked + .form-custom-radio-border {
  border-color: #0071f5;
  box-shadow: inset 0 0 0 1px #0071f5;
  background-color: #ebf4ff;
  transition: all 0.3s ease;
}
@-moz-document url-prefix() {
  .form-custom-radio-input:checked + .form-custom-radio-border, .form-custom-radio-input.checked + .form-custom-radio-border {
    box-shadow: none;
  }
}
.form-custom-radio:hover .form-custom-radio-border, .form-custom-radio:focus .form-custom-radio-border {
  border-color: #0071f5;
  box-shadow: inset 0 0 0 1px #0071f5;
}
.form-custom-radio-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #c4c4c6;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.form-custom-radio.preview-is-hidden .form-custom-radio-preview {
  padding: 0;
}
.form-custom-radio.preview-is-hidden .form-custom-radio-preview .form-custom-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.form-custom-radio.preview-is-hidden .form-custom-radio-inner {
  position: relative;
  z-index: 2;
}
.form-custom-radio-content {
  position: relative;
  z-index: 2;
}
.form-custom-radio-content > *:last-child {
  margin-bottom: 0;
}
.form-custom-radio .user-meta {
  color: #181818;
}
.form-digit-input {
  display: inline-block;
  width: 40px;
  height: 60px;
  font-weight: 600;
  padding: 0.3125rem 0.5rem;
  text-align: center;
  border-color: #f5f5f7;
  background-color: #f5f5f7;
}
.form-digit-input.form-control:disabled, .form-digit-input.form-control[readonly] {
  background-color: #fff;
}
.form-digit-input.form-control:focus {
  background-color: #f5f5f7;
}
.form-digit-input.form-control.is-valid {
  border-color: #05c583;
}
.form-digit-input-wrapper {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.form-digit-input-wrapper .spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
.form-digit-input-wrapper .form-digit-input-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.form-digit-input-wrapper.validating .form-digit-input-inner {
  filter: blur(2px);
}

/* Field input statuses */
.field-input-status {
  margin-top: 8px;
  padding: 16px;
  border-radius: 8px;
  display: flex;
}
.field-input-status i {
  margin-right: 16px;
}
.field-input-status.success {
  background-color: #CCF3E5;
}
.field-input-status.success .field-input-status-icon i {
  color: #05C583;
}
.field-input-status.warning {
  background-color: #FFEED2;
}
.field-input-status.warning .field-input-status-icon i {
  color: #F29423;
}
.field-input-status.failed {
  background-color: #FAD8E1;
}
.field-input-status.failed .field-input-status-icon i {
  color: #E74F76;
}
.field-input-status.info {
  background-color: #EBF4FF;
}
.field-input-status.info .field-input-status-icon i {
  color: #0071F3;
}
.field-input-status .field-input-status-text .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.field-input-status p {
  margin-bottom: 0;
}

.is-invalid + .invalid-feedback {
  display: block;
}

.custom-radio-detailed {
  --custom-radio-border-active-color: #0071f5;
  --custom-radio-bg-hover-color: #ebf4ff;
}
.custom-radio-detailed > .custom-control-input:checked ~ .custom-control-label {
  background-color: var(--custom-radio-bg-hover-color);
  border-color: var(--custom-radio-border-active-color);
}
.custom-radio-detailed > .custom-control-label {
  width: 100%;
  padding: 24px;
  padding-left: 64px;
  border: 1.6px solid #c4c4c6;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.custom-radio-detailed > .custom-control-label:before, .custom-radio-detailed > .custom-control-label:after {
  top: 24px;
  left: 24px;
}
.custom-radio-detailed > .custom-control-label:hover {
  border-color: var(--custom-radio-border-active-color);
}
.custom-radio-detailed > .custom-control-label .label-title {
  margin-bottom: 4px;
  font-weight: 500;
}
.custom-radio-detailed > .custom-control-label .label-desc {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}
.custom-radio-detailed > .custom-control-label .label-detailed-content {
  margin-top: 32px;
}
.custom-radio-detailed > .custom-control-label .checkboxes-box {
  background-color: #fff;
}

.sticky-btn-holder {
  position: sticky;
  z-index: 10;
  bottom: 0;
  padding-bottom: 40px;
  background: linear-gradient(0deg, #fff, transparent);
}

/* Responsive */
@media only screen and (max-width: 991px) {
  /* Custom bordered Radios */
  .custom-radio-bordered > .custom-control-label {
    padding: 10px 15px 10px 30px;
  }
  .custom-radio-bordered > .custom-control-label::before {
    top: 13px;
    left: 10px;
    width: 16px;
    height: 16px;
  }
  .custom-radio-bordered > .custom-control-label::after {
    top: 14px;
    left: 10px;
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .uploaded-documents .uploaded-document {
    flex-basis: 100%;
    max-width: 100%;
  }

  .giftcard-radio > label .giftcard-radio-image img {
    width: 100%;
    height: auto;
  }

  .form-group.row .col-form-label {
    padding-bottom: 5px;
  }

  .input-group-payment-tag {
    padding: 8px 15px;
  }
  .input-group-payment-tag > .form-control {
    width: 122px;
    font-size: 18px;
  }
  .input-group-payment-tag label {
    width: calc(100% - 108px);
    font-size: 18px;
  }
  .input-group-payment-tag label > .form-control {
    padding-left: 17px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .input-range.singledaterangepicker .form-control {
    font-size: 13px;
    line-height: 2.3;
  }

  .react-search-menu .react-search-menu-actions a {
    padding: 10px;
  }
  .react-search-menu .react-search-menu-actions a .ico-font {
    display: none;
  }

  .react-search-with-actions .react-search .react-select__control .react-select__value-container,
.react-search-with-actions.react-search-with-two-actions .react-search .react-select__control .react-select__value-container {
    max-width: 100%;
  }
  .react-search-with-actions .react-search .react-select__control .react-select__value-container .react-select__input-container,
.react-search-with-actions.react-search-with-two-actions .react-search .react-select__control .react-select__value-container .react-select__input-container {
    width: calc(100% - 65px - 50px);
  }
  .react-search-with-actions > .btn, .react-search-with-actions > .search-actions-group,
.react-search-with-actions.react-search-with-two-actions > .btn,
.react-search-with-actions.react-search-with-two-actions > .search-actions-group {
    position: static;
    margin: 0 0 30px 20px;
  }

  .date-range-picker-wrapper {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    min-width: calc(100% - 10px);
  }
  .date-range-picker-wrapper .date-range-picker {
    padding-right: 10px;
    padding-left: 10px;
  }
  .date-range-picker-wrapper .date-range-picker .ranges {
    margin-bottom: 15px;
  }
  .date-range-picker-wrapper .date-range-picker .DayPicker {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
  }
  .date-range-picker-wrapper .form-actions {
    padding-top: 0;
    text-align: center;
  }

  .input-group.input-group-search {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .input-group.input-group-search > .input-group {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  .input-group.input-group-search > .input-group > .form-control {
    margin-bottom: 15px;
  }
  .input-group.input-group-search > .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .input-group.input-group-search > .input-group-append {
    flex: 1 0 100%;
    max-width: 100%;
  }
  .input-group.input-group-search > .input-group-append .btn {
    display: block;
    width: 100%;
    height: 50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .input-group-payment-tag label {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 420px) {
  /* Domain search */
  .input-group.has-actions.domain-search-group .form-control:-moz-placeholder-shown {
    border-right-width: 1px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .input-group.has-actions.domain-search-group .form-control:placeholder-shown {
    border-right-width: 1px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .input-group.has-actions.domain-search-group .form-control:not(:-moz-placeholder-shown) + .input-group-append .btn-default-alt {
    border-right-width: 1px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .input-group.has-actions.domain-search-group .form-control:not(:placeholder-shown) + .input-group-append .btn-default-alt {
    border-right-width: 1px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .input-group.has-actions.domain-search-group .input-group-append:last-child {
    flex: 1 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .input-group.has-actions.domain-search-group .input-group-append:last-child .btn {
    width: 100%;
    border-radius: 8px;
  }
}
@media only screen and (max-width: 380px) {
  .custom-control.custom-checkbox.custom-checkbox-item-35 > .custom-control-label::before, .custom-control.custom-checkbox.custom-checkbox-item-35 > .custom-control-label::after {
    top: 13px;
  }
  .has-subcategories .custom-control.custom-checkbox.custom-checkbox-item-35 > .custom-control-label::before, .has-subcategories .custom-control.custom-checkbox.custom-checkbox-item-35 > .custom-control-label::after {
    top: 8px;
  }
  .custom-control.custom-checkbox.custom-checkbox-item-50 > .custom-control-label::before, .custom-control.custom-checkbox.custom-checkbox-item-50 > .custom-control-label::after {
    top: 3px;
  }
  .custom-control.custom-radio.custom-radio-item-35 > .custom-control-label::before, .custom-control.custom-radio.custom-radio-item-35 > .custom-control-label::after {
    top: 13px;
  }
  .has-subcategories .custom-control.custom-radio.custom-radio-item-35 > .custom-control-label::before, .has-subcategories .custom-control.custom-radio.custom-radio-item-35 > .custom-control-label::after {
    top: 8px;
  }
  .custom-control.custom-radio.custom-radio-item-50 > .custom-control-label::before, .custom-control.custom-radio.custom-radio-item-50 > .custom-control-label::after {
    top: 3px;
  }
}
@media only screen and (max-width: 340px) {
  .date-range-picker-wrapper .date-range-picker .DayPicker {
    margin-left: -10px;
  }
}
@media only screen and (min-width: 768px) {
  .row-hrz .col-hrz-label {
    margin-top: 8px;
    max-width: 33.3333%;
    flex: 1 1 33.3333%;
  }
  .row-hrz .col-hrz-value {
    max-width: 66.6667%;
    flex: 0 0 66.6667%;
  }
  .row-hrz .hrz-value-min-h > *:not(.form-group) {
    margin-bottom: 15px;
  }
  .row-hrz .hrz-value-min-h > *:first-child {
    margin-top: 8px;
  }

  .row-hrz .hrz-value-min-h > *:not(.form-group):last-child {
    margin-bottom: 8px;
  }
  .row-hrz .hrz-value-min-h > *:not(.form-group):only-child {
    margin-bottom: 0px;
  }
  .row-hrz .col-hrz-no-label {
    margin-left: 33.3333%;
  }
}
/* ==========================================================================
	#Modals
========================================================================== */
.modal-open .wrapper,
.modal-open .payment-invoice-wrapper {
  filter: blur(5px);
}

.modal .modal-dialog {
  width: 655px;
  max-width: calc(100% - 15px);
  margin-right: auto;
  margin-left: auto;
  /* MPP migration modal */
}
.modal .modal-dialog.modal-xs {
  width: 380px;
}
.modal .modal-dialog.modal-sm {
  width: 500px;
}
.modal .modal-dialog.modal-md {
  width: 600px;
}
.modal .modal-dialog.modal-lg {
  width: 775px;
}
.modal .modal-dialog.modal-xlg {
  width: 980px;
}
.modal.modal-email-preview .modal-dialog {
  width: 735px;
}

.modal .modal-dialog.modal-alt .close {
  position: relative;
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
}
.modal .modal-dialog.modal-alt .close span {
  display: none;
}
.modal .modal-dialog.modal-alt .close::before, .modal .modal-dialog.modal-alt .close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 20px;
  height: 3px;
  margin-left: -10px;
  margin-top: -1px;
  background-color: #181818;
}
.modal .modal-dialog.modal-alt .close::before {
  transform: rotate(45deg);
}
.modal .modal-dialog.modal-alt .close::after {
  transform: rotate(-45deg);
}
.modal .modal-dialog.modal-alt .close:hover {
  background-color: #0071f5;
  opacity: 1;
}
.modal .modal-dialog.modal-alt .close:hover::before, .modal .modal-dialog.modal-alt .close:hover::after {
  background-color: #fff;
}
.modal .modal-dialog.modal-full-video .modal-content {
  background: transparent;
  border-radius: 0;
}
.modal .modal-dialog.modal-dialog-full-header-image .modal-header {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 0;
}
.modal .modal-dialog.modal-dialog-full-header-image .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal .modal-dialog.modal-dialog-full-header-image .modal-title img {
  display: block;
  width: 100%;
  height: auto;
}
.modal .modal-dialog.modal-mastercard-sonic-campaign .modal-header {
  padding: 0;
  background: #0071f5;
  background: linear-gradient(180deg, #007ff5 0%, #006ccf 100%);
  color: #fff;
}
.modal .modal-dialog.modal-mastercard-sonic-campaign .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
}
.modal .modal-dialog.modal-mastercard-sonic-campaign .modal-header .modal-title {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
}
.modal .modal-dialog.modal-mastercard-sonic-campaign .modal-header .modal-title img {
  max-width: 100%;
}
.modal .modal-dialog.modal-session-expire {
  padding: 0 35px;
}
.modal .modal-dialog.modal-session-expire .modal-body {
  padding: 30px 45px;
}
.modal .modal-dialog.modal-session-expire button {
  min-width: 140px;
  margin: 5px 12px;
}
.modal .modal-dialog.modal-warning {
  width: 520px;
}
.modal .modal-dialog.modal-warning .modal-content {
  position: relative;
  border-radius: 5px;
}
.modal .modal-dialog.modal-warning .modal-content .close {
  position: absolute;
  top: 14px;
  right: 20px;
  z-index: 2;
  font-size: 23px;
  color: #4d7198;
  transition: opacity 0.3s;
}
.modal .modal-dialog.modal-warning .modal-content .close:hover {
  outline: 0;
  opacity: 0.7;
}
.modal .modal-dialog.modal-warning .modal-content .modal-header {
  border-bottom: 1px solid #eff3f8;
  padding: 20px;
}
.modal .modal-dialog.modal-warning .modal-content .modal-header .modal-title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.modal .modal-dialog.modal-warning .modal-content .modal-body {
  padding: 20px;
}
.modal .modal-dialog.modal-warning .modal-content .modal-body p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.38;
}
.modal .modal-dialog.modal-new-nav .modal-header {
  padding: 0;
  border-bottom: 0;
}
.modal .modal-dialog.modal-new-nav .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.modal .modal-dialog.modal-new-nav .modal-header .modal-title {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
}
.modal .modal-dialog.modal-new-nav .modal-header .modal-title img {
  max-width: 100%;
}
.modal .modal-dialog.modal-new-nav .modal-body {
  padding: 10px 25px 15px;
}
.modal .modal-dialog.modal-new-nav .modal-body .modal-actions {
  padding-top: 10px;
  padding-bottom: 20px;
}
.modal .modal-dialog.modal-new-nav .emoji {
  position: relative;
}
.modal .modal-dialog.modal-new-nav .emoji::before {
  content: "😊";
}
.modal .modal-dialog.modal-with-actions {
  width: 560px;
}
.modal .modal-dialog.modal-with-actions .modal-body {
  padding: 35px 45px;
}
.modal .modal-dialog.modal-with-actions .modal-title {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
}
.modal .modal-dialog.modal-with-actions .modal-desc > *:last-child {
  margin-bottom: 0;
}
.modal .modal-dialog.modal-with-actions .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.modal .modal-dialog.modal-shop-products {
  width: 560px;
}
.modal .modal-dialog.modal-shop-products .modal-content {
  position: relative;
}
.modal .modal-dialog.modal-shop-products .modal-content .close {
  top: 15px;
  right: 15px;
}
.modal .modal-dialog.modal-shop-products .modal-body {
  padding: 30px 54px 15px;
  text-align: center;
}
.modal .modal-dialog.modal-shop-products .modal-body .form-group {
  position: relative;
}
.modal .modal-dialog.modal-shop-products .modal-body .modal-shop-products-video {
  margin: 0 auto 30px;
  text-align: center;
}
.modal .modal-dialog.modal-shop-products .modal-body figure {
  margin: 0 auto 30px;
  text-align: center;
}
.modal .modal-dialog.modal-shop-products .modal-body h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
}
.modal .modal-dialog.modal-shop-products .modal-body p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.36;
}
.modal .modal-dialog.modal-shop-products .modal-footer {
  border: none;
  padding: 15px 54px 30px;
}
.modal .modal-dialog.modal-shop-products .modal-footer .btn-block + .btn-block {
  margin-top: 20px;
}
.modal .modal-dialog.modal-shop-doc-lang {
  width: 560px;
}
.modal .modal-dialog.modal-shop-doc-lang .modal-content {
  position: relative;
}
.modal .modal-dialog.modal-shop-doc-lang .modal-content .close {
  top: 15px;
  right: 15px;
}
.modal .modal-dialog.modal-shop-doc-lang .modal-body {
  padding: 30px 54px 15px;
  text-align: center;
}
.modal .modal-dialog.modal-shop-doc-lang .modal-body h3 {
  line-height: 1.56;
}
.modal .modal-dialog.modal-shop-doc-lang .modal-footer {
  border: none;
  padding: 5px 54px 30px;
}
.modal .modal-dialog.modal-shop-doc-conditions {
  width: 760px;
}
.modal .modal-dialog.modal-shop-doc-conditions .modal-content {
  position: relative;
}
.modal .modal-dialog.modal-shop-doc-conditions .modal-content .close {
  top: 15px;
  right: 15px;
}
.modal .modal-dialog.modal-shop-doc-conditions .modal-body {
  padding: 40px 30px 15px;
  text-align: center;
}
.modal .modal-dialog.modal-shop-doc-conditions .modal-body h3 {
  max-width: 480px;
  line-height: 1.56;
}
.modal .modal-dialog.modal-shop-doc-conditions .modal-body form {
  border: 1px solid #EDF0F3;
  border-radius: 5px;
  padding: 30px 25px;
  margin-bottom: 25px;
}
.modal .modal-dialog.modal-shop-doc-conditions .modal-body form .form-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDF0F3;
}
.modal .modal-dialog.modal-shop-doc-conditions .modal-body form .form-group:last-of-type {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.modal .modal-dialog.modal-shop-doc-conditions .modal-footer {
  border: none;
  padding: 5px 54px 40px;
}
.modal .modal-dialog.modal-shop-plan-unlimited {
  width: 600px;
}
.modal .modal-dialog.modal-shop-plan-unlimited .modal-content {
  border-radius: 5px;
}
.modal .modal-dialog.modal-shop-plan-unlimited .modal-header {
  display: block;
  padding: 40px 60px;
  background: linear-gradient(to bottom, #007FF5 0%, #006CCF 100%);
  color: #fff;
  text-align: center;
}
.modal .modal-dialog.modal-shop-plan-unlimited .modal-header .modal-header-icon {
  position: relative;
  left: -13px;
  z-index: 1;
  width: 85px;
  margin: 0 auto 20px;
}
.modal .modal-dialog.modal-shop-plan-unlimited .modal-header .modal-header-icon .modal-header-icon-price {
  position: absolute;
  right: -13px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #fec400;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.42;
  color: #fff;
}
.modal .modal-dialog.modal-shop-plan-unlimited .modal-body {
  padding: 30px 60px;
}
.modal .modal-dialog.modal-shop-plan-unlimited .modal-body .modal-shop-plan-price-text strong {
  font-weight: normal;
}
.modal .modal-dialog.modal-shop-plan-unlimited .modal-body .notice {
  color: #939ca9;
}
.modal .modal-dialog.modal-shop-plan-unlimited .modal-footer {
  flex-direction: column;
  align-items: center;
  padding: 10px 60px 30px;
  border: none;
}
.modal .modal-dialog.modal-shop-plan-unlimited .modal-footer .btn {
  margin-right: 0;
  margin-left: 0;
}
.modal .modal-dialog.modal-shop-plan-unlimited .modal-footer .btn.btn-to-link {
  margin-top: 0;
  text-align: center;
}
.modal .modal-dialog.modal-orders-change-status {
  width: 460px;
}
.modal .modal-dialog.modal-orders-change-status .modal-header {
  position: relative;
  display: block;
  padding: 40px 40px 30px;
}
.modal .modal-dialog.modal-orders-change-status .modal-header .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  font-size: 28px;
}
.modal .modal-dialog.modal-orders-change-status .modal-body {
  padding: 0 40px 30px;
}
.modal .modal-dialog.modal-orders-change-status .modal-body p {
  line-height: 1.29;
  text-align: center;
}
.modal .modal-dialog.modal-orders-change-status .modal-body .box-bordered {
  padding: 20px;
  margin: 0 0 20px;
  border: 2px dashed #c4c4c6;
  border-radius: 6px;
}
.modal .modal-dialog.modal-orders-change-status .modal-body hr {
  border-color: #dce6f1;
}
.modal .modal-dialog.modal-orders-change-status .modal-body .modal-orders-box-input {
  padding: 20px 40px;
  background-color: #ebf4ff;
}
.modal .modal-dialog.modal-orders-change-status .modal-footer {
  padding: 0 40px 30px;
  border: none;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
}
.modal .modal-dialog.modal-orders-change-status .modal-footer .btn {
  margin: 0;
}
.modal .modal-dialog.modal-orders-change-status .modal-footer .btn + .btn {
  margin-top: 20px;
}
.modal .modal-dialog.modal-add-language {
  width: 540px;
}
.modal .modal-dialog.modal-add-language .close {
  top: 8px;
  right: 8px;
  color: #2e4568;
}
.modal .modal-dialog.modal-add-language .modal-body {
  padding: 40px 30px 20px 30px;
}
.modal .modal-dialog.modal-add-language .modal-body .wrap {
  max-width: 300px;
  margin: 0 auto;
}
.modal .modal-dialog.modal-add-language .modal-title {
  border-bottom: 1px solid #D3E1EC;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.modal .modal-dialog.modal-online-shop-campaign {
  width: 760px;
}
.modal .modal-dialog.modal-online-shop-campaign .close {
  top: 10px;
  right: 10px;
}
.modal .modal-dialog.modal-online-shop-campaign .modal-body {
  padding: 50px 20px 140px;
}
.modal .modal-dialog.modal-online-shop-site-builder {
  width: 760px;
}
.modal .modal-dialog.modal-online-shop-site-builder .close {
  top: 10px;
  right: 10px;
}
.modal .modal-dialog.modal-online-shop-site-builder .modal-body {
  padding: 50px 20px 50px;
}
.modal .modal-dialog.modal-online-shop-site-builder .modal-body p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-dialog.modal-online-shop-site-builder .modal-body p:not(.modal-title) {
  line-height: 2;
}
.modal .modal-dialog.modal-add-more-items {
  width: 700px;
}
.modal .modal-dialog.modal-add-more-items .modal-body {
  padding: 35px 20px 15px 20px;
}
.modal .modal-dialog.modal-add-more-items .checkboxes-box .list-checkboxes-group {
  max-height: 400px;
}
.modal .modal-dialog.modal-add-more-items .checkboxes-box .list-checkboxes-group > li > label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  cursor: pointer;
}
.modal .modal-dialog.modal-add-more-items .checkboxes-box .list-checkboxes-group > li > label .custom-checkbox {
  margin-right: 5px;
  padding-top: 0;
}
.modal .modal-dialog.modal-add-more-items .checkboxes-box .list-checkboxes-group > li > label .product-image {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.modal .modal-dialog.modal-add-more-items .checkboxes-box .list-checkboxes-group > li > label .product-image img {
  display: block;
  width: 50px;
  height: auto;
}
.modal .modal-dialog.modal-add-more-items .checkboxes-box .list-checkboxes-group > li.has-border {
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.modal .modal-dialog.modal-change-upsell-type {
  width: 740px;
}
.modal .modal-dialog.modal-change-upsell-type .modal-header {
  display: block;
  padding: 40px 40px 15px;
}
.modal .modal-dialog.modal-change-upsell-type .modal-body {
  padding: 15px 40px 40px;
}
.modal .modal-dialog.modal-change-upsell-type .close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.modal .modal-dialog.choose-domain-modal .modal-body {
  padding: 40px;
}
.modal .modal-dialog.choose-domain-modal .box-section {
  position: relative;
  padding: 20px;
}
.modal .modal-dialog.choose-domain-modal .box-section .ico-font-star-solid {
  position: absolute;
  top: 5px;
  right: 5px;
}
.modal .modal-dialog.choose-domain-modal .get-domain-link {
  display: block;
  width: 100%;
  border: 0;
  box-shadow: none;
  padding: 0;
  cursor: pointer;
  background: none;
  text-align: left;
}
.modal .modal-dialog.choose-domain-modal .close {
  top: 10px;
  right: 15px;
}
.modal .modal-dialog.modal-popup-large {
  width: 600px;
}
.modal .modal-dialog.modal-popup-large .modal-header {
  padding: 40px 40px 10px;
}
.modal .modal-dialog.modal-popup-large .modal-body {
  padding: 10px 40px 15px;
}
.modal .modal-dialog.modal-popup-large .modal-footer {
  padding: 10px 40px 40px;
}
.modal .modal-dialog.set-free-domain-modal {
  width: 620px;
}
.modal .modal-dialog.set-free-domain-modal .input-group {
  margin-bottom: 40px;
}
.modal .modal-dialog.set-free-domain-modal .input-group .form-control {
  font-size: 24px;
  border: none;
  padding: 0;
  box-shadow: none;
}
.modal .modal-dialog.set-free-domain-modal .input-group #websiteSubDomain {
  width: 60%;
}
.modal .modal-dialog.set-free-domain-modal .input-group #websiteDomain {
  width: 40%;
}
.modal .modal-dialog.set-free-domain-modal .close {
  top: 10px;
  right: 15px;
}
.modal .modal-dialog.modal-imaged-heading {
  width: 560px;
}
.modal .modal-dialog.modal-imaged-heading.modal-imaged-heading-lg {
  width: 760px;
}
.modal .modal-dialog.modal-imaged-heading.modal-imaged-heading-lg .modal-body {
  padding: 35px 100px;
}
.modal .modal-dialog.modal-imaged-heading.modal-xs {
  width: 350px;
}
.modal .modal-dialog.modal-imaged-heading.modal-xs .modal-body {
  padding: 35px 20px;
}
.modal .modal-dialog.modal-imaged-heading .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.modal .modal-dialog.modal-imaged-heading .modal-body {
  padding: 35px 45px;
}
.modal .modal-dialog.processing-modal {
  width: 560px;
}
.modal .modal-dialog.processing-modal.processing-modal-lg {
  width: 760px;
}
.modal .modal-dialog.processing-modal.processing-modal-lg .modal-body {
  padding: 35px 100px;
}
.modal .modal-dialog.processing-modal.processing-modal-xs {
  width: 350px;
}
.modal .modal-dialog.processing-modal.processing-modal-xs .modal-body {
  padding: 35px 20px;
}
.modal .modal-dialog.processing-modal .col-buttons {
  list-style: none;
  padding-left: 0;
  font-weight: 600;
}
.modal .modal-dialog.processing-modal .col-buttons li + li {
  margin-top: 12px;
}
.modal .modal-dialog.processing-modal .modal-title {
  font-size: 20px;
}
.modal .modal-dialog.processing-modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.modal .modal-dialog.processing-modal .modal-body {
  padding: 35px 45px;
}
.modal .modal-dialog.processing-modal .modal-body > *:last-child {
  margin-bottom: 0;
}
.modal .modal-dialog.modal-imaged-heading.modal-loans .modal-body {
  padding: 32px;
}
.modal .modal-dialog.modal-imaged-heading.modal-loans .modal-body .modal-title {
  font-size: 20px;
  font-weight: 600;
}
.modal .modal-dialog.modal-imaged-heading.modal-loans .modal-body .modal-subtitle {
  font-size: 14px;
  color: #939394;
}
.modal .modal-dialog.modal-imaged-heading.modal-loans .modal-body .progress-bar {
  background-color: #0071f5;
}
.modal .modal-dialog.modal-loan-request .modal-body {
  padding: 32px;
}
.modal .modal-dialog.modal-selection {
  width: 867px;
}
.modal .modal-dialog.modal-selection .modal-header,
.modal .modal-dialog.modal-selection .modal-footer {
  padding: 20px 30px;
  border-color: #dcdcde;
}
.modal .modal-dialog.modal-selection .modal-header .modal-title {
  order: 0;
}
.modal .modal-dialog.modal-selection .modal-header .close {
  position: absolute;
  top: 20px;
  right: 30px;
}
.modal .modal-dialog.modal-selection .modal-body {
  display: flex;
  padding: 0;
}
.modal .modal-dialog.modal-selection .modal-body .modal-selection-content {
  flex: 0 0 55.36%;
  max-width: 55.36%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 650px;
  padding: 30px;
  border-right: 1px solid #dcdcde;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.modal .modal-dialog.modal-selection .modal-body .modal-selection-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.modal .modal-dialog.modal-selection .modal-body .modal-selection-content::-webkit-scrollbar-track {
  background-color: #fff;
}
.modal .modal-dialog.modal-selection .modal-body .modal-selection-content::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.modal .modal-dialog.modal-selection .modal-body .modal-selection-content::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}
.modal .modal-dialog.modal-selection .modal-body .modal-selection-aside {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 650px;
  padding: 30px;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.modal .modal-dialog.modal-selection .modal-body .modal-selection-aside::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.modal .modal-dialog.modal-selection .modal-body .modal-selection-aside::-webkit-scrollbar-track {
  background-color: #fff;
}
.modal .modal-dialog.modal-selection .modal-body .modal-selection-aside::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.modal .modal-dialog.modal-selection .modal-body .modal-selection-aside::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}
.modal .modal-dialog.modal-selection .modal-body .modal-selection-aside .selection-text {
  margin-bottom: 10px;
  font-weight: 600;
}
.modal .modal-dialog.modal-selection .close {
  top: 10px;
  right: 15px;
}
.modal .modal-dialog.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
  overflow-y: hidden;
}
.modal .modal-dialog.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-dialog.modal-fullscreen .fullscrean {
  overflow-y: auto;
}
.modal .modal-dialog.mpp-migration-modal .mpp-message-wrapper {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.modal .modal-dialog.mpp-migration-modal .mpp-cards-wrapper {
  padding-right: 30px;
  padding-left: 30px;
}
.modal .modal-dialog.mpp-migration-modal .modal-content {
  overflow: hidden;
}
.modal .modal-dialog.mpp-migration-modal .modal-header {
  position: relative;
  padding: 0;
}
.modal .modal-dialog.mpp-migration-modal .modal-header .close {
  position: absolute;
  top: 16px;
  right: 19px;
  padding: 15px 10px;
  color: #fff;
}
.modal .modal-dialog.mpp-migration-modal .modal-header .progress {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.modal .modal-dialog.mpp-migration-modal .modal-header .modal-title {
  flex-basis: 100%;
  padding: 0;
}
.modal .modal-dialog.mpp-migration-modal .modal-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal .modal-dialog.mpp-migration-modal .modal-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal .modal-dialog.mpp-migration-modal .modal-footer .btn-link {
  margin-top: 10px;
  margin-left: 0;
}
.modal .modal-dialog.modal-tag-created {
  width: 640px;
}
.modal .modal-dialog.modal-set-fixed-amount {
  width: 550px;
}
.modal .modal-dialog.modal-set-fixed-amount .modal-body {
  padding: 0 30px 35px;
}
.modal .modal-dialog.modal-set-fixed-amount .form-group {
  margin: 45px auto;
}
.modal .modal-dialog.modal-set-fixed-amount .form-group .currency,
.modal .modal-dialog.modal-set-fixed-amount .form-group .form-control {
  display: inline-block;
  width: 50%;
}
.modal .modal-dialog.modal-set-fixed-amount .form-group .form-control {
  font-size: 36px;
}
.modal .modal-dialog.modal-set-fixed-amount .form-group .currency {
  font-size: 36px;
  color: #9aa7b7;
}
.modal .modal-dialog.modal-share {
  width: 550px;
}
.modal .modal-dialog.modal-share .modal-body {
  padding: 0 30px 30px;
}
.modal .modal-dialog.modal-share .list-sharers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal .modal-dialog.modal-qr-share {
  width: 425px;
}
.modal .modal-dialog.modal-qr-share .modal-title {
  text-align: center;
  border-bottom: 1px solid #eff3f8;
  padding-bottom: 30px;
}
.modal .modal-dialog.modal-qr-share .modal-body {
  padding: 0 30px 30px 30px;
}
.modal .modal-dialog.modal-qr-share .badge {
  font-size: 18px;
}
.modal .modal-dialog.modal-qr-share .qr-code-wrap {
  text-align: center;
}
.modal .modal-dialog.modal-qr-share .qr-code-wrap .qr-image {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto 40px;
}
.modal .modal-dialog.modal-qr-share .btn-link .ico-font {
  margin-right: 12px;
}
.modal .modal-dialog.modal-payment-tag-release {
  width: 770px;
}
.modal .modal-dialog.file-attachment-modal {
  width: auto;
}
.modal .modal-dialog.file-attachment-modal .modal-content {
  width: auto;
  margin: 0 auto;
}
.modal .modal-dialog.modal-popup-campaign .close {
  position: relative;
  z-index: 3;
}
.modal .modal-dialog.modal-popup-campaign .modal-body {
  padding-left: 25px;
  padding-right: 25px;
}
.modal .modal-dialog.modal-popup-campaign .modal-body > p {
  position: relative;
  z-index: 3;
}
.modal .modal-dialog.modal-popup-campaign .modal-body p {
  line-height: 1.2143;
}
.modal .modal-dialog.modal-popup-campaign .modal-image-wrapper {
  position: relative;
}
.modal .modal-dialog.modal-popup-campaign .modal-image-wrapper img {
  max-width: 100%;
  height: auto;
}
.modal .modal-dialog.modal-popup-campaign .modal-image-wrapper .modal-image-laptop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.modal .modal-dialog.modal-popup-campaign .modal-image-wrapper .modal-image-lottie-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 410px;
}
.modal .modal-dialog.modal-popup-campaign .modal-title {
  font-size: 25px;
  font-weight: 500;
}
.modal .modal-dialog.modal-popup-campaign .modal-header-sm .modal-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.modal .modal-dialog.modal-marketing .modal-body {
  padding-top: 0;
}
.modal .close:not(:disabled):not(.disabled):hover,
.modal .close:not(:disabled):not(.disabled):focus {
  outline: none;
}

.modal-title {
  font-size: 18px;
  color: #181818;
  font-weight: 500;
}

.modal-content {
  border-radius: 10px;
}
.modal-content > .close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
}
.modal .modal-dialog.modal-alt .modal-content > .close {
  position: absolute;
}

.modal-header.noborder,
.modal-body.noborder,
.modal-footer.noborder {
  border: 0;
}

.modal-header {
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.modal-header.no-border {
  border-bottom-width: 0;
}
.modal-header .modal-title {
  order: 1;
  flex-basis: 100%;
}
.modal-header:not(.no-close) .modal-title {
  flex-basis: calc(100% - 65px);
}
.modal-header .close {
  order: 2;
}
.modal-header .modal-header-inner {
  order: 3;
  flex-basis: 100%;
  max-width: 100%;
}
.modal-header.close-absolute {
  position: relative;
  z-index: 1;
}
.modal-header.close-absolute .modal-title {
  order: 1;
  flex-basis: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.modal-header.close-absolute .close {
  position: absolute;
  top: 15px;
  right: 20px;
}
.modal-subscription-alt .modal-header.close-absolute .close {
  top: 10px;
  right: 10px;
  color: #fff;
}
.modal-header-blue-gradient {
  background: linear-gradient(180deg, #249cfc 0%, #006ccf 100%);
}

.modal-heading {
  padding: 15px 20px;
  background-color: #ebf4ff;
}
.modal-heading .modal-heading-title {
  margin-bottom: 0;
  font-size: 0.749875rem;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
}

.modal-body {
  padding: 15px 20px;
}
.modal-body.nopaddings {
  padding: 0;
}
.modal-body.modal-body-blue {
  background: #f5f5f7;
}
.modal-body.modal-body-image {
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.modal-body.modal-body-image img {
  width: 100%;
}
.modal-body:last-of-type {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.modal-body.modal-table {
  padding: 0;
}
.modal-body.modal-table td,
.modal-body.modal-table table + .notice {
  padding-right: 20px;
  padding-left: 20px;
}
.modal-body.modal-table table + .notice {
  margin-bottom: 20px;
}
.modal-body.modal-table .paging {
  padding: 15px 20px 15px;
}
.modal-body.modal-table.table_bb table {
  border-bottom: 1px solid #dcdcde;
}
.modal-body .popup-article-legal-body {
  max-height: 500px;
  overflow-y: scroll;
  margin-bottom: 20px;
  padding-left: 5px;
}
.modal-body.bordered.bordered-alone {
  border-bottom: 1px solid #dcdcde;
}
.modal-body.bordered + .modal-body {
  border-top: 1px solid #dcdcde;
}
.modal-body-blue-gradient {
  position: relative;
  margin-bottom: 60px;
  background: #0071f5;
  background: linear-gradient(180deg, #007ff5 0%, #006ccf 100%);
  color: #fff;
}
.modal-body-blue-gradient .close {
  position: absolute;
  right: 20px;
  z-index: 1;
  color: #fff;
}
.modal-body-blue-gradient .close:hover span {
  background: #fff;
  color: #0071f5;
}
.modal-body-blue-gradient .close:not(:disabled):not(.disabled):hover,
.modal-body-blue-gradient .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  opacity: 1;
}
.modal-body-blue-gradient.modal-body-gradient-invoice-ad {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.modal-body-blue-gradient.modal-body-gradient-invoice-ad .invoice-intro-img {
  position: relative;
  margin-top: 20px;
  margin-bottom: -90px;
  max-width: 315px;
}
.modal-body-blue-gradient.modal-body-gradient-warranty-ad {
  background: #0071f5;
  background: radial-gradient(circle, #00bbee 0%, #006ccf 100%);
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.modal-body-blue-gradient.modal-body-gradient-warranty-ad .warranty-intro-img {
  position: relative;
  margin-top: 20px;
  margin-bottom: -55px;
  max-width: 315px;
}
.modal-body-blue-gradient.modal-body-gradient-new-warranty {
  padding-top: 30px;
  padding-bottom: 30px;
}
.modal-body-blue-gradient .modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.modal-body-blue-gradient .circles-pulse-animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.modal-body-blue-gradient .circles-pulse-animation-wrapper::before, .modal-body-blue-gradient .circles-pulse-animation-wrapper::after {
  content: "";
  display: block;
  width: 598px;
  height: 598px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 0;
  animation-name: pulsingCircles;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
  opacity: 0;
}
.modal-body-blue-gradient .circles-pulse-animation-wrapper::after {
  animation-delay: 1.3s;
}
.modal-body-card-plan {
  position: relative;
  z-index: 0;
}
.modal-body-card-plan .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.modal-body-card-plan::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  display: block;
  height: 140px;
  z-index: -1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ebf4ff;
}
.modal-body-card-plan-silver::before {
  background: #e6eaec;
  background: linear-gradient(180deg, #e6eaec 0%, #d5e1e9 100%);
}
.modal-body-card-plan-gold::before {
  background: #fef2d8;
  background: linear-gradient(180deg, #fef2d8 0%, #cbaf85 100%);
}
.modal-body-card-plan-metal::before {
  background: #dfe5eb;
  background: linear-gradient(180deg, #dfe5eb 0%, #f6f9fb 42%, #f6f9fb 47%, #d4dbe2 100%);
}
.modal-body-card-plan-premium-silver::before {
  background: #e6e6e6;
  background: linear-gradient(180deg, #e6e6e6 0%, #cbcbcb 100%);
}
.modal-body-card-plan-premium-gold::before {
  background: #ffe6b2;
  background: linear-gradient(180deg, #ffe6b2 0%, #dbb97c 100%);
}
.modal-body-card-plan-metal-black::before {
  background: #e2e2e2;
  background: linear-gradient(174deg, #e2e2e2 0%, #f6f9fb 33%, #f6f9fb 66%, #c1c1c1 100%);
}
.modal-body-card-plan-metal-gold::before {
  background: #dbdbdb;
  background: linear-gradient(174deg, #dbdbdb 0%, #eee6d7 50%, #dbc69e 100%);
}
.modal-body-card-support {
  position: relative;
  z-index: 0;
}
.modal-body-card-support .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  color: #fff;
}
.modal-body-card-support .close:hover span {
  background: #fff;
  color: #0071f5;
}
.modal-body-card-support .close:not(:disabled):not(.disabled):hover,
.modal-body-card-support .close:not(:disabled):not(.disabled):focus {
  color: #fff;
  opacity: 1;
}
.modal-body-card-support::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  display: block;
  height: 120px;
  z-index: -1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #0075f1;
  background: linear-gradient(180deg, #0075f1 0%, #048ef8 100%);
}
.modal-body-card-support .card-support-icon {
  display: block;
  background-color: #fff;
  width: 122px;
  height: 122px;
  text-align: center;
  border-radius: 50%;
  margin: 45px auto -20px;
}
.modal-body-card-support .card-support-icon .ico-font {
  font-size: 62px;
  color: #0071f5;
  line-height: 122px;
}
.modal-body .legal-wrapper {
  padding-top: 15px;
}

.modal-heading-secondary {
  padding: 0px 20px;
}
.modal-heading-secondary .modal-heading-title {
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 0.749875rem;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcde;
}

.modal-footer {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.modal-footer.modal-footer-blue {
  background: #f5f5f7;
}
.modal-footer.no-border {
  border-top-width: 0;
}

.modal-body-only .modal-header {
  padding-bottom: 5px;
}
.modal-body-only .modal-body {
  padding: 0 60px 40px;
}
.modal-body-only .modal-body .modal-title {
  margin-bottom: 1rem;
}

.modal-refferal-campaign .modal-content {
  background-image: url(/trunk/public/build/assets/account/images/referal-modal-bg.5b1f60c0.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}
.modal-refferal-campaign .modal-content .modal-header .close {
  color: #fff;
}
.modal-refferal-campaign .modal-content .modal-body {
  padding: 0px 30px 40px;
  text-align: center;
}
.modal-refferal-campaign .modal-content .modal-body .modal-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.ideal-accept-payment-popup .modal-title {
  padding-right: 230px;
}
.ideal-accept-payment-popup .greating {
  font-size: 18px;
  color: #283953;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 22px;
}
.ideal-accept-payment-popup img {
  position: absolute;
  right: 69px;
  top: -65px;
}

.modal-bodys-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-popped-out-icon .modal-header {
  position: relative;
}
.modal-popped-out-icon .modal-header .close {
  position: absolute;
  right: 20px;
}
.modal-popped-out-icon .modal-header .modal-header-popped-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 167px;
  height: 167px;
  margin: -85px auto -50px;
  background-color: #fff;
  border-radius: 50%;
}
.modal-popped-out-icon .modal-body {
  margin: 0 40px;
  border: 2px dashed #dcdcde;
  padding: 20px;
}
.modal-popped-out-icon .modal-body .modal-title {
  margin-bottom: 20px;
}
.modal-popped-out-icon .modal-body p:not(.modal-title):last-of-type {
  margin-bottom: 0;
}
.modal-popped-out-icon .modal-footer {
  justify-content: center;
}

.modal-subscription .modal-subscription-intro {
  padding-top: 30px;
  padding-bottom: 20px;
}
.modal-subscription .modal-subscription-intro .modal-title {
  margin-bottom: 20px;
  font-weight: 400;
}
.modal-subscription .modal-subscription-intro .box-subscr-benefits {
  display: flex;
  justify-content: center;
}
.modal-subscription .modal-subscription-intro .box-subscr-benefits .white-tick-list {
  font-size: 16px;
  margin-bottom: 0;
}
.modal-subscription .modal-subscription-intro .box-subscr-benefits .white-tick-list li:before {
  top: 6px;
  font-size: 11px;
}
.modal-subscription .modal-subscription-form {
  padding: 30px 30px 0px;
}
.modal-subscription .modal-subscription-form .modal-subscription-form-inner {
  padding: 23px 30px 15px 30px;
}
.modal-subscription .modal-subscription-form .modal-subscription-form-inner:first-child {
  padding-top: 0;
}
.modal-subscription .modal-subscription-form .modal-subscription-form-inner:last-child {
  padding-bottom: 0;
}
.modal-subscription .modal-subscription-form .modal-subscription-form-inner + .modal-subscription-form-inner {
  border-top: 1px solid #dcdcde;
}

.modal-subscription-change .box-subscr-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.modal-subscription-change .box-subscr-title.mb_0 {
  margin-bottom: 0;
}
.modal-subscription-change .box-subscr-desc {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.modal-subscription-alt .modal-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
}
.modal-subscription-alt .modal-header .modal-header-inner {
  text-align: center;
}
.modal-subscription-alt .modal-header::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  height: 150px;
  background: linear-gradient(180deg, #249cfc 0%, #0071f5 100%);
}
.modal-subscription-alt .modal-body {
  padding-top: 0;
  padding-right: 40px;
  padding-left: 40px;
}

.card-with-exclamation {
  text-align: center;
}
.card-with-exclamation .card-with-exclamation-inner {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.card-with-exclamation .card-with-exclamation-inner::before {
  content: "!";
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  top: 23px;
  left: 14px;
  z-index: 1;
  background-color: #e74f76;
  border-radius: 50%;
  font-size: 22px;
  line-height: 31px;
  color: #fff;
}

.change-tariff-modal .modal-title {
  margin-top: 15px;
}
.change-tariff-modal .table th {
  background-color: #ebf4ff;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
}

.viber-banner-preview {
  display: inline-block;
  position: relative;
}
.viber-banner-preview > img {
  margin-bottom: 20px;
  max-width: 100%;
}
.viber-banner-preview .viber-chat-box {
  position: absolute;
  right: 12%;
  top: 33%;
  width: 150px;
  border: 1px solid #574e92;
  border-radius: 6px;
  text-align: center;
  overflow: hidden;
}
.viber-banner-preview .viber-chat-head {
  background-color: #fff;
  padding: 5px 10px;
}
.viber-banner-preview .viber-chat-head .viber-chat-title {
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 3px;
}
.viber-banner-preview .viber-chat-head p {
  font-size: 7px;
  margin-bottom: 3px;
}
.viber-banner-preview .viber-chat-body {
  background-color: #ebf4ff;
  color: #05c583;
}
.viber-banner-preview .viber-chat-body img {
  max-width: 100%;
  max-height: 60px;
}
.viber-banner-preview .viber-chat-foot {
  padding: 8px 10px;
  background-color: #e9e5ff;
}
.viber-banner-preview .viber-chat-foot p {
  font-size: 7px;
  font-weight: 500;
  color: #574e92;
  margin-bottom: 0;
  text-transform: uppercase;
}

.modal-guides {
  display: flex;
  align-items: stretch;
}
.modal-guides .modal-guides-aside {
  flex-basis: 35%;
  max-width: 35%;
  background-color: #eff3f8;
  padding: 25px 0px 40px 35px;
}
.modal-guides .modal-guides-aside .modal-guides-main-title {
  font-size: 18px;
  font-weight: bold;
  padding-right: 35px;
}
.modal-guides .modal-guides-aside .modal-guides-nav {
  margin-bottom: 0;
}
.modal-guides .modal-guides-aside .modal-guides-nav li {
  padding-right: 35px;
  margin-bottom: 30px;
  position: relative;
}
.modal-guides .modal-guides-aside .modal-guides-nav li:last-of-type {
  margin-bottom: 0;
}
.modal-guides .modal-guides-aside .modal-guides-nav li .btn-link {
  color: #5c7492;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  padding: 0;
  text-align: left;
}
.modal-guides .modal-guides-aside .modal-guides-nav li .btn-link:hover, .modal-guides .modal-guides-aside .modal-guides-nav li .btn-link:focus {
  color: #181818;
  font-weight: 500;
}
.modal-guides .modal-guides-aside .modal-guides-nav li::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  bottom: -12px;
  width: 0px;
  display: block;
  background-color: #0071f5;
  transition: width 0.3s;
}
.modal-guides .modal-guides-aside .modal-guides-nav li.active::before {
  width: 2px;
  transition: width 0.3s;
}
.modal-guides .modal-guides-aside .modal-guides-nav li.active .btn-link {
  color: #181818;
  font-weight: 500;
}
.modal-guides .modal-guides-content {
  flex-basis: 65%;
  max-width: 65%;
  padding: 20px 25px 40px 35px;
  position: relative;
  z-index: 1;
}
.modal-guides .modal-guides-content .modal-guides-header {
  display: flex;
  justify-content: flex-end;
}
.modal-guides .modal-guides-content .modal-guides-header .btn {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-guides .modal-guides-content .modal-guides-body {
  padding-top: 30px;
  padding-right: 10px;
}
.modal-guides .modal-guides-content .modal-guides-body .modal-guides-title {
  font-size: 21px;
  font-weight: bold;
}
.modal-guides .modal-guides-content.guides-content-go::before, .modal-guides .modal-guides-content.guides-content-mini::before, .modal-guides .modal-guides-content.guides-content-combo::before, .modal-guides .modal-guides-content.guides-content-mini-ice::before, .modal-guides .modal-guides-content.guides-content-smart::before, .modal-guides .modal-guides-content.guides-content-smart-n5::before, .modal-guides .modal-guides-content.guides-content-hub::before, .modal-guides .modal-guides-content.guides-content-hub-plus::before, .modal-guides .modal-guides-content.guides-content-carbon::before, .modal-guides .modal-guides-content.guides-content-slim::before, .modal-guides .modal-guides-content.guides-content-go-2::before, .modal-guides .modal-guides-content.guides-content-pro::before, .modal-guides .modal-guides-content.guides-content-ultra::before, .modal-guides .modal-guides-content.guides-content-sigma::before {
  display: inline-block;
  background: none;
  font-family: "font_icons";
  line-height: 1;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  z-index: -1;
  color: #eff3f8;
}
.modal-guides .modal-guides-content.guides-content-go::before {
  font-size: 530px;
  left: 0px;
  bottom: -145px;
}
.modal-guides .modal-guides-content.guides-content-mini::before {
  font-size: 530px;
  left: 0px;
  bottom: -160px;
}
.modal-guides .modal-guides-content.guides-content-combo::before {
  font-size: 530px;
  left: 0px;
  bottom: -130px;
}
.modal-guides .modal-guides-content.guides-content-mini-ice::before {
  font-size: 530px;
  left: 0px;
  bottom: -130px;
}
.modal-guides .modal-guides-content.guides-content-smart::before {
  font-size: 530px;
  left: 0px;
  bottom: -130px;
}
.modal-guides .modal-guides-content.guides-content-smart-n5::before {
  font-size: 530px;
  left: 0px;
  bottom: -130px;
}
.modal-guides .modal-guides-content.guides-content-hub::before {
  font-size: 530px;
  left: 0px;
  bottom: -130px;
}
.modal-guides .modal-guides-content.guides-content-hub-plus::before {
  font-size: 530px;
  left: 0px;
  bottom: -130px;
}
.modal-guides .modal-guides-content.guides-content-carbon::before {
  font-size: 530px;
  left: 0px;
  bottom: -130px;
}
.modal-guides .modal-guides-content.guides-content-slim::before {
  font-size: 530px;
  left: 0px;
  bottom: -130px;
}
.modal-guides .modal-guides-content.guides-content-go-2::before {
  font-size: 530px;
  left: 0px;
  bottom: -130px;
}
.modal-guides .modal-guides-content.guides-content-pro::before {
  font-size: 530px;
  left: 0px;
  bottom: -130px;
}
.modal-guides .modal-guides-content.guides-content-ultra::before {
  font-size: 530px;
  left: 0px;
  bottom: -160px;
}
.modal-guides .modal-guides-content.guides-content-sigma::before {
  font-size: 460px;
  left: 35px;
  bottom: -100px;
}
.modal-guides .modal-guides-content.guides-content-go::after, .modal-guides .modal-guides-content.guides-content-mini::after, .modal-guides .modal-guides-content.guides-content-combo::after, .modal-guides .modal-guides-content.guides-content-mini-ice::after, .modal-guides .modal-guides-content.guides-content-smart::after, .modal-guides .modal-guides-content.guides-content-smart-n5::after, .modal-guides .modal-guides-content.guides-content-hub::after, .modal-guides .modal-guides-content.guides-content-hub-plus::after, .modal-guides .modal-guides-content.guides-content-carbon::after, .modal-guides .modal-guides-content.guides-content-slim::after, .modal-guides .modal-guides-content.guides-content-go-2::after, .modal-guides .modal-guides-content.guides-content-pro::after, .modal-guides .modal-guides-content.guides-content-ultra::after, .modal-guides .modal-guides-content.guides-content-sigma::after {
  content: attr(device-name);
  font-size: 87px;
  font-weight: 800;
  line-height: 1.35;
  color: #eff3f8;
  position: absolute;
  right: 33px;
  bottom: 8px;
  z-index: -1;
}

.modal-change-preferred-lang p:not(.modal-title) {
  font-size: 16px;
}

.system-modal .modal-dialog {
  --modal-padding-y: 8px;
  --modal-padding-x: 24px;
}
.system-modal .modal-dialog.modal-md {
  --modal-padding-x: 32px;
}
.system-modal .modal-header,
.system-modal .modal-body,
.system-modal .modal-footer {
  padding: var(--modal-padding-y) var(--modal-padding-x);
}
.system-modal .modal-header {
  flex-wrap: nowrap;
  border-bottom: 0;
}
.system-modal .modal-title {
  font-weight: 600;
}
.system-modal .modal-footer {
  flex-wrap: wrap;
  gap: 10px 16px;
  padding-top: calc(var(--modal-padding-y) * 2);
  border-top: 0;
}
.system-modal .modal-footer > .btn, .system-modal .modal-footer > .btn + .btn {
  margin: 0;
}
.system-modal .modal-footer .modal-footer-text {
  font-size: 12px;
  color: #808080;
  align-self: center;
  margin: 0;
  flex-grow: 1;
}
.system-modal .modal-content > *:first-child {
  padding-top: calc(var(--modal-padding-y) * 2);
}
.system-modal .modal-content > *:last-child {
  padding-bottom: calc(var(--modal-padding-y) * 3);
}

.modal-beneficiery-status .modal-colored-box {
  padding: 16px;
  background-color: #F5F5F7;
  border-radius: 8px;
}
.modal-beneficiery-status .modal-colored-box p {
  margin-bottom: 0;
}

.statement-automotion-modal .checkbox-wrapper {
  padding: 24px;
  border-radius: 8px;
  background: #F5F5F7;
}

.otp-modal .modal-body .timer {
  color: #0071F3;
}
.otp-modal .modal-body .btn-link {
  padding: 0;
  font-size: 14px;
}

.activate-device-instructions-modal .modal-body {
  padding: 24px 48px;
}
.activate-device-instructions-modal .modal-body .box-tabs .nav-link {
  color: #181818;
  font-size: 16px;
  padding: 16px;
  border-radius: 8px;
}
.activate-device-instructions-modal .modal-body .box-tabs .nav-link.active {
  color: #0071F3;
  background-color: #EBF4FF;
  font-weight: 500;
}
.activate-device-instructions-modal .modal-body .box-grey {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 16px 0;
}
.activate-device-instructions-modal .modal-body .box-grey .box-head,
.activate-device-instructions-modal .modal-body .box-grey .box-body {
  padding: 0;
}
.activate-device-instructions-modal .modal-body .box-grey .box-head .step {
  height: 20px;
  width: 20px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
}
.activate-device-instructions-modal .modal-body .box-grey .box-head p {
  font-weight: 600;
}
.activate-device-instructions-modal .modal-body .box-grey .box-body .box-image {
  text-align: center;
}

@keyframes pulsingCircles {
  0% {
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/* styles */
/* fixes */
/* Responsive */
@media only screen and (max-width: 991px) {
  .modal .modal-dialog.modal-alt .close {
    width: 30px;
    height: 30px;
  }

  .modal-content > .close {
    top: -5px;
    right: -5px;
  }

  .activate-device-instructions-modal .col-lg-3 + .col-lg-3 {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ideal-accept-payment-popup .modal-title {
    padding-top: 60px;
    padding-right: 0;
  }
  .ideal-accept-payment-popup img {
    left: 50%;
    top: -111px;
    transform: translateX(-50%);
  }

  .email-automations-modal .p_x_80 {
    padding: 20px;
  }

  .modal .modal-dialog.modal-shop-plan-unlimited .modal-header {
    padding: 40px 30px;
  }
  .modal .modal-dialog.modal-shop-plan-unlimited .modal-body {
    padding: 30px 30px;
  }
  .modal .modal-dialog.modal-shop-plan-unlimited .modal-body hr {
    margin-left: -15px;
    margin-right: -15px;
  }
  .modal .modal-dialog.modal-shop-plan-unlimited .modal-body p {
    margin-right: 0;
  }
  .modal .modal-dialog.modal-shop-plan-unlimited .modal-footer {
    padding: 10px 30px 30px;
  }
  .modal .modal-dialog.modal-shop-plan-unlimited .modal-footer .btn {
    min-width: 245px;
  }
  .modal .modal-dialog.modal-online-shop-campaign .modal-body {
    padding: 20px 20px 120px;
  }
}
@media only screen and (max-width: 575px) {
  .modal .modal-footer {
    flex-direction: column;
  }
  .modal .modal-footer .btn {
    margin-right: 0;
    margin-left: 0;
  }
  .modal .modal-footer .btn + .btn {
    margin-top: 15px;
    margin-left: 0 !important;
  }
  .modal .modal-confirm .form-actions {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
  .modal .modal-confirm .form-actions .btn {
    margin-right: 0;
    margin-left: 0;
  }
  .modal .modal-confirm .form-actions .btn + .btn {
    margin-top: 15px;
    margin-left: 0 !important;
  }
  .modal .modal-body-only .modal-header {
    padding-bottom: 5px;
  }
  .modal .modal-body-only .modal-body {
    padding: 0 30px 20px;
  }
  .modal .modal-body-blue-gradient.modal-body-gradient-invoice-ad {
    margin-bottom: 40px;
  }
  .modal .modal-body-blue-gradient.modal-body-gradient-invoice-ad .invoice-intro-img {
    max-width: 200px;
    margin-bottom: -60px;
  }
  .modal .modal-body-blue-gradient.modal-body-gradient-warranty-ad {
    margin-bottom: 30px;
  }
  .modal .modal-body-blue-gradient.modal-body-gradient-warranty-ad .warranty-intro-img {
    max-width: 160px;
    margin-bottom: -40px;
  }
  .modal .modal-body-blue-gradient.modal-body-gradient-new-warranty {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .modal .modal-body-blue-gradient .modal-title {
    font-size: 18px;
  }
  .modal .modal-body-blue-gradient .circles-pulse-animation-wrapper::before,
.modal .modal-body-blue-gradient .circles-pulse-animation-wrapper::after {
    content: "";
    width: 300px;
    height: 300px;
  }
  .modal .modal-dialog {
    /* MPP migration modal */
  }
  .modal .modal-dialog.modal-session-expire {
    padding: 0;
  }
  .modal .modal-dialog.modal-session-expire .modal-body {
    padding: 20px;
  }
  .modal .modal-dialog.modal-shop-doc-lang .modal-body {
    padding: 30px 20px 0px;
  }
  .modal .modal-dialog.modal-shop-doc-conditions .row.justify-content-end {
    justify-content: flex-start !important;
  }
  .modal .modal-dialog.modal-orders-change-status .modal-body, .modal .modal-dialog.modal-shop-products .modal-body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal .modal-dialog.modal-orders-change-status .modal-footer, .modal .modal-dialog.modal-shop-products .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal .modal-dialog.modal-orders-change-status .modal-body .modal-orders-box-input {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal .modal-dialog.choose-domain-modal .modal-body {
    padding: 20px;
  }
  .modal .modal-dialog.set-free-domain-modal .input-group .form-control {
    font-size: 18px;
  }
  .modal .modal-dialog.modal-set-fixed-amount .modal-body {
    padding: 0 15px 25px;
  }
  .modal .modal-dialog.modal-qr-share .badge {
    font-size: 16px;
  }
  .modal .modal-dialog.modal-selection .modal-header {
    padding: 20px 15px;
  }
  .modal .modal-dialog.modal-selection .modal-header .close {
    right: 15px;
  }
  .modal .modal-dialog.modal-selection .modal-body {
    display: block;
  }
  .modal .modal-dialog.modal-selection .modal-body .modal-selection-content {
    max-width: 100%;
    height: auto;
    padding: 15px;
    border-right: none;
    border-bottom: 1px solid #dcdcde;
  }
  .modal .modal-dialog.modal-selection .modal-body .modal-selection-aside {
    padding: 15px;
    height: auto;
  }
  .modal .modal-dialog.modal-popup-large .modal-header {
    padding: 20px 20px 7px;
  }
  .modal .modal-dialog.modal-popup-large .modal-body {
    padding: 8px 20px 15px;
  }
  .modal .modal-dialog.modal-popup-large .modal-footer {
    padding: 10px 20px 20px;
  }
  .modal .modal-dialog.modal-imaged-heading.modal-imaged-heading-lg .modal-body {
    padding: 20px;
  }
  .modal .modal-dialog.modal-imaged-heading .modal-body {
    padding: 20px;
  }
  .modal .modal-dialog.mpp-migration-modal .mpp-message-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .modal .modal-dialog.mpp-migration-modal .mpp-cards-wrapper {
    padding-right: 0;
    padding-left: 0;
  }

  .modal-subscription .modal-subscription-intro .box-subscr-benefits .white-tick-list {
    font-size: 14px;
  }
  .modal-subscription .modal-subscription-intro .box-subscr-benefits .white-tick-list li:before {
    top: 4px;
    font-size: 10px;
  }
  .modal-subscription .modal-subscription-form {
    padding: 15px 10px;
  }
  .modal-subscription .modal-subscription-form .modal-subscription-form-inner {
    padding: 10px 15px 15px 15px;
  }

  .modal-subscription-change .box-subscr-title {
    font-size: 18px;
  }
  .modal-subscription-change .box-subscr-desc {
    font-size: 14px;
  }

  .modal-change-preferred-lang .modal-title {
    font-size: 16px;
  }
  .modal-change-preferred-lang p:not(.modal-title) {
    font-size: 14px;
  }
  .modal-change-preferred-lang .btn {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .modal .modal-dialog.set-free-domain-modal .modal-body {
    padding: 15px 10px;
  }
  .modal .modal-dialog.set-free-domain-modal .input-group #websiteSubDomain {
    width: 65%;
  }
  .modal .modal-dialog.set-free-domain-modal .input-group #websiteDomain {
    width: 35%;
  }
  .modal .modal-dialog.modal-payment-tag-release p, .modal .modal-dialog.modal-payment-tag-release video {
    max-width: 100%;
  }
  .modal .modal-dialog.modal-payment-tag-release .btn {
    min-width: 100%;
  }

  .modal-add-more-items .checkboxes-box .list-checkboxes-group {
    padding: 10px 7px 10px 0;
  }
  .modal-add-more-items .checkboxes-box .list-checkboxes-group .product-image span {
    display: none;
  }
}
@media only screen and (max-width: 380px) {
  .viber-banner-preview .viber-chat-box {
    transform: scale(0.8);
    transform-origin: right top;
  }
}
@media only screen and (max-width: 340px) {
  .modal .modal-dialog.modal-shop-doc-conditions .modal-body form {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  .modal .modal-dialog.modal-shop-doc-conditions .modal-body span {
    font-size: 12px;
  }
  .modal .modal-dialog.modal-qr-share .badge {
    font-size: 14px;
  }
}
/* ==========================================================================
	#Boxes
========================================================================== */
/* common fixes */
/* common fixes */
.box-thumbnail.thumb-card-silver, .box.box-aside-colored.box-activate-card.box-card-silver .box-image, .box .box-body .box-order-card-preview-silver, .box .box-body .box-card-bg-silver::before {
  background: #e6eaec;
  background: linear-gradient(180deg, #e6eaec 0%, #d5e1e9 100%);
}

.box-thumbnail.thumb-card-gold, .box.box-aside-colored.box-activate-card.box-card-gold .box-image, .box .box-body .box-order-card-preview-gold, .box .box-body .box-card-bg-gold::before {
  background: #fef2d8;
  background: linear-gradient(180deg, #fef2d8 0%, #cbaf85 100%);
}

.box-thumbnail.thumb-card-metal, .box.box-aside-colored.box-activate-card.box-card-metal .box-image, .box .box-body .box-order-card-preview-metal, .box .box-body .box-card-bg-metal::before {
  background: #dfe5eb;
  background: linear-gradient(180deg, #dfe5eb 0%, #f6f9fb 42%, #f6f9fb 47%, #d4dbe2 100%);
}

.box-thumbnail.thumb-card-premium-silver, .box.box-aside-colored.box-activate-card.box-card-premium-silver .box-image, .box .box-body .box-order-card-preview-premium-silver, .box .box-body .box-card-bg-premium-silver::before {
  background: #e6e6e6;
  background: linear-gradient(180deg, #e6e6e6 0%, #cbcbcb 100%);
}

.box-thumbnail.thumb-card-premium-gold, .box.box-aside-colored.box-activate-card.box-card-premium-gold .box-image, .box .box-body .box-order-card-preview-premium-gold, .box .box-body .box-card-bg-premium-gold::before {
  background: #ffe6b2;
  background: linear-gradient(180deg, #ffe6b2 0%, #dbb97c 100%);
}

.box-thumbnail.thumb-card-metal-black, .box.box-aside-colored.box-activate-card.box-card-metal-black .box-image, .box .box-body .box-order-card-preview-metal-black, .box .box-body .box-card-bg-metal-black::before {
  background: #e2e2e2;
  background: linear-gradient(174deg, #e2e2e2 0%, #f6f9fb 33%, #f6f9fb 66%, #c1c1c1 100%);
}

.box-thumbnail.thumb-card-metal-gold, .box.box-aside-colored.box-activate-card.box-card-metal-gold .box-image, .box .box-body .box-order-card-preview-metal-gold, .box .box-body .box-card-bg-metal-gold::before {
  background: #dbdbdb;
  background: linear-gradient(174deg, #dbdbdb 0%, #eee6d7 50%, #dbc69e 100%);
}

.box.box-aside-colored.box-activate-card.box-card-standart .box-image, .box .box-body .box-order-card-preview-standart, .box .box-body .box-card-bg-standart::before {
  background-color: #ebf4ff;
}

.box .box-body .box-device-bg-glass::before {
  background: #249cfc;
  background: linear-gradient(180deg, #249cfc 0%, #007ff5 100%);
}

/* basic styles */
.box {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  animation-name: fadeInLoader;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  /* Thumbnails boxes sizes */
  /* End of .box, keep this comment as last line of .box scope */
}
.box.bordered {
  box-shadow: none;
  border: 1px solid #c4c4c6;
}
.box .box-head.box-noborder + .box-head, .box .box-head.box-noborder + .box-body, .box .box-head.box-noborder + .box-foot,
.box .box-body.box-noborder + .box-head,
.box .box-body.box-noborder + .box-body,
.box .box-body.box-noborder + .box-foot,
.box .box-foot.box-noborder + .box-head,
.box .box-foot.box-noborder + .box-body,
.box .box-foot.box-noborder + .box-foot {
  border-top: 0;
}
.box-vertically-centered {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.box.box-target {
  display: block;
  /* Hover old
   &:hover {
  	background: $c-prim-1;
  	text-decoration: none;

  	p,
  	.box-title,
  	.btn-link { color: $c-white; }
  	.box-title {
  		.ico-font-right-arrow { color: $c-white; }
  	}
  	.ico-svg { fill: rgba(238, 244, 251, .3); }
  } */
}
.box.box-target,
.box.box-target p,
.box.box-target .box-title,
.box.box-target .btn-link,
.box.box-target .box-title .ico-font-right-arrow,
.box.box-target .ico-svg {
  transition: all 0.2s ease;
}
.box.box-target .box-body {
  padding: 25px 25px 40px;
}
.box.box-target a.box-body {
  display: block;
}
.box.box-target a.box-body:hover {
  text-decoration: none;
}

.box.box-target p {
  color: #181818;
}
.box.box-target .box-title {
  color: #181818;
}
.box.box-target .box-title .ico-font-right-arrow {
  margin-top: -3px;
  margin-left: 5px;
  font-size: 13px;
  color: #0071f5;
}
.box.box-target .box-actions-floating {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
.box.box-target .box-invoice-footer .box-actions-floating {
  bottom: 40px;
}
.box.box-target .box-invoice-footer .notice {
  position: relative;
  left: 25px;
  bottom: 10px;
  padding-right: 35px;
  line-height: 1.2;
}
.box .box-title {
  font-size: 16px;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
}
.box .box-title.box-title-small {
  font-size: 14px;
}
.box .box-title.box-title-large {
  font-size: 18px;
}
.box .box-title.box-title-larger {
  font-size: 22px;
}
.box .box-title.box-title-largest {
  font-size: 24px;
}
.box .box-title.box-title-bold {
  font-weight: 700;
}
.box .box-subtitle {
  font-size: 12px;
  color: #181818;
  font-weight: 500;
}
.box .box-subtitle.box-subtitle-large {
  font-size: 14px;
}
.box .box-subtitle.box-subtitle-normal {
  font-weight: 400;
}
.box .box-subtitle.box-subtitle-blue {
  color: #0071f5;
}
.box .box-title-alt {
  font-size: 16px;
  line-height: 1.38;
  color: #181818;
  font-weight: 500;
}
.box .box-tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: stretch;
}
.box .box-tabs .nav-item {
  flex-grow: 1;
  margin: 0;
  padding: 0;
}
.box .box-tabs .nav-item .nav-link,
.box .box-tabs .nav-item p {
  width: 100%;
  margin: 0;
  padding: 12px 5px 14px;
  text-align: center;
}
.box .box-tabs .nav-item .nav-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 100%;
  background: #f5f5f7;
  font-size: 16px;
  line-height: 1.3;
  color: #181818;
  font-weight: 500;
  outline: 0;
  outline: none;
  transition: all 0.3s ease;
}
.box .box-tabs .nav-item .nav-link .ico-font {
  margin-right: 5px;
}
.box .box-tabs .nav-item .nav-link:hover, .box .box-tabs .nav-item .nav-link.active {
  color: #0071f5;
}
.box .box-tabs .nav-item .nav-link:hover:not(.active) {
  text-decoration: none;
}
.box .box-tabs .nav-item .nav-link.active {
  background: #fff;
}
.box .box-tabs .nav-item p {
  background: #ebf4ff;
  font-size: 12px;
  line-height: 1.5;
  color: #181818;
}
.box .box-heading {
  padding: 15px 20px;
  background-color: #ebf4ff;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.box .box-heading:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.box .box-heading + .box-head, .box .box-heading + .box-body, .box .box-heading + .box-foot, .box .box-heading + .box-heading {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.box .box-heading .box-heading-title,
.box .box-heading .box-heading-inner {
  margin-bottom: 0;
  font-size: 0.749875rem;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
}
.box .box-heading.box-heading-100pr {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  min-height: 100%;
}
.box .box-heading-transparent {
  background-color: transparent;
  border-bottom: 1px solid #dcdcde;
}
.box .box-heading .box-close {
  top: 12px;
}
.box .box-heading-secondary {
  padding: 0px 20px;
}
.box .box-body .box-heading-secondary {
  padding: 15px 0;
}

.box .box-heading-secondary .box-heading-title {
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 0.749875rem;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcde;
}
.box .box-head {
  padding: 10px 20px;
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.box .box-head .box-title {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
.box .box-head + .box-body, .box .box-head + .box-foot, .box .box-head + .box-head, .box .box-head + .box-heading {
  border-top: 1px solid #dcdcde;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.box .box-head + .box-body.bdc_black_op_2, .box .box-head + .box-foot.bdc_black_op_2, .box .box-head + .box-head.bdc_black_op_2, .box .box-head + .box-heading.bdc_black_op_2 {
  border-color: rgba(24, 24, 24, 0.2);
}
.box .box-head + .box-body.box-noborder, .box .box-head + .box-foot.box-noborder, .box .box-head + .box-head.box-noborder, .box .box-head + .box-heading.box-noborder {
  border-top: 0;
}
.box .box-head .box-actions {
  margin-right: -5px;
}
.box .box-head .box-actions .btn + .btn,
.box .box-head .box-actions .btn-group + .btn,
.box .box-head .box-actions .btn + .btn-group {
  margin-left: 10px;
}
.box .box-head .box-actions .btn-delimiter {
  font-size: 21px;
  color: #e5eef9;
  position: relative;
  margin: 0px 7px;
  bottom: -2px;
}
.box .box-head .box-actions .btn-round,
.box .box-head .box-actions .btn-squared {
  margin-left: 5px;
}
.box .box-head.box-head-banner {
  padding: 0;
}
.box .box-head.box-head-banner .box-head-banner-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.box .box-head.box-head-banner img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  border-radius: inherit;
}
.box .box-head.box-head-banner.box-head-banner-online-store {
  overflow: hidden;
  position: relative;
}
.box .box-head.box-head-banner.box-head-banner-online-store .box-head-banner-inner {
  display: block;
  font-size: 0;
  text-align: center;
  text-decoration: none;
}
.box .box-head.box-head-banner.box-head-banner-online-store .box-head-banner-inner span {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  transform: translateY(-50%);
}
.box .box-head.box-head-banner.box-head-banner-online-store::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.0180851064%;
}
.box .box-head.box-head-banner.box-head-banner-online-store > .box-head-banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.box .box-head .box-with-gradient-blue-green {
  padding: 16px 24px;
  max-width: 464px;
  margin: 20px auto 40px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(204, 243, 229, 0.6) 0%, #EBF4FF 69%);
}
.box .box-head .box-with-gradient-blue-green .title {
  font-weight: 600;
  margin-bottom: 8px;
}
.box .box-head .box-with-gradient-blue-green .title i {
  margin-right: 8px;
}
.box .box-head .box-with-gradient-blue-green .subtitle {
  font-size: 12px;
}
.box .box-body,
.box .box-foot {
  padding: 15px 20px;
  border-radius: inherit;
}
.box .box-body.pt_0,
.box .box-foot.pt_0 {
  padding-top: 0;
}
.box .box-body.pb_0,
.box .box-foot.pb_0 {
  padding-bottom: 0;
}
.box .box-body.pl_0,
.box .box-foot.pl_0 {
  padding-left: 0;
}
.box .box-body.pr_0,
.box .box-foot.pr_0 {
  padding-right: 0;
}
.box .box-body + .box-head, .box .box-body + .box-heading,
.box .box-foot + .box-head,
.box .box-foot + .box-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.box .box-body {
  border-radius: inherit;
}
.box .box-body + .box-body {
  border-top: 1px solid #dcdcde;
}
.box .box-body + .box-body.bdt_0 {
  border-top: 0;
}
.box .box-body + .box-body.border_radius_0 {
  border-radius: 0;
}
.box.box-products .box-body {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.box form.box-body {
  padding-bottom: 5px;
}

.box .box-body + .box-foot {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.box .box-body .box-body-inner {
  margin-right: -20px;
  margin-bottom: 15px;
  margin-left: -20px;
  padding: 20px;
  color: #181818;
}
.box .box-body .box-body-heading {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -0.9375rem;
  margin-bottom: 0.9375rem;
  background-color: #ebf4ff;
}
.box .box-body .box-body-heading .box-body-heading-inner {
  display: block;
  padding: 0.9375rem 20px;
  text-decoration: none;
  font-weight: 700;
  color: #181818;
  font-size: 0.749875rem;
  text-transform: uppercase;
}
.box .box-body .box-body-heading .box-body-heading-actions {
  padding: 0.9375rem 20px;
}
.box .box-body .box-body-heading-secondary {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.box .box-body .box-body-heading-secondary .box-body-heading-title {
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 0.749875rem;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdcde;
}
.box .box-body .box-list-toggle {
  display: block;
  position: relative;
  padding: 19px;
  transition: all 0.3s ease;
}
.box .box-body .box-list-toggle::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-left: 3px solid #181818;
  border-bottom: 3px solid #181818;
  border-bottom-left-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%) rotate(-45deg);
  text-decoration: none;
  transition: all 0.3s ease;
}
.box .box-body .box-list-toggle.box-list-open::before {
  transition: all 0.3s ease;
  transform: translate(-50%, -25%) rotate(135deg);
}
.box .box-body .box-list-toggle:hover, .box .box-body .box-list-toggle:focus, .box .box-body .box-list-toggle:hover:focus {
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s ease;
}
.box .box-body .box-product-preview {
  padding: 50px 20px;
  text-align: center;
}
.box .box-body .box-empty-desc {
  text-align: center;
  color: #939394;
  margin-bottom: 0;
}
.box .box-body .box-invoice-logo img {
  max-width: 50px;
  max-height: 50px;
}
.box .box-body .box-invoice-color {
  box-shadow: 0 1px 5px 0px rgba(24, 24, 24, 0.2);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.box .box-body-blue {
  background-color: #ebf4ff;
}
.box .box-body-white {
  background-color: #fff;
}
.box .box-body-blue-gradient {
  background: #0071f5;
  background: linear-gradient(180deg, #007ff5 0%, #006ccf 100%);
  color: #fff;
  position: relative;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.box .box-body-blue-gradient .circles-pulse-animation-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.box .box-body-blue-gradient .circles-pulse-animation-wrapper::before, .box .box-body-blue-gradient .circles-pulse-animation-wrapper::after {
  content: "";
  display: block;
  width: 598px;
  height: 598px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 0;
  animation-name: pulsingCircles;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
  opacity: 0;
}
.box .box-body-blue-gradient .circles-pulse-animation-wrapper::after {
  animation-delay: 1.3s;
}
.box .box-body-blue-gradient .invoice-intro-img {
  position: relative;
  margin-bottom: -127px;
}
.box .box-body .box-card-bg-silver,
.box .box-body .box-card-bg-gold,
.box .box-body .box-card-bg-metal,
.box .box-body .box-card-bg-premium-silver,
.box .box-body .box-card-bg-premium-gold,
.box .box-body .box-card-bg-metal-black,
.box .box-body .box-card-bg-metal-gold,
.box .box-body .box-card-bg-standart,
.box .box-body .box-device-bg-glass {
  position: relative;
  min-height: 200px;
}
.box .box-body .box-card-bg-silver::before,
.box .box-body .box-card-bg-gold::before,
.box .box-body .box-card-bg-metal::before,
.box .box-body .box-card-bg-premium-silver::before,
.box .box-body .box-card-bg-premium-gold::before,
.box .box-body .box-card-bg-metal-black::before,
.box .box-body .box-card-bg-metal-gold::before,
.box .box-body .box-card-bg-standart::before,
.box .box-body .box-device-bg-glass::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 140px;
  z-index: -1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.box .box-body .box-order-card-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.box .box-body.box-body-link-store {
  background-color: #f5f5f7;
  margin: 20px;
  padding: 20px;
  border-top: 0;
}
.box .box-foot {
  border-top: 1px solid #dcdcde;
}
.box .box-foot > img.w_100pr {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.box .box-foot-blue {
  padding: 15px 20px;
  background-color: #ebf4ff;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.box .box-foot-blue-inner {
  margin-bottom: 0;
  font-size: 0.749875rem;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
}
.box .box-foot .box-foot-inner {
  padding: 50px 20px 40px;
  color: #fff;
  background: #0071f5;
  border-radius: 8px;
}
.box .box-foot .box-foot-inner-caret {
  position: relative;
}
.box .box-foot .box-foot-inner-caret::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -28px;
  border-top: 18px solid #fff;
  border-right: 28px solid transparent;
  border-left: 28px solid transparent;
}
.box .box-foot .box-foot-inner.light {
  background-color: #f5faff;
  color: #181818;
}
.box .box-foot .box-foot-inner .box-foot-inner-title {
  font-size: 24px;
  line-height: 1.17;
  font-weight: 500;
}
.box .box-foot .box-foot-inner .box-foot-inner-image {
  padding-bottom: 10px;
}
.box .box-foot .box-foot-inner .box-foot-inner-image img {
  max-width: 1005px;
  height: auto;
}
.box .box-foot .box-foot-inner .box-foot-inner-actions {
  margin-top: 30px;
}
.box .box-body.nopaddings,
.box .box-foot.nopaddings,
.box .box-head.nopaddings {
  padding: 0;
}
.box .box-body.nopaddings .graph,
.box .box-body.nopaddings .graph-body,
.box .box-body.nopaddings .graph-body .tab-pane,
.box .box-body.nopaddings .graph-demo-image,
.box .box-body.nopaddings .graph-demo-image img,
.box .box-foot.nopaddings .graph,
.box .box-foot.nopaddings .graph-body,
.box .box-foot.nopaddings .graph-body .tab-pane,
.box .box-foot.nopaddings .graph-demo-image,
.box .box-foot.nopaddings .graph-demo-image img,
.box .box-head.nopaddings .graph,
.box .box-head.nopaddings .graph-body,
.box .box-head.nopaddings .graph-body .tab-pane,
.box .box-head.nopaddings .graph-demo-image,
.box .box-head.nopaddings .graph-demo-image img {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.box .box-body.colored,
.box .box-foot.colored,
.box .box-head.colored {
  background: #ebf4ff;
}
.box .box-main {
  padding: 30px 0px;
}
.box .box-main .box-aside {
  flex-basis: 234px;
  max-width: 234px;
  font-size: 0;
}
.box .box-main .box-aside .box-image {
  padding-left: 15px;
  vertical-align: middle;
  text-align: center;
}
.box .box-main .box-aside .box-image .ico-svg {
  width: 100%;
  height: 122px;
}
.box .box-main .box-content {
  padding: 0px 40px 30px 30px;
  vertical-align: top;
  line-height: 24px;
  position: relative;
}
.box .box-main .box-content .box-title {
  padding-bottom: 10px;
}
.box .box-main .box-content p {
  margin: 0;
}
.box .box-main .box-content .box-actions {
  padding: 0;
  text-align: right;
  border: 0;
}
.box .box-main .box-content .box-actions.box-actions-sticked {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.box .full-image {
  padding-top: 0;
  padding-bottom: 0;
}
.box .full-image .box-content {
  padding: 30px 40px 10px 40px;
}
.box .full-image .box-content p {
  margin: 0;
}
.box .full-image .box-content .box-title {
  padding-bottom: 10px;
}
.box .box-full-image img {
  width: 100%;
}
.box .box-full-image,
.box .box-full-image img {
  overflow: hidden;
  border-radius: inherit;
}
.box .box-image-with-icon {
  position: relative;
  display: inline-block;
}
.box .box-image-with-icon img {
  margin: 0;
}
.box .box-image-with-icon .ico-font {
  position: absolute;
  bottom: 0;
  left: -19px;
}
.box.box-preview-actions {
  z-index: 2;
}
.box.box-preview-actions .box-head .box-actions {
  padding-top: 5px;
  padding-bottom: 5px;
}
.box.gradient-blue {
  background-image: linear-gradient(-45deg, #358ddf, #12b5cd);
  color: #fff;
}
.box.gradient-blue .box-actions .btn-link {
  color: #fff;
}
.box.box-add {
  display: flex;
  align-items: center;
  align-content: center;
  border: 2px dashed #c4c4c6;
  background-color: transparent;
  color: #181818;
  font-weight: 500;
  text-align: center;
  box-shadow: none;
  text-decoration: none;
  transition: all 0.3s ease;
}
.box.box-add.box-paybutton-paylink {
  text-align: left;
}
.box.box-add > .box-add-inner {
  flex-basis: 100%;
  padding: 30px 20px;
}
.box.box-add > .box-add-inner .box-add-image {
  padding-bottom: 20px;
  color: #c4c4c6;
  transition: all 0.3s ease;
}
.box.box-add > .box-add-inner .box-add-image.pb_10 {
  padding-bottom: 10px;
}
.box.box-add > .box-add-inner .box-add-content p {
  margin-bottom: 0;
}
.box.box-add:hover {
  border-color: #0071f5;
  color: #0071f5;
}
.box.box-add:hover .box-add-image {
  color: #0071f5;
}
.box.box-add.box-half .box-add-inner {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.box.box-add.box-half .box-add-inner .box-add-image {
  padding-bottom: 0;
  margin-right: 20px;
}
.box.box-pr-qr-code-form .box-body-content-center {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 400px;
  height: 1px;
}
.box.box-pr-qr-code-form .box-body-content-center .box-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1;
}
.box .box-section {
  margin-bottom: 20px;
  border: 1px solid #dcdcde;
  background: #fff;
}
.box .table-dropdown-has-icon .table-dropdown .box-section, .box .table-dropdown-has-icon .table-dropdown .box-section + .table-dropdown-actions {
  margin-left: 50px;
}

.box .box-section .box-section-actions {
  padding-top: 15px;
}
.box .box-section .box-section-head {
  padding: 15px 20px;
}
.box .box-section .box-section-head + .box-section-body, .box .box-section .box-section-head + .box-section-foot {
  border-top: 1px solid #dcdcde;
}
.box .box-section .box-section-head .box-subtitle {
  margin-bottom: 0;
}
.box .box-section .box-section-body {
  padding: 10px 20px;
}
.box .table-notifications .box-section .box-section-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.box .box-section .box-section-body.no-x-paddings {
  padding: 10px 0px;
}
.box .box-section .box-section-body.nopaddings {
  padding: 0px;
}
.box .box-section .box-section-body + .box-section-foot, .box .box-section .box-section-body + .box-section-body {
  border-top: 1px solid #dcdcde;
}
.box .box-section .box-section-foot {
  padding: 15px 20px;
}
.box .box-section .box-section-foot + .box-section-foot, .box .box-section .box-section-foot + .box-section-body {
  border-top: 1px solid #dcdcde;
}
.box .box-section.box-section-message .box-section-body p {
  min-height: 22px;
  margin-bottom: 0;
}
.box .box-section.mb_0 {
  margin-bottom: 0;
}
.box .box-nav-steps ul {
  overflow: hidden;
}
.box .box-nav-steps li {
  display: flex;
  align-items: center;
  background: #ebf4ff;
}
.box .box-nav-steps li.active {
  background: #fff;
}
.box .box-nav-steps li::before, .box .box-nav-steps li::after {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 5px;
  height: 72px;
  background: #fff;
  content: "";
}
.box .box-nav-steps li::before {
  top: calc(50% - 4px);
  transform: rotate(25deg);
}
.box .box-nav-steps li::after {
  bottom: calc(50% - 4px);
  transform: rotate(-25deg);
}
.box .box-nav-steps li > a,
.box .box-nav-steps li > span {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  padding: 15px;
  font-size: 12px;
  color: #181818;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
.box .box-nav-steps li > a::after,
.box .box-nav-steps li > span::after {
  position: absolute;
  top: 50%;
  left: -15px;
  width: 0;
  height: 0;
  border-top: 72px solid transparent;
  border-bottom: 72px solid transparent;
  border-left: 33px solid #ebf4ff;
  content: "";
  transform: translateY(-50%);
}
.box .box-nav-steps li.active + li > a::after, .box .box-nav-steps li.active + li > span::after {
  border-left-color: #fff;
}

.box .box-nav-steps li.active > a, .box .box-nav-steps li.active > span, .box .box-nav-steps li > a:hover,
.box .box-nav-steps li > span:hover {
  color: #0071f5;
}

.box .box-nav-steps li.active > a, .box .box-nav-steps li.active > span {
  font-weight: 700;
}

.box .box-nav-steps li:first-of-type::before, .box .box-nav-steps li:first-of-type::after {
  display: none;
}
.box .box-nav-steps li:first-of-type > a::after,
.box .box-nav-steps li:first-of-type > span::after {
  display: none;
}
.box .box-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.box .box-close.box-close-solid:not(:disabled):not(.disabled):hover, .box .box-close.box-close-solid:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
.box .box-close.c_white:not(:disabled):not(.disabled):hover, .box .box-close.c_white:not(:disabled):not(.disabled):focus {
  color: #fff;
}
.box.box-aside-colored .box-image {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  padding: 40px 20px;
  border-radius: 8px 8px 0 0;
}
.box.box-aside-colored .box-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 250%;
  height: calc(100% + 300px);
  margin-top: -250px;
  margin-left: -75%;
  content: "";
  border-radius: inherit;
}
.box.box-aside-colored .box-image > * {
  z-index: 2;
}
.box.box-aside-colored .box-image .box-image-inner {
  width: 100%;
}
.box.box-aside-colored .box-image p,
.box.box-aside-colored .box-image .box-title {
  color: #fff;
}
.box.box-aside-colored .box-image .box-title {
  margin-bottom: 5px;
}
.box.box-aside-colored .box-image .box-image-content {
  padding-right: 50px;
  padding-left: 50px;
}
.box.box-aside-colored .box-image .box-image-content .box-aside-with-scroll {
  height: 100%;
  position: relative;
  max-height: 100%;
  min-height: 300px;
  margin-right: -10px;
}
.box.box-aside-colored .box-image .box-image-content .box-aside-with-scroll-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 17px;
  overflow-y: auto;
}
.box.box-aside-colored .box-image a,
.box.box-aside-colored .box-image button {
  text-decoration: underline;
}
.box.box-aside-colored .box-image a, .box.box-aside-colored .box-image a:hover,
.box.box-aside-colored .box-image button,
.box.box-aside-colored .box-image button:hover {
  color: #fff;
}
.box.box-aside-colored .box-image a:hover,
.box.box-aside-colored .box-image button:hover {
  text-decoration: none;
}
.box.box-aside-colored .box-content .form-activate {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.box.box-aside-colored .box-content .form-activate .form-body,
.box.box-aside-colored .box-content .form-activate .form-foot {
  width: 100%;
  padding: 20px 40px;
}
.box.box-aside-colored .box-content .form-activate .form-body {
  margin: auto 0;
  padding-top: 30px;
}
.box.box-aside-colored .box-content .form-activate .form-body + .form-body {
  border-top: 1px solid #dcdcde;
}
.box.box-aside-colored .box-content .form-activate .form-foot .form-actions {
  padding-top: 0;
}
.box.box-aside-colored.box-activate-device .box-content .form-activate .form-head {
  padding-top: 30px;
  padding-right: 40px;
  text-align: right;
}
.box.box-aside-colored.box-activate-device .box-image .box-image-inner {
  padding-bottom: 25px;
  background: url(/trunk/public/build/assets/account/images/devices-bottom-shadow.83a9cc18.png) center calc(100% - 10px) no-repeat;
}
.box.box-aside-colored.box-activate-device .box-image .box-image-inner img:not(.box-image-full) {
  max-width: 175px;
}
.box.box-aside-colored.box-activate-card .form-activate {
  min-height: 500px;
}
.box.box-aside-colored.box-activate-card .box-content .form-activate .form-body {
  padding-top: 40px;
  padding-bottom: 35px;
}
.box.box-aside-colored.box-activate-card .box-image {
  background-color: #f6f9fb;
}
.box.box-aside-colored.box-activate-card .box-image img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.box.box-aside-colored.box-activate-card .box-image .box-card-vertical {
  width: 200px;
}
.box.box-aside-colored.box-activate-card .box-image .box-card-horizontal {
  width: 280px;
}
.box.box-aside-colored.box-aside-blue-gradient .box-image {
  background: #3480c2;
}
.box.box-aside-colored.box-aside-blue-gradient .box-image::before {
  background: #3480c2;
  background: radial-gradient(ellipse at center, #98c5e0 0%, #3480c2 60%, #3480c2 60%, #3480c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$blue-5", endColorstr="$c-prim-6",GradientType=1 );
}
.box.box-aside-colored.box-aside-blue-gradient-vertical .box-image {
  background: #3480c2;
}
.box.box-aside-colored.box-aside-blue-gradient-vertical .box-image::before {
  background: #3480c2;
  background: linear-gradient(#0071f5, #005ac4);
}
.box.box-aside-colored[class*=box-aside-green-gradient] .box-image {
  background: #3ad0bf;
}
.box.box-aside-colored[class*=box-aside-green-gradient] .box-image::before {
  background: #3ad0bf;
  background: linear-gradient(#3ad0bf 0%, #3ad0bf 10%, #4b718e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#3ad0bf", endColorstr="#4b718e",GradientType=0 );
}
.box.box-aside-colored.box-aside-green-gradient-imaged .box-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/trunk/public/build/assets/account/images/moto_new_transaction_aside_image_bg.ccb180a5.png);
  background-repeat: no-repeat;
  background-position: left -30px bottom -120px;
  content: "";
  opacity: 0.4;
}
.box.box-aside-colored.box-aside-add-outlet .box-image {
  background-image: url(/trunk/public/build/assets/account/images/add_outlet_blue_gradiet_image.76406c43.png);
  background-size: cover;
}
.box.box-aside-colored.box-aside-add-outlet .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-add-viber-outlet .box-image {
  background-image: url(/trunk/public/build/assets/account/images/add_viber_outlet_blue_gradiet_image.947896a0.png);
  background-size: cover;
}
.box.box-aside-colored.box-aside-add-viber-outlet .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-add-store .box-image {
  background-image: url(/trunk/public/build/assets/account/images/online_store_add.3ba8ead0.jpg);
  background-size: cover;
}
.box.box-aside-colored.box-aside-add-store .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-add-store-gradient .box-image {
  background-color: #358ddf;
  background-image: none;
  background-size: auto;
}
.box.box-aside-colored.box-aside-add-store-gradient .box-image::before {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  background: #358ddf;
  background: linear-gradient(to right, #0c5aba 0%, #0084d0 100%);
}
.box.box-aside-colored.box-aside-bisera .box-image {
  background-image: url(/trunk/public/build/assets/account/images/make_bisera_payment_aside_image.70951ba8.jpg);
  background-size: cover;
}
.box.box-aside-colored.box-aside-bisera .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-make-payment-1 .box-image {
  background-image: url(/trunk/public/build/assets/account/images/make_payment_step_1_aside_image.51854cf0.jpg);
  background-size: cover;
}
.box.box-aside-colored.box-aside-make-payment-1 .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-faster-payments .box-image {
  background-image: url(/trunk/public/build/assets/account/images/make_faster_payments_payment_aside_image.0134d793.jpg);
  background-size: cover;
}
.box.box-aside-colored.box-aside-faster-payments .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-hrk .box-image {
  background-image: url(/trunk/public/build/assets/account/images/make_hrk_payment_aside_image.2dfeb912.jpg);
  background-size: cover;
}
.box.box-aside-colored.box-aside-hrk .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-internal-transfer .box-image {
  background-image: url(/trunk/public/build/assets/account/images/make_internal_transfer_payment_aside_image.4cceb908.jpg);
  background-size: cover;
}
.box.box-aside-colored.box-aside-internal-transfer .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-sepa .box-image {
  background-image: url(/trunk/public/build/assets/account/images/make_sepa_payment_aside_image.15708315.jpg);
  background-size: cover;
}
.box.box-aside-colored.box-aside-sepa .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-swift .box-image {
  background-image: url(/trunk/public/build/assets/account/images/make_swift_payment_aside_image.00b1786f.jpg);
  background-size: cover;
}
.box.box-aside-colored.box-aside-swift .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-text-auth .box-image {
  background-image: url(/trunk/public/build/assets/account/images/text_auth_blue_gradiet_image.3a77e57c.jpg);
  background-size: cover;
}
.box.box-aside-colored.box-aside-text-auth .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-payment-request .box-image {
  background-image: url(/trunk/public/build/assets/account/images/make_payment_request_aside_image.4fa7170b.jpg);
  background-size: cover;
}
.box.box-aside-colored.box-aside-payment-request .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-payment-request-new .box-image .box-image-content {
  padding-left: 20px;
  padding-right: 65px;
}
.box.box-aside-colored.box-aside-add-item .box-image {
  background-image: url(/trunk/public/build/assets/account/images/make_payment_request_aside_image.4fa7170b.jpg);
  background-size: cover;
}
.box.box-aside-colored.box-aside-add-item .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-add-customers .box-image {
  background-image: url(/trunk/public/build/assets/account/images/add_new_customer_aside_image.a5be4d60.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.box.box-aside-colored.box-aside-add-customers .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-key-generate .box-image {
  background-image: url(/trunk/public/build/assets/account/images/key_generate_aside_image.e20fac28.jpg);
  background-position: center;
  background-size: cover;
}
.box.box-aside-colored.box-aside-key-generate .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-balance .box-image, .box.box-aside-colored.box-aside-invoice-taxes .box-image {
  background-image: url(/trunk/public/build/assets/account/images/balance_transfer_aside_image.9f0dd95b.jpg);
  background-position: center;
  background-size: cover;
}
.box.box-aside-colored.box-aside-balance .box-image::before, .box.box-aside-colored.box-aside-invoice-taxes .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-new-invoice .box-image {
  background-image: url(/trunk/public/build/assets/account/images/add_new_invoice_aside_image.6808a0dd.jpg);
  background-position: center;
  background-size: cover;
}
.box.box-aside-colored.box-aside-new-invoice .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 660px;
  padding: 0 30px;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-head,
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-body,
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-foot {
  width: 100%;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-head {
  padding-top: 45px;
  padding-bottom: 25px;
  text-align: center;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-body .box-content-body-inner {
  max-width: 340px;
  margin: 0 auto;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-foot {
  margin-top: auto;
  padding-bottom: 45px;
  text-align: center;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-foot p {
  font-size: 16px;
  line-height: 1.38;
  color: #181818;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-foot p.invoice-intro-price {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
  white-space: nowrap;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-foot p.invoice-intro-price small {
  font-size: 16px;
  font-weight: 400;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-foot p.invoice-intro-price.invoice-intro-price-old {
  position: relative;
  font-size: 16px;
  color: rgba(24, 24, 24, 0.3);
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-foot p.invoice-intro-price.invoice-intro-price-old small {
  font-size: 14px;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-actions {
  margin-top: 30px;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-separator {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.88;
  color: rgba(24, 24, 24, 0.3);
  font-weight: 700;
  text-align: center;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-separator span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background: #fff;
}
.box.box-aside-colored.box-aside-invoice-intro .box-content .box-content-separator::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  content: "";
  height: 1px;
  background: rgba(24, 24, 24, 0.2);
}
.box.box-aside-colored.box-aside-push-video .box-image {
  background-image: url(/trunk/public/build/assets/account/images/push_otp_video_preview_image.891224cc.jpg);
  background-position: center;
  background-size: cover;
}
.box.box-aside-colored.box-aside-push-video .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-push-video .box-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(13, 47, 80, 0.7);
}
.box.box-aside-colored.box-aside-push-video .box-image .box-title {
  margin-bottom: 0;
}
.box.box-aside-colored.box-aside-paybtnlink .box-image, .box.box-aside-colored.box-aside-items-category .box-image, .box.box-aside-colored.box-aside-invoice-settings .box-image {
  background-image: url(/trunk/public/build/assets/account/images/paybuttonlink_aside_image.2f7f8413.jpg);
  background-position: right center;
  background-size: cover;
}
.box.box-aside-colored.box-aside-paybtnlink .box-image::before, .box.box-aside-colored.box-aside-items-category .box-image::before, .box.box-aside-colored.box-aside-invoice-settings .box-image::before {
  display: none;
}
.box.box-aside-colored.box-aside-contact-us .box-image::before {
  margin-top: -150px;
}
.box.box-aside-colored.box-aside-contact-us.box-aside-colored .box-image .box-title {
  margin-bottom: 15px;
}
.box.box-aside-colored.box-aside-contact-us .list-contacts li a {
  color: #fff;
}
.box.box-aside-colored.box-payment-request .box-content {
  display: flex;
  flex-flow: column nowrap;
}
.box.box-aside-colored.box-payment-request .box-content .box-body {
  margin-top: auto;
  margin-bottom: auto;
}
.box.box-aside-colored.box-aside-white .box-image {
  border-left: 1px solid #dcdcde;
  background-color: #fff;
  background-image: none;
}
.box.box-aside-colored.box-aside-white .box-image p,
.box.box-aside-colored.box-aside-white .box-image ol > li,
.box.box-aside-colored.box-aside-white .box-image .box-title {
  color: #181818;
}
.box.box-aside-colored.box-aside-white .box-image a,
.box.box-aside-colored.box-aside-white .box-image a:hover,
.box.box-aside-colored.box-aside-white .box-image button,
.box.box-aside-colored.box-aside-white .box-image button:hover {
  color: #0071f5;
}
.box.box-aside-colored.box-aside-white.box-aside-white-top .box-image {
  justify-content: flex-start;
}
.box.box-aside-colored.box-aside-white.box-aside-white-top .box-image .box-image-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.box.box-access {
  /* Form Access */
}
.box.box-access:not([class*=mb_]) {
  margin-bottom: 107px;
}
.box.box-access .box-aside {
  display: flex;
  flex-flow: column;
  position: relative;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.box.box-access .box-aside .box-aside-inner {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 30px;
}
.box.box-access .box-aside .box-aside-image,
.box.box-access .box-aside .box-aside-content {
  text-align: center;
}
.box.box-access .box-aside .box-aside-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.box.box-access .box-aside .box-aside-content {
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
}
.box.box-access .box-aside .box-aside-content.no_padding {
  padding: 0;
}
.box.box-access .box-aside .box-aside-title {
  font-size: 18px;
  line-height: 1.67;
  color: #fff;
  font-weight: 700;
}
.box.box-access .box-aside .box-aside-title-large {
  font-size: 24px;
}
.box.box-access .box-content {
  display: flex;
  flex-flow: column;
  padding: 20px;
}
.box.box-access .box-content.box_content_set_pass {
  padding: 48px 85px;
}
.box.box-access .box-content.box_content_link_sent {
  padding: 48px 36px;
}
.box.box-access .form-access {
  margin: auto 0;
  padding: 20px;
}
.box.box-access .form-access .form-title {
  font-size: 18px;
  font-weight: 700;
}
.box.box-access .form-access .form-head {
  padding-bottom: 10px;
}
.box.box-access .form-access .form-body {
  display: flex;
  flex-flow: column;
  min-height: 250px;
  padding: 20px 0 10px;
}
.box.box-access .form-access .form-body.mih_0 {
  min-height: 0;
}
.box.box-access .form-access .form-body.pt_0 {
  padding-top: 0;
}
.box.box-access .form-access .form-body > .form-content {
  margin-top: auto;
  margin-bottom: auto;
}
.box.box-access .form-access .form-body > .form-content.mt_0 {
  margin-top: 0;
}
.box.box-access .form-access .form-foot {
  padding-top: 10px;
}
.box.box-access .form-access .form-box:not(.m_0) {
  margin-right: -10px;
  margin-left: -10px;
}
.box.box-access .form-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}
.box.box-access .form-actions .btn:not(.btn-block), .box.box-access .form-actions .btn:not(.btn-block) + .btn:not(.btn-block) {
  margin: 5px;
}
.box.box-access.box-access-aside-green .box-aside {
  background-color: #28a65c;
  background-image: url(/trunk/public/build/assets/account/images/login-aside-bg-overlay.1b9e19ba.jpg);
}
.box.box-access.box-access-aside-blue .box-aside {
  background-color: #3480c2;
  background-image: url(/trunk/public/build/assets/account/images/login-aside-bg-overlay-blue.28b66346.jpg);
}
.box.box-access.box-access-aside-blue-gradient .box-aside {
  background: linear-gradient(180deg, #D9D9D9 -0.25%, #003C8D -0.24%, #1085D2 99.75%);
}
.box.box-access.box-access-aside-blue-gradient .box-aside .box-aside-inner:hover {
  text-decoration: none;
}
.box.box-access.box-access-aside-video .box-aside {
  background-color: #3480c2;
  background-image: url(/trunk/public/build/assets/account/images/push_otp_video_preview_image.891224cc.jpg);
  background-position: center;
  background-size: cover;
}
.box.box-access.box-access-aside-video .box-aside::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(13, 47, 80, 0.7);
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.box.box-access.box-access-aside-video .box-aside .box-aside-inner {
  z-index: 2;
}
.box.box-access.box-access-aside-glass .box-aside {
  overflow: hidden;
  background-color: #0071f5;
  background-repeat: no-repeat;
  background-image: linear-gradient(#30a5ff, #0074de);
  background-position: center;
  background-size: auto;
}
.box.box-access.box-access-aside-glass .box-aside .box-aside-inner {
  padding-bottom: 0;
}
.box.box-access.box-access-aside-glass .box-aside .box-aside-image img {
  max-width: 300px;
  margin-bottom: -60px;
}
.box.box-access.box-black-friday-2021 .box-aside-inner {
  padding-bottom: 25px;
}
.box.box-access.box-black-friday-2021 .box-aside {
  background: #121212;
}
.box.box-access.box-black-friday-2021 .box-aside .box-aside-image > a:hover {
  text-decoration: none;
}
.box.box-access.box-black-friday-2021 .box-aside-content {
  padding-right: 15px;
  padding-left: 15px;
}
.box.box-access.box-black-friday-2021 .box-aside-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}
.box.box-access.box-black-friday-2021 .box-aside-desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.box.box-access.box-black-friday-2021 .box-aside-note {
  font-size: 14px;
  line-height: 21px;
  color: #8F8F8F;
  margin-bottom: 0;
}
.box.box-access.box-black-friday-2022 .box-aside-inner {
  padding-top: 80px;
  padding-bottom: 25px;
}
.box.box-access.box-black-friday-2022 .box-aside-inner:hover {
  text-decoration: none;
}
.box.box-access.box-black-friday-2022 .box-aside {
  background: #121212;
}
.box.box-access.box-black-friday-2022 .box-aside-image {
  margin-bottom: 20px;
}
.box.box-access.box-black-friday-2022 .box-aside-content {
  padding-right: 15px;
  padding-left: 15px;
}
.box.box-access.box-black-friday-2022 .box-aside-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #ffd200;
  margin-bottom: 5px;
}
.box.box-access.box-black-friday-2022 .box-aside-subtitle {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 25px;
}
.box.box-access.box-black-friday-2022 .box-aside-subtitle::first-letter {
  text-transform: capitalize;
}
.box.box-access.box-black-friday-2022 .box-aside-notice {
  font-size: 14px;
  line-height: 21px;
  color: #8F8F8F;
  margin-bottom: 0;
  letter-spacing: 0.025em;
}
.box.h_100pr {
  height: calc(100% - 20px);
}
.box.box-sticky-foot {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  align-content: flex-start;
}
.box.box-sticky-foot .box-head,
.box.box-sticky-foot .box-body,
.box.box-sticky-foot .box-foot {
  width: 100%;
}
.box.box-sticky-foot .box-foot {
  margin-top: auto;
  border-top: 1px solid #dcdcde;
}
.box.box-sticky-foot .box-foot + .box-foot {
  margin-top: 0;
}
.box.box-sticky-foot .box-foot .box-actions {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: stretch;
}
.box.box-sticky-foot .box-foot .box-actions a,
.box.box-sticky-foot .box-foot .box-actions p {
  flex-grow: 1;
  margin: 0;
  padding: 10px 5px;
  text-align: center;
}
.box.box-sticky-foot .box-foot .box-actions a:first-of-type,
.box.box-sticky-foot .box-foot .box-actions p:first-of-type {
  border-bottom-left-radius: 8px;
}
.box.box-sticky-foot .box-foot .box-actions a:last-of-type,
.box.box-sticky-foot .box-foot .box-actions p:last-of-type {
  border-bottom-right-radius: 8px;
}
.box.box-sticky-foot .box-foot .box-actions a {
  border-left: 1px solid #dcdcde;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  outline: none;
  transition: all 0.3s ease;
}
.box.box-sticky-foot .box-foot .box-actions a .ico-font {
  margin-top: -2px;
}
.box.box-sticky-foot .box-foot .box-actions a:first-of-type {
  border-left: 0;
}
.box.box-sticky-foot .box-foot .box-actions a:hover:not(.active) {
  border-left-color: #0071f5;
  background: #0071f5;
  color: #fff;
  text-decoration: none;
}
.box.box-sticky-foot .box-foot .box-actions a.active {
  background: #ebf4ff;
}
.box.box-sticky-foot .box-foot .box-actions p {
  background: #ebf4ff;
  font-size: 12px;
  line-height: 1.5;
  color: #181818;
}
.box.box-sticky-foot .box-foot .box-title a {
  color: inherit;
}
.box.box-sticky-foot .box-foot .box-title a:hover {
  color: #0071f5;
  text-decoration: none;
}
.box.box-sticky-foot.box-account .box-body {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  align-content: flex-start;
  flex-grow: 2;
}
.box.box-sticky-foot.box-account .box-body > * {
  width: 100%;
}
.box.box-sticky-foot.box-account .box-body .balance {
  margin-top: auto;
}
.box.box-sticky-foot.box-account .box-body .balance dt,
.box.box-sticky-foot.box-account .box-body .balance dd {
  line-height: 0.8;
}
.box.box-sticky-foot.box-account .box-foot {
  margin-top: 0;
}
.box.box-sticky-foot.box-rates-alt .box-body {
  background-image: url(/trunk/public/build/assets/account/images/exchange-rates-table-alt-bg-icon.5531309c.png);
  background-repeat: no-repeat;
  background-position: right -80px top 120px;
}
.box.box-sticky-foot.box-rates-alt .box-body.table-rates-alt table th {
  font-size: 14px;
}
.box.box-sticky-foot.box-rates-alt .box-body.table-rates-alt table th:first-child {
  border-left-width: 0;
}
.box.box-sticky-foot.box-rates-alt .box-body.table-rates-alt table th:last-child {
  border-right-width: 0;
}
.box.box-sticky-foot.box-rates-alt .box-foot {
  background: #ebf4ff;
}
.box.box-sticky-foot.box-device-details .list-definitions-alt dt {
  font-size: 12px;
}
.box.box-user .box-body {
  padding-top: 20px;
}
.box.box-user .box-user-image {
  margin-bottom: 15px;
  text-align: center;
  font-size: 0;
}
.box.box-user .box-user-image .box-user-image-inner {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 84px;
  height: 84px;
  background: #ebf4ff;
  text-align: center;
  border-radius: 50%;
}
.box.box-user .box-user-image .box-user-image-inner img,
.box.box-user .box-user-image .box-user-image-inner .box-user-initials {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box.box-user .box-user-image .box-user-image-inner .box-user-initials {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.24;
  color: #181818;
  font-weight: 500;
  text-transform: uppercase;
}
.box.box-user .box-user-image .box-user-image-inner img {
  width: 100%;
  height: 100%;
}
.box.box-user .box-user-content {
  text-align: center;
}
.box.box-user .box-user-content .box-user-name,
.box.box-user .box-user-content .box-user-email {
  margin-bottom: 5px;
  line-height: 1.4;
}
.box.box-user .box-user-content .box-user-name {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.box.box-user .box-user-content .box-user-email {
  font-size: 12px;
  color: #181818;
}
.box.box-user .box-user-content .box-user-status {
  margin-bottom: 5px;
}
.box.box-user .box-user-content .box-user-type {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}
.box.box-user .box-user-content a.box-user-type {
  display: block;
  text-decoration: underline;
}
.box.box-user .box-user-content a.box-user-type:hover {
  text-decoration: none;
}

.box.box-user .box-user-content .box-user-nickname {
  min-height: 22px;
}
.box.box-user .box-user-meta {
  margin: 0;
}
.box.box-user .box-user-meta li {
  padding-bottom: 5px;
}
.box.box-user .box-user-meta li:last-of-type {
  padding-bottom: 0;
}
.box.box-user .box-user-meta dl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 0;
}
.box.box-user .box-user-meta dl dt,
.box.box-user .box-user-meta dl dd {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}
.box.box-user .box-user-meta dl dt {
  color: #181818;
  font-weight: 400;
  text-align: left;
}
.box.box-user .box-user-meta dl dd {
  font-weight: 500;
  text-align: right;
}
.box.box-user.box-sticky-foot .box-foot .box-actions {
  min-height: 46px;
}
.box.box-user.box-sticky-foot .box-foot .box-actions p {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.box.box-user.box-sticky-foot .box-foot .box-actions a {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #181818;
}
.box.box-user.box-sticky-foot .box-foot .box-actions a.disabled {
  opacity: 1;
  color: #c4c4c6;
}
.box.box-user.box-sticky-foot .box-foot .box-actions a.disabled:hover:not(.active) {
  border-left-color: #dcdcde;
  background: transparent;
  color: #c4c4c6;
}
.box.box-auth-app .box-image {
  padding: 90px 30px;
}
.box.box-auth-app .box-aside {
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 100%;
  background: #0071f5;
  padding: 90px 30px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.box.box-auth-app .box-aside img {
  position: relative;
  z-index: 2;
}
.box.box-auth-app .box-aside::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 450px 225px rgba(255, 255, 255, 0.7);
}
.box.box-auth-app .box-content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 50px 50px 30px;
  text-align: center;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
_:-ms-fullscreen .box.box-auth-app .box-content, :root .box.box-auth-app .box-content {
  justify-content: flex-start;
}
_:-ms-fullscreen .box.box-auth-app .box-content .box-title,
_:-ms-fullscreen .box.box-auth-app .box-content .list-download-options, :root .box.box-auth-app .box-content .box-title,
:root .box.box-auth-app .box-content .list-download-options {
  max-width: 100%;
}
.box.box-auth-app .box-content .box-title {
  margin-bottom: 30px;
}
.box.box-auth-app .box-content .list-download-options {
  width: 100%;
  margin: auto 0;
}
.box.box-auth-app .box-content .list-download-options.pb_0 {
  padding-bottom: 0;
}
.box.box-auth-app .box-content .list-download-options li {
  width: 49%;
  padding-right: 15px;
  padding-left: 15px;
}
.box.box-auth-app .box-content .box-content-separator {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.box.box-auth-app .box-content .box-content-separator::before {
  position: absolute;
  top: 50%;
  right: -50px;
  left: -50px;
  z-index: 1;
  height: 1px;
  margin-top: 1px;
  background: #c4c4c6;
  content: "";
}
.box.box-auth-app .box-content .box-content-separator span {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}
.box.box-auth-app .box-content .box-content-separator span, .box.box-auth-app .box-content .box-content-separator span::before, .box.box-auth-app .box-content .box-content-separator span::after {
  background: #fff;
}
.box.box-auth-app .box-content .box-content-separator span::before, .box.box-auth-app .box-content .box-content-separator span::after {
  display: inline-block;
  width: 40px;
  content: "";
}
.box.box-notif-settings .box-title {
  font-size: 18px;
}
.box.box-notif-settings .box-image {
  padding-bottom: 25px;
}
.box.box-notif-settings .box-body {
  padding-top: 30px;
  padding-right: 25px;
  padding-left: 25px;
}
.box.box-notif-settings .box-body p {
  color: #181818;
}
.box.box-notif-settings .box-body .box-title {
  margin-bottom: 10px;
  color: #181818;
}
.box.box-notif-settings.box-disabled .ico-svg {
  filter: grayscale(100%);
}
_:-ms-fullscreen .box.box-notif-settings.box-disabled .ico-svg, :root .box.box-notif-settings.box-disabled .ico-svg {
  opacity: 0.5;
}
.box.box-notif-settings.box-disabled .box-body p,
.box.box-notif-settings.box-disabled .box-body .box-title {
  color: #939394;
  opacity: 0.8;
}
.box.box-profile .box-head {
  height: 110px;
  background: linear-gradient(to right, #0c5aba 0%, #0084d0 100%);
  text-align: center;
}
.box.box-profile .box-head .profile-image {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 55px auto 10px;
  width: 84px;
  height: 84px;
  background: #ebf4ff;
  vertical-align: middle;
  box-shadow: 0 3px 13px 0 rgba(24, 24, 24, 0.1);
}
.box.box-profile .box-head .profile-image,
.box.box-profile .box-head .profile-image img {
  border-radius: 50%;
}
.box.box-profile .box-head .profile-image .profile-initials {
  margin-bottom: 0;
  font-size: 18px;
  color: #181818;
  font-weight: 500;
}
.box.box-profile .box-head .profile-image img {
  width: 100%;
  height: 100%;
}
.box.box-profile .box-head .profile-image-actions {
  font-size: 12px;
  font-weight: 500;
}
.box.box-profile .box-body {
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}
.box.box-profile .box-body .profile-name {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}
.box.box-profile .box-body .profile-email {
  margin-bottom: 0;
  font-size: 12px;
  color: #181818;
}
.box.box-profile .box-body .list-definitions-alt {
  text-align: left;
}
.box.box-profile .box-body .btn-toggle-right .btn-toggle-checked,
.box.box-profile .box-body .btn-toggle-right .btn-toggle-unchecked,
.box.box-profile .box-body .btn-toggle-left .btn-toggle-checked,
.box.box-profile .box-body .btn-toggle-left .btn-toggle-unchecked {
  margin-top: 2px;
}
.box.box-profile.profile-company .box-head .profile-image {
  width: 118px;
  height: 118px;
  margin-top: 20px;
}
.box.box-profile.profile-company .box-body {
  padding-top: 80px;
}
.box.box-profile.profile-company .box-body .profile-name {
  font-weight: 400;
}
.box.box-profile.box-user .box-body {
  padding-top: 30px;
}
.box.box-giftcards .box-aside {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 20px;
  background: #ebf4ff;
  text-align: center;
}
.box.box-giftcards .giftcard-preview-content p {
  color: #181818;
}
.box.box-status .box-body {
  padding: 25px 20px 40px;
}
.box.box-status .ico-svg {
  margin-bottom: 20px;
}
.box.box-status p {
  text-align: center;
}
.box.box-status .btn {
  margin-top: 10px;
}
.box.box-target-arrowed {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  border: none;
  padding: 0;
}
.box.box-target-arrowed .box-actions {
  transition: all 0.2s ease;
}
.box.box-target-arrowed, .box.box-target-arrowed:hover {
  text-decoration: none;
}
.box.box-target-arrowed:hover {
  cursor: pointer;
}
.box.box-target-arrowed p {
  margin-bottom: 0;
  color: #181818;
}
.box.box-target-arrowed .box-title {
  margin-bottom: 5px;
  font-size: 16px;
  color: #181818;
}
.box.box-target-arrowed .box-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-grow: 1;
  padding: 25px 20px 25px 0;
}
.box.box-target-arrowed .box-content .box-image {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.box.box-target-arrowed .box-content .box-image .ico-font {
  color: #0071f5;
}
.box.box-target-arrowed .box-content .box-inner {
  text-align: left;
}
.box.box-target-arrowed .box-actions {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 60px;
  background: #fff;
  font-size: 18px;
  color: #0071f5;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.box.box-target-arrowed.box-large .box-title {
  font-size: 18px;
}
.box.box-target-arrowed.box-large .box-content .box-image {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}
.box.box-target-arrowed:hover .box-actions {
  background: #0071f5;
  color: #fff;
}
.box.box-target-arrowed.disabled, .box.box-target-arrowed.disabled:hover, .box.box-target-arrowed.disabled:focus, .box.box-target-arrowed.disabled:hover:focus {
  cursor: not-allowed;
}
.box.box-target-arrowed.disabled .box-actions, .box.box-target-arrowed.disabled:hover .box-actions, .box.box-target-arrowed.disabled:focus .box-actions, .box.box-target-arrowed.disabled:hover:focus .box-actions {
  background-color: #fff;
  color: #c4c4c6;
}
.box.box-card .box-body .thumbnail-img a, .box.box-card .box-thumbnail .box-body .thumbnail-img-alt a, .box-thumbnail .box.box-card .box-body .thumbnail-img-alt a {
  margin: 0;
  border-radius: 5px;
  box-shadow: 0 8px 29px 0 rgba(24, 24, 24, 0.15);
}
.box.box-card .box-body .thumbnail-img a .card-vertical, .box.box-card .box-thumbnail .box-body .thumbnail-img-alt a .card-vertical, .box-thumbnail .box.box-card .box-body .thumbnail-img-alt a .card-vertical {
  width: 167px;
}
.box.box-card .box-body .thumbnail-img a .card-horizontal, .box.box-card .box-thumbnail .box-body .thumbnail-img-alt a .card-horizontal, .box-thumbnail .box.box-card .box-body .thumbnail-img-alt a .card-horizontal {
  width: 230px;
}
_:-ms-fullscreen .box.box-card .box-body .thumbnail-img, _:-ms-fullscreen .box.box-card .box-thumbnail .box-body .thumbnail-img-alt, .box-thumbnail _:-ms-fullscreen .box.box-card .box-body .thumbnail-img-alt, :root .box.box-card .box-body .thumbnail-img, .box.box-card :root .box-thumbnail .box-body .thumbnail-img-alt, :root .box-thumbnail .box.box-card .box-body .thumbnail-img-alt {
  height: 260px;
}
_:-ms-fullscreen .box.box-card .box-body .thumbnail-img a, _:-ms-fullscreen .box.box-card .box-thumbnail .box-body .thumbnail-img-alt a, .box-thumbnail _:-ms-fullscreen .box.box-card .box-body .thumbnail-img-alt a, :root .box.box-card .box-body .thumbnail-img a, .box.box-card :root .box-thumbnail .box-body .thumbnail-img-alt a, :root .box-thumbnail .box.box-card .box-body .thumbnail-img-alt a {
  max-height: 100%;
}
.box.box-card.box-frozen .thumbnail-img a, .box.box-card.box-frozen .box-thumbnail .box-body .thumbnail-img-alt a, .box-thumbnail .box-body .box.box-card.box-frozen .thumbnail-img-alt a {
  position: relative;
}
.box.box-card.box-frozen .thumbnail-img a::after, .box.box-card.box-frozen .box-thumbnail .box-body .thumbnail-img-alt a::after, .box-thumbnail .box-body .box.box-card.box-frozen .thumbnail-img-alt a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  content: "";
}
.box.box-card.box-frozen .thumbnail-img a.box-card-horizontal::after, .box.box-card.box-frozen .box-thumbnail .box-body .thumbnail-img-alt a.box-card-horizontal::after, .box-thumbnail .box-body .box.box-card.box-frozen .thumbnail-img-alt a.box-card-horizontal::after {
  background-image: url(/trunk/public/build/assets/account/images/cards/card_frozen_h.11e0a2fd.png);
}
.box.box-card.box-frozen .thumbnail-img a.box-card-vertical::after, .box.box-card.box-frozen .box-thumbnail .box-body .thumbnail-img-alt a.box-card-vertical::after, .box-thumbnail .box-body .box.box-card.box-frozen .thumbnail-img-alt a.box-card-vertical::after {
  background-image: url(/trunk/public/build/assets/account/images/cards/card_frozen_v.35c65649.png);
}
.box.box-card.box-sticky-foot .card-status-switch {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  min-height: 50px;
  margin-bottom: 5px;
}
.box.box-card.box-sticky-foot .card-status-switch .btn-toggle-left {
  align-self: flex-start;
  min-height: 1px;
  margin-bottom: 0;
}
.box.box-card-sm .box-body .thumbnail-img a, .box.box-card-sm .box-thumbnail .box-body .thumbnail-img-alt a, .box-thumbnail .box.box-card-sm .box-body .thumbnail-img-alt a {
  box-shadow: none;
  position: relative;
}
.box.box-card-sm .box-body .thumbnail-img a .ico-svg, .box.box-card-sm .box-thumbnail .box-body .thumbnail-img-alt a .ico-svg, .box-thumbnail .box.box-card-sm .box-body .thumbnail-img-alt a .ico-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.box.box-card-sm .box-body .thumbnail-img a img, .box.box-card-sm .box-thumbnail .box-body .thumbnail-img-alt a img, .box-thumbnail .box.box-card-sm .box-body .thumbnail-img-alt a img {
  position: relative;
  z-index: 1;
}
.box.box-card-sm .box-body .thumbnail-img a .card-vertical, .box.box-card-sm .box-thumbnail .box-body .thumbnail-img-alt a .card-vertical, .box-thumbnail .box.box-card-sm .box-body .thumbnail-img-alt a .card-vertical {
  width: 80px;
}
.box.box-card-sm .box-body .thumbnail-img a .card-horizontal, .box.box-card-sm .box-thumbnail .box-body .thumbnail-img-alt a .card-horizontal, .box-thumbnail .box.box-card-sm .box-body .thumbnail-img-alt a .card-horizontal {
  width: 144px;
}
_:-ms-fullscreen .box.box-card-sm .box-body .thumbnail-img, _:-ms-fullscreen .box.box-card-sm .box-thumbnail .box-body .thumbnail-img-alt, .box-thumbnail _:-ms-fullscreen .box.box-card-sm .box-body .thumbnail-img-alt, :root .box.box-card-sm .box-body .thumbnail-img, .box.box-card-sm :root .box-thumbnail .box-body .thumbnail-img-alt, :root .box-thumbnail .box.box-card-sm .box-body .thumbnail-img-alt {
  height: 124px;
}
.box.box-card-sm .box-title {
  font-size: 0.875rem;
  font-weight: 700;
}
.box.box-card-sm .box-subtitle {
  color: inherit;
  font-weight: 400;
}
.box.box-device {
  min-height: 360px;
}
_:-ms-fullscreen .box.box-device.box-noresults, :root .box.box-device.box-noresults {
  height: 360px;
}
.box.box-device .box-foot {
  padding-top: 15px;
  padding-bottom: 15px;
}
.box.box-device.box-thumbnail .box-head {
  margin-bottom: auto;
}
.box.box-device.box-thumbnail .box-body {
  margin-top: auto;
  padding-bottom: 30px;
}
.box.box-device.box-thumbnail .box-body .thumbnail-img, .box.box-device.box-thumbnail .box-body .thumbnail-img-alt {
  min-height: 0;
}
.box.box-device.box-thumbnail .box-body .thumbnail-img > a img.box-image-full, .box.box-device.box-thumbnail .box-body .thumbnail-img-alt > a img.box-image-full {
  width: auto;
  height: 260px;
  margin-bottom: 15px;
}
.box.box-device.box-thumbnail .box-foot {
  min-height: 75px;
  margin-top: 0;
}
.box.box-paybutton-paylink .box-foot {
  padding-top: 20px;
  padding-bottom: 20px;
}
.box.box-paybutton-paylink.box-sticky-foot .box-foot .box-subtitle.text-nowrap {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.box.box-account .box-foot .box-actions p {
  font-size: 18px;
  font-weight: 500;
}
.box.box-graph.h_100pr {
  display: flex;
  flex-flow: column nowrap;
}
.box.box-graph.h_100pr .box-body {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}
.box.box-graph.h_100pr .box-body .graph {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  height: 100%;
}
.box.box-graph.h_100pr .box-body .graph .graph-body {
  margin-top: auto;
  margin-bottom: auto;
}
.box.box-noresults .box-body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding-top: 45px;
  padding-bottom: 40px;
}
.box.box-grey {
  background-color: #f5f5f7;
}
.box.box-account {
  min-height: 240px;
}
.box.box-account.box-noresults .box-body {
  min-height: inherit;
}
_:-ms-fullscreen .box.box-account.box-noresults .box-body, :root .box.box-account.box-noresults .box-body {
  height: 240px;
}
.box.box-card {
  min-height: 424px;
}
.box.box-card.box-noresults .box-body {
  min-height: inherit;
}
_:-ms-fullscreen .box.box-card.box-noresults .box-body, :root .box.box-card.box-noresults .box-body {
  height: 424px;
}
.box.box-card-sm {
  min-height: 286px;
}
.box.box-card-sm.box-noresults .box-body {
  min-height: inherit;
}
_:-ms-fullscreen .box.box-card-sm.box-noresults .box-body, :root .box.box-card-sm.box-noresults .box-body {
  height: 286px;
}
.box.box-outlet {
  min-height: 310px;
}
.box.box-outlet.box-noresults .box-body {
  min-height: inherit;
}
_:-ms-fullscreen .box.box-outlet.box-noresults .box-body, :root .box.box-outlet.box-noresults .box-body {
  height: 310px;
}
.box.box-online-store {
  min-height: 330px;
}
.box.box-online-store.box-noresults .box-body {
  min-height: inherit;
}
_:-ms-fullscreen .box.box-online-store.box-noresults .box-body, :root .box.box-online-store.box-noresults .box-body {
  height: 330px;
}
.box.box-paybutton-paylink {
  min-height: 310px;
}
.box.box-paybutton-paylink.box-half {
  min-height: 130px;
}
.box.box-paybutton-paylink.box-noresults .box-body {
  min-height: inherit;
}
_:-ms-fullscreen .box.box-paybutton-paylink.box-noresults .box-body, :root .box.box-paybutton-paylink.box-noresults .box-body {
  height: 310px;
}
.box.box-billing-descriptor {
  min-height: 310px;
}
.box.box-billing-descriptor.box-noresults .box-body {
  min-height: inherit;
}
_:-ms-fullscreen .box.box-billing-descriptor.box-noresults .box-body, :root .box.box-billing-descriptor.box-noresults .box-body {
  height: 310px;
}
.box.box-profile.box-user {
  min-height: 360px;
}
.box.box-profile.box-user.box-noresults .box-body {
  min-height: inherit;
}
_:-ms-fullscreen .box.box-profile.box-user.box-noresults .box-body, :root .box.box-profile.box-user.box-noresults .box-body {
  height: 360px;
}
.box.box-dashboard-settings {
  min-height: 185px;
}
.box.box-dashboard-settings.box-noresults .box-body {
  min-height: inherit;
}
_:-ms-fullscreen .box.box-dashboard-settings.box-noresults .box-body, :root .box.box-dashboard-settings.box-noresults .box-body {
  height: 150px;
}
.box.box-items {
  min-height: 280px;
}
.box.box-items.box-noresults .box-body {
  min-height: inherit;
}
_:-ms-fullscreen .box.box-items.box-noresults .box-body, :root .box.box-items.box-noresults .box-body {
  height: 280px;
}
.box.box-bg-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.box.box-bg-image.box-bg-image-referral {
  background-color: #08c6bd;
  background-image: url(/trunk/public/build/assets/account/images/box-referral-bg-image.8bd1d43b.jpg);
  color: #fff;
}
.box.box-bg-image.box-bg-image-referral .box-title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.box.box-bg-image.box-bg-image-referral.box-bg-image-referral-campaign {
  background-color: #048EF8;
  background-image: linear-gradient(45deg, #6BBFFF 0%, #4DB3FB 13%, #1B9AF9 58%, #048EF8 100%);
  color: #fff;
}
.box.box-bg-image.box-bg-image-referral.box-bg-image-referral-campaign .box-title {
  font-size: 34px;
  line-height: 1.26;
  font-weight: 400;
}
.box.box-animate-out {
  animation-name: lightSpeedOut;
  animation-duration: 0.5s;
}
.box .box-body.box-body-flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.box .box-body-circled {
  position: relative;
  z-index: 0;
  padding: 40px 85px;
  overflow: hidden;
  color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.box .box-body-circled::before {
  content: "";
  width: 193px;
  height: 193px;
  position: absolute;
  left: -20px;
  bottom: -50px;
  border-radius: 50%;
  z-index: -1;
}
.box .box-body-circled::after {
  content: "";
  width: 401px;
  height: 401px;
  position: absolute;
  top: -46px;
  right: -90px;
  border-radius: 50%;
  z-index: -1;
}
.box .box-body-circled.blue-bg {
  background: linear-gradient(0deg, #31a6ff 0%, #007ff5 100%);
}
.box .box-body-circled.blue-bg::before {
  background: linear-gradient(45deg, rgba(4, 142, 248, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
}
.box .box-body-circled.blue-bg::after {
  background: linear-gradient(225deg, rgba(4, 142, 248, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
}
.box .box-body-circled.orange-bg {
  background: linear-gradient(0deg, #fec400 0%, #ecb600 100%);
}
.box .box-body-circled.orange-bg::before {
  background: linear-gradient(45deg, rgba(255, 220, 48, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.box .box-body-circled.orange-bg::after {
  background: linear-gradient(225deg, rgba(255, 220, 48, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.box .box-body-circled.grey-bg {
  background: linear-gradient(0deg, #7092b8 0%, #4d7198 100%);
}
.box .box-body-circled.grey-bg::before {
  background: linear-gradient(45deg, rgba(82, 118, 157, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
}
.box .box-body-circled.grey-bg::after {
  background: linear-gradient(225deg, rgba(82, 118, 157, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
}
.box .box-body-circled.green-bg {
  background: linear-gradient(0deg, #06c583 0%, #00af73 100%);
}
.box .box-body-circled.green-bg::before {
  background: linear-gradient(45deg, rgba(0, 179, 117, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
}
.box .box-body-circled.green-bg::after {
  background: linear-gradient(225deg, rgba(0, 179, 117, 0.07) 0%, rgba(255, 255, 255, 0.07) 100%);
}
.box.box-card-subscr .box-body {
  padding: 60px 40px 30px;
}
.box.box-card-subscr .box-subscr-icon {
  text-align: center;
  margin-bottom: 8px;
}
.box.box-card-subscr .box-subscr-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.box.box-card-subscr .box-subscr-desc {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
.box.box-card-subscr .box-subscr-benefits {
  display: flex;
  justify-content: center;
}
.box.box-card-subscr .box-subscr-benefits .blue-tick-list {
  font-size: 18px;
}
.box.box-card-subscr .box-subscr-benefits .blue-tick-list li:before {
  top: 8px;
  font-size: 13px;
}
.box.box-card-subscr .box-subscr-price {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 0;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.box.box-card-subscr .box-subscr-price .box-subscr-price-inner {
  width: 100%;
}
.box.box-card-subscr .box-subscr-price .box-subscr-current-price {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}
.box.box-card-subscr .box-subscr-price .box-subscr-old-price {
  font-size: 18px;
  color: #939394;
  text-decoration: line-through;
  margin-bottom: 0;
}
.box.box-card-subscr .box-subscr-price .box-subscr-yearly-price {
  font-size: 14px;
  color: #939394;
  margin-top: 5px;
  margin-bottom: 0;
}
.box .box-subscr-free-sticker {
  background-color: #05c583;
  padding: 7px 25px 7px 33px;
  position: absolute;
  top: 15px;
  left: -8px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  z-index: 1;
}
.box .box-subscr-free-sticker::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0px;
  z-index: -1;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-bottom: 6px solid #008054;
}
.box .box-subscr-free-sticker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  transform: rotate(0deg) skew(10deg);
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #05c583;
}
.box .box-subscr-discount-sticker {
  background-color: #ff4b4b;
  padding: 7px 25px 7px 33px;
  position: absolute;
  top: 15px;
  left: -8px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  z-index: 1;
}
.box .box-subscr-discount-sticker::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0px;
  z-index: -1;
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-bottom: 6px solid #b94545;
}
.box .box-subscr-discount-sticker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  transform: rotate(0deg) skew(10deg);
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ff4b4b;
}
.box .box-apple-pay-sticker {
  position: absolute;
  top: 23px;
  right: 15px;
  z-index: 1;
}
.box .box-notice {
  padding: 10px 15px;
  border-top: 1px solid #dcdcde;
}
.box .box-notice p {
  font-size: 12px;
  text-align: center;
  color: #939394;
}
.box .box-notice p:only-child {
  margin-bottom: 0;
}
.box.box-campaign.box-invoicing-banner {
  overflow: hidden;
}
.box.box-campaign.box-invoicing-banner .box-content .box-title {
  padding-right: 80px;
  margin-top: auto;
  line-height: 1.88;
}
.box.box-campaign.box-invoicing-banner .box-content p {
  padding-right: 30px;
}
.box.box-campaign.box-invoicing-banner .box-aside {
  position: static;
}
.box.box-campaign.box-invoicing-banner .box-aside .box-image {
  width: 180px;
  min-height: 168px;
}
.box.box-campaign.box-invoicing-banner .box-aside .box-image img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-width: 100%;
  height: auto;
}
.box.box-campaign.box-invoicing-banner .box-aside .box-image img.box-image-mobile {
  display: none;
}
.box.box-campaign.box-invoicing-banner .box-aside .box-image img.box-image-desktop {
  display: block;
}
.box.box-campaign.box-feature-introduction-banner {
  overflow: hidden;
}
.box.box-campaign.box-feature-introduction-banner .box-content .box-title {
  margin-top: auto;
  font-weight: 600;
}
.box.box-campaign.box-feature-introduction-banner .box-aside .box-image img {
  margin: 0 auto;
}
.box.box-campaign.box-amex-uk-france-joint-banner {
  overflow: hidden;
}
.box.box-campaign.box-amex-uk-france-joint-banner .box-content .box-title {
  margin-top: auto;
  font-weight: 600;
}
.box.box-campaign.box-amex-uk-france-joint-banner .box-aside .box-image img {
  margin: 0 auto;
}
.box.box-campaign.box-amex-activation-2023-banner {
  overflow: hidden;
}
.box.box-campaign.box-amex-activation-2023-banner .box-content .box-title {
  margin-top: auto;
  font-weight: 600;
}
.box.box-campaign.box-amex-activation-2023-banner .box-aside .box-image img {
  margin: 0 auto;
}
.box.box-campaign.box-partner-visa-summer-promo-banner {
  overflow: hidden;
}
.box.box-campaign.box-partner-visa-summer-promo-banner .box-content .box-title {
  margin-top: auto;
  font-weight: 600;
}
.box.box-campaign.box-partner-visa-summer-promo-banner .box-aside .box-image img {
  margin: 0 auto;
}
.box.box-campaign.box-italy-scam-alert-banner {
  overflow: hidden;
}
.box.box-campaign.box-italy-scam-alert-banner .box-content .box-title {
  margin-top: 0;
  font-weight: 600;
}
.box.box-campaign.box-italy-scam-alert-banner .box-aside .box-image img {
  margin: 0 auto;
}
.box.box-campaign.box-carbon-october-promo-campaign {
  overflow: hidden;
}
.box.box-campaign.box-carbon-october-promo-campaign .box-content .box-title {
  margin-top: auto;
  font-weight: 700;
}
.box.box-campaign.box-carbon-october-promo-campaign .box-aside .box-image img {
  margin: 0 auto;
}
.box.box-campaign.box-twint-payments-banner {
  overflow: hidden;
}
.box.box-campaign.box-twint-payments-banner .box-content .box-title {
  margin-top: auto;
  line-height: 1.88;
}
.box.box-campaign.box-twint-payments-banner .box-aside .box-image {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.box.box-campaign.box-twint-payments-banner .box-aside .box-image img {
  margin: 0 auto;
}
.box.box-campaign.box-campaign-szep-banner {
  overflow: hidden;
}
.box.box-campaign.box-campaign-szep-banner .box-content .box-title {
  margin-top: auto;
}
.box.box-campaign.box-campaign-szep-banner .box-aside .box-image img {
  margin: 0 auto;
}
.box.box-campaign.box-campaign-mini-ice {
  overflow: hidden;
}
.box.box-campaign.box-campaign-mini-ice .box-content .box-title {
  padding-right: 80px;
}
.box.box-campaign.box-campaign-mini-ice .box-content p {
  padding-right: 30px;
}
.box.box-campaign.box-campaign-mini-ice .box-aside {
  position: static;
}
.box.box-campaign.box-campaign-mini-ice .box-aside .box-image {
  width: 180px;
  min-height: 168px;
}
.box.box-campaign.box-campaign-mini-ice .box-aside .box-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}
.box.box-campaign.box-campaign-mini-ice .box-aside .box-image .box-image-backup {
  display: none;
}
.box.box-campaign.box-campaign-budget-payments .box-body {
  position: relative;
}
.box.box-campaign.box-campaign-budget-payments .box-body .box-aside {
  position: static;
}
.box.box-campaign.box-campaign-budget-payments .box-body .box-aside .box-image {
  width: 180px;
  min-height: 184px;
}
.box.box-campaign.box-campaign-budget-payments .box-body .box-aside .box-image img {
  position: absolute;
  top: 0;
  left: -5px;
}
.box.box-campaign.box-campaign-budget-payments .box-body .box-content .box-title {
  padding-right: 50px;
  margin-top: auto;
}
.box.box-campaign.box-campaign-budget-payments .box-body .box-content p {
  padding-right: 30px;
}
.box.box-campaign.box-campaign-extended-warranty .box-image {
  width: 180px;
  min-height: 184px;
}
.box.box-campaign.box-campaign-extended-warranty .box-content .box-title {
  padding-right: 50px;
  margin-top: auto;
}
.box.box-campaign.box-campaign-extended-warranty .box-content p {
  padding-right: 30px;
}
.box.box-campaign.box-campaign-apple-pay .box-body {
  overflow: hidden;
}
.box.box-campaign.box-campaign-apple-pay .box-body .box-image {
  text-align: center;
  width: 180px;
  min-height: 168px;
  margin: 0 auto -38px;
}
.box.box-campaign.box-campaign-smart .box-body {
  position: relative;
}
.box.box-campaign.box-campaign-smart .box-body .box-aside {
  position: static;
}
.box.box-campaign.box-campaign-smart .box-body .box-aside .box-image {
  width: 180px;
  min-height: 184px;
}
.box.box-campaign.box-campaign-smart .box-body .box-aside .box-image img {
  position: absolute;
  top: 0;
  left: 0;
}
.box.box-campaign.box-campaign-smart .box-body .box-content .box-title {
  padding-right: 50px;
}
.box.box-campaign.box-campaign-smart .box-body .box-content p {
  padding-right: 30px;
}
.box.box-campaign.box-raiffeisen-banner {
  overflow: hidden;
}
.box.box-campaign.box-raiffeisen-banner .box-content .box-title {
  padding-right: 80px;
  margin-top: auto;
  line-height: 1.88;
}
.box.box-campaign.box-raiffeisen-banner .box-content p {
  padding-right: 30px;
}
.box.box-campaign.box-raiffeisen-banner .box-aside {
  position: static;
}
.box.box-campaign.box-raiffeisen-banner .box-aside .box-image {
  width: 180px;
  min-height: 168px;
  padding-left: 15px;
}
.box.box-campaign.box-raiffeisen-banner .box-aside .box-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.box.box-campaign.box-campaign-domains-renewal .box-aside {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box.box-campaign.box-campaign-domains-renewal .box-aside .box-image {
  margin-bottom: 40px;
}
.push-inactive-down .box.box-card-plan:not(.box-card-active) {
  margin-top: 15px;
  padding-top: 15px;
}
.box.box-card-plan .box-body {
  padding: 30px 40px 50px;
}
.box.box-card-plan.box-card-plan-body-large .box-body {
  padding-bottom: 117px;
}
.box.box-card-plan.box-card-active {
  padding-top: 30px;
  padding-bottom: 40px;
  box-shadow: rgba(75, 107, 186, 0.26) 0px 4px 40px 0px;
}
.box.box-card-plan.box-disabled::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: inherit;
  cursor: not-allowed;
}
.box.box-card-plan .card-plan-header {
  text-align: center;
  margin-bottom: 30px;
}
.box.box-card-plan .card-plan-header .card-plan-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.box.box-card-plan .card-plan-header .card-plan-img {
  position: relative;
  text-align: center;
  height: 170px;
  margin-bottom: 15px;
}
.box.box-card-plan .card-plan-header .card-plan-img-inner {
  position: relative;
}
.box.box-card-plan .card-plan-header .card-plan-img img {
  max-width: 230px;
  max-height: 170px;
  box-shadow: 0px 4px 40px 0px rgba(75, 107, 186, 0.26);
}
.box.box-card-plan .card-plan-header .card-plan-img::before {
  content: "";
  width: 270px;
  height: 177px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #f6f9fb;
  border-radius: 50%;
}
.box.box-card-plan .card-plan-header .card-plan-img.card-plan-img-vertical::before {
  width: 170px;
  height: 170px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.box.box-card-plan .card-plan-header .card-plan-img .list-card-color {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.box.box-card-plan .card-plan-header .card-plan-price {
  text-align: center;
  margin-bottom: 22px;
}
.box.box-card-plan .card-plan-header .card-plan-price-amount {
  font-size: 21px;
  line-height: 1.428;
  font-weight: 700;
  vertical-align: bottom;
  margin-bottom: 5px;
  margin-top: 30px;
}
.box.box-card-plan .card-plan-header .card-plan-price-amount .old-price {
  display: block;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 600;
  color: #c4c4c6;
  margin-top: -25px;
}
.box.box-card-plan .card-plan-header .card-plan-price-amount .discount-price {
  color: #e74f76;
}
.box.box-card-plan .card-plan-header .card-plan-price-amount .card-plan-price-period {
  font-size: 16px;
  font-weight: 700;
}
.box.box-card-plan .card-plan-header .card-plan-price-desc {
  color: #808080;
  font-size: 13px;
  font-weight: 600;
}
.box.box-card-plan .card-plan-header .card-plan-price-desc .old-price {
  color: #c4c4c6;
  text-decoration: line-through;
}
.box.box-card-plan .card-plan-list {
  margin-bottom: 0;
}
.box.box-card-plan .card-plan-list li {
  margin-bottom: 25px;
  display: flex;
}
.box.box-card-plan .card-plan-list li .card-plan-list-ico {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  text-align: center;
  width: 30px;
  margin-right: 15px;
}
.box.box-card-plan .card-plan-list li .card-plan-list-ico .ico-font {
  font-size: 24px;
  color: #0071f5;
  margin-top: 5px;
}
.box.box-card-plan .card-plan-list li .card-plan-list-desc {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
}
.box.box-card-plan .card-plan-list li .card-plan-list-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.box.box-card-plan .card-plan-list li p {
  font-size: 12px;
  margin-bottom: 0;
}
.box.box-card-plan .card-plan-list li p.not-available {
  color: #0071f5;
}
.box.box-card-plan .card-plan-list li p.inactive {
  opacity: 0.2;
}
.box.box-card-plan .card-plan-list li.inactive {
  opacity: 0.2;
}
.box.box-card-plan .card-plan-list li.inactive .card-plan-list-ico .ico-font,
.box.box-card-plan .card-plan-list li.inactive p.not-available {
  color: #181818;
}
.box.box-card-plan .card-plan-notice {
  min-height: 60px;
  margin: 25px 0 -5px;
  font-size: 18px;
  font-weight: bold;
}
.box.box-integration {
  padding: 0 50px;
}
.box.box-integration .box-head,
.box.box-integration .box-body {
  padding-top: 50px;
  padding-bottom: 50px;
}
.box.box-integration .box-head + .box-body, .box.box-integration .box-head + .box-foot,
.box.box-integration .box-body + .box-body,
.box.box-integration .box-body + .box-foot {
  border-top-width: 2px;
  border-top-style: dashed;
  border-top-color: rgba(24, 24, 24, 0.3);
}
.box.box-integration .box-head + .box-solid-border,
.box.box-integration .box-body + .box-solid-border {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dcdcde;
}
.box.box-integration .box-head + .box-no-x-padding,
.box.box-integration .box-body + .box-no-x-padding {
  padding-left: 0;
  padding-right: 0;
}
.box.box-integration .box-integration-title {
  font-size: 24px;
  line-height: 1.17;
  font-weight: 400;
}
.box.box-integration .box-integration-heading {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
.box.box-integration .box-integration-heading .ico-border-wrapper {
  margin-right: 10px;
  border-color: rgba(0, 113, 245, 0.2);
}
.box.box-integration .box-integration-heading .box-integration-title {
  margin-bottom: 0;
}
.box.box-alt .box-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
}
.box.box-alt .box-title-sm {
  font-size: 16px;
  font-weight: 700;
}
.box.box-alt .box-actions {
  padding-top: 30px;
  padding-bottom: 50px;
}
.box.box-alt .box-head {
  padding-top: 35px;
  background-color: #0071f5;
  background-image: linear-gradient(#30a5ff, #0074de);
  background-repeat: no-repeat;
}
.box.box-alt.box-alt-activate-glass .box-head {
  margin-bottom: 50px;
  background-image: url(/trunk/public/build/assets/account/images/activate-glass-pulse.0c1ee766.png), linear-gradient(#30a5ff, #0074de);
  background-position: center 0, center;
}
.box.box-alt.box-alt-activate-glass .box-head .box-image img {
  margin-bottom: -50px;
}
.box.box-alt.box-alt-glass-ad .box-head {
  margin-bottom: 50px;
  background-image: url(/trunk/public/build/assets/account/images/glass-ad-page-bg.12795ef7.png), linear-gradient(#30a5ff, #0074de);
  background-position: 0 bottom, center;
  background-repeat: repeat-x;
}
.box.box-alt.box-alt-glass-ad .box-head .box-image img {
  margin-bottom: -80px;
}
.box.box-add-store > .box-head {
  padding: 25px 120px;
  background-color: #ebf4ff;
}
.box.box-add-store > .box-head + .box-body {
  border-top-color: rgba(24, 24, 24, 0.2);
}
.box.box-add-store > .box-body {
  padding: 40px 95px;
}
.box.box-add-store > .box-body .box-heading {
  padding-right: 0;
  padding-left: 0;
  border-bottom-color: rgba(24, 24, 24, 0.2);
}
.box.box-add-store > .box-body .box-add-store-preview {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.box.box-add-store > .box-body .box-add-store-preview .box-add-store-preview-section {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(24, 24, 24, 0.2);
}
.box.box-add-store > .box-body .box-add-store-preview .box-add-store-preview-section:last-child {
  border-bottom-width: 0;
}
.box.box-add-store > .box-body .box-add-store-preview .box-add-store-preview-head {
  margin-bottom: -10px;
}
.box.box-add-store > .box-body .box-add-store-preview .box-add-store-preview-head .ico-svg {
  width: 100%;
}
.box.box-add-store > .box-body .box-add-store-preview .box-add-store-preview-body {
  margin: 0 15px;
  border: 2px solid rgba(24, 24, 24, 0.2);
  border-top-width: 0;
  border-radius: 6px;
}
.box.box-add-store > .box-body .box-add-store-preview .box-add-store-preview-body + .box-add-store-preview-body {
  margin-top: 20px;
  border-top-width: 2px;
}
.box.box-add-store > .box-body .box-add-store-preview .box-add-store-preview-foot {
  padding: 30px;
  text-align: center;
}
.box.box-add-store.box-add-online-shop .box-title.fw_normal {
  font-weight: 400;
}
.box.box-add-store.box-add-online-shop .nav-steps-alt {
  margin: 0 auto;
}
.box.box-add-store.box-add-online-shop .form-text {
  position: absolute;
  top: 11px;
  right: 13px;
  z-index: 1;
  pointer-events: none;
}
.box.box-add-store.box-add-online-shop .form-text.form-text-bottom {
  top: auto;
  bottom: 0px;
}
.box.box-add-store.box-add-online-shop .list-bullets {
  color: #181818;
  margin-bottom: 0;
}
.box.box-add-store.box-add-online-shop .list-bullets > li {
  margin-bottom: 5px;
}
.box.box-add-store.box-add-online-shop .list-bullets > li:before {
  background: #181818;
  width: 5px;
  height: 5px;
}
.box.box-add-store.box-add-online-shop .list-bullets > li:last-of-type {
  margin-bottom: 0;
}
.box.box-add-store.box-add-online-shop .file-upload > label {
  border: 2px dashed #EDF0F3;
}
.box.box-add-store.box-add-online-shop .file-upload > label .file-upload-image {
  padding: 20px 0 20px;
  color: #EDF0F3;
}
.box.box-add-store.box-add-online-shop .file-upload > label .file-upload-image .ico-font {
  font-size: 55px;
}
.box.box-add-store.box-add-online-shop .file-upload > label .file-upload-title {
  font-size: 14px;
  color: #181818;
}
.box.box-add-store.box-add-online-shop .file-upload.file-upload-square-150 > label {
  padding: 10px;
}
.box.box-add-store.box-add-online-shop .file-upload.file-upload-square-150 > label .file-upload-image {
  padding: 0;
  margin-bottom: 10px;
}
.box.box-add-store.box-add-online-shop .file-upload.file-upload-square-150 > label .file-upload-image .ico-font {
  font-size: 28px;
}
.box.box-add-store.box-add-online-shop .file-upload.file-upload-square-150 > label .file-upload-title {
  font-size: 11px;
}
.box.box-add-store.box-add-online-shop .file-upload.file-upload-blue-design > label {
  border-color: #0071f5;
  background-color: #ebf4ff;
}
.box.box-add-store.box-add-online-shop .file-upload.file-upload-blue-design > label .file-upload-title {
  font-size: 15px;
  color: #0071f5;
}
.box.box-add-store.box-add-online-shop .file-upload.file-upload-blue-design > label .file-upload-image .ico-font {
  font-size: 40px;
  color: #0071f5;
}
.box.box-add-store.box-add-online-shop .price-discount-row {
  margin-top: 20px;
}
.box.box-add-store.box-add-online-shop .price-discount-row:first-of-type {
  margin-top: 0;
}
.box.box-add-store.box-add-online-shop-product .form-group:last-of-type {
  margin-bottom: 0;
}
.box.box-add-store.box-add-online-shop-discount .price-discount-rows {
  margin: 0 -20px 35px -20px;
  padding: 20px 20px 30px 20px;
}
.box.box-tracker .box-head {
  padding: 20px 20px;
}
.box.box-tracker .box-head .box-title {
  font-size: 1.1250000038rem;
  color: #181818;
}
.box.box-tracker .box-head .box-title-notice {
  color: rgba(24, 24, 24, 0.5);
  font-size: 0.875rem;
  font-weight: 500;
}
.box.box-tracker .box-head.box-head-small {
  padding: 10px 20px;
}
.box.box-tracker .box-body {
  overflow: hidden;
}
.box.box-tracker .sales-card {
  height: 100%;
  border-top: 1px solid rgba(24, 24, 24, 0.2);
  border-right: 1px solid rgba(24, 24, 24, 0.2);
}
.box.box-tracker .online-shop-details-header {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  align-items: center;
}
.box.box-tracker .online-shop-details-header .online-shop-details-name {
  flex: 4 1 0%;
}
.box.box-tracker .online-shop-details-header .online-shop-details-name .online-shop-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  color: #0071f5;
}
.box.box-tracker .online-shop-details-header .online-shop-link-wrapper {
  display: flex;
  align-items: center;
}
.box.box-tracker .online-shop-details-header .online-shop-link-wrapper .online-shop-link-controls {
  margin-left: 10px;
}
.box.box-tracker .online-shop-details-header .online-shop-link-wrapper .online-shop-link-controls > button {
  margin-top: -3px;
}
.box.box-tracker .online-shop-details-header .online-shop-details-actions {
  flex: 1 1 0%;
  justify-content: flex-end;
  text-align: right;
}
.box.box-tracker .online-shop-details-header .btn-get-domain {
  font-size: 14px;
  margin-left: 15px;
  margin-top: -5px;
}
.box.box-ghost {
  background-color: transparent;
  box-shadow: none;
}
.box .bordered-inner {
  padding: 50px 35px 20px;
  border: 2px dashed rgba(24, 24, 24, 0.1);
  border-radius: 8px;
}
.box .bordered-inner-content-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.box.box-setup-online-shop .box-head {
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
}
.box.box-setup-online-shop .box-head .box-online-shop-banner {
  position: relative;
  overflow: hidden;
  height: 158px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.box.box-setup-online-shop .box-head .box-online-shop-banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2e4568;
  opacity: 0.5;
}
.box.box-setup-online-shop .box-head .box-online-shop-banner.box-online-shop-banner-default {
  background-color: #ebf4ff;
  background-image: url(/trunk/public/build/assets/account/images/online-catalogue-no-banner-bg.d0b52863.png);
  background-size: auto;
}
.box.box-setup-online-shop .box-head .box-online-shop-banner.box-online-shop-banner-default:before {
  display: none;
}
.box.box-setup-online-shop .box-head .box-online-shop-banner.box-online-shop-banner-dummy {
  background-image: url(/trunk/public/build/assets/account/images/online-catalogue-dummy-banner-bg.ebfed56f.png);
}
.box.box-setup-online-shop .box-head .box-online-shop-logo {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
  width: 126px;
  padding: 12px;
  border: 3px solid #f3f5fa;
  margin: -73px auto 0;
  background-color: #fff;
  border-radius: 50%;
}
.box.box-setup-online-shop .box-head .box-online-shop-logo.box-online-shop-logo-default {
  border: 3px solid #fff;
  background-color: #ddeaf9;
  color: #fff;
}
.box.box-setup-online-shop .box-head .box-online-shop-logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.box.box-setup-online-shop .box-body {
  padding-top: 0;
  padding-bottom: 50px;
  border-top: none;
}
.box.box-setup-online-shop .box-body .box-body-inner {
  max-width: 600px;
  padding: 0;
  margin: 0 auto;
}
.box.box-setup-online-shop .box-body .box-online-shop-info {
  margin-bottom: 30px;
  text-align: center;
  color: #283953;
}
.box.box-setup-online-shop .box-body .box-online-shop-info .box-online-shop-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
}
.box.box-setup-online-shop .box-body .box-online-shop-info .box-online-shop-title a {
  color: #0075f2;
}
.box.box-setup-online-shop .box-body .box-online-shop-info .box-online-shop-title a .ico-font {
  vertical-align: super;
}
.box.box-setup-online-shop .box-body .box-online-shop-info .box-online-shop-title a:hover {
  text-decoration: none;
}
.box.box-setup-online-shop .box-body .box-online-shop-info p {
  margin: 0;
  font-size: 14px;
  line-height: 2.14;
}
.box.box-setup-online-shop .box-body .box-online-shop-progress {
  display: flex;
  align-items: center;
  max-width: 250px;
  margin: 0 auto 45px;
}
.box.box-setup-online-shop .box-body .box-online-shop-progress .progress {
  flex: 1 1 auto;
  height: 10px;
  border-radius: 10px;
  background-color: #e5f1fe;
  box-shadow: none;
}
.box.box-setup-online-shop .box-body .box-online-shop-progress .progress .progress-bar.bg-success {
  background-color: #05c583 !important;
  border-radius: 10px;
}
.box.box-setup-online-shop .box-body .box-online-shop-progress .box-online-shop-progress-text {
  flex: 0 0 50px;
  max-width: 50px;
  padding-left: 10px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.875;
  color: #05c583;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul {
  margin-bottom: 0;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li {
  display: flex;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li .box-online-shop-steps-icon {
  flex: 0 0 32px;
  max-width: 32px;
  margin-right: 20px;
  color: #afcae8;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li .box-online-shop-steps-content {
  flex: 1 1 auto;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li .box-online-shop-steps-content .box-online-shop-steps-content-head {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li .box-online-shop-steps-content .box-online-shop-steps-content-body p {
  max-width: 460px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.42;
  color: #4d7198;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li .box-online-shop-steps-content:hover {
  text-decoration: none;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li .box-online-shop-steps-done {
  display: none;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.58;
  color: #05c583;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li .box-online-shop-steps-title {
  flex: 1 1 auto;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.58;
  color: #2e4568;
  transition: color 0.3s;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li .box-online-shop-steps-head-icon {
  margin-left: 15px;
  color: #4b718e;
  transition: color 0.3s;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li.passed .box-online-shop-steps-icon {
  color: #05c583;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li.passed .box-online-shop-steps-content {
  cursor: default;
  pointer-events: none;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li.passed .box-online-shop-steps-content .box-online-shop-steps-content-head {
  align-items: stretch;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li.passed .box-online-shop-steps-done {
  display: block;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li.passed .box-online-shop-steps-title {
  position: relative;
  flex: 0 1 auto;
  color: #96a1b3;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li.passed .box-online-shop-steps-title span {
  padding-right: 5px;
  padding-left: 5px;
  background: linear-gradient(#181818, #181818) left 10px no-repeat;
  background-size: 100% 1px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li.passed .box-online-shop-steps-head-icon {
  display: none;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li:not(.passed) .box-online-shop-steps-content {
  cursor: pointer;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li:not(.passed) .box-online-shop-steps-content:hover .box-online-shop-steps-title,
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li:not(.passed) .box-online-shop-steps-content:hover .box-online-shop-steps-head-icon {
  color: #0075f2;
}
.box.box-setup-online-shop .box-body .box-online-shop-steps ul li + li {
  margin-top: 20px;
}
.box.box-online-shop-templates .box-head {
  padding: 50px 20px 40px;
}
.box.box-online-shop-templates .box-head .box-title {
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #2e4568;
  text-align: center;
}
.box.box-online-shop-templates .box-head p {
  max-width: 580px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.36;
  color: #4d7198;
  text-align: center;
}
.box.box-online-shop-templates .box-body {
  padding: 0 20px 20px;
  border-top: none;
}
.box.box-online-shop-templates .box-body .box-body-inner {
  max-width: 860px;
  padding: 0;
  margin: 0 auto;
}
.box.box-online-shop-templates .box-body .box-body-inner .row {
  margin-right: -20px;
  margin-left: -20px;
}
.box.box-online-shop-templates .box-body .box-body-inner .row [class^=col] {
  padding-left: 20px;
  padding-right: 20px;
}
.box.box-online-shop-templates.box-online-shop-templates-full-width .box-body .box-body-inner {
  max-width: 100%;
}

.box.box-online-shop-templates .box-online-shop-template {
  margin-bottom: 30px;
}
.box.box-online-shop-templates .box-online-shop-template .box-online-shop-template-image {
  position: relative;
  overflow: hidden;
  border: 2px solid #edf2f8;
  margin-bottom: 10px;
  border-radius: 5px;
}
.box.box-online-shop-templates .box-online-shop-template .box-online-shop-template-image:before {
  content: "";
  display: block;
  padding-top: 104.61%;
}
.box.box-online-shop-templates .box-online-shop-template .box-online-shop-template-image img {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}
.box.box-online-shop-templates .box-online-shop-template .box-online-shop-template-image img.opaque {
  opacity: 1;
}
.box.box-online-shop-templates .box-online-shop-template .box-online-shop-template-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.box.box-online-shop-templates .box-online-shop-template .box-online-shop-template-dots .dot {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #bbc9d8;
  cursor: pointer;
  transition: background-color 0.3s;
}
.box.box-online-shop-templates .box-online-shop-template .box-online-shop-template-dots .dot.active {
  width: 9px;
  height: 9px;
  background-color: #0071f5;
  cursor: default;
}
.box.box-online-shop-templates .box-online-shop-template .box-online-shop-template-dots .dot:hover {
  background-color: #0071f5;
}
.box.box-online-shop-templates .box-online-shop-template .box-online-shop-template-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14;
  color: #2e4568;
}
.box.box-online-shop-templates .box-online-shop-template p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.36;
  color: #4d7198;
}
.box.box-online-shop-templates .box-online-shop-template .box-online-shop-template-actions {
  margin: -5px;
}
.box.box-online-shop-templates .box-online-shop-template .box-online-shop-template-actions .btn {
  margin: 5px;
}
.box.box-online-shop-template-edit {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 365px;
  flex-basis: 365px;
  max-width: 365px;
  height: 100%;
  margin-bottom: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
}
.box.box-online-shop-template-edit > .box-body {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
  height: 100%;
}
.box.box-online-shop-template-edit > .box-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.box.box-online-shop-template-edit > .box-body::-webkit-scrollbar-track {
  background-color: #fff;
}
.box.box-online-shop-template-edit > .box-body::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.box.box-online-shop-template-edit > .box-body::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}
.box.box-online-shop-template-edit > .box-foot {
  margin-top: auto;
}
.box.box-online-shop-template-edit .box-head {
  padding: 30px 20px 30px;
}
.box.box-online-shop-template-edit .box-head .box-title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.125;
}
.box.box-online-shop-template-edit .box-body {
  padding-bottom: 0;
}
.box.box-online-shop-template-edit .color-select-wrap {
  margin-bottom: 20px;
}
.box.box-online-shop-template-edit .color-select-wrap .color-select-title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #33435b;
}
.box.box-online-shop-template-edit .color-select-wrap .list-color-select {
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
  margin-right: -15px;
}
.box.box-online-shop-template-edit .color-select-wrap .list-color-select li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.box.box-online-shop-template-edit .color-select-wrap .list-color-select li label span {
  width: 24px;
  height: 24px;
}
.box.box-online-shop-template-edit .color-select-wrap .list-color-select li.list-item-color-custom label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.box.box-online-shop-template-edit .color-select-wrap .list-color-select li.list-item-color-custom label .ico-font {
  margin-top: -2px;
}
.box.box-online-shop-template-edit .shop-settings-section {
  margin-bottom: 30px;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #33435b;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-title.mb_0 {
  margin-bottom: 0;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings {
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin: 0;
  list-style-type: none;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings li input[type=radio] {
  display: none;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings li label {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  color: #4d7198;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings li label .settings-icon {
  flex: 0 0 30px;
  max-width: 30px;
  margin-right: 20px;
  text-align: center;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings li label .settings-icon .ico-font {
  display: block;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings li input[type=radio]:checked ~ label {
  color: #007ff5;
  font-weight: 600;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings li input[type=radio]:disabled ~ label {
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings li + li {
  margin-top: 20px;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings.list-inline {
  padding-left: 0;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings.list-inline li.list-inline-item {
  margin-top: 0;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings.list-inline li.list-inline-item label {
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 5px;
  border: 1px solid #c4c4c6;
  background-color: #fff;
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings.list-inline li.list-inline-item label .settings-icon {
  flex-basis: auto;
  margin-right: 0;
  color: #181818;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings.list-inline li.list-inline-item input[type=radio]:checked ~ label {
  background-color: #ebf4ff;
  border-color: #0071f5;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings.list-inline li.list-inline-item input[type=radio]:checked ~ label .settings-icon {
  color: #0071f5;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings.list-inline li.list-inline-item:not(:last-child) {
  margin-right: 10px;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings.list-inline li.list-shop-settings-button {
  flex: 1 1 0;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings.list-inline li.list-shop-settings-button label {
  width: 100%;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
}
.box.box-online-shop-template-edit .shop-settings-section .list-shop-settings.list-inline li.list-shop-settings-button input[type=radio]:checked ~ label {
  color: #0071f5;
}
.box.box-online-shop-template-edit .shop-settings-section .react-select__value-container {
  padding-left: 10px;
}
.box.box-online-shop-template-edit .shop-settings-section .react-select__input-container {
  left: 10px;
}
.box.box-online-shop-template-edit .shop-settings-section .form-group .form-text {
  position: absolute;
  right: 5px;
  margin: 0;
}
.box.box-online-shop-template-edit .shop-settings-section .form-group-textarea .form-text {
  right: 8px;
  bottom: 5px;
}
.box.box-online-shop-template-edit .shop-settings-section .form-group-text .form-text {
  top: 50%;
  transform: translateY(-50%);
}
.box.box-online-shop-template-edit .shop-settings-section .btn.btn-toggle-right > label {
  padding: 0;
}
.box.box-online-shop-template-edit .shop-settings-section .form-control[type=text] {
  color: #33435b;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-section-uploaded-logo {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 40px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #c4c4c6;
  border-radius: 4px;
  text-align: center;
  background-position: center center;
  background-size: cover;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-section-uploaded-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-section-uploaded-logo.shop-settings-section-uploaded-logo-large {
  width: 120px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-section-uploaded-logo.shop-settings-section-uploaded-mobile-bg {
  width: 95px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-section-uploaded-logo.shop-settings-section-uploaded-logo-40x40 {
  width: 40px;
  height: 40px;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-section-uploaded-logo.shop-settings-section-uploaded-logo-static {
  position: static;
  width: auto;
  min-width: 60px;
  height: 60px;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-section-uploaded-logo.shop-settings-section-uploaded-logo-static img {
  position: static;
  transform: none;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-section-uploaded-logo-name {
  margin-bottom: 0;
  line-height: 1.36;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-socials {
  position: relative;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-socials .form-group {
  margin-bottom: 20px;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-socials .shop-settings-socials-input {
  padding-left: 40px;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-socials .shop-settings-socials-prefix {
  position: absolute;
  top: 11px;
  left: 11px;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-socials .shop-settings-socials-prefix .shop-settings-socials-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-socials .shop-settings-socials-prefix .shop-settings-socials-icon.shop-settings-socials-icon-facebook {
  background-color: #1877f2;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-socials .shop-settings-socials-prefix .shop-settings-socials-icon.shop-settings-socials-icon-twitter {
  background-color: #55acee;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-socials .shop-settings-socials-prefix .shop-settings-socials-icon.shop-settings-socials-icon-x {
  background-color: #181818;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-socials .shop-settings-socials-prefix p {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  color: #33435b;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-list-toggles li {
  padding: 10px;
  border: 1px solid #dcdcde;
  border-radius: 6px;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-list-toggles li + li {
  margin-top: 5px;
}
.box.box-online-shop-template-edit .shop-settings-section .shop-settings-list-toggles li p {
  margin-bottom: 0;
}
.box.box-online-shop-template-edit .box-foot {
  padding: 20px;
}
.box.box-online-shop-template-edit ~ iframe {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  margin-left: 365px;
  border: none;
}
.box.box-online-shop-template-edit ~ iframe.mobile-view {
  max-width: 380px;
  margin: 0 auto;
}
.box.box-online-shop-template-edit ~ *:not(:first-child) {
  flex-basis: calc(100% - 365px);
  max-width: calc(100% - 365px);
}
.box.box-online-shop-template-edit ~ .template-edit-iframe-wrap {
  flex-basis: 0;
  flex-grow: 1;
  margin-left: 365px;
  overflow: auto;
}
.box.box-online-shop-template-edit ~ .template-edit-iframe-wrap iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  border: none;
}
.box.box-online-shop-template-edit ~ .template-edit-iframe-wrap iframe.mobile-view {
  max-width: 380px;
  margin: 0 auto;
}
.box.box-online-shop-template-edit ~ .template-edit-iframe-wrap .demo-sections {
  flex-basis: 100%;
  width: 100%;
  max-width: calc(1560px + 365px);
  margin: 68px auto;
  padding-left: 0;
}
.box.box-online-shop-template-edit ~ .svg-loader-wrapper {
  margin-left: 365px;
}
.wrapper-is-mobile-preview .box.box-online-shop-template-edit ~ .svg-loader-wrapper {
  max-width: 680px;
  margin: 0 auto;
}

.box.box-online-shop-template-edit ~ .demo-sections {
  flex-basis: 100%;
  width: 100%;
  max-width: calc(1560px + 365px);
  margin: 100px auto;
  padding-left: 365px;
}
.box.box-online-shop-products .table {
  min-width: 900px;
}
.box.box-online-shop-products .table td {
  padding: 20px 15px;
  font-size: 14px;
  line-height: 1.29;
  color: #2e4568;
}
.box.box-online-shop-products .table td.c_red {
  color: #e74f76;
}
.box.box-online-shop-products .table td.c_gray_alt {
  color: #96a2b3;
}
.box.box-online-shop-products .table td .btn-link {
  text-align: left;
}
.box.box-online-shop-products .table .table-shop-product-image {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-right: 10px;
  background-color: #ebf4ff;
  border-radius: 4px;
}
.box.box-online-shop-products .table .table-shop-product-image img {
  max-width: 100%;
  max-height: 100%;
}
.box.box-online-shop-products .table .table-shop-product-name {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
}
.box.box-online-shop-products .table .list-table-shop-categories {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.box.box-online-shop-products .table .list-table-shop-categories li {
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #a6b8cb;
}
.box.box-online-shop-products .table .list-table-shop-categories li:first-child .ico-font {
  display: none;
}
.box.box-online-shop-products .table .list-table-shop-categories li .ico-font {
  margin-right: 7px;
}
.box.box-online-shop-products .table .table-shop-product-location {
  margin: 0;
  color: #2e4568;
}
.box.box-online-shop-products .table .table-shop-product-location .ico-font {
  color: #4d7198;
}
.box.box-online-shop-products .table .table-shop-product-discount {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  color: #05c583;
}
.box.box-online-shop-products .table .table-shop-product-discount-text {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #a5b7cb;
}
.box.box-online-shop-products .table .table-shop-product-old-price {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #bfc6d0;
  white-space: nowrap;
}
.box.box-online-shop-products .table .table-shop-product-old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  right: -1px;
  height: 1px;
  background-color: #8b9aaf;
  border-radius: 2px;
  margin-top: 1px;
}
.box.box-online-shop-products .table.table-edit-prices tbody td {
  border-bottom: 0;
}
.box.box-online-shop-products .table.table-edit-prices tbody tr:not(.sub-list-variations) + .sub-list-variations > td {
  padding-top: 10px;
}
.box.box-online-shop-products .table.table-edit-prices tbody .sub-list-variations + tr:not(.sub-list-variations) > td {
  border-top: 1px solid #dcdcde;
}
.box.box-online-shop-products.box-online-shop-products-edit .table tbody:hover {
  background-color: #fff;
}
.box.box-online-shop-products.box-online-shop-products-edit .table tr td {
  border: none;
}
.box.box-online-shop-products.box-online-shop-products-edit .table tr:not(:last-child) td {
  padding-bottom: 5px;
}
.box.box-online-shop-products.box-online-shop-products-edit .table tr + tr td {
  padding-top: 5px;
}
.box.box-online-shop-products.box-online-shop-products-edit .table tr:hover {
  background: none;
}
.box.box-online-shop-products.box-online-shop-products-edit .table.table-edit-prices .sub-list-variations > td {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}
.box.box-online-shop-products.box-online-shop-products-edit .table.table-edit-prices tr:not(.sub-list-variations) + .sub-list-variations > td {
  padding-top: 15px;
  border: none;
}
.box.box-online-shop-products.box-online-shop-products-edit .table.table-edit-prices .sub-list-variations + tr:not(.sub-list-variations) > td {
  padding-top: 20px;
  border: none;
}
.box.box-online-shop-product-actions {
  margin-bottom: 0;
  box-shadow: none;
  background-color: transparent;
  z-index: 1;
}
.box.box-online-shop-product-actions .popover-toggle-btn {
  position: relative;
  padding-right: 35px;
  text-align: left;
}
.box.box-online-shop-product-actions .popover-toggle-btn:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 15px;
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #4d7198;
  border-left: 2px solid #4d7198;
}
.box.box-online-shop-product-actions .popover-toggle-btn:hover:after {
  border-color: #007ff5;
}
.box.box-online-shop-product-actions p {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.13;
  color: #a0b3c9;
}
.box.box-online-shop-legal .box-head {
  padding: 50px 20px 25px;
}
.box.box-online-shop-legal .box-head .box-title {
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #2e4568;
}
.box.box-online-shop-legal .box-head p {
  max-width: 700px;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.36;
  color: #4d7198;
}
.box.box-online-shop-legal .box-body {
  padding: 40px 95px;
  border: none;
  margin: 0 auto;
}
.box.box-online-shop-legal .list-online-shop-legal {
  text-align: center;
}
.box.box-online-shop-legal .list-online-shop-legal li {
  border-bottom: 1px solid #EDF0F3;
  margin-bottom: 45px;
  padding-bottom: 40px;
}
.box.box-online-shop-legal .list-online-shop-legal li:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.box.box-online-shop-ad .box-banner {
  position: relative;
  height: 260px;
  margin-bottom: 55px;
  background: linear-gradient(to bottom, #30a5ff 0%, #0074de 100%);
  border-radius: 5px 5px 0 0;
}
.box.box-online-shop-ad .box-banner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 532px;
  height: 235px;
  background: url(/trunk/public/build/assets/account/images/online-catalogue-ad-bg.7762deef.png) no-repeat center center;
}
.box.box-online-shop-ad .box-banner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 418px;
  background: url(/trunk/public/build/assets/account/images/online-catalogue-ad-bg-light.f2ccc024.png) no-repeat center center;
}
.box.box-online-shop-ad .box-banner img {
  position: absolute;
  bottom: -67px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
}
.box.box-online-shop-ad .box-head {
  padding: 0 20px;
}
.box.box-online-shop-ad .box-head .ad-banner-title-small {
  line-height: 1.375;
}
.box.box-online-shop-ad .box-foot {
  padding-bottom: 50px;
}
.box.box-not-eligible-step {
  height: 100%;
  margin-bottom: 0;
}
.box.box-not-eligible-step .box-body,
.box.box-not-eligible-step .box-foot {
  padding: 24px;
}
.box.box-not-eligible-step .box-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.box.box-not-eligible-step .box-foot {
  border-top: none;
}
.box.box-not-eligible-step .box-not-eligible-step-num {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  background: #d2e0f1;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 48px;
}
.box.box-loan-request-form .box-body {
  padding: 40px;
}
.box.box-clean-ad .box-banner {
  padding: 50px 20px 20px;
  text-align: center;
}
.box.box-clean-ad .box-banner img {
  max-width: 100%;
  height: auto;
}
.box.box-clean-ad .box-banner.box-banner-video {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.box.box-clean-ad .box-banner.box-banner-video video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.box.box-clean-ad .ad-banner-title {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.375;
}
.box.box-clean-ad .ad-banner-subtitle {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
}
.box.box-clean-ad .box-head {
  text-align: center;
}
.box.box-clean-ad .box-head p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
}
.box.box-clean-ad .box-head + .box-foot {
  padding-top: 30px;
}
.box.box-clean-ad .box-body {
  padding-top: 40px;
  padding-bottom: 5px;
}
.box.box-clean-ad .box-foot {
  padding: 15px 20px 50px;
  text-align: center;
}
.box.box-clean-ad .box-foot p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
}
.box.box-clean-ad.box-clean-ad-upsells .box-banner.box-banner-video {
  width: 660px;
  max-width: 100%;
}
.box.box-clean-ad.box-clean-ad-upsells .box-banner.box-banner-video .box-banner-inner {
  overflow: hidden;
  min-height: 350px;
  background-color: #faf9fa;
  border-radius: 10px;
}
.box.box-online-shop-plans .box-head {
  max-width: 800px;
  padding: 60px 20px 20px;
  margin: 0 auto;
  text-align: center;
}
.box.box-online-shop-plans .box-head .box-title {
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.375;
}
.box.box-online-shop-plans .box-head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.29;
}
.box.box-online-shop-plans .box-body {
  max-width: 800px;
  padding: 20px 20px 40px;
  border: none;
  margin: 0 auto;
}
.box.box-online-shop-plans .box-online-shop-plan {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  border: 1px solid #e5e9ed;
  border-radius: 10px;
}
.box.box-online-shop-plans .box-online-shop-plan .box-online-shop-plan-icon {
  position: relative;
  width: 85px;
  margin-bottom: 40px;
}
.box.box-online-shop-plans .box-online-shop-plan .box-online-shop-plan-icon .box-online-shop-plan-icon-price {
  position: absolute;
  right: -13px;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #acc5e4;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1.42;
  color: #fff;
}
.box.box-online-shop-plans .box-online-shop-plan .box-online-shop-plan-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.34;
}
.box.box-online-shop-plans .box-online-shop-plan .box-online-shop-plan-desc {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.72;
}
.box.box-online-shop-plans .box-online-shop-plan .box-online-shop-plan-price {
  margin-top: auto;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.375;
}
.box.box-online-shop-plans .box-online-shop-plan .box-online-shop-plan-price small {
  font-size: 16px;
}
.box.box-online-shop-plans .box-online-shop-plan.box-online-shop-plan-unlimited .box-online-shop-plan-icon {
  position: relative;
  z-index: 1;
}
.box.box-online-shop-plans .box-online-shop-plan.box-online-shop-plan-unlimited .box-online-shop-plan-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 124px;
  margin-top: 2px;
  background: url(/trunk/public/build/assets/account/images/online-catalogue-unlimited-plan-shadow.7e72cf60.png) no-repeat center center;
}
.box.box-online-shop-plans .box-online-shop-plan.box-online-shop-plan-unlimited .box-online-shop-plan-icon .box-online-shop-plan-icon-price {
  background-color: #fec400;
}
.box.box-large .box-body {
  padding: 30px;
}
.box.box-order-details .box-section {
  border-color: #c4c4c6;
  background-color: #f5f5f7;
  border-radius: 8px;
}
.box.box-order-details .box-head {
  padding: 20px 30px;
  background-color: #fff;
}
.box.box-order-details .box-body {
  padding: 20px 30px;
}
.box-head + .box.box-order-details .box-body {
  border-color: #dce6f1;
}
.box.box-order-details .box-foot {
  padding: 20px 30px;
  border-color: #dce6f1;
  background-color: #fff;
}
.box.box-order-details .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  color: #181818;
}
.box.box-order-details .dropdown-menu .dropdown-item + .dropdown-item {
  border-top: 1px solid #dce6f1;
}
.box.box-transparent {
  background-color: transparent;
  box-shadow: none;
}
.box.box-import-products-review .table {
  border-collapse: separate;
}
.box.box-import-products-review .table tbody > tr:last-child > td {
  border-bottom: 1px solid #dcdcde;
}
.box.box-import-products-review .table tbody.bordered-product {
  position: relative;
  border-radius: 6px;
  box-shadow: 0 3px 6px 0 rgba(24, 24, 24, 0.16);
}
.box.box-import-products-review .table tbody.bordered-product > tr {
  position: relative;
}
.box.box-import-products-review .table tbody.bordered-product > tr:first-child > td {
  border-top: 1px solid #0071f5;
}
.box.box-import-products-review .table tbody.bordered-product > tr:first-child > td:first-child {
  border-top-left-radius: 6px;
}
.box.box-import-products-review .table tbody.bordered-product > tr:first-child > td:last-child {
  border-top-right-radius: 6px;
}
.box.box-import-products-review .table tbody.bordered-product > tr > td:first-child {
  border-left: 1px solid #0071f5;
}
.box.box-import-products-review .table tbody.bordered-product > tr > td:last-child {
  border-right: 1px solid #0071f5;
}
.box.box-import-products-review .table tbody.bordered-product > tr:last-child > td {
  padding-bottom: 25px;
  border-bottom: 1px solid #0071f5;
}
.box.box-import-products-review .table tbody.bordered-product > tr:last-child > td:first-child {
  border-left: 1px solid #0071f5;
  border-bottom-left-radius: 6px;
}
.box.box-import-products-review .table tbody.bordered-product > tr:last-child > td:last-child {
  border-right: 1px solid #0071f5;
  border-bottom-right-radius: 6px;
}
.box.box-import-products-review .table tbody.bordered-product > tr .is-invalid,
.box.box-import-products-review .table tbody.bordered-product > tr .is-invalid:hover {
  background-color: rgba(231, 79, 118, 0.05);
}
.box.box-import-products-review .table tbody.bordered-product .sub-list-variations > td:first-of-type > .sub-list-variations-list::before {
  top: -25px;
  bottom: 0px;
}
.box.box-import-products-review .table tbody.bordered-product .sub-list-variations + .sub-list-variations > td:first-of-type > .sub-list-variations-list::before {
  top: calc(-50% - 20px);
}

.box.box-import-products-review .table tbody.bordered-product .sub-list-variations:last-child > td:first-of-type > .sub-list-variations-list::before {
  bottom: 50%;
}

.box.box-import-products-review .table td,
.box.box-import-products-review .table th {
  padding-left: 7px;
  padding-right: 7px;
}
.box.box-import-products-review .table td:first-child, .box.box-import-products-review .table td:last-child,
.box.box-import-products-review .table th:first-child,
.box.box-import-products-review .table th:last-child {
  padding-left: 15px;
  padding-right: 15px;
}
.box.box-import-products-review .table td.table-cell-with-scroll-y .table-cell-inner {
  padding-left: 7px;
  padding-right: 7px;
}
.box.box-import-products-review .table .list-table-shop-categories {
  margin-top: 2px;
}
.box.box-provider .box-head {
  position: relative;
  padding: 24px 25px;
  background-color: #fff;
  box-shadow: 0px 6px 12px 0px #0000000A;
  z-index: 2;
}
.box.box-provider .box-head .box-title {
  padding: 0;
  font-size: 14px;
  line-height: 1.3334;
  font-weight: 600;
}
.box.box-provider .box-body {
  overflow: hidden;
  padding: 30px;
  border-top: none;
}
.box.box-provider .box-body.no-paddings {
  padding: 0;
}
.box.box-provider .provider-doc {
  position: relative;
}
.box.box-provider .provider-doc:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: -20px;
  height: 70px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
.box.box-provider .legal-wrapper {
  max-height: 780px;
  margin-top: -30px;
  margin-right: -30px;
  margin-bottom: -30px;
  padding-right: 20px;
}
.box.get-domain-link .box-section,
.box .get-domain-link .box-section {
  margin-bottom: 0;
  transition: border-color 0.2s;
}
.box.get-domain-link .ico-font-right-angle,
.box .get-domain-link .ico-font-right-angle {
  transition: color 0.2s;
}
.box.get-domain-link:hover,
.box .get-domain-link:hover {
  text-decoration: none;
}
.box.get-domain-link:hover .box-section,
.box .get-domain-link:hover .box-section {
  border-color: #0071f5;
}
.box.get-domain-link:hover .ico-font-right-angle,
.box .get-domain-link:hover .ico-font-right-angle {
  color: #0071f5;
}
.box.box-add-edit-email-camp .box-body .box-heading {
  padding-right: 0;
  padding-left: 0;
  border-bottom-color: rgba(24, 24, 24, 0.2);
}
.box.box-bordered-action {
  --bordered-action-padding: 16px;
  --bordered-action-bg-color: transparent;
  --bordered-action-icon-width: 66px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: var(--bordered-action-padding) var(--bordered-action-padding) var(--bordered-action-padding) 0;
  border-radius: 8px;
  border: 1px solid #c4c4c6;
  background-color: var(--bordered-action-bg-color);
  color: #181818;
  text-decoration: none;
  transition: all 0.3s ease;
}
.box.box-bordered-action:not(div):hover, .box.box-bordered-action:not(div):focus {
  background-color: #ebf4ff;
  text-decoration: none;
}
.box.box-bordered-action p,
.box.box-bordered-action .box-title {
  margin-bottom: 0;
  color: #181818;
}
.box.box-bordered-action .box-title {
  font-size: 1rem;
}
.box.box-bordered-action .box-icon {
  width: var(--bordered-action-icon-width);
  min-width: var(--bordered-action-icon-width);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box.box-bordered-action .box-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 1;
}
.box.box-bordered-action .box-actions {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 10px;
  font-size: 18px;
}
.box.box-bordered-action.completed {
  cursor: default;
}
.box.box-bordered-action.completed:hover, .box.box-bordered-action.completed:focus {
  background-color: var(--bordered-action-bg-color);
}
.box.box-bordered-action.completed .box-title {
  color: #808080;
}
.box.box-bordered-action.completed .box-icon .ico-font {
  color: #05c583;
}
.box-with-icon {
  --box-border-color: #dcdcde;
  --box-icon-width: 64px;
  display: inline-flex;
  flex-direction: column;
  border-radius: 16px;
  width: 100%;
  margin-top: calc(var(--box-icon-width) / 2);
  border: 1px solid var(--box-border-color);
}
.box-with-icon > .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: var(--box-icon-width);
  height: var(--box-icon-width);
  margin-top: calc(var(--box-icon-width) / 2 * -1);
  background: #fff;
  border-radius: 50%;
  border: 1px solid var(--box-border-color);
}
.box.box-24 .box-body {
  padding: 24px 24px;
}
.box.box-md .box-body {
  padding: 40px 40px;
}
.box.box-lg .box-head {
  padding: 25px 120px;
}
.box.box-lg .box-body {
  padding: 40px 95px;
}
.box.box-add-user {
  padding: 24px;
  text-align: left;
}
.box.box-add-user .title {
  font-weight: 600;
}
.box.box-add-user .text-underline {
  text-decoration: underline;
}
.box.box-activate-device-generated-code {
  padding-bottom: 54px;
  text-align: center;
}
.box.box-activate-device-generated-code .box-head {
  position: relative;
}
.box.box-activate-device-generated-code .box-head .activate-device-banner {
  position: relative;
  margin-bottom: 97px;
  height: 258px;
  background-image: url(/trunk/public/build/assets/account/images/banners/activate-device-header-banner.e19d889c.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.box.box-activate-device-generated-code .box-head .activate-device-banner .activate-device-banner-img {
  position: absolute;
  left: 0;
  bottom: -58px;
  right: 0;
  margin: auto;
  z-index: 1000;
}
.box.box-activate-device-generated-code .box-head .activate-device-banner svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
}
.box.box-activate-device-generated-code .box-head .btn {
  position: relative;
  z-index: 2;
}
.box.box-activate-device-generated-code .box-head #lottie {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
}
.box.box-activate-device-generated-code .box-head .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 8px;
}
.box.box-activate-device-generated-code .box-head .subtitle {
  font-size: 14px;
  font-weight: 400;
}
.box.box-activate-device-generated-code .box-body {
  border-top: none;
  padding-bottom: 0;
}
.box.box-activate-device-generated-code .box-body .box-activate-device {
  text-align: left;
  border: 1px solid #DCDCDE;
  max-width: 224px;
}
.box.box-activate-device-generated-code .box-body .box-activate-device .box-content .box-title {
  font-size: 20px;
  font-weight: 600;
}
.box.box-activate-device-generated-code .box-body .box-activate-device .box-foot {
  text-align: center;
}
.box.box-activate-device-generated-code .box-body .box-activate-device .box-foot .box-activate-device-btn {
  min-width: 100%;
}
.box.box-activate-device-generated-code .box-body .box-activate-device .box-foot .box-activate-device-btn i {
  margin-left: 8px;
}
.box.box-activate-device-generated-code .box-body .btn {
  position: relative;
  z-index: 2;
}
.box.box-activate-device-generated-code .box-body .box-colored {
  padding: 16px 24px;
  max-width: 464px;
  margin: 0 auto 40px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(204, 243, 229, 0.6) 0%, #EBF4FF 69%);
}
.box.box-activate-device-generated-code .box-body .box-colored .title {
  font-weight: 600;
  margin-bottom: 8px;
}
.box.box-activate-device-generated-code .box-body .box-colored .title i {
  margin-right: 8px;
}
.box.box-activate-device-generated-code .box-body .box-colored .subtitle {
  font-size: 12px;
}
.box.box-activate-device-generated-code .box-body #currency {
  max-width: 165px;
}
.box.box-activate-device-generated-code .box-foot {
  border-top: none;
}
.box.box-activate-device-generated-code .box-foot .box-activate-device-select-process-btn {
  font-size: 16px;
  font-weight: 600;
  color: #181818;
}
.box.box-activate-device-generated-code .box-foot .btn {
  position: relative;
  z-index: 2;
  width: 100%;
}
.box.box-activate-device-generated-code.step-1 .box-foot .separator-line {
  position: relative;
  text-transform: uppercase;
}
.box.box-activate-device-generated-code.step-1 .box-foot .separator-line::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DCDCDE;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.box.box-activate-device-generated-code.step-1 .box-foot .separator-line::after {
  content: "or";
  width: 50px;
  height: 50px;
  background-color: #fff;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
}
.box-order-success .box-order-success-item {
  margin-top: 20px;
}
.box-order-success .box-order-success-item + .box-order-success-item:not(.is-from-upsell) {
  padding-top: 20px;
  border-top: 1px solid #edf0f3;
}
.box-order-success .box-order-success-item + .box-order-success-item.is-from-upsell {
  position: relative;
  padding-left: 50px;
}
.box-order-success .box-order-success-item + .box-order-success-item.is-from-upsell::before {
  position: absolute;
  top: -15px;
  bottom: 50%;
  left: 30px;
  content: "";
  width: 15px;
  border: 1px solid #d8d8d8;
  border-right-width: 0;
  border-top-width: 0;
}
.box-order-success .box-actions {
  padding-bottom: 40px;
}
.box-order-success .box-inner {
  position: relative;
  padding-bottom: 10px;
  border: 1px solid #cfdbe6;
  border-bottom-width: 0;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.box-order-success .box-inner::after {
  position: absolute;
  bottom: -2px;
  right: 0;
  left: 0;
  content: "";
  height: 10px;
  background-image: url(/trunk/public/build/assets/enroll2/images/catalogue/box-inner-triangled-finish.77eaeb99.png);
  background-repeat: repeat-x;
  background-position: 8px 0;
}
.box-order-success .box-inner .box-inner-section {
  padding: 40px 20px 20px;
}
.box-order-success .box-inner .box-inner-section + .box-inner-section {
  padding-top: 20px;
  border-top: 2px solid #edf0f3;
}
.box-order-success .text-muted {
  font-size: 12px;
}

.shop-settings-uploaded-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shop-settings-uploaded-img.square-img {
  width: 100px;
  height: 100px;
}
.shop-settings-uploaded-img.mail-banner-img {
  width: 150px;
  height: 75px;
}

.twint-checkbox-align {
  display: inline-block;
  text-align: left;
}

.box-success-green {
  padding: 20px;
  margin-bottom: 20px;
  background-color: rgba(5, 197, 131, 0.05);
  border: 1px solid #05c583;
  border-radius: 10px;
}

.box-body-section-colored {
  margin: 0 -20px 35px -20px;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
}

.box-card-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}
.box-card-item.large-padding {
  padding: 50px;
}
.box-card-item.box-card-item-label {
  border: 1px solid #c4c4c6;
  box-shadow: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(0, 117, 242, 0);
  transition: border 0.3s, box-shadow 0.3s;
}
input[type=radio]:checked + .box-card-item.box-card-item-label {
  border-color: #0071f5;
  box-shadow: inset 0 0 0 1px #0075f2;
}
.box-card-item .box-card-item-image {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  margin-bottom: 20px;
  background-color: #faf9fa;
  border-radius: 10px;
}
.box-card-item .box-card-item-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.box-card-item .box-card-item-image video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: inherit;
}
.box-card-item .box-card-item-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.36;
  color: #181818;
}
.box-card-item .box-card-item-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
}
.box-card-item .box-card-item-actions {
  padding-top: 40px;
  margin-top: auto;
}

.box-actions.box-actions-language {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-actions.box-actions-language .btn-lang-tab {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 15px;
}
.box-actions.box-actions-language .btn-lang-tab.selected {
  background-color: #ebf4ff;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 10px;
  border-radius: 6px;
}
.box-actions.box-actions-language .btn-lang-tab.is-invalid p {
  color: #e74f76;
}
.box-actions.box-actions-language .btn-lang-tab button {
  color: #0071f5;
}

.box-outer-blue {
  padding: 30px 47px;
  margin-left: -47px;
  margin-right: -47px;
  background-color: #ebf4ff;
  border-radius: 4px;
}

.box-bordered {
  margin-bottom: 15px;
  border: 1px solid #ebf4ff;
  border-radius: 5px;
}
.box-bordered .box-bordered-head {
  padding: 15px;
  background-color: #ebf4ff;
}
.box-bordered .box-bordered-head .box-bordered-head-title {
  margin-bottom: 0;
  font-size: 0.749875rem;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
}
.box-bordered .box-bordered-body {
  padding: 15px;
}
.box-bordered .box-bordered-foot {
  padding: 15px;
  border-top: 1px solid #ebf4ff;
}
.box-bordered-flex {
  display: inline-flex;
  flex-direction: column;
  border-radius: 16px;
  width: 100%;
}
.box-bordered-gray {
  border-color: #dcdcde;
}
.box-bordered-warning {
  border-color: #f29423;
}
.box-bordered-error {
  border-color: #e74f76;
}

.boxes:not(.row),
.boxes > *[class*=col] {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  align-content: stretch;
}
.boxes:not(.row) .box,
.boxes > *[class*=col] .box {
  flex-basis: 100%;
  max-width: 100%;
}

.box-hrz-form .box-body {
  padding-top: 30px;
  padding-right: 70px;
}
.box-hrz-form .box-body .box-content-inner {
  margin: 0 -50px 15px 0;
  padding: 25px 50px 10px 20px;
}
.box-hrz-form .box-body .box-content-inner-with-actions ~ .box-content-inner-with-actions {
  margin: 35px -50px 15px 0;
}
.box-hrz-form .box-body .box-content-inner .box-content-inner-actions {
  position: absolute;
  right: 50px;
  bottom: -20px;
  left: 20px;
  z-index: 1;
}

.section-editable {
  padding: 15px 50px 15px 20px;
  overflow: hidden;
}
.section-editable .section-editable-title {
  font-size: 16px;
  margin-bottom: 20px;
  color: #181818;
  font-weight: 500;
}
.section-editable .section-editable-action {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  font-size: 16px;
  background-color: #0071f5;
  text-align: center;
  vertical-align: middle;
  transition: all 0.4s ease;
  color: #fff;
}
.section-editable .section-editable-action:hover {
  transition: all 0.4s ease;
  background-color: #005ac4;
}

.section-colored {
  background-color: #f5f5f7;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 4px solid #dcdcde;
  position: relative;
}
.section-colored .section-colored {
  background-color: #f5f5f7;
}
.section-colored.is-invalid {
  border-color: #dc3545;
  background-color: #ffefef;
}

.ui-sortable .ui-sortable-handle {
  cursor: grab;
}
.ui-sortable .ui-sortable-handle:active {
  cursor: grabbing;
}

.ui-sortable-placeholder {
  position: relative;
  border-radius: 10px;
  visibility: visible !important;
  opacity: 0.6;
}
.ui-sortable-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  border: 2px dashed #0071f5;
}
.ui-sortable-placeholder[class*=col-] {
  margin-bottom: 20px;
}

.box.ui-sortable-placeholder, .box.ui-sortable-helper {
  animation-name: none;
}

.box .box-table.box-body {
  padding: 0;
}
.box-table .table,
.box-table .table-fees {
  margin: 0;
  padding: 0;
}
.box-table .table .box-section .box-heading-secondary,
.box-table .table-fees .box-section .box-heading-secondary {
  padding: 1rem 0 10px;
}
.box-table .table > .simple_th th,
.box-table .table-fees > .simple_th th {
  background-color: inherit;
  color: #939394 !important;
  text-transform: none;
  font-weight: 400;
  border: 0;
}
.box-table .table > .simple_th th:first-child,
.box-table .table-fees > .simple_th th:first-child {
  padding-left: 0;
}
.box-table .table > .simple_th th:last-child,
.box-table .table-fees > .simple_th th:last-child {
  padding-right: 0;
}
.box-table .table > thead tr th,
.box-table .table-fees > thead tr th {
  border: 0 solid #ebf4ff;
}
.box-table .table > thead tr th:first-child,
.box-table .table-fees > thead tr th:first-child {
  border-left-width: 8px;
}
.box-table .table > thead tr th:last-child,
.box-table .table-fees > thead tr th:last-child {
  border-right-width: 8px;
}
.box-table .table > thead tr th:first-of-type,
.box-table .table-fees > thead tr th:first-of-type {
  padding-left: 11.995px;
}
.box-table .table > thead tr th:last-of-type,
.box-table .table-fees > thead tr th:last-of-type {
  padding-right: 11.995px;
}
.box-table .table th,
.box-table .table td,
.box-table .table-fees th,
.box-table .table-fees td {
  padding-right: 15px;
  padding-left: 15px;
  vertical-align: middle;
}
.box-table.box-table-fitted .table th, .box-table.box-table-fitted .table td, .box-table.box-table-fitted .table-fees th, .box-table.box-table-fitted .table-fees td {
  padding-right: 9px;
  padding-left: 9px;
}

.box-table .table.va_top th, .box-table .table.va_top td, .box-table .table-fees th, .box-table .table-fees td {
  vertical-align: top;
}

.box-table .table th.pr_0,
.box-table .table td.pr_0,
.box-table .table-fees th.pr_0,
.box-table .table-fees td.pr_0 {
  padding-right: 0;
}
.box-table .table th,
.box-table .table tr.main-th td,
.box-table .table-fees th,
.box-table .table-fees tr.main-th td {
  font-size: 0.749875rem;
  border-bottom: 0;
}
.box-table .table th:first-of-type,
.box-table .table tr.main-th td:first-of-type,
.box-table .table-fees th:first-of-type,
.box-table .table-fees tr.main-th td:first-of-type {
  padding-left: 19.995px;
}
.box-table .table th:last-of-type,
.box-table .table tr.main-th td:last-of-type,
.box-table .table-fees th:last-of-type,
.box-table .table-fees tr.main-th td:last-of-type {
  padding-right: 19.995px;
}
.box-table .table th.separator,
.box-table .table tr.main-th td.separator,
.box-table .table-fees th.separator,
.box-table .table-fees tr.main-th td.separator {
  border-left: 1px solid #dcdcde;
  padding-left: 19.995px;
}
.box-table .table td:first-of-type,
.box-table .table-fees td:first-of-type {
  padding-left: 11.995px;
}
.box-table .table td:last-of-type,
.box-table .table-fees td:last-of-type {
  padding-right: 11.995px;
}
.box-table .table td.separator,
.box-table .table-fees td.separator {
  border-left: 1px solid #dcdcde;
  padding-left: 19.995px;
}
.box-table .table td.table-cell-with-scroll-y,
.box-table .table-fees td.table-cell-with-scroll-y {
  padding-right: 0;
  padding-left: 0;
  width: 400px;
}
.box-table .table td.table-cell-with-scroll-y .table-cell-inner,
.box-table .table-fees td.table-cell-with-scroll-y .table-cell-inner {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 110px;
  max-width: 400px;
  padding-right: 15px;
  padding-left: 15px;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.box-table .table td.table-cell-with-scroll-y .table-cell-inner::-webkit-scrollbar,
.box-table .table-fees td.table-cell-with-scroll-y .table-cell-inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.box-table .table td.table-cell-with-scroll-y .table-cell-inner::-webkit-scrollbar-track,
.box-table .table-fees td.table-cell-with-scroll-y .table-cell-inner::-webkit-scrollbar-track {
  background-color: #fff;
}
.box-table .table td.table-cell-with-scroll-y .table-cell-inner::-webkit-scrollbar-thumb,
.box-table .table-fees td.table-cell-with-scroll-y .table-cell-inner::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.box-table .table td.table-cell-with-scroll-y .table-cell-inner::-webkit-scrollbar-thumb:hover,
.box-table .table-fees td.table-cell-with-scroll-y .table-cell-inner::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}
.box-table .table > thead th,
.box-table .table-fees > thead th {
  background-color: #ebf4ff;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
}
.box-table .table > thead th.no-bg,
.box-table .table-fees > thead th.no-bg {
  background-color: transparent;
}
.box-table .table > thead + thead th,
.box-table .table-fees > thead + thead th {
  border-top: 1px solid #fff;
}
.box-table .table > thead.bottom-bordered th,
.box-table .table-fees > thead.bottom-bordered th {
  border-bottom: 1px solid #dcdcde;
}
.box-table .table > thead.p_0 th,
.box-table .table-fees > thead.p_0 th {
  padding: 0;
}
.box-table .table thead.bordered th,
.box-table .table-fees thead.bordered th {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.box-table .table thead.bordered tr:first-of-type th,
.box-table .table-fees thead.bordered tr:first-of-type th {
  border-top: 0;
}
.box-table .table thead.bordered th:last-of-type,
.box-table .table-fees thead.bordered th:last-of-type {
  border-right-color: #ebf4ff;
}
@-moz-document url-prefix() {
  .box-table .table thead.bordered th,
.box-table .table-fees thead.bordered th {
    border-right: 0;
    border-left: 1px solid #fff;
  }
  .box-table .table thead.bordered th:first-of-type,
.box-table .table-fees thead.bordered th:first-of-type {
    border-left-color: #ebf4ff;
  }
  .box-table .table thead.bordered th[rowspan]:not(:last-of-type),
.box-table .table-fees thead.bordered th[rowspan]:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
}
.box-table .table thead.bordered _:-ms-lang(x), .box-table .table thead.bordered th,
.box-table .table-fees thead.bordered _:-ms-lang(x),
.box-table .table-fees thead.bordered th {
  border-right: 0;
  border-left: 1px solid #fff;
}
.box-table .table thead.bordered _:-ms-lang(x), .box-table .table thead.bordered th:first-of-type,
.box-table .table-fees thead.bordered _:-ms-lang(x),
.box-table .table-fees thead.bordered th:first-of-type {
  border-left-color: #ebf4ff;
}
.box-table .table thead.bordered _:-ms-lang(x), .box-table .table thead.bordered th[rowspan]:not(:last-of-type),
.box-table .table-fees thead.bordered _:-ms-lang(x),
.box-table .table-fees thead.bordered th[rowspan]:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.box-table .table thead.table-box-head th,
.box-table .table-fees thead.table-box-head th {
  padding: 16px 19.995px;
  font-size: 16px;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
  color: #181818;
  background-color: #fff;
  border-top: 0;
  text-transform: none;
}
.box-table .table tbody.no-borders td,
.box-table .table-fees tbody.no-borders td {
  border: 0;
}
.box-table .table tbody .table-items-avatar,
.box-table .table-fees tbody .table-items-avatar {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
.box-table .table tbody .table-items-avatar .default-items-avatar,
.box-table .table-fees tbody .table-items-avatar .default-items-avatar {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  background-color: #ebf4ff;
  border-radius: 4px;
}
.box-table .table tbody .table-items-avatar .default-items-avatar img,
.box-table .table-fees tbody .table-items-avatar .default-items-avatar img {
  max-width: 100%;
  max-height: 100%;
}
.box-table .table tfoot.tfoot-border-top tr:first-child td,
.box-table .table-fees tfoot.tfoot-border-top tr:first-child td {
  border-top: 1px solid #dcdcde;
  border-radius: 0;
}
.box-table .table tfoot tr:first-child td,
.box-table .table-fees tfoot tr:first-child td {
  padding-top: 15px;
}
.box-table .table tfoot tr:last-child td,
.box-table .table-fees tfoot tr:last-child td {
  padding-bottom: 15px;
}
.box-table .table tfoot tr td,
.box-table .table-fees tfoot tr td {
  padding: 7px 15px;
  border-bottom: 0;
}
.box-table .table.table-sm th,
.box-table .table.table-sm td,
.box-table .table-fees.table-sm th,
.box-table .table-fees.table-sm td {
  font-size: 0.749875rem;
  padding-right: 11.2528132033px;
  padding-left: 11.2528132033px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.box-table .table.table-last-row-bordered tbody tr:last-of-type td,
.box-table .table-fees.table-last-row-bordered tbody tr:last-of-type td {
  border-bottom: 1px solid #dcdcde;
}
.box-table .table-fees {
  background-color: #fff;
  font-size: 0.7499997857rem;
  text-align: left;
}
.box-table .table-fees tbody {
  border-left: 0;
}
.box-table .table-fees > tbody > tr.main-th > td {
  background-color: #dcdcde;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
}
.box-table .table-fees > tbody > tr.sub-th > td {
  background-color: #dcdcde;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
}
.box-table .table-fees > tbody > tr.bordered:first-of-type td {
  border-top: 0;
}
.box-table .table-fees > tbody > tr.bordered:last-of-type {
  border-right-color: #ebf4ff;
}
@-moz-document url-prefix() {
  .box-table .table-fees > tbody > tr.bordered td {
    border-right: 0;
    border-left: 1px solid #fff;
  }
  .box-table .table-fees > tbody > tr.bordered td:first-of-type {
    border-left-color: #ebf4ff;
  }
  .box-table .table-fees > tbody > tr.bordered td[rowspan]:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
}
.box-table .table-fees > tbody > tr.bordered _:-ms-lang(x), .box-table .table-fees > tbody > tr.bordered td {
  border-right: 0;
  border-left: 1px solid #fff;
}
.box-table .table-fees > tbody > tr.bordered _:-ms-lang(x), .box-table .table-fees > tbody > tr.bordered td:first-of-type {
  border-left-color: #ebf4ff;
}
.box-table .table-fees > tbody > tr.bordered _:-ms-lang(x), .box-table .table-fees > tbody > tr.bordered td[rowspan]:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.box-table .table-fees > tbody > tr td {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.box-table .legal-wrapper .table-fees,
.box-table .table-dropdown-open .table-fees {
  background-color: #fff;
}
.box-table .legal-wrapper .table-fees > tbody > tr.main-th > td,
.box-table .table-dropdown-open .table-fees > tbody > tr.main-th > td {
  background-color: #dcdcde;
  box-shadow: none;
}
.box-table .legal-wrapper .table-fees > tbody > tr.sub-th > td,
.box-table .table-dropdown-open .table-fees > tbody > tr.sub-th > td {
  background-color: #dcdcde;
  box-shadow: none;
}
.box-table .legal-wrapper .table-fees > tbody > tr > td,
.box-table .table-dropdown-open .table-fees > tbody > tr > td {
  box-shadow: none;
}
.box-table.table-with-row-badge .table th:first-child {
  padding-left: 30px;
}
.box-table.table-with-row-badge .table .card-badge {
  padding: 0;
}
.box-table.table-with-row-badge .table .card-badge > div {
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.box-table.table-with-row-badge .table .card-badge > div.card-badge-platinum::before, .box-table.table-with-row-badge .table .card-badge > div.card-badge-metal::before, .box-table.table-with-row-badge .table .card-badge > div.card-badge-premium::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  background-color: #283953;
}
.box-table.table-with-row-badge .table .card-badge > div.card-badge-metal::before {
  background-color: #9da3ab;
}
.box-table.table-with-row-badge .table .card-badge > div.card-badge-platinum::after, .box-table.table-with-row-badge .table .card-badge > div.card-badge-metal::after, .box-table.table-with-row-badge .table .card-badge > div.card-badge-premium::after {
  content: attr(card-name);
  display: block;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(-50%, -50%) rotate(-90deg);
  z-index: 1;
  transform-style: preserve-3d;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.box-table.box-table-alt {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.box-table.box-table-alt .table > thead tr th:first-child,
.box-table.box-table-alt .table > thead tr td:first-child, .box-table.box-table-alt .table > tbody tr th:first-child,
.box-table.box-table-alt .table > tbody tr td:first-child,
.box-table.box-table-alt .table-fees > thead tr th:first-child,
.box-table.box-table-alt .table-fees > thead tr td:first-child,
.box-table.box-table-alt .table-fees > tbody tr th:first-child,
.box-table.box-table-alt .table-fees > tbody tr td:first-child {
  padding-left: 20px;
  border-left-width: 0;
}
.box-table.box-table-alt .table > thead tr th:last-child,
.box-table.box-table-alt .table > thead tr td:last-child, .box-table.box-table-alt .table > tbody tr th:last-child,
.box-table.box-table-alt .table > tbody tr td:last-child,
.box-table.box-table-alt .table-fees > thead tr th:last-child,
.box-table.box-table-alt .table-fees > thead tr td:last-child,
.box-table.box-table-alt .table-fees > tbody tr th:last-child,
.box-table.box-table-alt .table-fees > tbody tr td:last-child {
  border-right-width: 0;
  padding-right: 20px;
}
.box-table.box-table-alt .table > thead tr th,
.box-table.box-table-alt .table-fees > thead tr th {
  border-color: transparent;
  border-bottom: 1px solid #dcdcde;
  background: none;
}
.box-table.box-table-alt .table > tbody tr td, .box-table.box-table-alt .table > tbody tr td:first-child, .box-table.box-table-alt .table > tbody tr td:last-child,
.box-table.box-table-alt .table-fees > tbody tr td,
.box-table.box-table-alt .table-fees > tbody tr td:first-child,
.box-table.box-table-alt .table-fees > tbody tr td:last-child {
  border: none;
  border-radius: 0;
}
.box-table.box-table-alt .table .table-dropdown .table-dropdown-inner,
.box-table.box-table-alt .table-fees .table-dropdown .table-dropdown-inner {
  padding: 15px 0 15px 12px;
}
.box-table.box-table-alt .table .table-dropdown .box-subtitle,
.box-table.box-table-alt .table-fees .table-dropdown .box-subtitle {
  font-weight: 600;
}
.box-table.box-table-alt .table .table-dropdown .box-section-body .list-definitions-alt dt,
.box-table.box-table-alt .table-fees .table-dropdown .box-section-body .list-definitions-alt dt {
  color: #181818;
}
.box-table.box-table-alt .table .table-dropdown .box-section-body .list-definitions-alt dd,
.box-table.box-table-alt .table-fees .table-dropdown .box-section-body .list-definitions-alt dd {
  font-weight: 600;
}
.box-table.box-table-compact-size .table th,
.box-table.box-table-compact-size .table td {
  padding-left: 10px;
  padding-right: 10px;
}
.box-table.box-table-disabled .table > thead tr th, .box-table.box-table-disabled .table > tbody tr td {
  color: #c4c4c6;
}
.box-table.box-table-disabled .table > thead tr th {
  background-color: #f5f5f7;
  border-color: #f5f5f7;
  color: #c4c4c6;
}
.box-table.box-table-disabled .table > tbody tr {
  pointer-events: none;
}

.box-table-noresults .box-body {
  padding-top: 80px;
  padding-bottom: 300px;
  background: url(/trunk/public/build/assets/account/images/table_no_elements_placeholder.6ad26292.jpg) calc(50% + 30px) bottom no-repeat;
}

.box .small-box-table.box-body {
  padding: 0;
}
.small-box-table .table {
  margin: 0;
  padding: 0;
}
.small-box-table .table th,
.small-box-table .table td {
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: middle;
}
.small-box-table .table th {
  border-bottom: 0;
}
.small-box-table .table th:first-of-type {
  padding-left: 19.995px;
}
.small-box-table .table th:last-of-type {
  padding-right: 19.995px;
}
.small-box-table .table td {
  border-top: 0;
  border-bottom: 0;
}
.small-box-table .table td:first-of-type {
  padding-left: 19.995px;
}
.small-box-table .table td:last-of-type {
  padding-right: 19.995px;
}
.small-box-table .table thead th {
  background-color: #ebf4ff;
  color: #181818;
  font-weight: 700;
  text-transform: uppercase;
}
.small-box-table .table thead th.c_black {
  color: #181818;
}
.small-box-table .table tbody tr td {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}
.small-box-table .table tbody tr:first-of-type td {
  padding-top: 15px;
}
.small-box-table .table tbody tr:last-of-type td {
  padding-bottom: 15px;
}

.box-filter .box-filter-image-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(196, 196, 198, 0.8);
  background: #fff;
  color: #181818;
  box-shadow: 0 6px 20px -4px rgba(24, 24, 24, 0.1);
  transition: all 0.2s ease;
}
.box-filter .box-filter-image-inner .ico-font {
  font-size: 20px;
  padding: 9px;
}
.box-filter .box-filter-image-inner:hover {
  border-color: #181818;
  background-color: #181818;
  transition: all 0.2s ease;
}
.box-filter .box-filter-image-inner:hover .ico-font {
  color: #fff;
}
.box-filter .box-filter-image > a {
  display: block;
  font-size: 0;
  color: #181818;
}
.box-filter .box-filter-image > a:hover {
  color: #0071f5;
  text-decoration: none;
}
.box-filter .box-filter-content + .box-filter-image {
  padding-left: 0;
}
.box-filter .box-filter-title,
.box-filter .box-filter-meta {
  margin-bottom: 0;
}
.box-filter .box-filter-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -3px;
}
.box-filter .box-filter-meta {
  font-size: 12px;
  color: #181818;
}
.box-filter .box-filter-close {
  transition: all 0.2s ease;
  top: -1px;
  position: relative;
  display: inline-block;
  line-height: 0;
  text-align: center;
  cursor: pointer;
}
.box-filter .box-filter-close i {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.box-filter .box-filter-close:hover i {
  color: #c4c4c6;
}

.box-thumbnail .box-head,
.box-thumbnail .box-body {
  background-color: #ebf4ff;
}
.box-thumbnail.thumb-card-silver .box-head,
.box-thumbnail.thumb-card-silver .box-body {
  background-color: transparent;
}
.box-thumbnail.thumb-card-gold .box-head,
.box-thumbnail.thumb-card-gold .box-body {
  background-color: transparent;
}
.box-thumbnail.thumb-card-metal .box-head,
.box-thumbnail.thumb-card-metal .box-body {
  background-color: transparent;
}
.box-thumbnail.thumb-card-premium-silver .box-head,
.box-thumbnail.thumb-card-premium-silver .box-body {
  background-color: transparent;
}
.box-thumbnail.thumb-card-premium-gold .box-head,
.box-thumbnail.thumb-card-premium-gold .box-body {
  background-color: transparent;
}
.box-thumbnail.thumb-card-metal-black .box-head,
.box-thumbnail.thumb-card-metal-black .box-body {
  background-color: transparent;
}
.box-thumbnail.thumb-card-metal-gold .box-head,
.box-thumbnail.thumb-card-metal-gold .box-body {
  background-color: transparent;
}
.box-thumbnail .box-head .box-actions .btn-transparent:hover, .box-thumbnail .box-head .box-actions .btn-transparent:focus, .box-thumbnail .box-head .box-actions .btn-transparent:active {
  background: #fff;
  color: #181818;
}
.box-thumbnail .box-body {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.box-thumbnail .box-body .thumbnail-img, .box-thumbnail .box-body .thumbnail-img-alt {
  width: 100%;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}
.box-thumbnail .box-body .thumbnail-img.align-bottom, .box-thumbnail .box-body .align-bottom.thumbnail-img-alt {
  align-items: flex-end;
}
.box-thumbnail .box-body .thumbnail-img > a, .box-thumbnail .box-body .thumbnail-img-alt > a {
  margin: -29px;
}
.box-thumbnail .box-body .thumbnail-img > a img, .box-thumbnail .box-body .thumbnail-img-alt > a img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.3s ease;
}
.box-thumbnail .box-body .thumbnail-img-alt {
  min-height: 125px;
  margin-bottom: 10px;
}
.box-thumbnail .box-foot {
  position: relative;
}
.box-thumbnail .box-foot .thumbnail-settings {
  width: 96px;
  height: 28px;
  position: absolute;
  top: 0px;
  right: 10px;
  transform: translateY(-100%);
  text-align: center;
  background-image: url(/trunk/public/build/assets/account/images/white-gooey-effect.6b5b925f.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.box-thumbnail.box-disabled .box-head, .box-thumbnail.box-disabled .box-body {
  background-color: #dcdcde;
}
.box-thumbnail.box-disabled .box-head .thumbnail-img img, .box-thumbnail.box-disabled .box-body .thumbnail-img img, .box-thumbnail.box-disabled .box-body .thumbnail-img-alt img {
  opacity: 0.42;
}
.box-thumbnail.box-disabled .box-head .thumbnail-img-alt .ico-svg, .box-thumbnail.box-disabled .box-body .thumbnail-img-alt .ico-svg {
  filter: grayscale(100%);
}
_:-ms-fullscreen .box-thumbnail.box-disabled .box-head .thumbnail-img-alt .ico-svg, :root .box-thumbnail.box-disabled .box-head .thumbnail-img-alt .ico-svg, _:-ms-fullscreen .box-thumbnail.box-disabled .box-body .thumbnail-img-alt .ico-svg, :root .box-thumbnail.box-disabled .box-body .thumbnail-img-alt .ico-svg {
  opacity: 0.5;
}
.box-thumbnail.box-disabled .box-head .thumbnail-img-alt .ico-svg.no-filter, .box-thumbnail.box-disabled .box-body .thumbnail-img-alt .ico-svg.no-filter {
  filter: grayscale(0);
  opacity: 0.42;
}
.box-thumbnail.box-disabled .box-head .card-default, .box-thumbnail.box-disabled .box-body .card-default {
  filter: grayscale(100%);
}
_:-ms-fullscreen .box-thumbnail.box-disabled .box-head .card-default, :root .box-thumbnail.box-disabled .box-head .card-default, _:-ms-fullscreen .box-thumbnail.box-disabled .box-body .card-default, :root .box-thumbnail.box-disabled .box-body .card-default {
  opacity: 0.5;
}
.box-thumbnail.box-sticky-foot {
  background-color: #ebf4ff;
}
.box-thumbnail.box-sticky-foot.box-disabled {
  background-color: #f5f5f7;
}
.box-thumbnail.box-sticky-foot .box-body {
  flex-grow: 1;
}
.box-thumbnail.box-sticky-foot .box-foot {
  background-color: #fff;
}
.box-thumbnail.box-sticky-foot .thumbnail-img, .box-thumbnail.box-sticky-foot .box-body .thumbnail-img-alt {
  margin-bottom: 0;
}
.box-thumbnail.box-sticky-foot .btn-toggle-left {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  min-height: 50px;
  margin-bottom: 15px;
}
.box-thumbnail.box-sticky-foot .btn-toggle-left > span.btn-toggle-unchecked {
  padding-bottom: 5px;
}
.box-thumbnail .box-thumbnail-sticker {
  position: absolute;
  top: 11px;
  font-size: 12px;
  color: #fff;
  background-color: #05c583;
  font-weight: bold;
  padding: 1px 8px;
}
.box-thumbnail .box-thumbnail-sticker::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #05c583;
}
.box-thumbnail .box-thumbnail-sticker::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #05c583;
}
.box-thumbnail.box-online-store .box-body-status {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.box-thumbnail.box-online-store .box-body-status .btn-toggle-left {
  min-height: 38px;
  margin-bottom: 0;
}
.box-thumbnail.box-online-store .box-actions {
  min-height: 30px;
}
.box-thumbnail.box-online-store .thumbnail-img-alt {
  overflow: hidden;
}
.box-thumbnail.box-card-sm,
.box-thumbnail.box-card-sm .box-head,
.box-thumbnail.box-card-sm .box-body, .box-thumbnail.box-card-sm.thumb-card-silver, .box-thumbnail.box-card-sm.thumb-card-gold, .box-thumbnail.box-card-sm.thumb-card-metal, .box-thumbnail.box-card-sm.box-disabled .box-head, .box-thumbnail.box-card-sm.box-disabled .box-body, .box-thumbnail.box-card-sm.box-disabled.box-sticky-foot {
  background: #fff;
}
.box-thumbnail.box-card-sm.box-sticky-foot .box-foot {
  border-top: 0;
  padding-top: 0;
}
.box-thumbnail.box-card-sm.box-disabled .thumbnail-img a, .box-thumbnail.box-card-sm.box-disabled .box-body .thumbnail-img-alt a {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.box-thumbnail.box-card-sm.box-disabled .thumbnail-img a::before, .box-thumbnail.box-card-sm.box-disabled .box-body .thumbnail-img-alt a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: #fff;
  border-radius: 5px;
  opacity: 0.5;
}
.box-thumbnail.box-card-sm.box-disabled .thumbnail-img a img, .box-thumbnail.box-card-sm.box-disabled .box-body .thumbnail-img-alt a img {
  opacity: 1;
}
.box-thumbnail.box-card-sm.box-disabled .thumbnail-img-alt .ico-svg {
  filter: none;
}
_:-ms-fullscreen .box-thumbnail.box-card-sm.box-disabled .thumbnail-img-alt .ico-svg, :root .box-thumbnail.box-card-sm.box-disabled .thumbnail-img-alt .ico-svg {
  opacity: 1;
}
.box-thumbnail.box-card-sm.box-disabled .thumbnail-img-alt .ico-svg.no-filter {
  filter: none;
  opacity: 1;
}
.box-thumbnail.box-card-sm.box-disabled .card-default {
  filter: none;
}
_:-ms-fullscreen .box-thumbnail.box-card-sm.box-disabled .card-default, :root .box-thumbnail.box-card-sm.box-disabled .card-default {
  opacity: 1;
}

.sortable-element-grabbed {
  z-index: 1002;
  pointer-events: auto !important;
}
.sortable-element-grabbed, .sortable-element-grabbed > .cur_g {
  cursor: grabbing;
}
.sortable-element-grabbed .close {
  opacity: 0;
}
.sortable-element-grabbed .items-avatar-preview-favorite:after {
  opacity: 0;
}

@keyframes fadeInLoader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulsingCircles {
  0% {
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
/* custom box styles */
.currency-notice-box {
  border-radius: 6px;
  border: 1px solid #dcdcde;
  background-color: #f5f5f7;
  padding: 25px 25px 25px 47px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.currency-notice-box .ico-font {
  position: absolute;
  left: 18px;
  top: 26px;
  color: #becfda;
  font-size: 20px;
}
.currency-notice-box ul {
  margin-bottom: 20px;
}
.currency-notice-box li {
  padding: 0;
}
.currency-notice-box dt {
  text-transform: uppercase;
}

/* Box legal changes */
.box-legal-changes {
  padding-top: 20px;
  padding-bottom: 40px;
}
.box-legal-changes .box-inner {
  max-width: 815px;
  margin: 0 auto;
}
.box-legal-changes .box-head {
  text-align: center;
  margin-bottom: 40px;
}
.box-legal-changes .box-head .box-image {
  margin-bottom: 40px;
}
.box-legal-changes .main-title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
.box-legal-changes .box-body p {
  font-size: 14px;
  line-height: 1.36;
}
.box-legal-changes .box-actions {
  padding-top: 40px;
  text-align: center;
}
.box-legal-changes .box-foot {
  padding-top: 40px;
  text-align: center;
}

/* Box Blank */
.box-blank {
  padding-top: 70px;
  padding-bottom: 40px;
}
.box-blank .box-inner {
  max-width: 830px;
  margin: 0 auto;
}
.box-blank .box-head {
  text-align: center;
  margin-bottom: 40px;
}
.box-blank .box-head .box-image {
  margin-bottom: 40px;
}
.box-blank .main-title {
  margin: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.5;
}
.box-blank .box-actions {
  padding-top: 40px;
  text-align: center;
}
.box-blank .box-foot {
  padding-top: 40px;
  text-align: center;
}

/* Bordered box with custom scroll */
.box-custom-scroll {
  padding: 9px 7px;
  border: 1px solid #c7d5e3;
  border-radius: 6px;
}
.box-custom-scroll .box-custom-scroll-inner {
  padding-right: 7px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.box-custom-scroll .box-custom-scroll-inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.box-custom-scroll .box-custom-scroll-inner::-webkit-scrollbar-track {
  background-color: #fff;
}
.box-custom-scroll .box-custom-scroll-inner::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.box-custom-scroll .box-custom-scroll-inner::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}
.box-custom-scroll-lg .box-custom-scroll-inner {
  padding: 14px 13px;
}

/* Lang fixes */
html[lang=el] .box > .box-foot > .box-dashboard-account-actions > .row {
  margin-left: -2px;
  margin-right: -2px;
}
html[lang=el] .box > .box-foot > .box-dashboard-account-actions > .row > [class*=col] {
  padding-left: 2px;
  padding-right: 2px;
}

html[lang=el] .box.box-add-store.box-add-online-shop .file-upload.file-upload-blue-design > label .file-upload-title {
  line-height: 1;
}
html[lang=el] .box.box-add-store.box-add-online-shop .file-upload.file-upload-blue-design > label .file-upload-image {
  margin-bottom: 0;
}

/* Box product image */
.box-product-image {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #ebf4ff;
  border-radius: 4px;
}
.box-product-image img {
  max-width: 100%;
  max-height: 100%;
}
.box-product-image.box-product-image-xs {
  width: 20px;
  height: 20px;
}

.box-styleguide-icons {
  border: 1px solid #c4c4c6;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
}

.box-address-inline {
  background-color: #f5f5f7;
  border: 1px solid #c4c4c6;
  border-radius: 8px;
  display: inline-block;
  padding: 12px 15px;
}

.box-dashed {
  padding: 30px 40px;
  border: 2px dashed #dcdcde;
  border-radius: 12px;
}

.box-info {
  padding: 32px 80px;
}
.box-info .box-title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.box-info p {
  margin-bottom: 24px;
}
.box-info p:last-child {
  margin-bottom: 0;
}

/* Responsive */
@media only screen and (max-width: 1400px) {
  .box.box-tracker .online-shop-details-header .online-shop-details-name .online-shop-link {
    display: block;
  }
  .box.box-tracker .online-shop-details-header .btn-get-domain {
    margin-left: 0;
    margin-top: 10px;
  }
  .box.box-tracker .online-shop-details-header .online-shop-details-actions .separator {
    display: block;
    margin-right: 0;
  }
  .box.box-tracker .online-shop-details-header .online-shop-details-actions .separator .btn {
    margin-right: 0;
  }
  .box.box-tracker .online-shop-details-header .online-shop-details-actions .separator:before {
    display: none;
  }
  .box.box-add-store .box-head {
    padding-right: 30px;
    padding-left: 30px;
  }
  .box.box-add-store .box-body {
    padding: 25px 30px;
  }
  .box.box-add-store.box-add-online-shop .file-upload.file-upload-blue-design > label .file-upload-title {
    font-size: 13px;
  }
  .box.box-add-store.box-add-online-shop .file-upload.file-upload-blue-design > label .file-upload-image {
    margin-bottom: 5px;
  }
  .box.box-add-store.box-add-online-shop .file-upload.file-upload-blue-design > label .file-upload-image .ico-font {
    font-size: 20px;
  }

  .box-info {
    padding: 32px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .box.box-lg .box-head {
    padding-right: 30px;
    padding-left: 30px;
  }
  .box.box-lg .box-body {
    padding-right: 30px;
    padding-left: 30px;
  }
  .box.box-card-plan.box-card-plan-body-large .box-body {
    padding-bottom: 50px;
  }

  .box-body-section-colored {
    margin: 0 -10px 35px -10px;
    padding: 10px;
  }

  .box-card-item .box-card-item-image {
    min-height: 300px;
  }

  .box-outer-blue {
    padding: 25px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .box.box-aside-colored .box-image .col-sm-auto.col-lg-12 .box-image-inner svg {
    margin-bottom: 0;
  }
  .box.box-aside-colored .box-image .col-sm.col-lg-12 .box-image-content {
    padding-right: 0;
    padding-left: 0;
  }
  .box.box-aside-colored .box-image .col-sm.col-lg-12 .box-image-content p:last-child {
    margin-bottom: 0;
  }
  .box.box-aside-colored.box-aside-colored.box-aside-invoice-intro .box-image img {
    max-width: 100%;
    height: auto;
  }
  .box.box-aside-colored.box-activate-device .box-content .form-activate .form-head {
    padding-right: 0;
    text-align: center;
  }
  .box.box-auth-app .box-image {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .box.box-auth-app .box-image img {
    max-height: 200px;
  }
  .box.box-add-store .box-body {
    padding: 15px 20px;
  }
  .box.box-tracker .online-shop-details-header .btn-get-domain {
    font-size: 12px;
  }
  .box .box-body .box-body-terminal-allowed-settings > [class^=col] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .box .box-body .box-body-terminal-allowed-settings.box-body-terminal-allowed-settings-twint > [class^=col] {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .box.box-integration .box-body-integration {
    padding: 0;
    margin: 0 -50px;
  }

  .box-card-item .box-card-item-image {
    min-height: 250px;
  }

  .box-outer-blue {
    padding: 25px 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .box .box-body .box-body-terminal-allowed-settings > [class^=col] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box .box-body .box-body-terminal-allowed-settings.box-body-terminal-allowed-settings-twint > [class^=col] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box.box-aside-colored.box-activate-card .form-activate {
    min-height: 1px;
  }
  .box.box-aside-colored.box-activate-card .box-content .form-activate .form-body {
    padding-bottom: 0;
  }
  .box.box-aside-colored.box-activate-card .box-content .form-activate .form-body + .form-body {
    margin-top: 30px;
  }
  .box.box-notif-settings .box-body {
    padding-top: 15px;
  }
  .box.box-notif-settings .box-foot {
    padding-top: 0;
  }
  .box.box-notif-settings .box-image {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .box.box-status .box-body {
    padding-bottom: 25px;
  }
  .box.box-status p {
    text-align: left;
  }
  .box.box-access .box-aside {
    order: 2;
    border-top-left-radius: 0;
    border-bottom-right-radius: inherit;
  }
  .box.box-access .box-aside.box-aside-video::after {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  .box.box-access .box-content {
    order: 1;
  }
  .box.box-access.box-black-friday-2022 .box-aside-inner {
    padding-top: 25px;
  }
  .box.box-integration .box-integration-heading {
    flex-direction: column;
  }
  .box.box-integration .box-integration-heading .ico-border-wrapper {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .box.box-integration .box-body-integration {
    padding: 0 50px;
  }
  .box.box-campaign.box-invoicing-banner .box-content p, .box.box-campaign.box-campaign-mini-ice .box-content p {
    padding-right: 0;
  }
  .box.box-add-store .hr-dashed {
    margin-top: 30px;
  }
  .box.box-add-store .hr-dashed.mt_0 {
    margin-top: 0;
  }
  .box.box-add-store .box-head {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box.box-add-store .box-head .nav-steps-alt > ul > li.passed .nav-step {
    padding-left: 20px;
  }
  .box.box-add-store .box-head .nav-steps-alt > ul > li.passed .nav-step:before {
    font-size: 20px;
  }
  .box.box-add-store .box-head .nav-steps-alt > ul > li.active .nav-step {
    padding-left: 20px;
  }
  .box.box-add-store .box-head .nav-steps-alt > ul > li .nav-step {
    padding-left: 15px;
  }
  .box.box-add-store .box-head .nav-steps-alt > ul > li .nav-step .ico-svg {
    display: none;
  }
  .box.box-add-store .box-heading .box-title {
    margin-bottom: 0;
  }
  .box.box-add-store .box-body {
    padding: 15px 20px;
  }
  .box.box-add-store.box-add-online-shop-product .list-bullets {
    margin-bottom: 20px;
  }
  .box.box-add-store.box-add-online-shop-discount .price-discount-rows {
    margin: 0 0 20px 0;
  }
  .box.box-add-store.box-add-online-shop-discount .price-discount-row > div {
    margin-bottom: 15px;
  }
  .box.box-setup-online-shop .box-body .box-online-shop-steps ul li.passed .box-online-shop-steps-content .box-online-shop-steps-content-head {
    display: block;
  }
  .box.box-online-shop-templates .box-head {
    padding: 20px;
  }
  .box.box-online-shop-templates .box-online-shop-template {
    max-width: 360px;
    margin: 0 auto 30px;
  }
  .box.box-online-shop-plans .box-head {
    padding: 20px 20px 10px;
  }
  .box.box-online-shop-plans .box-body {
    padding-bottom: 0;
  }
  .box.box-online-shop-plans .box-online-shop-plan {
    padding: 20px;
  }
  .box.box-online-shop-template-edit {
    top: 0;
    width: auto;
    max-width: 100%;
    flex-basis: auto;
    height: auto;
  }
  .box.box-online-shop-template-edit.hide {
    position: static;
  }
  .box.box-online-shop-template-edit.hide > .box-body {
    display: none;
  }
  .box.box-online-shop-template-edit > .box-head {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .box.box-online-shop-template-edit ~ iframe {
    margin-left: 0;
  }
  .box.box-online-shop-template-edit ~ *:not(:first-child) {
    flex-basis: 100%;
    max-width: 100%;
  }
  .box.box-online-shop-template-edit ~ .template-edit-iframe-wrap {
    margin-left: 0;
  }
  .box.box-online-shop-template-edit ~ .demo-sections {
    max-width: calc(1560px + 365px);
    padding-left: 0;
  }
  .box.box-tracker .online-shop-details-header {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    align-items: center;
  }
  .box.box-tracker .online-shop-details-header .online-shop-details-name,
.box.box-tracker .online-shop-details-header .online-shop-details-logo {
    flex: 1 1 100%;
    margin-left: 0;
    text-align: center;
  }
  .box.box-tracker .online-shop-details-header .online-shop-details-logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .box.box-tracker .online-shop-details-header .online-shop-details-logo .image-rounded-shadowed {
    margin: 0 auto;
  }
  .box.box-tracker .online-shop-details-header .online-shop-details-actions {
    flex: 1 1 100%;
    justify-content: flex-start;
    text-align: center;
  }
  .box.box-tracker .online-shop-details-header .btn-get-domain {
    margin-bottom: 10px;
  }
  .box.box-tracker .online-shop-details-header .online-shop-link-wrapper {
    flex-direction: column;
  }
  .box.box-tracker .online-shop-details-header .online-shop-link-wrapper .online-shop-link-controls {
    margin: 15px 0;
  }
  .box.box-tracker .online-shop-details-header .online-shop-link-wrapper .online-shop-link-controls > button {
    margin-top: 0;
  }
  .box.box-bg-image.box-bg-image-referral.box-bg-image-referral-campaign .box-aside {
    max-width: 250px;
    margin: 0 auto;
  }
  .box.box-bg-image.box-bg-image-referral.box-bg-image-referral-campaign .box-title {
    font-size: 28px;
  }
  .box.box-online-shop-ad .box-description-ad .green-circle-tick-list {
    padding-left: 0;
    padding-right: 0;
  }
  .box.box-lg .box-body {
    padding: 20px;
  }
  .box.box-add-edit-email-camp .custom-radios-bordered > *:not(:last-child) {
    margin-bottom: -1px;
  }
  .box.box-add-edit-email-camp .custom-radios-bordered > *:not(:last-child) .custom-radio-bordered .custom-control-label {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .box.box-add-edit-email-camp .custom-radios-bordered > *:not(:first-child) .custom-radio-bordered .custom-control-label {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .box.box-add-edit-email-camp .accordion-bordered-body .btn-link {
    padding: 0;
    font-size: 14px;
  }

  .box-filter-statements {
    margin-bottom: 15px;
  }
  .box-filter-statements .btn-group,
.box-filter-statements .dropdown,
.box-filter-statements .dropdown-toggle {
    width: 100%;
  }
  .box-filter-statements .dropdown-toggle {
    overflow: hidden;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .box-filter-statements .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
  }

  .box-hrz-form .box-body {
    padding-top: 20px;
    padding-right: 35px;
  }
  .box-hrz-form .box-body .box-content-inner {
    margin: 0px -20px 15px 0px;
    padding: 15px 20px 1px 20px;
  }
  .box-hrz-form .box-body .box-content-inner-with-actions {
    margin: 0 -20px 35px 0px;
    padding: 15px 20px 20px 20px;
  }
  .box-hrz-form .box-body .box-content-inner .box-content-inner-actions {
    right: 20px;
  }

  .box-body-section-colored {
    padding: 20px;
    margin: 0 0 20px 0;
  }

  .box-legal-changes .main-title {
    font-size: 20px;
  }

  .box-blank {
    padding-top: 20px;
  }
  .box-blank .box-head {
    margin-bottom: 20px;
  }
  .box-blank .main-title {
    font-size: 20px;
  }

  .box-card-item .box-card-item-image {
    min-height: 200px;
  }
}
@media only screen and (max-width: 575px) {
  .box .table-dropdown-has-icon .table-dropdown .box-section, .box .table-dropdown-has-icon .table-dropdown .box-section + .table-dropdown-actions {
    margin-left: 0;
  }

  .box.box-preview-actions .box-head .box-actions.col-sm-auto {
    padding-top: 0;
  }
  .box.box-preview-actions .box-head .box-actions .btn {
    margin-top: 15px;
    margin-left: 0;
  }
  .box.box-preview-actions .box-head .box-actions .btn:not(:only-child) {
    margin-right: 10px;
  }
  .box.box-preview-actions .box-head .box-actions .btn-delimiter {
    display: none;
  }
  .box.box-notif-settings .box-image {
    padding-bottom: 15px;
  }
  .box.box-aside-colored .box-content .form-activate .form-body,
.box.box-aside-colored .box-content .form-activate .form-foot {
    padding-right: 20px;
    padding-left: 20px;
  }
  .box.box-aside-colored .box-image .col-sm-auto.col-lg-12 .box-image-inner svg {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .box.box-aside-colored .box-image .box-image-content {
    padding-right: 0;
  }
  .box.box-aside-colored .box-image .box-image-content .box-aside-with-scroll {
    height: auto;
    position: relative;
    max-height: none;
    min-height: 0;
    margin-right: 0;
  }
  .box.box-aside-colored .box-image .box-image-content .box-aside-with-scroll-inner {
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-right: 0;
    overflow-y: visible;
  }
  .box.box-aside-colored.box-activate-device .box-image .box-image-content {
    padding-left: 0;
  }
  .box.box-auth-app .box-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .box.box-auth-app .box-content .list-download-options li {
    width: 100%;
  }
  .box.box-target-arrowed .box-content {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .box.box-target-arrowed .box-content .box-image {
    min-width: 90px;
    max-width: 90px;
  }
  .box.box-target-arrowed .box-content p {
    line-height: 1.3;
    font-size: 13px;
  }
  .box.box-target-arrowed .box-content .box-title {
    margin-bottom: 3px;
    font-size: 15px;
  }
  .box.box-target-arrowed .box-actions {
    width: 40px;
    font-size: 15px;
  }
  .box.box-access .box-aside .box-aside-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  .box.box-access .box-content h1,
.box.box-access .box-content .h1 {
    margin-bottom: 20px;
  }
  .box.box-access .form-access {
    padding-right: 0;
    padding-left: 0;
  }
  .box.box-access .form-actions {
    padding-top: 20px;
  }
  .box.box-access.box-black-friday-2021 .box-aside .box-aside-image img {
    max-width: 300px;
  }
  .box .box-body-circled {
    padding: 40px 20px;
  }
  .box.box-take-payments {
    text-align: center;
  }
  .box.box-take-payments.box-target .box-actions-floating {
    right: 25px;
    left: auto;
  }
  .box .box-body-blue-gradient .circles-pulse-animation-wrapper::before,
.box .box-body-blue-gradient .circles-pulse-animation-wrapper::after {
    content: "";
    width: 300px;
    height: 300px;
  }
  .box .box-body-blue-gradient .invoice-intro-img {
    max-width: 220px;
    margin-bottom: -60px;
  }
  .box.box-card-subscr .box-body {
    padding: 40px 20px 20px;
  }
  .box.box-card-subscr .box-subscr-free-sticker {
    font-size: 12px;
    padding: 4px 17px 4px 22px;
  }
  .box.box-card-subscr .box-subscr-title {
    font-size: 18px;
  }
  .box.box-card-subscr .box-subscr-desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .box.box-card-subscr .box-subscr-benefits .blue-tick-list {
    font-size: 16px;
    margin-bottom: 0;
  }
  .box.box-card-subscr .box-subscr-benefits .blue-tick-list li:before {
    top: 6px;
    font-size: 11px;
  }
  .box.box-card-subscr .box-subscr-price {
    min-height: 0;
  }
  .box.box-card-subscr .box-subscr-price .box-subscr-current-price {
    font-size: 18px;
  }
  .box.box-card-subscr .box-subscr-price .box-subscr-old-price {
    font-size: 16px;
  }
  .box.box-card-subscr .box-subscr-price .box-subscr-yearly-price {
    font-size: 12px;
  }
  .box.box-campaign.box-campaign-mini-ice .box-aside .box-image {
    overflow: hidden;
    position: relative;
    min-height: auto;
    margin: 0 auto 10px;
  }
  .box.box-campaign.box-campaign-mini-ice .box-aside .box-image img {
    bottom: 0;
    left: 0;
  }
  .box.box-campaign.box-campaign-mini-ice .box-aside .box-image .box-image-org {
    display: none;
  }
  .box.box-campaign.box-campaign-mini-ice .box-aside .box-image .box-image-backup {
    display: block;
    position: static;
  }
  .box.box-campaign.box-campaign-mini-ice .box-content {
    text-align: center;
  }
  .box.box-campaign.box-campaign-mini-ice .box-content .box-title {
    padding-right: 0;
    margin-top: 0;
  }
  .box.box-campaign.box-campaign-mini-ice .box-content .box-actions .list-links .list-inline-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .box.box-campaign.box-invoicing-banner .box-aside .box-image {
    width: auto;
    min-height: 0;
  }
  .box.box-campaign.box-invoicing-banner .box-aside .box-image img {
    position: static;
    margin: 0 auto;
  }
  .box.box-campaign.box-invoicing-banner .box-aside .box-image img.box-image-desktop {
    display: none;
  }
  .box.box-campaign.box-invoicing-banner .box-aside .box-image img.box-image-mobile {
    display: block;
  }
  .box.box-campaign.box-invoicing-banner .box-content {
    text-align: center;
  }
  .box.box-campaign.box-invoicing-banner .box-content .box-title {
    padding-right: 0;
    margin-top: 0;
  }
  .box.box-campaign.box-invoicing-banner .box-content p:last-child {
    margin-bottom: 1rem;
  }
  .box.box-campaign.box-invoicing-banner .box-content .box-actions .list-links .list-inline-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .box.box-campaign.box-campaign-go-may-camp {
    text-align: center;
  }
  .box.box-campaign.box-campaign-go-may-camp .box-aside .box-image {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .box.box-campaign.box-campaign-go-may-camp .box-aside .box-image img {
    margin: 0 auto;
  }
  .box.box-campaign.box-campaign-go-may-camp .box-content .box-title {
    margin-top: 0;
  }
  .box.box-campaign.box-campaign-go-may-camp .box-content .box-actions .list-links .list-inline-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .box.box-campaign.box-campaign-extended-warranty .box-aside .box-image {
    width: auto;
    min-height: 0;
    text-align: center;
  }
  .box.box-campaign.box-campaign-extended-warranty .box-aside .box-image img {
    margin: 0 auto;
  }
  .box.box-campaign.box-campaign-extended-warranty .box-content {
    text-align: center;
  }
  .box.box-campaign.box-campaign-extended-warranty .box-content .box-title {
    padding-right: 0;
    margin-top: 0;
  }
  .box.box-campaign.box-campaign-extended-warranty .box-content p {
    padding-right: 0;
  }
  .box.box-campaign.box-campaign-extended-warranty .box-content p:last-child {
    margin-bottom: 1rem;
  }
  .box.box-campaign.box-campaign-extended-warranty .box-content .box-actions .list-links .list-inline-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .box.box-campaign.box-campaign-budget-payments .box-body .box-aside .box-image {
    width: 100%;
    text-align: center;
    min-height: auto;
    margin: -15px 0 15px;
  }
  .box.box-campaign.box-campaign-budget-payments .box-body .box-aside .box-image img {
    position: static;
    margin: 0 auto;
  }
  .box.box-campaign.box-campaign-budget-payments .box-body .box-content {
    text-align: center;
  }
  .box.box-campaign.box-campaign-budget-payments .box-body .box-content .box-title {
    padding-right: 0;
    margin-top: 0;
  }
  .box.box-campaign.box-campaign-budget-payments .box-body .box-content p {
    padding-right: 0;
  }
  .box.box-campaign.box-campaign-budget-payments .box-body .box-content .box-actions .list-links .list-inline-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .box.box-campaign.box-campaign-smart .box-body .box-aside .box-image {
    width: 100%;
    text-align: center;
    min-height: auto;
    margin: -15px 0 15px;
  }
  .box.box-campaign.box-campaign-smart .box-body .box-aside .box-image img {
    position: static;
  }
  .box.box-campaign.box-campaign-smart .box-body .box-content {
    text-align: center;
  }
  .box.box-campaign.box-campaign-smart .box-body .box-content .box-title {
    padding-right: 0;
    margin-top: 0;
  }
  .box.box-campaign.box-campaign-smart .box-body .box-content p {
    padding-right: 0;
  }
  .box.box-campaign.box-campaign-smart .box-body .box-content p:last-child {
    margin-bottom: 1rem;
  }
  .box.box-campaign.box-campaign-smart .box-body .box-content .box-actions .list-links .list-inline-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .box.box-campaign.box-raiffeisen-banner .box-aside .box-image {
    display: flex;
    padding-left: 0;
    margin-bottom: 20px;
    width: auto;
    min-height: 0;
  }
  .box.box-campaign.box-raiffeisen-banner .box-aside .box-image img {
    position: static;
    margin: 0 auto;
  }
  .box.box-campaign.box-campaign-go-portugal-camp {
    text-align: center;
  }
  .box.box-campaign.box-campaign-go-portugal-camp .box-aside .box-image {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .box.box-campaign.box-campaign-go-portugal-camp .box-aside .box-image img {
    margin: 0 auto;
  }
  .box.box-campaign.box-campaign-go-portugal-camp .box-content .box-title {
    margin-top: 0;
  }
  .box.box-campaign.box-campaign-go-portugal-camp .box-content .box-actions .list-links .list-inline-item {
    margin-right: 10px;
    margin-left: 10px;
  }
  .box.box-campaign.box-campaign-szep-banner .list-links .list-inline-item:last-child {
    margin-right: 0;
  }
  .box.box-campaign.box-campaign-domains-renewal .box-aside .box-image {
    margin-bottom: 10px;
    text-align: center;
  }
  .push-inactive-down .box.box-card-plan:not(.box-card-active) {
    padding-top: 0px;
  }
  .box.box-card-plan .box-body {
    padding: 50px 20px 20px;
  }
  .box.box-card-plan.box-card-active {
    padding-top: 0px;
  }
  .box.box-integration {
    padding: 0;
  }
  .box.box-add-store .box-head .nav-steps-alt > ul > li {
    padding: 10px;
  }
  .box.box-add-store .box-body .box-add-store-preview {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .box.box-add-store .box-body .box-add-store-preview .box-add-store-preview-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .box.box-add-store .box-body .box-add-store-preview .box-add-store-preview-foot {
    padding-right: 15px;
    padding-left: 15px;
  }
  .box .box-actions.box-actions-language {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .box .box-actions.box-actions-language .btn-def-lang:last-of-type {
    margin-bottom: 0;
  }
  .box.box-online-shop-legal .list-online-shop-legal li .list-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box.box-online-shop-legal .list-online-shop-legal li .list-actions span {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    margin-left: 0;
  }
  .box.box-online-shop-plans .box-online-shop-plan {
    max-width: 360px;
    margin: 0 auto;
  }
  .box.box-clean-ad.box-clean-ad-upsells .box-banner.box-banner-video .box-banner-inner {
    min-height: 250px;
  }
  .box.box-provider .box-head {
    padding: 20px;
  }
  .box.box-provider .legal-wrapper {
    max-height: 300px;
  }
  .box.box-loan-request-form .box-body {
    padding: 20px;
  }
  .box.box-add-edit-email-camp .accordion-bordered-toggler, .box.box-add-edit-email-camp .accordion-bordered-toggler-collapse-inner, .box.box-add-edit-email-camp .accordion-bordered-body, .box.box-add-edit-email-camp .accordion-bordered-body-collapse-inner, .box.box-add-edit-email-camp .accordion-bordered-foot, .box.box-add-edit-email-camp .accordion-bordered-foot-collapse-inner {
    padding: 15px;
  }
  .box.box-add-edit-email-camp .accordion-bordered-toggler.collapse, .box.box-add-edit-email-camp .accordion-bordered-toggler.collapsing, .box.box-add-edit-email-camp .accordion-bordered-body.collapse, .box.box-add-edit-email-camp .accordion-bordered-body.collapsing, .box.box-add-edit-email-camp .accordion-bordered-foot.collapse, .box.box-add-edit-email-camp .accordion-bordered-foot.collapsing {
    padding: 0;
  }
  .box.box-add-edit-email-camp .accordion-bordered-toggler {
    padding-right: 30px;
  }
  .box.box-add-edit-email-camp .accordion-bordered-toggler::after {
    right: 10px;
  }
  .box.box-bordered-action:not(a) {
    flex-wrap: wrap;
  }
  .box.box-bordered-action:not(a) .box-content {
    flex-basis: 100%;
    max-width: 100%;
  }
  .box.box-bordered-action:not(a) .box-actions {
    padding-left: var(--bordered-action-icon-width);
  }

  .section-editable {
    padding: 15px 20px 50px 20px;
  }
  .section-editable .section-editable-action {
    top: auto;
    left: 0;
    height: 40px;
    width: 100%;
  }

  .box-card-item .box-card-item-image {
    min-height: 250px;
  }

  .box-table .table tbody .table-items-avatar,
.box-table .table-fees tbody .table-items-avatar {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 380px) {
  .box.box-integration .box-body {
    padding-right: 10px;
    padding-left: 10px;
  }
  .box.box-integration .box-body-integration {
    padding: 0 50px;
  }
  .box.box-clean-ad.box-clean-ad-upsells .box-banner.box-banner-video .box-banner-inner {
    min-height: 190px;
  }
  .box.box-add-edit-email-camp .accordion-bordered-toggler, .box.box-add-edit-email-camp .accordion-bordered-toggler-collapse-inner, .box.box-add-edit-email-camp .accordion-bordered-body, .box.box-add-edit-email-camp .accordion-bordered-body-collapse-inner, .box.box-add-edit-email-camp .accordion-bordered-foot, .box.box-add-edit-email-camp .accordion-bordered-foot-collapse-inner {
    padding: 10px;
  }
  .box.box-add-edit-email-camp .accordion-bordered-body .col-auto {
    max-width: 100%;
  }

  .box-card-item .box-card-item-image {
    min-height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .box-content-inner .row-hrz .col-hrz-label {
    margin-top: 8px;
    max-width: calc(33.3333% - 17px);
    flex: 1 1 calc(33.3333% - 17px);
  }
  .box-content-inner .row-hrz .col-hrz-value {
    max-width: calc(66.6667% + 17px);
    flex: 0 0 calc(66.6667% + 17px);
  }
  .box-content-inner .row-hrz .col-hrz-no-label {
    margin-left: calc(33.3333% - 17px);
  }

  .box.box-add-store .select-curr-and-acc .select-curr {
    flex-basis: 100px;
    max-width: 100px;
  }
  .box.box-add-store .select-curr-and-acc .select-acc {
    max-width: calc(100% - 158px);
  }
}
@media only screen and (min-width: 992px) {
  .box.box-aside-colored .box-image {
    order: 2;
    border-radius: 0 8px 8px 0;
  }
  .box.box-aside-colored .box-content {
    order: 1;
  }
  .box.box-aside-colored + .page-actions {
    padding-right: calc(33.33333% + 20px);
  }
  .box.box-aside-colored + .page-actions.pr_0 {
    padding-right: 0;
  }
  .box.box-aside-colored + .page-actions.page-actions-center {
    padding-right: calc(50% + 20px);
  }
  .box.box-aside-colored.box-giftcards + .page-actions {
    padding-right: calc(41.66667% + 20px);
  }

  .page-actions-col-7 {
    padding-right: calc(58.3333% + 15px);
  }

  .page-actions-col-5 {
    padding-right: calc(41.6667% + 15px);
  }
}
/* ==========================================================================
	#Panel
========================================================================== */
.panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  /* Modify Classes */
}
.panel > *:last-child {
  margin-bottom: 0;
}
.panel-head, .panel-body, .panel-foot {
  padding: 24px;
}
.panel-head {
  border-bottom: 1px solid #c4c4c6;
}
.panel-head .list-description dt {
  font-weight: 600;
  color: #181818;
}
.panel-body {
  flex-grow: 1;
}
.panel-body > *:last-child {
  margin-bottom: 0;
}
.panel-foot {
  border-top: 1px solid #c4c4c6;
}
.panel-hover {
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.panel-hover:hover {
  border-color: #c4c4c6;
}
.panel-hover-white {
  border: 1px solid #fff;
}
.panel-hover-c-prim-4 {
  border: 1px solid #ebf4ff;
}
.panel-hover-black {
  border: 1px solid #181818;
}
.panel-hover-c-third-4 {
  border: 1px solid #ffeed2;
}
.panel-padding-16 > .panel-head, .panel-padding-16 > .panel-body, .panel-padding-16 > .panel-foot {
  padding: 16px;
}
.panel-padding-20 > .panel-head, .panel-padding-20 > .panel-body, .panel-padding-20 > .panel-foot {
  padding: 20px;
}
.panel-padding-24 > .panel-head, .panel-padding-24 > .panel-body, .panel-padding-24 > .panel-foot {
  padding: 24px;
}
.panel-padding-32 > .panel-head, .panel-padding-32 > .panel-body, .panel-padding-32 > .panel-foot {
  padding: 32px;
}
.panel-padding-48 > .panel-head, .panel-padding-48 > .panel-body, .panel-padding-48 > .panel-foot {
  padding: 48px;
}
.panel-rounded-8 {
  border-radius: 8px;
}
.panel-rounded-border-radius-right-bottom {
  border-bottom-right-radius: 100px;
}
.panel-bg-white {
  background-color: #fff;
}
.panel-bg-c-prim-4 {
  background-color: #ebf4ff;
}
.panel-bg-black {
  background-color: #181818;
  color: #fff;
  color: #fff;
}
.panel-bg-black .close {
  color: #fff;
}
.panel-bg-black .close:not(.disabled):hover, .panel-bg-black .close:not(.disabled):focus, .panel-bg-black .close:not(.disabled):active {
  color: #fff;
}
.panel-bg-c-third-4 {
  background-color: #ffeed2;
}
.panel-bordered {
  border: 1px solid #c4c4c6;
}

/* HERE ADD CUSTOM CLASSES */
.panel-subscription-plan-upgrade-to-pro {
  position: relative;
  background-color: #181818;
  color: #fff;
  overflow: hidden;
}
.panel-subscription-plan-upgrade-to-pro .panel-body {
  position: relative;
  z-index: 1;
}
.panel-subscription-plan-upgrade-to-pro-inner {
  padding: 48px 0;
}
.panel-subscription-plan-upgrade-to-pro-title {
  max-width: 735px;
  margin: 0 auto 16px;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.1;
}
.panel-subscription-plan-upgrade-to-pro-desc {
  font-size: 20px;
}
.panel-subscription-plan-upgrade-to-pro-flash-top {
  position: absolute;
  top: -16%;
  left: 16%;
  z-index: 0;
}
.panel-subscription-plan-upgrade-to-pro-flash-bottom {
  position: absolute;
  bottom: 5%;
  right: -5%;
  z-index: 0;
}

.panel-subscription-plan-info {
  position: relative;
  background-color: #181818;
  color: #fff;
  overflow: hidden;
}
.panel-subscription-plan-info-inner {
  position: relative;
  z-index: 1;
}
.panel-subscription-plan-info-title {
  margin-bottom: 60px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.1;
}
.panel-subscription-plan-info-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.panel-subscription-plan-info-flash-left, .panel-subscription-plan-info-flash-right {
  position: absolute;
  top: -24px;
  z-index: 0;
  width: 259px;
  height: 316px;
}
.panel-subscription-plan-info-flash-left {
  left: 13%;
}
.panel-subscription-plan-info-flash-right {
  right: 25%;
}
.panel-subscription-plan-info-box {
  height: 100%;
  padding: 16px;
  border-radius: 10px;
  background: rgba(36, 37, 39, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.panel-subscription-plan-info-box-title {
  margin-bottom: 26px;
  text-transform: uppercase;
  font-weight: 600;
}
.panel-subscription-plan-info-box-title i {
  margin-right: 8px;
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .panel-subscription-plan-info-title {
    margin-bottom: 32px;
  }
  .panel-subscription-plan-info-content {
    align-items: center;
    height: auto;
  }
  .panel-subscription-plan-info-flash-left {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .panel-subscription-plan-info-flash-right {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .panel-subscription-plan-upgrade-to-pro-title {
    font-size: 33px;
  }
  .panel-subscription-plan-upgrade-to-pro-flash-top, .panel-subscription-plan-upgrade-to-pro-flash-bottom {
    display: none;
  }
}
/* ==========================================================================
	#Common fixes
========================================================================== */
/* ==========================================================================
	#Section name
========================================================================== */
/* styles */
.box .ad-banner-title-small {
  max-width: 750px;
  margin: 0 auto 30px;
  font-size: 24px;
  font-weight: 700;
}
.box .box-banner-ad {
  background-image: url(/trunk/public/build/assets/account/images/banners/card-order-ad-page.b2d10114.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
}
.box .box-banner-ad .ad-banner-title,
.box .box-banner-ad .ad-banner-text {
  max-width: 370px;
}
.box .box-banner-ad img {
  max-width: 100%;
  margin-top: 70px;
}
.box .box-banner-ad-green {
  background-image: url(/trunk/public/build/assets/account/images/banners/device-order-ad-page.cf045dab.jpg);
}
.box .box-banner-ad-devices {
  background-image: url(/trunk/public/build/assets/account/images/banners/device-order-ad-page-blue.7e9ad42b.jpg);
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.box .box-banner-ad-devices .ad-banner-title,
.box .box-banner-ad-devices .ad-banner-text {
  max-width: 480px;
}
.box .box-banner-ad-devices .ad-banner-title {
  margin-bottom: 36px;
}
.box .box-banner-ad-devices .ad-banner-text {
  margin-bottom: 50px;
}
.box .box-banner-ad-devices #activate-device-popover {
  background: transparent;
  color: #fff;
}
.box .box-banner-ad-devices img {
  margin-top: -38px;
}
.box .box-banner-ad-devices .btn-bordered:hover {
  color: #fff;
  border-color: #fff;
}
.box.box-banner-blue .ad-banner-title-small {
  line-height: 33px;
}
.box.box-banner-blue .box-description-ad {
  padding-bottom: 30px;
}
.box.box-banner-blue .box-description-ad .btn-link:hover {
  text-decoration: underline;
}
.box.box-banner-blue .box-description-ad .caret-right {
  width: 8px;
  height: 8px;
  margin-right: 7px;
}
.box.box-banner-blue .green-circle-tick-list {
  margin-bottom: 0;
}
.box.box-banner-blue .btn-to-link {
  font-weight: 500;
}
.box.box-banner-blue .box-banner-blue__body-content {
  max-width: 735px;
  margin: 0 auto;
  font-size: 16px;
}
.box .box-banner-blue-bg {
  position: relative;
  height: 260px;
  margin-bottom: 55px;
  background-image: linear-gradient(#30a5ff, #0074de);
  border-radius: 5px 5px 0 0;
}
.box .box-banner-ad-moto {
  background-image: url(/trunk/public/build/assets/account/images/moto_info_banner_bg.f0737158.png), linear-gradient(#30a5ff, #0074de);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.box .box-banner-ad-moto img {
  position: absolute;
  top: -63px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
.box .box-banner-ad-moto .ad-banner-title,
.box .box-banner-ad-moto .ad-banner-text {
  max-width: 9999px;
}
.box .box-banner-ad-moto.rejected img {
  top: 0;
}
.box .box-banner-ad-terminal .ad-banner-title,
.box .box-banner-ad-terminal .ad-banner-text {
  max-width: 580px;
}
.box .box-banner-ad-terminal-alt {
  background-image: url(/trunk/public/build/assets/account/images/banners/device-order-ad-page.cf045dab.jpg);
  padding-top: 110px;
  padding-bottom: 80px;
}
.box .box-banner-ad-terminal-alt img {
  margin-top: 0px;
}
.box .box-banner-ad-terminal-alt .ad-banner-title,
.box .box-banner-ad-terminal-alt .ad-banner-text {
  max-width: 580px;
}
.box .box-description-ad {
  padding-top: 50px;
  padding-right: 45px;
  padding-left: 45px;
}
.box .box-description-ad .blue-tick-list li {
  display: inline-block;
  width: 22%;
  margin-right: 16%;
  vertical-align: top;
}
.box .box-description-ad .blue-tick-list li:nth-child(3n+3) {
  margin-right: 0;
}
.box .box-description-ad .green-circle-tick-list {
  padding-left: 45px;
  padding-right: 45px;
}
.box .box-description-ad .green-circle-tick-list li {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
}
.box .box-banner-ad-giftcards {
  padding-top: 30px;
  padding-bottom: 40px;
  background-image: url(/trunk/public/build/assets/account/images/banners/device-order-ad-page.cf045dab.jpg);
}
.box .box-banner-ad-giftcards img {
  margin-top: 0px;
}
.box .box-banner-ad-giftcards .ad-banner-title,
.box .box-banner-ad-giftcards .ad-banner-text {
  max-width: 400px;
}
.box .box-banner-ad-invoices {
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 50px;
  background-image: url(/trunk/public/build/assets/account/images/banners/device-order-ad-page.cf045dab.jpg);
}
.box .box-banner-ad-invoices img {
  margin-top: 0px;
}
.box .box-banner-ad-invoices .ad-banner-title,
.box .box-banner-ad-invoices .ad-banner-text {
  max-width: none;
}
.box .box-banner-ad-topup {
  background-image: url(/trunk/public/build/assets/account/images/topup_info_banner_bg.69edef35.png), linear-gradient(#30a5ff, #0074de);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.box .box-banner-ad-topup img {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
.box .box-banner-ad-topup .ad-banner-title,
.box .box-banner-ad-topup .ad-banner-text,
.box .box-banner-ad-topup p {
  max-width: 410px;
}
.box .box-banner-ad-referral {
  background-image: url(/trunk/public/build/assets/account/images/banners/referral-ad-page.ca548703.jpg);
}
.box .box-banner-ad-referral img {
  margin-top: 0;
}
.box .box-banner-ad-referral .ad-banner-title,
.box .box-banner-ad-referral .ad-banner-text {
  max-width: 100%;
}
.box .box-banner-ad-referral .ad-banner-title {
  margin-top: 40px;
}
.box .box-banner-ad-paym-request {
  margin-bottom: 65px;
  background-image: url(/trunk/public/build/assets/account/images/paym_req_info_banner_bg.6397d27f.png), linear-gradient(#30a5ff, #0074de);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.box .box-banner-ad-paym-request img {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
.box.box-banner-checkout .box-banner-ad-checkout {
  margin-bottom: 50px;
  background-image: url(/trunk/public/build/assets/account/images/checkout_info_banner_bg.8acc4899.png), linear-gradient(#30a5ff, #0074de);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
}
.box.box-banner-checkout .box-banner-ad-checkout img {
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
.box.box-banner-checkout .box-banner-ad-checkout .platform_wrapper {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.box.box-banner-checkout .box-banner-ad-checkout .platform_wrapper .platform-placeholder {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  height: 60px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px -4px rgba(24, 24, 24, 0.08);
}
.box.box-banner-checkout .box-banner-ad-checkout .platform_wrapper .platform-placeholder .platform-name {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
}
.box.box-banner-checkout .ad-banner-title-small {
  max-width: 600px;
}
.box.box-banner-checkout-mobile .box-banner-ad-checkout-mobile {
  margin-bottom: 50px;
  background-image: url(/trunk/public/build/assets/account/images/checkout_mobile_info_banner_bg.5f76bdff.png), linear-gradient(#30a5ff, #0074de);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
}
.box.box-banner-checkout-mobile .box-banner-ad-checkout-mobile img {
  position: absolute;
  bottom: -47px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
.box.box-banner-checkout-mobile .box-banner-ad-checkout-mobile .platform-logo {
  position: absolute;
  bottom: -17px;
  left: -7px;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.box.box-banner-checkout-mobile .box-banner-ad-checkout-mobile .platform-logo .platform-name {
  position: relative;
  top: 4px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
}
.box.box-banner-checkout-mobile .box-banner-ad-checkout-mobile .platform-logo .platform-name.clock {
  font-size: 14px;
}
.box.box-banner-checkout-mobile .box-banner-ad-checkout-mobile .platform-logo .platform-name.api {
  font-size: 15px;
}
.box.box-banner-checkout-mobile .ad-banner-title-small {
  max-width: 590px;
}
.box .box-banner-ad-paylinks {
  margin-bottom: 55px;
  background-image: url(/trunk/public/build/assets/account/images/paylinks_info_banner_bg.343993be.png), linear-gradient(#30a5ff, #0074de);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: bottom;
}
.box .box-banner-ad-paylinks img {
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
.box .box-banner-ad-paybuttons {
  margin-bottom: 55px;
  background-image: url(/trunk/public/build/assets/account/images/paybuttons_info_banner_bg.ec3527ad.png), linear-gradient(#30a5ff, #0074de);
  background-repeat: no-repeat;
  background-size: initial;
  background-position: center;
}
.box .box-banner-ad-paybuttons img {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
.box.box-banner-sales .box-banner-ad-sales {
  position: relative;
  height: 304px;
  margin-bottom: 80px;
  background-color: #0075F2;
  background-image: url(/trunk/public/build/assets/account/images/sales_info_banner_bg.b6c6dc33.png);
  background-repeat: no-repeat;
  background-position: bottom;
}
.box.box-banner-sales .box-banner-ad-sales img {
  position: absolute;
  bottom: -96px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
.box.box-banner-sales .ad-banner-title-small {
  margin-bottom: 10px;
}
.box.box-banner-sales .ad-banner-subtitle {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #283953;
}
.box.box-banner-sales .box-description-ad {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 24px;
  padding-right: 20px;
  padding-left: 20px;
}
.box.box-banner-sales .box-description-ad .cache-register-wrap .sales_benefit_title,
.box.box-banner-sales .box-description-ad .woocommerce-wrap .sales_benefit_title,
.box.box-banner-sales .box-description-ad .online-shop-wrap .sales_benefit_title {
  margin-bottom: 20px;
}
.box.box-banner-sales .box-description-ad .woocommerce-wrap .sales_benefit_summary,
.box.box-banner-sales .box-description-ad .online-shop-wrap .sales_benefit_summary {
  margin-bottom: 10px;
}
.box.box-banner-sales .btn-wrap {
  position: absolute;
  text-align: right;
  padding: 0 20px;
  right: 0;
  bottom: 32px;
}
.box.box-banner-sales .sales_benefit_image {
  margin-right: 20px;
}
.box.box-banner-sales .sales_benefit_title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #283953;
}
.box.box-banner-sales .sales_benefit_subtitle {
  margin-bottom: 10px;
  font-size: 12px;
  color: #05C583;
}
.box.box-banner-sales .sales_benefit_summary {
  padding-right: 40px;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 18px;
  color: #4D7198;
}
.box.box-banner-sales .sales_benefits_footnote {
  margin-top: 10px;
}
.box.box-banner-sales .coming-soon-label__wrapper {
  width: 173px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.box.box-banner-sales .coming-soon-label {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transform: rotate(-30deg);
  position: relative;
  padding: 5px 0;
  left: -30px;
  top: 22px;
  width: 200px;
  background-color: #05c583;
}
.box.box-banner-sales .pos-checkout > div {
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-image: linear-gradient(to bottom, #7269F1 0%, #473BF0 40%);
  border-radius: 17px;
}
.box.box-banner-sales .pos-checkout svg {
  margin: auto;
  transform: scale(0.6);
}
.box.box-banner-sales .woocommerce > div {
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background-color: #EDF5FC;
  border-radius: 25px 25px 19px 19px;
}
.box.box-banner-sales .woocommerce svg {
  margin: auto;
}
.box .box-banner-ad-physical-location {
  background-image: url(/trunk/public/build/assets/account/images/physical_location_info_banner_bg.39b665d1.png), linear-gradient(#30a5ff, #0074de);
  background-repeat: no-repeat;
  background-position: center 80px, bottom;
}
.box .box-banner-ad-physical-location img {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
.box .box-banner-ad-physical-location .ad-banner-title,
.box .box-banner-ad-physical-location .ad-banner-text,
.box .box-banner-ad-physical-location p {
  max-width: 410px;
}
.box.box-banner-ad-payment-tag {
  text-align: center;
}
.box.box-banner-ad-payment-tag .box-body {
  padding-top: 35px;
  padding-bottom: 20px;
}
.box.box-banner-ad-payment-tag .ad-banner-title {
  font-size: 24px;
  font-weight: bold;
}
.box.box-banner-ad-payment-tag .payment-tag-benefits {
  text-align: center;
  justify-content: center;
}
.box.box-banner-ad-payment-tag .payment-tag-benefits > [class*=col-] {
  padding: 0 30px;
  margin-bottom: 30px;
}

.comming-soon-wraper {
  position: relative;
}
.comming-soon-wraper .coming-soon-label__wrapper {
  width: 167px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
.comming-soon-wraper .coming-soon-label__wrapper.coming-soon-label__wrapper-left {
  left: 0;
  right: unset;
}
.comming-soon-wraper .coming-soon-label__wrapper.coming-soon-label__wrapper-left .coming-soon-label {
  left: -33px;
  transform: rotate(-40deg);
}
.comming-soon-wraper .coming-soon-label {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  transform: rotate(40deg);
  position: relative;
  padding: 5px 0;
  left: 0px;
  top: 37px;
  width: 200px;
  background-color: #05c583;
}
.comming-soon-wraper .coming-soon-label.coming-soon-label-orange {
  background-color: #f89f40;
}
.comming-soon-wraper .coming-soon-label.coming-soon-label-blue {
  background-color: #0071f5;
}

.card-bar-wraper {
  position: relative;
}
.card-bar-wraper .card-bar-label {
  position: absolute;
  top: 15px;
  left: -8px;
  padding: 5px 23px;
  font-size: 14px;
  background: #1CC385;
  color: #fff;
}
.card-bar-wraper .card-bar-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 9px);
  bottom: 0;
  transform: skewX(17deg);
  width: 16px;
  background-color: #1CC385;
}
.card-bar-wraper .card-bar-label.card-bar-label-orange {
  background: #f79e1b;
}
.card-bar-wraper .card-bar-label.card-bar-label-orange:before {
  background-color: #f79e1b;
}

.box-system-error {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px 0;
  color: #808080;
}
.box-system-error .ico-font {
  color: #9c9ea1;
  margin-right: 20px;
  font-size: 202px;
}
.box-system-error .main-title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}
.box-system-error .sub-title {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 45px;
}
.box-system-error .box-actions {
  margin: -12px;
}
.box-system-error .btn {
  margin: 12px;
}

.styleguide-code-preview-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}
.styleguide-code-preview-wrapper .btn-styleguide-copy {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  z-index: 1;
  left: 100%;
  transform: translateX(calc(-100% - 10px));
  box-shadow: none;
}
.styleguide-code-preview-wrapper .btn-styleguide-copy, .styleguide-code-preview-wrapper .btn-styleguide-copy:hover, .styleguide-code-preview-wrapper .btn-styleguide-copy:focus, .styleguide-code-preview-wrapper .btn-styleguide-copy:focus:hover {
  border-bottom-width: 0;
}
.styleguide-code-preview-wrapper .btn-styleguide-open {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  margin-left: 10px;
  box-shadow: none;
  position: relative;
  z-index: 1;
}
.styleguide-code-preview-wrapper .btn-styleguide-open, .styleguide-code-preview-wrapper .btn-styleguide-open:hover, .styleguide-code-preview-wrapper .btn-styleguide-open:focus, .styleguide-code-preview-wrapper .btn-styleguide-open:focus:hover {
  border-top-width: 0;
}
.styleguide-code-preview-wrapper pre {
  margin: 0 !important;
  padding: calc(1em + 5px) !important;
  border-radius: 5px !important;
  max-height: 100px !important;
  position: relative !important;
  transition: all 0.3s !important;
  border: 5px solid #fff !important;
  box-shadow: 0 0 0 1px #c4c4c6 !important;
}
.styleguide-code-preview-wrapper.open pre {
  max-height: 999999px !important;
  transition: all 0.3s !important;
}

/* Copy Link Box */
html[lang=el] .box-with-copy:not(.box-copy-light-bg) {
  padding-right: 95px;
}

.box-with-copy {
  position: relative;
  padding: 13px 85px 13px 20px;
  background-color: #0071f5;
  text-align: left;
  border-radius: 12px;
}
.box-with-copy.box-copy-light-bg {
  padding: 13px 45px 13px 20px;
  background: rgba(0, 126, 245, 0.08);
  border-radius: 5px;
}
.box-with-copy .btn-copy {
  color: #fff;
  font-weight: 600;
}
.box-with-copy .btn-copy:hover {
  text-decoration: none;
}

/* ==========================================================================
    #Vibe Market
========================================================================== */
.box .box-banner-vibemarket {
  position: relative;
  z-index: 1;
  padding: 25px 20px 0;
  background: #c2e5ff;
}
.box .box-banner-vibemarket:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url(/trunk/public/build/assets/account/images/vibemarket_campaign/viber-market-bg.e7cb56b1.png) no-repeat bottom center;
  opacity: 0.45;
}
.box .box-banner-vibemarket .vibemarket-title {
  padding-top: 17px;
  padding-left: 30px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 36px;
  line-height: 1.33;
  color: #283953;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.box .box-banner-vibemarket .vibemarket-text {
  padding-left: 30px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.67;
  color: #283953;
  font-weight: 600;
}
.box .box-foot-vibemarket {
  padding: 50px 45px;
}
.box .box-foot-vibemarket .btn {
  padding-left: 35px;
  padding-right: 35px;
}

/* ==========================================================================
    #Payment Tag
========================================================================== */
.box.box-add-payment-tag > .box-body {
  padding: 50px;
}
.box.box-add-payment-tag .box-body-blue {
  padding: 30px 50px;
}
.box.box-add-payment-tag .box-body-blue .row [class*=col-]:first-of-type {
  padding-right: 100px;
}
.box.box-add-payment-tag .box-body-blue .f_row {
  margin-bottom: 35px;
}
.box.box-add-payment-tag .form-control-url-example {
  min-width: 383px;
  height: auto;
  margin-top: 15px;
  margin-bottom: 0;
  background-color: #e2eCf4;
  font-weight: normal;
  color: #696b6d;
  border: none;
  cursor: not-allowed;
}
.box.box-add-payment-tag .form-control-url-example .ico-font {
  color: #5a6068;
}
.box.box-add-payment-tag .card,
.box.box-add-payment-tag .message {
  max-width: 590px;
  margin: 0 auto;
}
.box.box-add-payment-tag .message {
  margin-bottom: 50px;
  padding: 7px 12px;
}
.box.box-add-payment-tag .card {
  border: 2px solid #eff2f6;
  border-radius: 5px;
  margin-bottom: 20px;
}
.box.box-add-payment-tag .card .card_heading {
  text-align: center;
  padding: 20px;
  border-bottom: 2px solid #eff2f6;
}
.box.box-add-payment-tag .card .card_heading > svg {
  margin-right: 40px;
}
.box.box-add-payment-tag .card .card_body {
  padding: 20px 25px;
}
.box.box-add-payment-tag .card .card_tag {
  padding: 11px 10px;
  color: #181818;
  background: #ebf4ff;
  font-size: 22px;
  font-weight: 600;
  border-radius: 11px;
}
.box.box-add-payment-tag .list-definitions dt {
  color: #181818;
  font-weight: normal;
}
.box.box-add-payment-tag .list-definitions dd {
  text-align: right;
  font-weight: 600;
}
.box.box-add-payment-tag .custom-checkbox-2 {
  text-align: center;
}
.box.box-add-payment-tag .custom-checkbox-2 .custom-control-label {
  display: inline-block;
  font-weight: normal;
}

.styleguide-color-palette-list {
  padding-left: 0;
  margin-left: -10px;
  margin-bottom: 0px;
  list-style: none;
  font-size: 0;
}
.styleguide-color-palette-list .color-palette-item {
  display: inline-block;
  width: 20%;
  min-width: 120px;
  padding-left: 10px;
  margin-bottom: 15px;
  vertical-align: top;
}
.styleguide-color-palette-list .color-palette-item.color-palette-item-big {
  width: 25%;
}
.styleguide-color-palette-list .color-palette-item .color-box {
  padding: 25px 0;
  cursor: copy;
  color: #ffffff;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #dcdcde;
  position: relative;
}
.styleguide-color-palette-list .color-palette-item .color-box .color-name {
  width: 100%;
  height: 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.styleguide-color-palette-list .color-palette-item .color-box .color-copy {
  position: absolute;
  width: 100%;
  opacity: 0;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.styleguide-color-palette-list .color-palette-item .color-box:hover .color-name {
  margin-top: 8px;
  margin-bottom: -8px;
}
.styleguide-color-palette-list .color-palette-item .color-box:hover .color-copy {
  margin-top: -8px;
  margin-bottom: 8px;
}
.styleguide-color-palette-list .color-palette-item .color-box:hover .color-name, .styleguide-color-palette-list .color-palette-item .color-box:hover .color-copy {
  opacity: 1;
  transition: all 0.2s ease;
}
.styleguide-color-palette-list .color-palette-item .color-box.color-light {
  color: #181818;
}
.styleguide-color-palette-list .color-palette-item .color-code {
  font-size: 13px;
  font-weight: 500;
  color: #181818;
  margin-top: -1px;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #dcdcde;
}

.separator {
  position: relative;
  display: inline-block;
}
.separator.separator-right:before {
  right: 0;
}
.separator.separator-left:before {
  left: 0;
}
.separator:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #dbe2ea;
}

.content-separator {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1;
  color: #181818;
  font-weight: 700;
  text-align: center;
}
.content-separator span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background: #fff;
  line-height: 1;
}
.content-separator::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  content: "";
  height: 1px;
  background: rgba(24, 24, 24, 0.2);
}

/* ==========================================================================
    #Demo sections
========================================================================== */
.demo-section {
  margin-top: 50px;
}
.demo-section p {
  margin-bottom: 0;
}
.demo-section p + p {
  margin-top: 10px;
}
.demo-section .demo-section-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}
.demo-section .demo-section-title-sm {
  font-size: 24px;
  font-weight: 500;
}
.demo-section .demo-section-preview-image img {
  width: 100%;
  height: auto;
}
.demo-section .demo-section-main {
  display: flex;
  flex-flow: row nowrap;
  background-color: #ebf4ff;
}
.demo-section .demo-section-main .demo-section-preview-image,
.demo-section .demo-section-main .demo-section-content {
  position: relative;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
}
.demo-section .demo-section-main .demo-section-preview-image {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 300px;
}
.demo-section .demo-section-main .demo-section-content {
  padding: 20px 30px;
  background-color: #fff;
}
.demo-section .demo-section-head {
  padding: 20px 45px;
  border: 3px solid #dcdcde;
  border-bottom-width: 0;
}
.demo-section .demo-section-body {
  border: 3px solid #dcdcde;
}
.demo-section.active .demo-section-body {
  border-color: #0071f5;
}

.demo-sections {
  padding-bottom: 50px;
}

.builder-section {
  margin-left: 365px;
}

.builder-action-menu-area {
  padding: 0 10px 10px 10px;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}
.builder-action-menu-area.left {
  left: -60px;
}
.builder-action-menu-area.right {
  right: -60px;
}
.builder-action-menu-area .builder-action-menu {
  padding: 0px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 8px -4px #858585;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}
.builder-action-menu-area .builder-action-menu .builder-action-button {
  width: 40px;
  height: 40px;
  color: #707070;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px solid #fff;
  border-radius: 0;
  box-shadow: none;
}
.builder-action-menu-area .builder-action-menu .builder-action-button:hover {
  text-decoration: none;
  background-color: #dee0e2;
  box-shadow: inset 0px 0px 0px 3px #fff;
  border-radius: 6px;
}

.edit-mode-highlighter:hover .builder-action-menu-area,
.edit-mode-highlighter:hover .builder-action-menu-area:hover {
  opacity: 1;
}

.section-blank-transfers {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
.section-blank-transfers .section-blank-transfers-heading {
  margin-bottom: 30px;
}
.section-blank-transfers .main-title {
  font-size: 1.75rem;
  font-weight: 500;
}
.section-blank-transfers .company-details {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.section-blank-transfers .company-details .company-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  background-color: #dcdcde;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.section-blank-transfers .company-details .company-image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  border-radius: 50%;
}
.section-blank-transfers .company-details .company-name {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.section-blank-transfers .section-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.section-blank-transfers .box {
  margin-bottom: 30px;
}
.section-blank-transfers .box .box-body {
  padding: 30px 40px;
}
.section-blank-transfers .box .box-content-inner {
  margin: 0 0px 15px 0;
  padding: 15px 20px 1px 20px;
}

.section-blank-mass-payments {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 50px;
}
.section-blank-mass-payments .section-blank-mass-payments-heading {
  margin-bottom: 30px;
}
.section-blank-mass-payments .main-title {
  font-size: 1.75rem;
  font-weight: 500;
}
.section-blank-mass-payments .company-details {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.section-blank-mass-payments .company-details .company-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  background-color: #dcdcde;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
}
.section-blank-mass-payments .company-details .company-image img {
  width: 100%;
  height: auto;
  min-height: 100%;
  border-radius: 50%;
}
.section-blank-mass-payments .company-details .company-name {
  font-size: 1.25rem;
  margin-bottom: 0;
}

/* fixes */
/* Responsive */
@media only screen and (max-width: 1199px) {
  .box.box-banner-sales .btn-wrap {
    position: static;
    margin-top: -30px;
    padding: 0 20px 30px 20px;
  }
  .box.box-add-payment-tag .box-body-blue .row [class*=col-]:first-of-type {
    padding-right: 0;
  }

  /* ==========================================================================
      #Demo sections
  ========================================================================== */
  .demo-section .demo-section-head {
    padding: 15px 20px;
  }
  .demo-section:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .box .box-banner-ad-devices {
    text-align: center;
    padding-bottom: 40px;
  }
  .box .box-banner-ad-devices > .row {
    flex-direction: column-reverse;
  }
  .box .box-banner-ad-devices .ad-banner-title, .box .box-banner-ad-devices .ad-banner-text {
    margin: 0 auto 30px;
  }
  .box .box-banner-ad-devices .buttons-wrap {
    flex-direction: column;
  }
  .box .box-banner-ad-devices .buttons-wrap .btn {
    min-width: 165px;
  }
  .box .box-banner-ad-devices img {
    max-width: 350px;
  }
  .box .box-description-ad .blue-tick-list li {
    width: 40%;
  }
  .box .box-description-ad .blue-tick-list li, .box .box-description-ad .blue-tick-list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .box .box-description-ad .blue-tick-list li:nth-child(odd) {
    margin-right: 10%;
  }
  .box .box-description-ad .blue-tick-list li:nth-child(even) {
    margin-left: 10%;
  }
  .box .box-banner-vibemarket {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box .box-banner-vibemarket .vibemarket-title {
    font-size: 28px;
  }
  .box .box-banner-vibemarket .vibemarket-text {
    font-size: 16px;
  }
  .box .box-foot-vibemarket {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box .box-banner-ad-sales {
    background-size: 93%;
  }

  .demo-section .demo-section-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .box .box-banner-ad-devices .ad-banner-title {
    font-size: 32px;
  }
  .box .box-banner-ad-devices .ad-banner-text {
    font-size: 16px;
  }
  .box .box-banner-ad-devices .buttons-wrap {
    flex-direction: column;
  }
  .box .box-banner-ad-devices .buttons-wrap .btn {
    min-width: 165px;
  }
  .box .box-banner-ad-giftcards img {
    max-width: 190px;
  }
  .box .box-banner-ad-giftcards .ad-banner-title,
.box .box-banner-ad-giftcards .ad-banner-text {
    max-width: 100%;
  }
  .box .box-banner-ad-terminal-alt {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .box .box-banner-vibemarket:before {
    background-size: cover;
  }
  .box .box-banner-vibemarket .vibemarket-title {
    padding: 0;
    margin-bottom: 20px;
  }
  .box .box-banner-vibemarket .vibemarket-text {
    padding-left: 0;
  }
  .box .box-foot-vibemarket {
    padding: 30px 15px;
  }
  .box .box-foot-vibemarket .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box.box-banner-sales .btn-wrap {
    text-align: center;
    margin-top: -10px;
  }
  .box.box-add-payment-tag .card {
    margin-bottom: 30px;
  }
  .box.box-banner-ad-payment-tag video {
    max-width: 100%;
  }

  .box-system-error {
    display: block;
    justify-content: flex-start;
    align-items: baseline;
    text-align: center;
  }
  .box-system-error .ico-font {
    font-size: 100px;
    margin-bottom: 25px;
  }
  .box-system-error .main-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .box-system-error .sub-title {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .box .box-banner-ad-devices img {
    max-width: 100%;
    margin-top: -20px;
  }
  .box .box-banner-ad .ad-banner-title,
.box .box-banner-ad .ad-banner-text {
    max-width: 100%;
  }
  .box .box-banner-ad img {
    margin-top: 0;
  }
  .box .box-description-ad {
    padding: 30px 20px 10px;
  }
  .box .box-description-ad .blue-tick-list li {
    width: 100%;
  }
  .box .box-description-ad .blue-tick-list li, .box .box-description-ad .blue-tick-list li:nth-child(3n+3), .box .box-description-ad .blue-tick-list li:nth-child(odd), .box .box-description-ad .blue-tick-list li:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }
  .box.box-banner-sales .box-banner-ad-sales {
    height: 290px;
  }
  .box.box-banner-sales .box-banner-ad-sales img {
    bottom: -76px;
  }
  .box.box-banner-sales .box-description-ad {
    padding: 30px 15px 30px 15px;
  }
  .box.box-add-payment-tag.box-add-store .box-body {
    padding: 20px;
  }
  .box.box-add-payment-tag .list-definitions dd {
    text-align: left;
  }
  .box.box-add-payment-tag .card .card_heading {
    flex-direction: column;
  }
  .box.box-add-payment-tag .card .card_heading > svg {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .box.box-add-payment-tag .card .card_tag {
    overflow-wrap: anywhere;
  }
  .box.box-add-payment-tag .box-body-blue {
    padding: 30px 25px;
  }
  .box.box-add-payment-tag .box-body-blue .form-control-url-example {
    min-width: 100%;
  }
}
@media (max-width: 374px) {
  .box .box-banner-vibemarket .vibemarket-device img {
    width: 325px;
  }
}
/* ==========================================================================
	#Containers
========================================================================== */
.wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100%;
}
.wrapper.sidebar-open {
  position: static;
}
.wrapper.wrapper-center {
  display: flex;
  flex-flow: column nowrap;
  align-content: center;
  justify-content: center;
  flex: 1;
}
.wrapper.card-order-wrapper:before {
  content: "";
  position: absolute;
  top: -300px;
  left: 50%;
  width: 5000px;
  height: 2000px;
  transform: translate(-50%, -50%) rotate(-9deg);
  background-color: #181818;
  z-index: -1;
}
.wrapper.wrapper-activate-glass-web {
  background-color: #fff;
}
.wrapper.wrapper-activate-glass-web #main {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "content";
}
.wrapper.wrapper-template-edit {
  display: flex;
  flex-direction: row;
  /* Commented because causing bugs with demo-sections, IF problems uncomment and fix(remove horizontal scroll) demo-sections 
  height: 100%;
  min-height: auto;
  overflow: inherit; */
}
.wrapper.wrapper-template-edit .emails-builder-preview {
  overflow: auto;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}
.wrapper.wrapper-template-edit .emails-builder-preview .demo-sections {
  width: 100%;
  max-width: calc(600px + 365px);
  margin: 0 auto;
  padding-left: 365px;
}
.wrapper.wrapper-template-edit .emails-builder-preview .demo-sections .demo-section .demo-section-head {
  padding-right: 30px;
  padding-left: 30px;
}

/* Edit mode */
.edit-mode-highlighter {
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.edit-mode-highlighter-badge {
  opacity: 0;
  position: absolute;
  top: -2px;
  left: -2px;
  margin: 0;
  padding: 5px 10px;
  background-color: #2E4568;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.edit-mode-highlighter:hover:not(.active) {
  border: 2px dashed #2E4568;
}
.edit-mode-highlighter:hover, .edit-mode-highlighter.active {
  border: 2px solid #2E4568;
}
.edit-mode-highlighter:hover .edit-mode-highlighter-badge, .edit-mode-highlighter.active .edit-mode-highlighter-badge {
  opacity: 1;
}
.edit-mode-highlighter:hover {
  z-index: 100;
}

.shell {
  width: 100%;
  max-width: 1333px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.shell.shell-access {
  max-width: 960px;
}
[class*=wrapper-enroll] .shell {
  max-width: 1621px;
}

.template-edit-builder-header {
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  z-index: 3;
  background: #fff;
  box-shadow: 0 0 15px #f2f2f2;
}
.template-edit-builder-header .builder-header-intro > div {
  display: flex;
  align-items: center;
}
.template-edit-builder-header .builder-header-intro .title {
  font-size: 20px;
  font-weight: 700;
}
.template-edit-builder-header .builder-header-actions-left {
  display: flex;
  flex-flow: row nowrap;
}
.template-edit-builder-header .builder-header-actions-left .builder-header-action {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #dcdcde;
}
.template-edit-builder-header .builder-header-actions-left .builder-header-action.builder-header-action-langs .languages-scrollable {
  max-width: 400px;
}
.template-edit-builder-header .builder-header-actions-left .builder-header-action:last-child {
  padding-right: 0;
}
.template-edit-builder-header .builder-header-actions-center > div {
  display: flex;
  justify-content: center;
}
.template-edit-builder-header .builder-header-actions-center .btn-square {
  width: 40px;
  height: 40px;
}
.template-edit-builder-header .builder-header-actions-center .btn-square.active {
  border: 2px solid #0071f5;
}
.template-edit-builder-header .builder-header-actions-right {
  text-align: right;
}
.template-edit-builder-header .builder-header-actions-right > div {
  display: flex;
  align-items: center;
}
.template-edit-builder-header .builder-header-intro .btn-cancel,
.template-edit-builder-header .builder-header-actions-right .btn-cancel {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0;
}
.template-edit-builder-header .builder-header-intro .btn-cancel .ico-font,
.template-edit-builder-header .builder-header-actions-right .btn-cancel .ico-font {
  margin-top: 0;
}
.template-edit-builder-header .builder-header-intro .btn-primary .ico-font-save,
.template-edit-builder-header .builder-header-actions-right .btn-primary .ico-font-save {
  display: none;
}
.template-edit-builder-header .builder-header,
.template-edit-builder-header .builder-mobile-subhead {
  padding: 15px 20px;
}
.template-edit-builder-header .btn-builder-cancel {
  min-height: 80px;
  min-width: 80px;
  border-right: 1px solid #dee2e6;
  color: #9AA7B7;
}
.template-edit-builder-header .btn-builder-cancel:hover {
  color: #2E4568;
}
.template-edit-builder-header .btn-builder-mobile-menu {
  min-height: 80px;
  min-width: 80px;
  border-left: 1px solid #dee2e6;
  color: #9AA7B7;
  font-size: 18px;
}
.template-edit-builder-header .btn-builder-mobile-menu:hover {
  color: #2E4568;
}
.template-edit-builder-header .btn-square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  border: 1px solid #939394;
  border-radius: 4px;
}
.template-edit-builder-header .btn-square .ico-font {
  margin: 0;
  color: #939394;
}
.template-edit-builder-header .btn-square:hover, .template-edit-builder-header .btn-square.active {
  border: 1px solid #181818;
}
.template-edit-builder-header .btn-square:hover .ico-font, .template-edit-builder-header .btn-square.active .ico-font {
  color: #181818;
}

.email-builder {
  z-index: 200;
}
.email-builder .tinymce-inline-styles .mce-content-body {
  min-height: 21px;
}
.email-builder .builder-menu .second-level .builder-menu-item-content-body {
  height: auto;
}
@media only screen and (max-width: 991px) {
  .email-builder {
    margin-left: 0px !important;
  }
  .email-builder.builder-section > table {
    width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(0.8) translate(-60%, -50%);
  }
  .email-builder #showContent {
    display: block !important;
  }
  .email-builder .builder-header-intro {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .email-builder + .box-online-shop-template-edit {
    top: 90px !important;
  }
  .email-builder.builder-section > table {
    width: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: scale(0.5) translate(-100%, -90%);
  }
  .email-builder.template-edit-builder-header .btn-builder-cancel, .email-builder.template-edit-builder-header .btn-builder-mobile-menu {
    min-height: 55px;
    min-width: auto;
  }
  .email-builder .builder-header-actions-left {
    border-top: 1px solid #dee2e6;
  }
}

.tox-tinymce--toolbar-sticky-on {
  display: none !important;
}

/* Payment tag builder*/
.template-edit-builder-header .builder-header {
  padding: 20px;
}
.template-edit-builder-header .builder-header.no-padding {
  padding: 0;
}

.toggle-wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}
.toggle-wrap.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease-in-out;
}

/* Responsive */
@media only screen and (max-width: 1400px) {
  .template-edit-builder-header .builder-header-actions-left .builder-header-action.builder-header-action-langs .languages-scrollable {
    max-width: 260px;
  }
}
@media only screen and (max-width: 1199px) {
  .template-edit-builder-header .builder-header-actions-left .builder-header-action:first-child {
    padding-left: 0;
    border-left-width: 0;
  }
  .template-edit-builder-header .builder-header-intro {
    padding-bottom: 5px;
  }
  .template-edit-builder-header .builder-header,
.template-edit-builder-header .builder-mobile-subhead {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .wrapper.wrapper-template-edit.wrapper-is-mobile-preview {
    padding-left: 365px;
  }
  .wrapper.wrapper-activate-glass-web #main #content {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .template-edit-builder-header .builder-header-intro .title {
    font-size: 18px;
  }
  .template-edit-builder-header .builder-header-intro .btn-primary,
.template-edit-builder-header .builder-header-actions-right .btn-primary {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper.wrapper-template-edit.wrapper-is-mobile-preview {
    padding-left: 0;
  }

  .wrapper-template-edit {
    flex-direction: column;
  }

  .template-edit-builder-header .builder-header-intro {
    padding-bottom: 5px;
  }
  .template-edit-builder-header .builder-header-actions-left .btns-wrap {
    display: flex;
    border-left-width: 0;
    padding-left: 0;
  }
  .template-edit-builder-header .builder-header-actions-left .builder-header-action {
    padding-right: 10px;
    padding-left: 10px;
  }
  .template-edit-builder-header .builder-header-actions-left .builder-header-action.builder-header-action-langs .languages-scrollable {
    max-width: 170px;
  }
  .template-edit-builder-header .builder-header-actions-left .builder-header-action.builder-header-action-langs .btn-round + .languages-scrollable {
    margin-right: 5px;
    margin-left: 5px;
  }

  .template-edit-builder-header .builder-header-actions-center > div {
    justify-content: flex-start;
  }
  .template-edit-builder-header .builder-header-actions-center .btn-square {
    width: 30px;
    height: 30px;
  }
  .template-edit-builder-header .builder-header-actions-center .btn-square .ico-font-browse-mobile {
    font-size: 17px;
  }
  .template-edit-builder-header .builder-header-actions-center .btn-square .ico-font-browse-desktop {
    font-size: 14px;
  }
  .template-edit-builder-header .builder-header-actions-right > div {
    justify-content: end;
  }
}
@media only screen and (max-width: 575px) {
  .template-edit-builder-header .builder-header-intro .btn-primary,
.template-edit-builder-header .builder-header-actions-right .btn-primary {
    width: 45px;
    height: 45px;
    padding: 0;
    font-size: 0;
    border-radius: 50%;
  }
  .template-edit-builder-header .builder-header-intro .btn-primary .ico-font-save,
.template-edit-builder-header .builder-header-actions-right .btn-primary .ico-font-save {
    display: inline-block;
    font-size: 20px;
  }
  .template-edit-builder-header .builder-header-intro .btn-cancel,
.template-edit-builder-header .builder-header-actions-right .btn-cancel {
    font-size: 0;
  }
  .template-edit-builder-header .builder-header-intro .btn-cancel .ico-font-close-1,
.template-edit-builder-header .builder-header-actions-right .btn-cancel .ico-font-close-1 {
    font-size: 15px;
  }
  .template-edit-builder-header .builder-header,
.template-edit-builder-header .builder-mobile-subhead {
    padding-right: 10px;
    padding-left: 10px;
  }
  .template-edit-builder-header .builder-header-intro .title {
    font-size: 16px;
  }
  .template-edit-builder-header .builder-header-actions-left .builder-header-action.builder-header-action-langs {
    border-left-width: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 420px) {
  .template-edit-builder-header .builder-header-actions-left .builder-header-action.builder-header-action-langs .languages-scrollable {
    max-width: 90px;
  }
}
/* ==========================================================================
	#Badges
========================================================================== */
.badge {
  line-height: 1.1;
  color: #fff;
  /* Cards statuses */
  /* Payment requests statuses */
  /* Device statuses */
  /* Invoice statuses */
  /* Domains statuses */
  /* Loans statuses */
  /* Subscription Plan statuses */
  /* Open Banking statuses */
  /* Device rentals statuses */
  /* Device rented statuses */
  /* Ubo badges */
  /* Domains statuses */
  /* Orders statuses */
}
.badge.badge-square, .badge.badge-rounded {
  position: relative;
  padding: 0;
}
.badge.badge-square::before, .badge.badge-rounded::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.badge.badge-square > .badge-rounded-inner, .badge.badge-rounded > .badge-rounded-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.badge.badge-square .badge-rounded-inner, .badge.badge-rounded .badge-rounded-inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.badge.badge-square {
  border-radius: 0;
}
.badge.badge-rounded {
  border-radius: 50%;
}
.badge.badge-bordered {
  border: 2px solid;
}
.badge.badge-no-bdrds {
  border-radius: 0;
}
.badge.badge-right-canted {
  position: relative;
  overflow: hidden;
  padding-right: 15px;
}
.badge.badge-right-canted::after {
  position: absolute;
  top: -10px;
  right: -10px;
  content: "";
  width: 15px;
  height: calc(100% + 15px);
  background: #fff;
  transform: rotate(-25deg);
}
.badge.badge-small {
  padding: 2px 5px 1px;
  font-size: 10px;
  border-radius: 4px;
}
@-moz-document url-prefix() {
  .badge.badge-small {
    padding-bottom: 3px;
  }
}
.badge.badge-small.badge-small-oval {
  border-radius: 7px;
}
.badge.badge-revenue {
  background-color: #f29423;
}
.badge.badge-expense {
  background-color: #0071f5;
}
.badge.badge-profit {
  background-color: #05c583;
}
.badge.badge-draft {
  background-color: #f29423;
}
.badge.badge-sent {
  background-color: #05c583;
}
.badge.badge-viewed {
  background-color: #0071f5;
}
.badge.badge-active {
  background-color: #05c583;
}
.badge.badge-disabled {
  background-color: #939394;
}
.badge.abandoned-cart {
  background-color: #181818;
}
.badge.badge-blocked {
  background-color: #939394;
}
.badge.badge-enabled {
  background-color: #05c583;
}
.badge.badge-settled {
  background-color: #0071f5;
}
.badge.badge-declined {
  background-color: #e74f76;
}
.badge.badge-rejected {
  background-color: #e74f76;
}
.badge.badge-info-requested {
  background-color: #f29423;
}
.badge.badge-verified {
  background-color: #05c583;
}
.badge.badge-limited {
  color: #181818;
}
.badge.badge-not-verified {
  background-color: #f29423;
}
.badge.badge-approved {
  background-color: #05c583;
}
.badge.badge-cancelled {
  background-color: #939394;
}
.badge.badge-paid {
  background-color: #05c583;
}
.badge.badge-expired {
  background-color: #939394;
}
.badge.badge-forbidden {
  background-color: #939394;
}
.badge.badge-deleted {
  background-color: #939394;
}
.badge.badge-inactive {
  background-color: #939394;
}
.badge.badge-confirmed {
  background-color: #05c583;
}
.badge.badge-pending {
  background-color: #f29423;
}
.badge.badge-awaiting-funds {
  background-color: #f29423;
}
.badge.badge-awaiting-payments {
  background-color: #f29423;
}
.badge.badge-on-hold {
  background-color: #f29423;
}
.badge.badge-limit-reached {
  background-color: #f29423;
}
.badge.badge-processing {
  background-color: #f29423;
}
.badge.badge-info-provided {
  background-color: #f29423;
}
.badge.badge-new {
  background-color: #0071f5;
}
.badge.badge-new-green {
  background-color: #05c583;
}
.badge.badge-earned {
  background-color: #05c583;
}
.badge.badge-successful {
  background-color: #05c583;
}
.badge.badge-successful.badge-bordered {
  border-color: #05c583;
}
.badge.badge-granted {
  background-color: #05c583;
}
.badge.badge-valid {
  background-color: #05c583;
}
.badge.badge-executed {
  background-color: #05c583;
}
.badge.badge-in-progress {
  background-color: #05c583;
}
.badge.badge-waiting {
  background-color: #939394;
}
.badge.badge-deprecated {
  background-color: #f29423;
}
.badge.badge-current {
  background-color: #0071f5;
}
.badge.badge-completed {
  background-color: #05c583;
}
.badge.badge-not-completed {
  background-color: #e74f76;
}
.badge.badge-expired {
  background-color: #e74f76;
}
.badge.badge-for-correction {
  background-color: #939394;
}
.badge.badge-requested-info {
  background-color: #939394;
}
.badge.badge-green {
  background-color: #05c583;
}
.badge.badge-card-status-0 {
  background-color: #05c583;
}
.badge.badge-card-status-1 {
  background-color: #939394;
}
.badge.badge-card-status-2 {
  background-color: #939394;
}
.badge.badge-card-status-3 {
  background-color: #939394;
}
.badge.badge-card-status-4 {
  background-color: #939394;
}
.badge.badge-card-status-5 {
  background-color: #939394;
}
.badge.badge-card-status-6 {
  background-color: #939394;
}
.badge.badge-card-status-7 {
  background-color: #939394;
}
.badge.badge-card-status-9 {
  background-color: #f29423;
}
.badge.badge-pr-status-pending {
  background-color: #f29423;
}
.badge.badge-pr-status-seen {
  background-color: #0071f5;
}
.badge.badge-pr-status-failed-attempts {
  background-color: #e74f76;
}
.badge.badge-pr-status-paid {
  background-color: #05c583;
}
.badge.badge-pr-status-expired {
  background-color: #939394;
}
.badge.badge-pr-status-cancelled {
  background-color: #939394;
}
.badge.badge-pr-status-error {
  background-color: #e74f76;
}
.badge.badge-device-status-0 {
  background-color: #05c583;
}
.badge.badge-device-status-1 {
  background-color: #939394;
}
.badge.badge-device-status-2 {
  background-color: #939394;
}
.badge.badge-inv-status-paid {
  background-color: #05c583;
}
.badge.badge-inv-status-pending {
  background-color: #f29423;
}
.badge.badge-inv-status-draft {
  background-color: #939394;
}
.badge.badge-inv-status-expired {
  background-color: #e74f76;
}
.badge.badge-inv-status-rejected {
  background-color: #181818;
}
.badge.badge-domain-status-active {
  background-color: #05c583;
}
.badge.badge-domain-status-pending {
  background-color: #f29423;
}
.badge.badge-domain-status-expired {
  background-color: #e74f76;
}
.badge.badge-domain-status-suspended {
  background-color: #e74f76;
}
.badge.badge-domain-status-waiting {
  background-color: #939394;
}
.badge.badge-loan-status-active {
  background-color: #05c583;
}
.badge.badge-loan-status-overdue {
  background-color: #e74f76;
}
.badge.badge-loan-status-expired {
  background-color: #e74f76;
}
.badge.badge-loan-status-repaid {
  background-color: #0071f5;
}
.badge.badge-subscription-plan-active {
  background-color: #ccf3e5;
  color: #181818;
}
.badge.badge-subscription-plan-not-active {
  background-color: #ffeed2;
  color: #181818;
}
.badge.badge-subscription-plan-days-left-trial {
  background-color: #ebf4ff;
  color: #181818;
}
.badge.badge-subscription-plan-subscribed {
  background-color: transparent;
  color: #0071f5;
  border: 1px solid #0071f5;
  border-color: #0071f5;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 600;
}
.badge.badge-open-banking-active {
  background-color: #05c583;
}
.badge.badge-open-banking-expired {
  background-color: #e74f76;
}
.badge.badge-open-banking-deactivated {
  background-color: #e74f76;
}
.badge.badge-device-rentals-active {
  background-color: #05c583;
}
.badge.badge-device-rentals-not-active {
  background-color: #939394;
}
.badge.badge-device-rentals-cancelled {
  background-color: #e74f76;
}
.badge.badge-device-rentals-terminated {
  background-color: #e74f76;
}
.badge.badge-device-rentals-expired {
  background-color: #e74f76;
}
.badge.badge-rented-device-rented {
  background-color: #0071f5;
}
.badge.badge-rented-device-not-activated {
  background-color: #939394;
}
.badge.badge-rented-device-deactivated {
  background-color: #939394;
}
.badge.badge-rented-device-not-shipped {
  background-color: #939394;
}
.badge.badge-ubo-director {
  background-color: #deedf6;
  color: #98c5e0;
}
.badge.badge-ubo-owner {
  background-color: #e5defe;
  color: #ca80dc;
}
.badge.badge-ubo-none {
  background-color: #ebf4ff;
  color: #0071f5;
}
.badge.badge-domain {
  font-size: 0.875rem;
  line-height: 1.28571429;
  font-weight: 500;
  padding: 3px 8px;
  border-radius: 12px;
}
.badge.badge-domain-gray {
  color: #181818;
  background-color: rgba(24, 24, 24, 0.2);
}
.badge.badge-domain-success {
  font-size: 1.5rem;
  background-color: rgba(5, 197, 131, 0.2);
  color: #05c583;
  padding: 3px 20px;
  border-radius: 20px;
}
.badge.badge-domain-success .ico-font {
  color: #05c583;
}
.badge.badge-domain-disabled {
  color: #181818;
  background-color: #EBEDF1;
}
.badge.badge-domain-disabled .ico-font {
  color: #939394;
}
.badge.badge-domain-inactive {
  text-decoration: line-through;
  opacity: 0.5;
}
.badge.badge-order-status-pending {
  background-color: #f29423;
}
.badge.badge-order-status-pending:before {
  font-size: 10px;
  margin-top: -1px;
  margin-right: 5px;
}
.badge.badge-order-status-confirmed {
  background-color: #0071f5;
}
.badge.badge-order-status-confirmed:before {
  font-size: 10px;
  margin-top: -1px;
  margin-right: 5px;
}
.badge.badge-order-status-completed {
  background-color: #05c583;
}
.badge.badge-order-status-completed:before {
  font-size: 10px;
  margin-top: -1px;
  margin-right: 5px;
}
.badge.badge-order-status-cancelled {
  background-color: #e74f76;
}
.badge.badge-order-status-cancelled:before {
  font-size: 10px;
  margin-top: -1px;
  margin-right: 5px;
}
.badge.badge-order-status-pickup {
  background-color: #28a65c;
}
.badge.badge-order-status-pickup:before {
  font-size: 10px;
  margin-top: -1px;
  margin-right: 5px;
}
.badge.badge-order-status-shipped {
  background-color: #005ac4;
}
.badge.badge-order-status-shipped:before {
  font-size: 10px;
  margin-top: -1px;
  margin-right: 5px;
}
.badge.badge-left-arrow {
  position: relative;
  z-index: 1;
  font-size: 0.625rem;
  padding: 2px 4px 1px 3px;
  border-radius: 4px;
  font-weight: 500;
}
.badge.badge-left-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%) rotate(45deg);
  z-index: -1;
  width: 10.5px;
  height: 10.5px;
  background: inherit;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@-moz-document url-prefix() {
  .badge.badge-left-arrow {
    padding-bottom: 3px;
  }
}
.badge.badge-promocode {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.badge.badge-promocode.badge-promo-green {
  color: #181818;
}
.badge.badge-promocode.badge-promo-yellow {
  color: #939394;
}
.badge.badge-promocode::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: inherit;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid white;
}
.badge.badge-promocode.badge-promo-green::before {
  background-color: #05c583;
}
.badge.badge-promocode.badge-promo-yellow::before {
  background-color: #f29423;
}
.badge.badge-bordered {
  /* Keep at the end of colors, to override them */
  background-color: transparent;
}

.status-percentage {
  font-size: 0.749875rem;
  margin-bottom: 0;
  position: relative;
  padding-left: 15px;
}
.status-percentage::before, .status-percentage::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: none;
  font-family: "font_icons";
  line-height: 1;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.status-percentage:not(.status-percentage-oposite).up {
  color: #05c583;
}
.status-percentage:not(.status-percentage-oposite).up::before {
  top: -1px;
}
.status-percentage:not(.status-percentage-oposite).down {
  color: #e74f76;
}
.status-percentage.equal {
  color: #939394;
  padding-left: 25px;
}
.status-percentage.equal::before {
  color: #939394;
  top: -2px;
}
.status-percentage.equal::after {
  color: #939394;
  left: 9px;
}
.status-percentage-oposite.up {
  color: #e74f76;
}
.status-percentage-oposite.up::before {
  top: -1px;
}
.status-percentage-oposite.down {
  color: #05c583;
}
.chart-legend-rect-icon {
  display: inline-block;
  width: 8px;
  height: 12px;
  border-radius: 3px;
  margin-right: 5px;
}

.chart-legend-line-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  margin-top: 0;
  margin-right: 8px;
}
.chart-legend-line-icon .chart-legend-line-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.chart-legend-line-icon .chart-legend-line-dot.chart-legend-line-dot-bordered {
  background-color: #fff;
}

.badge-bordered {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid rgba(24, 24, 24, 0.3);
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 700;
  color: #181818;
}
.badge-bordered.badge-bordered-solid-bg {
  border-color: rgba(147, 147, 148, 0.15);
  background-color: rgba(147, 147, 148, 0.15);
}
.badge-bordered + .badge-bordered {
  margin-left: 10px;
}

/* styles */
/* fixes */
/* medias */
/* ==========================================================================
	#Main
========================================================================== */
#main {
  display: grid;
  grid-template-columns: 256px auto;
  grid-template-rows: auto 1fr;
  grid-auto-flow: column;
  grid-template-areas: "header content" "sidebar content";
  height: 100dvh;
}
.card-order-wrapper #main {
  display: block;
  height: auto;
}
.card-order-wrapper #main #content {
  overflow: hidden;
}
#main.main-full-width {
  grid-template-columns: 0 100%;
}
#main.main-enroll {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: stretch;
  height: auto;
}
#main.main-enroll .content {
  width: 100%;
}
#main,
#main #content,
#main #sidebar,
#main #sidebar-top {
  position: relative;
}
#main #content {
  z-index: 2;
  overflow-y: auto;
  overflow-x: hidden;
  grid-area: content;
  display: flex;
  flex-direction: column;
}
#main #content > .shell {
  flex: 1 1 0;
}
#main #content-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#main #sidebar,
#main #sidebar-top {
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-flow: row nowrap;
  grid-area: sidebar;
  border-right: 1px solid #e1e2e6;
  background-color: #fff;
}
#main #sidebar .sidebar-title,
#main #sidebar-top .sidebar-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}
#main #sidebar .sidebar-title .sidebar-title-icon,
#main #sidebar-top .sidebar-title .sidebar-title-icon {
  margin-right: 15px;
}
#main #sidebar .sidebar-title .ico-font,
#main #sidebar-top .sidebar-title .ico-font {
  font-weight: inherit;
}
#main #sidebar .nav-access-profile-image,
#main #sidebar-top .nav-access-profile-image {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 2px solid transparent;
}
#main #sidebar .nav-access-profile-image .nav-access-profile-image-inner,
#main #sidebar-top .nav-access-profile-image .nav-access-profile-image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #ebf4ff;
  border-radius: 50%;
  border: 2px solid #fff;
}
#main #sidebar .nav-access-profile-image .nav-access-profile-image-inner > img,
#main #sidebar-top .nav-access-profile-image .nav-access-profile-image-inner > img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  min-width: 100%;
  min-height: 100%;
  margin: auto;
}
#main #sidebar .nav-access-profile-image .nav-access-profile-image-icon-holder,
#main #sidebar-top .nav-access-profile-image .nav-access-profile-image-icon-holder {
  display: none;
}
#main #sidebar .nav-access-profile-image-with-plan,
#main #sidebar-top .nav-access-profile-image-with-plan {
  border: 2px solid #181818;
}
#main #sidebar .nav-access-profile-image-with-plan .nav-access-profile-image-icon-holder,
#main #sidebar-top .nav-access-profile-image-with-plan .nav-access-profile-image-icon-holder {
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #181818;
  font-size: 10px;
  color: #fff;
}
#main #sidebar .sidebar-nav,
#main #sidebar-top .sidebar-nav {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
#main #sidebar .sidebar-nav .nav,
#main #sidebar-top .sidebar-nav .nav {
  width: 100%;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link {
  position: relative;
  padding: 0;
  color: #181818;
  cursor: pointer;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.nav-link-bordered,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.nav-link-bordered {
  border-top: 1px solid #e1e2e6;
}
#main #sidebar .sidebar-nav .nav > .nav-item:first-child > .nav-link.nav-link-bordered, #main #sidebar-top .sidebar-nav .nav > .nav-item:first-child > .nav-link.nav-link-bordered {
  border-top: none;
}

#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive {
  cursor: default;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive .nav-link-inner::after,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive .nav-link-inner::after {
  display: none;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive:hover .nav-link-inner, #main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive.hovered .nav-link-inner,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive:hover .nav-link-inner,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive.hovered .nav-link-inner {
  color: #181818;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive:hover .nav-link-inner .nav-link-icon, #main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive.hovered .nav-link-inner .nav-link-icon,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive:hover .nav-link-inner .nav-link-icon,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.nav-link-inactive.hovered .nav-link-inner .nav-link-icon {
  background-color: transparent;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.nav-link-outline .nav-link-inner,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.nav-link-outline .nav-link-inner {
  box-shadow: 0 0 0 1px transparent;
  transition: box-shadow 0.1s;
  border-radius: 8px;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.nav-link-outline:hover .nav-link-inner, #main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.nav-link-outline.hovered .nav-link-inner,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.nav-link-outline:hover .nav-link-inner,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.nav-link-outline.hovered .nav-link-inner {
  box-shadow: 0 0 0 1px #e1e2e6;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link .nav-link-content,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link .nav-link-content {
  flex: 1 0 0%;
  line-height: 1.2858;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link .user-image,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link .user-image {
  margin-right: 12px;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link .nav-link-inner,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link .nav-link-inner {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 9px 12px;
  padding-right: 0;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link .status-dot,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link .status-dot {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -1px;
  background-color: #f29423;
}
#main #sidebar .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl,
#main #sidebar .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl dt,
#main #sidebar .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl dd, #main #sidebar-top .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl,
#main #sidebar-top .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl dt,
#main #sidebar-top .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl dd {
  margin: 0;
  max-width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main #sidebar .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl dt, #main #sidebar-top .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl dt {
  font-weight: 600;
  line-height: 1.2858;
  color: #181818;
}
#main #sidebar .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl dd, #main #sidebar-top .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl dd {
  font-size: 13px;
  line-height: 1.3077;
}

#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link:hover, #main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.active, #main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.hovered,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link:hover,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.active,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.hovered {
  color: #0071f5;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.disabled,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.disabled {
  cursor: default;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.disabled:hover, #main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.disabled.active, #main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.disabled.hovered,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.disabled:hover,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.disabled.active,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.disabled.hovered {
  color: #181818;
}
#main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.disabled:hover .nav-link-icon, #main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.disabled.active .nav-link-icon, #main #sidebar .sidebar-nav .nav > .nav-item > .nav-link.disabled.hovered .nav-link-icon,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.disabled:hover .nav-link-icon,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.disabled.active .nav-link-icon,
#main #sidebar-top .sidebar-nav .nav > .nav-item > .nav-link.disabled.hovered .nav-link-icon {
  background-color: transparent;
}
#main #sidebar .sidebar-nav .nav > .nav-item:not(.nav-item-account) > .nav-link,
#main #sidebar-top .sidebar-nav .nav > .nav-item:not(.nav-item-account) > .nav-link {
  font-weight: 600;
}
#main #sidebar .sidebar-nav .nav > .nav-item:not(.nav-item-account) > .nav-link .nav-link-content,
#main #sidebar-top .sidebar-nav .nav > .nav-item:not(.nav-item-account) > .nav-link .nav-link-content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon {
  flex: 0 0 36px;
  width: 36px;
  border-radius: 8px;
  position: relative;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon::before,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon > .ico-wrapper,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon > .ico-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon > .ico-wrapper,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon > .ico-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon > .ico-wrapper > .ico-font,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon > .ico-wrapper > .ico-font {
  margin-top: 0;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon > .ico-wrapper > img,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon > .ico-wrapper > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon > .ico-wrapper > .nav-link-icon-title,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon > .ico-wrapper > .nav-link-icon-title {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon + .nav-link-content,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-icon + .nav-link-content {
  margin-left: 12px;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-inner,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link .nav-link-inner {
  padding: 0;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link:hover .nav-link-icon, #main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link.hovered .nav-link-icon,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link:hover .nav-link-icon,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link.hovered .nav-link-icon {
  background-color: #f5f5f7;
}
#main #sidebar .sidebar-nav .nav > .has-icon.nav-item.nav-item-account > .nav-link:hover .nav-link-icon, #main #sidebar .sidebar-nav .nav > .has-icon.nav-item.nav-item-account > .nav-link.hovered .nav-link-icon, #main #sidebar-top .sidebar-nav .nav > .has-icon.nav-item.nav-item-account > .nav-link:hover .nav-link-icon, #main #sidebar-top .sidebar-nav .nav > .has-icon.nav-item.nav-item-account > .nav-link.hovered .nav-link-icon {
  background-color: #181818;
}

#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link.active .nav-link-icon,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link.active .nav-link-icon {
  background-color: #ebf4ff;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link.disabled:hover .nav-link-icon, #main #sidebar .sidebar-nav .nav > .nav-item.has-icon > .nav-link.disabled.hovered .nav-link-icon,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link.disabled:hover .nav-link-icon,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-icon > .nav-link.disabled.hovered .nav-link-icon {
  background-color: transparent;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-subnav > .nav-link::before,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-subnav > .nav-link::before {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-subnav > .nav-link .nav-link-inner,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-subnav > .nav-link .nav-link-inner {
  margin-right: 0;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after {
  font-size: 10px;
  color: #c4c4c6;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-subnav > .nav-link:hover .nav-link-inner::after, #main #sidebar .sidebar-nav .nav > .nav-item.has-subnav > .nav-link.hovered .nav-link-inner::after,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-subnav > .nav-link:hover .nav-link-inner::after,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-subnav > .nav-link.hovered .nav-link-inner::after {
  color: inherit;
}
#main #sidebar .sidebar-nav .nav > .nav-item.has-subnav > .nav-link .status-dot,
#main #sidebar-top .sidebar-nav .nav > .nav-item.has-subnav > .nav-link .status-dot {
  right: 15px;
}
#main #sidebar .sidebar-nav .nav > .nav-item + .nav-item,
#main #sidebar-top .sidebar-nav .nav > .nav-item + .nav-item {
  padding-top: 16px;
}
#main #sidebar .sidebar-nav .nav > .nav-item + .nav-item.has-subnav,
#main #sidebar-top .sidebar-nav .nav > .nav-item + .nav-item.has-subnav {
  padding-top: 0;
}
#main #sidebar .sidebar-nav .nav > .nav-item + .nav-item.has-subnav > .nav-link,
#main #sidebar-top .sidebar-nav .nav > .nav-item + .nav-item.has-subnav > .nav-link {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: -16px;
}
#main #sidebar .sidebar-nav .nav-pills > .nav-item > .nav-link .nav-link-inner,
#main #sidebar-top .sidebar-nav .nav-pills > .nav-item > .nav-link .nav-link-inner {
  border-radius: 8px;
}
#main #sidebar .sidebar-nav .nav-pills > .nav-item > .nav-link.active,
#main #sidebar-top .sidebar-nav .nav-pills > .nav-item > .nav-link.active {
  background-color: transparent;
}
#main #sidebar .sidebar-nav .nav-pills > .nav-item > .nav-link.active .nav-link-inner,
#main #sidebar-top .sidebar-nav .nav-pills > .nav-item > .nav-link.active .nav-link-inner {
  background-color: #ebf4ff;
  color: #0071f5;
}
#main #sidebar .sidebar-nav .nav-pills > .nav-item + .nav-item,
#main #sidebar-top .sidebar-nav .nav-pills > .nav-item + .nav-item {
  padding-top: 2px;
}
#main #sidebar .sidebar-nav .nav-pills > .nav-item + .nav-item.has-subnav,
#main #sidebar-top .sidebar-nav .nav-pills > .nav-item + .nav-item.has-subnav {
  padding-top: 0;
}
#main #sidebar .sidebar-nav .nav-pills > .nav-item + .nav-item.has-subnav > .nav-link,
#main #sidebar-top .sidebar-nav .nav-pills > .nav-item + .nav-item.has-subnav > .nav-link {
  padding-top: 2px;
}
#main #sidebar .sidebar-nav .nav-pills > .nav-item.has-subnav > .nav-link.active .nav-link-inner,
#main #sidebar-top .sidebar-nav .nav-pills > .nav-item.has-subnav > .nav-link.active .nav-link-inner {
  background-color: transparent;
}
#main #sidebar .sidebar-nav .nav + .nav, #main #sidebar .sidebar-nav .nav + .nav-wrapper,
#main #sidebar-top .sidebar-nav .nav + .nav,
#main #sidebar-top .sidebar-nav .nav + .nav-wrapper {
  padding-top: 24px;
}
#main #sidebar .sidebar-nav .nav + .nav.hidden-nav-on-second-level, #main #sidebar .sidebar-nav .nav + .nav-wrapper.hidden-nav-on-second-level,
#main #sidebar-top .sidebar-nav .nav + .nav.hidden-nav-on-second-level,
#main #sidebar-top .sidebar-nav .nav + .nav-wrapper.hidden-nav-on-second-level {
  padding-bottom: 24px;
}
#main #sidebar .sidebar-head.has-top-border,
#main #sidebar .sidebar-body.has-top-border,
#main #sidebar .sidebar-foot.has-top-border,
#main #sidebar-top .sidebar-head.has-top-border,
#main #sidebar-top .sidebar-body.has-top-border,
#main #sidebar-top .sidebar-foot.has-top-border {
  border-top: 1px solid #e1e2e6;
}
#main #sidebar .sidebar-head,
#main #sidebar .sidebar-body,
#main #sidebar-top .sidebar-head,
#main #sidebar-top .sidebar-body {
  padding: 25px 20px;
}
#main #sidebar .sidebar-head .logo,
#main #sidebar-top .sidebar-head .logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#main #sidebar .sidebar-head .logo img,
#main #sidebar-top .sidebar-head .logo img {
  width: 36px;
}
#main #sidebar .sidebar-navigation,
#main #sidebar-top .sidebar-navigation {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
#main #sidebar .sidebar-navigation .sidebar-head,
#main #sidebar .sidebar-navigation .sidebar-body,
#main #sidebar .sidebar-navigation .sidebar-foot,
#main #sidebar-top .sidebar-navigation .sidebar-head,
#main #sidebar-top .sidebar-navigation .sidebar-body,
#main #sidebar-top .sidebar-navigation .sidebar-foot {
  position: relative;
  width: 100%;
  max-width: 100%;
}
#main #sidebar .sidebar-navigation .sidebar-head,
#main #sidebar .sidebar-navigation .sidebar-foot,
#main #sidebar-top .sidebar-navigation .sidebar-head,
#main #sidebar-top .sidebar-navigation .sidebar-foot {
  flex: 0 0 auto;
  width: auto;
}
#main #sidebar .sidebar-navigation .sidebar-body,
#main #sidebar-top .sidebar-navigation .sidebar-body {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 0 0%;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
#main #sidebar .sidebar-navigation .sidebar-body::-webkit-scrollbar,
#main #sidebar-top .sidebar-navigation .sidebar-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
#main #sidebar .sidebar-navigation .sidebar-body::-webkit-scrollbar-track,
#main #sidebar-top .sidebar-navigation .sidebar-body::-webkit-scrollbar-track {
  background-color: #fff;
}
#main #sidebar .sidebar-navigation .sidebar-body::-webkit-scrollbar-thumb,
#main #sidebar-top .sidebar-navigation .sidebar-body::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
#main #sidebar .sidebar-navigation .sidebar-body::-webkit-scrollbar-thumb:hover,
#main #sidebar-top .sidebar-navigation .sidebar-body::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}
#main #sidebar .sidebar-navigation .sidebar-body:first-child,
#main #sidebar-top .sidebar-navigation .sidebar-body:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
#main #sidebar .sidebar-navigation-level-1 .sidebar-nav > .nav.nav-settings,
#main #sidebar-top .sidebar-navigation-level-1 .sidebar-nav > .nav.nav-settings {
  padding: 15px 0;
}
#main #sidebar .sidebar-navigation-level-2 .sidebar-body,
#main #sidebar-top .sidebar-navigation-level-2 .sidebar-body {
  padding-left: 12px;
  padding-right: 12px;
}
#main #sidebar .sidebar-navigation-level-2 .sidebar-nav .nav,
#main #sidebar-top .sidebar-navigation-level-2 .sidebar-nav .nav {
  align-items: flex-start;
}
#main #sidebar .sidebar-navigation-level-2 .sidebar-nav .nav > .nav-item,
#main #sidebar-top .sidebar-navigation-level-2 .sidebar-nav .nav > .nav-item {
  width: 100%;
  max-width: 100%;
}
#main #sidebar .sidebar-foot > .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-inner,
#main #sidebar-top .sidebar-foot > .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-inner {
  padding: 32px 20px;
}
#main #sidebar.is-second-level-navigation-open .sidebar-head .logo .logo-slogan,
#main #sidebar-top.is-second-level-navigation-open .sidebar-head .logo .logo-slogan {
  display: none;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation {
  position: relative;
  background-color: #fff;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 {
  z-index: 2;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini {
  overflow: hidden;
  display: inline-flex;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-head,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-head {
  width: 76px;
  transition: width 0.3s;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item {
  width: 36px;
  transition: width 0.3s;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item > .nav-link,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item > .nav-link {
  width: 211px;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-content,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-content {
  display: flex;
  flex-flow: row nowrap;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link {
  width: 251px;
  pointer-events: none;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link .user-image,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link .user-image {
  flex: 0 0 auto;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link .nav-link-inner,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link .nav-link-inner {
  padding-right: 20px;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  z-index: 2;
  flex: 0 0 auto;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-head,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-head {
  width: 251px;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item {
  width: 211px;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-content,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-content {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item > .nav-link .status-dot,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item > .nav-link .status-dot {
  right: 0;
  left: unset;
  margin-top: -1px;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.has-subnav > .nav-link .status-dot,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.has-subnav > .nav-link .status-dot {
  right: 15px;
  left: unset;
  margin-top: -1px;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link {
  pointer-events: all;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dt,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dt {
  color: #181818;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dt,
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dd,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dt,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dd {
  max-width: 140px;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-content,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-content {
  display: none;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-inner,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-inner {
  position: relative;
  padding-right: 0;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item > .nav-link.has-subnav::after,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item > .nav-link.has-subnav::after {
  display: none;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item > .nav-link .status-dot,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item > .nav-link .status-dot {
  right: unset;
  left: 26px;
  margin-top: -8px;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after {
  display: none;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dt,
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dd,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dt,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dd {
  white-space: nowrap;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dt,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dt {
  color: #fff;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.nav-item-account.has-subnav > .nav-link::before,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.nav-item-account.has-subnav > .nav-link::before {
  display: none;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level {
  position: relative;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level > .nav,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level > .nav {
  position: absolute;
  top: 24px;
  left: 100%;
  display: none;
  width: auto;
  margin-left: 10px;
  padding: 10px;
  border: 1px solid #c4c4c6;
  background-color: #fff;
  border-radius: 8px;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level > .nav > .nav-item,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level > .nav > .nav-item {
  min-width: 120px;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level::before,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level::before {
  display: block;
  height: 36px;
  font-size: 4px;
  line-height: 36px;
  text-align: center;
  border-radius: 8px;
  cursor: pointer;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level::after,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level::after {
  position: absolute;
  top: 24px;
  left: 100%;
  width: 10px;
  height: 100%;
  content: "";
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level:hover > .nav,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level:hover > .nav {
  display: flex;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level:hover::before,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level:hover::before {
  background-color: #f5f5f7;
}
#main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level.active::before,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav .hidden-nav-on-second-level.active::before {
  background-color: #ebf4ff;
  color: #0071f5;
}
#main #sidebar-top {
  z-index: 4;
  grid-area: header;
}
#main #sidebar-top .btn-burger {
  display: none;
}
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-head {
  padding: 10px 20px;
}
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-head .sidebar-title {
  margin: 0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-head .sidebar-title-icon {
  margin-top: -3px;
}
#main #sidebar {
  z-index: 3;
  grid-area: sidebar;
  flex-direction: column;
}
#main #sidebar .sidebar-navs {
  flex-grow: 1;
  overflow: hidden;
  position: relative;
  flex: 1 0 0%;
}

#main-content-wrap {
  position: relative;
  z-index: 1;
}

.ad-banner-title {
  font-size: 2.249975rem;
  font-weight: bold;
  margin-bottom: 1.8750000047rem;
}

.ad-banner-subtitle {
  font-size: 1.3749849208rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

.ad-banner-text {
  font-size: 1.1249875rem;
  font-weight: 600;
  margin-bottom: 1.8750000047rem;
}

.blue-header-line {
  background-color: #c2d7ff;
  max-height: 0px;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
.blue-header-line.active {
  max-height: 200px;
  transition: max-height 0.25s ease-in;
}
.blue-header-line--inner {
  padding: 21px 0;
  text-align: center;
  color: #0071f5;
}
.blue-header-line--inner .info-circled {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}
.blue-header-line--inner .info-circled::before {
  display: inline-block;
  background: none;
  font-family: "font_icons";
  line-height: 1;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  vertical-align: middle;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 29px;
  font-weight: bold;
  padding-right: 15px;
}
.blue-header-line.active + .blue-header-line.active {
  border-top: 1px solid #0071f5;
}
.card-order-wrapper .blue-header-line {
  background-color: #fff;
}
.card-order-wrapper .blue-header-line--inner {
  color: #181818;
}
.card-order-wrapper .blue-header-line.active + .blue-header-line.active {
  border-top: 1px solid #181818;
}

.topnav {
  align-items: center;
  margin-bottom: 13px;
}

.topnav-nav {
  margin-left: -8px;
  margin-bottom: -8px;
  font-size: 0;
}
.topnav-nav li.topnav-item {
  display: inline-block;
  font-size: 14px;
  margin-left: 8px;
  margin-bottom: 8px;
}
.topnav-nav li.topnav-item .topnav-link {
  display: block;
  padding: 10px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3125;
  color: #626365;
  border-radius: 8px;
}
.topnav-nav li.topnav-item .topnav-link:after {
  content: attr(data-label);
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  font-weight: 600;
}
.topnav-nav li.topnav-item .topnav-link .badge {
  padding-bottom: 2px;
  text-transform: uppercase;
}
@-moz-document url-prefix() {
  .topnav-nav li.topnav-item .topnav-link .badge {
    padding-bottom: 3px;
  }
}
.topnav-nav li.topnav-item .topnav-link:hover {
  text-decoration: none;
  color: #0071f5;
}
.card-order-wrapper .topnav-nav li.topnav-item .topnav-link {
  color: #fff;
}
.card-order-wrapper .topnav-nav li.topnav-item .topnav-link:hover {
  opacity: 0.7;
  color: #fff;
}
.topnav-nav li.topnav-item .topnav-link.topnav-link-disabled {
  color: rgba(24, 24, 24, 0.3);
}
.topnav-nav li.topnav-item .topnav-link.topnav-link-disabled:hover {
  color: rgba(24, 24, 24, 0.3);
  cursor: not-allowed;
}
.topnav-nav li.topnav-item .topnav-link > .topnav-link-coming-soon {
  font-size: 12px;
  font-weight: 400;
  color: #05c583;
}
.topnav-nav li.topnav-item .topnav-link.topnav-link-btn-back {
  padding: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 33px;
  font-weight: 600;
  color: #181818;
}
.topnav-nav li.topnav-item .topnav-link.topnav-link-btn-back:hover, .topnav-nav li.topnav-item .topnav-link.topnav-link-btn-back:focus, .topnav-nav li.topnav-item .topnav-link.topnav-link-btn-back:active, .topnav-nav li.topnav-item .topnav-link.topnav-link-btn-back:active:focus {
  color: #0071f5;
}
.card-order-wrapper .topnav-nav li.topnav-item .topnav-link.topnav-link-btn-back {
  color: #fff;
}
.card-order-wrapper .topnav-nav li.topnav-item .topnav-link.topnav-link-btn-back:hover, .card-order-wrapper .topnav-nav li.topnav-item .topnav-link.topnav-link-btn-back:focus, .card-order-wrapper .topnav-nav li.topnav-item .topnav-link.topnav-link-btn-back:active, .card-order-wrapper .topnav-nav li.topnav-item .topnav-link.topnav-link-btn-back:active:focus {
  color: #0071f5;
}
.topnav-nav li.topnav-item.active .topnav-link {
  color: #181818;
  font-weight: 600;
  background-color: #fff;
  transition: font-weight 0.3s;
}
.topnav-nav li.topnav-item.has-warning {
  position: relative;
}
.topnav-nav li.topnav-item.has-warning .topnav-link {
  margin-right: 45px;
}
.topnav-nav li.topnav-item.has-warning::after {
  position: absolute;
  top: 9px;
  right: 23px;
  font-size: 16px;
  color: #e74f76;
}
.topnav-nav li.topnav-item:first-of-type .topnav-link {
  margin-left: 0;
}
.topnav-snake .topnav-nav {
  position: relative;
}
.topnav-snake .topnav-nav::after {
  position: absolute;
  right: 2px;
  bottom: 6px;
  left: 18px;
  z-index: 1px;
  content: "";
  height: 2px;
  background-color: rgba(24, 24, 24, 0.2);
}
.topnav-snake .topnav-nav li.topnav-item {
  position: relative;
  z-index: 2;
}
.topnav-snake .topnav-nav li.topnav-item .topnav-link {
  background-color: transparent;
  border-radius: 0;
}
.topnav-snake .topnav-nav li.topnav-item .topnav-link-green {
  color: #05c583;
}
.topnav-snake .topnav-nav li.topnav-item .topnav-link-red {
  color: #e74f76;
}
.topnav-snake .topnav-nav li.topnav-item.active .topnav-link {
  color: #0071f5;
  box-shadow: 0px 2px 0px 0px #0071f5;
}
.topnav-snake .topnav-nav li.topnav-item.active .topnav-link-green {
  color: #05c583;
  box-shadow: 0px 2px 0px 0px #05c583;
}
.topnav-snake .topnav-nav li.topnav-item.active .topnav-link-red {
  color: #e74f76;
  box-shadow: 0px 2px 0px 0px #e74f76;
}
.topnav-active-cursors .topnav-nav li.topnav-item .topnav-link {
  cursor: pointer;
}
.topnav-active-cursors .topnav-nav li.topnav-item.active .topnav-link {
  cursor: default;
}
.topnav-alt .topnav-nav li.topnav-item.active .topnav-link {
  background-color: #ebf4ff;
  color: #0071f5;
}

.topnav-pills li.topnav-item {
  display: inline-block;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.2143;
  vertical-align: middle;
}
.topnav-pills li.topnav-item .topnav-link {
  display: block;
  padding: 10px 20px;
  background-color: transparent;
  color: #181818;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.topnav-pills li.topnav-item .topnav-link:after {
  content: attr(data-label);
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  font-weight: 600;
}
.topnav-pills li.topnav-item .topnav-link .badge {
  padding-bottom: 2px;
  text-transform: uppercase;
}
.topnav-pills li.topnav-item .topnav-link:hover {
  color: #0071f5;
}
.topnav-pills li.topnav-item.active .topnav-link {
  font-weight: 500;
  background-color: #fff;
}
.topnav-pills li.topnav-item.active .topnav-link:hover {
  color: #181818;
}
.topnav-pills li.topnav-item + .topnav-item {
  margin-left: 10px;
}

.top-bar {
  padding: 23px 0;
}
.top-bar-inner {
  min-height: 70px;
}
.top-bar-title {
  font-size: 25px;
  font-weight: 600;
}
.top-bar .btn-back {
  display: flex;
  align-items: center;
  padding: 3px 13px;
}
.top-bar .btn-back > .ico-font {
  margin-right: 24px;
  margin-top: 0;
}
.top-bar-logo {
  width: 32px;
  height: 40px;
}
.top-bar-logo-raiffeisen {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}
.top-bar-logo-raiffeisen:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: #181818;
}
.top-bar-logo-raiffeisen img {
  width: 140px;
}
.top-bar .btn-close {
  padding: 15px 16px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.top-bar .btn-close:hover, .top-bar .btn-close:focus, .top-bar .btn-close:active {
  border-color: #dcdcde;
}
.top-bar .btn-close .ico-font {
  margin: 0;
}
.top-bar .btn-back:hover, .top-bar .btn-back:focus, .top-bar .btn-back:active, .top-bar .btn-back:active:focus {
  color: #0071f5;
}

.col-buttons {
  display: inline-block;
  list-style-type: none;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.col-buttons li {
  margin-bottom: 12px;
}
.col-buttons li:last-child {
  margin-bottom: 0;
}
.col-buttons .btn {
  width: 100%;
  min-width: 200px;
  text-align: center;
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.custom-view-actons ul {
  margin-bottom: 0;
}
.custom-view-actons ul .list-inline-item {
  margin: 0 0 0 15px;
}
.custom-view-actons ul .list-inline-item a:not(.btn),
.custom-view-actons ul .list-inline-item .btn-to-link:not(.btn) {
  color: #c4c4c6;
  transition: all 0.3s ease;
}
.custom-view-actons ul .list-inline-item.active a:not(.btn), .custom-view-actons ul .list-inline-item.active .btn-to-link:not(.btn), .custom-view-actons ul .list-inline-item a:not(.btn):hover,
.custom-view-actons ul .list-inline-item .btn-to-link:not(.btn):hover {
  color: #0071f5;
}

.custom-view-actons input {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.custom-view-actons input + label {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
  color: #c4c4c6;
}
.custom-view-actons input:checked + label {
  color: #0071f5;
}

.legal-page-wrapper {
  margin-bottom: 60px;
}
.legal-page-wrapper .box:only-child .legal-wrapper,
.legal-page-wrapper .table-with-dropdowns > .table > body:only-child .legal-wrapper {
  max-height: 999px;
}
.legal-page-wrapper .box:only-child .legal-wrapper .legal-wrapper,
.legal-page-wrapper .table-with-dropdowns > .table > body:only-child .legal-wrapper .legal-wrapper {
  max-height: none;
}

.legal-wrapper,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper {
  max-height: 600px;
  overflow: auto;
  text-align: justify;
  padding-right: 20px;
  margin-right: -20px;
}

.legal-wrapper .legal-wrapper,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper .legal-wrapper {
  max-height: none;
  overflow: auto;
  padding-right: 0px;
  margin-right: 0px;
}

.legal-wrapper h1,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper h1,
.modal-fees h1 {
  font-size: 1.75rem;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
.legal-wrapper h3,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper h3,
.modal-fees h3 {
  font-size: 1.25rem;
}
.legal-wrapper h2, .legal-wrapper h3, .legal-wrapper h4, .legal-wrapper h5, .legal-wrapper h6,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper h2,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper h3,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper h4,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper h5,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper h6,
.modal-fees h2,
.modal-fees h3,
.modal-fees h4,
.modal-fees h5,
.modal-fees h6 {
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.legal-wrapper p, .legal-wrapper ul, .legal-wrapper ol,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper p,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper ul,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper ol,
.modal-fees p,
.modal-fees ul,
.modal-fees ol {
  line-height: 1.58;
  margin-bottom: 1.25rem;
}
.legal-wrapper .legal-phpWord h1,
.legal-wrapper .legal-phpWord h2,
.legal-wrapper .legal-phpWord h3,
.legal-wrapper .legal-phpWord h4,
.legal-wrapper .legal-phpWord h5,
.legal-wrapper .legal-phpWord h6,
.legal-wrapper .legal-phpWord p,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper .legal-phpWord h1,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper .legal-phpWord h2,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper .legal-phpWord h3,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper .legal-phpWord h4,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper .legal-phpWord h5,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper .legal-phpWord h6,
.legal-page-wrapper .box:only-child .table-with-dropdowns > .table > tbody:not(:only-child) .legal-wrapper .legal-phpWord p,
.modal-fees .legal-phpWord h1,
.modal-fees .legal-phpWord h2,
.modal-fees .legal-phpWord h3,
.modal-fees .legal-phpWord h4,
.modal-fees .legal-phpWord h5,
.modal-fees .legal-phpWord h6,
.modal-fees .legal-phpWord p {
  margin-top: 0;
  margin-bottom: 0;
}

.border-top-separator {
  border-top: 1px solid #dcdcde;
  margin-top: 20px;
  padding-top: 20px;
}

.form-group.border-top-separator:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}

/* Dashboard page */
.dashboard {
  margin-left: -10px;
  margin-right: -10px;
}
.dashboard .dashboard-intro,
.dashboard .dashboard-activity,
.dashboard .dashboard-utilities {
  position: relative;
  min-height: 1px;
  padding: 0 10px;
}

/* Adds: Add store Step 1 boxes in Stores menu */
.adds {
  /* reorder items cloudCart to be first */
}
.adds.cloud-cart-first .cloud-cart-col {
  order: 0;
}
.adds.cloud-cart-first > div:not(.cloud-cart-col) {
  order: 1;
}
.adds .add {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  padding: 15px 20px;
  background: #fff;
  color: #181818;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: 0;
}
.adds .add .add-action,
.adds .add .add-image,
.adds .add .add-content {
  position: relative;
  max-width: 100%;
}
.adds .add .add-action,
.adds .add .add-image {
  flex: 0 0 auto;
  width: auto;
}
.adds .add .add-action {
  margin-right: 15px;
  font-size: 12px;
  color: rgba(24, 24, 24, 0.6);
}
.adds .add .add-image {
  flex-basis: 60px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-color: #ebf4ff;
  border-top-left-radius: 50% 60%;
  border-top-right-radius: 50% 60%;
  border-bottom-right-radius: 40% 40%;
  border-bottom-left-radius: 40% 40%;
}
.adds .add .add-image.no-bg {
  background-color: transparent;
  border-radius: 0;
}
.adds .add .add-image-woocommerce {
  background-color: #f2edf2;
}
.adds .add .add-image-magento {
  background-color: #feede8;
}
.adds .add .add-image-opencart {
  background-color: #e7f8fd;
}
.adds .add .add-image-prestashop {
  background-color: #f2fafc;
}
.adds .add .add-image-zen-cart {
  background-color: #fdf1e8;
}
.adds .add .add-image-xcart {
  background-color: #fef2e8;
}
.adds .add .add-image-oscommerce {
  background-color: #f2f2f2;
  fill: #181818;
}
.adds .add .add-image-cloudcart {
  background-color: #fdecec;
}
.adds .add .add-image-android-sdk {
  background-color: #f1f9ee;
  font-size: 35px;
  color: #78c257;
}
.adds .add .add-image-ios-sdk {
  background-color: #f2f2f2;
  font-size: 30px;
  color: #010101;
}
.adds .add .add-image-php-sdk {
  background-color: #e8f5fa;
  font-size: 18px;
  color: #181818;
}
.adds .add .add-image-exely-sdk {
  background-color: #f2f2f2;
}
.adds .add .add-image > * {
  max-width: 100%;
}
.adds .add .add-content {
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
}
.adds .add .add-content p {
  margin-bottom: 0;
}
.adds .add .add-content .add-meta {
  font-size: 12px;
  color: rgba(24, 24, 24, 0.5);
}
.adds .add .add-content .add-meta.c_status_3 {
  color: #05c583;
}
.adds .add:hover:not(.coming-soon),
.adds .add:hover:not(.coming-soon) .add-action {
  color: #0071f5;
}
.adds .add.coming-soon:hover {
  cursor: default;
}

.adds-group {
  padding-bottom: 20px;
}

/* Lang fixes */
/* Collapse */
[data-toggle=collapse] .collapse-triger-hide, [data-toggle=collapse].collapsed .collapse-triger-show, [data-toggle=collapse][aria-expanded=false] .collapse-triger-show {
  display: block;
}
[data-toggle=collapse] .collapse-triger-show, [data-toggle=collapse].collapsed .collapse-triger-hide, [data-toggle=collapse][aria-expanded=false] .collapse-triger-hide {
  display: none;
}

.devices-ad-page .box {
  padding-bottom: 45px;
  border-radius: 10px;
}
.devices-ad-page .features-list {
  padding: 60px 80px 0 80px;
}
.devices-ad-page .features-list .box-title {
  max-width: 480px;
  margin: 0 auto 55px;
  line-height: 32px;
}

.features-alt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.features-alt .feature-alt {
  flex: 0 0 calc(26% - 30px);
  width: calc(26% - 30px);
  max-width: 100%;
  padding: 0;
  background-color: #f8f9f9;
}
.features-alt .feature-alt .feature-alt-image img {
  max-width: 100%;
}
.features-alt .feature-alt-content {
  padding: 20px;
}
.features-alt .feature-alt-content .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #444;
}

/* Notification line */
.notification-line {
  padding: 3px 0;
  background-color: #0071f5;
  color: #fff;
  font-weight: 500;
}

/* Button list styles */
.button-list {
  display: inline-block;
  list-style-type: none;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.button-list li {
  margin-bottom: 12px;
}
.button-list li:last-child {
  margin-bottom: 0;
}
.button-list .btn {
  width: 100%;
  min-width: 200px;
}
.button-list-horizontal {
  display: flex;
  align-items: center;
  gap: 12px;
}
.button-list-horizontal li {
  margin-bottom: 0;
}
.button-list-horizontal .btn {
  min-width: auto;
}

/* Success content */
.success-content {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
}
.success-content-sm {
  max-width: 512px;
}

/* medias/responsive */
@media only screen and (min-width: 768px) {
  .sidebar {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .dashboard .dashboard-intro,
.dashboard .dashboard-activity {
    float: left;
    width: 58.33333%;
  }
  .dashboard .dashboard-utilities {
    float: right;
    width: 41.66667%;
  }
}
@media only screen and (min-width: 1200px) {
  .dashboard .dashboard-intro,
.dashboard .dashboard-activity {
    float: left;
    width: 66.66667%;
  }
  .dashboard .dashboard-utilities {
    float: right;
    width: 33.33333%;
  }

  #main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-2 {
    display: flex;
    justify-content: center;
  }
  #main #sidebar .sidebar-navigation-level-2,
#main #sidebar-top .sidebar-navigation-level-2 {
    display: none;
    border-left: 1px solid #e1e2e6;
  }
  #main #sidebar .sidebar-navigation-level-2 .sidebar-head,
#main #sidebar .sidebar-navigation-level-2 .sidebar-body,
#main #sidebar-top .sidebar-navigation-level-2 .sidebar-head,
#main #sidebar-top .sidebar-navigation-level-2 .sidebar-body {
    transform: translateX(100%);
    animation-name: show-from-left;
    animation-duration: 0.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2, #main #sidebar-top .sidebar-navigation-level-2 {
    display: flex;
  }

  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    width: 100%;
    max-width: 176px;
    z-index: 1;
  }
}
@media only screen and (min-width: 1600px) {
  #main {
    grid-template-columns: 296px auto;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item > .nav-link,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item > .nav-link {
    width: 244px;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link {
    width: 284px;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-head,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-head {
    width: 284px;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered .sidebar-nav > .nav > .nav-item {
    width: 244px;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-2 {
    max-width: 216px;
  }
}
@media only screen and (max-width: 1199px) {
  #main {
    grid-template-areas: "header header" "sidebar content";
    grid-template-columns: 50%;
    height: 100dvh;
  }
  .card-order-wrapper #main #content {
    width: 100%;
    margin: 0;
  }
  #main #sidebar,
#main #content {
    width: 200%;
  }
  #main #sidebar .sidebar-navigation .sidebar-head,
#main #sidebar-top .sidebar-navigation .sidebar-head {
    display: flex;
  }
  #main #sidebar .sidebar-navigation .sidebar-body:first-child,
#main #sidebar-top .sidebar-navigation .sidebar-body:first-child {
    padding-top: 25px;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-head,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini .sidebar-head {
    width: auto;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered,
#main #sidebar-top.is-second-level-navigation-open .sidebar-navigation-level-1.sidebar-navigation-level-1-mini.sidebar-navigation-level-1-hovered {
    box-shadow: none;
  }
  #main #sidebar-top {
    border-right-width: 0;
    border-bottom: 1px solid #e1e2e6;
  }
  #main #sidebar-top.is-second-level-navigation-open .sidebar-head .logo .logo-slogan {
    display: block;
  }
  #main #sidebar-top .btn-burger {
    display: block;
    align-self: center;
    margin-right: 20px;
    margin-left: 5px;
  }
  #main #sidebar {
    transform: translate3d(-100%, 0, 0);
    transition: all 0.3s ease;
    z-index: 999999;
  }
  #main #sidebar.shown {
    transform: translate3d(0, 0, 0);
  }
  #main #sidebar .sidebar-nav .nav > .nav-item > .nav-link .nav-link-content {
    word-break: break-word;
  }
  #main #sidebar .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl,
#main #sidebar .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl dt,
#main #sidebar .sidebar-nav .nav > .nav-item.nav-item-account > .nav-link dl dd {
    max-width: 100%;
    overflow: auto;
    white-space: normal;
    text-overflow: initial;
  }
  #main #sidebar .sidebar-navigation-level-1 {
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
  }
  #main #sidebar .sidebar-navigation-level-2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
    transform: translate3d(100%, 0, 0);
    display: block;
    width: 100%;
    max-width: none;
    transition: transform 0.3s;
  }
  #main #sidebar.is-second-level-navigation-open {
    display: block;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-content {
    display: block;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item > .nav-link .nav-link-inner {
    padding-right: 20px;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.has-subnav > .nav-link .nav-link-inner::after {
    display: block;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-1 .sidebar-nav > .nav > .nav-item.nav-item-account > .nav-link dl dt {
    color: #181818;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2 {
    position: absolute;
  }
  #main #sidebar.is-second-level-navigation-open.is-second-level-navigation-shown .sidebar-navigation-level-2 {
    transform: translate3d(0, 0, 0);
  }

  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-body {
    padding: 25px 20px;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-nav-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-nav-header .btn-to-link {
    color: #181818;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-nav-header .sidebar-nav-header-content {
    margin-left: 15px;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-nav-header .sidebar-nav-header-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
    color: #181818;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-nav-header .sidebar-nav-header-inner {
    display: flex;
    align-items: center;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-nav-header .sidebar-nav-header-profile-content dl {
    margin: 0;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-nav-header .sidebar-nav-header-profile-content dl dt {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2858;
    color: #181818;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-nav-header .sidebar-nav-header-profile-content dl dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.3077;
  }
  #main #sidebar.is-second-level-navigation-open .sidebar-navigation-level-2 .sidebar-nav {
    padding-left: 40px;
  }
  #main #content {
    margin-left: -100%;
    padding-right: 20px-calc(rem-to-px($grid-gutter-width) / 2);
    padding-left: 20px-calc(rem-to-px($grid-gutter-width) / 2);
  }
  #main #content > .content-notification {
    width: auto;
    max-width: 200%;
    margin-right: -20px-calc(rem-to-px($grid-gutter-width) / 2);
    margin-left: -20px-calc(rem-to-px($grid-gutter-width) / 2);
  }
}
@media only screen and (max-width: 991px) {
  .devices-ad-page .box {
    padding-bottom: 0;
  }
  .devices-ad-page .features-list {
    padding-left: 0;
    padding-right: 0;
  }

  .features-alt {
    flex-wrap: wrap;
  }
  .features-alt .feature-alt {
    flex: 50%;
    width: 50%;
    margin: 0;
    padding: 20px 20px 5px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .topnav {
    flex-wrap: nowrap;
    align-items: flex-start;
  }

  .topnav-pills li.topnav-item {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .topnav-pills li.topnav-item .topnav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .topnav-nav {
    white-space: normal;
  }
  .topnav-nav li.topnav-item.active .topnav-link {
    box-shadow: none;
  }
  .topnav-nav li.topnav-item.has-warning .topnav-link {
    margin-right: 25px;
  }
  .topnav-nav li.topnav-item.has-warning::after {
    top: 5px;
    right: 8px;
    font-size: 14px;
  }

  .top-bar-logo-raiffeisen {
    margin-left: 15px;
  }
  .top-bar-logo-raiffeisen:before {
    left: -8px;
  }
  .top-bar-logo-raiffeisen img {
    width: 110px;
  }

  .blue-header-line--inner {
    padding: 16px 0;
  }
  .blue-header-line--inner .info-circled {
    font-size: 14px;
  }
  .blue-header-line--inner .info-circled::before {
    font-size: 18px;
    padding-right: 10px;
    margin-top: -2px;
  }

  .devices-ad-page .features-list .box-title {
    max-width: 100%;
    font-size: 22px;
    padding: 0 20px;
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .features-alt {
    padding-top: 20px;
    background: #f8f9f9;
  }
  .features-alt .feature-alt {
    padding: 0 10px 15px 10px;
  }
  .features-alt .feature-alt-content {
    padding: 10px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  /* Item details page */
  .item-upload-image-custom-responsive {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
/* ==========================================================================
	#Progress
========================================================================== */
.progress {
  border-radius: 6px;
  /* Sizes */
  /* Modificators */
}
.progress.size-sm {
  height: 4px;
}
.progress.size-lg {
  height: 12px;
}
.progress-track-transparent {
  background-color: transparent;
  box-shadow: none;
}
.progress-track-transparent .progress-bar {
  border-radius: inherit;
}

.progress-stepper-list {
  list-style-type: none;
  display: flex;
  margin: 0;
}
.progress-stepper-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 0;
}
.progress-stepper-list-item:not([class*=col-]) {
  flex-basis: 0;
  flex-grow: 1;
}
.progress-stepper-list-item-inner {
  padding-right: 16px;
  margin-bottom: 24px;
}
.progress-stepper-list-item-icon {
  position: relative;
  margin-top: auto;
}
.progress-stepper-list-item-icon .ico-font {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  height: 24px;
  margin-left: 8px;
  color: #fff;
}
.progress-stepper-list-item-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 100%;
  background-color: #0071F3;
  width: 100%;
}
.progress-stepper-list-item:first-of-type .progress-stepper-list-item-icon::after {
  border-radius: 12px 0 0 12px;
}
.progress-stepper-list-item:last-of-type .progress-stepper-list-item-icon::after {
  width: 40px;
  border-radius: 0px 12px 12px 0;
}
.progress-stepper-list-item:last-of-type .progress-stepper-list-item-icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #05C583 0%, #87DECA 27%, #FFFFFF 100%);
  width: 100%;
}

/* Nav horizontal Fill */
.nav-horizontal-fill {
  --list-item-padding: 10px;
  --list-item-invalid-state-right: 15px;
  padding: 2px;
  background-color: #f5f5f7;
  border-radius: 24px;
  flex-direction: row;
}
.nav-horizontal-fill > .list-group-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: var(--list-item-padding);
  background-color: transparent;
  border: 2px solid transparent;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-horizontal-fill > .list-group-item {
    transition: none;
  }
}
.nav-horizontal-fill > .list-group-item.is-invalid {
  position: relative;
  padding-right: calc(var(--list-item-invalid-state-right) + var(--list-item-padding));
}
.nav-horizontal-fill > .list-group-item.is-invalid::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: var(--list-item-invalid-state-right);
  transform: translateY(-50%);
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e74f76;
}
.nav-horizontal-fill > .list-group-item, .nav-horizontal-fill > .list-group-item:first-child, .nav-horizontal-fill > .list-group-item:last-child, .nav-horizontal-fill > .list-group-item + .list-group-item.active {
  margin: 0;
  border-radius: 21px;
}
.nav-horizontal-fill > .list-group-item:hover {
  text-decoration: none;
}
.nav-horizontal-fill > .list-group-item:not(.active):hover {
  border-color: #0071f5;
}
.nav-horizontal-fill > .list-group-item.active {
  border-color: #0071f5;
  background-color: #ebf4ff;
  color: #181818;
}

.autocomplete-list-popover {
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  padding: 8px 4px;
  border-radius: 8px;
  border: 1px solid #c4c4c6;
}
.autocomplete-list-popover.bs-popover-bottom, .autocomplete-list-popover.bs-popover-auto[x-placement^=bottom], .autocomplete-list-popover .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0;
}
.autocomplete-list-popover.bs-popover-top, .autocomplete-list-popover.bs-popover-auto[x-placement^=top], .autocomplete-list-popover .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0;
}
.autocomplete-list-popover .autocomplete-item {
  display: block;
  padding: 8px;
  border-top: 0;
  border-radius: 6px;
  cursor: pointer;
}
.autocomplete-list-popover .autocomplete-item:focus, .autocomplete-list-popover .autocomplete-item.focused, .autocomplete-list-popover .autocomplete-item:hover {
  background: #ebf4ff;
}
.autocomplete-list-popover-in-modal {
  z-index: 10505;
}
.autocomplete-list-popover-fixed-height {
  min-height: 56px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ababad #fff;
}
.autocomplete-list-popover-fixed-height::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}
.autocomplete-list-popover-fixed-height::-webkit-scrollbar-track {
  background-color: #fff;
}
.autocomplete-list-popover-fixed-height::-webkit-scrollbar-thumb {
  background-color: #ababad;
  border-radius: 30px;
}
.autocomplete-list-popover-fixed-height::-webkit-scrollbar-thumb:hover {
  background-color: #ababad;
}

/* ==========================================================================
	#Common styles
========================================================================== */
/* z-index */
.zi_1 {
  z-index: 1;
}

.zi_2 {
  z-index: 2;
}

.zi_5 {
  z-index: 5;
}

/* Dysplay */
.d_b {
  display: block;
}

.d_ib {
  display: inline-block;
}

.d_ib_imp {
  display: inline-block !important;
}

.d_n {
  display: none;
}

.d_n_imp {
  display: none !important;
}

.hidden {
  display: none;
}

.d_f {
  display: flex;
}

.d_f_imp {
  display: flex !important;
}

/* Flexbox */
.fg_1 {
  flex-grow: 1;
}

.order_1 {
  order: 1;
}

.order_2 {
  order: 2;
}

.f_column_reverse {
  display: flex;
  flex-direction: column-reverse;
}

.f_v_center {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}

.f_v_h_center {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.absolute_xy_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.absolute_x_center {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.absolute_right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.absolute_right_bottom {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

/* bottom */
.bottom_0 {
  bottom: 0;
}

/* Width */
.w_a {
  width: auto;
}

.w_a_imp {
  width: auto !important;
}

.w_1pr {
  width: 1%;
}

.w_20pr {
  width: 20%;
}

.w_30pr {
  width: 30%;
}

.w_50pr {
  width: 50%;
}

.w_70pr {
  width: 70%;
}

.w_100pr {
  width: 100%;
}

.w_4 {
  width: 4px;
}

.w_14 {
  width: 14px;
}

.w_16 {
  width: 16px;
}

.w_18 {
  width: 18px;
}

.w_20 {
  width: 20px;
}

.w_22 {
  width: 22px;
}

.w_23 {
  width: 23px;
}

.w_24 {
  width: 24px;
}

.w_25 {
  width: 25px;
}

.w_26 {
  width: 26px;
}

.w_30 {
  width: 30px;
}

.w_32 {
  width: 32px;
}

.w_34 {
  width: 34px;
}

.w_35 {
  width: 35px;
}

.w_36 {
  width: 36px;
}

.w_38 {
  width: 38px;
}

.w_40 {
  width: 40px;
}

.w_42 {
  width: 42px;
}

.w_44 {
  width: 44px;
}

.w_45, .slider .owl-carousel .owl-item .w_45 {
  width: 45px;
}

.w_50 {
  width: 50px;
}

.w_52 {
  width: 52px;
}

.w_55 {
  width: 55px;
}

.w_60 {
  width: 60px;
}

.w_62 {
  width: 62px;
}

.w_65 {
  width: 65px;
}

.w_70 {
  width: 70px;
}

.w_71 {
  width: 71px;
}

.w_74 {
  width: 74px;
}

.w_80 {
  width: 80px;
}

.w_80_imp {
  width: 80px !important;
}

.w_83 {
  width: 83px;
}

.w_85 {
  width: 85px;
}

.w_86 {
  width: 86px;
}

.w_95 {
  width: 95px;
}

.w_100 {
  width: 100px;
}

.w_105 {
  width: 105px;
}

.w_110 {
  width: 110px;
}

.w_115 {
  width: 115px;
}

.w_118 {
  width: 118px;
}

.w_120 {
  width: 120px;
}

.w_130 {
  width: 130px;
}

.w_135 {
  width: 135px;
}

.w_140 {
  width: 140px;
}

.w_145 {
  width: 145px;
}

.w_150 {
  width: 150px;
}

.w_160 {
  width: 160px;
}

.w_170 {
  width: 170px;
}

.w_175 {
  width: 175px;
}

.w_180 {
  width: 180px;
}

.w_190 {
  width: 190px;
}

.w_195 {
  width: 195px;
}

.w_200 {
  width: 200px;
}

.w_210 {
  width: 210px;
}

.w_220 {
  width: 220px;
}

.w_240 {
  width: 240px;
}

.w_250 {
  width: 250px;
}

.w_260 {
  width: 260px;
}

.w_275 {
  width: 275px;
}

.w_290 {
  width: 290px;
}

.w_300 {
  width: 300px;
}

.w_320 {
  width: 320px;
}

.w_315 {
  width: 315px;
}

.w_330 {
  width: 330px;
}

.w_360 {
  width: 360px;
}

.w_385, .slider .owl-carousel .owl-item .w_385 {
  width: 385px;
}

.w_500 {
  width: 500px;
}

.w_560 {
  width: 560px;
}

.w_600 {
  width: 600px;
}

/* min-width */
.miw_20 {
  min-width: 20px;
}

.miw_25 {
  min-width: 25px;
}

.miw_30 {
  min-width: 30px;
}

.miw_35 {
  min-width: 35px;
}

.miw_40 {
  min-width: 40px;
}

.miw_45 {
  min-width: 45px;
}

.miw_50 {
  min-width: 50px;
}

.miw_58 {
  min-width: 58px;
}

.miw_60 {
  min-width: 60px;
}

.miw_60_imp {
  min-width: 60px !important;
}

.miw_70 {
  min-width: 70px;
}

.miw_75 {
  min-width: 75px;
}

.miw_80 {
  min-width: 80px;
}

.miw_80_imp {
  min-width: 80px !important;
}

.miw_85 {
  min-width: 85px;
}

.miw_90 {
  min-width: 90px;
}

.miw_100 {
  min-width: 100px;
}

.miw_110 {
  min-width: 110px;
}

.miw_120 {
  min-width: 120px;
}

.miw_130 {
  min-width: 130px;
}

.miw_140 {
  min-width: 140px;
}

.miw_140_imp {
  min-width: 140px !important;
}

.miw_145 {
  min-width: 145px;
}

.miw_150 {
  min-width: 150px;
}

.miw_152 {
  min-width: 152px;
}

.miw_160 {
  min-width: 160px;
}

.miw_170 {
  min-width: 170px;
}

.miw_180 {
  min-width: 180px;
}

.miw_195 {
  min-width: 195px;
}

.miw_200 {
  min-width: 200px;
}

.miw_200_IE _:-ms-fullscreen, :root .miw_200_IE {
  min-width: 200px;
}

.miw_220 {
  min-width: 220px;
}

.miw_240 {
  min-width: 240px;
}

.miw_250 {
  min-width: 250px;
}

.miw_250_imp {
  min-width: 250px !important;
}

.miw_260 {
  min-width: 260px;
}

.miw_270 {
  min-width: 270px;
}

.miw_280 {
  min-width: 280px;
}

.miw_280_imp {
  min-width: 280px !important;
}

.miw_300 {
  min-width: 300px;
}

.miw_315 {
  min-width: 315px;
}

.miw_415 {
  min-width: 415px;
}

.miw_458 {
  min-width: 458px;
}

.miw_570 {
  min-width: 570px;
}

.miw_800 {
  min-width: 800px;
}

.miw_100pr {
  min-width: 100%;
}

/* Max width */
.maw_25pr {
  max-width: 25%;
}

.maw_60pr {
  max-width: 60%;
}

.maw_75pr {
  max-width: 75%;
}

.maw_90pr {
  max-width: 90%;
}

.maw_100pr {
  max-width: 100%;
}

.maw_160vh {
  max-width: 160vh;
}

.maw_200vh {
  max-width: 200vh;
}

.maw_100pr-65 {
  max-width: calc(100% - 65px);
}

.maw_100pr-55 {
  max-width: calc(100% - 55px);
}

.maw_100pr-35 {
  max-width: calc(100% - 35px);
}

.maw_100pr-30 {
  max-width: calc(100% - 30px);
}

.maw_45 {
  max-width: 45px;
}

.maw_40 {
  max-width: 40px;
}

.maw_50 {
  max-width: 50px;
}

.maw_55 {
  max-width: 55px;
}

.maw_60 {
  max-width: 60px;
}

.maw_70 {
  max-width: 70px;
}

.maw_80 {
  max-width: 80px;
}

.maw_87 {
  max-width: 87px;
}

.maw_95 {
  max-width: 95px;
}

.maw_100 {
  max-width: 100px;
}

.maw_110 {
  max-width: 110px;
}

.maw_120 {
  max-width: 120px;
}

.maw_130 {
  max-width: 130px;
}

.maw_140 {
  max-width: 140px;
}

.maw_150 {
  max-width: 150px;
}

.maw_160 {
  max-width: 160px;
}

.maw_170 {
  max-width: 170px;
}

.maw_180 {
  max-width: 180px;
}

.maw_190 {
  max-width: 190px;
}

.maw_200 {
  max-width: 200px;
}

.maw_220 {
  max-width: 220px;
}

.maw_240 {
  max-width: 240px;
}

.maw_250 {
  max-width: 250px;
}

.maw_260 {
  max-width: 260px;
}

.maw_264 {
  max-width: 264px;
}

.maw_270 {
  max-width: 270px;
}

.maw_280 {
  max-width: 280px;
}

.maw_300 {
  max-width: 300px;
}

.maw_310 {
  max-width: 310px;
}

.maw_315 {
  max-width: 315px;
}

.maw_320 {
  max-width: 320px;
}

.maw_360 {
  max-width: 360px;
}

.maw_380 {
  max-width: 380px;
}

.maw_400 {
  max-width: 400px;
}

.maw_420 {
  max-width: 420px;
}

.maw_450 {
  max-width: 450px;
}

.maw_460 {
  max-width: 460px;
}

.maw_464 {
  max-width: 464px;
}

.maw_500 {
  max-width: 500px;
}

.maw_550 {
  max-width: 550px;
}

.maw_540 {
  max-width: 540px;
}

.maw_570 {
  max-width: 570px;
}

.maw_640 {
  max-width: 640px;
}

.maw_720 {
  max-width: 720px;
}

.maw_9999, .slider .owl-carousel .owl-item .maw_9999 {
  max-width: 9999px;
}

/* Height */
.h_a {
  height: auto;
}

.h_0 {
  height: 0;
}

.h_6 {
  height: 6px;
}

.h_10 {
  height: 10px;
}

.h_12 {
  height: 12px;
}

.h_14 {
  height: 14px;
}

.h_16 {
  height: 16px;
}

.h_20 {
  height: 20px;
}

.h_26 {
  height: 26px;
}

.h_36 {
  height: 36px;
}

.h_40 {
  height: 40px;
}

.h_50 {
  height: 50px;
}

.h_60 {
  height: 60px;
}

.h_60_imp {
  height: 60px !important;
}

.h_65 {
  height: 65px;
}

.h_71 {
  height: 71px;
}

.h_74 {
  height: 74px;
}

.h_85 {
  height: 85px;
}

.h_99 {
  height: 99px;
}

.h_100 {
  height: 100px;
}

.h_106 {
  height: 106px;
}

.h_115 {
  height: 115px;
}

.h_135 {
  height: 135px;
}

.h_140 {
  height: 140px;
}

.h_180 {
  height: 180px;
}

.h_100pr {
  height: 100%;
}

.h_input_imp {
  height: calc(calc(1.375rem + 0.625rem * 2) + 2px) !important;
}

/* Min height */
.mih_10 {
  min-height: 10px;
}

.mih_15 {
  min-height: 15px;
}

.mih_24 {
  min-height: 24px;
}

.mih_30 {
  min-height: 30px;
}

.mih_32 {
  min-height: 32px;
}

.mih_40 {
  min-height: 40px;
}

.mih_50 {
  min-height: 50px;
}

.mih_54 {
  min-height: 54px;
}

.mih_70 {
  min-height: 70px;
}

.mih_73 {
  min-height: 73px;
}

.mih_100 {
  min-height: 100px;
}

.mih_110 {
  min-height: 110px;
}

.mih_130 {
  min-height: 130px;
}

.mih_140 {
  min-height: 140px;
}

.mih_145 {
  min-height: 145px;
}

.mih_150 {
  min-height: 150px;
}

.mih_200 {
  min-height: 200px;
}

.mih_240 {
  min-height: 240px;
}

.mih_250 {
  min-height: 250px;
}

.mih_260 {
  min-height: 260px;
}

.mih_330 {
  min-height: 330px;
}

.mih_350 {
  min-height: 350px;
}

.mih_350_imp {
  min-height: 350px !important;
}

.mih_415 {
  min-height: 415px;
}

.mih_490 {
  min-height: 490px;
}

.mih_680 {
  min-height: 680px;
}

.mih_100pr {
  min-height: 100%;
}

.mih_auto {
  min-height: auto !important;
}

.mih_100vh {
  min-height: 100vh;
}

/* Max height */
.mah_40 {
  max-height: 40px;
}

.mah_50 {
  max-height: 50px;
}

.mah_60 {
  max-height: 60px;
}

.mah_70 {
  max-height: 70px;
}

.mah_160 {
  max-height: 160px;
}

.mah_200 {
  max-height: 200px;
}

.mah_225imp {
  max-height: 225px !important;
}

.mah_300 {
  max-height: 300px;
}

.mah_380 {
  max-height: 380px;
}

.mah_440 {
  max-height: 440px;
}

.mah_450 {
  max-height: 450px;
}

.mah_490 {
  max-height: 490px;
}

.mah_500 {
  max-height: 500px;
}

.mah_600 {
  max-height: 600px;
}

/* Margins */
.m_-12 {
  margin: -12px;
}

.m_-27 {
  margin: -27px;
}

.m_0_a {
  margin: 0 auto;
}

.m_0 {
  margin: 0;
}

.m_0_imp {
  margin: 0 !important;
}

.m_x_a {
  margin-right: auto;
  margin-left: auto;
}

.m_x_5 {
  margin-right: 5px;
  margin-left: 5px;
}

.m_x_20 {
  margin-right: 20px;
  margin-left: 20px;
}

.m_x_-grid_gutter_width {
  margin-right: -20px;
  margin-left: -20px;
}

.m_y_0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m_y_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.m_y_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.m_y_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.m_y_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.m_y_24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.m_y_25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.m_y_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.m_y_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m_y_46 {
  margin-top: 46px;
  margin-bottom: 46px;
}

.m_y_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.m_y_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mt_paragrap_mb {
  margin-top: 1rem;
}

.mt_form_group_mb {
  margin-top: 15px;
}

.mt_a {
  margin-top: auto;
}

.mt_-56 {
  margin-top: -56px;
}

.mt_-35 {
  margin-top: -35px;
}

.mt_-20 {
  margin-top: -20px;
}

.mt_-15 {
  margin-top: -15px;
}

.mt_-10 {
  margin-top: -10px;
}

.mt_-8 {
  margin-top: -8px;
}

.mt_-7 {
  margin-top: -7px;
}

.mt_-6 {
  margin-top: -6px;
}

.mt_-5 {
  margin-top: -5px;
}

.mt_-4 {
  margin-top: -4px;
}

.mt_-3 {
  margin-top: -3px;
}

.mt_-2 {
  margin-top: -2px;
}

.mt_-1 {
  margin-top: -1px;
}

.mt_0 {
  margin-top: 0;
}

.mt_0_imp {
  margin-top: 0 !important;
}

.mt_1 {
  margin-top: 1px;
}

.mt_2 {
  margin-top: 2px;
}

.mt_3 {
  margin-top: 3px;
}

.mt_4 {
  margin-top: 4px;
}

.mt_5 {
  margin-top: 5px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_7 {
  margin-top: 7px;
}

.mt_8 {
  margin-top: 8px;
}

.mt_9 {
  margin-top: 9px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_12 {
  margin-top: 12px;
}

.mt_13 {
  margin-top: 13px;
}

.mt_14 {
  margin-top: 14px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_15_imp {
  margin-top: 15px !important;
}

.mt_16 {
  margin-top: 16px;
}

.mt_18 {
  margin-top: 18px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_20_imp {
  margin-top: 20px !important;
}

.mt_22 {
  margin-top: 22px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_27 {
  margin-top: 27px;
}

.mt_28 {
  margin-top: 28px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_30_imp {
  margin-top: 30px !important;
}

.mt_32 {
  margin-top: 32px;
}

.mt_33 {
  margin-top: 33px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_40_imp {
  margin-top: 40px !important;
}

.mt_45 {
  margin-top: 45px;
}

.mt_48 {
  margin-top: 48px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_100 {
  margin-top: 100px;
}

.mr_a {
  margin-right: auto;
}

.mr_-40 {
  margin-right: -40px;
}

.mr_-30 {
  margin-right: -30px;
}

.mr_-20 {
  margin-right: -20px;
}

.mr_-8 {
  margin-right: -8px;
}

.mr_-5 {
  margin-right: -5px;
}

.mr_-3 {
  margin-right: -3px;
}

.mr_-1 {
  margin-right: -1px;
}

.mr_0 {
  margin-right: 0;
}

.mr_0_imp {
  margin-right: 0 !important;
}

.mr_2 {
  margin-right: 2px;
}

.mr_3 {
  margin-right: 3px;
}

.mr_4 {
  margin-right: 4px;
}

.mr_5 {
  margin-right: 5px;
}

.mr_6 {
  margin-right: 6px;
}

.mr_7 {
  margin-right: 7px;
}

.mr_8 {
  margin-right: 8px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_10_imp {
  margin-right: 10px !important;
}

.mr_12 {
  margin-right: 12px;
}

.mr_13 {
  margin-right: 13px;
}

.mr_14 {
  margin-right: 14px;
}

.mr_15 {
  margin-right: 15px;
}

.mr_16 {
  margin-right: 16px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_25 {
  margin-right: 25px;
}

.mr_30 {
  margin-right: 30px;
}

.mr_50 {
  margin-right: 50px;
}

.mr_70 {
  margin-right: 70px;
}

.mr_grid_gutter_width {
  margin-right: 20px;
}

.mb_a {
  margin-bottom: auto;
}

.mb_-55 {
  margin-bottom: -55px;
}

.mb_-30 {
  margin-bottom: -30px;
}

.mb_-15 {
  margin-bottom: -15px;
}

.mb_-10 {
  margin-bottom: -10px;
}

.mb_-20 {
  margin-bottom: -20px;
}

.mb_-3 {
  margin-bottom: -3px;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_0_imp {
  margin-bottom: 0 !important;
}

.mb_1 {
  margin-bottom: 1px;
}

.mb_3 {
  margin-bottom: 3px;
}

.mb_4 {
  margin-bottom: 4px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_8_imp {
  margin-bottom: 8px !important;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_16_imp {
  margin-bottom: 16px !important;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_26 {
  margin-bottom: 26px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_38 {
  margin-bottom: 38px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_42 {
  margin-bottom: 42px;
}

.mb_45 {
  margin-bottom: 45px;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_48 {
  margin-bottom: 48px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_150 {
  margin-bottom: 150px;
}

.mb_last_0:last-of-type {
  margin-bottom: 0;
}

.mb_grid_gutter_width {
  margin-bottom: 20px;
}

.ml_a {
  margin-left: auto;
}

.ml_-150 {
  margin-left: -150px;
}

.ml_-40 {
  margin-left: -40px;
}

.ml_-30 {
  margin-left: -30px;
}

.ml_-22 {
  margin-left: -22px;
}

.ml_-20 {
  margin-left: -20px;
}

.ml_-15 {
  margin-left: -15px;
}

.ml_-5 {
  margin-left: -5px;
}

.ml_-3 {
  margin-left: -3px;
}

.ml_-2 {
  margin-left: -2px;
}

.ml_0 {
  margin-left: 0;
}

.ml_0_imp {
  margin-left: 0 !important;
}

.ml_2 {
  margin-left: 2px;
}

.ml_3 {
  margin-left: 3px;
}

.ml_5 {
  margin-left: 5px;
}

.ml_6 {
  margin-left: 6px;
}

.ml_7 {
  margin-left: 7px;
}

.ml_8 {
  margin-left: 8px;
}

.ml_10 {
  margin-left: 10px;
}

.ml_11 {
  margin-left: 11px;
}

.ml_12 {
  margin-left: 12px;
}

.ml_15 {
  margin-left: 15px;
}

.ml_20 {
  margin-left: 20px;
}

.ml_24 {
  margin-left: 24px;
}

.ml_25 {
  margin-left: 25px;
}

.ml_30 {
  margin-left: 30px;
}

.ml_35 {
  margin-left: 35px;
}

.ml_38 {
  margin-left: 38px;
}

.ml_40 {
  margin-left: 40px;
}

.ml_45 {
  margin-left: 45px;
}

.ml_50 {
  margin-left: 50px;
}

.ml_55 {
  margin-left: 55px;
}

.ml_60 {
  margin-left: 60px;
}

.ml_65 {
  margin-left: 65px;
}

.ml_100 {
  margin-left: 100px;
}

.ml_grid_gutter_width {
  margin-left: 20px;
}

.mt_next_20 + .mt_next_20 {
  margin-top: 20px;
}

/* Paddings */
.p_0 {
  padding: 0;
}

.p_0_imp {
  padding: 0 !important;
}

.p_5 {
  padding: 5px;
}

.p_10 {
  padding: 10px;
}

.p_12 {
  padding: 12px;
}

.p_16 {
  padding: 16px;
}

.p_20 {
  padding: 20px;
}

.p_24 {
  padding: 24px;
}

.p_32 {
  padding: 32px;
}

.p_32_imp {
  padding: 32px !important;
}

.p_40 {
  padding: 40px;
}

.p_48_imp {
  padding: 48px !important;
}

.p_x_0 {
  padding-right: 0px;
  padding-left: 0px;
}

.p_x_5 {
  padding-right: 5px;
  padding-left: 5px;
}

.p_x_10 {
  padding-right: 10px;
  padding-left: 10px;
}

.p_x_15 {
  padding-right: 15px;
  padding-left: 15px;
}

.p_x_20 {
  padding-right: 20px;
  padding-left: 20px;
}

.p_x_24 {
  padding-right: 24px;
  padding-left: 24px;
}

.p_x_30 {
  padding-right: 30px;
  padding-left: 30px;
}

.p_x_40 {
  padding-right: 40px;
  padding-left: 40px;
}

.p_x_80 {
  padding-right: 80px;
  padding-left: 80px;
}

.p_y_0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p_y_0_imp {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p_y_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p_y_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p_y_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p_y_16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.p_y_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p_y_24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.p_y_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p_y_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pt_0 {
  padding-top: 0;
}

.pt_0_imp {
  padding-top: 0 !important;
}

.pt_3 {
  padding-top: 3px;
}

.pt_4 {
  padding-top: 4px;
}

.pt_5 {
  padding-top: 5px;
}

.pt_6 {
  padding-top: 6px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_24 {
  padding-top: 24px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_42 {
  padding-top: 42px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_90 {
  padding-top: 90px;
}

.pr_0 {
  padding-right: 0;
}

.pr_5 {
  padding-right: 5px;
}

.pr_5_imp {
  padding-right: 5px !important;
}

.pr_7 {
  padding-right: 7px;
}

.pr_10 {
  padding-right: 10px;
}

.pr_15 {
  padding-right: 15px;
}

.pr_20 {
  padding-right: 20px;
}

.pr_25 {
  padding-right: 25px;
}

.pr_30 {
  padding-right: 30px;
}

.pr_40 {
  padding-right: 40px;
}

.pr_50 {
  padding-right: 50px;
}

.pr_55 {
  padding-right: 55px;
}

.pr_70 {
  padding-right: 70px;
}

.pr_80 {
  padding-right: 80px;
}

.pr_110 {
  padding-right: 110px;
}

.pb_0 {
  padding-bottom: 0;
}

.pb_0_imp {
  padding-bottom: 0 !important;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_9 {
  padding-bottom: 9px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_22 {
  padding-bottom: 22px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pl_0 {
  padding-left: 0;
}

.pl_0_imp {
  padding-left: 0 !important;
}

.pl_2 {
  padding-left: 2px;
}

.pl_3 {
  padding-left: 3px;
}

.pl_5 {
  padding-left: 5px;
}

.pl_7 {
  padding-left: 7px;
}

.pl_10 {
  padding-left: 10px;
}

.pl_12 {
  padding-left: 12px;
}

.pl_14_imp {
  padding-left: 14px !important;
}

.pl_15 {
  padding-left: 15px;
}

.pl_20 {
  padding-left: 20px;
}

.pl_25 {
  padding-left: 25px;
}

.pl_30 {
  padding-left: 30px;
}

.pl_34 {
  padding-left: 34px;
}

.pl_40 {
  padding-left: 40px;
}

.pl_55 {
  padding-left: 55px;
}

.pl_80 {
  padding-left: 80px;
}

.py_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px_grid_gutter {
  padding-right: 20px;
  padding-left: 20px;
}

.px_50 {
  padding-right: 50px;
  padding-left: 50px;
}

.px_20 {
  padding-right: 20px;
  padding-left: 20px;
}

/* Gaps */
.g_8 {
  gap: 8px;
}

.g_16 {
  gap: 16px;
}

.g_20 {
  gap: 20px;
}

/* Row Gaps */
.rg_20 {
  row-gap: 20px;
}

.rg_40 {
  row-gap: 40px;
}

/* Col Gaps */
.cg_15 {
  row-gap: 15px;
}

.cg_20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

/* Borders */
.bd_prim_4 {
  border: 1px solid #ebf4ff;
}

.bd_def_2 {
  border: 1px solid #dcdcde;
}

.bd_def_7 {
  border: 1px solid #c4c4c6;
}

.border_none {
  border: none;
}

.bd_r {
  border-right: 1px solid #C7D5E3;
}

.bdw_2 {
  border-width: 2px;
}

.bdt_0 {
  border-top: 0;
}

.bdt_1_s_def_2 {
  border-top: 1px solid #dcdcde;
}

.bdt_1_s_def_7 {
  border-top: 1px solid #c4c4c6;
}

.bdt_2_s_prim_8 {
  border-top: 2px solid #e4ebf3;
}

.bdb_1_s_white {
  border-bottom: 1px solid #fff;
}

.bdb_1_s_gray {
  border-bottom: 1px solid #dcdcde;
}

.bdlw_0 {
  border-left-width: 0;
}

.bdc_black_op_2 {
  border-color: rgba(24, 24, 24, 0.2);
}

.bdc_prim_4 {
  border-color: #ebf4ff;
}

.bdc_prim_13 {
  border-color: #d2e0f1;
}

.bdc_def_2 {
  border-color: #dcdcde;
}

.bdc_def_4 {
  border-color: #626365;
}

.bdc_form_color {
  border-color: #c4c4c6;
}

.bdc_white {
  border-color: #fff;
}

/* font-size */
.fs_0 {
  font-size: 0;
}

.fs_3 {
  font-size: 3px;
}

.fs_4 {
  font-size: 4px;
}

.fs_6 {
  font-size: 6px;
}

.fs_7 {
  font-size: 7px;
}

.fs_8 {
  font-size: 8px;
}

.fs_9 {
  font-size: 9px;
}

.fs_10 {
  font-size: 10px;
}

.fs_11 {
  font-size: 11px;
}

.fs_12 {
  font-size: 12px;
}

.fs_13 {
  font-size: 13px;
}

.fs_14 {
  font-size: 14px;
}

.fs_15 {
  font-size: 15px;
}

.fs_16 {
  font-size: 16px;
}

.fs_17 {
  font-size: 17px;
}

.fs_18 {
  font-size: 18px;
}

.fs_19 {
  font-size: 19px;
}

.fs_20 {
  font-size: 20px;
}

.fs_21 {
  font-size: 21px;
}

.fs_22 {
  font-size: 22px;
}

.fs_23 {
  font-size: 23px;
}

.fs_24 {
  font-size: 24px !important;
}

.fs_25 {
  font-size: 25px;
}

.fs_25_imp {
  font-size: 25px !important;
}

.fs_26 {
  font-size: 26px;
}

.fs_27 {
  font-size: 27px;
}

.fs_28 {
  font-size: 28px;
}

.fs_29 {
  font-size: 29px;
}

.fs_30 {
  font-size: 30px;
}

.fs_31 {
  font-size: 31px;
}

.fs_32 {
  font-size: 32px;
}

.fs_33 {
  font-size: 33px;
}

.fs_34 {
  font-size: 34px;
}

.fs_35 {
  font-size: 35px;
}

.fs_36 {
  font-size: 36px;
}

.fs_38 {
  font-size: 38px;
}

.fs_40 {
  font-size: 40px;
}

.fs_41 {
  font-size: 41px;
}

.fs_43 {
  font-size: 43px;
}

.fs_44 {
  font-size: 44px;
}

.fs_45 {
  font-size: 45px;
}

.fs_46 {
  font-size: 46px;
}

.fs_47 {
  font-size: 47px;
}

.fs_48 {
  font-size: 48px;
}

.fs_50 {
  font-size: 50px;
}

.fs_52 {
  font-size: 52px;
}

.fs_59 {
  font-size: 59px;
}

.fs_60 {
  font-size: 60px;
}

.fs_68 {
  font-size: 68px;
}

.fs_70 {
  font-size: 70px;
}

.fs_77 {
  font-size: 77px;
}

.fs_78 {
  font-size: 78px;
}

.fs_80 {
  font-size: 80px;
}

.fs_85 {
  font-size: 85px;
}

.fs_97 {
  font-size: 97px;
}

.fs_100 {
  font-size: 100px;
}

.fs_106 {
  font-size: 106px;
}

.fs_110 {
  font-size: 110px;
}

.fs_115 {
  font-size: 115px;
}

.fs_123 {
  font-size: 123px;
}

/* font style */
.font-italic {
  font-style: italic;
}

.capitalize-first::first-letter {
  text-transform: uppercase;
}

/* line height */
.lh_0 {
  line-height: 0;
}

.lh_1 {
  line-height: 1;
}

.lh_1_2_imp {
  line-height: 1.2 !important;
}

.lh_1_2 {
  line-height: 1.2;
}

.lh_1_29 {
  line-height: 1.29;
}

.lh_1_33 {
  line-height: 1.3334;
}

.lh_1_43 {
  line-height: 1.43;
}

.lh_1_5 {
  line-height: 1.5;
}

.lh_2 {
  line-height: 2;
}

.lh_19 {
  line-height: 19px;
}

.lh_22 {
  line-height: 22px;
}

.lh_30 {
  line-height: 30px;
}

/* text-color */
.c_i {
  color: inherit;
}

.c_white {
  color: #fff;
}

.c_black {
  color: #181818;
}

.c_black_1 {
  color: #010101;
}

.c_blue_primary {
  color: #0071f5;
}

.c_prim_1 {
  color: #0071f5;
}

.c_black_op_5_imp {
  color: rgba(24, 24, 24, 0.5) !important;
}

.c_black_op_3 {
  color: rgba(24, 24, 24, 0.3);
}

.c_prim_4 {
  color: #ebf4ff;
}

.c_prim_3 {
  color: #deedf6;
}

.c_prim_5 {
  color: #98c5e0;
}

.c_prim_8 {
  color: #e4ebf3;
}

.c_prim_9 {
  color: #6c7c95;
}

.c_prim_10 {
  color: #33435b;
}

.c_prim_14 {
  color: #0c5dff;
}

.c_prim_13 {
  color: #d2e0f1;
}

.c_prim_15 {
  color: #0949d0;
}

.c_def_1 {
  color: #939394;
}

.c_def_2 {
  color: #dcdcde;
}

.c_def_6 {
  color: #ababad;
}

.c_def_7 {
  color: #c4c4c6;
}

.c_def_10 {
  color: #808080;
}

.c_white {
  color: #fff;
}

.c_gray_light {
  color: #939394;
}

.c_gray_1 {
  color: #939394;
}

.c_gray_1_imp {
  color: #939394 !important;
}

.c_green {
  color: #05c583;
}

.c_yellow {
  color: #f29423;
}

.c_orange {
  color: #ff6600;
}

.c_warning_3 {
  color: #c8a781;
}

.c_warning_4 {
  color: #ffb27a;
}

.c_red {
  color: #e74f76;
}

.c_alert_1 {
  color: #e74f76;
}

.c_succes_1 {
  color: #05c583;
}

.c_succes_2 {
  color: #28a65c;
}

.c_status_3 {
  color: #05c583;
}

.c_green_1 {
  color: #05c583;
}

.c_green_3 {
  color: #78c257;
}

.c_green_5 {
  color: #01d0bf;
}

.c_purple_2 {
  color: #4566d1;
}

.c_sec_4 {
  color: #ca80dc;
}

.c_black_op_5 {
  color: rgba(24, 24, 24, 0.5);
}

.c_third_1 {
  color: #f29423;
}

.c_third_4 {
  color: #ffeed2;
}

.c_third_5 {
  color: #ffd200;
}

.c_hover_btn_link_hover:hover {
  color: #005ac4;
}

/* Letter Spacing */
.lts_2 {
  letter-spacing: 2px;
}

.lts_6 {
  letter-spacing: 6px;
}

/* background-color */
.bgc_blue_2 {
  background-color: #005ac4;
}

.bgc_blue_3 {
  background-color: #deedf6;
}

.bgc_blue_4 {
  background-color: #ebf4ff;
}

.bgc_blue_7 {
  background-color: #c2d7ff;
}

.bgc_blue_8 {
  background-color: #e4ebf3;
}

.bgc_blue_1 {
  background-color: #0071f5;
}

.bgc_prim_4 {
  background-color: #ebf4ff;
}

.bgc_prim_12 {
  background-color: #b9dafd;
}

.bgc_prim_16 {
  background-color: #4c75a1;
}

.bgc_white {
  background-color: #fff;
}

.bgc_white_imp {
  background-color: #fff !important;
}

.bgc_gray_5 {
  background-color: #f5f5f7;
}

.bgc_f7f7f7_imp {
  background-color: #f7f7f7 !important;
}

.bgc_gray_2_imp {
  background-color: #dcdcde !important;
}

.bgc_def_15 {
  background-color: #f5f5f7;
}

.bgc_success_3 {
  background-color: #ccf3e5;
}

.bgc_alert_5 {
  background-color: #ffced7;
}

.bgc_third_3 {
  background-color: #f5e9c0;
}

.bgc_sec_1 {
  background-color: #e5defe;
}

.bgc_warning_4 {
  background-color: #ca80dc;
}

.bgc_transperant {
  background-color: transparent;
}

.bgc_a,
.bgc_h,
.bgc_o,
.bgc_v,
.bgc_0,
.bgc_7 {
  background-color: #98e5ce;
}

.bgc_b,
.bgc_i,
.bgc_p,
.bgc_w,
.bgc_1,
.bgc_8 {
  background-color: #ffced7;
}

.bgc_c,
.bgc_j,
.bgc_q,
.bgc_x,
.bgc_2,
.bgc_9 {
  background-color: #f5e9c0;
}

.bgc_d,
.bgc_k,
.bgc_r,
.bgc_y,
.bgc_3 {
  background-color: #b9dafd;
}

.bgc_e,
.bgc_l,
.bgc_s,
.bgc_z,
.bgc_4 {
  background-color: #e5defe;
}

.bgc_f,
.bgc_m,
.bgc_t,
.bgc_5 {
  background-color: #d2e0f1;
}

.bgc_g,
.bgc_n,
.bgc_u,
.bgc_6 {
  background-color: #f2eeb0;
}

.user_c_prim_14 {
  color: #0c5dff;
}

.user_c_succes_1 {
  color: #05c583;
}

.user_c_alert_1 {
  color: #e74f76;
}

.user_c_warning_3 {
  color: #c8a781;
}

.user_c_prim_15 {
  color: #0949d0;
}

.user_c_sec_4 {
  color: #ca80dc;
}

.user_c_prim_13 {
  color: #d2e0f1;
}

.user_c_third_4 {
  color: #ffeed2;
}

.user_bgc_blue_7 {
  background-color: #c2d7ff;
}

.user_bgc_success_3 {
  background-color: #ccf3e5;
}

.user_bgc_alert_5 {
  background-color: #ffced7;
}

.user_bgc_third_3 {
  background-color: #f5e9c0;
}

.user_bgc_prim_12 {
  background-color: #b9dafd;
}

.user_bgc_sec_1 {
  background-color: #e5defe;
}

.user_bgc_prim_16 {
  background-color: #4c75a1;
}

.user_bgc_warning_4 {
  background-color: #ffb27a;
}

/* font-weight */
.fw_light {
  font-weight: 300;
}

.fw_normal {
  font-weight: 400;
}

.fw_normal_imp {
  font-weight: 400 !important;
}

.fw_medium {
  font-weight: 500;
}

.fw_medium_imp {
  font-weight: 500 !important;
}

.fw_semibold {
  font-weight: 600;
}

.fw_semibold_imp {
  font-weight: 600 !important;
}

.fw_bold, .strong {
  font-weight: 700;
}

.fw_extrabold {
  font-weight: 800;
}

/* Border radius */
.bdrds_4 {
  border-radius: 4px;
}

.bdrds_5 {
  border-radius: 5px;
}

.bdrds_6 {
  border-radius: 6px;
}

.bdrds_8 {
  border-radius: 8px;
}

.bdrds_10 {
  border-radius: 10px;
}

.bdrds_50pr {
  border-radius: 50%;
}

.bdrds_100pr {
  border-radius: 100%;
}

/* Tables */
.tl_f {
  table-layout: fixed;
}

/* Vertical align */
.va_m {
  vertical-align: middle;
}

.va_m_imp {
  vertical-align: middle !important;
}

.va_base {
  vertical-align: baseline;
}

.va_top {
  vertical-align: top !important;
}

.va_bottom {
  vertical-align: bottom;
}

.va_text_bottom {
  vertical-align: text-bottom;
}

/* Box Shadow */
.bxsh_0_8_29_0_prim_2 {
  box-shadow: 0 8px 29px 0 rgba(24, 24, 24, 0.2);
}

.bxsh_none_imp {
  box-shadow: none !important;
}

/* List items */
.lsp_i {
  padding-left: 0;
  list-style-position: inside;
}

/* Position */
.pos_r {
  position: relative;
}

/* Cursor */
.cur_p {
  cursor: pointer;
}

.cur_c {
  cursor: copy;
}

.cur_c_imp {
  cursor: copy !important;
}

.cur_g {
  cursor: grab;
}

.cur_m {
  cursor: move;
}

.cur_d {
  cursor: not-allowed;
}

.cur_a_imp {
  cursor: auto !important;
}

.cur_def {
  cursor: default;
}

.cur_def_imp {
  cursor: default !important;
}

/* White space */
.text-left {
  text-align: left !important;
}

/* White space */
.ws_pre {
  white-space: pre;
}

.ws_pre_wrap {
  white-space: pre-wrap;
}

.ws_normal {
  white-space: normal;
}

.ws_normal_imp {
  white-space: normal !important;
}

.nowrap {
  white-space: nowrap;
}

.ptre_auto {
  pointer-events: auto;
}

.ptre_auto_imp {
  pointer-events: auto !important;
}

.ptre_none {
  pointer-events: none !important;
}

/* word break */
.wb_ba {
  word-break: break-all;
  word-wrap: break-word;
}

.wb_bw {
  word-break: break-word;
  -ms-word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

/* overflow*/
.ov_h {
  overflow: hidden;
}

.ov_y_h {
  overflow-y: hidden;
}

.ov_v {
  overflow: visible;
}

.ov_s {
  overflow: scroll;
}

.ov_y_s {
  overflow-y: scroll;
}

.ov_y_a {
  overflow-y: auto;
}

/* transition */
.transition_03 {
  transition: all 0.3s;
}

/* visibility*/
.vb_h {
  visibility: hidden;
}

/* Text transform */
.tt_n {
  text-transform: none;
}

.tt_c {
  text-transform: capitalize;
}

.tt_u {
  text-transform: uppercase;
}

.tt_l {
  text-transform: lowercase;
}

.reset_uppercase {
  text-transform: lowercase;
}
.reset_uppercase::first-letter {
  text-transform: uppercase;
}

/* text-decoration */
.td_u {
  text-decoration: underline;
}

.td_lt {
  text-decoration: line-through;
}

.ellipsis {
  text-overflow: ellipsis;
}

.text-dotted {
  text-decoration: underline;
  text-decoration-style: dotted;
}

.text-custom-line-through {
  position: relative;
}
.text-custom-line-through:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: 1px;
  background-color: #283953;
}
.text-custom-line-through.text-custom-line-through-white:after {
  background-color: #fff;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Opacity */
.op_0 {
  opacity: 0;
}

.op_2 {
  opacity: 0.2;
}

.op_33 {
  opacity: 0.33;
}

.op_5 {
  opacity: 0.5;
}

.op_6 {
  opacity: 0.6;
}

/* Fill, mainly for svg sprites */
.fill_eef4fb {
  fill: #eef4fb;
}

.fill_dce8f4 {
  fill: #dce8f4;
}

.fill_f9fcff {
  fill: #f9fcff;
}

.fill_fff {
  fill: #fff;
}

.fill_000 {
  fill: #000;
}

.fill_fff_12 {
  fill: rgba(255, 255, 255, 0.12);
}

.fill_fff_2 {
  fill: rgba(255, 255, 255, 0.2);
}

.fill_fff_6 {
  fill: rgba(255, 255, 255, 0.6);
}

.fill_fff_7 {
  fill: rgba(255, 255, 255, 0.7);
}

.fill_prim_4 {
  fill: #ebf4ff;
}

.fill_prim_10 {
  fill: #deedf6;
}

.fill_def_2 {
  fill: #dcdcde;
}

.fill_edf5fc {
  fill: #edf5fc;
}

.fill_transparent {
  fill: transparent;
}

.fill_f1f1f1 {
  fill: #f1f1f1;
}

.fill_none {
  fill: none;
}

/* Rotate */
.rotate_180 {
  transform: rotate(180deg);
}

.rotate_90 {
  transform: rotate(90deg);
}

.rotate_45 {
  transform: rotate(45deg);
}

.resize_v {
  resize: vertical;
}

/* Cards */
.card_size_7, .card_size_5, .card_size_4, .card_size_2, .card_size_1 {
  margin: 29px;
}

.card_size_7, .card_size_6, .card_size_5, .card_size_4, .card_size_2, .card_size_1 {
  box-shadow: 0 8px 29px 0 rgba(24, 24, 24, 0.15);
}

.card_size_7, .card_size_6, .card_size_5, .card_size_4, .card_size_2, .card_size_1 {
  border-radius: 5px;
}

[class*=card_size_] {
  max-width: 100%;
}

.card_size_1[src*=card-visa], .slider .owl-carousel .owl-item .card_size_1[src*=card-visa], .card_size_1[src*=card-1], .slider .owl-carousel .owl-item .card_size_1[src*=card-1], .card_size_1[src*=card-2], .slider .owl-carousel .owl-item .card_size_1[src*=card-2], .card_size_1[src*=card-3], .slider .owl-carousel .owl-item .card_size_1[src*=card-3], .card_size_1.card-vertical, .slider .owl-carousel .owl-item .card_size_1.card-vertical {
  width: 100px;
}
.card_size_1[src*=card-mastercard], .slider .owl-carousel .owl-item .card_size_1[src*=card-mastercard], .card_size_1[src*=card-2], .slider .owl-carousel .owl-item .card_size_1[src*=card-2], .card_size_1.card-horizontal, .slider .owl-carousel .owl-item .card_size_1.card-horizontal {
  width: 150px;
}

.card_size_2[src*=card-1], .slider .owl-carousel .owl-item .card_size_2[src*=card-1], .card_size_2.card-vertical, .slider .owl-carousel .owl-item .card_size_2.card-vertical {
  width: 167px;
}
.card_size_2[src*=card-2], .slider .owl-carousel .owl-item .card_size_2[src*=card-2], .card_size_2.card-horizontal, .slider .owl-carousel .owl-item .card_size_2.card-horizontal {
  width: 230px;
}

.card_size_3 {
  border-radius: 2px;
  filter: drop-shadow(0 4px 12px rgba(24, 24, 24, 0.15));
}
.card_size_3[src*=card-1], .card_size_3.card-vertical {
  width: 36px;
}
.card_size_3[src*=card-2], .card_size_3.card-horizontal {
  width: 56px;
}

.card_size_4.card-vertical, .slider .owl-carousel .owl-item .card_size_4.card-vertical {
  width: 80px;
}
.card_size_4.card-horizontal, .slider .owl-carousel .owl-item .card_size_4.card-horizontal {
  width: 124px;
}

.card_size_5.card-vertical, .slider .owl-carousel .owl-item .card_size_5.card-vertical {
  width: 120px;
}
.card_size_5.card-horizontal, .slider .owl-carousel .owl-item .card_size_5.card-horizontal {
  width: 220px;
}

.card_size_6 {
  margin: 17px;
}
.card_size_6.card-vertical, .slider .owl-carousel .owl-item .card_size_6.card-vertical {
  width: 46px;
}
.card_size_6.card-horizontal, .slider .owl-carousel .owl-item .card_size_6.card-horizontal {
  width: 110px;
}

.card_size_7.card-vertical, .slider .owl-carousel .owl-item .card_size_7.card-vertical {
  width: 135px;
}
.card_size_7.card-horizontal, .slider .owl-carousel .owl-item .card_size_7.card-horizontal {
  width: 250px;
}

/* Devices */
.device_size_1 {
  width: 115px;
  margin: 29px;
  filter: drop-shadow(0 8px 29px rgba(24, 24, 24, 0.2));
}

.device_size_2 {
  width: 160px;
  margin: 29px;
  filter: drop-shadow(0 8px 29px rgba(24, 24, 24, 0.2));
}

.device_size_3 {
  width: 60px;
  margin: 27px;
  filter: drop-shadow(0 0 27px rgba(24, 24, 24, 0.1));
}

.device_size_4 {
  max-width: 100%;
  height: 120px;
  margin: 27px;
  filter: drop-shadow(0 0 27px rgba(24, 24, 24, 0.1));
}

.device_size_5 {
  min-width: auto;
  width: auto;
  max-width: none;
  max-height: 100%;
  height: 100%;
  min-height: 100%;
  margin: 27px;
  filter: drop-shadow(0 0 27px rgba(24, 24, 24, 0.1));
}

.device_size_6 {
  max-width: 100%;
  height: 170px;
  margin: 27px;
  filter: drop-shadow(0 0 27px rgba(24, 24, 24, 0.1));
}

.device_size_7 {
  max-width: 100%;
  height: 150px;
  margin: 27px;
  filter: drop-shadow(0 0 27px rgba(24, 24, 24, 0.1));
}

.device_size_8 {
  width: 30px;
  margin: 0px;
  max-width: none;
  filter: drop-shadow(0 0 27px rgba(24, 24, 24, 0.1));
}

/**
 * Added because of bug http://jira.icard.com:8080/browse/MPREDESIGN-158
 */
input::-ms-clear {
  display: none;
}

/* Lang fixes */
html[lang=de] .mr_de_10 {
  margin-right: 10px;
}

html[lang=el] .mr_el_10 {
  margin-right: 10px;
}

html[lang=lt] .mr_lt_10 {
  margin-right: 20px;
}

.clear-last-mb > * {
  margin-bottom: 0;
}

/* Responsive */
@media only screen and (min-width: 1200px) {
  .tl_f_lg {
    table-layout: fixed;
  }
}
@media only screen and (min-width: 992px) {
  /* Flexbox */
  .order_lg_xl_1 {
    order: 1;
  }

  .order_lg_xl_2 {
    order: 2;
  }

  .order_lg_xl_3 {
    order: 3;
  }

  .order_lg_xl_4 {
    order: 4;
  }

  .order_lg_xl_5 {
    order: 5;
  }

  .order_lg_xl_6 {
    order: 6;
  }

  .order_lg_xl_7 {
    order: 7;
  }

  .order_lg_xl_8 {
    order: 8;
  }

  .mb_lg_xl_70 {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) {
  /* Flexbox */
  .order_md_xl_1 {
    order: 1;
  }

  .order_md_xl_2 {
    order: 2;
  }

  /* Min Width */
  .miw_md_xl_458 {
    min-width: 458px;
  }

  .mt_md_xl_8 {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 576px) {
  /* Max width */
  .maw_sm_xl_60pr {
    max-width: 60%;
  }

  /* Text align */
  .text-sm-right {
    text-align: right;
  }

  .mt_sm_xl_100 {
    margin-top: 100px;
  }

  .mb_sm_xl_60 {
    margin-bottom: 60px;
  }

  .mr_sm_xl_20 {
    margin-right: 20px;
  }

  .mb_sm_xl_0 {
    margin-bottom: 0;
  }

  .ml_sm_xl_auto {
    margin-left: auto;
  }

  .p_x_sm_xl_40 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 991px) {
  /* Width */
  .w_xs_sm_md_130 {
    width: 130px;
  }

  .mt_xs_sm_md_5 {
    margin-top: 5px;
  }

  .mt_xs_sm_md_15 {
    margin-top: 15px;
  }

  .mt_xs_sm_md_50 {
    margin-top: 50px;
  }

  .mb_xs_sm_md_0 {
    margin-bottom: 0;
  }

  .mb_xs_sm_md_15 {
    margin-bottom: 15px;
  }

  .mb_xs_sm_md_30 {
    margin-bottom: 30px;
  }

  .mb_xs_sm_md_50 {
    margin-bottom: 50px;
  }

  .ml_xs_sm_md_20 {
    margin-left: 20px;
  }

  .pr_xs_sm_md_0 {
    padding-right: 0;
  }

  .pl_xs_sm_md_0 {
    padding-left: 0;
  }

  .px_xs_sm_md_0 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  /* Display */
  .ie_d_xs_sm_n _:-ms-fullscreen, :root .ie_d_xs_sm_n {
    display: none;
  }

  /* Width */
  .w_xs_sm_120 {
    width: auto;
  }

  /* Margins */
  .mt_xs_sm_0 {
    margin-top: 0;
  }

  .mt_xs_sm_7 {
    margin-top: 7px;
  }

  .mt_xs_sm_15 {
    margin-top: 15px;
  }

  .mt_xs_sm_20 {
    margin-top: 20px;
  }

  .mt_xs_sm_30 {
    margin-top: 30px;
  }

  .mb_xs_sm_5 {
    margin-bottom: 5px;
  }

  .mb_xs_sm_10 {
    margin-bottom: 10px;
  }

  .mb_xs_sm_15 {
    margin-bottom: 15px;
  }

  .mb_xs_sm_30 {
    margin-bottom: 30px;
  }

  .mr_xs_sm_0 {
    margin-right: 0;
  }

  /* Paddings */
  .pr_xs_sm_0 {
    padding-right: 0;
  }

  .pl_xs_sm_0 {
    padding-left: 0;
  }

  /* Text align */
  .text-xs-sm-left-imp {
    text-align: left !important;
  }

  .text-xs-sm-center {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  /* Display */
  .d_xs_b {
    display: block;
  }

  /* width */
  .w_xs_40_imp {
    width: 40px !important;
  }

  .w_xs_100pr {
    width: 100%;
  }

  /* max-width */
  .maw_xs_none {
    max-width: unset;
  }

  /* min-width */
  .miw_xs_200 {
    min-width: 200px;
  }

  /* Flexbox */
  .order_xs_1 {
    order: 1;
  }

  .order_xs_2 {
    order: 2;
  }

  /* Margins */
  .mb_xs_form_group_mb {
    margin-bottom: 15px;
  }

  .mt_xs_-10 {
    margin-top: -10px;
  }

  .mt_xs_-3 {
    margin-top: -3px;
  }

  .mt_xs_0 {
    margin-top: 0;
  }

  .mt_xs_0_imp {
    margin-top: 0 !important;
  }

  .mt_xs_10 {
    margin-top: 10px;
  }

  .mt_xs_15 {
    margin-top: 15px;
  }

  .mt_xs_20 {
    margin-top: 20px;
  }

  .mt_xs_30 {
    margin-top: 30px;
  }

  .mb_xs_0 {
    margin-bottom: 0;
  }

  .mb_xs_5 {
    margin-bottom: 5px;
  }

  .mb_xs_10 {
    margin-bottom: 10px;
  }

  .mb_xs_15 {
    margin-bottom: 15px;
  }

  .mb_xs_20 {
    margin-bottom: 20px;
  }

  .mb_xs_20_imp {
    margin-bottom: 20px !important;
  }

  .mb_xs_30 {
    margin-bottom: 30px;
  }

  .mr_xs_-20 {
    margin-right: -20px;
  }

  .mr_xs_0 {
    margin-right: 0;
  }

  .mr_xs_0_imp {
    margin-right: 0 !important;
  }

  .mr_xs_10 {
    margin-right: 10px;
  }

  .ml_xs_-20 {
    margin-left: -20px;
  }

  .ml_xs_0 {
    margin-left: 0;
  }

  .ml_xs_0_imp {
    margin-left: 0 !important;
  }

  .ml_xs_10 {
    margin-left: 10px;
  }

  .m_y_xs_30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .m_x_xs_a {
    margin-right: auto;
    margin-left: auto;
  }

  /* Paddings */
  .p_xs_0 {
    padding: 0;
  }

  .p_y_xs_0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p_x_xs_5 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .p_x_xs_15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .pt_xs_0 {
    padding-top: 0;
  }

  .pt_xs_5 {
    padding-top: 5px;
  }

  .pt_xs_15 {
    padding-top: 15px;
  }

  .pt_xs_10_imp {
    padding-top: 10px !important;
  }

  .pb_xs_15 {
    padding-bottom: 15px;
  }

  .pb_xs_5 {
    padding-bottom: 5px;
  }

  /* Paddings */
  .pl_xs_0 {
    padding-left: 0 !important;
  }

  .pl_xs_10 {
    padding-left: 10px;
  }

  .pr_xs_0 {
    padding-right: 0;
  }

  .pr_xs_10 {
    padding-right: 10px;
  }

  /* Font size */
  .fs_xs_12 {
    font-size: 12px;
  }

  .fs_xs_13 {
    font-size: 13px;
  }

  .fs_xs_14 {
    font-size: 14px;
  }

  .fs_xs_18 {
    font-size: 18px !important;
  }

  .fs_xs_26 {
    font-size: 26px;
  }

  .fs_xs_20_imp {
    font-size: 20px !important;
  }

  /* Text align */
  .text-xs-center {
    text-align: center;
  }

  .text-xs-center-imp {
    text-align: center !important;
  }

  .text-xs-left {
    text-align: left;
  }

  .text-xs-left-imp {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  /* Rotate */
  .rotate_xs_90 {
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 380px) {
  /* Display */
  .d_xxs_n {
    display: none;
  }
}
@media only screen and (max-width: 320px) {
  .miw_100pr_xxs {
    min-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt_lg_30 {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Order */
  .order_md_1 {
    order: 1;
  }

  .order_md_3 {
    order: 3;
  }

  .order_md_2 {
    order: 2;
  }

  .order_md_4 {
    order: 4;
  }

  .order_md_5 {
    order: 5;
  }

  .order_md_6 {
    order: 6;
  }

  .order_md_7 {
    order: 7;
  }

  .order_md_8 {
    order: 8;
  }

  /* Paddings */
  .pt_md_10_imp {
    padding-top: 10px !important;
  }

  .pb_md_15 {
    padding-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  /* Order */
  .order_sm_1 {
    order: 1;
  }

  .order_sm_2 {
    order: 2;
  }

  .order_sm_3 {
    order: 3;
  }
}
/* ==========================================================================
	#Loading animation circled
========================================================================== */
.loading-circle {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border: 1px solid #048ef8;
  border-radius: 50%;
  border-right-color: transparent;
  animation: rotating 0.4s linear infinite;
}

.loading-circle.loading-circle-xs {
  width: 16px;
  height: 16px;
}

.loading-circle.loading-circle-sm {
  width: 28px;
  height: 28px;
}

.loading-circle.loading-circle-md {
  width: 48px;
  height: 48px;
}

.loading-circle.loading-circle-lg {
  width: 60px;
  height: 60px;
}

.loading-circle.loading-circle-inline {
  display: inline-block;
  vertical-align: middle;
}

.loading-circle-center-wrapper {
  position: relative;
}

.loading-circle-center-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(245, 245, 245, 0.75);
  z-index: 100;
}

.loading-circle.loading-circle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 101;
}

.loading-circle.loading-circle-xs.loading-circle-center {
  margin-left: -8px;
  margin-top: -8px;
}

.loading-circle.loading-circle-sm.loading-circle-center {
  margin-left: -14px;
  margin-top: -14px;
}

.loading-circle.loading-circle-md.loading-circle-center {
  margin-left: -24px;
  margin-top: -24px;
}

.loading-circle.loading-circle-lg.loading-circle-center {
  margin-left: -30px;
  margin-top: -30px;
}

.loading-circle-blue {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #e5f1fe;
  border-right-color: #0075f1;
  border-radius: 50%;
  margin: 0 auto;
  animation: rotating 0.8s linear infinite;
}

/* Safari and Chrome */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ==========================================================================
	#Customer support bar
========================================================================== */
.maintenance-notification-body {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.maintenance-notification-line {
  padding: 10px 0;
  background-color: #27d1a0;
  color: #fff;
  font-size: 13.5px;
}

.maintenance-notification-icon {
  display: inline-block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  vertical-align: middle;
  background-color: #fff;
  color: #27d1a0;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}

.maintenance-notification-content {
  display: inline-block;
  vertical-align: middle;
}
.maintenance-notification-content + .maintenance-notification-action {
  flex-shrink: 0;
  margin-left: 10px;
}
.maintenance-notification-content .mb_0 {
  margin-bottom: 0;
}
.maintenance-notification-content .mb_5 {
  margin-bottom: 5px;
}

.maintenance-notification-line + .referral-header-banner {
  border-top: 1px solid #58dcbb;
}

/* styles */
/* fixes */
/* medias */
@media only screen and (max-width: 480px) {
  .maintenance-notification-body {
    flex-wrap: wrap;
  }

  .maintenance-notification-content {
    flex-basis: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }
  .maintenance-notification-content + .maintenance-notification-action {
    margin-top: 10px;
    margin-left: 28px;
  }
}
.split-layout {
  --layout-gap-y-md: 24px;
  --layout-gap-y-sm: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 100%;
}
.split-layout-content {
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
}
.split-layout-content-blue {
  background-color: #ebf4ff;
}
.split-layout-header, .split-layout-body {
  padding-top: var(--layout-gap-y-md);
  padding-bottom: var(--layout-gap-y-md);
}
.split-layout-body {
  flex-grow: 1;
}
.split-layout-body-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-layout-body-shell {
  max-width: 464px;
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .split-layout {
    flex-direction: column;
    justify-content: flex-start;
  }
  .split-layout.split-layout-invert {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
  .split-layout-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .split-layout-header {
    --layout-header-height: auto;
    padding-top: var(--layout-gap-y-sm);
    padding-bottom: var(--layout-gap-y-sm);
  }
  .split-layout-body {
    padding-top: var(--layout-gap-y-md);
    padding-bottom: var(--layout-gap-y-md);
  }
  .split-layout-body:first-child {
    padding-top: var(--layout-gap-y-md);
  }
}
/* ==========================================================================
	#New design - Zendesk 
========================================================================== */
.btn-zendesk {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999998;
  margin: 10px 20px 14px;
  padding: 13px 22px;
  border-radius: 30px;
  font-size: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 0.6px;
  background-color: #0e60c9;
  color: #fff;
  fill: #fff;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: opacity, bottom;
}

.btn-zendesk.zendeskFadeOutDown {
  opacity: 0;
  bottom: -20px;
}

.btn-zendesk:hover,
.btn-zendesk:focus,
.btn-zendesk:hover:focus {
  color: #fff;
  text-decoration: none;
}

.btn-zendesk:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.4);
}

.btn-zendesk .btn-zendesk-icon {
  display: inline-block;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
}

.btn-zendesk .btn-zendesk-icon svg {
  width: 20px;
  height: 20px;
}

.btn-zendesk .btn-zendesk-text {
  padding-left: 8px;
  vertical-align: middle;
  line-height: 1.33333333;
}

.btn-zendesk .btn-zendesk-new-messages {
  display: none;
  position: absolute;
  top: -3px;
  right: -3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #B3261E;
  color: #fff;
  text-align: center;
  font-size: 12px;
}

/* Responsive */
@media only screen and (max-width: 575.98px) {
  .btn-zendesk {
    padding: 14px;
  }

  .btn-zendesk .btn-zendesk-text {
    display: none;
  }
}
main {
  display: block;
}

.ratio-img-wrapper picture {
  position: relative;
  display: block;
  width: 100%;
}

.ratio-img-wrapper picture::after {
  content: "";
  display: block;
}

.ratio-img-wrapper picture img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blur-up {
  filter: blur(5px);
  transition: filter 0.2s;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

.ratio-img-wrapper picture.ar-1x1 {
  max-width: 100%;
  flex-basis: 100%;
}

.ratio-img-wrapper picture.ar-1x1::after {
  padding-bottom: 100%;
}

/* ==========================================================================
	#Enroll2
========================================================================== */
/* Styles */
.page-title {
  font-size: 33px;
  line-height: 1.2;
}
.page-title-sm {
  font-size: 20px;
}

.box .box-title {
  font-weight: 600;
}
.box .box-title.box-title-large {
  font-size: 20px;
}

#header {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
#header .logo {
  width: 43px;
  margin-right: 0;
}
#header .logos-wrapper .raiffeisen-logo {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}
#header .logos-wrapper .raiffeisen-logo:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background: #181818;
}
#header .logos-wrapper .raiffeisen-logo.logo:hover {
  opacity: 1;
}
#header .logos-wrapper .raiffeisen-logo.logo img {
  width: 180px;
}
#header.pt_20 {
  padding-top: 20px;
}

.list-images .list-inline-item {
  margin-right: 8px;
}

/* List with card for enroll credentials  */
.list-cart-title {
  font-size: 16px;
  font-weight: 600;
  word-break: break-word;
  word-wrap: break-word;
}

.list-cart-amount,
.list-cart-amount dl,
.list-cart-amount dt,
.list-cart-amount dd {
  font-size: 14px;
  margin-bottom: 0;
}
.list-cart-amount li {
  padding: 5px 0;
}
.list-cart-amount li:first-of-type {
  padding-top: 0;
}
.list-cart-amount li:last-of-type {
  padding-bottom: 0;
}
.list-cart-amount dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-cart-amount dl + dl {
  margin-top: 10px;
}
.list-cart-amount dl > span.fw_bold {
  font-weight: 600;
}
.list-cart-amount dt,
.list-cart-amount dd {
  position: relative;
  max-width: 100%;
}
.list-cart-amount dt {
  flex-basis: 0;
  flex-grow: 1;
  font-weight: 400;
}
.list-cart-amount dd {
  flex: 0 0 auto;
  width: auto;
  font-weight: 600;
  margin-left: 5px;
}
.list-cart-amount dd.text-right {
  text-align: right;
}
.list-cart-amount .c_success {
  color: #05c583;
}
.list-cart-amount.list-cart-amount-totals {
  margin-top: 10px;
  padding-top: 10px;
}
.list-cart-amount.list-cart-amount-totals dt,
.list-cart-amount.list-cart-amount-totals dd {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.list-cart-amount .ico-plus {
  display: block;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.75;
}
.list-cart-amount .list-item-with-actions {
  position: relative;
}
.list-cart-amount .list-item-with-actions .list-item-action {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 1;
  margin-left: 10px;
}
.list-cart-amount.has-separators > li + li {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #dcdcde;
}

.cart-dropdown {
  background-color: #ebf4ff;
}
.cart-dropdown-header, .cart-dropdown-body {
  border-bottom: 1px solid #dcdcde;
}
.cart-dropdown-header {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #dcdcde;
}
.cart-dropdown-body {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* Product images preview for enroll credentials */
.product-image-preview {
  overflow: hidden;
  border-radius: 5px;
}
.product-image-preview img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
  will-change: transform;
}
.product-image-preview .product-image-preview-inner > a {
  display: block;
  text-decoration: none;
}
.product-image-preview.has-placeholder {
  background-color: #fff;
  position: relative;
}
.product-image-preview.has-placeholder::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.product-image-preview.has-placeholder > .product-image-preview-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-image-preview.has-placeholder .product-image-preview-inner {
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 7px;
  font-size: 0;
}
.product-image-preview.has-placeholder.size-sm .product-image-preview-inner {
  padding: 4px;
}

.dual-price {
  font-size: 12px;
  font-weight: 400;
}
.dual-price .product-price-old {
  font-size: 12px;
  text-decoration: line-through;
  color: #808080;
}

.input-group-number .react-select {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.input-group-number .react-select + .input-group-append {
  flex-basis: 0;
  flex-grow: 1;
}
.input-group-number .react-select .ico-svg-flag, .input-group-number .react-select .with-ico-svg-flag::before {
  margin-top: -1px;
}
.input-group-number .react-select__value-container {
  padding-left: 1rem;
}
.input-group-number .react-select [aria-live=polite] + .react-select__control {
  min-width: 103px;
}
.input-group-number .react-select [aria-live=polite] + .react-select__control .react-select__input {
  left: 47px;
  min-width: 35px;
  max-width: 35px;
}
.input-group-number .react-select [aria-live=polite] + .react-select__control .react-select__input * {
  max-width: 100%;
}

.notice {
  color: #808080;
}

.search-select .react-select__control .react-select__value-container .react-select__input, .search-select .react-select__control .react-select__value-container .react-select__input > * {
  font-weight: 500;
}
.search-select .react-select__control .react-select__loading-indicator {
  margin-left: -10px;
  padding-right: 0;
  padding-left: 0;
}
.search-select-menu {
  overflow: hidden;
  max-height: 9999px;
}
.search-select-menu .react-select__menu-list {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 220px;
}
.search-select-menu .search-select-results .search-select-result {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.search-select-menu .search-select-results .search-select-result p {
  margin-bottom: 0;
  font-size: 16px;
  color: #181818;
  font-weight: 400;
}
.search-select-menu .search-select-results .search-select-result p + p {
  flex-shrink: 0;
  margin-left: 10px;
  color: #808080;
}
.search-select-menu .search-select-results .search-select-result.react-select__option--is-focused {
  background: #c4c4c6;
}
.search-select-menu .search-select-results .search-select-result.react-select__option--is-selected {
  background: #0071f5;
}
.search-select-menu .search-select-results .search-select-result.react-select__option--is-selected p {
  color: #fff;
}
.search-select-menu .search-select-results .search-select-result-message,
.search-select-menu .search-select-results .react-select__menu-notice--loading {
  margin-bottom: 0;
  padding: 20px 15px;
}
.search-select-menu .search-select-menu-foot {
  border-top: 1px solid #c4c4c6;
  padding: 8px 15px;
}
.search-select-menu .search-select-menu-foot p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 0;
  font-size: 16px;
  color: #808080;
}
.search-select-menu .search-select-menu-foot p a,
.search-select-menu .search-select-menu-foot p .btn-to-link {
  font-weight: 500;
}

.empty-autocomplete-popover {
  max-width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.12);
  padding: 8px 15px;
  border-radius: 8px;
  border: 1px solid #c4c4c6;
}
.empty-autocomplete-popover.bs-popover-bottom, .empty-autocomplete-popover.bs-popover-auto[x-placement^=bottom], .empty-autocomplete-popover .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0;
}
.empty-autocomplete-popover.bs-popover-top, .empty-autocomplete-popover.bs-popover-auto[x-placement^=top], .empty-autocomplete-popover .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0;
}
.empty-autocomplete-popover-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.empty-autocomplete-popover-content p {
  margin-bottom: 0;
  font-size: 16px;
  color: #808080;
}
.empty-autocomplete-popover-content p a,
.empty-autocomplete-popover-content p .btn-to-link {
  font-weight: 500;
}

.langs-dropdown .dropdown-toggle {
  font-weight: 500;
  color: #181818;
  outline: 0;
}
.langs-dropdown .dropdown-toggle::after {
  border-bottom-color: #181818;
  border-left-color: #181818;
}

.enroll-title {
  --enroll-title-font-size: 1.5625rem;
  font-size: var(--enroll-title-font-size);
  font-weight: 600;
}
.enroll-title.enroll-title-large {
  font-size: 32px;
  line-height: 1.34;
  margin-bottom: 40px;
}
.enroll-title.enroll-title-small {
  font-size: 16px;
  font-weight: 600;
  margin-top: 48px;
}
.enroll-title.enroll-title-x-small {
  font-size: 14px;
  font-weight: 400;
  margin-top: 48px;
}

.form-enroll {
  animation-name: fadeInLoader;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.form-group-md {
  margin-bottom: 32px;
}
.form-actions {
  padding-top: 16px;
}

.input-invalid-feedback-text {
  margin-top: 5px;
  color: #e74f76;
}

.password-consistation-list {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}
.password-consistation-list.show {
  max-height: 500px;
  transition: max-height 0.5s ease-in;
}

.grecaptcha-badge {
  visibility: hidden;
}

@keyframes fadeInLoader {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Textarea Progress bar */
.textarea-progress-wrapper {
  position: relative;
}
.textarea-progress-wrapper textarea.form-control {
  padding-bottom: 2rem;
}
.textarea-progress-wrapper .textarea-progress {
  position: relative;
  height: 4px;
  bottom: 5px;
  margin: 0 1rem;
  border-radius: 8px;
}
.textarea-progress-wrapper .textarea-progress-count {
  position: absolute;
  bottom: 10px;
  right: 1rem;
  color: #181818;
}
.textarea-progress-wrapper .textarea-progress-count-muted {
  color: #c4c4c6;
}
.textarea-progress-wrapper .textarea-progress-count-success {
  color: #05c583;
}
.textarea-progress-wrapper .textarea-progress.progress-bar {
  border-radius: 8px;
}
.textarea-progress-wrapper .textarea-progress.progress-warning {
  background-color: #ebf4ff;
}
.textarea-progress-wrapper .textarea-progress.progress-warning .progress-bar {
  background-color: #0071f5;
}
.textarea-progress-wrapper .textarea-progress.progress-success {
  background-color: rgba(5, 197, 131, 0.2);
}
.textarea-progress-wrapper .textarea-progress.progress-success .progress-bar {
  background-color: #05c583;
}

/* Responsive */
@media only screen and (max-width: 991px) {
  .enroll-title.enroll-title-large {
    margin-bottom: 16px;
  }

  .list-cart-amount.list-cart-amount-totals {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dcdcde;
  }
}
@media only screen and (max-width: 767px) {
  .maintenance-notification-line ~ .wrapper .header-wrapper-enroll {
    padding-top: 0;
  }
  .maintenance-notification-line ~ .wrapper #header:not(.header-access) {
    position: static;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    z-index: auto;
  }

  /* List with card  */
  .list-cart-amount .list-item-with-actions .list-item-action {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 480px) {
  #header .logos-wrapper .logo-with-raiffeisen {
    max-width: 30px;
  }
  #header .logos-wrapper .raiffeisen-logo {
    margin-left: 15px;
    max-width: 115px;
  }
  #header .logos-wrapper .raiffeisen-logo:before {
    left: -8px;
  }
  #header .logos-wrapper .raiffeisen-logo.logo img {
    width: 140px;
  }
}

/*# sourceMappingURL=enroll.1af1bea7.css.map*/