@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  /*font-family: sans-serif;  1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* font-family: sans-serif; 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-left: 36px;
  margin-left: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-right: 6px;
  width: 0;
  height: 0;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: right;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box,
.iti__country-name {
  margin-left: 6px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-left: 6px;
  padding-right: 52px;
  margin-right: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  left: auto;
  right: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-right: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  right: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../../../../Content/Images/vendors/intl-tel-input/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../../../../Content/Images/vendors/intl-tel-input/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/*!
 * jQuery ComboTree Plugin 
 * Author:  Erhan FIRAT
 * Mail:    erhanfirat@gmail.com
 * Licensed under the MIT license
 * Version: 1.3.1
 */
:root {
  --ct-bg: #fff;
  --ct-border-color: #e1e1e1;
  --ct-border-radius: 0.5rem;
  --ct-tree-hover: transparent;
  --ct-selection: #304599;
  --ct-padding: 0.5rem;
}

.ct-wrapper {
  position: relative;
  text-align: right !important;
  box-sizing: border-box;
}

.ct-wrapper * {
  box-sizing: border-box !important;
}

.ct-input-wrapper {
  position: relative;
}

.ct-input-box {
  padding: var(--ct-padding) 1.5rem var(--ct-padding) var(--ct-padding);
  border-radius: var(--ct-border-radius);
  border: 1px solid var(--ct-border-color);
  width: 100%;
}

.ct-arrow-btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  padding: 0.5rem;
  border: none;
  background: none;
  cursor: pointer;
}

.ct-arrow-btn:hover {
  color: var(--ct-selection);
}

.ct-arrow-btn:active {
  color: var(--ct-selection);
}

.ct-input-box:focus + .ct-arrow-btn {
  color: var(--ct-selection);
}

.ct-drop-down-container,
.ct-drop-down-container *,
.ct-arrow-btn {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.ct-drop-down-container {
  display: none;
  background: var(--ct-bg);
  border: 1px solid var(--ct-border-color);
  position: absolute;
  width: 100%;
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.3);
}

.ct-drop-down-container ul {
  padding: 0;
  margin: 0;
}

.ct-drop-down-container li {
  list-style-type: none;
  padding-right: 0;
  cursor: pointer;
}

.ct-drop-down-container .ct-item-parent li {
  padding-right: 1rem;
}

.ct-drop-down-container li .not-selectable {
  color: #777;
}

.ct-drop-down-container li:hover {
  background-color: var(--ct-tree-hover);
}

.ct-drop-down-container li:hover ul {
  background-color: var(--ct-bg);
}

.ct-drop-down-container li span.ct-list-item-title.ct-tree-item-hover,
.ct-drop-down-container label.ct-tree-item-hover {
  background-color: var(--ct-selection);
  color: var(--ct-bg);
  border-radius: 2px;
}

.ct-drop-down-container li span[data-selectable=false].ct-list-item-title.ct-tree-item-hover,
.ct-drop-down-container label.ct-tree-item-hover {
  background-color: var(--ct-border-color);
  color: #777;
  cursor: default;
}

span.ct-list-item-title,
.ct-drop-down-container .select-all {
  display: block;
  padding: 0.25rem 1rem;
  margin-right: 1rem;
}

.ct-drop-down-container label {
  cursor: pointer;
  width: 100%;
  display: block;
}

.ct-drop-down-container .ct-list-item-title input,
.ct-drop-down-container .select-all input {
  position: relative;
  top: 2px;
  margin: 0px 4px 0px 0px;
}

.ct-parent-plus {
  position: absolute;
  display: inline-block;
  width: 1rem;
  padding-top: 0.25rem;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

.ct-input-box:focus {
  border: 1px solid var(--ct-selection);
  outline-width: 0;
}

.ct-drop-down-container input.ct-multiples-filter {
  width: 100%;
  padding: var(--ct-padding);
  border: none;
  border-bottom: 1px solid var(--ct-border-color);
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #2E459B;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/*! UIkit 3.21.5 | https://www.getuikit.com | (c) 2014 - 2024 YOOtheme | MIT License */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Set `font-size` to support `rem` units
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Style
 */
/*
 * Remove the margin in all browsers.
 */
/* Links
 ========================================================================== */
/*
 * Style
 */
a,
.uk-link {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link {
  color: #0f6ecd;
  text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * 1. Add the correct text decoration in Edge.
 * 2. The shorthand declaration `underline dotted` is not supported in Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */
  -webkit-text-decoration-style: dotted;
}

/*
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/*
 * 1. Consolas has a better baseline in running text compared to `Courier`
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Style
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-family: Consolas, monaco, monospace;
  /* 2 */
  font-size: 0.875rem;
  /* 3 */
  color: #f0506e;
  white-space: nowrap;
  padding: 2px 6px;
  background: #f8f8f8;
}

/*
 * Emphasize
 */
em {
  color: #f0506e;
}

/*
 * Insert
 */
ins {
  background: #ffd;
  color: #666;
  text-decoration: none;
}

/*
 * Mark
 */
mark {
  background: #ffd;
  color: #666;
}

/*
 * Quote
 */
q {
  font-style: italic;
}

/*
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between the element and the bottom of its parent container.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * 1. Constrain the element to its parent width.
 * 2. Preserve the intrinsic aspect ratio and auto-scale the height of an image if the `height` attribute is present.
 * 3. Take border and padding into account.
 */
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  box-sizing: border-box;
}

/*
 * Deprecated: only needed for `img` elements with `uk-img`
 * 1. Hide `alt` text for lazy load images.
 * 2. Fix lazy loading images if parent element is set to `display: inline` and has `overflow: hidden`.
 */
img:not([src]) {
  /* 1 */
  visibility: hidden;
  /* 2 */
  min-width: 1px;
}

/*
 * Iframe
 * Remove border in all browsers
 */
iframe {
  border: 0;
}

/* Block elements
 ========================================================================== */
/*
 * Margins
 */
/* Add margin if adjacent element */
/* Headings
 ========================================================================== */
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge,
.uk-heading-3xlarge {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none;
}

/* Add margin if adjacent element */
* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + .uk-heading-small,
* + .uk-heading-medium,
* + .uk-heading-large,
* + .uk-heading-xlarge,
* + .uk-heading-2xlarge,
* + .uk-heading-3xlarge {
  margin-top: 40px;
}

/*
 * Sizes
 */
.uk-h1 {
  font-size: 2.23125rem;
  line-height: 1.2;
}

.uk-h2 {
  font-size: 1.7rem;
  line-height: 1.3;
}

.uk-h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.uk-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h5,
.uk-h5 {
  font-size: 16px;
  line-height: 1.4;
}

h6,
.uk-h6 {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-h1 {
    font-size: 2.625rem;
  }
  .uk-h2 {
    font-size: 2rem;
  }
}
/* Lists
 ========================================================================== */
/*
 * Reset margin for nested lists
 */
/* Description lists
 ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-right: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Show the overflow in Chrome, Edge and IE.
 * 2. Add the correct text-align in Edge and IE.
 * 3. Style
 */
hr,
.uk-hr {
  /* 1 */
  overflow: visible;
  /* 2 */
  text-align: inherit;
  /* 3 */
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

/* Add margin if adjacent element */
* + hr,
* + .uk-hr {
  margin-top: 20px;
}

/* Address
 ========================================================================== */
address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */
blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
  color: #333;
}

/* Add margin if adjacent element */
* + blockquote {
  margin-top: 20px;
}

/*
 * Content
 */
blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote footer {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
}

blockquote footer::before {
  content: "— ";
}

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  font: 0.875rem/1.5 Consolas, monaco, monospace;
  color: #666;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  background: #fff;
}

pre code {
  font-family: Consolas, monaco, monospace;
}

/* Focus
 ========================================================================== */
:focus {
  outline: none;
}

:focus-visible {
  outline: 2px dotted #333;
}

/* Selection pseudo-element
 ========================================================================== */
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * 1. Add the correct display in Edge, IE 10+, and Firefox.
 * 2. Add the correct display in IE.
 */
details,
main {
  /* 2 */
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Pass media breakpoints to JS
 ========================================================================== */
/*
 * Breakpoints
 */
:root {
  --uk-breakpoint-s: 640px;
  --uk-breakpoint-m: 960px;
  --uk-breakpoint-l: 1200px;
  --uk-breakpoint-xl: 1600px;
}

/* ========================================================================
   Component: Link
 ========================================================================== */
/* Muted
 ========================================================================== */
a.uk-link-muted,
.uk-link-muted a,
.uk-link-toggle .uk-link-muted {
  color: #999;
}

a.uk-link-muted:hover,
.uk-link-muted a:hover,
.uk-link-toggle:hover .uk-link-muted {
  color: #666;
}

/* Text
 ========================================================================== */
a.uk-link-text,
.uk-link-text a,
.uk-link-toggle .uk-link-text {
  color: inherit;
}

a.uk-link-text:hover,
.uk-link-text a:hover,
.uk-link-toggle:hover .uk-link-text {
  color: #999;
}

/* Heading
 ========================================================================== */
a.uk-link-heading,
.uk-link-heading a,
.uk-link-toggle .uk-link-heading {
  color: inherit;
}

a.uk-link-heading:hover,
.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading {
  color: #1e87f0;
  text-decoration: none;
}

/* Reset
 ========================================================================== */
/*
 * `!important` needed to override inverse component
 */
a.uk-link-reset,
.uk-link-reset a {
  color: inherit !important;
  text-decoration: none !important;
}

/* Toggle
 ========================================================================== */
.uk-link-toggle {
  color: inherit !important;
  text-decoration: none !important;
}

/* ========================================================================
   Component: Heading
 ========================================================================== */
.uk-heading-small {
  font-size: 2.6rem;
  line-height: 1.2;
}

.uk-heading-medium {
  font-size: 2.8875rem;
  line-height: 1.1;
}

.uk-heading-large {
  font-size: 3.4rem;
  line-height: 1.1;
}

.uk-heading-xlarge {
  font-size: 4rem;
  line-height: 1;
}

.uk-heading-2xlarge {
  font-size: 6rem;
  line-height: 1;
}

.uk-heading-3xlarge {
  font-size: 8rem;
  line-height: 1;
}

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .uk-heading-small {
    font-size: 3.25rem;
  }
  .uk-heading-medium {
    font-size: 3.5rem;
  }
  .uk-heading-large {
    font-size: 4rem;
  }
  .uk-heading-xlarge {
    font-size: 6rem;
  }
  .uk-heading-2xlarge {
    font-size: 8rem;
  }
  .uk-heading-3xlarge {
    font-size: 11rem;
  }
}
/* Laptop and bigger */
@media (min-width: 1200px) {
  .uk-heading-medium {
    font-size: 4rem;
  }
  .uk-heading-large {
    font-size: 6rem;
  }
  .uk-heading-xlarge {
    font-size: 8rem;
  }
  .uk-heading-2xlarge {
    font-size: 11rem;
  }
  .uk-heading-3xlarge {
    font-size: 15rem;
  }
}
/* Primary
   Deprecated: Use `uk-heading-medium` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Hero
   Deprecated: Use `uk-heading-xlarge` instead
 ========================================================================== */
/* Tablet landscape and bigger */
/* Desktop and bigger */
/* Divider
 ========================================================================== */
.uk-heading-divider {
  padding-bottom: calc(5px + 0.1em);
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

/* Bullet
 ========================================================================== */
.uk-heading-bullet {
  position: relative;
}

/*
 * 1. Using `inline-block` to make it work with text alignment
 * 2. Center vertically
 * 3. Style
 */
.uk-heading-bullet::before {
  content: "";
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  top: -0.1em;
  vertical-align: middle;
  /* 3 */
  height: calc(4px + 0.7em);
  margin-left: calc(5px + 0.2em);
  border-right: calc(5px + 0.1em) solid #e5e5e5;
}

/* Line
 ========================================================================== */
/*
 * Clip the child element
 */
.uk-heading-line {
  overflow: hidden;
}

/*
 * Extra markup is needed to make it work with text align
 */
.uk-heading-line > * {
  display: inline-block;
  position: relative;
}

/*
 * 1. Center vertically
 * 2. Make the element as large as possible. It's clipped by the container.
 * 3. Style
 */
.uk-heading-line > ::before,
.uk-heading-line > ::after {
  content: "";
  /* 1 */
  position: absolute;
  top: calc(50% - (0.2px + 0.05em) / 2);
  /* 2 */
  width: 2000px;
  /* 3 */
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}

.uk-heading-line > ::before {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}

.uk-heading-line > ::after {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}

/* ========================================================================
   Component: Divider
 ========================================================================== */
/*
 * 1. Reset default `hr`
 * 2. Set margin if a `div` is used for semantical reason
 */
[class*=uk-divider] {
  /* 1 */
  border: none;
  /* 2 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + [class*=uk-divider] {
  margin-top: 20px;
}

/* Icon
 ========================================================================== */
.uk-divider-icon {
  position: relative;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23e5e5e5%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-divider-icon::before,
.uk-divider-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  max-width: calc(50% - 25px);
  border-bottom: 1px solid #e5e5e5;
}

.uk-divider-icon::before {
  left: calc(50% + 25px);
  width: 100%;
}

.uk-divider-icon::after {
  right: calc(50% + 25px);
  width: 100%;
}

/* Small
 ========================================================================== */
/*
 * 1. Fix height because of `inline-block`
 * 2. Using ::after and inline-block to make `text-align` work
 */
/* 1 */
.uk-divider-small {
  line-height: 0;
}

/* 2 */
.uk-divider-small::after {
  content: "";
  display: inline-block;
  width: 100px;
  max-width: 100%;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
}

/* Vertical
 ========================================================================== */
.uk-divider-vertical {
  width: max-content;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}

/*
 * Avoid column break within the list item, when using `column-count`
 */
.uk-list > * {
  break-inside: avoid-column;
}

/*
 * Remove margin from the last-child
 */
.uk-list > * > :last-child {
  margin-bottom: 0;
}

/*
 * Style
 */
.uk-list > :nth-child(n+2),
.uk-list > * > ul {
  margin-top: 10px;
}

/* Marker modifiers
 * Moving `::marker` inside `::before` to style it differently
 * To style the `::marker` is currently only supported in Firefox and Safari
 ========================================================================== */
.uk-list-disc > *,
.uk-list-circle > *,
.uk-list-square > *,
.uk-list-decimal > *,
.uk-list-hyphen > * {
  padding-right: 30px;
}

/*
 * Type modifiers
 */
.uk-list-decimal {
  counter-reset: decimal;
}

.uk-list-decimal > * {
  counter-increment: decimal;
}

.uk-list-disc > ::before,
.uk-list-circle > ::before,
.uk-list-square > ::before,
.uk-list-decimal > ::before,
.uk-list-hyphen > ::before {
  content: "";
  position: relative;
  right: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  display: list-item;
  list-style-position: inside;
  text-align: left;
}

.uk-list-disc > ::before {
  list-style-type: disc;
}

.uk-list-circle > ::before {
  list-style-type: circle;
}

.uk-list-square > ::before {
  list-style-type: square;
}

.uk-list-decimal > ::before {
  content: counter(decimal, decimal) " . ";
}

.uk-list-hyphen > ::before {
  content: "–  ";
}

/*
 * Color modifiers
 */
.uk-list-muted > ::before {
  color: #999 !important;
}

.uk-list-emphasis > ::before {
  color: #333 !important;
}

.uk-list-primary > ::before {
  color: #1e87f0 !important;
}

.uk-list-secondary > ::before {
  color: #222 !important;
}

/* Image bullet modifier
 ========================================================================== */
.uk-list-bullet > * {
  padding-right: 30px;
}

.uk-list-bullet > ::before {
  content: "";
  display: list-item;
  position: relative;
  right: -30px;
  width: 30px;
  height: 1.5em;
  margin-bottom: -1.5em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-list-divider > :nth-child(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-list-striped > * {
  padding: 10px 10px;
}

.uk-list-striped > *:nth-of-type(odd) {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.uk-list-striped > :nth-of-type(odd) {
  background: #f8f8f8;
}

.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

/* Size modifier
 ========================================================================== */
.uk-list-large > :nth-child(n+2),
.uk-list-large > * > ul {
  margin-top: 20px;
}

.uk-list-collapse > :nth-child(n+2),
.uk-list-collapse > * > ul {
  margin-top: 0;
}

/*
 * Divider
 */
.uk-list-large.uk-list-divider > :nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
}

.uk-list-collapse.uk-list-divider > :nth-child(n+2) {
  margin-top: 0;
  padding-top: 0;
}

/*
 * Striped
 */
.uk-list-large.uk-list-striped > * {
  padding: 20px 10px;
}

.uk-list-collapse.uk-list-striped > * {
  padding-top: 0;
  padding-bottom: 0;
}

.uk-list-large.uk-list-striped > :nth-child(n+2),
.uk-list-collapse.uk-list-striped > :nth-child(n+2) {
  margin-top: 0;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
/*
 * Term
 */
.uk-description-list > dt {
  color: #333;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}

.uk-description-list > dt:nth-child(n+2) {
  margin-top: 20px;
}

/*
 * Description
 */
/* Style modifier
 ========================================================================== */
/*
 * Line
 */
.uk-description-list-divider > dt:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Behave like a block element
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 20px;
}

/* Add margin if adjacent element */
* + .uk-table {
  margin-top: 20px;
}

/* Header cell
 ========================================================================== */
/*
 * 1. Style
 */
.uk-table th {
  padding: 16px 12px;
  text-align: right;
  vertical-align: bottom;
  /* 1 */
  font-size: 0.875rem;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

/* Cell
 ========================================================================== */
.uk-table td {
  padding: 16px 12px;
  vertical-align: top;
}

/*
 * Remove margin from the last-child
 */
.uk-table td > :last-child {
  margin-bottom: 0;
}

/* Footer
 ========================================================================== */
.uk-table tfoot {
  font-size: 0.875rem;
}

/* Caption
 ========================================================================== */
.uk-table caption {
  font-size: 0.875rem;
  text-align: right;
  color: #999;
}

/* Alignment modifier
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

/* Style modifiers
 ========================================================================== */
/*
 * Divider
 */
.uk-table-divider > tr:not(:first-child),
.uk-table-divider > :not(:first-child) > tr,
.uk-table-divider > :first-child > tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

/*
 * Striped
 */
.uk-table-striped > tr:nth-of-type(odd),
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * Hover
 */
.uk-table-hover > tr:hover,
.uk-table-hover tbody tr:hover {
  background: #ffd;
}

/* Active state
 ========================================================================== */
.uk-table > tr.uk-active,
.uk-table tbody tr.uk-active {
  background: #ffd;
}

/* Size modifier
 ========================================================================== */
.uk-table-small th,
.uk-table-small td {
  padding: 10px 12px;
}

.uk-table-large th,
.uk-table-large td {
  padding: 22px 12px;
}

/* Justify modifier
 ========================================================================== */
.uk-table-justify th:first-child,
.uk-table-justify td:first-child {
  padding-right: 0;
}

.uk-table-justify th:last-child,
.uk-table-justify td:last-child {
  padding-left: 0;
}

/* Cell size modifier
 ========================================================================== */
.uk-table-shrink {
  width: 1px;
}

.uk-table-expand {
  min-width: 150px;
}

/* Cell link modifier
 ========================================================================== */
/*
 * Does not work with `uk-table-justify` at the moment
 */
.uk-table-link {
  padding: 0 !important;
}

.uk-table-link > a {
  display: block;
  padding: 16px 12px;
}

.uk-table-small .uk-table-link > a {
  padding: 10px 12px;
}

/* Responsive table
 ========================================================================== */
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-table-responsive,
  .uk-table-responsive tbody,
  .uk-table-responsive th,
  .uk-table-responsive td,
  .uk-table-responsive tr {
    display: block;
  }
  .uk-table-responsive thead {
    display: none;
  }
  .uk-table-responsive th,
  .uk-table-responsive td {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
  .uk-table-responsive th:not(:first-child):not(.uk-table-link),
  .uk-table-responsive td:not(:first-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:first-child) > a {
    padding-top: 5px !important;
  }
  .uk-table-responsive th:not(:last-child):not(.uk-table-link),
  .uk-table-responsive td:not(:last-child):not(.uk-table-link),
  .uk-table-responsive .uk-table-link:not(:last-child) > a {
    padding-bottom: 5px !important;
  }
  .uk-table-justify.uk-table-responsive th,
  .uk-table-justify.uk-table-responsive td {
    padding-right: 0;
    padding-left: 0;
  }
}
.uk-table tbody tr {
  transition: background-color 0.1s linear;
}

.uk-table-striped > tr:nth-of-type(even):last-child,
.uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
/*
 * Note: 1. - 7. is required for `button` elements. Needed for Close and Form Icon component.
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Remove border-radius in Chrome.
 * 4. Address `overflow` set to `hidden` in IE.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 7. Remove default `button` padding and background color
 * 8. Style
 * 9. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 10. Let the container fit the height of the icon
 */
.uk-icon {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  border-radius: 0;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background-color: transparent;
  /* 8 */
  display: inline-block;
  /* 9 */
  fill: currentcolor;
  /* 10 */
  line-height: 0;
}

/* Required for `button`. */
button.uk-icon:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Set the fill and stroke color of all SVG elements to the current text color
 */
.uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-icon > * {
  transform: translate(0, 0);
}

/* Image modifier
 ========================================================================== */
/*
 * Display images in icon dimensions
 * 1. Required for `span` with background image
 * 2. Required for `image`
 */
.uk-icon-image {
  width: 20px;
  height: 20px;
  /* 1 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  /* 2 */
  object-fit: scale-down;
  max-width: none;
}

/* Style modifiers
 ========================================================================== */
/*
 * Link
 * 1. Allow text within link
 */
.uk-icon-link {
  color: #999;
  /* 1 */
  text-decoration: none !important;
}

.uk-icon-link:hover {
  color: #666;
}

/* OnClick + Active */
.uk-icon-link:active,
.uk-active > .uk-icon-link {
  color: #595959;
}

/*
 * Button
 * 1. Center icon vertically and horizontally
 */
.uk-icon-button {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 500px;
  background: #f8f8f8;
  color: #999;
  vertical-align: middle;
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover */
.uk-icon-button:hover {
  background-color: #ebebeb;
  color: #666;
}

/* OnClick + Active */
.uk-icon-button:active,
.uk-active > .uk-icon-button {
  background-color: #dfdfdf;
  color: #666;
}

/* ========================================================================
   Component: Form Range
 ========================================================================== */
/*
 * 1. Remove default style.
 * 2. Define consistent box sizing.
 * 3. Remove `margin` in all browsers.
 * 4. Align to the center of the line box.
 * 5. Prevent content overflow if a fixed width is used.
 * 6. Take the full width.
 * 7. Remove white background in Chrome.
 */
.uk-range {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  max-width: 100%;
  /* 6 */
  width: 100%;
  /* 7 */
  background: transparent;
}

/* Focus */
.uk-range:focus {
  outline: none;
}

.uk-range::-moz-focus-outer {
  border: none;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-range:not(:disabled)::-webkit-slider-thumb {
  cursor: pointer;
}

.uk-range:not(:disabled)::-moz-range-thumb {
  cursor: pointer;
}

/*
 * Track
 * 1. Safari doesn't have a focus state. Using active instead.
 */
/* Webkit */
.uk-range::-webkit-slider-runnable-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.uk-range:focus::-webkit-slider-runnable-track,
.uk-range:active::-webkit-slider-runnable-track {
  background: #dedede;
}

/* Firefox */
.uk-range::-moz-range-track {
  height: 3px;
  background: #ebebeb;
  border-radius: 500px;
}

.uk-range:focus::-moz-range-track {
  background: #dedede;
}

/*
 * Thumb
 * 1. Reset
 * 2. Style
 */
/* Webkit */
.uk-range::-webkit-slider-thumb {
  /* 1 */
  -webkit-appearance: none;
  margin-top: -7px;
  /* 2 */
  height: 15px;
  width: 15px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* Firefox */
.uk-range::-moz-range-thumb {
  /* 1 */
  border: none;
  /* 2 */
  height: 15px;
  width: 15px;
  margin-top: -7px;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #cccccc;
}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers.
 */
.uk-input,
.uk-select,
.uk-textarea,
.uk-radio,
.uk-checkbox {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
}

/*
 * Show the overflow in Edge.
 */
.uk-input {
  overflow: visible;
}

/*
 * Remove the inheritance of text transform in Firefox.
 */
.uk-select {
  text-transform: none;
}

/*
 * 1. Change font properties to `inherit` in all browsers
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-select optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
.uk-textarea {
  overflow: auto;
}

/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-input[type=search]::-webkit-search-cancel-button,
.uk-input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
.uk-input[type=number]::-webkit-inner-spin-button,
.uk-input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-input::-moz-placeholder,
.uk-textarea::-moz-placeholder {
  opacity: 1;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-radio:not(:disabled),
.uk-checkbox:not(:disabled) {
  cursor: pointer;
}

/*
 * Define consistent border, margin, and padding.
 * 1. Reset `min-width`
 */
.uk-fieldset {
  border: none;
  margin: 0;
  padding: 0;
  /* 1 */
  min-width: 0;
}

/* Input, select and textarea
 * Allowed: `text`, `password`, `datetime-local`, `date`,  `month`,
            `time`, `week`, `number`, `email`, `url`, `search`, `tel`, `color`
 * Disallowed: `range`, `radio`, `checkbox`, `file`, `submit`, `reset` and `image`
 ========================================================================== */
/*
 * Remove default style in iOS.
 */
.uk-input,
.uk-textarea {
  -webkit-appearance: none;
}

/*
 * 1. Prevent content overflow if a fixed width is used
 * 2. Take the full width
 * 3. Reset default
 * 4. Style
 */
.uk-input,
.uk-select,
.uk-textarea {
  /* 1 */
  max-width: 100%;
  /* 2 */
  width: 100%;
  /* 3 */
  border: 0 none;
  /* 4 */
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
}

/*
 * Single-line
 * 1. Allow any element to look like an `input` or `select` element
 * 2. Make sure line-height is not larger than height
 *    Also needed to center the text vertically
 */
.uk-input,
.uk-select:not([multiple]):not([size]) {
  height: 40px;
  vertical-align: middle;
  /* 1 */
  display: inline-block;
}

/* 2 */
.uk-input:not(input),
.uk-select:not(select) {
  line-height: 38px;
}

/*
 * Multi-line
 */
.uk-select[multiple],
.uk-select[size],
.uk-textarea {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
}

.uk-select[multiple],
.uk-select[size] {
  resize: vertical;
}

/* Focus */
.uk-input:focus,
.uk-select:focus,
.uk-textarea:focus {
  outline: none;
  background-color: #fff;
  color: #666;
  border-color: #1e87f0;
}

/* Disabled */
.uk-input:disabled,
.uk-select:disabled,
.uk-textarea:disabled {
  background-color: #f8f8f8;
  color: #999;
  border-color: #e5e5e5;
}

/*
 * Placeholder
 */
.uk-input::placeholder {
  color: #999;
}

.uk-textarea::placeholder {
  color: #999;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Small
 */
.uk-form-small {
  font-size: 0.875rem;
}

/* Single-line */
.uk-form-small:not(textarea):not([multiple]):not([size]) {
  height: 30px;
  padding-right: 8px;
  padding-left: 8px;
}

/* Multi-line */
textarea.uk-form-small,
[multiple].uk-form-small,
[size].uk-form-small {
  padding: 5px 8px;
}

.uk-form-small:not(select):not(input):not(textarea) {
  line-height: 28px;
}

/*
 * Large
 */
.uk-form-large {
  font-size: 1.25rem;
}

/* Single-line */
.uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 55px;
  padding-right: 12px;
  padding-left: 12px;
}

/* Multi-line */
textarea.uk-form-large,
[multiple].uk-form-large,
[size].uk-form-large {
  padding: 7px 12px;
}

.uk-form-large:not(select):not(input):not(textarea) {
  line-height: 53px;
}

/* Style modifier (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Error
 */
.uk-form-danger,
.uk-form-danger:focus {
  color: #f0506e;
  border-color: #f0506e;
}

/*
 * Success
 */
.uk-form-success,
.uk-form-success:focus {
  color: #32d296;
  border-color: #32d296;
}

/*
 * Blank
 */
.uk-form-blank {
  background: none;
  border-color: transparent;
}

.uk-form-blank:focus {
  border-color: #e5e5e5;
  border-style: solid;
}

/* Width modifiers (`uk-input`, `uk-select` and `uk-textarea`)
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-xsmall {
  width: 50px;
}

select.uk-form-width-xsmall {
  width: 75px;
}

.uk-form-width-small {
  width: 130px;
}

.uk-form-width-medium {
  width: 200px;
}

.uk-form-width-large {
  width: 500px;
}

/* Select
 ========================================================================== */
/*
 * 1. Remove default style. Also works in Firefox
 * 2. Style
 * 3. Set `color` for options in the select dropdown, because the inherited `color` might be too light.
 */
.uk-select:not([multiple]):not([size]) {
  /* 1 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 2 */
  padding-left: 20px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

/* 3 */
.uk-select:not([multiple]):not([size]) option {
  color: #666;
}

/*
 * Disabled
 */
.uk-select:not([multiple]):not([size]):disabled {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* Datalist
 ========================================================================== */
/*
 * 1. Remove default style in Chrome
 */
.uk-input[list] {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0% 50%;
}

.uk-input[list]:hover,
.uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

/* 1 */
.uk-input[list]::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* Radio and checkbox
 ========================================================================== */
/*
 * 1. Style
 * 2. Make box more robust so it clips the child element
 * 3. Vertical alignment
 * 4. Remove default style
 * 5. Fix black background on iOS
 * 6. Center icons
 */
.uk-radio,
.uk-checkbox {
  /* 1 */
  display: inline-block;
  height: 16px;
  width: 16px;
  /* 2 */
  overflow: hidden;
  /* 3 */
  margin-top: -4px;
  vertical-align: middle;
  /* 4 */
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 5 */
  background-color: transparent;
  /* 6 */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #cccccc;
  transition: 0.2s ease-in-out;
  transition-property: background-color, border;
}

.uk-radio {
  border-radius: 50%;
}

/* Focus */
.uk-radio:focus,
.uk-checkbox:focus {
  background-color: rgba(0, 0, 0, 0);
  outline: none;
  border-color: #1e87f0;
}

/*
 * Checked
 */
.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: #1e87f0;
  border-color: transparent;
}

/* Focus */
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: #0e6dcd;
}

/*
 * Icons
 */
.uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Disabled
 */
.uk-radio:disabled,
.uk-checkbox:disabled {
  background-color: #f8f8f8;
  border-color: #e5e5e5;
}

.uk-radio:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-checkbox:disabled:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-checkbox:disabled:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Legend
 ========================================================================== */
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove padding so people aren't caught out if they zero out fieldsets.
 * 4. Style
 */
.uk-legend {
  /* 1 */
  width: 100%;
  /* 2 */
  color: inherit;
  /* 3 */
  padding: 0;
  /* 4 */
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Custom controls
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 */
.uk-form-custom {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}

/*
 * 1. Position and resize the form control to always cover its container
 * 2. Required for Firefox for positioning to the left
 * 3. Required for Webkit to make `height` work
 * 4. Hide controle and show cursor
 * 5. Needed for the cursor
 * 6. Clip height caused by 5. Needed for Webkit only
 */
.uk-form-custom select,
.uk-form-custom input[type=file] {
  /* 1 */
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /* 2 */
  right: 0;
  /* 3 */
  -webkit-appearance: none;
  /* 4 */
  opacity: 0;
  cursor: pointer;
}

.uk-form-custom input[type=file] {
  /* 5 */
  font-size: 500px;
  /* 6 */
  overflow: hidden;
}

/* Label
 ========================================================================== */
.uk-form-label {
  color: #333;
  font-size: 0.875rem;
}

/* Layout
 ========================================================================== */
/*
 * Stacked
 */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
}

/*
 * Horizontal
 */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 7px;
    float: right;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-right: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 7px;
  }
}
/* Icons
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set width
 * 3. Center icon vertically and horizontally
 * 4. Style
 */
.uk-form-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  /* 2 */
  width: 40px;
  /* 3 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 4 */
  color: #999;
}

/*
 * Required for `a`.
 */
.uk-form-icon:hover {
  color: #666;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-form-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Input padding
 */
.uk-form-icon:not(.uk-form-icon-flip) ~ .uk-input {
  padding-right: 40px !important;
}

/*
 * Position modifier
 */
.uk-form-icon-flip {
  left: 0;
  right: auto;
}

.uk-form-icon-flip ~ .uk-input {
  padding-left: 40px !important;
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * 1. Remove margins in Chrome, Safari and Opera.
 * 2. Remove borders for `button`.
 * 3. Address `overflow` set to `hidden` in IE.
 * 4. Correct `font` properties and `color` not being inherited for `button`.
 * 5. Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 6. Remove default style for `input type="submit"`in iOS.
 * 7. Style
 * 8. `line-height` is used to create a height because it also centers the text vertically for `a` elements.
 *    Better would be to use height and flexbox to center the text vertically but flexbox doesn't work in Firefox on `button` elements.
 * 9. Align text if button has a width
 * 10. Required for `a`.
 */
.uk-button {
  /* 1 */
  margin: 0;
  /* 2 */
  border: none;
  /* 3 */
  overflow: visible;
  /* 4 */
  font: inherit;
  color: inherit;
  /* 5 */
  text-transform: none;
  /* 6 */
  -webkit-appearance: none;
  border-radius: 0;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: 0.875rem;
  /* 8 */
  line-height: 38px;
  /* 9 */
  text-align: center;
  /* 10 */
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove the inner border and padding in Firefox.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Hover */
.uk-button:hover {
  /* 9 */
  text-decoration: none;
}

/* OnClick + Active */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-button-default {
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}

/* Hover */
.uk-button-default:hover {
  background-color: transparent;
  color: #333;
  border-color: #b2b2b2;
}

/* OnClick + Active */
.uk-button-default:active,
.uk-button-default.uk-active {
  background-color: transparent;
  color: #333;
  border-color: #999999;
}

/*
 * Primary
 */
.uk-button-primary {
  background-color: #1e87f0;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover */
.uk-button-primary:hover {
  background-color: #0f7ae5;
  color: #fff;
}

/* OnClick + Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0e6dcd;
  color: #fff;
}

/*
 * Secondary
 */
.uk-button-secondary {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover */
.uk-button-secondary:hover {
  background-color: #151515;
  color: #fff;
}

/* OnClick + Active */
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: #080808;
  color: #fff;
}

/*
 * Danger
 */
.uk-button-danger {
  background-color: #f0506e;
  color: #fff;
  border: 1px solid transparent;
}

/* Hover */
.uk-button-danger:hover {
  background-color: #ee395b;
  color: #fff;
}

/* OnClick + Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #ec2147;
  color: #fff;
}

/*
 * Disabled
 * The same for all style modifiers
 */
.uk-button-default:disabled,
.uk-button-primary:disabled,
.uk-button-secondary:disabled,
.uk-button-danger:disabled {
  background-color: transparent;
  color: #999;
  border-color: #e5e5e5;
}

/* Size modifiers
 ========================================================================== */
.uk-button-small {
  padding: 0 15px;
  line-height: 28px;
  font-size: 0.875rem;
}

.uk-button-large {
  padding: 0 40px;
  line-height: 53px;
  font-size: 0.875rem;
}

/* Text modifiers
 ========================================================================== */
/*
 * Text
 * 1. Reset
 * 2. Style
 */
.uk-button-text {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
  position: relative;
}

.uk-button-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 100%;
  border-bottom: 1px solid currentColor;
  transition: left 0.3s ease-out;
}

/* Hover */
.uk-button-text:hover {
  color: #333;
}

.uk-button-text:hover::before {
  left: 0;
}

/* Disabled */
.uk-button-text:disabled {
  color: #999;
}

.uk-button-text:disabled::before {
  display: none;
}

/*
 * Link
 * 1. Reset
 * 2. Style
 */
.uk-button-link {
  /* 1 */
  padding: 0;
  line-height: 1.5;
  background: none;
  /* 2 */
  color: #333;
}

/* Hover */
.uk-button-link:hover {
  color: #999;
  text-decoration: none;
}

/* Disabled */
.uk-button-link:disabled {
  color: #999;
  text-decoration: none;
}

/* Group
 ========================================================================== */
/*
 * 1. Using `flex` instead of `inline-block` to prevent whitespace betweent child elements
 * 2. Behave like button
 * 3. Create position context
 */
.uk-button-group {
  /* 1 */
  display: inline-flex;
  /* 2 */
  vertical-align: middle;
  /* 3 */
  position: relative;
}

/* Group
     ========================================================================== */
/*
     * Collapse border
     */
.uk-button-group > .uk-button:nth-child(n+2),
.uk-button-group > div:nth-child(n+2) .uk-button {
  margin-right: -1px;
}

/*
     * Create position context to superimpose the successor elements border
     * Known issue: If you use an `a` element as button and an icon inside,
     * the active state will not work if you click the icon inside the button
     * Workaround: Just use a `button` or `input` element as button
     */
.uk-button-group .uk-button:hover,
.uk-button-group .uk-button:focus,
.uk-button-group .uk-button:active,
.uk-button-group .uk-button.uk-active {
  position: relative;
  z-index: 1;
}

/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Add the correct vertical alignment in all browsers.
 * 2. Behave like a block element.
 * 3. Remove borders in Firefox.
 * 4. Remove default style in Chrome, Safari and Edge.
 * 5. Style
 */
.uk-progress {
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  display: block;
  width: 100%;
  /* 3 */
  border: 0;
  /* 4 */
  background-color: #f8f8f8;
  /* 5 */
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
}

/* Add margin if adjacent element */
* + .uk-progress {
  margin-top: 20px;
}

/*
 * Show background color set on `uk-progress` in Chrome, Safari and Edge.
 */
.uk-progress::-webkit-progress-bar {
  background-color: transparent;
}

/*
 * Progress Bar
 * 1. Transitions don't work on `::-moz-progress-bar` pseudo element in Firefox yet.
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=662351
 */
.uk-progress::-webkit-progress-value {
  background-color: #1e87f0;
  transition: width 0.6s ease;
}

.uk-progress::-moz-progress-bar {
  background-color: #1e87f0;
  /* 1 */
  transition: width 0.6s ease;
}

/* ========================================================================
   Component: Section
 ========================================================================== */
/*
 * 1. Make it work with `100vh` and height in general
 */
.uk-section {
  display: flow-root;
  box-sizing: border-box;
  /* 1 */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-section > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-section-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
.uk-section-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
.uk-section-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.uk-section-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-section-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-section-default {
  --uk-inverse: dark;
  background: #fff;
}

/*
 * Muted
 */
.uk-section-muted {
  --uk-inverse: dark;
  background: #f8f8f8;
}

/*
 * Primary
 */
.uk-section-primary {
  --uk-inverse: light;
  background: #1e87f0;
}

/*
 * Secondary
 */
.uk-section-secondary {
  --uk-inverse: light;
  background: #222;
}

/* Overlap modifier
 ========================================================================== */
/*
 * Reserved modifier to make a section overlap another section with an border image
 * Implemented by the theme
 */
/* ========================================================================
   Component: Container
 ========================================================================== */
/*
 * 1. Box sizing has to be `content-box` so the max-width is always the same and
 *    unaffected by the padding on different breakpoints. It's important for the size modifiers.
 */
.uk-container {
  display: flow-root;
  /* 1 */
  box-sizing: content-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-container > :last-child {
  margin-bottom: 0;
}

/*
 * Remove padding from nested containers
 */
.uk-container .uk-container {
  padding-right: 0;
  padding-left: 0;
}

/* Size modifier
 ========================================================================== */
.uk-container-xsmall {
  max-width: 750px;
}

.uk-container-small {
  max-width: 900px;
}

.uk-container-large {
  max-width: 1400px;
}

.uk-container-xlarge {
  max-width: 1600px;
}

.uk-container-expand {
  max-width: none;
}

/* Expand modifier
 ========================================================================== */
/*
 * Expand one side only
 */
.uk-container-expand-right {
  margin-right: 0;
}

.uk-container-expand-left {
  margin-left: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-expand-right.uk-container-xsmall,
  .uk-container-expand-left.uk-container-xsmall {
    max-width: calc(50% + 375px - 30px);
  }
  .uk-container-expand-right.uk-container-small,
  .uk-container-expand-left.uk-container-small {
    max-width: calc(50% + 450px - 30px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-expand-right,
  .uk-container-expand-left {
    max-width: calc(50% + 600px - 40px);
  }
  .uk-container-expand-right.uk-container-xsmall,
  .uk-container-expand-left.uk-container-xsmall {
    max-width: calc(50% + 375px - 40px);
  }
  .uk-container-expand-right.uk-container-small,
  .uk-container-expand-left.uk-container-small {
    max-width: calc(50% + 450px - 40px);
  }
  .uk-container-expand-right.uk-container-large,
  .uk-container-expand-left.uk-container-large {
    max-width: calc(50% + 700px - 40px);
  }
  .uk-container-expand-right.uk-container-xlarge,
  .uk-container-expand-left.uk-container-xlarge {
    max-width: calc(50% + 800px - 40px);
  }
}
/* Item
 ========================================================================== */
/*
 * Utility classes to reset container padding on the left or right side
 * Note: It has to be negative margin on the item, because it's specific to the item.
 */
.uk-container-item-padding-remove-right,
.uk-container-item-padding-remove-left {
  width: calc(100% + 15px);
}

.uk-container-item-padding-remove-right {
  margin-right: -15px;
}

.uk-container-item-padding-remove-left {
  margin-left: -15px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-container-item-padding-remove-right,
  .uk-container-item-padding-remove-left {
    width: calc(100% + 30px);
  }
  .uk-container-item-padding-remove-right {
    margin-right: -30px;
  }
  .uk-container-item-padding-remove-left {
    margin-left: -30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-container-item-padding-remove-right,
  .uk-container-item-padding-remove-left {
    width: calc(100% + 40px);
  }
  .uk-container-item-padding-remove-right {
    margin-right: -40px;
  }
  .uk-container-item-padding-remove-left {
    margin-left: -40px;
  }
}
/* ========================================================================
   Component: Tile
 ========================================================================== */
.uk-tile {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-tile {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-tile > :last-child {
  margin-bottom: 0;
}

/* Size modifiers
 ========================================================================== */
/*
 * XSmall
 */
.uk-tile-xsmall {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*
 * Small
 */
.uk-tile-small {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * Large
 */
.uk-tile-large {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-large {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
/*
 * XLarge
 */
.uk-tile-xlarge {
  padding-top: 140px;
  padding-bottom: 140px;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-tile-xlarge {
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-tile-default {
  --uk-inverse: dark;
  background-color: #fff;
}

/*
 * Muted
 */
.uk-tile-muted {
  --uk-inverse: dark;
  background-color: #f8f8f8;
}

/*
 * Primary
 */
.uk-tile-primary {
  --uk-inverse: light;
  background-color: #1e87f0;
}

/*
 * Secondary
 */
.uk-tile-secondary {
  --uk-inverse: light;
  background-color: #222;
}

/* ========================================================================
   Component: Card
 ========================================================================== */
.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow 0.1s ease-in-out;
}

/* Sections
 ========================================================================== */
.uk-card-body {
  display: flow-root;
  padding: 30px 30px;
}

.uk-card-header {
  display: flow-root;
  padding: 15px 30px;
}

.uk-card-footer {
  display: flow-root;
  padding: 15px 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body {
    padding: 40px 40px;
  }
  .uk-card-header {
    padding: 20px 40px;
  }
  .uk-card-footer {
    padding: 20px 40px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-card-body > :last-child,
.uk-card-header > :last-child,
.uk-card-footer > :last-child {
  margin-bottom: 0;
}

/* Media
 ========================================================================== */
/*
 * Reserved alignment modifier to style the media element, e.g. with `border-radius`
 * Implemented by the theme
 */
/* Title
 ========================================================================== */
.uk-card-title {
  font-size: 1.5rem;
  line-height: 1.4;
}

/* Badge
 ========================================================================== */
/*
 * 1. Position
 * 2. Size
 * 3. Style
 * 4. Center child vertically
 */
.uk-card-badge {
  /* 1 */
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  /* 2 */
  height: 22px;
  padding: 0 10px;
  /* 3 */
  background: #1e87f0;
  color: #fff;
  font-size: 0.875rem;
  /* 4 */
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  border-radius: 2px;
  text-transform: uppercase;
}

/*
 * Remove margin from adjacent element
 */
.uk-card-badge:first-child + * {
  margin-top: 0;
}

/* Hover modifier
 ========================================================================== */
.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Style modifiers
 ========================================================================== */
/*
 * Default
 * Note: Header and Footer are only implemented for the default style
 */
.uk-card-default {
  --uk-inverse: dark;
  background-color: #fff;
  color: #666;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-default .uk-card-title {
  color: #333;
}

.uk-card-default.uk-card-hover:hover {
  background-color: #fff;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-card-default .uk-card-header {
  border-bottom: 1px solid #e5e5e5;
}

.uk-card-default .uk-card-footer {
  border-top: 1px solid #e5e5e5;
}

/*
 * Primary
 */
.uk-card-primary {
  --uk-inverse: light;
  background-color: #1e87f0;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-primary .uk-card-title {
  color: #fff;
}

.uk-card-primary.uk-card-hover:hover {
  background-color: #1e87f0;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/*
 * Secondary
 */
.uk-card-secondary {
  --uk-inverse: light;
  background-color: #222;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-secondary .uk-card-title {
  color: #fff;
}

.uk-card-secondary.uk-card-hover:hover {
  background-color: #222;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

/* Size modifier
 ========================================================================== */
/*
 * Small
 */
.uk-card-small.uk-card-body,
.uk-card-small .uk-card-body {
  padding: 20px 20px;
}

.uk-card-small .uk-card-header {
  padding: 13px 20px;
}

.uk-card-small .uk-card-footer {
  padding: 13px 20px;
}

/*
 * Large
 */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large.uk-card-body,
  .uk-card-large .uk-card-body {
    padding: 70px 70px;
  }
  .uk-card-large .uk-card-header {
    padding: 35px 70px;
  }
  .uk-card-large .uk-card-footer {
    padding: 35px 70px;
  }
}
/*
     * Default
     */
.uk-card-body > .uk-nav-default {
  margin-right: -30px;
  margin-left: -30px;
}

.uk-card-body > .uk-nav-default:only-child {
  margin-top: -15px;
  margin-bottom: -15px;
}

.uk-card-body > .uk-nav-default > li > a,
.uk-card-body > .uk-nav-default .uk-nav-header,
.uk-card-body > .uk-nav-default .uk-nav-divider {
  padding-right: 30px;
  padding-left: 30px;
}

.uk-card-body > .uk-nav-default .uk-nav-sub {
  padding-right: 45px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-body > .uk-nav-default {
    margin-right: -40px;
    margin-left: -40px;
  }
  .uk-card-body > .uk-nav-default:only-child {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .uk-card-body > .uk-nav-default > li > a,
  .uk-card-body > .uk-nav-default .uk-nav-header,
  .uk-card-body > .uk-nav-default .uk-nav-divider {
    padding-right: 40px;
    padding-left: 40px;
  }
  .uk-card-body > .uk-nav-default .uk-nav-sub {
    padding-right: 55px;
  }
}
/*
     * Small
     */
.uk-card-small > .uk-nav-default {
  margin-right: -20px;
  margin-left: -20px;
}

.uk-card-small > .uk-nav-default:only-child {
  margin-top: -5px;
  margin-bottom: -5px;
}

.uk-card-small > .uk-nav-default > li > a,
.uk-card-small > .uk-nav-default .uk-nav-header,
.uk-card-small > .uk-nav-default .uk-nav-divider {
  padding-right: 20px;
  padding-left: 20px;
}

.uk-card-small > .uk-nav-default .uk-nav-sub {
  padding-right: 35px;
}

/*
     * Large
     */
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-card-large > .uk-nav-default {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default:only-child {
    margin: 0;
  }
  .uk-card-large > .uk-nav-default > li > a,
  .uk-card-large > .uk-nav-default .uk-nav-header,
  .uk-card-large > .uk-nav-default .uk-nav-divider {
    padding-right: 0;
    padding-left: 0;
  }
  .uk-card-large > .uk-nav-default .uk-nav-sub {
    padding-right: 15px;
  }
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-close {
  color: #999;
  transition: 0.1s ease-in-out;
  transition-property: color, opacity;
}

/* Hover */
.uk-close:hover {
  color: #666;
}

/* ========================================================================
   Component: Spinner
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
/* SVG
 ========================================================================== */
.uk-spinner > * {
  animation: uk-spinner-rotate 1.4s linear infinite;
}

@keyframes uk-spinner-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-270deg);
  }
}
/*
 * Circle
 */
.uk-spinner > * > * {
  stroke-dasharray: 88px;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: uk-spinner-dash 1.4s ease-in-out infinite;
  stroke-width: 1;
  stroke-linecap: round;
}

@keyframes uk-spinner-dash {
  0% {
    stroke-dashoffset: -88px;
  }
  50% {
    stroke-dashoffset: -22px;
    transform: rotate(-135deg);
  }
  100% {
    stroke-dashoffset: -88px;
    transform: rotate(-450deg);
  }
}
/* ========================================================================
   Component: Totop
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-totop {
  padding: 5px;
  color: #999;
  transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-totop:hover {
  color: #666;
}

/* OnClick */
.uk-totop:active {
  color: #333;
}

/* ========================================================================
   Component: Marker
 ========================================================================== */
/*
 * Addopts `uk-icon`
 */
.uk-marker {
  padding: 5px;
  background: #222;
  color: #fff;
  border-radius: 500px;
}

/* Hover */
.uk-marker:hover {
  color: #fff;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 15px 15px 29px;
  background: #f8f8f8;
  color: #666;
}

/* Add margin if adjacent element */
* + .uk-alert {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-alert-close {
  position: absolute;
  top: 20px;
  left: 15px;
  color: inherit;
  opacity: 0.4;
}

/*
 * Remove margin from adjacent element
 */
.uk-alert-close:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */
.uk-alert-close:hover {
  color: inherit;
  opacity: 0.8;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-alert-primary {
  background: #d8eafc;
  color: #1e87f0;
}

/*
 * Success
 */
.uk-alert-success {
  background: #edfbf6;
  color: #32d296;
}

/*
 * Warning
 */
.uk-alert-warning {
  background: #fff6ee;
  color: #faa05a;
}

/*
 * Danger
 */
.uk-alert-danger {
  background: #fef4f6;
  color: #f0506e;
}

/*
     * Content
     */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}

.uk-alert a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

.uk-alert a:not([class]):hover {
  color: inherit;
  text-decoration: underline;
}

/* ========================================================================
   Component: Placeholder
 ========================================================================== */
.uk-placeholder {
  margin-bottom: 20px;
  padding: 30px 30px;
  background: transparent;
  border: 1px dashed #e5e5e5;
}

/* Add margin if adjacent element */
* + .uk-placeholder {
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-placeholder > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
/*
 * 1. Style
 * 2. Center child vertically and horizontally
 */
.uk-badge {
  box-sizing: border-box;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  /* 1 */
  background: #1e87f0;
  color: #fff !important;
  font-size: 11px;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

/*
 * Required for `a`
 */
.uk-badge:hover {
  text-decoration: none;
}

/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #fff;
}

/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}

/*
 * Danger
 */
.uk-label-danger {
  background-color: #f0506e;
  color: #fff;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
.uk-overlay {
  padding: 30px 30px;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay > :last-child {
  margin-bottom: 0;
}

/* Icon
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
/*
 * Default
 */
.uk-overlay-default {
  --uk-inverse: dark;
  background: rgba(255, 255, 255, 0.8);
}

/*
 * Primary
 */
.uk-overlay-primary {
  --uk-inverse: light;
  background: rgba(34, 34, 34, 0.8);
}

/* ========================================================================
   Component: Article
 ========================================================================== */
.uk-article {
  display: flow-root;
}

/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0;
}

/* Adjacent sibling
 ========================================================================== */
.uk-article + .uk-article {
  margin-top: 70px;
}

/* Title
 ========================================================================== */
.uk-article-title {
  font-size: 2.23125rem;
  line-height: 1.2;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-article-title {
    font-size: 2.625rem;
  }
}
/* Meta
 ========================================================================== */
.uk-article-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

.uk-article-meta a {
  color: #999;
}

.uk-article-meta a:hover {
  color: #666;
  text-decoration: none;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sections
 ========================================================================== */
.uk-comment-body {
  display: flow-root;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.uk-comment-header {
  display: flow-root;
  margin-bottom: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child,
.uk-comment-header > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-comment-title {
  font-size: 1.25rem;
  line-height: 1.4;
}

/* Meta
 ========================================================================== */
.uk-comment-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

/* Avatar
 ========================================================================== */
/* List
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}

/* Adjacent siblings */
.uk-comment-list > :nth-child(n+2) {
  margin-top: 70px;
}

/*
 * Sublists
 * Note: General sibling selector allows reply block between comment and sublist
 */
.uk-comment-list .uk-comment ~ ul {
  margin: 70px 0 0 0;
  padding-right: 30px;
  list-style: none;
}

/* Tablet and bigger */
@media (min-width: 960px) {
  .uk-comment-list .uk-comment ~ ul {
    padding-right: 100px;
  }
}
/* Adjacent siblings */
.uk-comment-list .uk-comment ~ ul > :nth-child(n+2) {
  margin-top: 70px;
}

/* Style modifier
 ========================================================================== */
.uk-comment-primary {
  padding: 30px;
  background-color: #f8f8f8;
}

/* ========================================================================
   Component: Search
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Reset `form`
 */
.uk-search {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  margin: 0;
}

/* Input
 ========================================================================== */
/*
 * Remove the inner padding and cancel buttons in Chrome on OS X and Safari on OS X.
 */
.uk-search-input::-webkit-search-cancel-button,
.uk-search-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-search-input::-moz-placeholder {
  opacity: 1;
}

/*
 * 1. Define consistent box sizing.
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Change font properties to `inherit` in all browsers
 * 5. Show the overflow in Edge.
 * 6. Remove default style in iOS.
 * 7. Vertical alignment
 * 8. Take the full container width
 * 9. Style
 */
.uk-search-input {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  /* 5 */
  overflow: visible;
  /* 6 */
  -webkit-appearance: none;
  /* 7 */
  vertical-align: middle;
  /* 8 */
  width: 100%;
  /* 9 */
  border: none;
  color: #666;
}

.uk-search-input:focus {
  outline: none;
}

/* Placeholder */
.uk-search-input::placeholder {
  color: #999;
}

/* Icon (Adopts `uk-icon`)
 ========================================================================== */
/*
 * Position above input
 * 1. Set position
 * 2. Center icon vertically and horizontally
 * 3. Style
 */
.uk-search .uk-search-icon {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  /* 2 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: #999;
}

/*
 * Required for `a`.
 */
.uk-search .uk-search-icon:hover {
  color: #999;
}

/*
 * Make `input` element clickable through icon, e.g. if it's a `span`
 */
.uk-search .uk-search-icon:not(a):not(button):not(input) {
  pointer-events: none;
}

/*
 * Position modifier
 */
.uk-search .uk-search-icon-flip {
  left: 0;
  right: auto;
}

/* Default modifier
 ========================================================================== */
.uk-search-default {
  width: 240px;
}

/*
 * Input
 */
.uk-search-default .uk-search-input {
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  background: transparent;
  border: 1px solid #e5e5e5;
}

/* Focus */
.uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0);
  border-color: #1e87f0;
}

/*
 * Icon
 */
.uk-search-default .uk-search-icon {
  width: 40px;
}

.uk-search-default:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-right: 40px;
}

.uk-search-default:has(.uk-search-icon-flip) .uk-search-input {
  padding-left: 40px;
}

/* Navbar modifier
 ========================================================================== */
.uk-search-navbar {
  width: 240px;
}

/*
 * Input
 */
.uk-search-navbar .uk-search-input {
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
}

/* Focus */
.uk-search-navbar .uk-search-input:focus {
  background-color: #fff;
  border-color: #1e87f0;
}

/*
 * Icon
 */
.uk-search-navbar .uk-search-icon {
  width: 40px;
}

.uk-search-navbar:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-right: 40px;
}

.uk-search-navbar:has(.uk-search-icon-flip) .uk-search-input {
  padding-left: 40px;
}

/* Medium modifier
 ========================================================================== */
.uk-search-medium {
  width: 400px;
}

/*
 * Input
 */
.uk-search-medium .uk-search-input {
  height: 40px;
  background: transparent;
  font-size: 1.5rem;
}

/* Focus */
/*
 * Icon
 */
.uk-search-medium .uk-search-icon {
  width: 24px;
}

.uk-search-medium:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-right: 34px;
}

.uk-search-medium:has(.uk-search-icon-flip) .uk-search-input {
  padding-left: 34px;
}

/* Large modifier
 ========================================================================== */
.uk-search-large {
  width: 500px;
}

/*
 * Input
 */
.uk-search-large .uk-search-input {
  height: 80px;
  background: transparent;
  font-size: 2.625rem;
}

/* Focus */
/*
 * Icon
 */
.uk-search-large .uk-search-icon {
  width: 40px;
}

.uk-search-large:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
  padding-right: 60px;
}

.uk-search-large:has(.uk-search-icon-flip) .uk-search-input {
  padding-left: 60px;
}

/* Toggle
 ========================================================================== */
.uk-search-toggle {
  color: #999;
}

/* Hover */
.uk-search-toggle:hover {
  color: #666;
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
.uk-accordion {
  padding: 0;
  list-style: none;
}

/* Item
 ========================================================================== */
.uk-accordion > :nth-child(n+2) {
  margin-top: 20px;
}

/* Title
 ========================================================================== */
.uk-accordion-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #333;
  overflow: hidden;
}

.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-right: 10px;
  float: left;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/* Hover */
.uk-accordion-title:hover {
  color: #666;
  text-decoration: none;
}

/* Content
 ========================================================================== */
.uk-accordion-content {
  display: flow-root;
  margin-top: 20px;
}

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Drop
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Set a default width
 */
.uk-drop {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1020;
  --uk-position-offset: 20px;
  --uk-position-viewport-offset: 15px;
  /* 3 */
  box-sizing: border-box;
  width: 300px;
}

/* Show */
.uk-drop.uk-open {
  display: block;
}

/* Grid modifiers
 ========================================================================== */
.uk-drop-stack .uk-drop-grid > * {
  width: 100% !important;
}

/* Parent icon
 ========================================================================== */
.uk-drop-parent-icon {
  margin-right: 0.25em;
  transition: transform 0.3s ease-out;
}

[aria-expanded=true] > .uk-drop-parent-icon {
  transform: rotateX(180deg);
}

/* ========================================================================
   Component: Dropbar
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop
 * 2. Style
 */
.uk-dropbar {
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 0;
  --uk-inverse: dark;
  /* 1 */
  width: auto;
  /* 2 */
  padding: 25px 15px 25px 15px;
  background: #fff;
  color: #666;
}

/*
 * Remove margin from the last-child
 */
.uk-dropbar > :last-child {
  margin-bottom: 0;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-dropbar {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-dropbar {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.uk-dropbar :focus-visible {
  outline-color: #333 !important;
}

/* Size modifier
 ========================================================================== */
.uk-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Direction modifier
 ========================================================================== */
.uk-dropbar-top {
  box-shadow: 0 12px 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-bottom {
  box-shadow: 0 -12px 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-right {
  box-shadow: -12px 0 7px -6px rgba(0, 0, 0, 0.05);
}

.uk-dropbar-left {
  box-shadow: 12px 0 7px -6px rgba(0, 0, 0, 0.05);
}

/* ========================================================================
   Component: Dropnav
 ========================================================================== */
/*
 * 1. Position
 * 2. Reset dropbar
 * 3. Width
 */
.uk-dropnav-dropbar {
  /* 1 */
  position: absolute;
  z-index: 980;
  /* 2 */
  padding: 0;
  /* 3 */
  right: 0;
  left: 0;
}

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  /* 4 */
  padding: 15px 15px;
  /* 5 */
  background: rgba(0, 0, 0, 0.6);
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal {
    padding: 50px 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/*
 * Open
 */
.uk-modal.uk-open {
  opacity: 1;
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-modal-page {
  overflow: hidden;
}

/* Dialog
 ========================================================================== */
/*
 * 1. Create position context for spinner and close button
 * 2. Dimensions
 * 3. `!important` is needed to overwrite `uk-width-auto`. See `#modal-media-image` in tests
 * 4. Style
 * 5. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 0 auto;
  width: 600px;
  /* 3 */
  max-width: 100% !important;
  /* 4 */
  background: #fff;
  /* 5 */
  opacity: 0;
  transform: translateY(-100px);
  transition: 0.3s linear;
  transition-property: opacity, transform;
}

/*
 * Open
 */
.uk-open > .uk-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}

/* Size modifier
 ========================================================================== */
/*
 * Container size
 * Take the same size as the Container component
 */
.uk-modal-container .uk-modal-dialog {
  width: 1200px;
}

/*
 * Full size
 * 1. Remove padding and background from modal
 * 2. Reset all default declarations from modal dialog
 */
/* 1 */
.uk-modal-full {
  padding: 0;
  background: none;
}

/* 2 */
.uk-modal-full .uk-modal-dialog {
  margin: 0;
  width: 100%;
  max-width: 100%;
  transform: translateY(0);
}

/* Sections
 ========================================================================== */
.uk-modal-body {
  display: flow-root;
  padding: 20px 20px;
}

.uk-modal-header {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}

.uk-modal-footer {
  display: flow-root;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-modal-body {
    padding: 30px 30px;
  }
  .uk-modal-header {
    padding: 15px 30px;
  }
  .uk-modal-footer {
    padding: 15px 30px;
  }
}
/*
 * Remove margin from the last-child
 */
.uk-modal-body > :last-child,
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Title
 ========================================================================== */
.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
[class*=uk-modal-close-] {
  position: absolute;
  z-index: 1010;
  top: 10px;
  left: 10px;
  padding: 5px;
}

/*
 * Remove margin from adjacent element
 */
[class*=uk-modal-close-]:first-child + * {
  margin-top: 0;
}

/*
 * Hover
 */
/*
 * Default
 */
/*
 * Outside
 * 1. Prevent scrollbar on small devices
 */
.uk-modal-close-outside {
  top: 0;
  /* 1 */
  left: -5px;
  transform: translate(0, -100%);
  color: #ffffff;
}

.uk-modal-close-outside:hover {
  color: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* 1 */
  .uk-modal-close-outside {
    left: 0;
    transform: translate(-100%, -100%);
  }
}
/*
 * Full
 */
.uk-modal-close-full {
  top: 0;
  left: 0;
  padding: 10px;
  background: #fff;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-modal-close-full {
    padding: 20px;
  }
}
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slideshow {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Items
 ========================================================================== */
/*
 * 1. Create position and stacking context
 * 2. Reset list
 * 3. Clip child elements
 * 4. Prevent displaying the callout information on iOS.
 * 5. Disable horizontal panning gestures
 */
.uk-slideshow-items {
  /* 1 */
  position: relative;
  z-index: 0;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  overflow: hidden;
  /* 4 */
  -webkit-touch-callout: none;
  /* 5 */
  touch-action: pan-y;
}

/* Item
 ========================================================================== */
/*
 * 1. Position items above each other
 * 2. Take the full width
 * 3. Clip child elements, e.g. for `uk-cover`
 * 4. Optimize animation
 */
.uk-slideshow-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  right: 0;
  /* 2 */
  left: 0;
  bottom: 0;
  /* 3 */
  overflow: hidden;
  /* 4 */
  will-change: transform, opacity;
}

/*
 * Hide not active items
 */
.uk-slideshow-items > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Slider
 ========================================================================== */
/*
 * 1. Prevent tab highlighting on iOS.
 */
.uk-slider {
  /* 1 */
  -webkit-tap-highlight-color: transparent;
}

/* Container
 ========================================================================== */
/*
 * 1. Clip child elements
 * 2. Prevent accidental scrolling through elements in slide getting focused
 */
.uk-slider-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  overflow: clip;
}

/*
 * Widen container to prevent box-shadows from clipping, `large-box-shadow`
 */
.uk-slider-container-offset {
  margin: -11px -25px -39px -25px;
  padding: 11px 25px 39px 25px;
}

/* Items
 ========================================================================== */
/*
 * 1. Optimize animation
 * 2. Create a containing block. In Safari it's neither created by `transform` nor `will-change`.
 * 3. Disable horizontal panning gestures
 */
.uk-slider-items {
  /* 1 */
  will-change: transform;
  /* 2 */
  position: relative;
  /* 3 */
  touch-action: pan-y;
}

/*
 * 1. Reset list style without interfering with grid
 * 2. Prevent displaying the callout information on iOS.
 */
.uk-slider-items:not(.uk-grid) {
  display: flex;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 2 */
  -webkit-touch-callout: none;
}

.uk-slider-items.uk-grid {
  flex-wrap: nowrap;
}

/* Item
 ========================================================================== */
/*
 * 1. Let items take content dimensions (0 0 auto)
 *    `max-width` needed to keep image responsiveness and prevent content overflow
 * 2. Create position context
 */
.uk-slider-items > * {
  /* 1 */
  flex: none !important;
  box-sizing: border-box;
  max-width: 100%;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Sticky
 ========================================================================== */
/*
 * 1. Create position context so it's t the same like when fixed.
 * 2. Create stacking context already when not sticky to have the same context
*     for position set to `sticky` and `relative`
 * 2. More robust if padding and border are used and the sticky height is transitioned
 */
.uk-sticky {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 980;
  /* 3 */
  box-sizing: border-box;
}

/*
 * 1. Force new layer to resolve frame rate issues on devices with lower frame rates
 */
.uk-sticky-fixed {
  margin: 0 !important;
  /* 1 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*
 * Faster animations
 */
.uk-sticky[class*=uk-animation-] {
  animation-duration: 0.2s;
}

.uk-sticky.uk-animation-reverse {
  animation-duration: 0.2s;
}

/*
 * Placeholder
 * Make content clickable for sticky cover and reveal effects
 */
.uk-sticky-placeholder {
  pointer-events: none;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas {
  left: 0;
  right: auto;
}

/* Bar
 ========================================================================== */
/*
 * 1. Set position
 * 2. Size and style
 * 3. Allow scrolling
 */
.uk-offcanvas-bar {
  --uk-inverse: light;
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  right: -270px;
  /* 2 */
  box-sizing: border-box;
  width: 270px;
  padding: 20px 20px;
  background: #222;
  /* 3 */
  overflow-y: auto;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-bar {
    right: -350px;
    width: 350px;
    padding: 30px 30px;
  }
}
/* Flip modifier */
.uk-offcanvas-flip .uk-offcanvas-bar {
  right: auto;
  left: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-flip .uk-offcanvas-bar {
    left: -350px;
  }
}
/*
 * Open
 */
.uk-open > .uk-offcanvas-bar {
  right: 0;
}

.uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  right: auto;
  left: 0;
}

/*
 * Slide Animation (Used in slide and push mode)
 */
.uk-offcanvas-bar-animation {
  transition: right 0.3s ease-out;
}

.uk-offcanvas-flip .uk-offcanvas-bar-animation {
  transition-property: left;
}

/*
 * Reveal Animation
 * 1. Set position
 * 2. Clip the bar
 * 3. Animation
 * 4. Reset position
 */
.uk-offcanvas-reveal {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  /* 2 */
  width: 0;
  overflow: hidden;
  /* 3 */
  transition: width 0.3s ease-out;
}

.uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  right: 0;
}

.uk-offcanvas-flip .uk-offcanvas-reveal .uk-offcanvas-bar {
  /* 4 */
  right: auto;
  left: 0;
}

.uk-open > .uk-offcanvas-reveal {
  width: 270px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-open > .uk-offcanvas-reveal {
    width: 350px;
  }
}
/*
 * Flip modifier
 */
.uk-offcanvas-flip .uk-offcanvas-reveal {
  left: 0;
  right: auto;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-offcanvas-close {
  position: absolute;
  z-index: 1000;
  top: 5px;
  left: 5px;
  padding: 5px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 10px;
    left: 10px;
  }
}
/*
 * Remove margin from adjacent element
 */
.uk-offcanvas-close:first-child + * {
  margin-top: 0;
}

/* Overlay
 ========================================================================== */
/*
 * Overlay the whole page. Needed for the `::before`
 * 1. Using `100vw` so no modification is needed when off-canvas is flipped
 * 2. Allow for closing with swipe gesture on devices with pointer events.
 */
.uk-offcanvas-overlay {
  /* 1 */
  width: 100vw;
  /* 2 */
  touch-action: none;
}

/*
 * 1. Mask the whole page
 * 2. Fade-in transition
 */
.uk-offcanvas-overlay::before {
  /* 1 */
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  /* 2 */
  opacity: 0;
  transition: opacity 0.15s linear;
}

.uk-offcanvas-overlay.uk-open::before {
  opacity: 1;
}

/* Prevent scrolling
 ========================================================================== */
/*
 * Prevent horizontal scrollbar when the content is slide-out
 * Has to be on the `html` element too to make it work on the `body`
 * 1. `clip` is needed for `position: sticky` elements to keep their position
 */
.uk-offcanvas-page,
.uk-offcanvas-container {
  overflow-x: hidden;
  /* 1 */
  overflow-x: clip;
}

/* Container
 ========================================================================== */
/*
 * Prepare slide-out animation (Used in reveal and push mode)
 * Using `position: left` instead of `transform` because position `fixed` elements like sticky navbars
 * lose their fixed state and behaves like `absolute` within a transformed container
 * 1. Provide a fixed width and prevent shrinking
 */
.uk-offcanvas-container {
  position: relative;
  right: 0;
  transition: right 0.3s ease-out;
  /* 1 */
  box-sizing: border-box;
  width: 100%;
}

/*
 * Activate slide-out animation
 */
:not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
  right: 270px;
}

.uk-offcanvas-flip.uk-offcanvas-container-animation {
  right: -270px;
}

/* Tablet landscape and bigger */
@media (min-width: 640px) {
  :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
    right: 350px;
  }
  .uk-offcanvas-flip.uk-offcanvas-container-animation {
    right: -350px;
  }
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * Reset list
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Items
 ========================================================================== */
/*
 * Hide not active items
 */
.uk-switcher > :not(.uk-active) {
  display: none;
}

/*
 * Remove margin from the last-child
 */
.uk-switcher > * > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Leader
 ========================================================================== */
.uk-leader {
  overflow: hidden;
}

/*
 * 1. Place element in text flow
 * 2. Never break into a new line
 * 3. Get a string back with as many repeating characters to fill the container
 * 4. Prevent wrapping. Overflowing characters will be clipped by the container
 */
.uk-leader-fill::after {
  /* 1 */
  display: inline-block;
  margin-right: 15px;
  /* 2 */
  width: 0;
  /* 3 */
  content: attr(data-fill);
  /* 4 */
  white-space: nowrap;
}

/*
 * Hide if media does not match
 */
.uk-leader-fill.uk-leader-hide::after {
  display: none;
}

/*
 * Pass fill character to JS
 */
:root {
  --uk-leader-fill-content: .;
}

/* ========================================================================
   Component: Notification
 ========================================================================== */
/*
 * 1. Set position
 * 2. Dimensions
 */
.uk-notification {
  /* 1 */
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1040;
  /* 2 */
  box-sizing: border-box;
  width: 350px;
}

/* Position modifiers
========================================================================== */
.uk-notification-top-left,
.uk-notification-bottom-left {
  right: auto;
  left: 10px;
}

.uk-notification-top-center,
.uk-notification-bottom-center {
  right: 50%;
  margin-right: -175px;
}

.uk-notification-bottom-right,
.uk-notification-bottom-left,
.uk-notification-bottom-center {
  top: auto;
  bottom: 10px;
}

/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media (max-width: 639px) {
  .uk-notification {
    right: 10px;
    left: 10px;
    width: auto;
    margin: 0;
  }
}
/* Message
========================================================================== */
.uk-notification-message {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  color: #666;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
}

* + .uk-notification-message {
  margin-top: 10px;
}

/* Close
 * Adopts `uk-close`
 ========================================================================== */
.uk-notification-close {
  display: none;
  position: absolute;
  top: 20px;
  left: 15px;
}

.uk-notification-message:hover .uk-notification-close {
  display: block;
}

/* Style modifiers
 ========================================================================== */
/*
 * Primary
 */
.uk-notification-message-primary {
  color: #1e87f0;
}

/*
 * Success
 */
.uk-notification-message-success {
  color: #32d296;
}

/*
 * Warning
 */
.uk-notification-message-warning {
  color: #faa05a;
}

/*
 * Danger
 */
.uk-notification-message-danger {
  color: #f0506e;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Position
 * 3. Remove tooltip from document flow to keep the UIkit container from changing its size when injected into the document initially
 * 4. Dimensions
 * 5. Style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 10;
  /* 3 */
  top: 0;
  /* 4 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 3px 6px;
  /* 5 */
  background: #666;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}

/* Show */
.uk-tooltip.uk-active {
  display: block;
}

/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
  position: relative;
}

/*
 * Remove margin from the last-child
 */
.uk-sortable > :last-child {
  margin-bottom: 0;
}

/* Drag
 ========================================================================== */
.uk-sortable-drag {
  position: fixed !important;
  z-index: 1050 !important;
  pointer-events: none;
}

/* Placeholder
 ========================================================================== */
.uk-sortable-placeholder {
  opacity: 0;
  pointer-events: none;
}

/* Empty modifier
 ========================================================================== */
.uk-sortable-empty {
  min-height: 50px;
}

/* Handle
 ========================================================================== */
/* Hover */
.uk-sortable-handle:hover {
  cursor: move;
}

/* ========================================================================
   Component: Countdown
 ========================================================================== */
/* Item
 ========================================================================== */
/* Number
 ========================================================================== */
/*
 * 1. Make numbers all of the same size to prevent jumping. Must be supported by the font.
 * 2. Style
 */
.uk-countdown-number {
  /* 1 */
  font-variant-numeric: tabular-nums;
  /* 2 */
  font-size: 2rem;
  line-height: 0.8;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-number {
    font-size: 4rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-number {
    font-size: 6rem;
  }
}
/* Separator
 ========================================================================== */
.uk-countdown-separator {
  font-size: 1rem;
  line-height: 1.6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-countdown-separator {
    font-size: 2rem;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-countdown-separator {
    font-size: 3rem;
  }
}
/* Label
 ========================================================================== */
/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-thumbnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-right: -15px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-thumbnav > * {
  /* 1 */
  padding-right: 15px;
}

/* Items
 ========================================================================== */
/*
 * Items
 */
.uk-thumbnav > * > * {
  display: inline-block;
  position: relative;
}

.uk-thumbnav > * > *::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  transition: opacity 0.1s ease-in-out;
}

/* Hover */
.uk-thumbnav > * > :hover::after {
  opacity: 0;
}

/* Active */
.uk-thumbnav > .uk-active > *::after {
  opacity: 0;
}

/* Modifier: 'uk-thumbnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-thumbnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-right: 0;
  margin-top: -15px;
}

/* 2 */
.uk-thumbnav-vertical > * {
  padding-right: 0;
  padding-top: 15px;
}

/* ========================================================================
   Component: Iconnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-iconnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-right: -10px;
}

/*
 * Space is allocated based on content dimensions, but shrinks: 0 1 auto
 * 1. Gutter
 */
.uk-iconnav > * {
  /* 1 */
  padding-right: 10px;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically if there is still some text
 * 2. Imitate white space gap when using flexbox
 * 3. Force text not to affect item height
 * 4. Style
 * 5. Required for `a` if there is still some text
 */
.uk-iconnav > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  line-height: 0;
  /* 4 */
  color: #999;
  /* 5 */
  text-decoration: none;
  font-size: 0.875rem;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover */
.uk-iconnav > * > a:hover {
  color: #666;
}

/* Active */
.uk-iconnav > .uk-active > a {
  color: #666;
}

/* Modifier: 'uk-iconnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-iconnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-right: 0;
  margin-top: -10px;
}

/* 2 */
.uk-iconnav-vertical > * {
  padding-right: 0;
  padding-top: 10px;
}

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Allow cells to wrap into the next line
 * 2. Reset list
 */
.uk-grid {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Grid cell
 * Note: Space is allocated solely based on content dimensions, but shrinks: 0 1 auto
 * Reset margin for e.g. paragraphs
 */
.uk-grid > * {
  margin: 0;
}

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Gutter
 ========================================================================== */
/*
 * Default
 */
/* Horizontal */
.uk-grid {
  margin-right: -30px;
}

.uk-grid > * {
  padding-right: 30px;
}

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin,
* + .uk-grid-margin {
  margin-top: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid {
    margin-right: -40px;
  }
  .uk-grid > * {
    padding-right: 40px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid > .uk-grid-margin,
  * + .uk-grid-margin {
    margin-top: 40px;
  }
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-small,
.uk-grid-column-small {
  margin-right: -15px;
}

.uk-grid-small > *,
.uk-grid-column-small > * {
  padding-right: 15px;
}

/* Vertical */
.uk-grid + .uk-grid-small,
.uk-grid + .uk-grid-row-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-row-small > .uk-grid-margin,
* + .uk-grid-margin-small {
  margin-top: 15px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-medium,
.uk-grid-column-medium {
  margin-right: -30px;
}

.uk-grid-medium > *,
.uk-grid-column-medium > * {
  padding-right: 30px;
}

/* Vertical */
.uk-grid + .uk-grid-medium,
.uk-grid + .uk-grid-row-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-row-medium > .uk-grid-margin,
* + .uk-grid-margin-medium {
  margin-top: 30px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-large,
.uk-grid-column-large {
  margin-right: -40px;
}

.uk-grid-large > *,
.uk-grid-column-large > * {
  padding-right: 40px;
}

/* Vertical */
.uk-grid + .uk-grid-large,
.uk-grid + .uk-grid-row-large,
.uk-grid-large > .uk-grid-margin,
.uk-grid-row-large > .uk-grid-margin,
* + .uk-grid-margin-large {
  margin-top: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-large,
  .uk-grid-column-large {
    margin-right: -70px;
  }
  .uk-grid-large > *,
  .uk-grid-column-large > * {
    padding-right: 70px;
  }
  /* Vertical */
  .uk-grid + .uk-grid-large,
  .uk-grid + .uk-grid-row-large,
  .uk-grid-large > .uk-grid-margin,
  .uk-grid-row-large > .uk-grid-margin,
  * + .uk-grid-margin-large {
    margin-top: 70px;
  }
}
/*
 * Collapse
 */
/* Horizontal */
.uk-grid-collapse,
.uk-grid-column-collapse {
  margin-right: 0;
}

.uk-grid-collapse > *,
.uk-grid-column-collapse > * {
  padding-right: 0;
}

/* Vertical */
.uk-grid + .uk-grid-collapse,
.uk-grid + .uk-grid-row-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-row-collapse > .uk-grid-margin {
  margin-top: 0;
}

/* Divider
 ========================================================================== */
.uk-grid-divider > * {
  position: relative;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border-right: 1px solid #e5e5e5;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  border-top: 1px solid #e5e5e5;
}

/*
 * Default
 */
/* Horizontal */
.uk-grid-divider {
  margin-right: -60px;
}

.uk-grid-divider > * {
  padding-right: 60px;
}

.uk-grid-divider > :not(.uk-first-column)::before {
  right: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  right: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider {
    margin-right: -80px;
  }
  .uk-grid-divider > * {
    padding-right: 80px;
  }
  .uk-grid-divider > :not(.uk-first-column)::before {
    right: 40px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin {
    margin-top: 80px;
  }
  .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -40px;
    right: 80px;
  }
}
/*
 * Small
 */
/* Horizontal */
.uk-grid-divider.uk-grid-small,
.uk-grid-divider.uk-grid-column-small {
  margin-right: -30px;
}

.uk-grid-divider.uk-grid-small > *,
.uk-grid-divider.uk-grid-column-small > * {
  padding-right: 30px;
}

.uk-grid-divider.uk-grid-small > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-small > :not(.uk-first-column)::before {
  right: 15px;
}

/* Vertical */
.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin {
  margin-top: 30px;
}

.uk-grid-divider.uk-grid-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
  right: 30px;
}

.uk-grid-divider.uk-grid-row-small.uk-grid-stack > .uk-grid-margin::before {
  top: -15px;
}

.uk-grid-divider.uk-grid-column-small.uk-grid-stack > .uk-grid-margin::before {
  right: 30px;
}

/*
 * Medium
 */
/* Horizontal */
.uk-grid-divider.uk-grid-medium,
.uk-grid-divider.uk-grid-column-medium {
  margin-right: -60px;
}

.uk-grid-divider.uk-grid-medium > *,
.uk-grid-divider.uk-grid-column-medium > * {
  padding-right: 60px;
}

.uk-grid-divider.uk-grid-medium > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-medium > :not(.uk-first-column)::before {
  right: 30px;
}

/* Vertical */
.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin {
  margin-top: 60px;
}

.uk-grid-divider.uk-grid-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
  right: 60px;
}

.uk-grid-divider.uk-grid-row-medium.uk-grid-stack > .uk-grid-margin::before {
  top: -30px;
}

.uk-grid-divider.uk-grid-column-medium.uk-grid-stack > .uk-grid-margin::before {
  right: 60px;
}

/*
 * Large
 */
/* Horizontal */
.uk-grid-divider.uk-grid-large,
.uk-grid-divider.uk-grid-column-large {
  margin-right: -80px;
}

.uk-grid-divider.uk-grid-large > *,
.uk-grid-divider.uk-grid-column-large > * {
  padding-right: 80px;
}

.uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
.uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
  right: 40px;
}

/* Vertical */
.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
  margin-top: 80px;
}

.uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
  right: 80px;
}

.uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
  top: -40px;
}

.uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
  right: 80px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Horizontal */
  .uk-grid-divider.uk-grid-large,
  .uk-grid-divider.uk-grid-column-large {
    margin-right: -140px;
  }
  .uk-grid-divider.uk-grid-large > *,
  .uk-grid-divider.uk-grid-column-large > * {
    padding-right: 140px;
  }
  .uk-grid-divider.uk-grid-large > :not(.uk-first-column)::before,
  .uk-grid-divider.uk-grid-column-large > :not(.uk-first-column)::before {
    right: 70px;
  }
  /* Vertical */
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin,
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin {
    margin-top: 140px;
  }
  .uk-grid-divider.uk-grid-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
    right: 140px;
  }
  .uk-grid-divider.uk-grid-row-large.uk-grid-stack > .uk-grid-margin::before {
    top: -70px;
  }
  .uk-grid-divider.uk-grid-column-large.uk-grid-stack > .uk-grid-margin::before {
    right: 140px;
  }
}
/* Match child of a grid cell
 ========================================================================== */
/*
 * Behave like a block element
 * 1. Wrap into the next line
 * 2. Take the full width, at least 100%. Only if no class from the Width component is set.
 * 3. Expand width even if larger than 100%, e.g. because of negative margin (Needed for nested grids)
 */
.uk-grid-match > *,
.uk-grid-item-match {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
}

.uk-grid-match > * > :not([class*=uk-width]),
.uk-grid-item-match > :not([class*=uk-width]) {
  /* 2 */
  box-sizing: border-box;
  width: 100%;
  /* 3 */
  flex: auto;
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
/*
 * Reset
 */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
* 1. Center content vertically, e.g. an icon
* 2. Imitate white space gap when using flexbox
* 3. Reset link
 */
.uk-nav li > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3*/
  text-decoration: none;
}

/*
 * Items
 * Must target `a` elements to exclude other elements (e.g. lists)
 */
.uk-nav > li > a {
  padding: 5px 0;
}

/* Sublists
 ========================================================================== */
/*
 * Level 2
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 15px 5px 0;
}

/*
 * Level 3 and deeper
 */
.uk-nav-sub ul {
  padding-right: 15px;
}

/*
 * Items
 */
.uk-nav-sub a {
  padding: 2px 0;
}

/* Parent icon
 ========================================================================== */
.uk-nav-parent-icon {
  margin-right: auto;
  transition: transform 0.3s ease-out;
}

.uk-nav > li.uk-open > a .uk-nav-parent-icon {
  transform: rotateX(180deg);
}

/* Header
 ========================================================================== */
.uk-nav-header {
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.uk-nav-header:not(:first-child) {
  margin-top: 20px;
}

/* Divider
 ========================================================================== */
.uk-nav .uk-nav-divider {
  margin: 5px 0;
}

/* Default modifier
 ========================================================================== */
.uk-nav-default {
  font-size: 0.875rem;
  line-height: 1.5;
}

/*
 * Items
 */
.uk-nav-default > li > a {
  color: #999;
}

/* Hover */
.uk-nav-default > li > a:hover {
  color: #666;
}

/* Active */
.uk-nav-default > li.uk-active > a {
  color: #333;
}

/*
 * Subtitle
 */
.uk-nav-default .uk-nav-subtitle {
  font-size: 12px;
}

/*
 * Header
 */
.uk-nav-default .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-nav-default .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-default .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-nav-default .uk-nav-sub a {
  color: #999;
}

.uk-nav-default .uk-nav-sub a:hover {
  color: #666;
}

.uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Primary modifier
 ========================================================================== */
.uk-nav-primary {
  font-size: 1.5rem;
  line-height: 1.5;
}

/*
 * Items
 */
.uk-nav-primary > li > a {
  color: #999;
}

/* Hover */
.uk-nav-primary > li > a:hover {
  color: #666;
}

/* Active */
.uk-nav-primary > li.uk-active > a {
  color: #333;
}

/*
 * Subtitle
 */
.uk-nav-primary .uk-nav-subtitle {
  font-size: 1.25rem;
}

/*
 * Header
 */
.uk-nav-primary .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-nav-primary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-primary .uk-nav-sub {
  font-size: 1.25rem;
  line-height: 1.5;
}

.uk-nav-primary .uk-nav-sub a {
  color: #999;
}

.uk-nav-primary .uk-nav-sub a:hover {
  color: #666;
}

.uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Secondary modifier
 ========================================================================== */
.uk-nav-secondary {
  font-size: 16px;
  line-height: 1.5;
}

.uk-nav-secondary > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 0;
}

/*
 * Items
 */
.uk-nav-secondary > li > a {
  color: #333;
  padding: 10px 10px;
}

/* Hover */
.uk-nav-secondary > li > a:hover {
  color: #333;
  background-color: #f8f8f8;
}

/* Active */
.uk-nav-secondary > li.uk-active > a {
  color: #333;
  background-color: #f8f8f8;
}

/*
 * Subtitle
 */
.uk-nav-secondary .uk-nav-subtitle {
  font-size: 0.875rem;
  color: #999;
}

/* Hover */
.uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: #666;
}

/* Active */
.uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #333;
}

/*
 * Header
 */
.uk-nav-secondary .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-nav-secondary .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-nav-secondary .uk-nav-sub {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-nav-secondary .uk-nav-sub a {
  color: #999;
}

.uk-nav-secondary .uk-nav-sub a:hover {
  color: #666;
}

.uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Size modifier
 ========================================================================== */
/*
 * Medium
 */
.uk-nav-medium {
  font-size: 2.8875rem;
  line-height: 1;
}

.uk-nav-large {
  font-size: 3.4rem;
  line-height: 1;
}

.uk-nav-xlarge {
  font-size: 4rem;
  line-height: 1;
}

/* Tablet Landscape and bigger */
@media (min-width: 960px) {
  .uk-nav-medium {
    font-size: 3.5rem;
  }
  .uk-nav-large {
    font-size: 4rem;
  }
  .uk-nav-xlarge {
    font-size: 6rem;
  }
}
/* Laptop and bigger */
@media (min-width: 1200px) {
  .uk-nav-medium {
    font-size: 4rem;
  }
  .uk-nav-large {
    font-size: 6rem;
  }
  .uk-nav-xlarge {
    font-size: 8rem;
  }
}
/* Alignment modifier
 ========================================================================== */
/*
 * 1. Center header
 * 2. Center items
 */
/* 1 */
.uk-nav-center {
  text-align: center;
}

/* 2 */
.uk-nav-center li > a {
  justify-content: center;
}

/* Sublists */
.uk-nav-center .uk-nav-sub,
.uk-nav-center .uk-nav-sub ul {
  padding-right: 0;
}

/* Parent icon  */
.uk-nav-center .uk-nav-parent-icon {
  margin-right: 0.25em;
}

/* Style modifier
 ========================================================================== */
/*
 * Divider
 * Naming is in plural to prevent conflicts with divider sub object.
 */
.uk-nav.uk-nav-divider > :not(.uk-nav-header, .uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
/*
 * 1. Create position context to center navbar group
 */
.uk-navbar {
  display: flex;
  /* 1 */
  position: relative;
}

/* Container
 ========================================================================== */
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #f8f8f8;
}

/* Groups
 ========================================================================== */
/*
 * 1. Align navs and items vertically if they have a different height
 */
.uk-navbar-right,
.uk-navbar-left,
[class*=uk-navbar-center] {
  display: flex;
  gap: 15px;
  /* 1 */
  align-items: center;
}

/*
 * Horizontal alignment
 * 1. Create position context for centered navbar with sub groups (left/right)
 * 2. Fix text wrapping if content is larger than 50% of the container.
 * 3. Needed for dropdowns because a new position context is created
 *    `z-index` must be smaller than off-canvas
 * 4. Align sub groups for centered navbar
 */
.uk-navbar-left {
  margin-right: auto;
}

.uk-navbar-center:only-child {
  margin-right: auto;
  margin-left: auto;
  /* 1 */
  position: relative;
}

.uk-navbar-center:not(:only-child) {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  /* 2 */
  width: max-content;
  box-sizing: border-box;
  /* 3 */
  z-index: 990;
}

/* 4 */
.uk-navbar-center-right,
.uk-navbar-center-left {
  position: absolute;
  top: 0;
}

.uk-navbar-center-right {
  left: calc(100% + 15px);
}

.uk-navbar-center-left {
  right: calc(100% + 15px);
}

[class*=uk-navbar-center-] {
  width: max-content;
  box-sizing: border-box;
}

/* Nav
 ========================================================================== */
/*
 * 1. Reset list
 */
.uk-navbar-nav {
  display: flex;
  gap: 15px;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Allow items to wrap into the next line
 * Only not `absolute` positioned groups
 */
.uk-navbar-right,
.uk-navbar-left,
.uk-navbar-center:only-child {
  flex-wrap: wrap;
}

/*
 * Items
 * 1. Center content vertically and horizontally
 * 2. Imitate white space gap when using flexbox
 * 3. Dimensions
 * 4. Style
 * 5. Required for `a`
 */
.uk-navbar-nav > li > a,
.uk-navbar-item,
.uk-navbar-toggle {
  /* 1 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  box-sizing: border-box;
  min-height: 80px;
  /* 4 */
  font-size: 0.875rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 5 */
  text-decoration: none;
}

/*
 * Nav items
 */
.uk-navbar-nav > li > a {
  padding: 0 0;
  color: #999;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/*
 * Hover
 * Apply hover style also if dropdown is opened
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a[aria-expanded=true] {
  color: #666;
}

/* OnClick */
.uk-navbar-nav > li > a:active {
  color: #333;
}

/* Active */
.uk-navbar-nav > li.uk-active > a {
  color: #333;
}

/* Parent icon modifier
 ========================================================================== */
.uk-navbar-parent-icon {
  margin-right: 4px;
  transition: transform 0.3s ease-out;
}

.uk-navbar-nav > li > a[aria-expanded=true] .uk-navbar-parent-icon {
  transform: rotateX(180deg);
}

/* Item
 ========================================================================== */
.uk-navbar-item {
  padding: 0 0;
  color: #666;
}

/*
 * Remove margin from the last-child
 */
.uk-navbar-item > :last-child {
  margin-bottom: 0;
}

/* Toggle
 ========================================================================== */
.uk-navbar-toggle {
  padding: 0 0;
  color: #999;
}

.uk-navbar-toggle:hover,
.uk-navbar-toggle[aria-expanded=true] {
  color: #666;
  text-decoration: none;
}

/*
 * Icon
 * Adopts `uk-icon`
 */
/* Hover */
/* Subtitle
 ========================================================================== */
.uk-navbar-subtitle {
  font-size: 0.875rem;
}

/* Justify modifier
 ========================================================================== */
.uk-navbar-justify .uk-navbar-right,
.uk-navbar-justify .uk-navbar-left,
.uk-navbar-justify .uk-navbar-nav,
.uk-navbar-justify .uk-navbar-nav > li,
.uk-navbar-justify .uk-navbar-item,
.uk-navbar-justify .uk-navbar-toggle {
  flex-grow: 1;
}

/* Style modifiers
 ========================================================================== */
/* Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Set a default width
 * 2. Style
 */
.uk-navbar-dropdown {
  --uk-position-offset: 15px;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  --uk-inverse: dark;
  /* 1 */
  width: 200px;
  /* 2 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/*
 * Remove margin from the last-child
 */
.uk-navbar-dropdown > :last-child {
  margin-bottom: 0;
}

.uk-navbar-dropdown :focus-visible {
  outline-color: #333 !important;
}

/*
 * Grid
 * Adopts `uk-grid`
 */
/* Gutter Horizontal */
.uk-navbar-dropdown .uk-drop-grid {
  margin-right: -30px;
}

.uk-navbar-dropdown .uk-drop-grid > * {
  padding-right: 30px;
}

/* Gutter Vertical */
.uk-navbar-dropdown .uk-drop-grid > .uk-grid-margin {
  margin-top: 30px;
}

/*
 * Width modifier
 */
.uk-navbar-dropdown-width-2:not(.uk-drop-stack) {
  width: 400px;
}

.uk-navbar-dropdown-width-3:not(.uk-drop-stack) {
  width: 600px;
}

.uk-navbar-dropdown-width-4:not(.uk-drop-stack) {
  width: 800px;
}

.uk-navbar-dropdown-width-5:not(.uk-drop-stack) {
  width: 1000px;
}

/*
 * Size modifier
 */
.uk-navbar-dropdown-large {
  --uk-position-shift-offset: 0;
  padding: 40px;
}

/*
 * Dropbar modifier
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-navbar-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 25px 0 25px 0;
  --uk-position-offset: 0;
  --uk-position-shift-offset: 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}
.uk-navbar-dropdown-dropbar-large {
  --uk-position-shift-offset: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Dropdown Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-navbar-dropdown-nav {
  font-size: 0.875rem;
}

/*
 * Items
 */
.uk-navbar-dropdown-nav > li > a {
  color: #999;
}

/* Hover */
.uk-navbar-dropdown-nav > li > a:hover {
  color: #666;
}

/* Active */
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #333;
}

/*
 * Subtitle
 */
.uk-navbar-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}

/*
 * Header
 */
.uk-navbar-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-navbar-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-navbar-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #666;
}

.uk-navbar-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #333;
}

/* Dropbar
 ========================================================================== */
/*
 * Adopts `uk-dropnav-dropbar`
 */
.uk-navbar-container {
  transition: 0.1s ease-in-out;
  transition-property: background-color;
}

/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-right,
  .uk-navbar-left,
  [class*=uk-navbar-center] {
    gap: 30px;
  }
  .uk-navbar-center-right {
    left: calc(100% + 30px);
  }
  .uk-navbar-center-left {
    right: calc(100% + 30px);
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-navbar-nav {
    gap: 30px;
  }
}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
.uk-subnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-right: -20px;
  /* 4 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-right: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * Using `:first-child` instead of `a` to support `span` elements for text
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
.uk-subnav > * > :first-child {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  color: #999;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color;
}

/* Hover */
.uk-subnav > * > a:hover {
  color: #666;
  text-decoration: none;
}

/* Active */
.uk-subnav > .uk-active > a {
  color: #333;
}

/* Divider modifier
 ========================================================================== */
/*
 * Set gutter
 */
.uk-subnav-divider {
  margin-right: -41px;
}

/*
 * Align items and divider vertically
 */
.uk-subnav-divider > * {
  display: flex;
  align-items: center;
}

/*
 * Divider
 * 1. `nth-child` makes it also work without JS if it's only one row
 */
.uk-subnav-divider > ::before {
  content: "";
  height: 1.5em;
  margin-right: 0px;
  margin-left: 20px;
  border-right: 1px solid transparent;
}

/* 1 */
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-right-color: #e5e5e5;
}

/* Pill modifier
 ========================================================================== */
.uk-subnav-pill > * > :first-child {
  padding: 5px 10px;
  background: transparent;
  color: #999;
}

/* Hover */
.uk-subnav-pill > * > a:hover {
  background-color: #f8f8f8;
  color: #666;
}

/* OnClick */
.uk-subnav-pill > * > a:active {
  background-color: #f8f8f8;
  color: #666;
}

/* Active */
.uk-subnav-pill > .uk-active > a {
  background-color: #1e87f0;
  color: #fff;
}

/* Disabled
 * The same for all style modifiers
 ========================================================================== */
.uk-subnav > .uk-disabled > a {
  color: #999;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * Reset list
 */
.uk-breadcrumb {
  padding: 0;
  list-style: none;
}

/*
 * 1. Doesn't generate any box and replaced by child boxes
 */
.uk-breadcrumb > * {
  display: contents;
}

/* Items
 ========================================================================== */
.uk-breadcrumb > * > * {
  font-size: 0.875rem;
  color: #999;
}

/* Hover */
.uk-breadcrumb > * > :hover {
  color: #666;
  text-decoration: none;
}

/* Disabled */
/* Active */
.uk-breadcrumb > :last-child > span,
.uk-breadcrumb > :last-child > a:not([href]) {
  color: #666;
}

/*
 * Divider
 * `nth-child` makes it also work without JS if it's only one row
 * 1. Remove space between inline block elements.
 * 2. Style
 */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  /* 1 */
  margin: 0 16px 0 20px;
  /* 2 */
  font-size: 0.875rem;
  color: #999;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Center items vertically if they have a different height
 * 3. Gutter
 * 4. Reset list
 */
.uk-pagination {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  align-items: center;
  /* 3 */
  margin-right: 0;
  /* 4 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-pagination > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-right: 0;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Style
 */
.uk-pagination > * > * {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  padding: 5px 10px;
  color: #999;
  transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-pagination > * > :hover {
  color: #666;
  text-decoration: none;
}

/* Active */
.uk-pagination > .uk-active > * {
  color: #666;
}

/* Disabled */
.uk-pagination > .uk-disabled > * {
  color: #999;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Gutter
 * 3. Reset list
 */
.uk-tab {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin-right: -20px;
  /* 3 */
  padding: 0;
  list-style: none;
  position: relative;
}

.uk-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  left: 0;
  border-bottom: 1px solid #e5e5e5;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 * 3. Create position context for dropdowns
 */
.uk-tab > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-right: 20px;
  /* 3 */
  position: relative;
}

/* Items
 ========================================================================== */
/*
 * Items must target `a` elements to exclude other elements (e.g. dropdowns)
 * 1. Center content vertically, e.g. an icon
 * 2. Imitate white space gap when using flexbox
 * 3. Center content if a width is set
 * 4. Style
 */
.uk-tab > * > a {
  /* 1 */
  display: flex;
  align-items: center;
  /* 2 */
  column-gap: 0.25em;
  /* 3 */
  justify-content: center;
  /* 4 */
  padding: 5px 10px;
  color: #999;
  border-bottom: 1px solid transparent;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-tab > * > a:hover {
  color: #666;
  text-decoration: none;
}

/* Active */
.uk-tab > .uk-active > a {
  color: #333;
  border-color: #1e87f0;
}

/* Disabled */
.uk-tab > .uk-disabled > a {
  color: #999;
}

/* Position modifier
 ========================================================================== */
/*
 * Bottom
 */
.uk-tab-bottom::before {
  top: 0;
  bottom: auto;
}

.uk-tab-bottom > * > a {
  border-top: 1px solid transparent;
  border-bottom: none;
}

/*
 * Left + Right
 * 1. Reset Gutter
 */
.uk-tab-right,
.uk-tab-left {
  flex-direction: column;
  /* 1 */
  margin-right: 0;
}

/* 1 */
.uk-tab-right > *,
.uk-tab-left > * {
  padding-right: 0;
}

.uk-tab-right::before {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  border-right: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-left::before {
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  border-right: 1px solid #e5e5e5;
  border-bottom: none;
}

.uk-tab-right > * > a {
  justify-content: right;
  border-left: 1px solid transparent;
  border-bottom: none;
}

.uk-tab-left > * > a {
  justify-content: right;
  border-right: 1px solid transparent;
  border-bottom: none;
}

.uk-tab .uk-dropdown {
  margin-right: 30px;
}

/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * Adopts `uk-icon`
 */
.uk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
  transition: color 0.1s ease-in-out;
}

/* Hover */
.uk-slidenav:hover {
  color: rgba(102, 102, 102, 0.9);
}

/* OnClick */
.uk-slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}

/* Icon modifier
 ========================================================================== */
/*
 * Previous
 */
/*
 * Next
 */
/* Size modifier
 ========================================================================== */
.uk-slidenav-large {
  padding: 10px 10px;
}

/* Container
 ========================================================================== */
.uk-slidenav-container {
  display: flex;
}

/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Allow items to wrap into the next line
 * 2. Reset list
 * 3. Gutter
 */
.uk-dotnav {
  display: flex;
  /* 1 */
  flex-wrap: wrap;
  /* 2 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 3 */
  margin-right: -12px;
}

/*
 * 1. Space is allocated solely based on content dimensions: 0 0 auto
 * 2. Gutter
 */
.uk-dotnav > * {
  /* 1 */
  flex: none;
  /* 2 */
  padding-right: 12px;
}

/* Items
 ========================================================================== */
/*
 * Items
 * 1. Hide text if present
 */
.uk-dotnav > * > * {
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: transparent;
  /* 1 */
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  border: 1px solid rgba(102, 102, 102, 0.4);
  transition: 0.2s ease-in-out;
  transition-property: background-color, border-color;
}

/* Hover */
.uk-dotnav > * > :hover {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}

/* OnClick */
.uk-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}

/* Active */
.uk-dotnav > .uk-active > * {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
}

/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * 1. Change direction
 * 2. Gutter
 */
.uk-dotnav-vertical {
  /* 1 */
  flex-direction: column;
  /* 2 */
  margin-right: 0;
  margin-top: -12px;
}

/* 2 */
.uk-dotnav-vertical > * {
  padding-right: 0;
  padding-top: 12px;
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * Adopts `uk-drop`
 * 1. Reset drop and let text expand the width instead of wrapping
 * 2. Set a default width
 * 3. Style
 */
.uk-dropdown {
  --uk-position-offset: 10px;
  --uk-position-viewport-offset: 15px;
  --uk-inverse: dark;
  /* 1 */
  width: auto;
  /* 2 */
  min-width: 200px;
  /* 3 */
  padding: 25px;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/*
 * Remove margin from the last-child
 */
.uk-dropdown > :last-child {
  margin-bottom: 0;
}

.uk-dropdown :focus-visible {
  outline-color: #333 !important;
}

/* Size modifier
 ========================================================================== */
.uk-dropdown-large {
  padding: 40px;
}

/* Dropbar modifier
 ========================================================================== */
/*
 * 1. Reset dropdown width to prevent to early shifting
 * 2. Reset style
 * 3. Padding
 */
.uk-dropdown-dropbar {
  /* 1 */
  width: auto;
  /* 2 */
  background: transparent;
  /* 3 */
  padding: 5px 0 25px 0;
  --uk-position-viewport-offset: 15px;
  box-shadow: none;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 30px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-dropdown-dropbar {
    --uk-position-viewport-offset: 40px;
  }
}
.uk-dropdown-dropbar-large {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Nav
 * Adopts `uk-nav`
 ========================================================================== */
.uk-dropdown-nav {
  font-size: 0.875rem;
}

/*
 * Items
 */
.uk-dropdown-nav > li > a {
  color: #999;
}

/* Hover + Active */
.uk-dropdown-nav > li > a:hover,
.uk-dropdown-nav > li.uk-active > a {
  color: #666;
}

/*
 * Subtitle
 */
.uk-dropdown-nav .uk-nav-subtitle {
  font-size: 12px;
}

/*
 * Header
 */
.uk-dropdown-nav .uk-nav-header {
  color: #333;
}

/*
 * Divider
 */
.uk-dropdown-nav .uk-nav-divider {
  border-top: 1px solid #e5e5e5;
}

/*
 * Sublists
 */
.uk-dropdown-nav .uk-nav-sub a {
  color: #999;
}

.uk-dropdown-nav .uk-nav-sub a:hover,
.uk-dropdown-nav .uk-nav-sub li.uk-active > a {
  color: #666;
}

/* ========================================================================
   Component: Lightbox
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Allow scrolling for the modal dialog
 * 4. Horizontal padding
 * 5. Mask the background page
 * 6. Fade-in transition
 * 7. Prevent cancellation of pointer events while dragging
 */
.uk-lightbox {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1010;
  /* 5 */
  background: #000;
  /* 6 */
  opacity: 0;
  transition: opacity 0.15s linear;
  /* 7 */
  touch-action: pinch-zoom;
}

/*
 * Open
 * 1. Center child
 * 2. Fade-in
 */
.uk-lightbox.uk-open {
  display: block;
  /* 2 */
  opacity: 1;
}

/*
 * Focus
 */
.uk-lightbox :focus-visible {
  outline-color: rgba(255, 255, 255, 0.7);
}

/* Page
 ========================================================================== */
/*
 * Prevent scrollbars
 */
.uk-lightbox-page {
  overflow: hidden;
}

/* Item
 ========================================================================== */
/*
 * 1. Center child within the viewport
 * 2. Not visible by default
 * 3. Color needed for spinner icon
 * 4. Optimize animation
 * 5. Responsiveness
 *    Using `vh` for `max-height` to fix image proportions after resize in Safari and Opera
 */
.uk-lightbox-items > * {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* 2 */
  display: none;
  justify-content: center;
  align-items: center;
  /* 3 */
  color: rgba(255, 255, 255, 0.7);
  /* 4 */
  will-change: transform, opacity;
}

/* 5 */
.uk-lightbox-items > * > * {
  max-width: 100vw;
  max-height: 100vh;
}

.uk-lightbox-items > * > :not(iframe) {
  width: auto;
  height: auto;
}

.uk-lightbox-items > .uk-active {
  display: flex;
}

/* Toolbar
 ========================================================================== */
.uk-lightbox-toolbar {
  padding: 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
}

.uk-lightbox-toolbar > * {
  color: rgba(255, 255, 255, 0.7);
}

/* Toolbar Icon (Close)
 ========================================================================== */
.uk-lightbox-toolbar-icon {
  padding: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/*
 * Hover
 */
.uk-lightbox-toolbar-icon:hover {
  color: #fff;
}

/* Button (Slidenav)
 ========================================================================== */
/*
 * 1. Center icon vertically and horizontally
 */
.uk-lightbox-button {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  /* 1 */
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Hover */
.uk-lightbox-button:hover {
  color: #fff;
}

/* OnClick */
/* Caption
 ========================================================================== */
.uk-lightbox-caption:empty {
  display: none;
}

/* Iframe
 ========================================================================== */
.uk-lightbox-iframe {
  width: 80%;
  height: 80%;
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*=uk-animation-] {
  animation: 0.5s ease-out both;
}

/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

/*
 * Scale
 */
.uk-animation-scale-up {
  animation-name: uk-fade, uk-scale-up;
}

.uk-animation-scale-down {
  animation-name: uk-fade, uk-scale-down;
}

/*
 * Slide
 */
.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-bottom {
  animation-name: uk-fade, uk-slide-bottom;
}

.uk-animation-slide-right {
  animation-name: uk-fade, uk-slide-left;
}

.uk-animation-slide-left {
  animation-name: uk-fade, uk-slide-right;
}

/*
 * Slide Small
 */
.uk-animation-slide-top-small {
  animation-name: uk-fade, uk-slide-top-small;
}

.uk-animation-slide-bottom-small {
  animation-name: uk-fade, uk-slide-bottom-small;
}

.uk-animation-slide-right-small {
  animation-name: uk-fade, uk-slide-left-small;
}

.uk-animation-slide-left-small {
  animation-name: uk-fade, uk-slide-right-small;
}

/*
 * Slide Medium
 */
.uk-animation-slide-top-medium {
  animation-name: uk-fade, uk-slide-top-medium;
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-fade, uk-slide-bottom-medium;
}

.uk-animation-slide-right-medium {
  animation-name: uk-fade, uk-slide-left-medium;
}

.uk-animation-slide-left-medium {
  animation-name: uk-fade, uk-slide-right-medium;
}

/*
 * Kenburns
 */
.uk-animation-kenburns {
  animation-name: uk-kenburns;
  animation-duration: 15s;
}

/*
 * Shake
 */
.uk-animation-shake {
  animation-name: uk-shake;
}

/*
 * SVG Stroke
 * The `--uk-animation-stroke` custom property contains the longest path length.
 * Set it manually or use `uk-svg="stroke-animation: true"` to set it automatically.
 * All strokes are animated by the same pace and doesn't end simultaneously.
 * To end simultaneously, `pathLength="1"` could be used, but it's not working in Safari yet.
 */
.uk-animation-stroke {
  animation-name: uk-stroke;
  animation-duration: 2s;
  stroke-dasharray: var(--uk-animation-stroke);
}

/* Direction modifier
 ========================================================================== */
.uk-animation-reverse {
  animation-direction: reverse;
  animation-timing-function: ease-in;
}

/* Duration modifier
 ========================================================================== */
.uk-animation-fast {
  animation-duration: 0.1s;
}

/* Toggle animation based on the State of the Parent Element
 ========================================================================== */
.uk-animation-toggle:not(:hover):not(:focus) [class*=uk-animation-] {
  animation-name: none;
}

/* Keyframes used by animation classes
 ========================================================================== */
/*
 * Fade
 */
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
 * Scale
 */
@keyframes uk-scale-up {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes uk-scale-down {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*
 * Slide
 */
@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Small
 */
@keyframes uk-slide-top-small {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-small {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-small {
  0% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-small {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Slide Medium
 */
@keyframes uk-slide-top-medium {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes uk-slide-left-medium {
  0% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes uk-slide-right-medium {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Kenburns
 */
@keyframes uk-kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/*
 * Shake
 */
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(9px);
  }
  20% {
    transform: translateX(-8px);
  }
  30% {
    transform: translateX(7px);
  }
  40% {
    transform: translateX(-6px);
  }
  50% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-4px);
  }
  70% {
    transform: translateX(3px);
  }
  80% {
    transform: translateX(-2px);
  }
  90% {
    transform: translateX(1px);
  }
}
/*
 * Stroke
 */
@keyframes uk-stroke {
  0% {
    stroke-dashoffset: var(--uk-animation-stroke);
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
[class*=uk-child-width] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-child-width-1-2 > * {
  width: 50%;
}

.uk-child-width-1-3 > * {
  width: 33.3333333333%;
}

.uk-child-width-1-4 > * {
  width: 25%;
}

.uk-child-width-1-5 > * {
  width: 20%;
}

.uk-child-width-1-6 > * {
  width: 16.6666666667%;
}

.uk-child-width-auto > * {
  width: auto;
}

/*
 * 1. Reset the `min-width`, which is set to auto by default, because
 *    flex items won't shrink below their minimum intrinsic content size.
 *    Using `1px` instead of `0`, so items still wrap into the next line,
 *    if they have zero width and padding and the predecessor is 100% wide.
 */
.uk-child-width-expand > :not([class*=uk-width]) {
  flex: 1;
  /* 1 */
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-1-2\@s > * {
    width: 50%;
  }
  .uk-child-width-1-3\@s > * {
    width: 33.3333333333%;
  }
  .uk-child-width-1-4\@s > * {
    width: 25%;
  }
  .uk-child-width-1-5\@s > * {
    width: 20%;
  }
  .uk-child-width-1-6\@s > * {
    width: 16.6666666667%;
  }
  .uk-child-width-auto\@s > * {
    width: auto;
  }
  .uk-child-width-expand\@s > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@s > :not([class*=uk-width]),
  .uk-child-width-1-2\@s > :not([class*=uk-width]),
  .uk-child-width-1-3\@s > :not([class*=uk-width]),
  .uk-child-width-1-4\@s > :not([class*=uk-width]),
  .uk-child-width-1-5\@s > :not([class*=uk-width]),
  .uk-child-width-1-6\@s > :not([class*=uk-width]),
  .uk-child-width-auto\@s > :not([class*=uk-width]) {
    flex: initial;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-1-2\@m > * {
    width: 50%;
  }
  .uk-child-width-1-3\@m > * {
    width: 33.3333333333%;
  }
  .uk-child-width-1-4\@m > * {
    width: 25%;
  }
  .uk-child-width-1-5\@m > * {
    width: 20%;
  }
  .uk-child-width-1-6\@m > * {
    width: 16.6666666667%;
  }
  .uk-child-width-auto\@m > * {
    width: auto;
  }
  .uk-child-width-expand\@m > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@m > :not([class*=uk-width]),
  .uk-child-width-1-2\@m > :not([class*=uk-width]),
  .uk-child-width-1-3\@m > :not([class*=uk-width]),
  .uk-child-width-1-4\@m > :not([class*=uk-width]),
  .uk-child-width-1-5\@m > :not([class*=uk-width]),
  .uk-child-width-1-6\@m > :not([class*=uk-width]),
  .uk-child-width-auto\@m > :not([class*=uk-width]) {
    flex: initial;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-1-2\@l > * {
    width: 50%;
  }
  .uk-child-width-1-3\@l > * {
    width: 33.3333333333%;
  }
  .uk-child-width-1-4\@l > * {
    width: 25%;
  }
  .uk-child-width-1-5\@l > * {
    width: 20%;
  }
  .uk-child-width-1-6\@l > * {
    width: 16.6666666667%;
  }
  .uk-child-width-auto\@l > * {
    width: auto;
  }
  .uk-child-width-expand\@l > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@l > :not([class*=uk-width]),
  .uk-child-width-1-2\@l > :not([class*=uk-width]),
  .uk-child-width-1-3\@l > :not([class*=uk-width]),
  .uk-child-width-1-4\@l > :not([class*=uk-width]),
  .uk-child-width-1-5\@l > :not([class*=uk-width]),
  .uk-child-width-1-6\@l > :not([class*=uk-width]),
  .uk-child-width-auto\@l > :not([class*=uk-width]) {
    flex: initial;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 50%;
  }
  .uk-child-width-1-3\@xl > * {
    width: 33.3333333333%;
  }
  .uk-child-width-1-4\@xl > * {
    width: 25%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 20%;
  }
  .uk-child-width-1-6\@xl > * {
    width: 16.6666666667%;
  }
  .uk-child-width-auto\@xl > * {
    width: auto;
  }
  .uk-child-width-expand\@xl > :not([class*=uk-width]) {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-child-width-1-1\@xl > :not([class*=uk-width]),
  .uk-child-width-1-2\@xl > :not([class*=uk-width]),
  .uk-child-width-1-3\@xl > :not([class*=uk-width]),
  .uk-child-width-1-4\@xl > :not([class*=uk-width]),
  .uk-child-width-1-5\@xl > :not([class*=uk-width]),
  .uk-child-width-1-6\@xl > :not([class*=uk-width]),
  .uk-child-width-auto\@xl > :not([class*=uk-width]) {
    flex: initial;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
[class*=uk-width] {
  box-sizing: border-box;
  width: 100%;
  /* 1 */
  max-width: 100%;
}

/* Halves */
.uk-width-1-2 {
  width: 50%;
}

/* Thirds */
.uk-width-1-3 {
  width: 33.3333333333%;
}

.uk-width-2-3 {
  width: 66.6666666667%;
}

/* Quarters */
.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
.uk-width-1-5 {
  width: 20%;
}

.uk-width-2-5 {
  width: 40%;
}

.uk-width-3-5 {
  width: 60%;
}

.uk-width-4-5 {
  width: 80%;
}

/* Sixths */
.uk-width-1-6 {
  width: 16.6666666667%;
}

.uk-width-5-6 {
  width: 83.3333333333%;
}

/* Pixel */
.uk-width-small {
  width: 150px;
}

.uk-width-medium {
  width: 300px;
}

.uk-width-large {
  width: 450px;
}

.uk-width-xlarge {
  width: 600px;
}

.uk-width-2xlarge {
  width: 750px;
}

/* Auto */
.uk-width-auto {
  width: auto;
}

/* Expand */
.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  .uk-width-1-1\@s {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@s {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@s {
    width: 33.3333333333%;
  }
  .uk-width-2-3\@s {
    width: 66.6666666667%;
  }
  /* Quarters */
  .uk-width-1-4\@s {
    width: 25%;
  }
  .uk-width-3-4\@s {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@s {
    width: 20%;
  }
  .uk-width-2-5\@s {
    width: 40%;
  }
  .uk-width-3-5\@s {
    width: 60%;
  }
  .uk-width-4-5\@s {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@s {
    width: 16.6666666667%;
  }
  .uk-width-5-6\@s {
    width: 83.3333333333%;
  }
  /* Pixel */
  .uk-width-small\@s {
    width: 150px;
  }
  .uk-width-medium\@s {
    width: 300px;
  }
  .uk-width-large\@s {
    width: 450px;
  }
  .uk-width-xlarge\@s {
    width: 600px;
  }
  .uk-width-2xlarge\@s {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@s {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-width-1-1\@s,
  .uk-width-1-2\@s,
  .uk-width-1-3\@s,
  .uk-width-2-3\@s,
  .uk-width-1-4\@s,
  .uk-width-3-4\@s,
  .uk-width-1-5\@s,
  .uk-width-2-5\@s,
  .uk-width-3-5\@s,
  .uk-width-4-5\@s,
  .uk-width-1-6\@s,
  .uk-width-5-6\@s,
  .uk-width-small\@s,
  .uk-width-medium\@s,
  .uk-width-large\@s,
  .uk-width-xlarge\@s,
  .uk-width-2xlarge\@s,
  .uk-width-auto\@s {
    flex: initial;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-1-1\@m {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@m {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@m {
    width: 33.3333333333%;
  }
  .uk-width-2-3\@m {
    width: 66.6666666667%;
  }
  /* Quarters */
  .uk-width-1-4\@m {
    width: 25%;
  }
  .uk-width-3-4\@m {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@m {
    width: 20%;
  }
  .uk-width-2-5\@m {
    width: 40%;
  }
  .uk-width-3-5\@m {
    width: 60%;
  }
  .uk-width-4-5\@m {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@m {
    width: 16.6666666667%;
  }
  .uk-width-5-6\@m {
    width: 83.3333333333%;
  }
  /* Pixel */
  .uk-width-small\@m {
    width: 150px;
  }
  .uk-width-medium\@m {
    width: 300px;
  }
  .uk-width-large\@m {
    width: 450px;
  }
  .uk-width-xlarge\@m {
    width: 600px;
  }
  .uk-width-2xlarge\@m {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@m {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-width-1-1\@m,
  .uk-width-1-2\@m,
  .uk-width-1-3\@m,
  .uk-width-2-3\@m,
  .uk-width-1-4\@m,
  .uk-width-3-4\@m,
  .uk-width-1-5\@m,
  .uk-width-2-5\@m,
  .uk-width-3-5\@m,
  .uk-width-4-5\@m,
  .uk-width-1-6\@m,
  .uk-width-5-6\@m,
  .uk-width-small\@m,
  .uk-width-medium\@m,
  .uk-width-large\@m,
  .uk-width-xlarge\@m,
  .uk-width-2xlarge\@m,
  .uk-width-auto\@m {
    flex: initial;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Whole */
  .uk-width-1-1\@l {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@l {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@l {
    width: 33.3333333333%;
  }
  .uk-width-2-3\@l {
    width: 66.6666666667%;
  }
  /* Quarters */
  .uk-width-1-4\@l {
    width: 25%;
  }
  .uk-width-3-4\@l {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@l {
    width: 20%;
  }
  .uk-width-2-5\@l {
    width: 40%;
  }
  .uk-width-3-5\@l {
    width: 60%;
  }
  .uk-width-4-5\@l {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@l {
    width: 16.6666666667%;
  }
  .uk-width-5-6\@l {
    width: 83.3333333333%;
  }
  /* Pixel */
  .uk-width-small\@l {
    width: 150px;
  }
  .uk-width-medium\@l {
    width: 300px;
  }
  .uk-width-large\@l {
    width: 450px;
  }
  .uk-width-xlarge\@l {
    width: 600px;
  }
  .uk-width-2xlarge\@l {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@l {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-width-1-1\@l,
  .uk-width-1-2\@l,
  .uk-width-1-3\@l,
  .uk-width-2-3\@l,
  .uk-width-1-4\@l,
  .uk-width-3-4\@l,
  .uk-width-1-5\@l,
  .uk-width-2-5\@l,
  .uk-width-3-5\@l,
  .uk-width-4-5\@l,
  .uk-width-1-6\@l,
  .uk-width-5-6\@l,
  .uk-width-small\@l,
  .uk-width-medium\@l,
  .uk-width-large\@l,
  .uk-width-xlarge\@l,
  .uk-width-2xlarge\@l,
  .uk-width-auto\@l {
    flex: initial;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Whole */
  .uk-width-1-1\@xl {
    width: 100%;
  }
  /* Halves */
  .uk-width-1-2\@xl {
    width: 50%;
  }
  /* Thirds */
  .uk-width-1-3\@xl {
    width: 33.3333333333%;
  }
  .uk-width-2-3\@xl {
    width: 66.6666666667%;
  }
  /* Quarters */
  .uk-width-1-4\@xl {
    width: 25%;
  }
  .uk-width-3-4\@xl {
    width: 75%;
  }
  /* Fifths */
  .uk-width-1-5\@xl {
    width: 20%;
  }
  .uk-width-2-5\@xl {
    width: 40%;
  }
  .uk-width-3-5\@xl {
    width: 60%;
  }
  .uk-width-4-5\@xl {
    width: 80%;
  }
  /* Sixths */
  .uk-width-1-6\@xl {
    width: 16.6666666667%;
  }
  .uk-width-5-6\@xl {
    width: 83.3333333333%;
  }
  /* Pixel */
  .uk-width-small\@xl {
    width: 150px;
  }
  .uk-width-medium\@xl {
    width: 300px;
  }
  .uk-width-large\@xl {
    width: 450px;
  }
  .uk-width-xlarge\@xl {
    width: 600px;
  }
  .uk-width-2xlarge\@xl {
    width: 750px;
  }
  /* Auto */
  .uk-width-auto\@xl {
    width: auto;
  }
  /* Expand */
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
  /* Reset expand */
  .uk-width-1-1\@xl,
  .uk-width-1-2\@xl,
  .uk-width-1-3\@xl,
  .uk-width-2-3\@xl,
  .uk-width-1-4\@xl,
  .uk-width-3-4\@xl,
  .uk-width-1-5\@xl,
  .uk-width-2-5\@xl,
  .uk-width-3-5\@xl,
  .uk-width-4-5\@xl,
  .uk-width-1-6\@xl,
  .uk-width-5-6\@xl,
  .uk-width-small\@xl,
  .uk-width-medium\@xl,
  .uk-width-large\@xl,
  .uk-width-xlarge\@xl,
  .uk-width-2xlarge\@xl,
  .uk-width-auto\@xl {
    flex: initial;
  }
}
/* Intrinsic Widths
 ========================================================================== */
.uk-width-max-content {
  width: max-content;
}

.uk-width-min-content {
  width: min-content;
}

/* ========================================================================
   Component: Height
 ========================================================================== */
[class*=uk-height] {
  box-sizing: border-box;
}

/*
 * Only works if parent element has a height set
 */
.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  min-height: 100vh;
}

.uk-height-viewport-2 {
  min-height: 200vh;
}

.uk-height-viewport-3 {
  min-height: 300vh;
}

.uk-height-viewport-4 {
  min-height: 400vh;
}

/*
 * Pixel
 * Useful for `overflow: auto`
 */
.uk-height-small {
  height: 150px;
}

.uk-height-medium {
  height: 300px;
}

.uk-height-large {
  height: 450px;
}

.uk-height-max-small {
  max-height: 150px;
}

.uk-height-max-medium {
  max-height: 300px;
}

.uk-height-max-large {
  max-height: 450px;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Style modifiers
 ========================================================================== */
.uk-text-lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
}

.uk-text-meta {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #999;
}

.uk-text-meta > a {
  color: #999;
}

.uk-text-meta > a:hover {
  color: #666;
  text-decoration: none;
}

/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 0.875rem;
  line-height: 1.5;
}

.uk-text-large {
  font-size: 1.5rem;
  line-height: 1.5;
}

.uk-text-default {
  font-size: 16px;
  line-height: 1.5;
}

/* Weight modifier
 ========================================================================== */
.uk-text-light {
  font-weight: 300;
}

.uk-text-normal {
  font-weight: 400;
}

.uk-text-bold {
  font-weight: 700;
}

.uk-text-lighter {
  font-weight: lighter;
}

.uk-text-bolder {
  font-weight: bolder;
}

/* Style modifier
 ========================================================================== */
.uk-text-italic {
  font-style: italic;
}

/* Transform modifier
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

/* Decoration modifier
 ========================================================================== */
.uk-text-decoration-none {
  text-decoration: none !important;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important;
}

.uk-text-emphasis {
  color: #333 !important;
}

.uk-text-primary {
  color: #1e87f0 !important;
}

.uk-text-secondary {
  color: #222 !important;
}

.uk-text-success {
  color: #32d296 !important;
}

.uk-text-warning {
  color: #faa05a !important;
}

.uk-text-danger {
  color: #f0506e !important;
}

/* Background modifier
 ========================================================================== */
/*
 * 1. The background clips to the foreground text. Works in all browsers.
 * 2. Default color is set to transparent.
 * 3. Container fits the text
 * 4. Style
 */
.uk-text-background {
  /* 1 */
  -webkit-background-clip: text;
  /* 2 */
  color: transparent !important;
  /* 3 */
  display: inline-block;
  /* 4 */
  background-color: #1e87f0;
  background-image: linear-gradient(-90deg, #1e87f0 0%, #411ef0 100%);
}

/* Alignment modifiers
 ========================================================================== */
.uk-text-right {
  text-align: right !important;
}

.uk-text-left {
  text-align: left !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-text-right\@s {
    text-align: right !important;
  }
  .uk-text-left\@s {
    text-align: left !important;
  }
  .uk-text-center\@s {
    text-align: center !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-text-right\@m {
    text-align: right !important;
  }
  .uk-text-left\@m {
    text-align: left !important;
  }
  .uk-text-center\@m {
    text-align: center !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-text-right\@l {
    text-align: right !important;
  }
  .uk-text-left\@l {
    text-align: left !important;
  }
  .uk-text-center\@l {
    text-align: center !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-text-right\@xl {
    text-align: right !important;
  }
  .uk-text-left\@xl {
    text-align: left !important;
  }
  .uk-text-center\@xl {
    text-align: center !important;
  }
}
/*
 * Vertical
 */
.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

.uk-text-baseline {
  vertical-align: baseline !important;
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * 1. Make sure a max-width is set after which truncation can occur
 * 2. Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 * 3. Fix for table cells
 */
.uk-text-truncate {
  /* 1 */
  max-width: 100%;
  /* 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 2 */
th.uk-text-truncate,
td.uk-text-truncate {
  max-width: 0;
}

/*
 * Wrap long words onto the next line and break them if they are too long to fit.
 * 1. Make it work with table cells in all browsers.
 * Note: Not using `hyphens: auto` because it hyphenates text even if not needed.
 */
.uk-text-break {
  overflow-wrap: break-word;
}

/* 1 */
th.uk-text-break,
td.uk-text-break {
  word-break: break-word;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*=uk-column-] {
  column-gap: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  [class*=uk-column-] {
    column-gap: 40px;
  }
}
/*
 * Fix image 1px line wrapping into the next column in Chrome
 */
[class*=uk-column-] img {
  transform: translate3d(0, 0, 0);
}

/* Divider
 ========================================================================== */
/*
 * 1. Double the column gap
 */
.uk-column-divider {
  column-rule: 1px solid #e5e5e5;
  /* 1 */
  column-gap: 60px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-divider {
    column-gap: 80px;
  }
}
/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  column-count: 2;
}

.uk-column-1-3 {
  column-count: 3;
}

.uk-column-1-4 {
  column-count: 4;
}

.uk-column-1-5 {
  column-count: 5;
}

.uk-column-1-6 {
  column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-column-1-2\@s {
    column-count: 2;
  }
  .uk-column-1-3\@s {
    column-count: 3;
  }
  .uk-column-1-4\@s {
    column-count: 4;
  }
  .uk-column-1-5\@s {
    column-count: 5;
  }
  .uk-column-1-6\@s {
    column-count: 6;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-column-1-2\@m {
    column-count: 2;
  }
  .uk-column-1-3\@m {
    column-count: 3;
  }
  .uk-column-1-4\@m {
    column-count: 4;
  }
  .uk-column-1-5\@m {
    column-count: 5;
  }
  .uk-column-1-6\@m {
    column-count: 6;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-column-1-2\@l {
    column-count: 2;
  }
  .uk-column-1-3\@l {
    column-count: 3;
  }
  .uk-column-1-4\@l {
    column-count: 4;
  }
  .uk-column-1-5\@l {
    column-count: 5;
  }
  .uk-column-1-6\@l {
    column-count: 6;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-column-1-2\@xl {
    column-count: 2;
  }
  .uk-column-1-3\@xl {
    column-count: 3;
  }
  .uk-column-1-4\@xl {
    column-count: 4;
  }
  .uk-column-1-5\@xl {
    column-count: 5;
  }
  .uk-column-1-6\@xl {
    column-count: 6;
  }
}
/* Make element span across all columns
 * Does not work in Firefox yet
 ========================================================================== */
.uk-column-span {
  column-span: all;
}

/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Works with iframes and embedded content
 * 1. Use attribute to apply transform instantly. Needed if transform is transitioned.
 * 2. Reset responsiveness for embedded content
 * 3. Center object
 * Note: Percent values on the `top` property only works if this element
 *       is absolute positioned or if the container has a height
 */
/* 1 */
[uk-cover]:where(canvas, iframe, svg),
[data-uk-cover]:where(canvas, iframe, svg) {
  /* 2 */
  max-width: none;
  /* 3 */
  position: absolute;
  right: 50%;
  top: 50%;
  --uk-position-translate-x: 50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
}

iframe[uk-cover],
iframe[data-uk-cover] {
  pointer-events: none;
}

[uk-cover]:where(img, video),
[data-uk-cover]:where(img, video) {
  /* 3 */
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  object-position: center;
}

/* Container
 ========================================================================== */
/*
 * 1. Parent container which clips resized object
 * 2. Needed if the child is positioned absolute. See note above
 */
.uk-cover-container {
  /* 1 */
  overflow: hidden;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Background
 ========================================================================== */
/* Color
 ========================================================================== */
.uk-background-default {
  background-color: #fff;
}

.uk-background-muted {
  background-color: #f8f8f8;
}

.uk-background-primary {
  background-color: #1e87f0;
}

.uk-background-secondary {
  background-color: #222;
}

/* Size
 ========================================================================== */
.uk-background-cover,
.uk-background-contain,
.uk-background-width-1-1,
.uk-background-height-1-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.uk-background-cover {
  background-size: cover;
}

.uk-background-contain {
  background-size: contain;
}

.uk-background-width-1-1 {
  background-size: 100%;
}

.uk-background-height-1-1 {
  background-size: auto 100%;
}

/* Position
 ========================================================================== */
.uk-background-top-right {
  background-position: 100% 0;
}

.uk-background-top-center {
  background-position: 50% 0;
}

.uk-background-top-left {
  background-position: 0% 0;
}

.uk-background-center-right {
  background-position: 100% 50%;
}

.uk-background-center-center {
  background-position: 50% 50%;
}

.uk-background-center-left {
  background-position: 0% 50%;
}

.uk-background-bottom-right {
  background-position: 100% 100%;
}

.uk-background-bottom-center {
  background-position: 50% 100%;
}

.uk-background-bottom-left {
  background-position: 0% 100%;
}

/* Repeat
 ========================================================================== */
.uk-background-norepeat {
  background-repeat: no-repeat;
}

/* Attachment
 ========================================================================== */
/*
 * 1. Fix bug introduced in Chrome 67: the background image is not visible if any element on the page uses `translate3d`
 */
.uk-background-fixed {
  background-attachment: fixed;
  /* 1 */
  backface-visibility: hidden;
}

/*
 * Exclude touch devices because `fixed` doesn't work on iOS and Android
 */
@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
}
/* Image
 ========================================================================== */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-background-image\@s {
    background-image: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-background-image\@m {
    background-image: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-background-image\@l {
    background-image: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-background-image\@xl {
    background-image: none !important;
  }
}
/* Blend modes
 ========================================================================== */
.uk-background-blend-multiply {
  background-blend-mode: multiply;
}

.uk-background-blend-screen {
  background-blend-mode: screen;
}

.uk-background-blend-overlay {
  background-blend-mode: overlay;
}

.uk-background-blend-darken {
  background-blend-mode: darken;
}

.uk-background-blend-lighten {
  background-blend-mode: lighten;
}

.uk-background-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.uk-background-blend-color-burn {
  background-blend-mode: color-burn;
}

.uk-background-blend-hard-light {
  background-blend-mode: hard-light;
}

.uk-background-blend-soft-light {
  background-blend-mode: soft-light;
}

.uk-background-blend-difference {
  background-blend-mode: difference;
}

.uk-background-blend-exclusion {
  background-blend-mode: exclusion;
}

.uk-background-blend-hue {
  background-blend-mode: hue;
}

.uk-background-blend-saturation {
  background-blend-mode: saturation;
}

.uk-background-blend-color {
  background-blend-mode: color;
}

.uk-background-blend-luminosity {
  background-blend-mode: luminosity;
}

/* ========================================================================
   Component: Align
 ========================================================================== */
/*
 * Default
 */
[class*=uk-align] {
  display: block;
  margin-bottom: 30px;
}

* + [class*=uk-align] {
  margin-top: 30px;
}

/*
 * Center
 */
.uk-align-center {
  margin-right: auto;
  margin-left: auto;
}

/*
 * Left/Right
 */
.uk-align-right {
  margin-top: 0;
  margin-left: 30px;
  float: right;
}

.uk-align-left {
  margin-top: 0;
  margin-right: 30px;
  float: left;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-align-right\@s {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
  .uk-align-left\@s {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-align-right\@m {
    margin-top: 0;
    margin-left: 30px;
    float: right;
  }
  .uk-align-left\@m {
    margin-top: 0;
    margin-right: 30px;
    float: left;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-align-right\@l {
    margin-top: 0;
    float: right;
  }
  .uk-align-left\@l {
    margin-top: 0;
    float: left;
  }
  .uk-align-right,
  .uk-align-right\@s,
  .uk-align-right\@m,
  .uk-align-right\@l {
    margin-left: 40px;
  }
  .uk-align-left,
  .uk-align-left\@s,
  .uk-align-left\@m,
  .uk-align-left\@l {
    margin-right: 40px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-align-right\@xl {
    margin-top: 0;
    margin-left: 40px;
    float: right;
  }
  .uk-align-left\@xl {
    margin-top: 0;
    margin-right: 40px;
    float: left;
  }
}
/* ========================================================================
   Component: SVG
 ========================================================================== */
/*
 * 1. Fill all SVG elements with the current text color if no `fill` attribute is set
 * 2. Set the fill and stroke color of all SVG elements to the current text color
 */
/* 1 */
.uk-svg,
.uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) {
  fill: currentcolor;
}

.uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
  stroke: currentcolor;
}

/*
 * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
 */
.uk-svg {
  transform: translate(0, 0);
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Panel
 ========================================================================== */
.uk-panel {
  display: flow-root;
  position: relative;
  box-sizing: border-box;
}

/*
 * Remove margin from the last-child
 */
.uk-panel > :last-child {
  margin-bottom: 0;
}

/*
 * Scrollable
 */
.uk-panel-scrollable {
  height: 170px;
  padding: 10px;
  border: 1px solid #e5e5e5;
  overflow: auto;
  resize: both;
}

/* Clearfix
 ========================================================================== */
/*
 * 1. `table-cell` is used with `::before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * 2. `table` is used again with `::after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
/* 1 */
.uk-clearfix::before {
  content: "";
  display: table-cell;
}

/* 2 */
.uk-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Float
 ========================================================================== */
/*
 * 1. Prevent content overflow
 */
.uk-float-right {
  float: right;
}

.uk-float-left {
  float: left;
}

/* 1 */
[class*=uk-float-] {
  max-width: 100%;
}

/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-auto {
  overflow: auto;
}

.uk-overflow-auto > :last-child {
  margin-bottom: 0;
}

/* Box Sizing
 ========================================================================== */
.uk-box-sizing-content {
  box-sizing: content-box;
}

.uk-box-sizing-border {
  box-sizing: border-box;
}

/* Resize
 ========================================================================== */
.uk-resize {
  resize: both;
}

.uk-resize-horizontal {
  resize: horizontal;
}

.uk-resize-vertical {
  resize: vertical;
}

/* Display
 ========================================================================== */
.uk-display-block {
  display: block !important;
}

.uk-display-inline {
  display: inline !important;
}

.uk-display-inline-block {
  display: inline-block !important;
}

/* Inline
 ========================================================================== */
/*
 * 1. Container fits its content
 * 2. Create position context
 * 3. Prevent content overflow
 * 4. Behave like most inline-block elements
 * 5. Force new layer without creating a new stacking context
 *    to fix 1px glitch when combined with overlays and transitions in Webkit
 * 6. Clip child elements
 */
[class*=uk-inline] {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  -webkit-backface-visibility: hidden;
}

.uk-inline-clip {
  /* 6 */
  overflow: hidden;
}

/* Responsive objects
 ========================================================================== */
/*
 * Preserve original dimensions
 * Because `img, `video`, `canvas` and  `audio` are already responsive by default, see Base component
 */
.uk-preserve-width,
.uk-preserve-width canvas,
.uk-preserve-width img,
.uk-preserve-width svg,
.uk-preserve-width video {
  max-width: none;
}

/*
 * Responsiveness
 * Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

/*
 * 1. Set a maximum width. `important` needed to override `uk-preserve-width img`
 * 2. Auto scale the height. Only needed if `height` attribute is present
 */
.uk-responsive-width {
  /* 1 */
  max-width: 100% !important;
  /* 2 */
  height: auto;
}

/*
 * 1. Set a maximum height. Only works if the parent element has a fixed height
 * 2. Auto scale the width. Only needed if `width` attribute is present
 * 3. Reset max-width, which `img, `video`, `canvas` and  `audio` already have by default
 */
.uk-responsive-height {
  /* 1 */
  max-height: 100%;
  /* 2 */
  width: auto;
  /* 3 */
  max-width: none;
}

/*
 * Fix initial iframe width. Without the viewport is expanded on iOS devices
 */
[uk-responsive],
[data-uk-responsive] {
  max-width: 100%;
}

/* Object
 ========================================================================== */
.uk-object-cover {
  object-fit: cover;
}

.uk-object-contain {
  object-fit: contain;
}

.uk-object-fill {
  object-fit: fill;
}

.uk-object-none {
  object-fit: none;
}

.uk-object-scale-down {
  object-fit: scale-down;
}

/*
 * Position
 */
.uk-object-top-right {
  object-position: 100% 0;
}

.uk-object-top-center {
  object-position: 50% 0;
}

.uk-object-top-left {
  object-position: 0% 0;
}

.uk-object-center-right {
  object-position: 100% 50%;
}

.uk-object-center-center {
  object-position: 50% 50%;
}

.uk-object-center-left {
  object-position: 0% 50%;
}

.uk-object-bottom-right {
  object-position: 100% 100%;
}

.uk-object-bottom-center {
  object-position: 50% 100%;
}

.uk-object-bottom-left {
  object-position: 0% 100%;
}

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}

.uk-border-pill {
  border-radius: 500px;
}

.uk-border-rounded {
  border-radius: 5px;
}

/*
 * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 */
.uk-inline-clip[class*=uk-border-] {
  -webkit-transform: translateZ(0);
}

/* Box-shadow
 ========================================================================== */
.uk-box-shadow-small {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-large {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-xlarge {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/*
 * Hover
 */
[class*=uk-box-shadow-hover] {
  transition: box-shadow 0.1s ease-in-out;
}

.uk-box-shadow-hover-small:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-medium:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-box-shadow-hover-large:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.uk-box-shadow-hover-xlarge:hover {
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.16);
}

/* Box-shadow bottom
 ========================================================================== */
/*
 * 1. Set position.
 * 2. Set style
 * 3. Fix shadow being clipped in Safari if container is animated
 */
@supports (filter: blur(0)) {
  .uk-box-shadow-bottom {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 100%;
    vertical-align: middle;
  }
  .uk-box-shadow-bottom::after {
    content: "";
    /* 1 */
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    z-index: -1;
    /* 2 */
    height: 30px;
    border-radius: 100%;
    background: #444;
    filter: blur(20px);
    /* 3 */
    will-change: filter;
  }
}
/* Drop cap
 ========================================================================== */
/*
 * 1. Firefox doesn't apply `::first-letter` if the first letter is inside child elements
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=214004
 * 2. In Firefox, a floating `::first-letter` doesn't have a line box and there for no `line-height`
 *    https://bugzilla.mozilla.org/show_bug.cgi?id=317933
 */
.uk-dropcap::first-letter,
.uk-dropcap > p:first-of-type::first-letter {
  display: block;
  margin-left: 10px;
  float: right;
  font-size: 4.5em;
  line-height: 1;
  margin-bottom: -2px;
}

/* 2 */
@-moz-document url-prefix() {
  .uk-dropcap::first-letter,
  .uk-dropcap > p:first-of-type::first-letter {
    margin-top: 1.1%;
  }
}
/* Logo
 ========================================================================== */
/*
 * 1. Style
 * 2. Required for `a`
 * 3. Behave like image but can be overridden through flex utility classes
 */
.uk-logo {
  /* 1 */
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #333;
  /* 2 */
  text-decoration: none;
}

/* 3 */
:where(.uk-logo) {
  display: inline-block;
  vertical-align: middle;
}

/* Hover */
.uk-logo:hover {
  color: #333;
  /* 1 */
  text-decoration: none;
}

.uk-logo :where(img, svg, video) {
  display: block;
}

.uk-logo-inverse {
  display: none;
}

/* Disabled State
 ========================================================================== */
.uk-disabled {
  pointer-events: none;
}

/* Drag State
 ========================================================================== */
/*
 * 1. Needed if moving over elements with have their own cursor on hover, e.g. links or buttons
 * 2. Fix dragging over iframes
 */
.uk-drag,
.uk-drag * {
  cursor: move;
}

/* 2 */
.uk-drag iframe {
  pointer-events: none;
}

/* Dragover State
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

/* Blend modes
 ========================================================================== */
.uk-blend-multiply {
  mix-blend-mode: multiply;
}

.uk-blend-screen {
  mix-blend-mode: screen;
}

.uk-blend-overlay {
  mix-blend-mode: overlay;
}

.uk-blend-darken {
  mix-blend-mode: darken;
}

.uk-blend-lighten {
  mix-blend-mode: lighten;
}

.uk-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.uk-blend-color-burn {
  mix-blend-mode: color-burn;
}

.uk-blend-hard-light {
  mix-blend-mode: hard-light;
}

.uk-blend-soft-light {
  mix-blend-mode: soft-light;
}

.uk-blend-difference {
  mix-blend-mode: difference;
}

.uk-blend-exclusion {
  mix-blend-mode: exclusion;
}

.uk-blend-hue {
  mix-blend-mode: hue;
}

.uk-blend-saturation {
  mix-blend-mode: saturation;
}

.uk-blend-color {
  mix-blend-mode: color;
}

.uk-blend-luminosity {
  mix-blend-mode: luminosity;
}

/* Transform
========================================================================== */
.uk-transform-center {
  transform: translate(50%, -50%);
}

/* Transform Origin
========================================================================== */
.uk-transform-origin-top-right {
  transform-origin: 100% 0;
}

.uk-transform-origin-top-center {
  transform-origin: 50% 0;
}

.uk-transform-origin-top-left {
  transform-origin: 0% 0;
}

.uk-transform-origin-center-right {
  transform-origin: 100% 50%;
}

.uk-transform-origin-center-left {
  transform-origin: 0% 50%;
}

.uk-transform-origin-bottom-right {
  transform-origin: 100% 100%;
}

.uk-transform-origin-bottom-center {
  transform-origin: 50% 100%;
}

.uk-transform-origin-bottom-left {
  transform-origin: 0% 100%;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: flex;
}

.uk-flex-inline {
  display: inline-flex;
}

/* Alignment
 ========================================================================== */
/*
 * Align items along the main axis of the current line of the flex container
 * Row: Horizontal
 */
.uk-flex-right {
  justify-content: flex-start;
}

.uk-flex-center {
  justify-content: center;
}

.uk-flex-left {
  justify-content: flex-end;
}

.uk-flex-between {
  justify-content: space-between;
}

.uk-flex-around {
  justify-content: space-around;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-right\@s {
    justify-content: flex-start;
  }
  .uk-flex-center\@s {
    justify-content: center;
  }
  .uk-flex-left\@s {
    justify-content: flex-end;
  }
  .uk-flex-between\@s {
    justify-content: space-between;
  }
  .uk-flex-around\@s {
    justify-content: space-around;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-right\@m {
    justify-content: flex-start;
  }
  .uk-flex-center\@m {
    justify-content: center;
  }
  .uk-flex-left\@m {
    justify-content: flex-end;
  }
  .uk-flex-between\@m {
    justify-content: space-between;
  }
  .uk-flex-around\@m {
    justify-content: space-around;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-right\@l {
    justify-content: flex-start;
  }
  .uk-flex-center\@l {
    justify-content: center;
  }
  .uk-flex-left\@l {
    justify-content: flex-end;
  }
  .uk-flex-between\@l {
    justify-content: space-between;
  }
  .uk-flex-around\@l {
    justify-content: space-around;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-right\@xl {
    justify-content: flex-start;
  }
  .uk-flex-center\@xl {
    justify-content: center;
  }
  .uk-flex-left\@xl {
    justify-content: flex-end;
  }
  .uk-flex-between\@xl {
    justify-content: space-between;
  }
  .uk-flex-around\@xl {
    justify-content: space-around;
  }
}
/*
 * Align items in the cross axis of the current line of the flex container
 * Row: Vertical
 */
.uk-flex-stretch {
  align-items: stretch;
}

.uk-flex-top {
  align-items: flex-start;
}

.uk-flex-middle {
  align-items: center;
}

.uk-flex-bottom {
  align-items: flex-end;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-stretch\@s {
    align-items: stretch;
  }
  .uk-flex-top\@s {
    align-items: flex-start;
  }
  .uk-flex-middle\@s {
    align-items: center;
  }
  .uk-flex-bottom\@s {
    align-items: flex-end;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-stretch\@m {
    align-items: stretch;
  }
  .uk-flex-top\@m {
    align-items: flex-start;
  }
  .uk-flex-middle\@m {
    align-items: center;
  }
  .uk-flex-bottom\@m {
    align-items: flex-end;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-stretch\@l {
    align-items: stretch;
  }
  .uk-flex-top\@l {
    align-items: flex-start;
  }
  .uk-flex-middle\@l {
    align-items: center;
  }
  .uk-flex-bottom\@l {
    align-items: flex-end;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-stretch\@xl {
    align-items: stretch;
  }
  .uk-flex-top\@xl {
    align-items: flex-start;
  }
  .uk-flex-middle\@xl {
    align-items: center;
  }
  .uk-flex-bottom\@xl {
    align-items: flex-end;
  }
}
/* Direction
 ========================================================================== */
.uk-flex-row {
  flex-direction: row;
}

.uk-flex-row-reverse {
  flex-direction: row-reverse;
}

.uk-flex-column {
  flex-direction: column;
}

.uk-flex-column-reverse {
  flex-direction: column-reverse;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-row\@s {
    flex-direction: row;
  }
  .uk-flex-column\@s {
    flex-direction: column;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-row\@m {
    flex-direction: row;
  }
  .uk-flex-column\@m {
    flex-direction: column;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-row\@l {
    flex-direction: row;
  }
  .uk-flex-column\@l {
    flex-direction: column;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-row\@xl {
    flex-direction: row;
  }
  .uk-flex-column\@xl {
    flex-direction: column;
  }
}
/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  flex-wrap: nowrap;
}

.uk-flex-wrap {
  flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*
 * Aligns items within the flex container when there is extra space in the cross-axis
 * Only works if there is more than one line of flex items
 */
.uk-flex-wrap-stretch {
  align-content: stretch;
}

.uk-flex-wrap-top {
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  align-content: center;
}

.uk-flex-wrap-bottom {
  align-content: flex-end;
}

.uk-flex-wrap-between {
  align-content: space-between;
}

.uk-flex-wrap-around {
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-first {
  order: -1;
}

.uk-flex-last {
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-first\@s {
    order: -1;
  }
  .uk-flex-last\@s {
    order: 99;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-first\@m {
    order: -1;
  }
  .uk-flex-last\@m {
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-first\@l {
    order: -1;
  }
  .uk-flex-last\@l {
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-first\@xl {
    order: -1;
  }
  .uk-flex-last\@xl {
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
.uk-flex-initial {
  flex: initial;
}

/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-none {
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 */
.uk-flex-auto {
  flex: auto;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-1 {
  flex: 1;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-flex-initial\@s {
    flex: initial;
  }
  .uk-flex-none\@s {
    flex: none;
  }
  .uk-flex-1\@s {
    flex: 1;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-flex-initial\@m {
    flex: initial;
  }
  .uk-flex-none\@m {
    flex: none;
  }
  .uk-flex-1\@m {
    flex: 1;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-flex-initial\@l {
    flex: initial;
  }
  .uk-flex-none\@l {
    flex: none;
  }
  .uk-flex-1\@l {
    flex: 1;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-flex-initial\@xl {
    flex: initial;
  }
  .uk-flex-none\@xl {
    flex: none;
  }
  .uk-flex-1\@xl {
    flex: 1;
  }
}
/* ========================================================================
   Component: Margin
 ========================================================================== */
/*
 * Default
 */
.uk-margin {
  margin-bottom: 20px;
}

* + .uk-margin {
  margin-top: 20px !important;
}

.uk-margin-top {
  margin-top: 20px !important;
}

.uk-margin-bottom {
  margin-bottom: 20px !important;
}

.uk-margin-right {
  margin-right: 20px !important;
}

.uk-margin-left {
  margin-left: 20px !important;
}

/* Small
 ========================================================================== */
.uk-margin-small {
  margin-bottom: 10px;
}

* + .uk-margin-small {
  margin-top: 10px !important;
}

.uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

/* Medium
 ========================================================================== */
.uk-margin-medium {
  margin-bottom: 40px;
}

* + .uk-margin-medium {
  margin-top: 40px !important;
}

.uk-margin-medium-top {
  margin-top: 40px !important;
}

.uk-margin-medium-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-medium-right {
  margin-right: 40px !important;
}

.uk-margin-medium-left {
  margin-left: 40px !important;
}

/* Large
 ========================================================================== */
.uk-margin-large {
  margin-bottom: 40px;
}

* + .uk-margin-large {
  margin-top: 40px !important;
}

.uk-margin-large-top {
  margin-top: 40px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 40px !important;
}

.uk-margin-large-right {
  margin-right: 40px !important;
}

.uk-margin-large-left {
  margin-left: 40px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-large {
    margin-bottom: 70px;
  }
  * + .uk-margin-large {
    margin-top: 70px !important;
  }
  .uk-margin-large-top {
    margin-top: 70px !important;
  }
  .uk-margin-large-bottom {
    margin-bottom: 70px !important;
  }
  .uk-margin-large-right {
    margin-right: 70px !important;
  }
  .uk-margin-large-left {
    margin-left: 70px !important;
  }
}
/* XLarge
 ========================================================================== */
.uk-margin-xlarge {
  margin-bottom: 70px;
}

* + .uk-margin-xlarge {
  margin-top: 70px !important;
}

.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-xlarge {
    margin-bottom: 140px;
  }
  * + .uk-margin-xlarge {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-top {
    margin-top: 140px !important;
  }
  .uk-margin-xlarge-bottom {
    margin-bottom: 140px !important;
  }
  .uk-margin-xlarge-right {
    margin-right: 140px !important;
  }
  .uk-margin-xlarge-left {
    margin-left: 140px !important;
  }
}
/* Auto
 ========================================================================== */
.uk-margin-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.uk-margin-auto-top {
  margin-top: auto !important;
}

.uk-margin-auto-bottom {
  margin-bottom: auto !important;
}

.uk-margin-auto-right {
  margin-right: auto !important;
}

.uk-margin-auto-left {
  margin-left: auto !important;
}

.uk-margin-auto-vertical {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-auto\@s {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@s {
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@s {
    margin-left: auto !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-auto\@m {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@m {
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@m {
    margin-left: auto !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-auto\@l {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@l {
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@l {
    margin-left: auto !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-auto\@xl {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .uk-margin-auto-right\@xl {
    margin-right: auto !important;
  }
  .uk-margin-auto-left\@xl {
    margin-left: auto !important;
  }
}
/* Remove
 ========================================================================== */
.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-remove-top {
  margin-top: 0 !important;
}

.uk-margin-remove-bottom {
  margin-bottom: 0 !important;
}

.uk-margin-remove-right {
  margin-right: 0 !important;
}

.uk-margin-remove-left {
  margin-left: 0 !important;
}

.uk-margin-remove-vertical {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-margin-remove-adjacent + *,
.uk-margin-remove-first-child > :first-child {
  margin-top: 0 !important;
}

.uk-margin-remove-last-child > :last-child {
  margin-bottom: 0 !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-right\@s {
    margin-right: 0 !important;
  }
  .uk-margin-remove-left\@s {
    margin-left: 0 !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-margin-remove-right\@m {
    margin-right: 0 !important;
  }
  .uk-margin-remove-left\@m {
    margin-left: 0 !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-margin-remove-right\@l {
    margin-right: 0 !important;
  }
  .uk-margin-remove-left\@l {
    margin-left: 0 !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-margin-remove-right\@xl {
    margin-right: 0 !important;
  }
  .uk-margin-remove-left\@xl {
    margin-left: 0 !important;
  }
}
/* ========================================================================
   Component: Padding
 ========================================================================== */
.uk-padding {
  padding: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding {
    padding: 40px;
  }
}
/* Small
 ========================================================================== */
.uk-padding-small {
  padding: 15px;
}

/* Large
 ========================================================================== */
.uk-padding-large {
  padding: 40px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-padding-large {
    padding: 70px;
  }
}
/* Remove
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}

.uk-padding-remove-top {
  padding-top: 0 !important;
}

.uk-padding-remove-bottom {
  padding-bottom: 0 !important;
}

.uk-padding-remove-right {
  padding-right: 0 !important;
}

.uk-padding-remove-left {
  padding-left: 0 !important;
}

.uk-padding-remove-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.uk-padding-remove-horizontal {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* ========================================================================
   Component: Position
 ========================================================================== */
:root {
  --uk-position-margin-offset: 0px;
}

/* Directions
 ========================================================================== */
/*
 * 1. Prevent content overflow.
 */
[class*=uk-position-top],
[class*=uk-position-bottom],
[class*=uk-position-right],
[class*=uk-position-left],
[class*=uk-position-center] {
  position: absolute !important;
  /* 1 */
  max-width: calc(100% - var(--uk-position-margin-offset) * 2);
  box-sizing: border-box;
}

/*
 * Edges
 * Don't use `width: 100%` because it's wrong if the parent has padding.
 */
.uk-position-top {
  top: 0;
  right: 0;
  left: 0;
}

.uk-position-bottom {
  bottom: 0;
  right: 0;
  left: 0;
}

.uk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

.uk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

/*
 * Corners
 */
.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

/*
 * Center
 * 1. Fix text wrapping if content is larger than 50% of the container.
 *    Using `max-content` requires `max-width` of 100% which is set generally.
 */
.uk-position-center {
  top: calc(50% - var(--uk-position-margin-offset));
  right: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: 50%;
  --uk-position-translate-y: -50%;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y));
  /* 1 */
  width: max-content;
}

/* Vertical */
[class*=uk-position-center-right],
[class*=uk-position-center-left],
.uk-position-center-vertical {
  top: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-y: -50%;
  transform: translate(0, var(--uk-position-translate-y));
}

.uk-position-center-right {
  right: 0;
}

.uk-position-center-left {
  left: 0;
}

.uk-position-center-vertical {
  right: 0;
  left: 0;
}

.uk-position-center-right-out {
  left: 100%;
  width: max-content;
}

.uk-position-center-left-out {
  right: 100%;
  width: max-content;
}

/* Horizontal */
.uk-position-top-center,
.uk-position-bottom-center,
.uk-position-center-horizontal {
  right: calc(50% - var(--uk-position-margin-offset));
  --uk-position-translate-x: 50%;
  transform: translate(var(--uk-position-translate-x), 0);
  /* 1 */
  width: max-content;
}

.uk-position-top-center {
  top: 0;
}

.uk-position-bottom-center {
  bottom: 0;
}

.uk-position-center-horizontal {
  top: 0;
  bottom: 0;
}

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

/* Margin
 ========================================================================== */
.uk-position-small {
  margin: 15px;
  --uk-position-margin-offset: 15px;
}

.uk-position-medium {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}

.uk-position-large {
  margin: 30px;
  --uk-position-margin-offset: 30px;
}

/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-position-large {
    margin: 50px;
    --uk-position-margin-offset: 50px;
  }
}
/* Schemes
 ========================================================================== */
.uk-position-relative {
  position: relative !important;
}

.uk-position-absolute {
  position: absolute !important;
}

.uk-position-fixed {
  position: fixed !important;
}

.uk-position-sticky {
  position: sticky !important;
}

/* Layer
 ========================================================================== */
.uk-position-z-index {
  z-index: 1;
}

.uk-position-z-index-zero {
  z-index: 0;
}

.uk-position-z-index-negative {
  z-index: -1;
}

.uk-position-z-index-high {
  z-index: 990;
}

/* ========================================================================
   Component: Transition
 ========================================================================== */
/* Transitions
 ========================================================================== */
/*
 * The toggle is triggered on touch devices by two methods:
 * 1. Using `:focus` and tabindex
 * 2. Using `:hover` and a `touchstart` event listener registered on the document
 *    (Doesn't work on Surface touch devices)
 */
:where(.uk-transition-fade),
:where([class*=uk-transition-scale]),
:where([class*=uk-transition-slide]) {
  --uk-position-translate-x: 0;
  --uk-position-translate-y: 0;
}

.uk-transition-fade,
[class*=uk-transition-scale],
[class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  transform: translate(var(--uk-position-translate-x), var(--uk-position-translate-y)) translate(var(--uk-translate-x), var(--uk-translate-y)) scale(var(--uk-scale-x), var(--uk-scale-y));
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}

/*
 * Fade
 */
.uk-transition-toggle:hover .uk-transition-fade,
.uk-transition-toggle:focus .uk-transition-fade,
.uk-transition-toggle .uk-transition-fade:focus-within,
.uk-transition-active.uk-active .uk-transition-fade {
  opacity: 1;
}

/*
 * Scale
 * 1. Make image rendering the same during the transition as before and after. Prefixed because of Safari.
 */
/* 1 */
[class*=uk-transition-scale] {
  -webkit-backface-visibility: hidden;
}

.uk-transition-scale-up {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
}

.uk-transition-scale-down {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
}

/* Show */
.uk-transition-toggle:hover .uk-transition-scale-up,
.uk-transition-toggle:focus .uk-transition-scale-up,
.uk-transition-toggle .uk-transition-scale-up:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-up {
  --uk-scale-x: 1.03;
  --uk-scale-y: 1.03;
  opacity: 1;
}

.uk-transition-toggle:hover .uk-transition-scale-down,
.uk-transition-toggle:focus .uk-transition-scale-down,
.uk-transition-toggle .uk-transition-scale-down:focus-within,
.uk-transition-active.uk-active .uk-transition-scale-down {
  --uk-scale-x: 1;
  --uk-scale-y: 1;
  opacity: 1;
}

/*
 * Slide
 */
.uk-transition-slide-top {
  --uk-translate-y: -100%;
}

.uk-transition-slide-bottom {
  --uk-translate-y: 100%;
}

.uk-transition-slide-right {
  --uk-translate-x: -100%;
}

.uk-transition-slide-left {
  --uk-translate-x: 100%;
}

.uk-transition-slide-top-small {
  --uk-translate-y: calc(-1 * 10px);
}

.uk-transition-slide-bottom-small {
  --uk-translate-y: 10px;
}

.uk-transition-slide-right-small {
  --uk-translate-x: calc(-1 * 10px);
}

.uk-transition-slide-left-small {
  --uk-translate-x: 10px;
}

.uk-transition-slide-top-medium {
  --uk-translate-y: calc(-1 * 50px);
}

.uk-transition-slide-bottom-medium {
  --uk-translate-y: 50px;
}

.uk-transition-slide-right-medium {
  --uk-translate-x: calc(-1 * 50px);
}

.uk-transition-slide-left-medium {
  --uk-translate-x: 50px;
}

/* Show */
.uk-transition-toggle:hover [class*=uk-transition-slide],
.uk-transition-toggle:focus [class*=uk-transition-slide],
.uk-transition-toggle [class*=uk-transition-slide]:focus-within,
.uk-transition-active.uk-active [class*=uk-transition-slide] {
  --uk-translate-x: 0;
  --uk-translate-y: 0;
  opacity: 1;
}

/* Opacity modifier
 ========================================================================== */
.uk-transition-opaque {
  opacity: 1;
}

/* Duration modifier
 ========================================================================== */
.uk-transition-slow {
  transition-duration: 0.7s;
}

/* Disable modifier
 ========================================================================== */
.uk-transition-disable,
.uk-transition-disable * {
  transition: none !important;
}

/* ========================================================================
   Component: Visibility
 ========================================================================== */
/*
 * Hidden
 * `hidden` attribute also set here to make it stronger
 */
[hidden],
.uk-hidden {
  display: none !important;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  .uk-hidden\@m {
    display: none !important;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  .uk-hidden\@l {
    display: none !important;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  .uk-hidden\@xl {
    display: none !important;
  }
}
/*
 * Visible
 */
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .uk-visible\@s {
    display: none !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .uk-visible\@m {
    display: none !important;
  }
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .uk-visible\@l {
    display: none !important;
  }
}
/* Desktop and smaller */
@media (max-width: 1599px) {
  .uk-visible\@xl {
    display: none !important;
  }
}
/* Visibility
 ========================================================================== */
.uk-invisible {
  visibility: hidden !important;
}

/* Based on the State of the Parent Element
 ========================================================================== */
/*
 * Mind that `display: none`, `visibility: hidden` and `opacity: 0`
 * remove the element from the accessibility tree and that
 * `display: none` and `visibility: hidden` are not focusable.
 *
 * The target stays visible if any element within receives focus through keyboard.
 */
/*
 * Remove space when hidden.
 * 1. Remove from document flow.
 * 2. Hide element and shrink its dimension. Can't use zero dimensions together
 *    with `overflow: hidden` it would remove it from the accessibility tree.
 * 3. Hide the single rendered pixel.
 * 4. Prevent text wrapping caused by `width: 1px` because it has side effects on vocalisation
 *    by screen readers and the visual tracking indicator of other assistive technologies.
 */
.uk-hidden-visually:not(:focus):not(:active):not(:focus-within),
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
  /* 1 */
  position: absolute !important;
  /* 2 */
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  /* 3 */
  clip-path: inset(50%) !important;
  /* 4 */
  white-space: nowrap !important;
}

/*
 * Keep space when hidden.
 * Hide element without shrinking its dimension.
 * Unfortunately, can't use `clip-path: inset(50%)` because hover won't work
 * if the element is positioned outside of the toggle box.
 */
.uk-visible-toggle:not(:hover):not(:focus) .uk-invisible-hover:not(:focus-within) {
  opacity: 0 !important;
}

/* Based on Hover Capability of the Pointing Device
 ========================================================================== */
/*
 * Hover
 */
/* Hide if primary pointing device doesn't support hover, e.g. touch screens. */
@media (hover: none) {
  .uk-hidden-touch {
    display: none !important;
  }
}
/* Hide if primary pointing device supports hover, e.g. mice. */
@media (hover) {
  .uk-hidden-notouch {
    display: none !important;
  }
}
/* ========================================================================
   Component: Inverse
 ========================================================================== */
/*
 * Implemented class depends on the general theme color
 * `uk-light` is for light colors on dark backgrounds
 * `uk-dark` is or dark colors on light backgrounds
 */
.uk-light,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color),
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*=uk-card-media]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*=uk-card-media]),
.uk-overlay-primary,
.uk-offcanvas-bar {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light a,
.uk-light .uk-link,
.uk-section-primary:not(.uk-preserve-color) a,
.uk-section-primary:not(.uk-preserve-color) .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a,
.uk-section-secondary:not(.uk-preserve-color) .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a,
.uk-tile-primary:not(.uk-preserve-color) .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link,
.uk-card-primary.uk-card-body a,
.uk-card-primary.uk-card-body .uk-link,
.uk-card-primary > :not([class*=uk-card-media]) a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link,
.uk-card-secondary.uk-card-body a,
.uk-card-secondary.uk-card-body .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link,
.uk-overlay-primary a,
.uk-overlay-primary .uk-link,
.uk-offcanvas-bar a,
.uk-offcanvas-bar .uk-link {
  color: #fff;
}

.uk-light a:hover,
.uk-light .uk-link:hover,
.uk-light .uk-link-toggle:hover .uk-link,
.uk-section-primary:not(.uk-preserve-color) a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-section-secondary:not(.uk-preserve-color) a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-primary:not(.uk-preserve-color) a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-tile-secondary:not(.uk-preserve-color) a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link,
.uk-card-primary.uk-card-body a:hover,
.uk-card-primary.uk-card-body .uk-link:hover,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link,
.uk-card-primary > :not([class*=uk-card-media]) a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,
.uk-card-secondary.uk-card-body a:hover,
.uk-card-secondary.uk-card-body .uk-link:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link,
.uk-card-secondary > :not([class*=uk-card-media]) a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link,
.uk-overlay-primary a:hover,
.uk-overlay-primary .uk-link:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link,
.uk-offcanvas-bar a:hover,
.uk-offcanvas-bar .uk-link:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link {
  color: #fff;
}

.uk-light :not(pre) > code,
.uk-light :not(pre) > kbd,
.uk-light :not(pre) > samp,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-section-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-primary:not(.uk-preserve-color) :not(pre) > samp,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > code,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > kbd,
.uk-tile-secondary:not(.uk-preserve-color) :not(pre) > samp,
.uk-card-primary.uk-card-body :not(pre) > code,
.uk-card-primary.uk-card-body :not(pre) > kbd,
.uk-card-primary.uk-card-body :not(pre) > samp,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > code,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-card-primary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-card-secondary.uk-card-body :not(pre) > code,
.uk-card-secondary.uk-card-body :not(pre) > kbd,
.uk-card-secondary.uk-card-body :not(pre) > samp,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > code,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > kbd,
.uk-card-secondary > :not([class*=uk-card-media]) :not(pre) > samp,
.uk-overlay-primary :not(pre) > code,
.uk-overlay-primary :not(pre) > kbd,
.uk-overlay-primary :not(pre) > samp,
.uk-offcanvas-bar :not(pre) > code,
.uk-offcanvas-bar :not(pre) > kbd,
.uk-offcanvas-bar :not(pre) > samp {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light em,
.uk-section-primary:not(.uk-preserve-color) em,
.uk-section-secondary:not(.uk-preserve-color) em,
.uk-tile-primary:not(.uk-preserve-color) em,
.uk-tile-secondary:not(.uk-preserve-color) em,
.uk-card-primary.uk-card-body em,
.uk-card-primary > :not([class*=uk-card-media]) em,
.uk-card-secondary.uk-card-body em,
.uk-card-secondary > :not([class*=uk-card-media]) em,
.uk-overlay-primary em,
.uk-offcanvas-bar em {
  color: #fff;
}

.uk-light h1,
.uk-light .uk-h1,
.uk-light h2,
.uk-light .uk-h2,
.uk-light h3,
.uk-light .uk-h3,
.uk-light h4,
.uk-light .uk-h4,
.uk-light h5,
.uk-light .uk-h5,
.uk-light h6,
.uk-light .uk-h6,
.uk-light .uk-heading-small,
.uk-light .uk-heading-medium,
.uk-light .uk-heading-large,
.uk-light .uk-heading-xlarge,
.uk-light .uk-heading-2xlarge,
.uk-light .uk-heading-3xlarge,
.uk-section-primary:not(.uk-preserve-color) h1,
.uk-section-primary:not(.uk-preserve-color) .uk-h1,
.uk-section-primary:not(.uk-preserve-color) h2,
.uk-section-primary:not(.uk-preserve-color) .uk-h2,
.uk-section-primary:not(.uk-preserve-color) h3,
.uk-section-primary:not(.uk-preserve-color) .uk-h3,
.uk-section-primary:not(.uk-preserve-color) h4,
.uk-section-primary:not(.uk-preserve-color) .uk-h4,
.uk-section-primary:not(.uk-preserve-color) h5,
.uk-section-primary:not(.uk-preserve-color) .uk-h5,
.uk-section-primary:not(.uk-preserve-color) h6,
.uk-section-primary:not(.uk-preserve-color) .uk-h6,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3,
.uk-section-secondary:not(.uk-preserve-color) h4,
.uk-section-secondary:not(.uk-preserve-color) .uk-h4,
.uk-section-secondary:not(.uk-preserve-color) h5,
.uk-section-secondary:not(.uk-preserve-color) .uk-h5,
.uk-section-secondary:not(.uk-preserve-color) h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-h6,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-tile-primary:not(.uk-preserve-color) h1,
.uk-tile-primary:not(.uk-preserve-color) .uk-h1,
.uk-tile-primary:not(.uk-preserve-color) h2,
.uk-tile-primary:not(.uk-preserve-color) .uk-h2,
.uk-tile-primary:not(.uk-preserve-color) h3,
.uk-tile-primary:not(.uk-preserve-color) .uk-h3,
.uk-tile-primary:not(.uk-preserve-color) h4,
.uk-tile-primary:not(.uk-preserve-color) .uk-h4,
.uk-tile-primary:not(.uk-preserve-color) h5,
.uk-tile-primary:not(.uk-preserve-color) .uk-h5,
.uk-tile-primary:not(.uk-preserve-color) h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-h6,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-tile-secondary:not(.uk-preserve-color) h1,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h1,
.uk-tile-secondary:not(.uk-preserve-color) h2,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h2,
.uk-tile-secondary:not(.uk-preserve-color) h3,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h3,
.uk-tile-secondary:not(.uk-preserve-color) h4,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h4,
.uk-tile-secondary:not(.uk-preserve-color) h5,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h5,
.uk-tile-secondary:not(.uk-preserve-color) h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-h6,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-small,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-medium,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-large,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-2xlarge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-3xlarge,
.uk-card-primary.uk-card-body h1,
.uk-card-primary.uk-card-body .uk-h1,
.uk-card-primary.uk-card-body h2,
.uk-card-primary.uk-card-body .uk-h2,
.uk-card-primary.uk-card-body h3,
.uk-card-primary.uk-card-body .uk-h3,
.uk-card-primary.uk-card-body h4,
.uk-card-primary.uk-card-body .uk-h4,
.uk-card-primary.uk-card-body h5,
.uk-card-primary.uk-card-body .uk-h5,
.uk-card-primary.uk-card-body h6,
.uk-card-primary.uk-card-body .uk-h6,
.uk-card-primary.uk-card-body .uk-heading-small,
.uk-card-primary.uk-card-body .uk-heading-medium,
.uk-card-primary.uk-card-body .uk-heading-large,
.uk-card-primary.uk-card-body .uk-heading-xlarge,
.uk-card-primary.uk-card-body .uk-heading-2xlarge,
.uk-card-primary.uk-card-body .uk-heading-3xlarge,
.uk-card-primary > :not([class*=uk-card-media]) h1,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h1,
.uk-card-primary > :not([class*=uk-card-media]) h2,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h2,
.uk-card-primary > :not([class*=uk-card-media]) h3,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h3,
.uk-card-primary > :not([class*=uk-card-media]) h4,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h4,
.uk-card-primary > :not([class*=uk-card-media]) h5,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h5,
.uk-card-primary > :not([class*=uk-card-media]) h6,
.uk-card-primary > :not([class*=uk-card-media]) .uk-h6,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-small,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-medium,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-large,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-xlarge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-2xlarge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-3xlarge,
.uk-card-secondary.uk-card-body h1,
.uk-card-secondary.uk-card-body .uk-h1,
.uk-card-secondary.uk-card-body h2,
.uk-card-secondary.uk-card-body .uk-h2,
.uk-card-secondary.uk-card-body h3,
.uk-card-secondary.uk-card-body .uk-h3,
.uk-card-secondary.uk-card-body h4,
.uk-card-secondary.uk-card-body .uk-h4,
.uk-card-secondary.uk-card-body h5,
.uk-card-secondary.uk-card-body .uk-h5,
.uk-card-secondary.uk-card-body h6,
.uk-card-secondary.uk-card-body .uk-h6,
.uk-card-secondary.uk-card-body .uk-heading-small,
.uk-card-secondary.uk-card-body .uk-heading-medium,
.uk-card-secondary.uk-card-body .uk-heading-large,
.uk-card-secondary.uk-card-body .uk-heading-xlarge,
.uk-card-secondary.uk-card-body .uk-heading-2xlarge,
.uk-card-secondary.uk-card-body .uk-heading-3xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) h1,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h1,
.uk-card-secondary > :not([class*=uk-card-media]) h2,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h2,
.uk-card-secondary > :not([class*=uk-card-media]) h3,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h3,
.uk-card-secondary > :not([class*=uk-card-media]) h4,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h4,
.uk-card-secondary > :not([class*=uk-card-media]) h5,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h5,
.uk-card-secondary > :not([class*=uk-card-media]) h6,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-h6,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-small,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-medium,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-large,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-2xlarge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-3xlarge,
.uk-overlay-primary h1,
.uk-overlay-primary .uk-h1,
.uk-overlay-primary h2,
.uk-overlay-primary .uk-h2,
.uk-overlay-primary h3,
.uk-overlay-primary .uk-h3,
.uk-overlay-primary h4,
.uk-overlay-primary .uk-h4,
.uk-overlay-primary h5,
.uk-overlay-primary .uk-h5,
.uk-overlay-primary h6,
.uk-overlay-primary .uk-h6,
.uk-overlay-primary .uk-heading-small,
.uk-overlay-primary .uk-heading-medium,
.uk-overlay-primary .uk-heading-large,
.uk-overlay-primary .uk-heading-xlarge,
.uk-overlay-primary .uk-heading-2xlarge,
.uk-overlay-primary .uk-heading-3xlarge,
.uk-offcanvas-bar h1,
.uk-offcanvas-bar .uk-h1,
.uk-offcanvas-bar h2,
.uk-offcanvas-bar .uk-h2,
.uk-offcanvas-bar h3,
.uk-offcanvas-bar .uk-h3,
.uk-offcanvas-bar h4,
.uk-offcanvas-bar .uk-h4,
.uk-offcanvas-bar h5,
.uk-offcanvas-bar .uk-h5,
.uk-offcanvas-bar h6,
.uk-offcanvas-bar .uk-h6,
.uk-offcanvas-bar .uk-heading-small,
.uk-offcanvas-bar .uk-heading-medium,
.uk-offcanvas-bar .uk-heading-large,
.uk-offcanvas-bar .uk-heading-xlarge,
.uk-offcanvas-bar .uk-heading-2xlarge,
.uk-offcanvas-bar .uk-heading-3xlarge {
  color: #fff;
}

.uk-light blockquote,
.uk-section-primary:not(.uk-preserve-color) blockquote,
.uk-section-secondary:not(.uk-preserve-color) blockquote,
.uk-tile-primary:not(.uk-preserve-color) blockquote,
.uk-tile-secondary:not(.uk-preserve-color) blockquote,
.uk-card-primary.uk-card-body blockquote,
.uk-card-primary > :not([class*=uk-card-media]) blockquote,
.uk-card-secondary.uk-card-body blockquote,
.uk-card-secondary > :not([class*=uk-card-media]) blockquote,
.uk-overlay-primary blockquote,
.uk-offcanvas-bar blockquote {
  color: #fff;
}

.uk-light blockquote footer,
.uk-section-primary:not(.uk-preserve-color) blockquote footer,
.uk-section-secondary:not(.uk-preserve-color) blockquote footer,
.uk-tile-primary:not(.uk-preserve-color) blockquote footer,
.uk-tile-secondary:not(.uk-preserve-color) blockquote footer,
.uk-card-primary.uk-card-body blockquote footer,
.uk-card-primary > :not([class*=uk-card-media]) blockquote footer,
.uk-card-secondary.uk-card-body blockquote footer,
.uk-card-secondary > :not([class*=uk-card-media]) blockquote footer,
.uk-overlay-primary blockquote footer,
.uk-offcanvas-bar blockquote footer {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light hr,
.uk-light .uk-hr,
.uk-section-primary:not(.uk-preserve-color) hr,
.uk-section-primary:not(.uk-preserve-color) .uk-hr,
.uk-section-secondary:not(.uk-preserve-color) hr,
.uk-section-secondary:not(.uk-preserve-color) .uk-hr,
.uk-tile-primary:not(.uk-preserve-color) hr,
.uk-tile-primary:not(.uk-preserve-color) .uk-hr,
.uk-tile-secondary:not(.uk-preserve-color) hr,
.uk-tile-secondary:not(.uk-preserve-color) .uk-hr,
.uk-card-primary.uk-card-body hr,
.uk-card-primary.uk-card-body .uk-hr,
.uk-card-primary > :not([class*=uk-card-media]) hr,
.uk-card-primary > :not([class*=uk-card-media]) .uk-hr,
.uk-card-secondary.uk-card-body hr,
.uk-card-secondary.uk-card-body .uk-hr,
.uk-card-secondary > :not([class*=uk-card-media]) hr,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-hr,
.uk-overlay-primary hr,
.uk-overlay-primary .uk-hr,
.uk-offcanvas-bar hr,
.uk-offcanvas-bar .uk-hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light :focus-visible,
.uk-section-primary:not(.uk-preserve-color) :focus-visible,
.uk-section-secondary:not(.uk-preserve-color) :focus-visible,
.uk-tile-primary:not(.uk-preserve-color) :focus-visible,
.uk-tile-secondary:not(.uk-preserve-color) :focus-visible,
.uk-card-primary.uk-card-body :focus-visible,
.uk-card-primary > :not([class*=uk-card-media]) :focus-visible,
.uk-card-secondary.uk-card-body :focus-visible,
.uk-card-secondary > :not([class*=uk-card-media]) :focus-visible,
.uk-overlay-primary :focus-visible,
.uk-offcanvas-bar :focus-visible {
  outline-color: #fff;
}

.uk-light a.uk-link-muted,
.uk-light .uk-link-muted a,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a,
.uk-card-primary.uk-card-body a.uk-link-muted,
.uk-card-primary.uk-card-body .uk-link-muted a,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-card-secondary.uk-card-body a.uk-link-muted,
.uk-card-secondary.uk-card-body .uk-link-muted a,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a,
.uk-overlay-primary a.uk-link-muted,
.uk-overlay-primary .uk-link-muted a,
.uk-offcanvas-bar a.uk-link-muted,
.uk-offcanvas-bar .uk-link-muted a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light a.uk-link-muted:hover,
.uk-light .uk-link-muted a:hover,
.uk-light .uk-link-toggle:hover .uk-link-muted,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-muted:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-muted a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-muted,
.uk-card-primary.uk-card-body a.uk-link-muted:hover,
.uk-card-primary.uk-card-body .uk-link-muted a:hover,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-muted:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary.uk-card-body a.uk-link-muted:hover,
.uk-card-secondary.uk-card-body .uk-link-muted a:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-muted,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-muted:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-muted a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-muted,
.uk-overlay-primary a.uk-link-muted:hover,
.uk-overlay-primary .uk-link-muted a:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-muted,
.uk-offcanvas-bar a.uk-link-muted:hover,
.uk-offcanvas-bar .uk-link-muted a:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-muted {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light a.uk-link-text:hover,
.uk-light .uk-link-text a:hover,
.uk-light .uk-link-toggle:hover .uk-link-text,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-text:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-text a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-text,
.uk-card-primary.uk-card-body a.uk-link-text:hover,
.uk-card-primary.uk-card-body .uk-link-text a:hover,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-text,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-text:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary.uk-card-body a.uk-link-text:hover,
.uk-card-secondary.uk-card-body .uk-link-text a:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-text,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-text:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-text a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-text,
.uk-overlay-primary a.uk-link-text:hover,
.uk-overlay-primary .uk-link-text a:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-text,
.uk-offcanvas-bar a.uk-link-text:hover,
.uk-offcanvas-bar .uk-link-text a:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-text {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light a.uk-link-heading:hover,
.uk-light .uk-link-heading a:hover,
.uk-light .uk-link-toggle:hover .uk-link-heading,
.uk-section-primary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-section-secondary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-primary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-tile-secondary:not(.uk-preserve-color) a.uk-link-heading:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-heading a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-link-toggle:hover .uk-link-heading,
.uk-card-primary.uk-card-body a.uk-link-heading:hover,
.uk-card-primary.uk-card-body .uk-link-heading a:hover,
.uk-card-primary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
.uk-card-primary > :not([class*=uk-card-media]) a.uk-link-heading:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary.uk-card-body a.uk-link-heading:hover,
.uk-card-secondary.uk-card-body .uk-link-heading a:hover,
.uk-card-secondary.uk-card-body .uk-link-toggle:hover .uk-link-heading,
.uk-card-secondary > :not([class*=uk-card-media]) a.uk-link-heading:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-heading a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-link-toggle:hover .uk-link-heading,
.uk-overlay-primary a.uk-link-heading:hover,
.uk-overlay-primary .uk-link-heading a:hover,
.uk-overlay-primary .uk-link-toggle:hover .uk-link-heading,
.uk-offcanvas-bar a.uk-link-heading:hover,
.uk-offcanvas-bar .uk-link-heading a:hover,
.uk-offcanvas-bar .uk-link-toggle:hover .uk-link-heading {
  color: #fff;
}

.uk-light .uk-heading-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-divider,
.uk-card-primary.uk-card-body .uk-heading-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-divider,
.uk-card-secondary.uk-card-body .uk-heading-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-divider,
.uk-overlay-primary .uk-heading-divider,
.uk-offcanvas-bar .uk-heading-divider {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-bullet::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-bullet::before,
.uk-card-primary.uk-card-body .uk-heading-bullet::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-bullet::before,
.uk-card-secondary.uk-card-body .uk-heading-bullet::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-bullet::before,
.uk-overlay-primary .uk-heading-bullet::before,
.uk-offcanvas-bar .uk-heading-bullet::before {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-heading-line > ::before,
.uk-light .uk-heading-line > ::after,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-heading-line > ::after,
.uk-card-primary.uk-card-body .uk-heading-line > ::before,
.uk-card-primary.uk-card-body .uk-heading-line > ::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-card-secondary.uk-card-body .uk-heading-line > ::before,
.uk-card-secondary.uk-card-body .uk-heading-line > ::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-heading-line > ::after,
.uk-overlay-primary .uk-heading-line > ::before,
.uk-overlay-primary .uk-heading-line > ::after,
.uk-offcanvas-bar .uk-heading-line > ::before,
.uk-offcanvas-bar .uk-heading-line > ::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon,
.uk-card-primary.uk-card-body .uk-divider-icon,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon,
.uk-card-secondary.uk-card-body .uk-divider-icon,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon,
.uk-overlay-primary .uk-divider-icon,
.uk-offcanvas-bar .uk-divider-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22none%22%20stroke%3D%22rgba%28255,%20255,%20255,%200.2%29%22%20stroke-width%3D%222%22%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%227%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-divider-icon::before,
.uk-light .uk-divider-icon::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-icon::after,
.uk-card-primary.uk-card-body .uk-divider-icon::before,
.uk-card-primary.uk-card-body .uk-divider-icon::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-card-secondary.uk-card-body .uk-divider-icon::before,
.uk-card-secondary.uk-card-body .uk-divider-icon::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-icon::after,
.uk-overlay-primary .uk-divider-icon::before,
.uk-overlay-primary .uk-divider-icon::after,
.uk-offcanvas-bar .uk-divider-icon::before,
.uk-offcanvas-bar .uk-divider-icon::after {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-small::after,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-small::after,
.uk-card-primary.uk-card-body .uk-divider-small::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-small::after,
.uk-card-secondary.uk-card-body .uk-divider-small::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-small::after,
.uk-overlay-primary .uk-divider-small::after,
.uk-offcanvas-bar .uk-divider-small::after {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-divider-vertical,
.uk-section-primary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-section-secondary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-tile-primary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-tile-secondary:not(.uk-preserve-color) .uk-divider-vertical,
.uk-card-primary.uk-card-body .uk-divider-vertical,
.uk-card-primary > :not([class*=uk-card-media]) .uk-divider-vertical,
.uk-card-secondary.uk-card-body .uk-divider-vertical,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-divider-vertical,
.uk-overlay-primary .uk-divider-vertical,
.uk-offcanvas-bar .uk-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-muted > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-muted > ::before,
.uk-card-primary.uk-card-body .uk-list-muted > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-muted > ::before,
.uk-card-secondary.uk-card-body .uk-list-muted > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-muted > ::before,
.uk-overlay-primary .uk-list-muted > ::before,
.uk-offcanvas-bar .uk-list-muted > ::before {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-list-emphasis > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-emphasis > ::before,
.uk-card-primary.uk-card-body .uk-list-emphasis > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before,
.uk-card-secondary.uk-card-body .uk-list-emphasis > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-emphasis > ::before,
.uk-overlay-primary .uk-list-emphasis > ::before,
.uk-offcanvas-bar .uk-list-emphasis > ::before {
  color: #fff !important;
}

.uk-light .uk-list-primary > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-primary > ::before,
.uk-card-primary.uk-card-body .uk-list-primary > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-primary > ::before,
.uk-card-secondary.uk-card-body .uk-list-primary > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-primary > ::before,
.uk-overlay-primary .uk-list-primary > ::before,
.uk-offcanvas-bar .uk-list-primary > ::before {
  color: #fff !important;
}

.uk-light .uk-list-secondary > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-secondary > ::before,
.uk-card-primary.uk-card-body .uk-list-secondary > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-secondary > ::before,
.uk-card-secondary.uk-card-body .uk-list-secondary > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-secondary > ::before,
.uk-overlay-primary .uk-list-secondary > ::before,
.uk-offcanvas-bar .uk-list-secondary > ::before {
  color: #fff !important;
}

.uk-light .uk-list-bullet > ::before,
.uk-section-primary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-bullet > ::before,
.uk-card-primary.uk-card-body .uk-list-bullet > ::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-bullet > ::before,
.uk-card-secondary.uk-card-body .uk-list-bullet > ::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-bullet > ::before,
.uk-overlay-primary .uk-list-bullet > ::before,
.uk-offcanvas-bar .uk-list-bullet > ::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%226%22%20height%3D%226%22%20viewBox%3D%220%200%206%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20cx%3D%223%22%20cy%3D%223%22%20r%3D%223%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-list-divider > :nth-child(n+2),
.uk-section-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-divider > :nth-child(n+2),
.uk-card-primary.uk-card-body .uk-list-divider > :nth-child(n+2),
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2),
.uk-card-secondary.uk-card-body .uk-list-divider > :nth-child(n+2),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-divider > :nth-child(n+2),
.uk-overlay-primary .uk-list-divider > :nth-child(n+2),
.uk-offcanvas-bar .uk-list-divider > :nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-striped > *:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > *:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-list-striped > *:nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > *:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > *:nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > *:nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > *:nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > *:nth-of-type(odd) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-list-striped > :nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-list-striped > :nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-list-striped > :nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-list-striped > :nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-list-striped > :nth-of-type(odd),
.uk-overlay-primary .uk-list-striped > :nth-of-type(odd),
.uk-offcanvas-bar .uk-list-striped > :nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-table th,
.uk-section-primary:not(.uk-preserve-color) .uk-table th,
.uk-section-secondary:not(.uk-preserve-color) .uk-table th,
.uk-tile-primary:not(.uk-preserve-color) .uk-table th,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table th,
.uk-card-primary.uk-card-body .uk-table th,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table th,
.uk-card-secondary.uk-card-body .uk-table th,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table th,
.uk-overlay-primary .uk-table th,
.uk-offcanvas-bar .uk-table th {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-table caption,
.uk-section-primary:not(.uk-preserve-color) .uk-table caption,
.uk-section-secondary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-primary:not(.uk-preserve-color) .uk-table caption,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table caption,
.uk-card-primary.uk-card-body .uk-table caption,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table caption,
.uk-card-secondary.uk-card-body .uk-table caption,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table caption,
.uk-overlay-primary .uk-table caption,
.uk-offcanvas-bar .uk-table caption {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-table > tr.uk-active,
.uk-light .uk-table tbody tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table > tr.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table tbody tr.uk-active,
.uk-card-primary.uk-card-body .uk-table > tr.uk-active,
.uk-card-primary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table > tr.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table > tr.uk-active,
.uk-card-secondary.uk-card-body .uk-table tbody tr.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table > tr.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table tbody tr.uk-active,
.uk-overlay-primary .uk-table > tr.uk-active,
.uk-overlay-primary .uk-table tbody tr.uk-active,
.uk-offcanvas-bar .uk-table > tr.uk-active,
.uk-offcanvas-bar .uk-table tbody tr.uk-active {
  background: rgba(255, 255, 255, 0.08);
}

.uk-light .uk-table-divider > tr:not(:first-child),
.uk-light .uk-table-divider > :not(:first-child) > tr,
.uk-light .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > tr:not(:first-child),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :not(:first-child) > tr,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-primary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > tr:not(:first-child),
.uk-card-secondary.uk-card-body .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary.uk-card-body .uk-table-divider > :first-child > tr:not(:first-child),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > tr:not(:first-child),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :not(:first-child) > tr,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-divider > :first-child > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > tr:not(:first-child),
.uk-overlay-primary .uk-table-divider > :not(:first-child) > tr,
.uk-overlay-primary .uk-table-divider > :first-child > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > tr:not(:first-child),
.uk-offcanvas-bar .uk-table-divider > :not(:first-child) > tr,
.uk-offcanvas-bar .uk-table-divider > :first-child > tr:not(:first-child) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-table-striped > tr:nth-of-type(odd),
.uk-light .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(odd),
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd),
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(odd),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped > tr:nth-of-type(odd),
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(odd),
.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.1);
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-table-hover > tr:hover,
.uk-light .uk-table-hover tbody tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover > tr:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-hover tbody tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-primary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover > tr:hover,
.uk-card-secondary.uk-card-body .uk-table-hover tbody tr:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover > tr:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-hover tbody tr:hover,
.uk-overlay-primary .uk-table-hover > tr:hover,
.uk-overlay-primary .uk-table-hover tbody tr:hover,
.uk-offcanvas-bar .uk-table-hover > tr:hover,
.uk-offcanvas-bar .uk-table-hover tbody tr:hover {
  background: rgba(255, 255, 255, 0.08);
}

.uk-light .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link,
.uk-overlay-primary .uk-icon-link,
.uk-offcanvas-bar .uk-icon-link {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:hover,
.uk-card-primary.uk-card-body .uk-icon-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:hover,
.uk-card-secondary.uk-card-body .uk-icon-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:hover,
.uk-overlay-primary .uk-icon-link:hover,
.uk-offcanvas-bar .uk-icon-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-link:active,
.uk-light .uk-active > .uk-icon-link,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-link:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-active > .uk-icon-link,
.uk-card-primary.uk-card-body .uk-icon-link:active,
.uk-card-primary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-link:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-card-secondary.uk-card-body .uk-icon-link:active,
.uk-card-secondary.uk-card-body .uk-active > .uk-icon-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-link:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-active > .uk-icon-link,
.uk-overlay-primary .uk-icon-link:active,
.uk-overlay-primary .uk-active > .uk-icon-link,
.uk-offcanvas-bar .uk-icon-link:active,
.uk-offcanvas-bar .uk-active > .uk-icon-link {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button,
.uk-card-primary.uk-card-body .uk-icon-button,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button,
.uk-card-secondary.uk-card-body .uk-icon-button,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button,
.uk-overlay-primary .uk-icon-button,
.uk-offcanvas-bar .uk-icon-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-icon-button:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:hover,
.uk-card-primary.uk-card-body .uk-icon-button:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:hover,
.uk-card-secondary.uk-card-body .uk-icon-button:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:hover,
.uk-overlay-primary .uk-icon-button:hover,
.uk-offcanvas-bar .uk-icon-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-icon-button:active,
.uk-section-primary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-icon-button:active,
.uk-card-primary.uk-card-body .uk-icon-button:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-icon-button:active,
.uk-card-secondary.uk-card-body .uk-icon-button:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-icon-button:active,
.uk-overlay-primary .uk-icon-button:active,
.uk-offcanvas-bar .uk-icon-button:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input,
.uk-light .uk-select,
.uk-light .uk-textarea,
.uk-section-primary:not(.uk-preserve-color) .uk-input,
.uk-section-primary:not(.uk-preserve-color) .uk-select,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea,
.uk-section-secondary:not(.uk-preserve-color) .uk-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-select,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-primary:not(.uk-preserve-color) .uk-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-select,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea,
.uk-card-primary.uk-card-body .uk-input,
.uk-card-primary.uk-card-body .uk-select,
.uk-card-primary.uk-card-body .uk-textarea,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea,
.uk-card-secondary.uk-card-body .uk-input,
.uk-card-secondary.uk-card-body .uk-select,
.uk-card-secondary.uk-card-body .uk-textarea,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea,
.uk-overlay-primary .uk-input,
.uk-overlay-primary .uk-select,
.uk-overlay-primary .uk-textarea,
.uk-offcanvas-bar .uk-input,
.uk-offcanvas-bar .uk-select,
.uk-offcanvas-bar .uk-textarea {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  background-clip: padding-box;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-input:focus,
.uk-light .uk-select:focus,
.uk-light .uk-textarea:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea:focus,
.uk-card-primary.uk-card-body .uk-input:focus,
.uk-card-primary.uk-card-body .uk-select:focus,
.uk-card-primary.uk-card-body .uk-textarea:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-card-secondary.uk-card-body .uk-input:focus,
.uk-card-secondary.uk-card-body .uk-select:focus,
.uk-card-secondary.uk-card-body .uk-textarea:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea:focus,
.uk-overlay-primary .uk-input:focus,
.uk-overlay-primary .uk-select:focus,
.uk-overlay-primary .uk-textarea:focus,
.uk-offcanvas-bar .uk-input:focus,
.uk-offcanvas-bar .uk-select:focus,
.uk-offcanvas-bar .uk-textarea:focus {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input::placeholder,
.uk-card-primary.uk-card-body .uk-input::placeholder,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input::placeholder,
.uk-card-secondary.uk-card-body .uk-input::placeholder,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input::placeholder,
.uk-overlay-primary .uk-input::placeholder,
.uk-offcanvas-bar .uk-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-textarea::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-textarea::placeholder,
.uk-card-primary.uk-card-body .uk-textarea::placeholder,
.uk-card-primary > :not([class*=uk-card-media]) .uk-textarea::placeholder,
.uk-card-secondary.uk-card-body .uk-textarea::placeholder,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-textarea::placeholder,
.uk-overlay-primary .uk-textarea::placeholder,
.uk-offcanvas-bar .uk-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-select:not([multiple]):not([size]),
.uk-section-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-section-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-tile-primary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-tile-secondary:not(.uk-preserve-color) .uk-select:not([multiple]):not([size]),
.uk-card-primary.uk-card-body .uk-select:not([multiple]):not([size]),
.uk-card-primary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]),
.uk-card-secondary.uk-card-body .uk-select:not([multiple]):not([size]),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-select:not([multiple]):not([size]),
.uk-overlay-primary .uk-select:not([multiple]):not([size]),
.uk-offcanvas-bar .uk-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-input[list]:hover,
.uk-light .uk-input[list]:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-input[list]:focus,
.uk-card-primary.uk-card-body .uk-input[list]:hover,
.uk-card-primary.uk-card-body .uk-input[list]:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-input[list]:focus,
.uk-card-secondary.uk-card-body .uk-input[list]:hover,
.uk-card-secondary.uk-card-body .uk-input[list]:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-input[list]:focus,
.uk-overlay-primary .uk-input[list]:hover,
.uk-overlay-primary .uk-input[list]:focus,
.uk-offcanvas-bar .uk-input[list]:hover,
.uk-offcanvas-bar .uk-input[list]:focus {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20points%3D%2212%2012%208%206%2016%206%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-radio,
.uk-light .uk-checkbox,
.uk-section-primary:not(.uk-preserve-color) .uk-radio,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox,
.uk-card-primary.uk-card-body .uk-radio,
.uk-card-primary.uk-card-body .uk-checkbox,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-card-secondary.uk-card-body .uk-radio,
.uk-card-secondary.uk-card-body .uk-checkbox,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox,
.uk-overlay-primary .uk-radio,
.uk-overlay-primary .uk-checkbox,
.uk-offcanvas-bar .uk-radio,
.uk-offcanvas-bar .uk-checkbox {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-radio:focus,
.uk-light .uk-checkbox:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:focus,
.uk-card-primary.uk-card-body .uk-radio:focus,
.uk-card-primary.uk-card-body .uk-checkbox:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:focus,
.uk-card-secondary.uk-card-body .uk-radio:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:focus,
.uk-overlay-primary .uk-radio:focus,
.uk-overlay-primary .uk-checkbox:focus,
.uk-offcanvas-bar .uk-radio:focus,
.uk-offcanvas-bar .uk-checkbox:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-radio:checked,
.uk-light .uk-checkbox:checked,
.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-radio:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-radio:checked,
.uk-offcanvas-bar .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-color: #fff;
  border-color: #fff;
}

.uk-light .uk-radio:checked:focus,
.uk-light .uk-checkbox:checked:focus,
.uk-light .uk-checkbox:indeterminate:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate:focus,
.uk-card-primary.uk-card-body .uk-radio:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-card-secondary.uk-card-body .uk-radio:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:checked:focus,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate:focus,
.uk-overlay-primary .uk-radio:checked:focus,
.uk-overlay-primary .uk-checkbox:checked:focus,
.uk-overlay-primary .uk-checkbox:indeterminate:focus,
.uk-offcanvas-bar .uk-radio:checked:focus,
.uk-offcanvas-bar .uk-checkbox:checked:focus,
.uk-offcanvas-bar .uk-checkbox:indeterminate:focus {
  background-color: #ffffff;
}

.uk-light .uk-radio:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-radio:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-radio:checked,
.uk-card-primary.uk-card-body .uk-radio:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-card-secondary.uk-card-body .uk-radio:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-radio:checked,
.uk-overlay-primary .uk-radio:checked,
.uk-offcanvas-bar .uk-radio:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23666%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-checkbox:checked,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:checked,
.uk-card-primary.uk-card-body .uk-checkbox:checked,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-card-secondary.uk-card-body .uk-checkbox:checked,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:checked,
.uk-overlay-primary .uk-checkbox:checked,
.uk-offcanvas-bar .uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.uk-light .uk-checkbox:indeterminate,
.uk-section-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-section-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-primary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-tile-secondary:not(.uk-preserve-color) .uk-checkbox:indeterminate,
.uk-card-primary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-primary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-card-secondary.uk-card-body .uk-checkbox:indeterminate,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-checkbox:indeterminate,
.uk-overlay-primary .uk-checkbox:indeterminate,
.uk-offcanvas-bar .uk-checkbox:indeterminate {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23666%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-form-label,
.uk-section-primary:not(.uk-preserve-color) .uk-form-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-label,
.uk-card-primary.uk-card-body .uk-form-label,
.uk-card-primary > :not([class*=uk-card-media]) .uk-form-label,
.uk-card-secondary.uk-card-body .uk-form-label,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-form-label,
.uk-overlay-primary .uk-form-label,
.uk-offcanvas-bar .uk-form-label {
  color: #fff;
}

.uk-light .uk-form-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon,
.uk-card-primary.uk-card-body .uk-form-icon,
.uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon,
.uk-card-secondary.uk-card-body .uk-form-icon,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon,
.uk-overlay-primary .uk-form-icon,
.uk-offcanvas-bar .uk-form-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-form-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-form-icon:hover,
.uk-card-primary.uk-card-body .uk-form-icon:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-form-icon:hover,
.uk-card-secondary.uk-card-body .uk-form-icon:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-form-icon:hover,
.uk-overlay-primary .uk-form-icon:hover,
.uk-offcanvas-bar .uk-form-icon:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-default,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default,
.uk-card-primary.uk-card-body .uk-button-default,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default,
.uk-card-secondary.uk-card-body .uk-button-default,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default,
.uk-overlay-primary .uk-button-default,
.uk-offcanvas-bar .uk-button-default {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-button-default:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:hover,
.uk-card-primary.uk-card-body .uk-button-default:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:hover,
.uk-card-secondary.uk-card-body .uk-button-default:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:hover,
.uk-overlay-primary .uk-button-default:hover,
.uk-offcanvas-bar .uk-button-default:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-light .uk-button-default:active,
.uk-light .uk-button-default.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-default.uk-active,
.uk-card-primary.uk-card-body .uk-button-default:active,
.uk-card-primary.uk-card-body .uk-button-default.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-card-secondary.uk-card-body .uk-button-default:active,
.uk-card-secondary.uk-card-body .uk-button-default.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-default.uk-active,
.uk-overlay-primary .uk-button-default:active,
.uk-overlay-primary .uk-button-default.uk-active,
.uk-offcanvas-bar .uk-button-default:active,
.uk-offcanvas-bar .uk-button-default.uk-active {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.uk-light .uk-button-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary,
.uk-card-primary.uk-card-body .uk-button-primary,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary,
.uk-card-secondary.uk-card-body .uk-button-primary,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary,
.uk-overlay-primary .uk-button-primary,
.uk-offcanvas-bar .uk-button-primary {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-button-primary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:hover,
.uk-card-primary.uk-card-body .uk-button-primary:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:hover,
.uk-card-secondary.uk-card-body .uk-button-primary:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:hover,
.uk-overlay-primary .uk-button-primary:hover,
.uk-offcanvas-bar .uk-button-primary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uk-light .uk-button-primary:active,
.uk-light .uk-button-primary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-primary.uk-active,
.uk-card-primary.uk-card-body .uk-button-primary:active,
.uk-card-primary.uk-card-body .uk-button-primary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-primary:active,
.uk-card-secondary.uk-card-body .uk-button-primary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-primary.uk-active,
.uk-overlay-primary .uk-button-primary:active,
.uk-overlay-primary .uk-button-primary.uk-active,
.uk-offcanvas-bar .uk-button-primary:active,
.uk-offcanvas-bar .uk-button-primary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-light .uk-button-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary,
.uk-card-primary.uk-card-body .uk-button-secondary,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary,
.uk-card-secondary.uk-card-body .uk-button-secondary,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary,
.uk-overlay-primary .uk-button-secondary,
.uk-offcanvas-bar .uk-button-secondary {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-button-secondary:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:hover,
.uk-card-primary.uk-card-body .uk-button-secondary:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:hover,
.uk-card-secondary.uk-card-body .uk-button-secondary:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:hover,
.uk-overlay-primary .uk-button-secondary:hover,
.uk-offcanvas-bar .uk-button-secondary:hover {
  background-color: #f2f2f2;
  color: #666;
}

.uk-light .uk-button-secondary:active,
.uk-light .uk-button-secondary.uk-active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-secondary.uk-active,
.uk-card-primary.uk-card-body .uk-button-secondary:active,
.uk-card-primary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-card-secondary.uk-card-body .uk-button-secondary:active,
.uk-card-secondary.uk-card-body .uk-button-secondary.uk-active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-secondary.uk-active,
.uk-overlay-primary .uk-button-secondary:active,
.uk-overlay-primary .uk-button-secondary.uk-active,
.uk-offcanvas-bar .uk-button-secondary:active,
.uk-offcanvas-bar .uk-button-secondary.uk-active {
  background-color: #e6e6e6;
  color: #666;
}

.uk-light .uk-button-text,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text,
.uk-card-primary.uk-card-body .uk-button-text,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text,
.uk-card-secondary.uk-card-body .uk-button-text,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text,
.uk-overlay-primary .uk-button-text,
.uk-offcanvas-bar .uk-button-text {
  color: #fff;
}

.uk-light .uk-button-text::before,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text::before,
.uk-card-primary.uk-card-body .uk-button-text::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text::before,
.uk-card-secondary.uk-card-body .uk-button-text::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text::before,
.uk-overlay-primary .uk-button-text::before,
.uk-offcanvas-bar .uk-button-text::before {
  border-bottom-color: #fff;
}

.uk-light .uk-button-text:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:hover,
.uk-card-primary.uk-card-body .uk-button-text:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:hover,
.uk-card-secondary.uk-card-body .uk-button-text:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:hover,
.uk-overlay-primary .uk-button-text:hover,
.uk-offcanvas-bar .uk-button-text:hover {
  color: #fff;
}

.uk-light .uk-button-text:disabled,
.uk-section-primary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-text:disabled,
.uk-card-primary.uk-card-body .uk-button-text:disabled,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-text:disabled,
.uk-card-secondary.uk-card-body .uk-button-text:disabled,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-text:disabled,
.uk-overlay-primary .uk-button-text:disabled,
.uk-offcanvas-bar .uk-button-text:disabled {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-button-link,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link,
.uk-card-primary.uk-card-body .uk-button-link,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-link,
.uk-card-secondary.uk-card-body .uk-button-link,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link,
.uk-overlay-primary .uk-button-link,
.uk-offcanvas-bar .uk-button-link {
  color: #fff;
}

.uk-light .uk-button-link:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-button-link:hover,
.uk-card-primary.uk-card-body .uk-button-link:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-button-link:hover,
.uk-card-secondary.uk-card-body .uk-button-link:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-button-link:hover,
.uk-overlay-primary .uk-button-link:hover,
.uk-offcanvas-bar .uk-button-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light.uk-card-badge,
.uk-section-primary:not(.uk-preserve-color).uk-card-badge,
.uk-section-secondary:not(.uk-preserve-color).uk-card-badge,
.uk-tile-primary:not(.uk-preserve-color).uk-card-badge,
.uk-tile-secondary:not(.uk-preserve-color).uk-card-badge,
.uk-card-primary.uk-card-body.uk-card-badge,
.uk-card-primary > :not([class*=uk-card-media]).uk-card-badge,
.uk-card-secondary.uk-card-body.uk-card-badge,
.uk-card-secondary > :not([class*=uk-card-media]).uk-card-badge,
.uk-overlay-primary.uk-card-badge,
.uk-offcanvas-bar.uk-card-badge {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-close,
.uk-section-primary:not(.uk-preserve-color) .uk-close,
.uk-section-secondary:not(.uk-preserve-color) .uk-close,
.uk-tile-primary:not(.uk-preserve-color) .uk-close,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close,
.uk-card-primary.uk-card-body .uk-close,
.uk-card-primary > :not([class*=uk-card-media]) .uk-close,
.uk-card-secondary.uk-card-body .uk-close,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-close,
.uk-overlay-primary .uk-close,
.uk-offcanvas-bar .uk-close {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-close:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-close:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-close:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-close:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-close:hover,
.uk-card-primary.uk-card-body .uk-close:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-close:hover,
.uk-card-secondary.uk-card-body .uk-close:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-close:hover,
.uk-overlay-primary .uk-close:hover,
.uk-offcanvas-bar .uk-close:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop,
.uk-section-primary:not(.uk-preserve-color) .uk-totop,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop,
.uk-card-primary.uk-card-body .uk-totop,
.uk-card-primary > :not([class*=uk-card-media]) .uk-totop,
.uk-card-secondary.uk-card-body .uk-totop,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop,
.uk-overlay-primary .uk-totop,
.uk-offcanvas-bar .uk-totop {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-totop:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:hover,
.uk-card-primary.uk-card-body .uk-totop:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-totop:hover,
.uk-card-secondary.uk-card-body .uk-totop:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:hover,
.uk-overlay-primary .uk-totop:hover,
.uk-offcanvas-bar .uk-totop:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-totop:active,
.uk-section-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-totop:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-totop:active,
.uk-card-primary.uk-card-body .uk-totop:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-totop:active,
.uk-card-secondary.uk-card-body .uk-totop:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-totop:active,
.uk-overlay-primary .uk-totop:active,
.uk-offcanvas-bar .uk-totop:active {
  color: #fff;
}

.uk-light .uk-marker,
.uk-section-primary:not(.uk-preserve-color) .uk-marker,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker,
.uk-card-primary.uk-card-body .uk-marker,
.uk-card-primary > :not([class*=uk-card-media]) .uk-marker,
.uk-card-secondary.uk-card-body .uk-marker,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-marker,
.uk-overlay-primary .uk-marker,
.uk-offcanvas-bar .uk-marker {
  background: #f8f8f8;
  color: #666;
}

.uk-light .uk-marker:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-marker:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-marker:hover,
.uk-card-primary.uk-card-body .uk-marker:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-marker:hover,
.uk-card-secondary.uk-card-body .uk-marker:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-marker:hover,
.uk-overlay-primary .uk-marker:hover,
.uk-offcanvas-bar .uk-marker:hover {
  color: #666;
}

.uk-light .uk-badge,
.uk-section-primary:not(.uk-preserve-color) .uk-badge,
.uk-section-secondary:not(.uk-preserve-color) .uk-badge,
.uk-tile-primary:not(.uk-preserve-color) .uk-badge,
.uk-tile-secondary:not(.uk-preserve-color) .uk-badge,
.uk-card-primary.uk-card-body .uk-badge,
.uk-card-primary > :not([class*=uk-card-media]) .uk-badge,
.uk-card-secondary.uk-card-body .uk-badge,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-badge,
.uk-overlay-primary .uk-badge,
.uk-offcanvas-bar .uk-badge {
  background-color: #fff;
  color: #666 !important;
}

.uk-light .uk-label,
.uk-section-primary:not(.uk-preserve-color) .uk-label,
.uk-section-secondary:not(.uk-preserve-color) .uk-label,
.uk-tile-primary:not(.uk-preserve-color) .uk-label,
.uk-tile-secondary:not(.uk-preserve-color) .uk-label,
.uk-card-primary.uk-card-body .uk-label,
.uk-card-primary > :not([class*=uk-card-media]) .uk-label,
.uk-card-secondary.uk-card-body .uk-label,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-label,
.uk-overlay-primary .uk-label,
.uk-offcanvas-bar .uk-label {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-article-meta,
.uk-section-primary:not(.uk-preserve-color) .uk-article-meta,
.uk-section-secondary:not(.uk-preserve-color) .uk-article-meta,
.uk-tile-primary:not(.uk-preserve-color) .uk-article-meta,
.uk-tile-secondary:not(.uk-preserve-color) .uk-article-meta,
.uk-card-primary.uk-card-body .uk-article-meta,
.uk-card-primary > :not([class*=uk-card-media]) .uk-article-meta,
.uk-card-secondary.uk-card-body .uk-article-meta,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-article-meta,
.uk-overlay-primary .uk-article-meta,
.uk-offcanvas-bar .uk-article-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input,
.uk-overlay-primary .uk-search-input,
.uk-offcanvas-bar .uk-search-input {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-search-input::placeholder,
.uk-section-primary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-input::placeholder,
.uk-card-primary.uk-card-body .uk-search-input::placeholder,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-input::placeholder,
.uk-card-secondary.uk-card-body .uk-search-input::placeholder,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-input::placeholder,
.uk-overlay-primary .uk-search-input::placeholder,
.uk-offcanvas-bar .uk-search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon,
.uk-card-primary.uk-card-body .uk-search .uk-search-icon,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon,
.uk-overlay-primary .uk-search .uk-search-icon,
.uk-offcanvas-bar .uk-search .uk-search-icon {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search .uk-search-icon:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search .uk-search-icon:hover,
.uk-card-primary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover,
.uk-card-secondary.uk-card-body .uk-search .uk-search-icon:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search .uk-search-icon:hover,
.uk-overlay-primary .uk-search .uk-search-icon:hover,
.uk-offcanvas-bar .uk-search .uk-search-icon:hover {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-default .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input,
.uk-overlay-primary .uk-search-default .uk-search-input,
.uk-offcanvas-bar .uk-search-default .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-search-default .uk-search-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-default .uk-search-input:focus,
.uk-card-primary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus,
.uk-card-secondary.uk-card-body .uk-search-default .uk-search-input:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-default .uk-search-input:focus,
.uk-overlay-primary .uk-search-default .uk-search-input:focus,
.uk-offcanvas-bar .uk-search-default .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.uk-light .uk-search-navbar .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input,
.uk-overlay-primary .uk-search-navbar .uk-search-input,
.uk-offcanvas-bar .uk-search-navbar .uk-search-input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-search-navbar .uk-search-input:focus,
.uk-section-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-navbar .uk-search-input:focus,
.uk-card-primary.uk-card-body .uk-search-navbar .uk-search-input:focus,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input:focus,
.uk-card-secondary.uk-card-body .uk-search-navbar .uk-search-input:focus,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-navbar .uk-search-input:focus,
.uk-overlay-primary .uk-search-navbar .uk-search-input:focus,
.uk-offcanvas-bar .uk-search-navbar .uk-search-input:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.uk-light .uk-search-medium .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-medium .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-medium .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-medium .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-medium .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-medium .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-medium .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-medium .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-medium .uk-search-input,
.uk-overlay-primary .uk-search-medium .uk-search-input,
.uk-offcanvas-bar .uk-search-medium .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-large .uk-search-input,
.uk-section-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-large .uk-search-input,
.uk-card-primary.uk-card-body .uk-search-large .uk-search-input,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input,
.uk-card-secondary.uk-card-body .uk-search-large .uk-search-input,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-large .uk-search-input,
.uk-overlay-primary .uk-search-large .uk-search-input,
.uk-offcanvas-bar .uk-search-large .uk-search-input {
  background-color: transparent;
}

.uk-light .uk-search-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle,
.uk-card-primary.uk-card-body .uk-search-toggle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle,
.uk-card-secondary.uk-card-body .uk-search-toggle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle,
.uk-overlay-primary .uk-search-toggle,
.uk-offcanvas-bar .uk-search-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-search-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-search-toggle:hover,
.uk-card-primary.uk-card-body .uk-search-toggle:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-search-toggle:hover,
.uk-card-secondary.uk-card-body .uk-search-toggle:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-search-toggle:hover,
.uk-overlay-primary .uk-search-toggle:hover,
.uk-offcanvas-bar .uk-search-toggle:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-accordion-title,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title,
.uk-card-primary.uk-card-body .uk-accordion-title,
.uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title,
.uk-card-secondary.uk-card-body .uk-accordion-title,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title,
.uk-overlay-primary .uk-accordion-title,
.uk-offcanvas-bar .uk-accordion-title {
  color: #fff;
}

.uk-light .uk-accordion-title:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title:hover,
.uk-card-primary.uk-card-body .uk-accordion-title:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title:hover,
.uk-card-secondary.uk-card-body .uk-accordion-title:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title:hover,
.uk-overlay-primary .uk-accordion-title:hover,
.uk-offcanvas-bar .uk-accordion-title:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-thumbnav > * > *::after,
.uk-section-primary:not(.uk-preserve-color) .uk-thumbnav > * > *::after,
.uk-section-secondary:not(.uk-preserve-color) .uk-thumbnav > * > *::after,
.uk-tile-primary:not(.uk-preserve-color) .uk-thumbnav > * > *::after,
.uk-tile-secondary:not(.uk-preserve-color) .uk-thumbnav > * > *::after,
.uk-card-primary.uk-card-body .uk-thumbnav > * > *::after,
.uk-card-primary > :not([class*=uk-card-media]) .uk-thumbnav > * > *::after,
.uk-card-secondary.uk-card-body .uk-thumbnav > * > *::after,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-thumbnav > * > *::after,
.uk-overlay-primary .uk-thumbnav > * > *::after,
.uk-offcanvas-bar .uk-thumbnav > * > *::after {
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.uk-light .uk-iconnav > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a,
.uk-card-primary.uk-card-body .uk-iconnav > * > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a,
.uk-overlay-primary .uk-iconnav > * > a,
.uk-offcanvas-bar .uk-iconnav > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-iconnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > * > a:hover,
.uk-card-primary.uk-card-body .uk-iconnav > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-iconnav > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > * > a:hover,
.uk-overlay-primary .uk-iconnav > * > a:hover,
.uk-offcanvas-bar .uk-iconnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-iconnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-iconnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-iconnav > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-iconnav > .uk-active > a,
.uk-overlay-primary .uk-iconnav > .uk-active > a,
.uk-offcanvas-bar .uk-iconnav > .uk-active > a {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-grid-divider > :not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-grid-divider > :not(.uk-first-column)::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider > :not(.uk-first-column)::before,
.uk-overlay-primary .uk-grid-divider > :not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-grid-divider > :not(.uk-first-column)::before {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-section-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-primary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-secondary.uk-card-body .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-overlay-primary .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before,
.uk-offcanvas-bar .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-default > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a,
.uk-card-primary.uk-card-body .uk-nav-default > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a,
.uk-overlay-primary .uk-nav-default > li > a,
.uk-offcanvas-bar .uk-nav-default > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default > li > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li > a:hover,
.uk-overlay-primary .uk-nav-default > li > a:hover,
.uk-offcanvas-bar .uk-nav-default > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default > li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default > li.uk-active > a,
.uk-overlay-primary .uk-nav-default > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default > li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-default .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-header,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-header,
.uk-overlay-primary .uk-nav-default .uk-nav-header,
.uk-offcanvas-bar .uk-nav-default .uk-nav-header {
  color: #fff;
}

.uk-light .uk-nav-default .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-divider,
.uk-overlay-primary .uk-nav-default .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-default .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-default .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-default .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub a:hover,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-default .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-default .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-primary > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a,
.uk-overlay-primary .uk-nav-primary > li > a,
.uk-offcanvas-bar .uk-nav-primary > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary > li > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li > a:hover,
.uk-overlay-primary .uk-nav-primary > li > a:hover,
.uk-offcanvas-bar .uk-nav-primary > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary > li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary > li.uk-active > a,
.uk-overlay-primary .uk-nav-primary > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary > li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-header,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-header,
.uk-overlay-primary .uk-nav-primary .uk-nav-header,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-header {
  color: #fff;
}

.uk-light .uk-nav-primary .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-divider,
.uk-overlay-primary .uk-nav-primary .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-primary .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-primary .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-primary .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-primary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav-secondary > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a,
.uk-card-primary.uk-card-body .uk-nav-secondary > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a,
.uk-overlay-primary .uk-nav-secondary > li > a,
.uk-offcanvas-bar .uk-nav-secondary > li > a {
  color: #fff;
}

.uk-light .uk-nav-secondary > li > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover,
.uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover,
.uk-overlay-primary .uk-nav-secondary > li > a:hover,
.uk-offcanvas-bar .uk-nav-secondary > li > a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-nav-secondary > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a,
.uk-overlay-primary .uk-nav-secondary > li.uk-active > a,
.uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.uk-light .uk-nav-secondary .uk-nav-subtitle,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-subtitle,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-subtitle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-subtitle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-subtitle,
.uk-overlay-primary .uk-nav-secondary .uk-nav-subtitle,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-card-primary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-overlay-primary .uk-nav-secondary > li > a:hover .uk-nav-subtitle,
.uk-offcanvas-bar .uk-nav-secondary > li > a:hover .uk-nav-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-card-primary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-card-secondary.uk-card-body .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-overlay-primary .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle,
.uk-offcanvas-bar .uk-nav-secondary > li.uk-active > a .uk-nav-subtitle {
  color: #fff;
}

.uk-light .uk-nav-secondary .uk-nav-header,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-header,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-header,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-header,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-header,
.uk-overlay-primary .uk-nav-secondary .uk-nav-header,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-header {
  color: #fff;
}

.uk-light .uk-nav-secondary .uk-nav-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-divider,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-divider,
.uk-overlay-primary .uk-nav-secondary .uk-nav-divider,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-nav-secondary .uk-nav-sub a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a,
.uk-overlay-primary .uk-nav-secondary .uk-nav-sub a,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-nav-secondary .uk-nav-sub a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub a:hover,
.uk-overlay-primary .uk-nav-secondary .uk-nav-sub a:hover,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-card-primary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-overlay-primary .uk-nav-secondary .uk-nav-sub li.uk-active > a,
.uk-offcanvas-bar .uk-nav-secondary .uk-nav-sub li.uk-active > a {
  color: #fff;
}

.uk-light .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-section-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-section-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-tile-primary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-tile-secondary:not(.uk-preserve-color) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-card-primary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-card-primary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-card-secondary.uk-card-body .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-overlay-primary .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider),
.uk-offcanvas-bar .uk-nav.uk-nav-divider > :not(.uk-nav-divider) + :not(.uk-nav-header, .uk-nav-divider) {
  border-top-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-navbar-nav > li > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a,
.uk-overlay-primary .uk-navbar-nav > li > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-nav > li:hover > a,
.uk-light .uk-navbar-nav > li > a[aria-expanded=true],
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a[aria-expanded=true],
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li:hover > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a[aria-expanded=true],
.uk-overlay-primary .uk-navbar-nav > li:hover > a,
.uk-overlay-primary .uk-navbar-nav > li > a[aria-expanded=true],
.uk-offcanvas-bar .uk-navbar-nav > li:hover > a,
.uk-offcanvas-bar .uk-navbar-nav > li > a[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-nav > li > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:active,
.uk-card-primary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li > a:active,
.uk-overlay-primary .uk-navbar-nav > li > a:active,
.uk-offcanvas-bar .uk-navbar-nav > li > a:active {
  color: #fff;
}

.uk-light .uk-navbar-nav > li.uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a,
.uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-nav > li.uk-active > a,
.uk-overlay-primary .uk-navbar-nav > li.uk-active > a,
.uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a {
  color: #fff;
}

.uk-light .uk-navbar-item,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-item,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-item,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-item,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-item,
.uk-card-primary.uk-card-body .uk-navbar-item,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-item,
.uk-card-secondary.uk-card-body .uk-navbar-item,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-item,
.uk-overlay-primary .uk-navbar-item,
.uk-offcanvas-bar .uk-navbar-item {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-navbar-toggle,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle,
.uk-card-primary.uk-card-body .uk-navbar-toggle,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle,
.uk-card-secondary.uk-card-body .uk-navbar-toggle,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle,
.uk-overlay-primary .uk-navbar-toggle,
.uk-offcanvas-bar .uk-navbar-toggle {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-navbar-toggle:hover,
.uk-light .uk-navbar-toggle[aria-expanded=true],
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-toggle[aria-expanded=true],
.uk-card-primary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-primary.uk-card-body .uk-navbar-toggle[aria-expanded=true],
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],
.uk-card-secondary.uk-card-body .uk-navbar-toggle:hover,
.uk-card-secondary.uk-card-body .uk-navbar-toggle[aria-expanded=true],
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-navbar-toggle[aria-expanded=true],
.uk-overlay-primary .uk-navbar-toggle:hover,
.uk-overlay-primary .uk-navbar-toggle[aria-expanded=true],
.uk-offcanvas-bar .uk-navbar-toggle:hover,
.uk-offcanvas-bar .uk-navbar-toggle[aria-expanded=true] {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > :first-child,
.uk-card-primary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav > * > :first-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > :first-child,
.uk-overlay-primary .uk-subnav > * > :first-child,
.uk-offcanvas-bar .uk-subnav > * > :first-child {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > * > a:hover,
.uk-card-primary.uk-card-body .uk-subnav > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > * > a:hover,
.uk-overlay-primary .uk-subnav > * > a:hover,
.uk-offcanvas-bar .uk-subnav > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-active > a,
.uk-overlay-primary .uk-subnav > .uk-active > a,
.uk-offcanvas-bar .uk-subnav > .uk-active > a {
  color: #fff;
}

.uk-light .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-overlay-primary .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-subnav-pill > * > :first-child,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > :first-child,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > :first-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > :first-child,
.uk-overlay-primary .uk-subnav-pill > * > :first-child,
.uk-offcanvas-bar .uk-subnav-pill > * > :first-child {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-subnav-pill > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:hover,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:hover,
.uk-overlay-primary .uk-subnav-pill > * > a:hover,
.uk-offcanvas-bar .uk-subnav-pill > * > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > * > a:active,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > * > a:active,
.uk-card-primary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active,
.uk-card-secondary.uk-card-body .uk-subnav-pill > * > a:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > * > a:active,
.uk-overlay-primary .uk-subnav-pill > * > a:active,
.uk-offcanvas-bar .uk-subnav-pill > * > a:active {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-subnav-pill > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav-pill > .uk-active > a,
.uk-card-primary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-subnav-pill > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav-pill > .uk-active > a,
.uk-overlay-primary .uk-subnav-pill > .uk-active > a,
.uk-offcanvas-bar .uk-subnav-pill > .uk-active > a {
  background-color: #fff;
  color: #666;
}

.uk-light .uk-subnav > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-subnav > .uk-disabled > a,
.uk-card-primary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-subnav > .uk-disabled > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-subnav > .uk-disabled > a,
.uk-overlay-primary .uk-subnav > .uk-disabled > a,
.uk-offcanvas-bar .uk-subnav > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > *,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > *,
.uk-overlay-primary .uk-breadcrumb > * > *,
.uk-offcanvas-bar .uk-breadcrumb > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-breadcrumb > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > * > :hover,
.uk-card-primary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover,
.uk-card-secondary.uk-card-body .uk-breadcrumb > * > :hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > * > :hover,
.uk-overlay-primary .uk-breadcrumb > * > :hover,
.uk-offcanvas-bar .uk-breadcrumb > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :last-child > *,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :last-child > *,
.uk-card-primary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *,
.uk-card-secondary.uk-card-body .uk-breadcrumb > :last-child > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :last-child > *,
.uk-overlay-primary .uk-breadcrumb > :last-child > *,
.uk-offcanvas-bar .uk-breadcrumb > :last-child > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary.uk-card-body .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-overlay-primary .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before,
.uk-offcanvas-bar .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > *,
.uk-card-primary.uk-card-body .uk-pagination > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > *,
.uk-card-secondary.uk-card-body .uk-pagination > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > *,
.uk-overlay-primary .uk-pagination > * > *,
.uk-offcanvas-bar .uk-pagination > * > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-pagination > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > * > :hover,
.uk-card-primary.uk-card-body .uk-pagination > * > :hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > * > :hover,
.uk-card-secondary.uk-card-body .uk-pagination > * > :hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > * > :hover,
.uk-overlay-primary .uk-pagination > * > :hover,
.uk-offcanvas-bar .uk-pagination > * > :hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-active > *,
.uk-card-primary.uk-card-body .uk-pagination > .uk-active > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-pagination > .uk-active > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-active > *,
.uk-overlay-primary .uk-pagination > .uk-active > *,
.uk-offcanvas-bar .uk-pagination > .uk-active > * {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-pagination > .uk-disabled > *,
.uk-section-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-pagination > .uk-disabled > *,
.uk-card-primary.uk-card-body .uk-pagination > .uk-disabled > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *,
.uk-card-secondary.uk-card-body .uk-pagination > .uk-disabled > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-pagination > .uk-disabled > *,
.uk-overlay-primary .uk-pagination > .uk-disabled > *,
.uk-offcanvas-bar .uk-pagination > .uk-disabled > * {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab::before,
.uk-section-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab::before,
.uk-card-primary.uk-card-body .uk-tab::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab::before,
.uk-card-secondary.uk-card-body .uk-tab::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab::before,
.uk-overlay-primary .uk-tab::before,
.uk-offcanvas-bar .uk-tab::before {
  border-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-tab > * > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a,
.uk-card-primary.uk-card-body .uk-tab > * > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a,
.uk-card-secondary.uk-card-body .uk-tab > * > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a,
.uk-overlay-primary .uk-tab > * > a,
.uk-offcanvas-bar .uk-tab > * > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-tab > * > a:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > * > a:hover,
.uk-card-primary.uk-card-body .uk-tab > * > a:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > * > a:hover,
.uk-card-secondary.uk-card-body .uk-tab > * > a:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > * > a:hover,
.uk-overlay-primary .uk-tab > * > a:hover,
.uk-offcanvas-bar .uk-tab > * > a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-tab > .uk-active > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-active > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-active > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-active > a,
.uk-overlay-primary .uk-tab > .uk-active > a,
.uk-offcanvas-bar .uk-tab > .uk-active > a {
  color: #fff;
  border-color: #fff;
}

.uk-light .uk-tab > .uk-disabled > a,
.uk-section-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-section-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-tile-primary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-tile-secondary:not(.uk-preserve-color) .uk-tab > .uk-disabled > a,
.uk-card-primary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-card-primary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a,
.uk-card-secondary.uk-card-body .uk-tab > .uk-disabled > a,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-tab > .uk-disabled > a,
.uk-overlay-primary .uk-tab > .uk-disabled > a,
.uk-offcanvas-bar .uk-tab > .uk-disabled > a {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-slidenav,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-card-primary.uk-card-body .uk-slidenav,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-card-secondary.uk-card-body .uk-slidenav,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-overlay-primary .uk-slidenav,
.uk-offcanvas-bar .uk-slidenav {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-slidenav:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover,
.uk-card-primary.uk-card-body .uk-slidenav:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:hover,
.uk-card-secondary.uk-card-body .uk-slidenav:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:hover,
.uk-overlay-primary .uk-slidenav:hover,
.uk-offcanvas-bar .uk-slidenav:hover {
  color: rgba(255, 255, 255, 0.95);
}

.uk-light .uk-slidenav:active,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:active,
.uk-card-primary.uk-card-body .uk-slidenav:active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav:active,
.uk-card-secondary.uk-card-body .uk-slidenav:active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav:active,
.uk-overlay-primary .uk-slidenav:active,
.uk-offcanvas-bar .uk-slidenav:active {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-dotnav > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-card-primary.uk-card-body .uk-dotnav > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-card-secondary.uk-card-body .uk-dotnav > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-overlay-primary .uk-dotnav > * > *,
.uk-offcanvas-bar .uk-dotnav > * > * {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

.uk-light .uk-dotnav > * > :hover,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :hover,
.uk-card-primary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :hover,
.uk-overlay-primary .uk-dotnav > * > :hover,
.uk-offcanvas-bar .uk-dotnav > * > :hover {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-light .uk-dotnav > * > :active,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > :active,
.uk-card-primary.uk-card-body .uk-dotnav > * > :active,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > :active,
.uk-card-secondary.uk-card-body .uk-dotnav > * > :active,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > :active,
.uk-overlay-primary .uk-dotnav > * > :active,
.uk-offcanvas-bar .uk-dotnav > * > :active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.uk-light .uk-dotnav > .uk-active > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > .uk-active > *,
.uk-card-primary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *,
.uk-card-secondary.uk-card-body .uk-dotnav > .uk-active > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > .uk-active > *,
.uk-overlay-primary .uk-dotnav > .uk-active > *,
.uk-offcanvas-bar .uk-dotnav > .uk-active > * {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
}

.uk-light .uk-text-lead,
.uk-section-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-lead,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-lead,
.uk-card-primary.uk-card-body .uk-text-lead,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-lead,
.uk-card-secondary.uk-card-body .uk-text-lead,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-lead,
.uk-overlay-primary .uk-text-lead,
.uk-offcanvas-bar .uk-text-lead {
  color: rgba(255, 255, 255, 0.7);
}

.uk-light .uk-text-meta,
.uk-section-primary:not(.uk-preserve-color) .uk-text-meta,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-meta,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-meta,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-meta,
.uk-card-primary.uk-card-body .uk-text-meta,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-meta,
.uk-card-secondary.uk-card-body .uk-text-meta,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-meta,
.uk-overlay-primary .uk-text-meta,
.uk-offcanvas-bar .uk-text-meta {
  color: rgba(255, 255, 255, 0.5);
}

.uk-light .uk-text-muted,
.uk-section-primary:not(.uk-preserve-color) .uk-text-muted,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-muted,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-muted,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-muted,
.uk-card-primary.uk-card-body .uk-text-muted,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-muted,
.uk-card-secondary.uk-card-body .uk-text-muted,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-muted,
.uk-overlay-primary .uk-text-muted,
.uk-offcanvas-bar .uk-text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}

.uk-light .uk-text-emphasis,
.uk-section-primary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-emphasis,
.uk-card-primary.uk-card-body .uk-text-emphasis,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-emphasis,
.uk-card-secondary.uk-card-body .uk-text-emphasis,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-emphasis,
.uk-overlay-primary .uk-text-emphasis,
.uk-offcanvas-bar .uk-text-emphasis {
  color: #fff !important;
}

.uk-light .uk-text-primary,
.uk-section-primary:not(.uk-preserve-color) .uk-text-primary,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-primary,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-primary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-primary,
.uk-card-primary.uk-card-body .uk-text-primary,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-primary,
.uk-card-secondary.uk-card-body .uk-text-primary,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-primary,
.uk-overlay-primary .uk-text-primary,
.uk-offcanvas-bar .uk-text-primary {
  color: #fff !important;
}

.uk-light .uk-text-secondary,
.uk-section-primary:not(.uk-preserve-color) .uk-text-secondary,
.uk-section-secondary:not(.uk-preserve-color) .uk-text-secondary,
.uk-tile-primary:not(.uk-preserve-color) .uk-text-secondary,
.uk-tile-secondary:not(.uk-preserve-color) .uk-text-secondary,
.uk-card-primary.uk-card-body .uk-text-secondary,
.uk-card-primary > :not([class*=uk-card-media]) .uk-text-secondary,
.uk-card-secondary.uk-card-body .uk-text-secondary,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-text-secondary,
.uk-overlay-primary .uk-text-secondary,
.uk-offcanvas-bar .uk-text-secondary {
  color: #fff !important;
}

.uk-light .uk-column-divider,
.uk-section-primary:not(.uk-preserve-color) .uk-column-divider,
.uk-section-secondary:not(.uk-preserve-color) .uk-column-divider,
.uk-tile-primary:not(.uk-preserve-color) .uk-column-divider,
.uk-tile-secondary:not(.uk-preserve-color) .uk-column-divider,
.uk-card-primary.uk-card-body .uk-column-divider,
.uk-card-primary > :not([class*=uk-card-media]) .uk-column-divider,
.uk-card-secondary.uk-card-body .uk-column-divider,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-column-divider,
.uk-overlay-primary .uk-column-divider,
.uk-offcanvas-bar .uk-column-divider {
  column-rule-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-logo,
.uk-section-primary:not(.uk-preserve-color) .uk-logo,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo,
.uk-card-primary.uk-card-body .uk-logo,
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo,
.uk-card-secondary.uk-card-body .uk-logo,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo,
.uk-overlay-primary .uk-logo,
.uk-offcanvas-bar .uk-logo {
  color: #fff;
}

.uk-light .uk-logo:hover,
.uk-section-primary:not(.uk-preserve-color) .uk-logo:hover,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:hover,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:hover,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:hover,
.uk-card-primary.uk-card-body .uk-logo:hover,
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo:hover,
.uk-card-secondary.uk-card-body .uk-logo:hover,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:hover,
.uk-overlay-primary .uk-logo:hover,
.uk-offcanvas-bar .uk-logo:hover {
  color: #fff;
}

.uk-light .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-section-primary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-section-secondary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-tile-primary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-card-primary.uk-card-body .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-card-secondary.uk-card-body .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-overlay-primary .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse),
.uk-offcanvas-bar .uk-logo:has(.uk-logo-inverse) > :not(picture:has(.uk-logo-inverse)):not(.uk-logo-inverse) {
  display: none;
}

.uk-light .uk-logo-inverse,
.uk-section-primary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-section-secondary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-tile-primary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-tile-secondary:not(.uk-preserve-color) .uk-logo-inverse,
.uk-card-primary.uk-card-body .uk-logo-inverse,
.uk-card-primary > :not([class*=uk-card-media]) .uk-logo-inverse,
.uk-card-secondary.uk-card-body .uk-logo-inverse,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-logo-inverse,
.uk-overlay-primary .uk-logo-inverse,
.uk-offcanvas-bar .uk-logo-inverse {
  display: block;
}

.uk-light .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-light .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-section-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-section-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-tile-primary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-tile-secondary:not(.uk-preserve-color) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-primary.uk-card-body .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-card-primary.uk-card-body .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-card-primary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-secondary.uk-card-body .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-card-secondary.uk-card-body .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-overlay-primary .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-overlay-primary .uk-table-striped tbody tr:nth-of-type(even):last-child,
.uk-offcanvas-bar .uk-table-striped > tr:nth-of-type(even):last-child,
.uk-offcanvas-bar .uk-table-striped tbody tr:nth-of-type(even):last-child {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.uk-light .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-accordion-title::before,
.uk-card-primary.uk-card-body .uk-accordion-title::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-accordion-title::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-accordion-title::before,
.uk-overlay-primary .uk-accordion-title::before,
.uk-offcanvas-bar .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

.uk-light .uk-open > .uk-accordion-title::before,
.uk-section-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-section-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-tile-primary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-tile-secondary:not(.uk-preserve-color) .uk-open > .uk-accordion-title::before,
.uk-card-primary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-primary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before,
.uk-card-secondary.uk-card-body .uk-open > .uk-accordion-title::before,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-open > .uk-accordion-title::before,
.uk-overlay-primary .uk-open > .uk-accordion-title::before,
.uk-offcanvas-bar .uk-open > .uk-accordion-title::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22rgba%28255,%20255,%20255,%200.7%29%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%3C%2Fsvg%3E");
}

/*
 * Pass dropbar behind color to JS
 */
* {
  --uk-inverse: initial;
}

.uk-light,
.uk-section-primary:not(.uk-preserve-color),
.uk-section-secondary:not(.uk-preserve-color),
.uk-tile-primary:not(.uk-preserve-color),
.uk-tile-secondary:not(.uk-preserve-color),
.uk-card-primary.uk-card-body,
.uk-card-primary > :not([class*=uk-card-media]),
.uk-card-secondary.uk-card-body,
.uk-card-secondary > :not([class*=uk-card-media]),
.uk-overlay-primary,
.uk-offcanvas-bar {
  --uk-inverse: light;
}

.uk-dark,
.uk-section-default:not(.uk-preserve-color),
.uk-section-muted:not(.uk-preserve-color),
.uk-tile-default:not(.uk-preserve-color),
.uk-tile-muted:not(.uk-preserve-color),
.uk-card-default.uk-card-body,
.uk-card-default > :not([class*=uk-card-media]),
.uk-overlay-default,
.uk-dropbar,
.uk-navbar-container:not(.uk-navbar-transparent),
.uk-navbar-dropdown,
.uk-dropdown {
  --uk-inverse: dark;
}

.uk-inverse-light {
  --uk-inverse: light !important;
}

.uk-inverse-dark {
  --uk-inverse: dark !important;
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.minicolors {
  position: relative;
}

.minicolors-sprite {
  background-image: url(jquery.minicolors.png);
}

.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.minicolors-swatch::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}

/* Panel */
.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
  touch-action: none;
}

.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

.minicolors-position-right .minicolors-panel {
  right: 0;
}

.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

.minicolors-position-left .minicolors-panel {
  left: 0;
}

.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px; /* LTR */
  width: 150px;
  height: 150px;
  margin-bottom: 2px;
  background-position: -120px 0;
  cursor: crosshair;
}

[dir=rtl] .minicolors .minicolors-grid {
  right: 1px;
}

.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px; /* LTR */
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}

[dir=rtl] .minicolors-slider,
[dir=rtl] .minicolors-opacity-slider {
  right: 152px;
}

.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

.minicolors-opacity-slider {
  left: 173px; /* LTR */
  background-position: -40px 0;
  display: none;
}

[dir=rtl] .minicolors-opacity-slider {
  right: 173px;
}

.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 3px;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  margin-top: -2px;
  margin-left: 1px;
  box-sizing: content-box;
}

/* Swatches */
.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px; /* LTR */
  padding: 0;
  list-style: none;
  overflow: hidden;
}

[dir=rtl] .minicolors-swatches,
[dir=rtl] .minicolors-swatches li {
  margin: 5px 5px 3px 0;
}

.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left; /* LTR */
  cursor: pointer;
  margin: 0 4px 0 0; /* LTR */
}

[dir=rtl] .minicolors-swatches .minicolors-swatch {
  float: right;
  margin: 0 0 0 4px;
}

.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px; /* LTR */
}

[dir=rtl] .minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 0;
  margin-left: 7px;
}

.minicolors-swatch.selected {
  border-color: #000;
}

/* Inline controls */
.minicolors-inline {
  display: inline-block;
}

.minicolors-inline .minicolors-input {
  display: none !important;
}

.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto; /* LTR */
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}

[dir=rtl] .minicolors-inline .minicolors-panel {
  right: auto;
}

/* Default theme */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px; /* LTR */
  width: 18px;
  height: 18px;
}

[dir=rtl] .minicolors-theme-default .minicolors-swatch {
  right: 5px;
}

.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0; /* LTR */
  width: 18px;
  height: 18px;
}

[dir=rtl] .minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  right: 0;
}

.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto; /* LTR */
  right: 5px; /* LTR */
}

[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-swatch {
  right: auto;
  left: 5px;
}

.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}

.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px; /* LTR */
}

[dir=rtl] .minicolors-theme-default .minicolors-input {
  text-align: right;
  unicode-bidi: plaintext;
  padding-left: 1px;
  padding-right: 26px;
}

.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px; /* LTR */
  padding-left: inherit; /* LTR */
}

[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-input {
  padding-right: inherit;
  padding-left: 26px;
}

/* Bootstrap theme */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px; /* LTR */
  width: 28px;
  height: 28px;
  border-radius: 2px;
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatch {
  right: 3px;
}

.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0; /* LTR */
  width: 20px;
  height: 20px;
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  right: 0;
}

.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}

.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
  left: auto; /* LTR */
  right: 3px; /* LTR */
}

[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left > .minicolors-swatch {
  right: auto;
  left: 3px;
}

.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px; /* LTR */
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-input {
  text-align: right;
  unicode-bidi: plaintext;
  padding-left: 12px;
  padding-right: 44px;
}

.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px; /* LTR */
  padding-left: 12px; /* LTR */
}

[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left .minicolors-input {
  padding-right: 12px;
  padding-left: 44px;
}

.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px; /* LTR */
  width: 37px;
  height: 37px;
  border-radius: 5px;
}

[dir=rtl] .minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  right: 4px;
}

.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}

.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}

.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0; /* LTR */
  border-bottom-left-radius: 0; /* LTR */
}

[dir=rtl] .input-group .minicolors-theme-bootstrap .minicolors-input {
  border-radius: 4px;
}

[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:last-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* bootstrap input-group rtl override */
[dir=rtl] .input-group .form-control,
[dir=rtl] .input-group-addon,
[dir=rtl] .input-group-btn > .btn,
[dir=rtl] .input-group-btn > .btn-group > .btn,
[dir=rtl] .input-group-btn > .dropdown-toggle {
  border: 1px solid #ccc;
  border-radius: 4px;
}

[dir=rtl] .input-group .form-control:first-child,
[dir=rtl] .input-group-addon:first-child,
[dir=rtl] .input-group-btn:first-child > .btn,
[dir=rtl] .input-group-btn:first-child > .btn-group > .btn,
[dir=rtl] .input-group-btn:first-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

[dir=rtl] .input-group .form-control:last-child,
[dir=rtl] .input-group-addon:last-child,
[dir=rtl] .input-group-btn:last-child > .btn,
[dir=rtl] .input-group-btn:last-child > .btn-group > .btn,
[dir=rtl] .input-group-btn:last-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:first-child > .btn:not(:first-child),
[dir=rtl] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Semantic Ui theme */
.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0; /* LTR */
  padding: 18px;
}

[dir=rtl] .minicolors-theme-semanticui .minicolors-swatch {
  right: 0;
}

.minicolors-theme-semanticui input {
  text-indent: 30px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* This file is bundled with the code from the following third party libraries */
/**
 * http://prismjs.com/
 * Dracula Theme originally by Zeno Rocha [@zenorocha]
 * https://draculatheme.com/
 *
 * Ported for PrismJS by Albert Vallverdu [@byverdu]
 */
@keyframes tox-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mce-content-body .mce-item-anchor {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
}

.mce-content-body .mce-item-anchor:empty {
  cursor: default;
  display: inline-block;
  height: 12px !important;
  padding: 0 2px;
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  -webkit-user-select: all;
  user-select: all;
  width: 8px !important;
}

.mce-content-body .mce-item-anchor:not(:empty) {
  background-position-x: 2px;
  display: inline-block;
  padding-left: 12px;
}

.mce-content-body .mce-item-anchor[data-mce-selected] {
  outline-offset: 1px;
}

.tox-comments-visible .tox-comment[contenteditable=false]:not([data-mce-selected]),
.tox-comments-visible span.tox-comment img:not([data-mce-selected]),
.tox-comments-visible span.tox-comment span.mce-preview-object:not([data-mce-selected]),
.tox-comments-visible span.tox-comment > audio:not([data-mce-selected]),
.tox-comments-visible span.tox-comment > video:not([data-mce-selected]) {
  outline: 3px solid #ffe796;
}

.tox-comments-visible .tox-comment[contenteditable=false][data-mce-annotation-active=true]:not([data-mce-selected]) {
  outline: 3px solid #ffcf30;
}

.tox-comments-visible span.tox-comment:not([data-mce-selected]) {
  background-color: #ffe796;
  outline: 0;
}

.tox-comments-visible span.tox-comment[data-mce-annotation-active=true]:not([data-mce-selected=inline-boundary]) {
  background-color: #ffcf30;
}

.tox-comments-visible span.tox-comment[data-mce-selected] {
  background-color: #ffcf30;
  border-radius: 3px;
  box-shadow: 0 0 0 2px #006ce7;
}

.tox-comments-visible span.tox-comment[data-mce-selected]:has(img[data-mce-selected], > audio[data-mce-selected], > video[data-mce-selected], span.mce-preview-object[data-mce-selected]) {
  box-shadow: none;
}

.tox-comments-visible span.tox-comment[data-mce-selected] img:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-selected] span.mce-preview-object:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-selected] > audio:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-selected] > video:not([data-mce-selected]) {
  box-shadow: 0 0 0 5px #006ce7;
}

.tox-comments-visible span.tox-comment[data-mce-annotation-active=true] img:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-annotation-active=true] span.mce-preview-object:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-annotation-active=true] > audio:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-annotation-active=true] > video:not([data-mce-selected]) {
  outline: 3px solid #ffcf30;
}

.tox-checklist > li:not(.tox-checklist--hidden) {
  list-style: none;
  margin: 0.25em 0;
}

.tox-checklist > li:not(.tox-checklist--hidden)::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  cursor: pointer;
  height: 1em;
  margin-left: -1.5em;
  margin-top: 0.125em;
  position: absolute;
  width: 1em;
}

.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

[dir=rtl] .tox-checklist > li:not(.tox-checklist--hidden)::before {
  margin-left: 0;
  margin-right: -1.5em;
}

code[class*=language-],
pre[class*=language-] {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  hyphens: none;
}

code[class*=language-] ::selection,
code[class*=language-]::selection,
pre[class*=language-] ::selection,
pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #f5f2f0;
}

:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #708090;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: 0.7;
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #905;
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #690;
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.class-name,
.token.function {
  color: #dd4a68;
}

.token.important,
.token.regex,
.token.variable {
  color: #e90;
}

.token.bold,
.token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.mce-content-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.mce-content-body .mce-visual-caret {
  background-color: #000;
  background-color: currentColor;
  position: absolute;
}

.mce-content-body .mce-visual-caret-hidden {
  display: none;
}

.mce-content-body [data-mce-caret] {
  left: -1000px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  top: 0;
}

.mce-content-body .mce-offscreen-selection {
  left: -2000000px;
  max-width: 1000000px;
  position: absolute;
}

.mce-content-body [contentEditable=false] {
  cursor: default;
}

.mce-content-body [contentEditable=true] {
  cursor: text;
}

.tox-cursor-format-painter {
  cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
}

div.mce-footnotes hr {
  margin-inline: 0 auto;
  width: 25%;
}

div.mce-footnotes li > a.mce-footnotes-backlink {
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media print {
  sup.mce-footnote a {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  div.mce-footnotes {
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
  }
  div.mce-footnotes li > a.mce-footnotes-backlink {
    display: none;
  }
}
tiny-math-block {
  display: flex;
  justify-content: center;
  margin: 16px 0 16px 0;
}

tiny-math-inline {
  display: inline-block;
}

.mce-content-body figure.align-left {
  float: left;
}

.mce-content-body figure.align-right {
  float: right;
}

.mce-content-body figure.image.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.mce-preview-object {
  border: 1px solid gray;
  display: inline-block;
  line-height: 0;
  margin: 0 2px;
  position: relative;
}

.mce-preview-object .mce-shim {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mce-preview-object[data-mce-selected="2"] .mce-shim {
  display: none;
}

.mce-content-body .mce-mergetag {
  cursor: default !important;
  -webkit-user-select: none;
  user-select: none;
}

.mce-content-body .mce-mergetag:hover {
  background-color: rgba(0, 108, 231, 0.1);
}

.mce-content-body .mce-mergetag-affix {
  background-color: rgba(0, 108, 231, 0.1);
  color: #006ce7;
}

.mce-object {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
  border: 1px dashed #aaa;
}

.mce-pagebreak {
  border: 1px dashed #aaa;
  cursor: default;
  display: block;
  height: 5px;
  margin-top: 15px;
  page-break-before: always;
  width: 100%;
}

@media print {
  .mce-pagebreak {
    border: 0;
  }
}
.tiny-pageembed .mce-shim {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tiny-pageembed[data-mce-selected="2"] .mce-shim {
  display: none;
}

.tiny-pageembed {
  display: inline-block;
  position: relative;
}

.tiny-pageembed--16by9,
.tiny-pageembed--1by1,
.tiny-pageembed--21by9,
.tiny-pageembed--4by3 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.tiny-pageembed--21by9 {
  padding-top: 42.857143%;
}

.tiny-pageembed--16by9 {
  padding-top: 56.25%;
}

.tiny-pageembed--4by3 {
  padding-top: 75%;
}

.tiny-pageembed--1by1 {
  padding-top: 100%;
}

.tiny-pageembed--16by9 iframe,
.tiny-pageembed--1by1 iframe,
.tiny-pageembed--21by9 iframe,
.tiny-pageembed--4by3 iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mce-content-body[data-mce-placeholder] {
  position: relative;
}

.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
  color: rgba(34, 47, 62, 0.7);
  content: attr(data-mce-placeholder);
  position: absolute;
}

@media (forced-colors: active) {
  .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
    color: highlight;
    filter: brightness(30%);
    z-index: -1;
  }
}
.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  left: 1px;
}

.mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
  right: 1px;
}

.mce-content-body div.mce-resizehandle {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  height: 10px;
  position: absolute;
  width: 10px;
  z-index: 1298;
}

.mce-content-body div.mce-resizehandle:hover {
  background-color: #4099ff;
}

.mce-content-body div.mce-resizehandle:first-of-type {
  cursor: nwse-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(2) {
  cursor: nesw-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(3) {
  cursor: nwse-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(4) {
  cursor: nesw-resize;
}

.mce-content-body .mce-resize-backdrop {
  z-index: 10000;
}

.mce-content-body .mce-clonedresizable {
  cursor: default;
  opacity: 0.5;
  outline: 1px dashed black;
  position: absolute;
  z-index: 10001;
}

.mce-content-body .mce-clonedresizable.mce-resizetable-columns td,
.mce-content-body .mce-clonedresizable.mce-resizetable-columns th {
  border: 0;
}

.mce-content-body .mce-resize-helper {
  background: #555;
  background: rgb(0, 0, 0);
  border: 1px;
  border-radius: 3px;
  color: #fff;
  display: none;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 5px 10px;
  padding: 5px;
  position: absolute;
  white-space: nowrap;
  z-index: 10002;
}

.tox-rtc-user-selection {
  position: relative;
}

.tox-rtc-user-cursor {
  bottom: 0;
  cursor: default;
  position: absolute;
  top: 0;
  width: 2px;
}

.tox-rtc-user-cursor::before {
  background-color: inherit;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 8px;
}

.tox-rtc-user-cursor:hover::after {
  background-color: inherit;
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff;
  content: attr(data-user);
  display: block;
  font-size: 12px;
  font-weight: 700;
  left: -5px;
  min-height: 8px;
  min-width: 8px;
  padding: 0 12px;
  position: absolute;
  top: -11px;
  white-space: nowrap;
  z-index: 1000;
}

.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
  background-color: #2dc26b;
}

.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
  background-color: #e03e2d;
}

.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
  background-color: #f1c40f;
}

.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
  background-color: #3598db;
}

.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
  background-color: #b96ad9;
}

.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
  background-color: #e67e23;
}

.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
  background-color: #aaa69d;
}

.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
  background-color: #f368e0;
}

.tox-rtc-remote-image {
  background: #eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
  border: 1px solid #ccc;
  min-height: 240px;
  min-width: 320px;
}

.mce-match-marker {
  background: #aaa;
  color: #fff;
}

.mce-match-marker-selected {
  background: #39f;
  color: #fff;
}

.mce-match-marker-selected::selection {
  background: #39f;
  color: #fff;
}

.mce-content-body audio[data-mce-selected],
.mce-content-body details[data-mce-selected],
.mce-content-body embed[data-mce-selected],
.mce-content-body img[data-mce-selected],
.mce-content-body object[data-mce-selected],
.mce-content-body table[data-mce-selected],
.mce-content-body video[data-mce-selected] {
  outline: 3px solid #b4d7ff;
}

.mce-content-body hr[data-mce-selected] {
  outline: 3px solid #b4d7ff;
  outline-offset: 1px;
}

.mce-content-body [contentEditable=false] [contentEditable=true]:focus {
  outline: 3px solid #b4d7ff;
}

.mce-content-body [contentEditable=false] [contentEditable=true]:hover {
  outline: 3px solid #b4d7ff;
}

.mce-content-body [contentEditable=false][data-mce-selected] {
  cursor: not-allowed;
  outline: 3px solid #b4d7ff;
}

.mce-content-body [data-mce-selected=inline-boundary] {
  background-color: #b4d7ff;
}

.mce-content-body .mce-edit-focus {
  outline: 3px solid #b4d7ff;
}

.mce-content-body td[data-mce-selected],
.mce-content-body th[data-mce-selected] {
  position: relative;
}

.mce-content-body td[data-mce-selected]::selection,
.mce-content-body th[data-mce-selected]::selection {
  background: 0 0;
}

.mce-content-body td[data-mce-selected] *,
.mce-content-body th[data-mce-selected] * {
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.mce-content-body td[data-mce-selected]::after,
.mce-content-body th[data-mce-selected]::after {
  background-color: rgba(180, 215, 255, 0.7);
  border: 1px solid rgba(180, 215, 255, 0.7);
  bottom: -1px;
  content: "";
  left: -1px;
  mix-blend-mode: multiply;
  position: absolute;
  right: -1px;
  top: -1px;
}

.mce-content-body img[data-mce-selected]::selection {
  background: 0 0;
}

.ephox-snooker-resizer-bar {
  background-color: #b4d7ff;
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
}

.ephox-snooker-resizer-cols {
  cursor: col-resize;
}

.ephox-snooker-resizer-rows {
  cursor: row-resize;
}

.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
  opacity: 1;
}

.mce-spellchecker-word {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
  background-position: 0 calc(100% + 1px);
  background-repeat: repeat-x;
  background-size: auto 6px;
  cursor: default;
  height: 2rem;
}

.mce-spellchecker-grammar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
  background-position: 0 calc(100% + 1px);
  background-repeat: repeat-x;
  background-size: auto 6px;
  cursor: default;
}

.mce-toc {
  border: 1px solid gray;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul > li {
  list-style-type: none;
}

[data-mce-block] {
  display: block;
}

.mce-item-table:not([border]),
.mce-item-table:not([border]) caption,
.mce-item-table:not([border]) td,
.mce-item-table:not([border]) th,
.mce-item-table[border="0"],
.mce-item-table[border="0"] caption,
.mce-item-table[border="0"] td,
.mce-item-table[border="0"] th,
table[style*="border-width: 0px"],
table[style*="border-width: 0px"] caption,
table[style*="border-width: 0px"] td,
table[style*="border-width: 0px"] th {
  border: 1px dashed #bbb;
}

.tox-uc-loading-background {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.tox-uc-loading-spinner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tox-uc-loading-spinner {
  width: min(24px, 30%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #006ce7;
  border-bottom-color: transparent;
  animation: tox-rotation 1s linear infinite;
}

.tox-uploadcare-placeholder {
  all: initial;
  display: inline-block;
  position: relative;
  width: min(100%, 600px);
  height: 80px;
  --tox-uploadcare-placeholder--content-cursor: auto !important;
  --tox-uploadcare-placeholder--content-color: rgba(34, 47, 62, 0.7);
  --tox-uploadcare-placeholder--content-background-color: #fff;
  --tox-uploadcare-placeholder--content-border: 2px solid #e3e3e3;
  --tox-uploadcare-placeholder--content-font-family: monospace, sans-serif;
  --tox-uploadcare-placeholder--content-height: 100%;
  --tox-uploadcare-placeholder--content-width: 100%;
  --tox-uploadcare-placeholder--content-display: inline-flex;
  --tox-uploadcare-placeholder--content-align-items: center;
  --tox-uploadcare-placeholder--content-justify-content: center;
  --tox-uploadcare-placeholder--content-gap: 8px;
  --tox-uploadcare-placeholder--icon-fill: rgba(34, 47, 62, 0.7);
  --tox-uploadcare-placeholder--icon-min-width: 24px;
  --tox-uc-loading-spinner-wrapper-display-none: none;
  --tox-uc-loading-spinner-wrapper-display: flex;
  --tox-uc-loading-spinner-wrapper-position: absolute;
  --tox-uc-loading-spinner-wrapper-top: 0;
  --tox-uc-loading-spinner-wrapper-left: 0;
  --tox-uc-loading-spinner-wrapper-width: 100%;
  --tox-uc-loading-spinner-wrapper-height: 100%;
  --tox-uc-loading-spinner-wrapper-justify-content: center;
  --tox-uc-loading-spinner-wrapper-align-items: center;
  --tox-uc-loading-spinner-aspect-ratio: 1/1;
  --tox-uc-loading-spinner-width: min(24px, 30%);
  --tox-uc-loading-spinner-border-radius: 50%;
  --tox-uc-loading-spinner-border: 3px solid #006ce7;
  --tox-uc-loading-spinner-border-bottom-color: transparent;
  --tox-uc-loading-spinner-animation: tox-rotation 1s linear infinite;
}

.mce-visualblocks address,
.mce-visualblocks article,
.mce-visualblocks aside,
.mce-visualblocks blockquote,
.mce-visualblocks div:not([data-mce-bogus]),
.mce-visualblocks dl,
.mce-visualblocks figcaption,
.mce-visualblocks figure,
.mce-visualblocks h1,
.mce-visualblocks h2,
.mce-visualblocks h3,
.mce-visualblocks h4,
.mce-visualblocks h5,
.mce-visualblocks h6,
.mce-visualblocks hgroup,
.mce-visualblocks ol,
.mce-visualblocks p,
.mce-visualblocks pre,
.mce-visualblocks section,
.mce-visualblocks ul {
  background-repeat: no-repeat;
  border: 1px dashed #bbb;
  margin-left: 3px;
  padding-top: 10px;
}

.mce-visualblocks p {
  background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
}

.mce-visualblocks h1 {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
}

.mce-visualblocks h2 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
}

.mce-visualblocks h3 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
}

.mce-visualblocks h4 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
}

.mce-visualblocks h5 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
}

.mce-visualblocks h6 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
}

.mce-visualblocks div:not([data-mce-bogus]) {
  background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
}

.mce-visualblocks section {
  background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
}

.mce-visualblocks article {
  background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
}

.mce-visualblocks blockquote {
  background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
}

.mce-visualblocks address {
  background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
}

.mce-visualblocks pre {
  background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
}

.mce-visualblocks figure {
  background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
}

.mce-visualblocks figcaption {
  border: 1px dashed #bbb;
}

.mce-visualblocks hgroup {
  background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
}

.mce-visualblocks aside {
  background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
}

.mce-visualblocks ul {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
}

.mce-visualblocks ol {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
}

.mce-visualblocks dl {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
}

.mce-visualblocks:not([dir=rtl]) address,
.mce-visualblocks:not([dir=rtl]) article,
.mce-visualblocks:not([dir=rtl]) aside,
.mce-visualblocks:not([dir=rtl]) blockquote,
.mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),
.mce-visualblocks:not([dir=rtl]) dl,
.mce-visualblocks:not([dir=rtl]) figcaption,
.mce-visualblocks:not([dir=rtl]) figure,
.mce-visualblocks:not([dir=rtl]) h1,
.mce-visualblocks:not([dir=rtl]) h2,
.mce-visualblocks:not([dir=rtl]) h3,
.mce-visualblocks:not([dir=rtl]) h4,
.mce-visualblocks:not([dir=rtl]) h5,
.mce-visualblocks:not([dir=rtl]) h6,
.mce-visualblocks:not([dir=rtl]) hgroup,
.mce-visualblocks:not([dir=rtl]) ol,
.mce-visualblocks:not([dir=rtl]) p,
.mce-visualblocks:not([dir=rtl]) pre,
.mce-visualblocks:not([dir=rtl]) section,
.mce-visualblocks:not([dir=rtl]) ul {
  margin-left: 3px;
}

.mce-visualblocks[dir=rtl] address,
.mce-visualblocks[dir=rtl] article,
.mce-visualblocks[dir=rtl] aside,
.mce-visualblocks[dir=rtl] blockquote,
.mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),
.mce-visualblocks[dir=rtl] dl,
.mce-visualblocks[dir=rtl] figcaption,
.mce-visualblocks[dir=rtl] figure,
.mce-visualblocks[dir=rtl] h1,
.mce-visualblocks[dir=rtl] h2,
.mce-visualblocks[dir=rtl] h3,
.mce-visualblocks[dir=rtl] h4,
.mce-visualblocks[dir=rtl] h5,
.mce-visualblocks[dir=rtl] h6,
.mce-visualblocks[dir=rtl] hgroup,
.mce-visualblocks[dir=rtl] ol,
.mce-visualblocks[dir=rtl] p,
.mce-visualblocks[dir=rtl] pre,
.mce-visualblocks[dir=rtl] section,
.mce-visualblocks[dir=rtl] ul {
  background-position-x: right;
  margin-right: 3px;
}

.mce-nbsp,
.mce-shy {
  background: #aaa;
}

.mce-shy::after {
  content: "-";
}

[data-ephox-foam-a11y-violation] {
  outline: 2px solid;
  position: relative;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation] {
  outline-width: 4px;
  transition: outline-width 0.1s ease-in-out, background-color 0.1s ease-in-out;
  box-shadow: 0 0 0 99999px rgba(34, 47, 62, 0.5019607843);
  z-index: 1;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-info] {
  outline-color: #006ce7;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-warn] {
  outline-color: #fc0;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-error] {
  outline-color: #c00;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation=info] {
  outline-color: #006ce7;
  background-color: #e6f0fd;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation=warning] {
  outline-color: #fc0;
  background-color: #fffae6;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation=error] {
  outline-color: #c00;
  background-color: #fae6e6;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation]:is(td, th, tr) {
  position: static;
}

/* This file is bundled with the code from the following third party libraries */
/**
 * http://prismjs.com/
 * Dracula Theme originally by Zeno Rocha [@zenorocha]
 * https://draculatheme.com/
 *
 * Ported for PrismJS by Albert Vallverdu [@byverdu]
 */
@keyframes tox-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mce-content-body .mce-item-anchor {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
}

.mce-content-body .mce-item-anchor:empty {
  cursor: default;
  display: inline-block;
  height: 12px !important;
  padding: 0 2px;
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  -webkit-user-select: all;
  user-select: all;
  width: 8px !important;
}

.mce-content-body .mce-item-anchor:not(:empty) {
  background-position-x: 2px;
  display: inline-block;
  padding-left: 12px;
}

.mce-content-body .mce-item-anchor[data-mce-selected] {
  outline-offset: 1px;
}

.tox-comments-visible .tox-comment[contenteditable=false]:not([data-mce-selected]),
.tox-comments-visible span.tox-comment img:not([data-mce-selected]),
.tox-comments-visible span.tox-comment span.mce-preview-object:not([data-mce-selected]),
.tox-comments-visible span.tox-comment > audio:not([data-mce-selected]),
.tox-comments-visible span.tox-comment > video:not([data-mce-selected]) {
  outline: 3px solid #ffe796;
}

.tox-comments-visible .tox-comment[contenteditable=false][data-mce-annotation-active=true]:not([data-mce-selected]) {
  outline: 3px solid #ffcf30;
}

.tox-comments-visible span.tox-comment:not([data-mce-selected]) {
  background-color: #ffe796;
  outline: 0;
}

.tox-comments-visible span.tox-comment[data-mce-annotation-active=true]:not([data-mce-selected=inline-boundary]) {
  background-color: #ffcf30;
}

.tox-comments-visible span.tox-comment[data-mce-selected] {
  background-color: #ffcf30;
  border-radius: 3px;
  box-shadow: 0 0 0 2px #006ce7;
}

.tox-comments-visible span.tox-comment[data-mce-selected]:has(img[data-mce-selected], > audio[data-mce-selected], > video[data-mce-selected], span.mce-preview-object[data-mce-selected]) {
  box-shadow: none;
}

.tox-comments-visible span.tox-comment[data-mce-selected] img:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-selected] span.mce-preview-object:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-selected] > audio:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-selected] > video:not([data-mce-selected]) {
  box-shadow: 0 0 0 5px #006ce7;
}

.tox-comments-visible span.tox-comment[data-mce-annotation-active=true] img:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-annotation-active=true] span.mce-preview-object:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-annotation-active=true] > audio:not([data-mce-selected]),
.tox-comments-visible span.tox-comment[data-mce-annotation-active=true] > video:not([data-mce-selected]) {
  outline: 3px solid #ffcf30;
}

.tox-checklist > li:not(.tox-checklist--hidden) {
  list-style: none;
  margin: 0.25em 0;
}

.tox-checklist > li:not(.tox-checklist--hidden)::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
  cursor: pointer;
  height: 1em;
  margin-left: -1.5em;
  margin-top: 0.125em;
  position: absolute;
  width: 1em;
}

.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");
}

[dir=rtl] .tox-checklist > li:not(.tox-checklist--hidden)::before {
  margin-left: 0;
  margin-right: -1.5em;
}

code[class*=language-],
pre[class*=language-] {
  color: #000;
  background: 0 0;
  text-shadow: 0 1px #fff;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  tab-size: 4;
  hyphens: none;
}

code[class*=language-] ::selection,
code[class*=language-]::selection,
pre[class*=language-] ::selection,
pre[class*=language-]::selection {
  text-shadow: none;
  background: #b3d4fc;
}

@media print {
  code[class*=language-],
  pre[class*=language-] {
    text-shadow: none;
  }
}
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  background: #f5f2f0;
}

:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #708090;
}

.token.punctuation {
  color: #999;
}

.token.namespace {
  opacity: 0.7;
}

.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #905;
}

.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
  color: #690;
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}

.token.class-name,
.token.function {
  color: #dd4a68;
}

.token.important,
.token.regex,
.token.variable {
  color: #e90;
}

.token.bold,
.token.important {
  font-weight: 700;
}

.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.mce-content-body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.mce-content-body p {
  direction: rtl;
}

.mce-content-body .mce-visual-caret {
  background-color: #000;
  background-color: currentColor;
  position: absolute;
}

.mce-content-body .mce-visual-caret-hidden {
  display: none;
}

.mce-content-body [data-mce-caret] {
  left: -1000px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  top: 0;
}

.mce-content-body .mce-offscreen-selection {
  left: -2000000px;
  max-width: 1000000px;
  position: absolute;
}

.mce-content-body [contentEditable=false] {
  cursor: default;
}

.mce-content-body [contentEditable=true] {
  cursor: text;
}

.tox-cursor-format-painter {
  cursor: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"), default;
}

div.mce-footnotes hr {
  margin-inline: 0 auto;
  width: 25%;
}

div.mce-footnotes li > a.mce-footnotes-backlink {
  -webkit-text-decoration: none;
  text-decoration: none;
}

@media print {
  sup.mce-footnote a {
    color: #000;
    -webkit-text-decoration: none;
    text-decoration: none;
  }
  div.mce-footnotes {
    page-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
  }
  div.mce-footnotes li > a.mce-footnotes-backlink {
    display: none;
  }
}
tiny-math-block {
  display: flex;
  justify-content: center;
  margin: 16px 0 16px 0;
}

tiny-math-inline {
  display: inline-block;
}

.mce-content-body figure.align-left {
  float: left;
}

.mce-content-body figure.align-right {
  float: right;
}

.mce-content-body figure.image.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.mce-preview-object {
  border: 1px solid gray;
  display: inline-block;
  line-height: 0;
  margin: 0 2px;
  position: relative;
}

.mce-preview-object .mce-shim {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mce-preview-object[data-mce-selected="2"] .mce-shim {
  display: none;
}

.mce-content-body .mce-mergetag {
  cursor: default !important;
  -webkit-user-select: none;
  user-select: none;
}

.mce-content-body .mce-mergetag:hover {
  background-color: rgba(0, 108, 231, 0.1);
}

.mce-content-body .mce-mergetag-affix {
  background-color: rgba(0, 108, 231, 0.1);
  color: #006ce7;
}

.mce-object {
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;
  border: 1px dashed #aaa;
}

.mce-pagebreak {
  border: 1px dashed #aaa;
  cursor: default;
  display: block;
  height: 5px;
  margin-top: 15px;
  page-break-before: always;
  width: 100%;
}

@media print {
  .mce-pagebreak {
    border: 0;
  }
}
.tiny-pageembed .mce-shim {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tiny-pageembed[data-mce-selected="2"] .mce-shim {
  display: none;
}

.tiny-pageembed {
  display: inline-block;
  position: relative;
}

.tiny-pageembed--16by9,
.tiny-pageembed--1by1,
.tiny-pageembed--21by9,
.tiny-pageembed--4by3 {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.tiny-pageembed--21by9 {
  padding-top: 42.857143%;
}

.tiny-pageembed--16by9 {
  padding-top: 56.25%;
}

.tiny-pageembed--4by3 {
  padding-top: 75%;
}

.tiny-pageembed--1by1 {
  padding-top: 100%;
}

.tiny-pageembed--16by9 iframe,
.tiny-pageembed--1by1 iframe,
.tiny-pageembed--21by9 iframe,
.tiny-pageembed--4by3 iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.mce-content-body[data-mce-placeholder] {
  position: relative;
}

.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
  color: rgba(34, 47, 62, 0.7);
  content: attr(data-mce-placeholder);
  position: absolute;
}

@media (forced-colors: active) {
  .mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
    color: highlight;
    filter: brightness(30%);
    z-index: -1;
  }
}
.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before {
  left: 1px;
}

.mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before {
  right: 1px;
}

.mce-content-body div.mce-resizehandle {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  height: 10px;
  position: absolute;
  width: 10px;
  z-index: 1298;
}

.mce-content-body div.mce-resizehandle:hover {
  background-color: #4099ff;
}

.mce-content-body div.mce-resizehandle:first-of-type {
  cursor: nwse-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(2) {
  cursor: nesw-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(3) {
  cursor: nwse-resize;
}

.mce-content-body div.mce-resizehandle:nth-of-type(4) {
  cursor: nesw-resize;
}

.mce-content-body .mce-resize-backdrop {
  z-index: 10000;
}

.mce-content-body .mce-clonedresizable {
  cursor: default;
  opacity: 0.5;
  outline: 1px dashed black;
  position: absolute;
  z-index: 10001;
}

.mce-content-body .mce-clonedresizable.mce-resizetable-columns td,
.mce-content-body .mce-clonedresizable.mce-resizetable-columns th {
  border: 0;
}

.mce-content-body .mce-resize-helper {
  background: #555;
  background: rgb(0, 0, 0);
  border: 1px;
  border-radius: 3px;
  color: #fff;
  display: none;
  font-family: sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 5px 10px;
  padding: 5px;
  position: absolute;
  white-space: nowrap;
  z-index: 10002;
}

.tox-rtc-user-selection {
  position: relative;
}

.tox-rtc-user-cursor {
  bottom: 0;
  cursor: default;
  position: absolute;
  top: 0;
  width: 2px;
}

.tox-rtc-user-cursor::before {
  background-color: inherit;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: -3px;
  top: -3px;
  width: 8px;
}

.tox-rtc-user-cursor:hover::after {
  background-color: inherit;
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff;
  content: attr(data-user);
  display: block;
  font-size: 12px;
  font-weight: 700;
  left: -5px;
  min-height: 8px;
  min-width: 8px;
  padding: 0 12px;
  position: absolute;
  top: -11px;
  white-space: nowrap;
  z-index: 1000;
}

.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
  background-color: #2dc26b;
}

.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
  background-color: #e03e2d;
}

.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
  background-color: #f1c40f;
}

.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
  background-color: #3598db;
}

.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
  background-color: #b96ad9;
}

.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
  background-color: #e67e23;
}

.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
  background-color: #aaa69d;
}

.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
  background-color: #f368e0;
}

.tox-rtc-remote-image {
  background: #eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;
  border: 1px solid #ccc;
  min-height: 240px;
  min-width: 320px;
}

.mce-match-marker {
  background: #aaa;
  color: #fff;
}

.mce-match-marker-selected {
  background: #39f;
  color: #fff;
}

.mce-match-marker-selected::selection {
  background: #39f;
  color: #fff;
}

.mce-content-body audio[data-mce-selected],
.mce-content-body details[data-mce-selected],
.mce-content-body embed[data-mce-selected],
.mce-content-body img[data-mce-selected],
.mce-content-body object[data-mce-selected],
.mce-content-body table[data-mce-selected],
.mce-content-body video[data-mce-selected] {
  outline: 3px solid #b4d7ff;
}

.mce-content-body hr[data-mce-selected] {
  outline: 3px solid #b4d7ff;
  outline-offset: 1px;
}

.mce-content-body [contentEditable=false] [contentEditable=true]:focus {
  outline: 3px solid #b4d7ff;
}

.mce-content-body [contentEditable=false] [contentEditable=true]:hover {
  outline: 3px solid #b4d7ff;
}

.mce-content-body [contentEditable=false][data-mce-selected] {
  cursor: not-allowed;
  outline: 3px solid #b4d7ff;
}

.mce-content-body [data-mce-selected=inline-boundary] {
  background-color: #b4d7ff;
}

.mce-content-body .mce-edit-focus {
  outline: 3px solid #b4d7ff;
}

.mce-content-body td[data-mce-selected],
.mce-content-body th[data-mce-selected] {
  position: relative;
}

.mce-content-body td[data-mce-selected]::selection,
.mce-content-body th[data-mce-selected]::selection {
  background: 0 0;
}

.mce-content-body td[data-mce-selected] *,
.mce-content-body th[data-mce-selected] * {
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.mce-content-body td[data-mce-selected]::after,
.mce-content-body th[data-mce-selected]::after {
  background-color: rgba(180, 215, 255, 0.7);
  border: 1px solid rgba(180, 215, 255, 0.7);
  bottom: -1px;
  content: "";
  left: -1px;
  mix-blend-mode: multiply;
  position: absolute;
  right: -1px;
  top: -1px;
}

.mce-content-body img[data-mce-selected]::selection {
  background: 0 0;
}

.ephox-snooker-resizer-bar {
  background-color: #b4d7ff;
  opacity: 0;
  -webkit-user-select: none;
  user-select: none;
}

.ephox-snooker-resizer-cols {
  cursor: col-resize;
}

.ephox-snooker-resizer-rows {
  cursor: row-resize;
}

.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
  opacity: 1;
}

.mce-spellchecker-word {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
  background-position: 0 calc(100% + 1px);
  background-repeat: repeat-x;
  background-size: auto 6px;
  cursor: default;
  height: 2rem;
}

.mce-spellchecker-grammar {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
  background-position: 0 calc(100% + 1px);
  background-repeat: repeat-x;
  background-size: auto 6px;
  cursor: default;
}

.mce-toc {
  border: 1px solid gray;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul > li {
  list-style-type: none;
}

[data-mce-block] {
  display: block;
}

.mce-item-table:not([border]),
.mce-item-table:not([border]) caption,
.mce-item-table:not([border]) td,
.mce-item-table:not([border]) th,
.mce-item-table[border="0"],
.mce-item-table[border="0"] caption,
.mce-item-table[border="0"] td,
.mce-item-table[border="0"] th,
table[style*="border-width: 0px"],
table[style*="border-width: 0px"] caption,
table[style*="border-width: 0px"] td,
table[style*="border-width: 0px"] th {
  border: 1px dashed #bbb;
}

.tox-uc-loading-background {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.tox-uc-loading-spinner-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tox-uc-loading-spinner {
  width: min(24px, 30%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #006ce7;
  border-bottom-color: transparent;
  animation: tox-rotation 1s linear infinite;
}

.tox-uploadcare-placeholder {
  all: initial;
  display: inline-block;
  position: relative;
  width: min(100%, 600px);
  height: 80px;
  --tox-uploadcare-placeholder--content-cursor: auto !important;
  --tox-uploadcare-placeholder--content-color: rgba(34, 47, 62, 0.7);
  --tox-uploadcare-placeholder--content-background-color: #fff;
  --tox-uploadcare-placeholder--content-border: 2px solid #e3e3e3;
  --tox-uploadcare-placeholder--content-font-family: monospace, sans-serif;
  --tox-uploadcare-placeholder--content-height: 100%;
  --tox-uploadcare-placeholder--content-width: 100%;
  --tox-uploadcare-placeholder--content-display: inline-flex;
  --tox-uploadcare-placeholder--content-align-items: center;
  --tox-uploadcare-placeholder--content-justify-content: center;
  --tox-uploadcare-placeholder--content-gap: 8px;
  --tox-uploadcare-placeholder--icon-fill: rgba(34, 47, 62, 0.7);
  --tox-uploadcare-placeholder--icon-min-width: 24px;
  --tox-uc-loading-spinner-wrapper-display-none: none;
  --tox-uc-loading-spinner-wrapper-display: flex;
  --tox-uc-loading-spinner-wrapper-position: absolute;
  --tox-uc-loading-spinner-wrapper-top: 0;
  --tox-uc-loading-spinner-wrapper-left: 0;
  --tox-uc-loading-spinner-wrapper-width: 100%;
  --tox-uc-loading-spinner-wrapper-height: 100%;
  --tox-uc-loading-spinner-wrapper-justify-content: center;
  --tox-uc-loading-spinner-wrapper-align-items: center;
  --tox-uc-loading-spinner-aspect-ratio: 1/1;
  --tox-uc-loading-spinner-width: min(24px, 30%);
  --tox-uc-loading-spinner-border-radius: 50%;
  --tox-uc-loading-spinner-border: 3px solid #006ce7;
  --tox-uc-loading-spinner-border-bottom-color: transparent;
  --tox-uc-loading-spinner-animation: tox-rotation 1s linear infinite;
}

.mce-visualblocks address,
.mce-visualblocks article,
.mce-visualblocks aside,
.mce-visualblocks blockquote,
.mce-visualblocks div:not([data-mce-bogus]),
.mce-visualblocks dl,
.mce-visualblocks figcaption,
.mce-visualblocks figure,
.mce-visualblocks h1,
.mce-visualblocks h2,
.mce-visualblocks h3,
.mce-visualblocks h4,
.mce-visualblocks h5,
.mce-visualblocks h6,
.mce-visualblocks hgroup,
.mce-visualblocks ol,
.mce-visualblocks p,
.mce-visualblocks pre,
.mce-visualblocks section,
.mce-visualblocks ul {
  background-repeat: no-repeat;
  border: 1px dashed #bbb;
  margin-left: 3px;
  padding-top: 10px;
}

.mce-visualblocks p {
  background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
}

.mce-visualblocks h1 {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
}

.mce-visualblocks h2 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
}

.mce-visualblocks h3 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
}

.mce-visualblocks h4 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
}

.mce-visualblocks h5 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
}

.mce-visualblocks h6 {
  background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
}

.mce-visualblocks div:not([data-mce-bogus]) {
  background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
}

.mce-visualblocks section {
  background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
}

.mce-visualblocks article {
  background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
}

.mce-visualblocks blockquote {
  background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
}

.mce-visualblocks address {
  background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
}

.mce-visualblocks pre {
  background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
}

.mce-visualblocks figure {
  background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
}

.mce-visualblocks figcaption {
  border: 1px dashed #bbb;
}

.mce-visualblocks hgroup {
  background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
}

.mce-visualblocks aside {
  background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
}

.mce-visualblocks ul {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
}

.mce-visualblocks ol {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
}

.mce-visualblocks dl {
  background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
}

.mce-visualblocks:not([dir=rtl]) address,
.mce-visualblocks:not([dir=rtl]) article,
.mce-visualblocks:not([dir=rtl]) aside,
.mce-visualblocks:not([dir=rtl]) blockquote,
.mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),
.mce-visualblocks:not([dir=rtl]) dl,
.mce-visualblocks:not([dir=rtl]) figcaption,
.mce-visualblocks:not([dir=rtl]) figure,
.mce-visualblocks:not([dir=rtl]) h1,
.mce-visualblocks:not([dir=rtl]) h2,
.mce-visualblocks:not([dir=rtl]) h3,
.mce-visualblocks:not([dir=rtl]) h4,
.mce-visualblocks:not([dir=rtl]) h5,
.mce-visualblocks:not([dir=rtl]) h6,
.mce-visualblocks:not([dir=rtl]) hgroup,
.mce-visualblocks:not([dir=rtl]) ol,
.mce-visualblocks:not([dir=rtl]) p,
.mce-visualblocks:not([dir=rtl]) pre,
.mce-visualblocks:not([dir=rtl]) section,
.mce-visualblocks:not([dir=rtl]) ul {
  margin-left: 3px;
}

.mce-visualblocks[dir=rtl] address,
.mce-visualblocks[dir=rtl] article,
.mce-visualblocks[dir=rtl] aside,
.mce-visualblocks[dir=rtl] blockquote,
.mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),
.mce-visualblocks[dir=rtl] dl,
.mce-visualblocks[dir=rtl] figcaption,
.mce-visualblocks[dir=rtl] figure,
.mce-visualblocks[dir=rtl] h1,
.mce-visualblocks[dir=rtl] h2,
.mce-visualblocks[dir=rtl] h3,
.mce-visualblocks[dir=rtl] h4,
.mce-visualblocks[dir=rtl] h5,
.mce-visualblocks[dir=rtl] h6,
.mce-visualblocks[dir=rtl] hgroup,
.mce-visualblocks[dir=rtl] ol,
.mce-visualblocks[dir=rtl] p,
.mce-visualblocks[dir=rtl] pre,
.mce-visualblocks[dir=rtl] section,
.mce-visualblocks[dir=rtl] ul {
  background-position-x: right;
  margin-right: 3px;
}

.mce-nbsp,
.mce-shy {
  background: #aaa;
}

.mce-shy::after {
  content: "-";
}

[data-ephox-foam-a11y-violation] {
  outline: 2px solid;
  position: relative;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation] {
  outline-width: 4px;
  transition: outline-width 0.1s ease-in-out, background-color 0.1s ease-in-out;
  box-shadow: 0 0 0 99999px rgba(34, 47, 62, 0.5019607843);
  z-index: 1;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-info] {
  outline-color: #006ce7;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-warn] {
  outline-color: #fc0;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-severity-error] {
  outline-color: #c00;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation=info] {
  outline-color: #006ce7;
  background-color: #e6f0fd;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation=warning] {
  outline-color: #fc0;
  background-color: #fffae6;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation=error] {
  outline-color: #c00;
  background-color: #fae6e6;
}

[data-ephox-foam-a11y-violation][data-ephox-foam-a11y-current-violation]:is(td, th, tr) {
  position: static;
}

.tox {
  box-shadow: none;
  box-sizing: content-box;
  color: #222f3e;
  cursor: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: initial;
  white-space: normal;
}

.tox :not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
}

.tox :not(svg):not(rect) {
  background: 0 0;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}

.tox:not([dir=rtl]) {
  direction: ltr;
  text-align: left;
}

.tox[dir=rtl] {
  direction: rtl;
  text-align: right;
}

.tox-tinymce {
  border: 2px solid #eee;
  border-radius: 10px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}

.tox.tox-tinymce-inline {
  border: none;
  box-shadow: none;
  overflow: initial;
}

.tox.tox-tinymce-inline .tox-editor-container {
  overflow: initial;
}

.tox.tox-tinymce-inline .tox-editor-header {
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
}

.tox-tinymce-aux {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1300;
}

.tox-tinymce :focus,
.tox-tinymce-aux :focus {
  outline: 0;
}

button::-moz-focus-inner {
  border: 0;
}

.tox[dir=rtl] .tox-icon--flip svg {
  transform: rotateY(180deg);
}

@keyframes tox-rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tox .accessibility-issue__header {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}

.tox #accessibility-issue__subheader {
  font-size: 16px;
  color: #222f3e;
}

.tox .accessbility-sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.tox .accessibility-issue__description {
  align-items: stretch;
  border-radius: 6px;
  justify-content: space-between;
}

.tox .accessibility-issue__description > div {
  padding-bottom: 4px;
}

.tox .accessibility-issue__description > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}

.tox .accessibility-issue__description > div > div .tox-icon svg {
  display: block;
}

.tox #accessibility-issue__contentID {
  margin-top: 8px;
  margin-bottom: 8px;
}

.tox #accessibility-issue__contentID span:first-child {
  font-weight: 700;
}

.tox #accessibility-issue__document {
  padding-bottom: 8px;
}

.tox .accessibility-issue__repair {
  margin-top: 8px;
}

.tox .accessibility-issue__repair .tox-form__group .tox-form__group--error {
  color: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  background-color: #e6f0fd;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  font-size: 14px;
  color: #006ce7;
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon.accessibility-issue__icon svg {
  fill: #006ce7;
}

.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon {
  background-color: #006ce7;
  color: #fff;
}

.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus,
.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover {
  background-color: #0060ce;
}

.tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active {
  background-color: #0054b4;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
  background-color: #fffae6;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  font-size: 14px;
  color: #7a6e25;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon.accessibility-issue__icon svg {
  fill: #7a6e25;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon {
  background-color: #ffe89d;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus,
.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover {
  background-color: #f2d574;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active {
  background-color: #e8c657;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
  background-color: #fae6e6;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  font-size: 14px;
  color: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon.accessibility-issue__icon svg {
  fill: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon {
  background-color: #f2bfbf;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus,
.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover {
  background-color: #e9a4a4;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active {
  background-color: #ee9494;
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
  background-color: rgba(120, 171, 70, 0.1);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > :last-child {
  display: none;
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
  color: #527530;
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon.accessibility-issue__icon svg {
  fill: #527530;
}

.tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1,
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
  margin-top: 0;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > :nth-last-child(2) {
  margin-left: auto;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
  padding: 8px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > :nth-last-child(2) {
  margin-right: auto;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 8px 4px 4px;
}

.tox .mce-codemirror {
  background: #fff;
  bottom: 0;
  font-size: 13px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.tox .mce-codemirror.tox-inline-codemirror {
  margin: 8px;
  position: absolute;
}

.tox .tox-advtemplate .tox-form__grid {
  flex: 1;
}

.tox .tox-advtemplate .tox-form__grid > div:first-child {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) {
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}

@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child {
    width: 100%;
  }
}
.tox .tox-advtemplate iframe {
  border-color: #eee;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  margin: 0 10px;
}

.tox .tox-anchorbar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-bottom-anchorbar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-bar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-button {
  background-color: #006ce7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #006ce7;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
  outline: 0;
  padding: 4px 16px;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.tox .tox-button::before {
  border-radius: 6px;
  bottom: -1px;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
  content: "";
  left: -1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}

.tox .tox-button[disabled] {
  background-color: #006ce7;
  background-image: none;
  border-color: #006ce7;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.tox .tox-button:focus:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button:focus:not(:disabled)::before {
  opacity: 1;
}

.tox .tox-button:hover:not(:disabled) {
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button:active:not(:disabled) {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled[disabled] {
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.tox .tox-button.tox-button--enabled:focus:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled:hover:not(:disabled) {
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button.tox-button--enabled:active:not(:disabled) {
  background-color: #003c81;
  background-image: none;
  border-color: #003c81;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button--icon-and-text,
.tox .tox-button.tox-button--icon-and-text,
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
  display: flex;
  padding: 5px 4px;
}

.tox .tox-button--icon-and-text .tox-icon svg,
.tox .tox-button.tox-button--icon-and-text .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
  display: block;
  fill: currentColor;
}

.tox .tox-button--secondary {
  background-color: #f0f0f0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #f0f0f0;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  outline: 0;
  padding: 4px 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
}

.tox .tox-button--secondary[disabled] {
  background-color: #f0f0f0;
  background-image: none;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--secondary:focus:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary:hover:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary:active:not(:disabled) {
  background-color: #d6d6d6;
  background-image: none;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled[disabled] {
  background-color: #a8c8ed;
  background-image: none;
  border-color: #a8c8ed;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
  background-color: #93bbe9;
  background-image: none;
  border-color: #93bbe9;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
  background-color: #7daee4;
  background-image: none;
  border-color: #7daee4;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--icon,
.tox .tox-button.tox-button--icon,
.tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}

.tox .tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  display: block;
  fill: currentColor;
}

.tox-context-form__group .tox-button--icon,
.tox-context-form__group .tox-button.tox-button--icon {
  margin: 6px 1px 5px 0;
  padding: 0;
}

.tox .tox-button-link {
  background: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.tox .tox-button-link--sm {
  font-size: 14px;
}

.tox .tox-button--naked {
  background-color: transparent;
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked[disabled] {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--naked:hover:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked:focus:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.12);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked:active:not(:disabled) {
  background-color: rgba(34, 47, 62, 0.18);
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}

.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #222f3e;
}

.tox .tox-checkbox {
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 36px;
}

.tox .tox-checkbox__input {
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.tox .tox-checkbox__icons {
  align-items: center;
  border-radius: 6px;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: content-box;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: 3px;
  width: 24px;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: block;
  fill: rgba(34, 47, 62, 0.3);
}

@media (forced-colors: active) {
  .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
    fill: currentColor !important;
  }
}
.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: none;
  fill: #006ce7;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: none;
  fill: #006ce7;
}

.tox .tox-checkbox--disabled {
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: block;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: block;
}

.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #006ce7;
  padding: 3px;
}

.tox:not([dir=rtl]) .tox-checkbox__label {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-checkbox__input {
  left: -10000px;
}

.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-checkbox__label {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-checkbox__input {
  right: -10000px;
}

.tox[dir=rtl] .tox-bar .tox-checkbox {
  margin-right: 4px;
}

.tox .tox-collection--toolbar .tox-collection__group {
  display: flex;
  padding: 0;
}

.tox .tox-collection--grid .tox-collection__group {
  display: flex;
  flex-wrap: wrap;
  max-height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.tox .tox-collection--list .tox-collection__group {
  border-bottom-width: 0;
  border-color: #e3e3e3;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  padding: 4px 0;
}

.tox .tox-collection--list .tox-collection__group:first-child {
  border-top-width: 0;
}

.tox .tox-collection__group-heading {
  background-color: #fcfcfc;
  color: rgba(34, 47, 62, 0.7);
  cursor: default;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: -4px;
  padding: 4px 8px;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.tox .tox-collection__item {
  align-items: center;
  border-radius: 3px;
  color: #222f3e;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.tox .tox-image-selector-menu .tox-collection__item,
.tox .tox-image-selector-menu .tox-collection__item-image-selector {
  flex-direction: column;
}

.tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-checkmark,
.tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-icon,
.tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-image,
.tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-checkmark,
.tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-icon,
.tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-image {
  flex-grow: 1;
}

.tox .tox-image-selector-menu .tox-collection__item label,
.tox .tox-image-selector-menu .tox-collection__item-image-selector label {
  width: 48px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  color: #222f3e;
  text-align: center;
  align-self: flex-end;
}

.tox .tox-image-selector-menu .tox-collection__item-checkmark {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tox .tox-image-selector-menu .tox-collection__item-checkmark svg path {
  fill: #006ce7;
  stroke: #006ce7;
}

.tox .tox-image-selector-menu .tox-image-selector__row .tox-collection__item-image-selector.tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #fff;
}

.tox .tox-image-selector-menu .tox-image-selector__row .tox-collection__item-image-selector.tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
  z-index: 2;
  background-color: #fff;
  opacity: 0.8;
  background-clip: content-box;
}

.tox .tox-collection--list .tox-collection__item {
  padding: 4px 8px;
}

.tox .tox-collection--toolbar .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}

.tox .tox-collection--grid .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}

.tox .tox-collection--list .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
  background-color: #fff;
  color: #222f3e;
}

.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #006ce7;
  color: #fff;
}

@media (forced-colors: active) {
  .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
    border: solid 1px;
  }
}
.tox .tox-collection--grid .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
  background-color: #a6ccf7;
  color: #222f3e;
}

.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #f0f0f0;
  color: #222f3e;
  position: relative;
  z-index: 1;
}

.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 inset;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
  background-color: #a6ccf7;
  color: #222f3e;
}

@media (forced-colors: active) {
  .tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) {
    border-radius: 3px;
    outline: solid 1px;
  }
}
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
  background-color: #fff;
  position: relative;
}

.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
  background-color: #f0f0f0;
  color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus {
  background-color: #f0f0f0;
  color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus::after {
    border: 2px solid highlight;
  }
}
@media (forced-colors: active) {
  .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover {
    border-radius: 3px;
    outline: solid 1px;
  }
}
.tox .tox-collection__item-image {
  border: 1px solid #eee;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 4px;
  position: relative;
}

.tox .tox-collection__item-checkmark,
.tox .tox-collection__item-icon {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.tox .tox-collection__item-checkmark svg,
.tox .tox-collection__item-icon svg {
  fill: currentColor;
}

.tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 48px;
  width: 48px;
}

.tox .tox-collection__item-label {
  color: currentColor;
  display: inline-block;
  flex: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 100%;
  text-transform: none;
  word-break: break-all;
}

.tox .tox-collection__item-accessory {
  color: currentColor;
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform: none;
}

.tox .tox-collection__item-caret {
  align-items: center;
  display: flex;
  min-height: 24px;
}

.tox .tox-collection__item-caret::after {
  content: "";
  font-size: 0;
  min-height: inherit;
}

.tox .tox-collection__item-caret svg {
  fill: currentColor;
}

.tox .tox-collection__item--state-disabled {
  background-color: transparent;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
  display: none;
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
  display: none;
}

.tox .tox-collection--horizontal {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 0;
}

.tox .tox-collection--horizontal .tox-collection__group {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item {
  height: 28px;
  margin: 6px 1px 5px 0;
  padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item-label {
  white-space: nowrap;
}

.tox .tox-collection--horizontal .tox-collection__item-caret {
  margin-left: 4px;
}

.tox .tox-collection__item-container {
  display: flex;
}

.tox .tox-collection__item-container--row {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
  margin-right: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
  justify-content: flex-end;
  margin-left: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
  align-items: flex-start;
  margin-bottom: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
  align-items: center;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
  align-items: flex-end;
  margin-top: auto;
}

.tox .tox-collection__item-container--column {
  align-self: center;
  flex: 1 1 auto;
  flex-direction: column;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
  align-items: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
  align-items: flex-end;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
  align-self: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
  align-self: center;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
  align-self: flex-end;
}

.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > :not(:first-child) {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-collection__item-accessory {
  margin-left: 16px;
  text-align: right;
}

.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
  margin-left: 16px;
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > :not(:first-child) {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-collection__item-accessory {
  margin-right: 16px;
  text-align: left;
}

.tox[dir=rtl] .tox-collection .tox-collection__item-caret {
  margin-right: 16px;
  transform: rotateY(180deg);
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
  margin-right: 4px;
}

@media (forced-colors: active) {
  .tox .tox-hue-slider,
  .tox .tox-rgb-form .tox-rgba-preview {
    background-color: currentColor !important;
    border: 1px solid highlight !important;
    forced-color-adjust: none;
  }
}
.tox .tox-color-picker-container {
  display: flex;
  flex-direction: row;
  height: 225px;
  margin: 0;
}

.tox .tox-sv-palette {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}

.tox .tox-sv-palette-spectrum {
  height: 100%;
}

.tox .tox-sv-palette,
.tox .tox-sv-palette-spectrum {
  width: 225px;
}

.tox .tox-sv-palette-thumb {
  background: 0 0;
  border: 1px solid #000;
  border-radius: 50%;
  box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}

.tox .tox-sv-palette-inner-thumb {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}

.tox .tox-hue-slider {
  box-sizing: border-box;
  height: 100%;
  width: 25px;
}

.tox .tox-hue-slider-spectrum {
  background: linear-gradient(to bottom, red, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, red);
  height: 100%;
  width: 100%;
}

.tox .tox-hue-slider,
.tox .tox-hue-slider-spectrum {
  width: 20px;
}

.tox .tox-hue-slider-spectrum:focus,
.tox .tox-sv-palette-spectrum:focus {
  outline: #08f solid;
}

.tox .tox-hue-slider-thumb {
  background: #fff;
  border: 1px solid #000;
  box-sizing: content-box;
  height: 4px;
  width: 100%;
}

.tox .tox-rgb-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tox .tox-rgb-form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: inherit;
}

.tox .tox-rgb-form input {
  min-width: 6em;
}

.tox .tox-rgb-form input.tox-invalid {
  border: 1px solid red !important;
  box-shadow: 0 0 0 1px red;
}

.tox .tox-rgb-container {
  position: relative;
}

.tox .tox-rgb-form .tox-invalid-icon {
  align-content: center;
  align-items: center;
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.tox .tox-rgb-form .tox-invalid-icon .tox-control-wrap__status-icon-invalid {
  margin: 0;
}

.tox .tox-rgb-warning-note {
  background-color: #f5cccc;
  border: 1px solid #f0b3b3;
  border-radius: 3px;
  color: #77181f;
  padding: 3px;
}

.tox input.tox-invalid + .tox-invalid-icon {
  display: flex;
}

.tox .tox-rgb-form .tox-rgba-preview {
  border: 1px solid #000;
  flex-grow: 2;
  margin-bottom: 0;
}

.tox:not([dir=rtl]) .tox-sv-palette {
  margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider {
  margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider-thumb {
  margin-left: -1px;
}

.tox:not([dir=rtl]) .tox-rgb-form label {
  margin-right: 0.5em;
}

.tox[dir=rtl] .tox-sv-palette {
  margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider {
  margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider-thumb {
  margin-right: -1px;
}

.tox[dir=rtl] .tox-rgb-form label {
  margin-left: 0.5em;
}

.tox .tox-toolbar .tox-swatches,
.tox .tox-toolbar__overflow .tox-swatches,
.tox .tox-toolbar__primary .tox-swatches {
  margin: 5px 0 6px 11px;
}

.tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
  border: 0;
  margin: -4px -4px;
}

.tox .tox-swatches__row {
  display: flex;
}

@media (forced-colors: active) {
  .tox .tox-swatches__row {
    forced-color-adjust: none;
  }
}
.tox .tox-swatch {
  height: 30px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 30px;
}

.tox .tox-swatch:focus,
.tox .tox-swatch:hover {
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
  transform: scale(0.8);
}

.tox .tox-swatch--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tox .tox-swatch--remove svg path {
  stroke: #e74c3c;
}

.tox .tox-swatches__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: 0;
  padding: 0;
  width: 30px;
}

.tox .tox-swatches__picker-btn svg {
  fill: #222f3e;
  height: 24px;
  width: 24px;
}

.tox .tox-swatches__picker-btn:hover {
  background: #f0f0f0;
}

.tox div.tox-swatch:not(.tox-swatch--remove) svg {
  display: none;
  fill: #222f3e;
  height: 24px;
  margin: 3px 3px;
  width: 24px;
}

.tox div.tox-swatch:not(.tox-swatch--remove) svg path {
  fill: #fff;
  paint-order: stroke;
  stroke: #222f3e;
  stroke-width: 2px;
}

.tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg {
  display: block;
}

.tox:not([dir=rtl]) .tox-swatches__picker-btn {
  margin-left: auto;
}

.tox[dir=rtl] .tox-swatches__picker-btn {
  margin-right: auto;
}

.tox .tox-conversations {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}

.tox .tox-conversations__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  padding: 8px 12px;
  background: #fff;
  z-index: 1;
}

.tox .tox-conversations__title {
  font-size: 20px;
  font-weight: 400;
  padding: 8px 0 8px 0;
  color: #222f3e;
  line-height: 28px;
}

.tox .tox-comment {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 8px;
  padding-bottom: 16px;
  position: relative;
}

.tox .tox-comment:hover {
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
}

.tox .tox-comment.tox-comment--selected {
  background-color: #fff2c9;
  border: 1px solid #ffcf30;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
}

.tox .tox-comment.tox-comment--selected:focus {
  border: 2px solid #006ce7;
  margin: -1px;
}

.tox .tox-comment.tox-comment--selected:focus:not(:first-child) {
  margin-top: 7px;
}

.tox .tox-comment.tox-comment--selected .tox-comment__single {
  margin-bottom: 12px;
}

.tox .tox-comment.tox-comment--selected .tox-comment__single:focus {
  position: relative;
}

.tox .tox-comment.tox-comment--selected .tox-comment__single:focus::after {
  top: -9px;
  pointer-events: none;
  position: absolute;
  content: "";
  display: block;
  bottom: -9px;
  left: -9px;
  right: -9px;
  border-radius: 6px;
  border: 2px solid #006ce7;
}

.tox .tox-comment.tox-comment--selected .tox-comment__single:focus:last-of-type:has(textarea):after {
  bottom: -29px;
}

.tox .tox-comment__header {
  align-items: center;
  color: #222f3e;
  display: flex;
  justify-content: space-between;
}

.tox .tox-comment__date {
  color: #222f3e;
  font-size: 12px;
  line-height: 18px;
}

.tox .tox-comment__body {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  text-transform: initial;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  white-space: pre-wrap;
}

.tox .tox-comment__body.tox-comment__body--expanded {
  max-height: 100em;
  transition: max-height 1s ease-in-out;
}

.tox .tox-comment__body.tox-comment__body--pending {
  transition: max-height 0s;
}

.tox .tox-comment__body p {
  margin: 0;
}

.tox .tox-comment__body textarea {
  resize: none;
  white-space: normal;
  width: 100%;
  font-size: 16px;
}

.tox .tox-comment__loading-text {
  align-items: center;
  color: #222f3e;
  display: flex;
  flex-direction: column;
  position: relative;
}

.tox .tox-comment__loading-text > div {
  padding-bottom: 16px;
}

.tox .tox-comment__overlaytext {
  bottom: 0;
  flex-direction: column;
  font-size: 14px;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.tox .tox-comment__overlaytext p {
  background-color: #fff;
  box-shadow: 0 0 8px 8px #fff;
  color: #222f3e;
  text-align: center;
}

.tox .tox-comment__overlaytext div:nth-of-type(2) {
  font-size: 0.8em;
}

.tox .tox-comment__expander {
  padding-top: 8px;
}

.tox .tox-comment__expander p {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
  font-style: normal;
}

.tox .tox-comment__expander p:focus {
  font-weight: 700;
}

.tox .tox-comment__buttonspacing {
  padding-top: 16px;
  text-align: center;
}

.tox .tox-tbtn.tox-comment__mention-btn {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  margin: 0;
  background-color: transparent;
}

.tox .tox-comment-thread {
  background: #fff;
  position: relative;
  border-radius: 6px;
  background-color: transparent;
}

.tox .tox-comment-thread > :not(:first-child) {
  margin-top: 8px;
}

.tox .tox-comment-thread__overlay::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: flex;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.tox .tox-comment__reply {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}

.tox .tox-comment__reply > :first-child {
  margin-bottom: 8px;
  width: 100%;
}

.tox .tox-comment__edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}

.tox .tox-comment__gradient::after {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  display: block;
  height: 5em;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}

.tox .tox-comment__overlay {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}

.tox .tox-comment__busy-spinner {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.tox .tox-comment__scroll {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
  padding: 12px;
  scroll-behavior: smooth;
}

.tox .tox-comment__scroll:has(textarea:focus) {
  scroll-behavior: auto;
}

.tox .tox-comment--disappearing {
  transition: opacity 0.5s ease;
}

.tox .tox-comment[data-transitioning-destination=deleting] {
  opacity: 0;
}

.tox .tox-skeleton .tox-skeleton__line {
  height: 16px;
  width: 100%;
  background: linear-gradient(to right, rgba(240, 240, 240, 0.5) 8%, rgba(240, 240, 240, 0.7) 18%, rgba(240, 240, 240, 0.5) 33%);
  animation: wave 2s infinite ease-out;
}

.tox .tox-skeleton .tox-skeleton__circle {
  height: 36px;
  width: 36px;
  margin-right: 8px;
  border-radius: 100%;
  background: linear-gradient(to right, rgba(240, 240, 240, 0.5) 8%, rgba(240, 240, 240, 0.7) 18%, rgba(240, 240, 240, 0.5) 33%);
  animation: wave 2s infinite ease-out;
}

@keyframes wave {
  0% {
    background-position: -268px 0;
  }
  100% {
    background-position: 268px 0;
  }
}
.tox .tox-ring-loader {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: tox-rotation 1s linear infinite;
}

.tox:not([dir=rtl]) .tox-comment__edit {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-comment__buttonspacing > :last-child,
.tox:not([dir=rtl]) .tox-comment__edit > :last-child,
.tox:not([dir=rtl]) .tox-comment__reply > :last-child {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-comment__edit {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-comment__buttonspacing > :last-child,
.tox[dir=rtl] .tox-comment__edit > :last-child,
.tox[dir=rtl] .tox-comment__reply > :last-child {
  margin-right: 8px;
}

.tox .tox-user {
  align-items: center;
  display: flex;
}

.tox .tox-user__avatar svg {
  fill: rgba(34, 47, 62, 0.7);
}

.tox .tox-user__avatar img {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  vertical-align: middle;
  width: 36px;
}

.tox .tox-user__name {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  text-transform: none;
}

.tox:not([dir=rtl]) .tox-user__avatar img,
.tox:not([dir=rtl]) .tox-user__avatar svg {
  margin-right: 8px;
}

.tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar img,
.tox[dir=rtl] .tox-user__avatar svg {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
  margin-right: 8px;
}

.tox .tox-dialog-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}

.tox .tox-dialog-wrap__backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #fff;
}

.tox .tox-dialog {
  background-color: #fff;
  border-color: #eee;
  border-radius: 10px;
  border-style: solid;
  border-width: 0;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog {
    align-self: flex-start;
    margin: 8px auto;
    max-height: calc(100vh - 16px);
    width: calc(100vw - 16px);
  }
}
.tox .tox-dialog-inline {
  z-index: 1100;
}

.tox .tox-dialog__header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #222f3e;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  position: relative;
}

.tox .tox-dialog__header .tox-button {
  z-index: 1;
}

.tox .tox-dialog__draghandle {
  cursor: grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tox .tox-dialog__draghandle:active {
  cursor: grabbing;
}

.tox .tox-dialog__dismiss {
  margin-left: auto;
}

.tox .tox-dialog__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}

.tox .tox-dialog__body {
  color: #222f3e;
  display: flex;
  flex: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  min-width: 0;
  text-align: left;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body {
    flex-direction: column;
  }
}
.tox .tox-dialog__body-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 16px 16px;
}

@media only screen and (min-width: 768px) {
  .tox .tox-dialog__body-nav {
    max-width: 11em;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0;
  }
}
.tox .tox-dialog__body-nav-item {
  border-bottom: 2px solid transparent;
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  max-width: 13em;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.tox .tox-dialog__body-nav-item:focus {
  background-color: rgba(0, 108, 231, 0.1);
}

.tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid #144782;
  color: #144782;
}

@media (forced-colors: active) {
  .tox .tox-dialog__body-nav-item--active {
    border-bottom: 2px solid highlight;
    color: highlight;
  }
}
.tox .tox-dialog__body-content {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-height: min(650px, 100vh - 110px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px;
}

.tox .tox-dialog__body-content > * {
  margin-bottom: 0;
  margin-top: 16px;
}

.tox .tox-dialog__body-content > :first-child {
  margin-top: 0;
}

.tox .tox-dialog__body-content > :last-child {
  margin-bottom: 0;
}

.tox .tox-dialog__body-content > :only-child {
  margin-bottom: 0;
  margin-top: 0;
}

.tox .tox-dialog__body-content a {
  color: #144782;
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-dialog__body-content a:focus,
.tox .tox-dialog__body-content a:hover {
  color: #071729;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-dialog__body-content a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #144782;
  outline-offset: 2px;
}

.tox .tox-dialog__body-content a:active {
  color: #000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-dialog__body-content svg {
  fill: #222f3e;
}

.tox .tox-dialog__body-content strong {
  font-weight: 700;
}

.tox .tox-dialog__body-content ul {
  list-style-type: disc;
}

.tox .tox-dialog__body-content dd,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content ul {
  padding-inline-start: 2.5rem;
}

.tox .tox-dialog__body-content dl,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content ul {
  margin-bottom: 16px;
}

.tox .tox-dialog__body-content dd,
.tox .tox-dialog__body-content dl,
.tox .tox-dialog__body-content dt,
.tox .tox-dialog__body-content ol,
.tox .tox-dialog__body-content ul {
  display: block;
  margin-inline-end: 0;
  margin-inline-start: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1 {
  color: #222f3e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group h2 {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group p {
  margin-bottom: 16px;
}

.tox .tox-dialog__body-content .tox-form__group h1:first-child,
.tox .tox-dialog__body-content .tox-form__group h2:first-child,
.tox .tox-dialog__body-content .tox-form__group p:first-child {
  margin-top: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:last-child,
.tox .tox-dialog__body-content .tox-form__group h2:last-child,
.tox .tox-dialog__body-content .tox-form__group p:last-child {
  margin-bottom: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:only-child,
.tox .tox-dialog__body-content .tox-form__group h2:only-child,
.tox .tox-dialog__body-content .tox-form__group p:only-child {
  margin-bottom: 0;
  margin-top: 0;
}

.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
  text-align: center;
}

.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
  text-align: end;
}

.tox .tox-dialog--width-lg {
  height: 650px;
  max-width: 1200px;
}

.tox .tox-dialog--fullscreen {
  height: 100%;
  max-width: 100%;
}

.tox .tox-dialog--fullscreen .tox-dialog__body-content {
  max-height: 100%;
}

.tox .tox-dialog--width-md {
  max-width: 800px;
}

.tox .tox-dialog--width-md .tox-dialog__body-content {
  overflow: auto;
}

.tox .tox-dialog__body-content--centered {
  text-align: center;
}

.tox .tox-dialog__footer {
  align-items: center;
  background-color: #fff;
  border-top: none;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}

.tox .tox-dialog__footer-end,
.tox .tox-dialog__footer-start {
  display: flex;
}

.tox .tox-dialog__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.tox .tox-dialog__table {
  border-collapse: collapse;
  width: 100%;
}

.tox .tox-dialog__table thead th {
  font-weight: 700;
  padding-bottom: 8px;
}

.tox .tox-dialog__table thead th:first-child {
  padding-right: 8px;
}

.tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #626262;
}

.tox .tox-dialog__table tbody tr:last-child {
  border-bottom: none;
}

.tox .tox-dialog__table td {
  padding-bottom: 8px;
  padding-top: 8px;
}

.tox .tox-dialog__table td:first-child {
  padding-right: 8px;
}

.tox .tox-dialog__iframe {
  min-height: 200px;
}

.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
  background: #fff;
}

.tox .tox-navobj-bordered {
  position: relative;
}

.tox .tox-navobj-bordered::before {
  border: 1px solid #eee;
  border-radius: 6px;
  content: "";
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.tox .tox-navobj-bordered iframe {
  border-radius: 6px;
}

.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: 0;
}

.tox .tox-dialog__popups {
  position: absolute;
  width: 100%;
  z-index: 1100;
}

.tox .tox-dialog__body-iframe {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tox .tox-dialog__body-iframe .tox-navobj {
  display: flex;
  flex: 1;
}

.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}

.tox .tox-dialog-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}

.tox .tox-dialog-dock-fadein {
  opacity: 1;
  visibility: visible;
}

.tox .tox-dialog-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
  transition-delay: 0s;
}

@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
    margin-left: 8px;
  }
}
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > *,
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > * {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-dialog__body {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
    margin-right: 8px;
  }
}
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > *,
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > * {
  margin-right: 8px;
}

body.tox-dialog__disable-scroll {
  overflow: hidden;
}

.tox .tox-dropzone-container {
  display: flex;
  flex: 1;
}

.tox .tox-dropzone {
  align-items: center;
  background: #fff;
  border: 2px dashed #eee;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}

.tox .tox-dropzone p {
  color: rgba(34, 47, 62, 0.7);
  margin: 0 0 16px 0;
}

.tox .tox-edit-area {
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.tox .tox-edit-area::before {
  border: 2px solid #006ce7;
  border-radius: 4px;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.15s;
  z-index: 1;
}

@media (forced-colors: active) {
  .tox .tox-edit-area::before {
    border: 2px solid highlight;
  }
}
.tox .tox-edit-area__iframe {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}

.tox.tox-edit-focus .tox-edit-area::before {
  opacity: 1;
}

.tox.tox-inline-edit-area {
  border: 1px dotted #eee;
}

.tox .tox-editor-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}

.tox .tox-editor-header {
  display: grid;
  grid-template-columns: 1fr min-content;
  z-index: 2;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  background-color: #fff;
  border-bottom: none;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.1), 0 8px 8px -4px rgba(34, 47, 62, 0.07);
  padding: 4px 0;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) {
  transition: box-shadow 0.5s;
}

.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header {
  border-top: 1px solid #e3e3e3;
  box-shadow: none;
}

.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header {
  background-color: #fff;
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
  padding: 4px 0;
}

.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header {
  box-shadow: 0 2px 2px -2px rgba(34, 47, 62, 0.2), 0 8px 8px -4px rgba(34, 47, 62, 0.15);
}

.tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty {
  background: 0 0;
  border: none;
  box-shadow: none;
  padding: 0;
}

.tox-editor-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}

.tox-editor-dock-fadein {
  opacity: 1;
  visibility: visible;
}

.tox-editor-dock-transition {
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}

.tox-editor-dock-transition.tox-editor-dock-fadein {
  transition-delay: 0s;
}

.tox .tox-control-wrap {
  flex: 1;
  position: relative;
}

.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,
.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,
.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
  display: none;
}

.tox .tox-control-wrap svg {
  display: block;
}

.tox .tox-control-wrap__status-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-control-wrap__status-icon-invalid svg {
  fill: #c00;
}

.tox .tox-control-wrap__status-icon-unknown svg {
  fill: orange;
}

.tox .tox-control-wrap__status-icon-valid svg {
  fill: green;
}

.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
  padding-right: 32px;
}

.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
  right: 4px;
}

.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
  padding-left: 32px;
}

.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
  left: 4px;
}

.tox .tox-custom-preview {
  border-color: #eee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  flex: 1;
  padding: 8px;
}

.tox .tox-autocompleter {
  max-width: 25em;
}

.tox .tox-autocompleter .tox-menu {
  box-sizing: border-box;
  max-width: 25em;
}

.tox .tox-autocompleter .tox-autocompleter-highlight {
  font-weight: 700;
}

.tox .tox-color-input {
  display: flex;
  position: relative;
  z-index: 1;
}

.tox .tox-color-input .tox-textfield {
  z-index: -1;
}

.tox .tox-color-input span {
  border-color: rgb(34, 47, 7.905);
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  top: 6px;
  width: 24px;
}

@media (forced-colors: active) {
  .tox .tox-color-input span {
    border-color: currentColor;
    border-width: 2px !important;
    forced-color-adjust: none;
  }
}
.tox .tox-color-input span:focus:not([aria-disabled=true]),
.tox .tox-color-input span:hover:not([aria-disabled=true]) {
  border-color: #006ce7;
  cursor: pointer;
}

.tox .tox-color-input span::before {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
  border: 1px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  content: "";
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: -1;
}

@media (forced-colors: active) {
  .tox .tox-color-input span::before {
    border: none;
  }
}
.tox .tox-color-input span[aria-disabled=true] {
  cursor: not-allowed;
}

.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
  padding-left: 36px;
}

.tox:not([dir=rtl]) .tox-color-input span {
  left: 6px;
}

.tox[dir=rtl] .tox-color-input .tox-textfield {
  padding-right: 36px;
}

.tox[dir=rtl] .tox-color-input span {
  right: 6px;
}

.tox .tox-label,
.tox .tox-toolbar-label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 8px 0 0;
  text-transform: none;
  white-space: nowrap;
}

.tox .tox-toolbar-label {
  padding: 0 8px;
}

.tox[dir=rtl] .tox-label {
  padding: 0 0 0 8px;
}

.tox .tox-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
}

.tox .tox-form-group--maximize {
  flex: 1;
}

.tox .tox-form__group--error {
  color: #c00;
}

.tox .tox-form__group--collection {
  display: flex;
}

.tox .tox-form__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tox .tox-form__grid--2col > .tox-form__group {
  width: calc(50% - 4px);
}

.tox .tox-form__grid--3col > .tox-form__group {
  width: calc(33.3333333333% - 4px);
}

.tox .tox-form__grid--4col > .tox-form__group {
  width: calc(25% - 4px);
}

.tox .tox-form__controls-h-stack {
  align-items: center;
  display: flex;
}

.tox .tox-form__group--inline {
  align-items: center;
  display: flex;
}

.tox .tox-form__group--stretched {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.tox .tox-form__group--stretched .tox-textarea {
  flex: 1;
}

.tox .tox-form__group--stretched .tox-navobj {
  display: flex;
  flex: 1;
}

.tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
  flex: 1;
  height: 100%;
}

.tox:not([dir=rtl]) .tox-form__controls-h-stack > :not(:first-child) {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-form__controls-h-stack > :not(:first-child) {
  margin-right: 4px;
}

.tox .tox-lock.tox-locked .tox-lock-icon__unlock,
.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
  display: none;
}

.tox .tox-context-form__group .tox-button--icon.tox-lock-context-form-size-input {
  margin-left: 8px;
  margin-right: 8px;
}

.tox .tox-listboxfield .tox-listbox--select,
.tox .tox-textarea,
.tox .tox-textarea-wrap .tox-textarea:focus,
.tox .tox-textfield,
.tox .tox-toolbar-textfield {
  appearance: none;
  background-color: #fff;
  border-color: #eee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: 0;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}

.tox .tox-textarea[disabled],
.tox .tox-textfield[disabled],
.tox .tox-toolbar-textfield[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-custom-editor:focus-within,
.tox .tox-focusable-wrapper:focus,
.tox .tox-listboxfield .tox-listbox--select:focus,
.tox .tox-textarea-wrap:focus-within,
.tox .tox-textarea:focus,
.tox .tox-textfield:focus,
.tox .tox-toolbar-textfield:focus {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: 0;
}

.tox .tox-toolbar-textfield {
  max-width: 250px;
  min-height: unset;
  height: 28px;
  margin: 5px 0 6px 0;
}

.tox .tox-naked-btn {
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: unset;
  color: #006ce7;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}

.tox .tox-naked-btn svg {
  display: block;
  fill: #222f3e;
}

.tox .tox-textfield-size {
  width: 80px;
}

.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-toolbar-textfield + * {
  margin-right: 4px;
}

.tox .tox-listboxfield {
  cursor: pointer;
  position: relative;
}

.tox .tox-listboxfield .tox-listbox--select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-listbox__select-label {
  cursor: default;
  flex: 1;
  margin: 0 4px;
}

.tox .tox-listbox__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}

.tox .tox-listbox__select-chevron svg {
  fill: #222f3e;
}

@media (forced-colors: active) {
  .tox .tox-listbox__select-chevron svg {
    fill: currentColor !important;
  }
}
.tox .tox-listboxfield .tox-listbox--select {
  align-items: center;
  display: flex;
}

.tox:not([dir=rtl]) .tox-listboxfield svg {
  right: 8px;
}

.tox[dir=rtl] .tox-listboxfield svg {
  left: 8px;
}

.tox .tox-selectfield {
  cursor: pointer;
  position: relative;
}

.tox .tox-selectfield select {
  appearance: none;
  background-color: #fff;
  border-color: #eee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: 0;
  padding: 5px 5.5px;
  resize: none;
  width: 100%;
}

.tox .tox-selectfield select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-selectfield select::-ms-expand {
  display: none;
}

.tox .tox-selectfield select:focus {
  background-color: #fff;
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
  outline: 0;
}

.tox .tox-selectfield svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-selectfield select option:checked {
  background-color: revert;
  color: revert;
}

.tox:not([dir=rtl]) .tox-selectfield select[size="0"],
.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
  padding-right: 24px;
}

.tox:not([dir=rtl]) .tox-selectfield svg {
  right: 8px;
}

.tox[dir=rtl] .tox-selectfield select[size="0"],
.tox[dir=rtl] .tox-selectfield select[size="1"] {
  padding-left: 24px;
}

.tox[dir=rtl] .tox-selectfield svg {
  left: 8px;
}

.tox .tox-textarea-wrap {
  border-color: #eee;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex: 1;
  overflow: hidden;
}

.tox .tox-textarea {
  appearance: textarea;
  white-space: pre-wrap;
}

.tox .tox-textarea-wrap .tox-textarea {
  border: none;
}

.tox .tox-textarea-wrap .tox-textarea:focus {
  border: none;
}

.tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}

.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}

.tox-shadowhost.tox-fullscreen,
.tox.tox-tinymce.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}

.tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}

.tox-fullscreen .tox.tox-tinymce-aux,
.tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}

.tox .tox-help__more-link {
  list-style: none;
  margin-top: 1em;
}

.tox .tox-imagepreview {
  background-color: #666;
  height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tox .tox-imagepreview.tox-imagepreview__loaded {
  overflow: auto;
}

.tox .tox-imagepreview__container {
  display: flex;
  left: 100vw;
  position: absolute;
  top: 100vw;
}

.tox .tox-imagepreview__image {
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}

.tox .tox-image-tools .tox-spacer {
  flex: 1;
}

.tox .tox-image-tools .tox-bar {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
}

.tox .tox-image-tools .tox-imagepreview,
.tox .tox-image-tools .tox-imagepreview + .tox-bar {
  margin-top: 8px;
}

.tox .tox-image-tools .tox-croprect-block {
  background: #000;
  opacity: 0.5;
  position: absolute;
  zoom: 1;
}

.tox .tox-image-tools .tox-croprect-handle {
  border: 2px solid #fff;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.tox .tox-image-tools .tox-croprect-handle-move {
  border: 0;
  cursor: move;
  position: absolute;
}

.tox .tox-image-tools .tox-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  cursor: nw-resize;
  left: 100px;
  margin: -2px 0 0 -2px;
  top: 100px;
}

.tox .tox-image-tools .tox-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  cursor: ne-resize;
  left: 200px;
  margin: -2px 0 0 -20px;
  top: 100px;
}

.tox .tox-image-tools .tox-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  cursor: sw-resize;
  left: 100px;
  margin: -20px 2px 0 -2px;
  top: 200px;
}

.tox .tox-image-tools .tox-croprect-handle-se {
  border-width: 0 2px 2px 0;
  cursor: se-resize;
  left: 200px;
  margin: -20px 0 0 -20px;
  top: 200px;
}

.tox .tox-image-selector-loading-spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tox .tox-image-selector-loading-spinner {
  position: absolute;
  width: min(24px, 30%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 3px solid #006ce7;
  border-bottom-color: transparent;
  animation: tox-rotation 1s linear infinite;
}

.tox .tox-toolbar .tox-image-selector,
.tox .tox-toolbar__overflow .tox-image-selector,
.tox .tox-toolbar__primary .tox-image-selector {
  margin: 5px 0 6px 11px;
}

.tox .tox-image-selector-menu {
  border: 0;
  border-radius: 3px;
  margin: -4px -4px;
  padding: 4px;
}

.tox .tox-image-selector-menu .tox-collection--list .tox-collection__group {
  border: 0;
  padding: 0;
  margin: -4px -4px;
}

.tox .tox-image-selector-menu .tox-collection__item {
  max-width: 48px;
}

.tox .tox-image-selector-menu .tox-collection__item-icon {
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 4px;
  width: 100%;
}

.tox .tox-image-selector-menu .tox-collection__item-icon svg path {
  stroke: #c00;
}

.tox .tox-image-selector__row {
  display: flex;
}

.tox .tox-image-selector--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tox .tox-image-selector--remove svg path {
  stroke: #c00;
}

.tox .tox-image-selector-image-wrapper {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tox .tox-image-selector-image-img {
  max-width: 100%;
  max-height: 100%;
}

.tox .tox-image-selector__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: 0;
  padding: 0;
  width: 30px;
}

.tox .tox-image-selector__picker-btn svg {
  fill: #222f3e;
  height: 24px;
  width: 24px;
}

.tox .tox-image-selector__picker-btn:hover {
  background: #f0f0f0;
}

.tox .tox-insert-table-picker {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}

.tox .tox-insert-table-picker > div {
  border-color: #eee;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
}

.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
  margin: -4px -4px;
}

.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: #006ce7;
  border-color: #eee;
}

@media (forced-colors: active) {
  .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
    border-color: Highlight;
    filter: contrast(50%);
  }
}
.tox .tox-insert-table-picker__label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
}

.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
  border-right: 0;
}

.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
  border-right: 0;
}

.tox-mentions__card-common {
  z-index: 1200;
}

.tox.tox-mentions__card {
  background: #fff;
  border: 1px solid #eee;
  display: flex;
  padding: 4px 8px;
}

.tox.tox-mentions__card .tox-mentions__container {
  display: flex;
  flex-direction: column;
  align-self: center;
  margin: 0 4px;
}

.tox .tox-mentions__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 4px;
}

.tox .tox-mentions__username {
  font-size: 14px;
  line-height: 21px;
}

.tox .tox-mentions__description {
  font-size: 12px;
  line-height: 21px;
  color: rgba(34, 47, 62, 0.7);
}

.tox .tox-collection__item--active .tox-mentions__description {
  color: inherit;
}

.tox .tox-menu {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  z-index: 1150;
  top: -400px;
  max-height: 151px !important;
}

.tox .tox-menu.tox-collection.tox-collection--list {
  padding: 0 4px;
}

.tox .tox-menu.tox-collection.tox-collection--toolbar {
  padding: 8px;
}

.tox .tox-menu.tox-collection.tox-collection--grid {
  padding: 8px;
}

@media only screen and (min-width: 768px) {
  .tox .tox-menu .tox-collection__item-label {
    overflow-wrap: break-word;
    word-break: normal;
  }
  .tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
    word-break: break-all;
  }
}
.tox .tox-menu__label blockquote,
.tox .tox-menu__label code,
.tox .tox-menu__label h1,
.tox .tox-menu__label h2,
.tox .tox-menu__label h3,
.tox .tox-menu__label h4,
.tox .tox-menu__label h5,
.tox .tox-menu__label h6,
.tox .tox-menu__label p {
  margin: 0;
}

.tox .tox-menubar {
  background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  grid-column: 1/-1;
  grid-row: 1;
  padding: 0 11px 0 12px;
}

.tox .tox-promotion + .tox-menubar {
  grid-column: 1;
}

.tox .tox-promotion {
  background: repeating-linear-gradient(transparent 0 1px, transparent 1px 39px) center top 39px/100% calc(100% - 39px) no-repeat;
  background-color: #fff;
  grid-column: 2;
  grid-row: 1;
  padding-inline-end: 8px;
  padding-inline-start: 4px;
  padding-top: 5px;
}

.tox .tox-promotion-link {
  align-items: unsafe center;
  background-color: #e8f1f8;
  border-radius: 5px;
  color: #086be6;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 26.6px;
  padding: 4px 8px;
  white-space: nowrap;
}

.tox .tox-promotion-link:hover {
  background-color: #b4d7ff;
}

.tox .tox-promotion-link:focus {
  background-color: #d9edf7;
}

.tox .tox-mbtn {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  margin: 5px 1px 6px 0;
  outline: 0;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}

.tox .tox-mbtn[disabled] {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-mbtn:focus:not(:disabled) {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: #222f3e;
  position: relative;
  z-index: 1;
}

.tox .tox-mbtn:focus:not(:disabled)::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-mbtn:focus:not(:disabled)::after {
    border: 2px solid highlight;
  }
}
.tox .tox-mbtn--active,
.tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn__select-label {
  cursor: default;
  font-weight: 400;
  margin: 0 4px;
}

.tox .tox-mbtn[disabled] .tox-mbtn__select-label {
  cursor: not-allowed;
}

.tox .tox-mbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  display: none;
}

.tox .tox-notification {
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  display: grid;
  font-size: 14px;
  font-weight: 400;
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  opacity: 0;
  padding: 4px;
  transition: transform 0.1s ease-in, opacity 150ms ease-in;
  width: max-content;
}

.tox .tox-notification a {
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification p {
  font-size: 14px;
  font-weight: 400;
}

.tox .tox-notification:focus {
  border-color: #006ce7;
  box-shadow: 0 0 0 1px #006ce7;
}

.tox .tox-notification--in {
  opacity: 1;
}

.tox .tox-notification--success {
  background-color: #e4eeda;
  border-color: #d7e6c8;
  color: #222f3e;
}

.tox .tox-notification--success p {
  color: #222f3e;
}

.tox .tox-notification--success a {
  color: #517342;
}

.tox .tox-notification--success a:focus,
.tox .tox-notification--success a:hover {
  color: #24321d;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--success a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #517342;
  outline-offset: 2px;
}

.tox .tox-notification--success a:active {
  color: #0d120a;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--success svg {
  fill: #222f3e;
}

.tox .tox-notification--error {
  background-color: #f5cccc;
  border-color: #f0b3b3;
  color: #222f3e;
}

.tox .tox-notification--error p {
  color: #222f3e;
}

.tox .tox-notification--error a {
  color: #77181f;
}

.tox .tox-notification--error a:focus,
.tox .tox-notification--error a:hover {
  color: #220709;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--error a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #77181f;
  outline-offset: 2px;
}

.tox .tox-notification--error a:active {
  color: #000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--error svg {
  fill: #222f3e;
}

.tox .tox-notification--warn,
.tox .tox-notification--warning {
  background-color: #fff5cc;
  border-color: #fff0b3;
  color: #222f3e;
}

.tox .tox-notification--warn p,
.tox .tox-notification--warning p {
  color: #222f3e;
}

.tox .tox-notification--warn a,
.tox .tox-notification--warning a {
  color: #7a6e25;
}

.tox .tox-notification--warn a:focus,
.tox .tox-notification--warn a:hover,
.tox .tox-notification--warning a:focus,
.tox .tox-notification--warning a:hover {
  color: #2c280d;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--warn a:focus-visible,
.tox .tox-notification--warning a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #7a6e25;
  outline-offset: 2px;
}

.tox .tox-notification--warn a:active,
.tox .tox-notification--warning a:active {
  color: #050502;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--warn svg,
.tox .tox-notification--warning svg {
  fill: #222f3e;
}

.tox .tox-notification--info {
  background-color: #d6e7fb;
  border-color: #c1dbf9;
  color: #222f3e;
}

.tox .tox-notification--info p {
  color: #222f3e;
}

.tox .tox-notification--info a {
  color: #2a64a6;
}

.tox .tox-notification--info a:focus,
.tox .tox-notification--info a:hover {
  color: #163355;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--info a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #2a64a6;
  outline-offset: 2px;
}

.tox .tox-notification--info a:active {
  color: #0b1a2c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--info svg {
  fill: #222f3e;
}

.tox .tox-notification__body {
  align-self: center;
  color: #222f3e;
  font-size: 14px;
  grid-column-end: 3;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-row-start: 1;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}

.tox .tox-notification__body > * {
  margin: 0;
}

.tox .tox-notification__body > * + * {
  margin-top: 1rem;
}

.tox .tox-notification__icon {
  align-self: center;
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}

.tox .tox-notification__icon svg {
  display: block;
}

.tox .tox-notification__dismiss {
  align-self: start;
  grid-column-end: 4;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-row-start: 1;
  justify-self: end;
}

.tox .tox-notification .tox-progress-bar {
  grid-column-end: 4;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-row-start: 2;
  justify-self: center;
}

.tox .tox-notification-container-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}

.tox .tox-notification-container-dock-fadein {
  opacity: 1;
  visibility: visible;
}

.tox .tox-notification-container-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein {
  transition-delay: 0s;
}

.tox .tox-onboarding-overlay {
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: auto;
  display: grid;
  justify-content: center;
  align-items: center;
}

.tox .tox-onboarding-dialog {
  max-width: 512px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  border-radius: 12px;
  margin: 8px;
}

.tox .tox-onboarding-dialog .tox-onboarding-header {
  color: #222f3e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin: 24px 0 8px;
}

.tox .tox-onboarding-dialog .tox-onboarding-step {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  align-items: center;
  margin: 0 24px;
}

.tox .tox-onboarding-dialog .tox-onboarding-step:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.tox .tox-onboarding-dialog .tox-onboarding-step--number {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #00ad0e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #00ad0e;
}

.tox .tox-onboarding-dialog .tox-onboarding-step--body {
  padding: 24px 0 24px 16px;
}

.tox .tox-onboarding-dialog .tox-onboarding-step--body-header {
  color: #222f3e;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.tox .tox-onboarding-dialog .tox-onboarding-step--body-details {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
}

.tox .tox-onboarding-dialog .tox-onboarding-step--action {
  padding-left: 24px;
}

.tox .tox-onboarding-dialog .tox-onboarding-footer {
  background-color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.tox .tox-onboarding-dialog .tox-onboarding-footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  color: rgba(34, 47, 62, 0.7);
}

.tox .tox-onboarding-dialog svg {
  width: 24px;
  fill: rgba(34, 47, 62, 0.7);
}

.tox .tox-promotion-dialog .tox-promotion-dialog-plugin {
  display: grid;
  align-items: center;
  grid-template-columns: min-content 1fr min-content;
  border-bottom: 1px solid #e3e3e3;
  padding: 24px 0;
  margin: 0 16px;
}

.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body {
  margin: 0 16px;
}

.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body .tox-promotion-dialog-plugin-header {
  color: #222f3e;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body .tox-promotion-dialog-plugin-details {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
}

.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--icon {
  display: grid;
  place-content: center;
  width: 56px;
  height: 56px;
  line-height: 24px;
  font-size: 24px;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff 24%, #f0f0f0 100%);
  box-shadow: 0 1px 1px 0 rgba(34, 47, 62, 0.0705882353), 0 3px 6px 0 rgba(34, 47, 62, 0.0235294118);
  color: #006ce7;
}

.tox .tox-promotion-dialog--subtitle {
  margin: 16px;
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
}

.tox .tox-promotion-dialog--explore {
  text-align: center;
  margin: 16px;
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
}

.tox .tox-promotion-dialog--explore a {
  color: #006ce7;
}

.tox .tox-promotion-dialog--footer {
  background-color: #f0f0f0;
  color: rgba(34, 47, 62, 0.7);
  font-size: 12px;
  text-align: center;
  padding: 16px;
}

.tox .tox-promotion-button {
  display: flex;
  align-items: center;
  height: 26.6px;
  line-height: 26.6px;
  font-size: 14px;
  font-weight: 700;
  background-color: #f1ebf9;
  color: #851aff;
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 5px;
}

.tox .tox-promotion-button:focus {
  outline: 1px solid #851aff;
}

.tox .tox-onboarding-dialog a,
.tox .tox-promotion-dialog--footer a {
  color: rgba(34, 47, 62, 0.7);
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-onboarding-dialog a:focus,
.tox .tox-onboarding-dialog a:hover,
.tox .tox-promotion-dialog--footer a:focus,
.tox .tox-promotion-dialog--footer a:hover {
  color: #071729;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-onboarding-dialog a:focus-visible,
.tox .tox-promotion-dialog--footer a:focus-visible {
  border-radius: 1px;
  outline: 2px solid #144782;
  outline-offset: 2px;
}

.tox .tox-onboarding-dialog a:active,
.tox .tox-promotion-dialog--footer a:active {
  color: #000;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-pop {
  display: inline-block;
  position: relative;
}

.tox .tox-pop--resizing {
  transition: width 0.1s ease;
}

.tox .tox-pop--resizing .tox-toolbar,
.tox .tox-pop--resizing .tox-toolbar__group {
  flex-wrap: nowrap;
}

.tox .tox-pop--transition {
  transition: 0.15s ease;
  transition-property: left, right, top, bottom;
}

.tox .tox-pop--transition::after,
.tox .tox-pop--transition::before {
  transition: all 0.15s, visibility 0s, opacity 75ms ease 75ms;
}

.tox .tox-pop__dialog {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  min-width: 0;
  overflow: hidden;
}

.tox .tox-pop__dialog > :not(.tox-toolbar) {
  margin: 4px 4px 4px 8px;
}

.tox .tox-pop__dialog .tox-toolbar {
  background-color: transparent;
  margin-bottom: -1px;
}

.tox .tox-pop::after,
.tox .tox-pop::before {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  width: 0;
}

@media (forced-colors: active) {
  .tox .tox-pop::after,
  .tox .tox-pop::before {
    content: none;
  }
}
.tox .tox-pop.tox-pop--inset::after,
.tox .tox-pop.tox-pop--inset::before {
  opacity: 0;
  transition: all 0s 0.15s, visibility 0s, opacity 75ms ease;
}

.tox .tox-pop.tox-pop--bottom::after,
.tox .tox-pop.tox-pop--bottom::before {
  left: 50%;
  top: 100%;
}

.tox .tox-pop.tox-pop--bottom::after {
  border-color: #fff transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -1px;
}

.tox .tox-pop.tox-pop--bottom::before {
  border-color: #eee transparent transparent transparent;
  border-width: 9px;
  margin-left: -9px;
}

.tox .tox-pop.tox-pop--top::after,
.tox .tox-pop.tox-pop--top::before {
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}

.tox .tox-pop.tox-pop--top::after {
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 1px;
}

.tox .tox-pop.tox-pop--top::before {
  border-color: transparent transparent #eee transparent;
  border-width: 9px;
  margin-left: -9px;
}

.tox .tox-pop.tox-pop--left::after,
.tox .tox-pop.tox-pop--left::before {
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--left::after {
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
  margin-left: -15px;
}

.tox .tox-pop.tox-pop--left::before {
  border-color: transparent #eee transparent transparent;
  border-width: 10px;
  margin-left: -19px;
}

.tox .tox-pop.tox-pop--right::after,
.tox .tox-pop.tox-pop--right::before {
  left: 100%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--right::after {
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  margin-left: -1px;
}

.tox .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent #eee;
  border-width: 10px;
  margin-left: -1px;
}

.tox .tox-pop.tox-pop--align-left::after,
.tox .tox-pop.tox-pop--align-left::before {
  left: 20px;
}

.tox .tox-pop.tox-pop--align-right::after,
.tox .tox-pop.tox-pop--align-right::before {
  left: calc(100% - 20px);
}

.tox .tox-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  min-height: 0;
}

.tox .tox-sidebar {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.tox .tox-sidebar__slider {
  display: flex;
  overflow: hidden;
}

.tox .tox-sidebar__pane-container {
  display: flex;
}

.tox .tox-sidebar__pane {
  display: flex;
}

.tox .tox-sidebar--sliding-closed {
  opacity: 0;
}

.tox .tox-sidebar--sliding-open {
  opacity: 1;
}

.tox .tox-sidebar--sliding-growing,
.tox .tox-sidebar--sliding-shrinking {
  transition: width 0.5s ease, opacity 0.5s ease;
}

.tox .tox-selector {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}

.tox.tox-platform-touch .tox-selector {
  height: 12px;
  width: 12px;
}

.tox .tox-slider {
  align-items: center;
  display: flex;
  flex: 1;
  height: 24px;
  justify-content: center;
  position: relative;
}

.tox .tox-slider__rail {
  background-color: transparent;
  border: 1px solid #eee;
  border-radius: 6px;
  height: 10px;
  min-width: 120px;
  width: 100%;
}

.tox .tox-slider__handle {
  background-color: #006ce7;
  border: 2px solid #0054b4;
  border-radius: 6px;
  box-shadow: none;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
}

.tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
  margin-inline-start: 8px;
}

.tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
  margin-inline-start: 32px;
}

.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
  margin-inline-start: 32px;
}

.tox .tox-toolbar-slider {
  align-items: center;
  display: inline-flex;
  height: 16px;
}

.tox .tox-toolbar-slider__input {
  appearance: none;
  background: #eee;
  border-radius: 16px;
  width: 130px;
  height: 2px;
}

.tox .tox-toolbar-slider__input::-webkit-slider-runnable-track {
  background-color: transparent;
  height: 16px;
}

.tox .tox-toolbar-slider__input::-moz-range-track {
  background-color: transparent;
  height: 16px;
}

.tox .tox-toolbar-slider__input::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-color: #006ce7;
  border-radius: 16px;
  border: none;
  height: 16px;
  width: 16px;
}

.tox .tox-toolbar-slider__input::-moz-range-thumb {
  appearance: none;
  background-color: #006ce7;
  border-radius: 16px;
  border: none;
  height: 16px;
  width: 16px;
}

.tox .tox-toolbar-slider__input:focus-visible {
  outline: 0;
}

.tox .tox-toolbar-slider__input:focus::-webkit-slider-thumb {
  background-color: #0060ce;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
}

.tox .tox-toolbar-slider__input:focus::-moz-range-thumb {
  background-color: #0060ce;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
}

.tox .tox-toolbar-slider__input:hover::-webkit-slider-thumb {
  background-color: #0060ce;
}

.tox .tox-toolbar-slider__input:hover::-moz-range-thumb {
  background-color: #0060ce;
}

.tox .tox-toolbar-slider__input:active::-webkit-slider-thumb {
  background-color: #0054b4;
}

.tox .tox-toolbar-slider__input:active::-moz-range-thumb {
  background-color: #0054b4;
}

.tox .tox-toolbar-slider__input[disabled]::-webkit-slider-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}

.tox .tox-toolbar-slider__input[disabled]::-moz-range-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}

.tox .tox-source-code {
  overflow: auto;
}

.tox .tox-spinner {
  display: flex;
}

.tox .tox-spinner > div {
  animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
  background-color: rgba(34, 47, 62, 0.7);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}

.tox .tox-spinner > div:first-child {
  animation-delay: -0.32s;
}

.tox .tox-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes tam-bouncing-dots {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
  margin-right: 4px;
}

.tox .tox-statusbar {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #e3e3e3;
  color: rgba(34, 47, 62, 0.7);
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 400;
  height: 25px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-transform: none;
}

.tox .tox-statusbar__path {
  display: flex;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tox .tox-statusbar__right-container {
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
}

.tox .tox-statusbar__help-text {
  text-align: center;
}

.tox .tox-statusbar__text-container {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  height: 16px;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path,
  .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container {
    flex: 0 0 33.3333333333%;
  }
}
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
  justify-content: flex-end;
}

.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
  justify-content: flex-start;
}

.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
  justify-content: space-around;
}

.tox .tox-statusbar__path > * {
  display: inline;
  white-space: nowrap;
}

.tox .tox-statusbar__wordcount {
  flex: 0 0 auto;
  margin-left: 1ch;
}

@media only screen and (max-width: 767px) {
  .tox .tox-statusbar__text-container .tox-statusbar__help-text {
    display: none;
  }
  .tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
    display: block;
  }
}
.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
  color: rgba(34, 47, 62, 0.7);
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.tox-statusbar__path .tox-statusbar__path-item, .tox-statusbar__path .tox-statusbar__path-divider {
  display: none !important;
}

.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]) {
  color: #222f3e;
  cursor: pointer;
}

.tox .tox-statusbar a:focus-visible::after,
.tox .tox-statusbar__path-item:focus-visible::after,
.tox .tox-statusbar__wordcount:focus-visible::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-statusbar a:focus-visible::after,
  .tox .tox-statusbar__path-item:focus-visible::after,
  .tox .tox-statusbar__wordcount:focus-visible::after {
    border: 2px solid highlight;
  }
}
.tox .tox-statusbar__branding svg {
  fill: rgba(34, 47, 62, 0.8);
  height: 1em;
  margin-left: 0.3em;
  width: auto;
}

@media (forced-colors: active) {
  .tox .tox-statusbar__branding svg {
    fill: currentColor;
  }
}
.tox .tox-statusbar__branding a {
  align-items: center;
  display: inline-flex;
}

.tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled=true]) svg,
.tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled=true]) svg {
  fill: #222f3e;
}

.tox .tox-statusbar__resize-cursor-default {
  cursor: ns-resize;
}

.tox .tox-statusbar__resize-cursor-both {
  cursor: nwse-resize;
}

.tox .tox-statusbar__resize-handle {
  align-items: flex-end;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-bottom: 3px;
  margin-left: 4px;
  margin-right: -5px;
  margin-top: 3px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.tox .tox-statusbar__resize-handle svg {
  display: block;
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-statusbar__resize-handle:focus svg,
.tox .tox-statusbar__resize-handle:hover svg {
  fill: #222f3e;
}

.tox .tox-statusbar__resize-handle:focus-visible {
  background-color: transparent;
  border-radius: 1px 1px 5px 1px;
  box-shadow: 0 0 0 2px transparent;
}

.tox .tox-statusbar__resize-handle:focus-visible::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-statusbar__resize-handle:focus-visible::after {
    border: 2px solid highlight;
  }
}
.tox .tox-statusbar__resize-handle:only-child {
  margin-left: auto;
}

.tox:not([dir=rtl]) .tox-statusbar__path > * {
  margin-right: 4px;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
  margin-left: 2ch;
}

.tox[dir=rtl] .tox-statusbar {
  flex-direction: row-reverse;
}

.tox[dir=rtl] .tox-statusbar__path > * {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-statusbar__branding svg {
  margin-left: 0;
  margin-right: 0.3em;
}

.tox .tox-throbber {
  z-index: 1299;
}

.tox .tox-throbber__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tox .tox-tbtn {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 28px;
  justify-content: center;
  margin: 6px 1px 5px 0;
  outline: 0;
  padding: 0;
  text-transform: none;
  width: 34px;
}

@media (forced-colors: active) {
  .tox .tox-tbtn.tox-tbtn:hover,
  .tox .tox-tbtn:hover {
    outline: 1px dashed currentColor;
  }
  .tox .tox-tbtn.tox-tbtn--active,
  .tox .tox-tbtn.tox-tbtn--enabled,
  .tox .tox-tbtn.tox-tbtn--enabled:focus,
  .tox .tox-tbtn.tox-tbtn--enabled:hover,
  .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
    outline: 1px solid currentColor;
    position: relative;
  }
}
.tox .tox-tbtn svg {
  display: block;
  fill: #222f3e;
}

@media (forced-colors: active) {
  .tox .tox-tbtn svg {
    fill: currentColor !important;
  }
  .tox .tox-tbtn svg.tox-tbtn--enabled,
  .tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled) {
    fill: currentColor !important;
  }
  .tox .tox-tbtn svg .tox-tbtn:disabled,
  .tox .tox-tbtn svg .tox-tbtn:disabled:hover,
  .tox .tox-tbtn svg.tox-tbtn--disabled,
  .tox .tox-tbtn svg.tox-tbtn--disabled:hover {
    filter: contrast(0%);
  }
}
.tox .tox-tbtn.tox-tbtn-more {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}

.tox .tox-tbtn:focus {
  background: #fff;
  border: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.tox .tox-tbtn:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-tbtn:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-tbtn:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn:hover svg {
  fill: #222f3e;
}

.tox .tox-tbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn:active svg {
  fill: #222f3e;
}

.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--disabled,
.tox .tox-tbtn--disabled:hover,
.tox .tox-tbtn:disabled,
.tox .tox-tbtn:disabled:hover {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-tbtn--disabled svg,
.tox .tox-tbtn--disabled:hover svg,
.tox .tox-tbtn:disabled svg,
.tox .tox-tbtn:disabled:hover svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--active,
.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:focus,
.tox .tox-tbtn--enabled:hover {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
  position: relative;
}

.tox .tox-tbtn--active > *,
.tox .tox-tbtn--enabled:focus > *,
.tox .tox-tbtn--enabled:hover > *,
.tox .tox-tbtn--enabled > * {
  transform: none;
}

.tox .tox-tbtn--active svg,
.tox .tox-tbtn--enabled svg,
.tox .tox-tbtn--enabled:focus svg,
.tox .tox-tbtn--enabled:hover svg {
  fill: #222f3e;
}

.tox .tox-tbtn--active.tox-tbtn--disabled svg,
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
.tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg,
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--enabled:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-tbtn--enabled:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #222f3e;
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #222f3e;
}

.tox .tox-tbtn:active > * {
  transform: none;
}

.tox .tox-tbtn--md {
  height: 42px;
  width: 51px;
}

.tox .tox-tbtn--lg {
  flex-direction: column;
  height: 56px;
  width: 68px;
}

.tox .tox-tbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}

.tox .tox-tbtn--labeled {
  padding: 0 4px;
  width: unset;
}

.tox .tox-tbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}

.tox .tox-label--context-toolbar {
  margin: 6px 1px 5px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.tox .tox-number-input {
  background: #f7f7f7;
  border-radius: 3px;
  display: flex;
  margin: 6px 1px 5px 0;
  position: relative;
  width: auto;
}

.tox .tox-number-input:focus {
  background: #f7f7f7;
}

.tox .tox-number-input:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-number-input:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input .tox-input-wrapper {
  display: flex;
  pointer-events: none;
  position: relative;
  text-align: center;
}

.tox .tox-number-input .tox-input-wrapper:focus {
  background-color: #f7f7f7;
  z-index: 1;
}

.tox .tox-number-input .tox-input-wrapper:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-number-input .tox-input-wrapper:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-number-input .tox-input-wrapper:has(input:focus)::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input input {
  border-radius: 3px;
  color: #222f3e;
  font-size: 14px;
  margin: 2px 0;
  pointer-events: all;
  position: relative;
  width: 60px;
}

.tox .tox-number-input input:hover {
  background: #f0f0f0;
  color: #222f3e;
}

.tox .tox-number-input input:focus {
  background-color: #f7f7f7;
}

.tox .tox-number-input input:disabled {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-number-input button {
  color: #222f3e;
  height: 28px;
  position: relative;
  text-align: center;
  width: 24px;
}

@media (forced-colors: active) {
  .tox .tox-number-input button:active,
  .tox .tox-number-input button:focus,
  .tox .tox-number-input button:hover {
    outline: 1px solid currentColor !important;
  }
}
.tox .tox-number-input button svg {
  display: block;
  fill: #222f3e;
  margin: 0 auto;
  transform: scale(0.67);
}

@media (forced-colors: active) {
  .tox .tox-number-input button svg,
  .tox .tox-number-input button svg:active,
  .tox .tox-number-input button svg:hover {
    fill: currentColor !important;
  }
  .tox .tox-number-input button svg:disabled {
    filter: contrast(0);
  }
}
.tox .tox-number-input button:focus {
  background: #f7f7f7;
  z-index: 1;
}

.tox .tox-number-input button:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-number-input button:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-number-input button:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-number-input button:hover svg {
  fill: #222f3e;
}

.tox .tox-number-input button:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-number-input button:active svg {
  fill: #222f3e;
}

.tox .tox-number-input button:disabled {
  background: #fff;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-number-input button:disabled svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-number-input button.minus {
  border-radius: 3px 0 0 3px;
}

.tox .tox-number-input button.plus {
  border-radius: 0 3px 3px 0;
}

.tox .tox-number-input:focus:not(:active) > .tox-input-wrapper,
.tox .tox-number-input:focus:not(:active) > button {
  background: #f7f7f7;
}

.tox .tox-tbtn--select {
  margin: 6px 1px 5px 0;
  padding: 0 4px;
  width: auto;
}

.tox .tox-tbtn--bordered,
.tox .tox-tbtn--bordered:focus,
.tox .tox-tbtn--bordered:hover {
  border: 1px solid #eee;
}

.tox .tox-tbtn__select-label {
  cursor: default;
  font-weight: 400;
  height: initial;
  margin: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tox .tox-tbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}

.tox .tox-tbtn__select-chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}

@media (forced-colors: active) {
  .tox .tox-tbtn__select-chevron svg {
    fill: currentColor;
  }
}
.tox .tox-tbtn--bespoke {
  background: #f7f7f7;
}

.tox .tox-tbtn--bespoke:focus {
  background: #f7f7f7;
}

.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
  margin-inline-start: 4px;
}

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
}

.tox .tox-tbtn--disabled .tox-tbtn__select-label,
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
  cursor: not-allowed;
}

.tox .tox-split-button {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin: 6px 1px 5px 0;
}

.tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #f0f0f0 inset;
}

.tox .tox-split-button:focus {
  background: #fff;
  box-shadow: none;
  color: #222f3e;
  position: relative;
  z-index: 1;
}

.tox .tox-split-button:focus::after {
  pointer-events: none;
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (forced-colors: active) {
  .tox .tox-split-button:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-split-button > * {
  border-radius: 0;
}

.tox .tox-split-button > :first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tox .tox-split-button > :nth-child(2) {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tox .tox-split-button__chevron {
  width: 16px;
}

.tox .tox-split-button__chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}

@media (forced-colors: active) {
  .tox .tox-split-button__chevron svg {
    fill: currentColor;
  }
}
.tox .tox-split-button .tox-tbtn {
  margin: 0;
}

.tox .tox-split-button:focus .tox-tbtn {
  background-color: transparent;
}

.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
.tox .tox-split-button.tox-tbtn--disabled:focus,
.tox .tox-split-button.tox-tbtn--disabled:hover {
  background: #fff;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox.tox-platform-touch .tox-split-button .tox-tbtn--select {
  padding: 0 0;
}

.tox.tox-platform-touch .tox-split-button .tox-tbtn:not(.tox-tbtn--select):first-child {
  width: 30px;
}

.tox.tox-platform-touch .tox-split-button__chevron {
  width: 20px;
}

.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-highlight-bg-color__color,
.tox .tox-split-button.tox-tbtn--disabled svg .tox-icon-text-color__color {
  opacity: 0.3;
}

.tox .tox-toolbar-overlord {
  background-color: #fff;
}

.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
  background-attachment: local;
  background-color: #fff;
  background-image: repeating-linear-gradient(#e3e3e3 0 1px, transparent 1px 39px);
  background-position: center top 40px;
  background-repeat: no-repeat;
  background-size: calc(100% - 22px) calc(100% - 41px);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 0;
  transform: perspective(1px);
}

.tox .tox-toolbar-overlord > .tox-toolbar,
.tox .tox-toolbar-overlord > .tox-toolbar__overflow,
.tox .tox-toolbar-overlord > .tox-toolbar__primary {
  background-position: center top 0;
  background-size: calc(100% - 22px) calc(100% - 0px);
}

.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
}

.tox .tox-toolbar__overflow--growing {
  transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}

.tox .tox-toolbar__overflow--shrinking {
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}

.tox .tox-anchorbar,
.tox .tox-toolbar-overlord {
  grid-column: 1/-1;
}

.tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord {
  border-top: 1px solid transparent;
  margin-top: -1px;
  padding-bottom: 1px;
  padding-top: 1px;
}

@media (forced-colors: active) {
  .tox .tox-menubar + .tox-toolbar,
  .tox .tox-menubar + .tox-toolbar-overlord {
    outline: 1px solid currentColor;
  }
}
.tox .tox-toolbar--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.tox .tox-pop .tox-toolbar {
  border-width: 0;
}

.tox .tox-toolbar--no-divider {
  background-image: none;
}

.tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child,
.tox .tox-toolbar-overlord .tox-toolbar__primary {
  background-position: center top 39px;
}

.tox .tox-editor-header > .tox-toolbar--scrolling,
.tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child {
  background-image: none;
}

.tox .tox-focusable-wrapper {
  border: 1px solid transparent;
  margin-right: 2px;
  pointer-events: none;
}

.tox .tox-focusable-wrapper .tox-textfield-size {
  pointer-events: all;
}

.tox .tox-focusable-wrapper:focus {
  background-color: #f7f7f7;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
}

.tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #fff;
  background-position: center top 43px;
  background-size: calc(100% - 16px) calc(100% - 51px);
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 47, 62, 0.2), 0 4px 8px 0 rgba(34, 47, 62, 0.15);
  overscroll-behavior: none;
  padding: 4px 0;
}

.thankYouMessag .tox.tox-tinymce-aux .tox-toolbar__overflow {
  top: -960px !important;
}

@media (forced-colors: active) {
  .tox.tox-tinymce-aux .tox-toolbar__overflow {
    border: solid;
  }
}
.tox-pop .tox-pop__dialog .tox-toolbar {
  background-position: center top 43px;
  background-size: calc(100% - 22px) calc(100% - 51px);
  padding: 4px 0;
}

.tox-context-form__group {
  display: flex;
  align-items: center;
}

.tox .tox-toolbar__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 11px 0 12px;
}

.tox .tox-toolbar__group--pull-right {
  margin-left: auto;
}

.tox .tox-toolbar--scrolling .tox-toolbar__group {
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid transparent;
}

.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid transparent;
}

.tox .tox-tooltip {
  display: inline-block;
  max-width: 15em;
  padding: 8px;
  pointer-events: none;
  position: relative;
  width: max-content;
  z-index: 1150;
}

.tox .tox-tooltip__body {
  background-color: #222f3e;
  border-radius: 6px;
  box-shadow: none;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  overflow-wrap: break-word;
  padding: 4px 6px;
  text-transform: none;
}

@media (forced-colors: active) {
  .tox .tox-tooltip__body {
    outline: outset 1px;
  }
}
.tox .tox-tooltip__arrow {
  position: absolute;
}

.tox .tox-tooltip--down .tox-tooltip__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222f3e;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.tox .tox-tooltip--up .tox-tooltip__arrow {
  border-bottom: 8px solid #222f3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.tox .tox-tooltip--right .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222f3e;
  border-top: 8px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-tooltip--left .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222f3e;
  border-top: 8px solid transparent;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-tree {
  display: flex;
  flex-direction: column;
}

.tox .tox-tree .tox-trbtn {
  align-items: center;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 28px;
  margin-bottom: 4px;
  margin-top: 4px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  padding-left: 8px;
  text-transform: none;
}

.tox .tox-tree .tox-trbtn .tox-tree__label {
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tox .tox-tree .tox-trbtn svg {
  display: block;
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:focus {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
}

.tox .tox-tree .tox-trbtn:hover {
  background: #f0f0f0;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn:hover svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:active {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn:active svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn--disabled,
.tox .tox-tree .tox-trbtn--disabled:hover,
.tox .tox-tree .tox-trbtn:disabled,
.tox .tox-tree .tox-trbtn:disabled:hover {
  background: 0 0;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-tree .tox-trbtn--disabled svg,
.tox .tox-tree .tox-trbtn--disabled:hover svg,
.tox .tox-tree .tox-trbtn:disabled svg,
.tox .tox-tree .tox-trbtn:disabled:hover svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tree .tox-trbtn--enabled,
.tox .tox-tree .tox-trbtn--enabled:hover {
  background: #a6ccf7;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn--enabled:hover > *,
.tox .tox-tree .tox-trbtn--enabled > * {
  transform: none;
}

.tox .tox-tree .tox-trbtn--enabled svg,
.tox .tox-tree .tox-trbtn--enabled:hover svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
  color: #222f3e;
}

.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-trbtn:active > * {
  transform: none;
}

.tox .tox-tree .tox-trbtn--return {
  align-self: stretch;
  height: unset;
  width: 16px;
}

.tox .tox-tree .tox-trbtn--labeled {
  padding: 0 4px;
  width: unset;
}

.tox .tox-tree .tox-trbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}

.tox .tox-tree .tox-tree--directory {
  display: flex;
  flex-direction: column;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
  font-weight: 700;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn {
  margin-left: auto;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg {
  fill: transparent;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
  margin-right: 6px;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
  transition: transform 0.5s ease-in-out;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
  transform: rotate(90deg);
}

.tox .tox-tree .tox-tree--leaf__label {
  font-weight: 400;
}

.tox .tox-tree .tox-tree--leaf__label .tox-mbtn {
  margin-left: auto;
}

.tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg {
  fill: transparent;
}

.tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg,
.tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
  background-color: transparent;
  color: #222f3e;
}

.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #222f3e;
}

.tox .tox-tree .tox-icon-custom-state {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.tox .tox-tree .tox-tree--directory__children {
  overflow: hidden;
  padding-left: 16px;
}

.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing,
.tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking {
  transition: height 0.5s ease-in-out;
}

.tox .tox-tree .tox-trbtn.tox-tree--leaf__label {
  display: flex;
  justify-content: space-between;
}

.tox .tox-revisionhistory__pane {
  padding: 0 !important;
}

.tox .tox-revisionhistory__container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tox .tox-revisionhistory {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex: 1;
  height: 100%;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}

.tox .tox-revisionhistory--align-right {
  margin-left: auto;
}

.tox .tox-revisionhistory__iframe {
  flex: 1;
}

.tox .tox-revisionhistory__sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 248px;
  width: 316px;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  color: #222f3e;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 12px;
  z-index: 1;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions {
  background-color: #f0f0f0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 10px 12px;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus {
  height: 100%;
  position: relative;
  z-index: 1;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  top: 1px;
}

@media (forced-colors: active) {
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  color: #222f3e;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 12px;
  padding: 12px;
  width: 100%;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover {
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus {
  position: relative;
  z-index: 1;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 #006ce7;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #006ce7;
  box-shadow: 0 0 0 2px #006ce7 !important;
}

@media (forced-colors: active) {
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus::after {
    border: 2px solid highlight;
  }
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected {
  background-color: #fff5cc;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  position: relative;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
  border-radius: 3px;
  bottom: 0;
  box-shadow: 0 0 0 2px #006ce7 #e3b82a;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 6px;
  box-shadow: 0 0 0 2px #e3b82a;
}

@media (forced-colors: active) {
  .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected::after {
    border: 2px solid highlight;
  }
}
.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date-label {
  font-size: 16px;
  line-height: 24px;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author {
  align-items: center;
  display: flex;
  flex: 1 0 0;
  gap: 8px;
  height: 36px;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__avatar {
  border-radius: 50%;
  height: 36px;
  object-fit: cover;
  vertical-align: middle;
  width: 36px;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision {
  color: rgba(34, 47, 62, 0.7);
  font-size: 16px;
  line-height: 24px;
  padding: 5px 5.5px;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-check-icon {
  color: #222f3e;
  height: 24px;
}

[data-mce-name=uploadcare-enhance-filter] .color-swatch-remove-color path {
  fill: #c00;
  stroke: #c00;
}

.tox .tox-view-wrap,
.tox .tox-view-wrap__slot-container {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
}

.tox .tox-view {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}

.tox .tox-view__header {
  align-items: center;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 10px 10px 2px 10px;
  position: relative;
}

.tox .tox-view__label {
  color: #222f3e;
  font-weight: 700;
  line-height: 24px;
  padding: 4px 16px;
  text-align: center;
  white-space: nowrap;
}

.tox .tox-view__label--normal {
  font-size: 16px;
}

.tox .tox-view__label--large {
  font-size: 20px;
}

.tox .tox-view--mobile.tox-view__header,
.tox .tox-view--mobile.tox-view__toolbar {
  padding: 8px;
}

.tox .tox-view--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.tox .tox-view__toolbar {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: space-between;
  overflow-x: auto;
  padding: 10px 10px 2px 10px;
}

.tox .tox-view__toolbar__group {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.tox .tox-view__header-end,
.tox .tox-view__header-start {
  display: flex;
}

.tox .tox-view__pane {
  height: 100%;
  padding: 8px;
  position: relative;
  width: 100%;
}

.tox .tox-view__pane_panel {
  border: 1px solid #eee;
  border-radius: 6px;
}

.tox:not([dir=rtl]) .tox-view__header .tox-view__header-end > *,
.tox:not([dir=rtl]) .tox-view__header .tox-view__header-start > * {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-view__header .tox-view__header-end > *,
.tox[dir=rtl] .tox-view__header .tox-view__header-start > * {
  margin-right: 8px;
}

.tox .tox-well {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 8px;
  width: 100%;
}

.tox .tox-well > :first-child {
  margin-top: 0;
}

.tox .tox-well > :last-child {
  margin-bottom: 0;
}

.tox .tox-well > :only-child {
  margin: 0;
}

.tox .tox-custom-editor {
  border: 1px solid #eee;
  border-radius: 6px;
  display: flex;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.tox .tox-dialog-loading::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.tox .tox-tab {
  cursor: pointer;
}

.tox .tox-dialog__content-js {
  display: flex;
  flex: 1;
}

.tox .tox-dialog__body-content .tox-collection {
  display: flex;
  flex: 1;
}

body.tox-dialog__disable-scroll {
  overflow: hidden;
}

.tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}

.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}

.tox-shadowhost.tox-fullscreen,
.tox.tox-tinymce.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}

.tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}

.tox-fullscreen .tox.tox-tinymce-aux,
.tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(229, 0, 80);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

@font-face {
  font-family: "Fira Sans", sans-serif;
  src: url("../../../Content/fonts/firaRegular/FiraSans-Regular.eot");
  src: url("../../../Content/fonts/firaRegular/FiraSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../../Content/fonts/firaRegular/FiraSans-Regular.woff2") format("woff2"), url("../../../Content/fonts/firaRegular/FiraSans-Regular.woff") format("woff"), url("../../../Content/fonts/firaRegular/FiraSans-Regular.ttf") format("truetype"), url("../../../Content/fonts/firaRegular/FiraSans-Regular.svg#FiraSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI", sans-serif;
  src: url("../../../Content/fonts/segoe/SegoeUI.eot");
  src: url("../../../Content/fonts/segoe/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../../../Content/fonts/segoe/SegoeUI.woff2") format("woff2"), url("../../../Content/fonts/segoe/SegoeUI.woff") format("woff"), url("../../../Content/fonts/segoe/SegoeUI.ttf") format("truetype"), url("../../../Content/fonts/segoe/SegoeUI.svg#SegoeUI") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato", sans-serif;
  src: url("../../../Content/fonts/lato/Lato-Regular.eot");
  src: url("../../../Content/fonts/lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../../../Content/fonts/lato/Lato-Regular.woff2") format("woff2"), url("../../../Content/fonts/lato/Lato-Regular.woff") format("woff"), url("../../../Content/fonts/lato/Lato-Regular.ttf") format("truetype"), url("../../../Content/fonts/lato/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueW23forSKY-Reg";
  src: url("../../../Content/fonts/arabicFont/HelveticaNeueW23forSKY-Reg.eot");
  src: url("../../../Content/fonts/arabicFont/HelveticaNeueW23forSKY-Reg.eot?#iefix") format("embedded-opentype"), url("../../../Content/fonts/arabicFont/HelveticaNeueW23forSKY-Reg.svg#HelveticaNeueW23forSKY-Reg") format("svg"), url("../../../Content/fonts/arabicFont/HelveticaNeueW23forSKY-Reg.ttf") format("truetype"), url("../../../Content/fonts/arabicFont/HelveticaNeueW23forSKY-Reg.woff") format("woff"), url("../../../Content/fonts/arabicFont/HelveticaNeueW23forSKY-Reg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "countIcon";
  src: url("../../../Content/fonts/countIcon/icomoon.eot");
  src: url("../../../Content/fonts/countIcon/icomoon.eot?#iefix") format("embedded-opentype"), url("../../../Content/fonts/countIcon/icomoon.woff") format("woff"), url("../../../Content/fonts/countIcon/icomoon.ttf") format("truetype"), url("../../../Content/fonts/countIcon/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=count-], [class*=" count-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "countIcon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.count-infoIcon:before {
  content: "\e91e";
}

.count-png:before {
  content: "\e91f";
}

.count-play-button:before {
  content: "\e920";
}

.count-success:before {
  content: "\e91c";
}

.count-calendar-6:before {
  content: "\e91b";
}

.count-info-icon-svg:before {
  content: "\e91a";
}

.count-writing:before {
  content: "\e919";
}

.count-external_Link:before {
  content: "\ea3b";
}

.count-save-file-button:before {
  content: "\e918";
}

.count-global-symbol:before {
  content: "\e917";
}

.count-calendar1:before {
  content: "\e916";
}

.count-checkmark:before {
  content: "\ea10";
}

.count-export:before {
  content: "\e913";
}

.count-import:before {
  content: "\e914";
}

.count-copy:before {
  content: "\e915";
}

.count-drag-and-drop:before {
  content: "\e912";
}

.count-sort:before {
  content: "\e911";
}

.count-close:before {
  content: "\e90b";
}

.count-reassign:before {
  content: "\e90c";
}

.count-uploadarrow:before {
  content: "\e90d";
}

.count-filter:before {
  content: "\e90e";
}

.count-add:before {
  content: "\e90f";
}

.count-categories:before {
  content: "\e910";
}

.count-down-arrow-7:before {
  content: "\e909";
}

.count-shield:before {
  content: "\e90a";
}

.count-ic_keyboard_arrow_down_24px:before {
  content: "\e900";
}

.count-ic_personal_video_24px:before {
  content: "\e901";
}

.count-ic_search_24px:before {
  content: "\e902";
}

.count-ic_settings_24px:before {
  content: "\e903";
}

.count-calendar:before {
  content: "\e904";
}

.count-edit:before {
  content: "\e905";
}

.count-Group-182:before {
  content: "\e906";
}

.count-ic_content_paste_24px:before {
  content: "\e907";
}

.count-ic_dns_24px:before {
  content: "\e908";
}

.count-printer:before {
  content: "\e91d";
  color: #fff;
}

.call-center:before {
  content: url("../../../Content/Images/icons/phone-call.svg");
  transition: all 0.3s ease;
  font-size: 2rem;
  margin: 0 10px;
  padding-top: 6px;
}

@font-face {
  font-family: "icomoonNew";
  src: url("../../../Content/fonts/countIcon/icomoonNew.eot?4uoify");
  src: url("../../../Content/fonts/countIcon/icomoonNew.eot?4uoify#iefix") format("embedded-opentype"), url("../../../Content/fonts/countIcon/icomoonNew.ttf?4uoify") format("truetype"), url("../../../Content/fonts/countIcon/icomoonNew.woff?4uoify") format("woff"), url("../../../Content/fonts/countIcon/icomoonNew.svg?4uoify#icomoonNew") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=CountBigProduct-], [class*=" CountBigProduct-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoonNew" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.CountBigProduct-export:before {
  content: "\e900";
  color: #919191;
}

.CountBigProduct-eye:before {
  content: "\e901";
  color: #919191;
}

/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
  font: normal 14px/1.4 "GE_SS_2_Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?3l6ji1");
  src: url("../fonts/icomoon.eot?3l6ji1#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?3l6ji1") format("truetype"), url("../fonts/icomoon.woff?3l6ji1") format("woff"), url("../fonts/icomoon.svg?3l6ji1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "fixicon";
  src: url("../fonts/fixed-icons.eot?1k6hg4");
  src: url("../fonts/fixed-icons.eot?1k6hg4#iefix") format("embedded-opentype"), url("../fonts/fixed-icons.ttf?1k6hg4") format("truetype"), url("../fonts/fixed-icons.woff?1k6hg4") format("woff"), url("../fonts/fixed-icons.svg?1k6hg4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=fix-icon-],
[class*=" fix-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fixicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fix-icon-search:before {
  content: "\e904";
}

.fix-icon-data-managment:before {
  content: "\e900";
}

.fix-icon-data-quality:before {
  content: "\e901";
}

.fix-icon-manual:before {
  content: "\e902";
}

.fix-icon-registery:before {
  content: "\e903";
}

.fix-icon-file-text2:before {
  content: "\e926";
}

.icon-chevron-right:before {
  content: "\e923";
}

.icon-chevron-left:before {
  content: "\e924";
}

.icon-settings-backup-restore:before {
  content: "\e925";
}

.icon-checked:before {
  content: "\e90f";
}

.icon-pc-and-smartphone:before {
  content: "\e910";
}

.icon-people-with-head:before {
  content: "\e911";
}

.icon-admin:before {
  content: "\e912";
}

.icon-close:before {
  content: "\e913";
}

.icon-warning:before {
  content: "\e914";
}

.icon-check:before {
  content: "\e915";
}

.icon-support:before {
  content: "\e916";
}

.icon-human-resources:before {
  content: "\e917";
}

.icon-interface:before {
  content: "\e918";
}

.icon-logout:before {
  content: "\e919";
}

.icon-user:before {
  content: "\e91a";
}

.icon-settings:before {
  content: "\e91b";
}

.icon-graphic:before {
  content: "\e91c";
}

.icon-monitor:before {
  content: "\e91d";
}

.icon-business-3people:before {
  content: "\e91e";
}

.icon-business:before {
  content: "\e91f";
}

.icon-placeholder:before {
  content: "\e920";
}

.icon-presentation:before {
  content: "\e921";
}

.icon-square:before {
  content: "\e922";
}

.icon-agreement:before {
  content: "\e900";
}

.icon-analytics:before {
  content: "\e901";
}

.icon-laptop:before {
  content: "\e902";
}

.icon-delete:before {
  content: "\e903";
}

.icon-employee:before {
  content: "\e904";
}

.icon-people:before {
  content: "\e905";
}

.icon-business-report:before {
  content: "\e906";
}

.icon-edit-pepar:before {
  content: "\e907";
}

.icon-planning:before {
  content: "\e908";
}

.icon-employee-with-bag:before {
  content: "\e909";
}

.icon-check-list:before {
  content: "\e90a";
}

.icon-gps:before {
  content: "\e90b";
}

.icon-edit:before {
  content: "\e90c";
}

.icon-pencil-and-paper:before {
  content: "\e90d";
}

.icon-sync:before {
  content: "\e90e";
}

.iti {
  width: 100%;
}

.popover {
  top: 201.9px;
  left: 101px !important;
  right: auto;
  border: 0;
  border-radius: 0;
  min-width: 150px;
}
.popover .arrow {
  border-bottom-color: transparent !important;
  border-bottom-color: transparent !important;
  left: 95% !important;
  top: -7px !important;
}
.popover .arrow:after {
  border-width: 7px;
}
.popover .popover-body {
  text-align: right;
  color: #919191;
  font-size: 18px;
}
.popover .popover-body ul {
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
}
.popover .popover-body ul li {
  border-bottom: 3px solid #D6D6D6;
  padding: 10px;
}
.popover .popover-body ul li a {
  color: #919191;
}
.popover .popover-body ul li:last-child {
  border: 0;
}

.export-side-btn {
  top: 22%;
  z-index: 9999;
}

.uk-offcanvas-bar {
  width: 455px;
  background: white;
}
.uk-offcanvas-bar .uk-close, .uk-offcanvas-bar .uk-close:hover {
  color: #2E459B;
}

.uk-offcanvas-bar .uk-badge {
  min-height: 24px;
  border-radius: 3px;
}

.uk-offcanvas-flip .uk-offcanvas {
  z-index: 99999;
}

@media (min-width: 640px) {
  .uk-offcanvas-close {
    top: 10px;
    right: 10px;
    text-align: right;
  }
}
button.uk-button.uk-button-default.sameframe.newActionBtn.new.createBtn.count-export {
  width: 48px;
  height: 48px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.side-export-offcanvas-title {
  color: #000 !important;
  font-size: 14px;
  font-family: "HelveticaNeueW23forSKY-Reg";
  font-weight: 800;
}

.gridCenter table tbody tr th:last-child a:before {
  display: none;
}

.uk-accordion li {
  background: #F3F3F3;
  padding: 12px 10px;
  height: 48px;
}
.uk-accordion li .uk-accordion-title {
  color: black;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.uk-accordion li .uk-accordion-title::before {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.uk-accordion-title {
  color: black !important;
  font-size: 16px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-family: "HelveticaNeueW23forSKY-Reg";
}
.uk-accordion-title::before {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}

.uk-offcanvas-close:first-child + *, .uk-accordion > :nth-child(n+2) {
  margin-top: 10px;
}

.uk-offcanvas-bar {
  font-family: "HelveticaNeueW23forSKY-Reg";
}
.uk-offcanvas-bar .uk-badge {
  float: left;
  margin-top: 3px;
  padding: 4px 10px;
  min-height: 21px;
  color: white !important;
}
.uk-offcanvas-bar .uk-badge.processing {
  background: #F3A756;
}
.uk-offcanvas-bar .uk-badge.failed {
  background: #DF4B46;
}
.uk-offcanvas-bar .uk-badge.completed {
  background: #0BC288;
}
.uk-offcanvas-bar .uk-badge.pending {
  background: #7B8FA1;
}
.uk-offcanvas-bar .uk-badge.completedWzError {
  background: #3982A4;
}

.panel-group .panel {
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: 0;
}

.acc-label {
  color: #070707;
  opacity: 0.4;
  font-size: 14px;
  font-family: "Segoe UI", "sans-serif";
  margin-bottom: 5px;
  font-family: "HelveticaNeueW23forSKY-Reg";
}

.num-of-records {
  margin-top: 5px;
}

.records-text {
  color: #707070;
  font-size: 14px;
  font-family: "Segoe UI", "sans-serif";
}

.acc-text, .exp-title, .exp-per {
  font-size: 14px;
  font-family: "Segoe UI";
  font-weight: 600;
  color: #070707 !important;
  font-family: "HelveticaNeueW23forSKY-Reg";
}

.title-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.exp-title {
  margin-top: 0;
  margin-bottom: 0;
}

.uk-spinner > * > * {
  stroke: #787878 !important;
}

.completed-text {
  font-size: 12px;
  font-family: "Segoe UI", sans-serif;
  color: #3CA753;
}

.exp-per {
  font-weight: 400;
}

.acc-a {
  color: #314599 !important;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
}

.mb-4 {
  margin-bottom: 20px;
}

.exp-rec {
  height: 90px;
  border: 1px solid #BEBEBE;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.exp.alert {
  display: block !important;
  padding: 10px !important;
  background: transparent;
  border-color: #3CA753;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.uk-spinner svg {
  width: 16px;
  height: 16px;
}

.progress {
  height: 12px;
  box-shadow: none;
}

.uk-offcanvas-bar .uk-accordion-title::before {
  display: none;
}

.acc-icon {
  margin-left: 5px;
}

.uk-button.count-export:before {
  content: url("../../../../Content/Images/exp-icons/export-icon.svg");
}

.s-controls-container.export-filter .form-group {
  flex-direction: column;
  align-items: flex-start !important;
  margin-left: 15px !important;
  width: 18% !important;
  margin-bottom: 5px;
}
.s-controls-container.export-filter .form-group .newExportLabel {
  color: black;
  opacity: 50%;
}
.s-controls-container.export-filter .count-calendar1 {
  cursor: pointer;
  position: absolute;
  color: #7F7F7F;
  top: 42px;
  left: 10px;
}
.s-controls-container.export-filter .creationDate .count-calendar1 {
  top: 9px;
}
.s-controls-container.export-filter .form-group.export-btn {
  flex-direction: row;
  margin-top: 30px;
}

.ct-wrapper {
  position: relative;
  text-align: right !important;
  box-sizing: border-box;
  margin-left: 0px;
  margin-left: 15px;
  width: 18%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ct-wrapper .ct-wrapper {
  width: 100%;
}
.ct-wrapper .ct-input-wrapper input[readonly=readonly] {
  cursor: pointer;
}
.ct-wrapper .newExportLabel {
  opacity: 50%;
}
.ct-wrapper .ct-input-wrapper {
  position: relative;
  width: 100%;
}
.ct-wrapper .ct-input-wrapper:before {
  content: "\e900";
  font-family: "countIcon" !important;
  font-size: 1rem;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  left: 12px;
  text-overflow: ellipsis;
  top: 10px;
  transform: rotate(90deg);
}
.ct-wrapper .ct-input-box {
  width: 100% !important;
  padding-left: 25px !important;
  border: 1px solid #DCDCDC;
  background-color: transparent !important;
  border-radius: 2px;
  padding: 0px 11px;
  height: 33px !important;
  font-size: 1.5rem;
  box-sizing: border-box;
  color: #000;
  font-family: "Segoe UI", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ct-wrapper .ct-arrow-btn {
  display: none;
}

.s-controls-container .form-group.export.customArrow:after {
  top: 15px !important;
}

.mt-2 {
  margin-top: 5px;
}

.ct-source-ul-main {
  text-align: right;
}

span.ct-list-item-title {
  line-break: auto;
  margin-right: 0;
  margin-left: 0;
}
span.ct-list-item-title input[type=checkbox] {
  margin-left: 5px !important;
}

.gridCenter .custom-table-for-trimming tbody tr td:last-of-type {
  text-align: center;
}

h4.exp-title {
  margin-bottom: 10px;
  line-height: normal;
}

.exp.alert .row {
  display: flex;
}

.filters .form-group {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.countWorkflowQuePoint {
  right: -20px;
}

.grdiReviewTasksDetails.countViewAnswers .main-table tbody .with-no-borders td {
  direction: rtl;
}

.p-4 {
  padding: 20px;
}

.s-controls-container .form-group.export.customArrow:after {
  top: 15px;
}

#Path_1761, #Path_1759, #Path_1760 {
  fill: #2E459B;
}

#Ellipse_22 {
  fill: #ebf4f8;
}

.gridCenter table#data-managment-table tbody tr th {
  text-align: center;
}

.newActionBtn.count-xls-export {
  width: max-content;
  font-family: "Segoe UI", sans-serif !important;
  padding-right: 7px;
  padding-left: 7px;
}
.newActionBtn.count-xls-export::before {
  content: url("/Content/Images/exp-icons/file-export.svg");
  display: flex;
  justify-content: center;
  margin: 16px 5px;
}

.newActionBtn.count-sav-export {
  width: 100px;
  font-family: "Segoe UI", sans-serif !important;
}
.newActionBtn.count-sav-export::before {
  content: url("/Content/Images/exp-icons/file-export.svg");
  display: flex;
  justify-content: center;
  margin: 16px 5px;
}

a.acc-a.ViewChangesLink.Export {
  color: #2E459B !important;
  width: max-content;
  font-family: "HelveticaNeueW23forSKY-Reg";
}

.status-wrap.anchorTip {
  margin-right: 0;
}
.status-wrap .tooltiptext {
  right: 13% !important;
}

#RequestsSections .uk-offcanvas-flip .uk-open > .uk-offcanvas-bar {
  overflow-x: hidden;
}

.ct-list-item-title input[type=checkbox] {
  width: 15px;
  height: 15px;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #2E459B;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.ct-list-item-title input[type=checkbox]:focus {
  outline: none;
}
.ct-list-item-title input[type=checkbox]:checked {
  border: 1px solid #2E459B;
}
.ct-list-item-title input[type=checkbox]:checked:after {
  content: " ";
  display: block;
  width: 0.3em;
  height: 0.6em;
  border: solid #2E459B;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
  right: 0.35em;
  top: 40%;
  margin-top: -0.3em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Data-Sensitivity-Disclaimer-wrapper {
  background-color: #F3F3F3;
  padding: 10px 0;
  flex-direction: row;
  display: flex;
  line-height: normal;
}
.Data-Sensitivity-Disclaimer-wrapper .disclaimer-wrap {
  width: 10%;
  margin-left: 5px;
  margin-right: 8px;
}
.Data-Sensitivity-Disclaimer-wrapper .disclaimer-text-wrap .acc-text, .Data-Sensitivity-Disclaimer-wrapper .disclaimer-text-wrap .acc-label {
  font-size: 13px;
}
.Data-Sensitivity-Disclaimer-wrapper .disclaimer-text-wrap .acc-text {
  font-weight: 800;
  font-family: "HelveticaNeueW23forSKY-Reg";
}
.Data-Sensitivity-Disclaimer-wrapper .disclaimer-text-wrap .acc-label {
  color: #000;
  opacity: 1;
  font-family: "HelveticaNeueW23forSKY-Reg";
}
.Data-Sensitivity-Disclaimer-wrapper #Path_71689, .Data-Sensitivity-Disclaimer-wrapper #Path_71690, .Data-Sensitivity-Disclaimer-wrapper #Path_71691 {
  fill: #8a8a8a;
}

.dateWrapper .date .datetimepicker {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .modal-dialog.new-export {
    width: 745px;
  }
  .modal-dialog.new-export .modal-body {
    padding: 30px 20px 44px 20px;
  }
}
body.modal-open {
  margin-right: 0;
}

.d-none {
  display: none;
}

#disabledBrainzTooltip {
  width: fit-content;
  right: -292%;
  text-wrap-mode: nowrap;
  top: 98%;
}
#disabledBrainzTooltip::after {
  right: 85%;
}

.brainzBtnWrap {
  top: 70%;
}
.brainzBtnWrap .brainzBtn {
  width: 33.5px;
  height: 85px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  padding: 15px 5px;
  font-size: 16px;
}
.brainzBtnWrap .brainzBtn .brainzBtnText {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  /* margin-left: -6px; */
  align-items: center;
  transform: rotate(90deg);
}
.brainzBtnWrap .brainzBtn .brainzBtnText .side-brainz-ico {
  transform: rotate(180deg);
}
.brainzBtnWrap .brainzBtn .brainzBtnText .text-brainz {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  margin-bottom: -4px;
  margin-left: 3px;
  font-size: 14px;
}
.brainzBtnWrap .brainzBtn.disabled {
  background: #ececec 0% 0% no-repeat padding-box;
  color: #abacac;
}
.brainzBtnWrap .brainzBtn:hover {
  border: none;
  padding: 5px 15px;
  width: 85px;
  height: 85px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.brainzBtnWrap .brainzBtn:hover .side-brainz-ico {
  display: none;
}
.brainzBtnWrap .brainzBtn:hover:before {
  content: url(../../../../Content/Images/brainz/brainz-cropped-body-icon.svg);
  transform: rotate(90deg);
}
.brainzBtnWrap .brainzBtn:hover .brainzBtnText {
  transform: none;
  transition: color 0.3s ease-in-out;
}
.brainzBtnWrap .brainzBtn:hover .brainzBtnText::before {
  display: none;
}
.brainzBtnWrap .brainzBtn:hover.disabled {
  background: #ececec 0% 0% no-repeat padding-box;
  color: #abacac;
}
.brainzBtnWrap .brainzBtn:hover.disabled::before {
  content: url(../../../../Content/Images/brainz/disabled-brainz-cropped-body-icon.svg);
  transform: none;
}

#brainzModal {
  overflow-y: auto;
}
#brainzModal .modal-dialog::before {
  content: url(../../../../Content/Images/brainz/popup-brainz.svg);
  top: 26px;
  z-index: 9999;
  right: 26px;
  position: absolute;
}
#brainzModal .modal-dialog .modal-content {
  width: 100%;
  height: 80%;
  overflow: hidden;
}
#brainzModal .modal-dialog .modal-content .modal-header {
  background: #2E459B;
  flex-direction: row;
  height: 20%;
}
#brainzModal .modal-dialog .modal-content .modal-header .header-text {
  margin-right: 95px;
  margin-top: 10px;
  color: white;
}
#brainzModal .modal-dialog .modal-content .modal-header .header-text .modal-title {
  color: white !important;
}
#brainzModal .modal-dialog .modal-content .modal-header .close span[aria-hidden=true] {
  color: white !important;
}
#brainzModal .modal-dialog .modal-content .modal-body {
  max-height: 200px;
  overflow-y: scroll;
}
#brainzModal .modal-dialog .modal-content .modal-body .title {
  font-size: 18px;
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
#brainzModal .modal-dialog .modal-content .modal-body .BrainzPopupWelcome {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#brainzModal .modal-dialog .modal-content .modal-body .BrainzPopupWelcome p.description {
  font-size: 16px;
  color: #363636;
  margin-bottom: 25px;
}
#brainzModal .modal-dialog .modal-content .modal-body .brainz-help .title::before,
#brainzModal .modal-dialog .modal-content .modal-body .brainz-generate-vr .title::before {
  color: white;
  margin: 10px;
  padding-top: 5px;
  padding-right: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #2E459B;
  display: flex;
  align-items: center;
}
#brainzModal .modal-dialog .modal-content .modal-body .brainz-help .title::before {
  content: "01";
}
#brainzModal .modal-dialog .modal-content .modal-body .brainz-help .info {
  font-size: 16px;
  color: #575757;
  margin-right: 51px;
  margin-bottom: 20px;
  margin-top: -8px;
}
#brainzModal .modal-dialog .modal-content .modal-body .brainz-help .generate-vr-btn {
  display: flex;
  padding: 21px 16px;
  align-items: center;
  text-align: right;
  justify-content: center;
  color: white;
  width: 40%;
  background: #2E459B 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 32px rgba(0, 0, 0, 0.0705882353);
  border: 0.8000000119px solid #2E459B;
  border-radius: 12px;
  opacity: 1;
  margin-right: 10px;
}
#brainzModal .modal-dialog .modal-content .modal-body .brainz-help .generate-vr-btn:before {
  content: url(../../../../Content/Images/brainz/approved.svg);
  margin-left: 10px;
}
#brainzModal .modal-dialog .modal-content .modal-body .brainz-generate-vr .title::before {
  content: "02";
}
#brainzModal .modal-dialog .modal-content .modal-body .brainz-generate-vr .form-group {
  margin-top: 20px;
}
#brainzModal .modal-dialog .modal-content .modal-body .brainz-generate-vr .msgBrainz {
  font-size: 14px;
}
#brainzModal .modal-dialog .modal-content .modal-body .brainz-generate-vr textarea#msgBrainz {
  border-radius: 5px;
  border-color: #B0B0B0 !important;
}
#brainzModal .modal-dialog .modal-content .modal-footer {
  margin-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
#brainzModal .modal-dialog .modal-content .modal-footer .brainz-btn {
  border-radius: 4px !important;
  margin-left: 10px;
  padding: 10px 30px !important;
}
#brainzModal .modal-dialog .modal-content .modal-footer .btn-secondary.brainz-btn {
  background: white;
  color: #2E459B;
  border: 1px solid #2E459B;
}

.p-2 {
  padding: 5px;
}

.countFormBdy .form-horizontal .form-group .countInptField #Name,
.countFormBdy .form-horizontal .form-group .countInptField #NameEn,
#UserMessage {
  background: white !important;
}

#brainzModal .modal-content .modal-header {
  background: #2E459B;
}
#brainzModal .modal-content .modal-body .brainz-help .generate-vr-btn, #brainzModal .modal-content .modal-body .brainz-generate-vr .generate-vr-btn {
  background: #2E459B 0% 0% no-repeat padding-box;
  border: 0.8000000119px solid #2E459B;
}
#brainzModal .modal-content .modal-body .brainz-help .title::before, #brainzModal .modal-content .modal-body .brainz-generate-vr .title::before {
  background: #2E459B;
}
#brainzModal .modal-content .btn-secondary.brainz-btn {
  background: white;
  color: #2E459B;
  border: 1px solid #2E459B;
}

#BtnRegenerateRegex, #BtnUpdateRegexDescription {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #2E459B;
  border: 1px solid #2E459B;
}
#BtnRegenerateRegex::before, #BtnUpdateRegexDescription::before {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

#BtnRegenerateRegex::before {
  content: url("../../../../Content/Images/brainz/regenerate-ico.svg");
}

#BtnUpdateRegexDescription::before {
  content: url("../../../../Content/Images/brainz/update-ico.svg");
}

.btn-primary[disabled] {
  border: 0;
  cursor: not-allowed !important;
  pointer-events: all;
  border: 1px solid #656565 !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.regex-input-wrapper {
  position: relative;
}
.regex-input-wrapper .regenerate, .regex-input-wrapper .update {
  position: absolute;
  bottom: 5px;
  left: 12px;
  cursor: pointer;
}

.regex-test-btn {
  padding: 8px 25px !important;
}

.q-list-modal .modal-dialog .modal-content {
  overflow: visible;
}
.q-list-modal .modal-dialog .modal-content .modal-body {
  overflow: visible;
}

.aiRegFlow.countFormBdy .form-horizontal .form-group .countInptField .form-control[readonly],
.countFormBdy .form-horizontal .form-group .countInptField .form-control[readonly] {
  background-color: #eee !important;
}

#CharsCount {
  float: left;
  padding: 0.5rem 0 0 0;
  font-size: 1.2rem;
  padding-left: 5px;
}

.aiRegFlow.countFormBdy .form-horizontal .form-group .countInptField .form-control,
.aiRegFlow.countFormBdy .divQualitySample .form-group .countInptField .form-control,
.aiRegFlow.countFormBdy .customRegularized .form-group .countInptField .form-control {
  background-color: white !important;
}

.aiRegFlow .countFormFooter #CancelBtn {
  background: white;
  color: #2E459B;
  border: 1px solid #2E459B;
}

@media (min-width: 1400px) {
  #brainzModal .modal-dialog::before {
    top: 46px;
  }
  #brainzModal .modal-dialog .modal-content .modal-header {
    height: 12%;
  }
  #brainzModal .modal-dialog .modal-content .modal-body {
    max-height: 450px;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  #brainzModal .modal-dialog::before {
    top: 40px;
  }
  #brainzModal .modal-dialog .modal-content .modal-header {
    height: 12%;
  }
  #brainzModal .modal-dialog .modal-content .modal-body {
    max-height: 450px;
  }
}
.navbar-inverse .navbar-nav > li > a.a-insights {
  border-right: 14px solid transparent;
  justify-content: flex-start;
}

.a-insights {
  display: flex;
  justify-content: center;
  align-items: center;
}
.a-insights .count-ic_content_paste_24px.insight::before {
  content: url(../../../../Content/Images/BIReports/Insights.svg);
}

.BIReports-page .gridUserApplications .custom-row .grid, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid {
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
}
.BIReports-page .gridUserApplications .custom-row .grid .card .card-ico-top, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card .card-ico-top {
  width: 74px;
  height: 74px;
  background: #F6F6F6;
  border-radius: 50%;
  margin: 20px 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.BIReports-page .gridUserApplications .custom-row .grid .card .card-body, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card .card-body {
  padding: 0 20px 20px;
}
.BIReports-page .gridUserApplications .custom-row .grid .card .see-more, .BIReports-page .gridUserApplications .custom-row .grid .card .see-more-btn, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card .see-more, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card .see-more-btn {
  display: none;
}
.BIReports-page .gridUserApplications .custom-row .grid .card:hover, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card:hover {
  background: #F6F6F6;
  border: 0;
  border-radius: 0;
}
.BIReports-page .gridUserApplications .custom-row .grid .card:hover .card-ico-top, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card:hover .card-ico-top {
  background: white;
}
.BIReports-page .gridUserApplications .custom-row .grid .card:hover .see-more-btn, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card:hover .see-more-btn {
  display: inline-block;
  margin-bottom: 10px;
}
.BIReports-page .gridUserApplications .custom-row .grid .card:hover .see-more, .BIReports-page .gridUserApplications .custom-row .grid .card:hover .coming-soon, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card:hover .see-more, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card:hover .coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 40%;
}
.BIReports-page .gridUserApplications .custom-row .grid .card:hover .see-more::before, .BIReports-page .gridUserApplications .custom-row .grid .card:hover .coming-soon::before, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card:hover .see-more::before, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card:hover .coming-soon::before {
  content: url(../../../../Content/Images/BIReports/see-more.svg);
  margin-left: 7px;
  margin-top: 3px;
}
.BIReports-page .gridUserApplications .custom-row .grid .card:hover .coming-soon, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card:hover .coming-soon {
  width: 50%;
}
.BIReports-page .gridUserApplications .custom-row .grid .card:hover .card-text, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card:hover .card-text {
  margin-bottom: 20px;
}
.BIReports-page .gridUserApplications .custom-row .grid .card-trans, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card-trans {
  border-color: transparent;
}
.BIReports-page .gridUserApplications .custom-row .grid .card-trans:hover, .BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card-trans:hover {
  background: transparent;
}

.BIReports-progress-tracking-page .gridUserApplications .custom-row .grid .card {
  width: 29%;
}

#dashboard-monitor, #newspaper-open, #arrow-progress-alt {
  fill: #2E459B;
}

.navbar-inverse .navbar-nav > li > a.sameframe.dropdown-toggle {
  border-right: 14px solid transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #D7F976 !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@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.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .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.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  margin-right: 2px;
  background-color: #2E459B;
  border-color: #2E459B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider:before {
  margin-right: -6px;
  margin-right: 46px;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  border: 1px solid #2E459B;
}

.slider.round:before {
  border-radius: 50%;
  border: 1px solid #2E459B;
}

.justify-content-end {
  justify-content: end;
}

.toggle-text {
  font-size: 14px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0 10px;
  color: #777777;
}
.toggle-text.active {
  color: #2E459B;
  background: transparent;
}

.toggle-wrap {
  margin-top: 10px;
}

.toggle-table-wrap {
  position: relative;
}

.fix-toggle-position {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 20;
}

.toggle-table-wrap .fix-toggle-position#fileToggleDiv {
  padding-left: 35px;
  padding-right: 35px;
}
.toggle-table-wrap .fix-toggle-position#fileToggleDiv .toggle-text {
  margin-left: 7px;
  margin-right: 7px;
}
.toggle-table-wrap .fix-toggle-position#fileToggleDiv .anchorTip {
  margin-right: 0;
}

.anchorTip .tooltiptext.toggletxt {
  top: 85%;
  right: -49%;
  min-width: 200px;
  right: -195%;
}
.anchorTip .tooltiptext.toggletxt::after {
  display: none;
}

.modal:has(.successMsg-popup) {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.modal:has(.successMsg-popup)::after {
  content: "";
}

.successMsg-popup .modal-content {
  border-radius: 2px !important;
  background: #FFFFFF !important;
  padding-bottom: 20px !important;
  width: 485px !important;
}
.successMsg-popup .modal-content .modal-header {
  background-color: transparent !important;
}
.successMsg-popup .modal-content .modal-header button {
  font-size: 2rem;
}
.successMsg-popup .modal-content .modal-header button span {
  font-size: 2rem !important;
  font-weight: bold !important;
}
.successMsg-popup .modal-content .modal-body {
  padding: 0 38px !important;
}
.successMsg-popup .modal-content .modal-body .correct-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
}
.successMsg-popup .modal-content .modal-body h6 {
  font-size: 18px;
  text-align: center;
  font: normal normal 600 18px/24px Segoe UI;
  letter-spacing: 0px;
  color: #304599;
  margin-bottom: 30px;
}
.successMsg-popup .modal-content .modal-body .modal-body-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  margin-bottom: 20px;
}
.successMsg-popup .modal-content .modal-body .modal-body-item > div {
  width: 50%;
}
.successMsg-popup .modal-content .modal-body .item-title {
  font: normal normal normal 14px/19px Segoe UI;
  letter-spacing: 0px;
  color: rgb(7, 7, 7);
  opacity: 0.4;
  margin-bottom: 5px;
}
.successMsg-popup .modal-content .modal-body .item-desc {
  font: normal normal 600 14px/19px Segoe UI;
  letter-spacing: 0px;
  color: rgb(7, 7, 7);
  opacity: 1;
}
.successMsg-popup .modal-footer {
  padding-top: 10px !important;
}
.successMsg-popup .modal-footer .btn-primary {
  margin: 0 auto !important;
  background-color: transparent !important;
  color: #293AAA !important;
  border: 1px solid #304599 !important;
  border-radius: 4px !important;
  height: 40px !important;
  font-size: 16px !important;
  padding: 10px 44px !important;
  line-height: 25px !important;
}

.otp-verification-settings .form-group {
  width: 100% !important;
}

/*Arabic Font*/
@font-face {
  font-family: "GE_SS_2_Light";
  src: url(../fonts/GE_SS_Two_Light.otf);
}
@font-face {
  font-family: "GE_SS_2_Medium";
  src: url(../fonts/GE_SS_Two_Medium.otf);
}
#loadingMsg {
  direction: rtl;
}

/* Apply Font */
/*body {
    font-family: 'FiraSans-Regular';
}*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "HelveticaNeueW23forSKY-Reg";
}

/*
* Main content
*/
@media (min-width: 768px) {
  .main.default {
    padding-left: 107px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .quizHeader .quesations-steps-exam .owl-item li:after {
    width: 75px !important;
  }
  .title-with-printicon .anchorTip {
    top: 57% !important;
    transform: translateY(-53%) !important;
  }
}
.main {
  padding: 25px;
}

/*
* Base structure
*/
/*reset*/
/*scroll style*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: rgba(52, 54, 64, 0.15);
}

::-webkit-scrollbar-thumb {
  background: #656565;
}

/*.frame::-webkit-scrollbar-track,.frame ::-webkit-scrollbar-track {background-color:$white-color}*/
/* Fixes to support different themes in Admin */
.radio,
.checkbox {
  padding-left: 20px;
}

.form-horizontal .form-group .checkbox {
  padding: 0;
}

#SaveToQuestionsBankDiv2 {
  width: 100%;
}
#SaveToQuestionsBankDiv2 #opendialogQuestionsBankSaveDiv2 .form-horizontal .form-group, #SaveToQuestionsBankDiv2 #opendialogQuestionsBankSaveDiv .form-horizontal .form-group {
  width: 45%;
}

#opendialogQuestionsBankSaveDiv2 {
  padding: 14px;
}

#opendialogQuestionsBankSaveDiv2 .form-horizontal .form-group {
  margin-left: 28px;
}

#opendialogQuestionsBankSaveDiv2 .form-horizontal .form-group:last-child {
  margin-left: 0;
}

.countFormBdy #opendialogQuestionsBankSaveDiv .form-horizontal .form-group {
  width: 45%;
  margin-right: 15px;
}

/* Move down content because we have a fixed navbar that is 57px tall */
body {
  padding-top: 0px;
  direction: rtl;
  background-color: #F6F6F6;
  -webkit-font-smoothing: antialiased;
}

.no-nav {
  margin-top: 0px;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.sidenavToggler {
  display: none;
}

.sidenavTogglerContanier .pin {
  position: absolute;
  left: 10px;
  top: 15px;
  color: #000;
  cursor: pointer;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sidenavTogglerContanier .pin:hover {
  color: #2E459B;
}

.sidenavTogglerContanier.pinned .pin {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: #2E459B;
}

.container-fluid > .navbar-collapse,
.sideNav.navbar-collapse {
  /*background: $secondary-color*/
}

.navbar-toggle .icon-bar {
  width: 29px;
}

.navbar-toggle .icon-bar:last-child {
  /*width: 20px*/
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.upper-navbar-header > .navbar-toggle {
  float: left;
  margin-top: 30px;
  border: 0;
  background-color: #2E459B;
  color: #000;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  opacity: 0.7;
  background-color: #2E459B;
  border-color: #2E459B;
  outline: 0;
}

/*logo brand*/
/*Upper NavBar*/
.hide {
  display: none;
}

.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}

li:hover {
  background: none;
}

li.fixed-upper-navbar-li.dropdown > a:after {
  font-size: 0.8rem;
  width: 7px;
  height: 11px;
  /* border-right: 5px solid transparent; border-left: 5px solid transparent; border-top: 5px solid $dark-grey-color;*/
  position: absolute;
  top: 50%;
  content: "\e900";
  font-family: "countIcon" !important;
  transform: translateY(-50%) rotate(180deg);
  left: 13px;
  right: auto;
  transition: 0.4s;
  font-family: cursive;
}

.second-level li.fixed-upper-navbar-li.dropdown > a:after {
  content: "\e900";
  font-family: "countIcon" !important;
}

.second-level li.fixed-upper-navbar-li.dropdown.open > a:after {
  transform: translate(-50%) rotate(90deg);
  top: 40%;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #BFB7AF;
}

li.fixed-upper-navbar-li.dropdown.open > a:after {
  transform: translate(-50%) rotate(90deg);
}

.noAfter:after {
  display: none;
}

li.fixed-upper-navbar-li.dropdown > a {
  font-size: 14px;
  line-height: 1em;
}

.navbar-nav > li > a {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #ccc;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #D7F976 !important;
  /*background-color: $light-grey-color;*/
}

/*.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { color: $white-color; background-color: $primary-color; }*/
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background: #2E459B;
}

.navbar-inverse .second-level > .open.dropdown > a,
.navbar-inverse .second-level > .open.dropdown > a:hover,
.navbar-inverse .second-level > .open.dropdown > a:focus {
  background: #2E459B;
  color: #000;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #011F44;
  outline: 0;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #011F44;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #E7E6E5;
  color: #000;
}

.fixed-upper-navbar-li:hover {
  background: none;
}

.fixed-upper-navbar-li a:hover {
  background-color: #2E459B !important;
  color: #fff !important;
}

.activeSelected,
.activeSelected.open:hover {
  background-color: transparent;
}

/*.activeSelected> a ,.activeSelected> a:hover{ background-color: $primary-color ; color:$white-color!important}*/
.activeLink > a {
  background: #2E459B !important;
  color: #000 !important;
}

.navbar-left li:hover {
  background-color: #2E459B !important;
}

.navbar-left {
  float: none !important;
}

.navbar-close {
  display: none;
}

.second-level .dropdown-menu > li > a {
  background-color: inherit;
  margin-bottom: 5px;
  padding: 10px;
  color: #000;
  font-weight: 400;
}

.dropdown-menu > li:nth-child(2n) > a,
.returned-list > li:nth-child(2n) > a {
  border-right-color: #bc001d;
}

.dropdown-menu > li:nth-child(3n) > a,
.returned-list > li:nth-child(3n) > a {
  border-right-color: #ff9d00;
}

.dropdown-menu > li:nth-child(4n) > a,
.returned-list > li:nth-child(4n) > a {
  border-right-color: #2274b4;
}

.dropdown-menu > li:nth-child(5n) > a,
.returned-list > li:nth-child(5n) > a {
  border-right-color: #fff;
}

/*.second-level .dropdown-menu > li > a:hover, .returned-list > li > a:hover {
    background: $light-grey-color !important;
    color:$black-color !important;
}*/
.dropdown-menu > li:nth-child(6n) > a,
.returned-list > li:nth-child(6n) > a {
  border-right-color: #d2691e;
}

.dropdown-menu > li:nth-child(7n) > a,
.returned-list > li:nth-child(7n) > a {
  border-right-color: #009688;
}

.returned-list > .warning-msg {
  overflow: hidden;
  transition: all 0.5s ease;
  padding: 12px 0;
  margin: 12px;
  text-align: center;
  border: 1px solid #2E459B;
}

.returned-list > .warning-msg .icon-warning {
  margin-right: 5px;
}

.upper-navbar-header {
  display: inline-block;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: initial;
}

.upperHeaderLogo {
  display: inline-block;
  margin: 6px 19px 6px 0;
  margin: 6px 0;
  margin-left: 19px;
  margin-right: 0;
  vertical-align: top;
  text-decoration: none !important;
  color: #000;
}

.upperHeaderLogo:hover {
  text-decoration: none;
  color: #000;
}

.mainLogo {
  margin-right: 0;
  position: relative;
  margin-left: 40px;
}
.mainLogo.hideLogOut {
  position: relative;
  z-index: -1;
}
.mainLogo.srchShow {
  display: none;
}

.mainLogo:after {
  width: 1px;
  background-color: #999;
  height: 46px;
  left: -20px;
  position: absolute;
}

.appTitle {
  position: relative;
}
.appTitle:after {
  content: "";
  width: 1px;
  background-color: #999;
  height: 46px;
  right: -20px;
  position: absolute;
}

.noIndex {
  z-index: -1;
}

.upperHeaderLogo img {
  max-height: 48px;
  width: auto;
}

.upperHeaderLogo span {
  display: inline-block;
  margin: 0px;
  font-size: 2.52rem;
  color: #000;
  transition: all 0.3s ease;
}

.upperHeaderLogo:hover span {
  color: #304599;
}

.brandLogo {
  max-height: 50px;
  width: auto;
}

.countBigLogo {
  max-height: 50px;
  width: auto;
  margin-left: 20px;
  margin-top: 7px;
}

.appLogoMainHolder {
  margin-left: 10px;
  max-height: 50px;
  width: auto;
}

/*img.appLogoMain { width: auto; height: 57px }*/
.login-dropdown .dropdown-menu {
  right: auto;
  left: 0;
}

.login-dropdown {
  margin-bottom: -3px;
}

/*end Upper NavBar*/
/*.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#c8c8c8}*/
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse,
  .sideNav.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-right {
    margin-right: 0;
  }
  .sidenavTogglerContanier {
    position: relative;
  }
  .navbar-nav,
  .sidenavToggler {
    float: none;
    display: block;
  }
  .navbar .navbar-collapse.collapse,
  .sideNav.navbar-collapse.collapse {
    padding: 0;
    width: 67px;
    position: relative;
    top: 65px;
    right: 0;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    min-height: calc(100vh - 65px);
    max-height: calc(100vh - 65px);
    transition: width 0.5s ease;
  }
  .navbar .navbar-collapse.collapse.navbar-collapse-large,
  .sideNav.navbar-collapse.collapse.navbar-collapse-large {
    width: 377px;
  }
  .navbar-toggle {
    float: right;
    clear: both;
    border: 0;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
    border-color: transparent;
    color: #2E459B;
    outline: 0;
  }
  .navbar-nav > li {
    float: none;
  }
  /*.dropdown.fixed-upper-navbar-li:hover .dropdown-menu {display:none }*/
  .dropdown-menu {
    position: relative;
    float: none;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
  }
  .open > .dropdown-menu {
    height: auto;
    padding: 0;
    min-height: 36px;
    transition: height 0.5s ease;
    border-radius: 0;
    margin: 0 10px 10px;
    border: 0 !important;
    box-shadow: none !important;
    margin-right: 30px !important;
    border-radius: 0px !important;
  }
  .open > .dropdown-menu:first-child {
    margin-top: 15px !important;
  }
  .open > .dropdown-menu:last-child {
    margin-bottom: 15px;
  }
  .navbar-inverse .navbar-nav > .open > a {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-right: 6px solid #2E459B;
    box-sizing: border-box;
    margin-bottom: 1rem;
  }
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
  li.dropdown .second-level li.dropdown.fixed-upper-navbar-li a {
    border-right: 6px solid #2E459B;
    font-family: "HelveticaNeueW23forSKY-Reg";
    font-size: 1.5rem;
    font-weight: 400;
    white-space: normal;
    word-break: break-word;
    padding-left: 20px;
    position: relative;
    background-color: transparent !important;
  }
  li.dropdown .second-level li.dropdown.fixed-upper-navbar-li a:hover {
    background: transparent !important;
    color: #D7F976 !important;
  }
  li.dropdown .second-level li.dropdown.fixed-upper-navbar-li.open.activeLink {
    position: relative;
  }
  li.dropdown .second-level li.dropdown.fixed-upper-navbar-li.open.activeLink:after {
    content: "";
    position: absolute;
    height: 36px;
    width: 6px;
    background: #D7F976;
    top: 0;
    border-radius: 50px;
  }
  li.dropdown .second-level li.dropdown.fixed-upper-navbar-li.open.activeLink a {
    white-space: normal;
    word-break: break-word;
    position: relative;
  }
  li.dropdown .second-level li.dropdown.fixed-upper-navbar-li.open.activeLink a.sameframe.dropdown-toggle {
    color: #D7F976 !important;
  }
  li.dropdown .second-level .third-level li.fixed-upper-navbar-item:after {
    display: none;
  }
  li.dropdown .second-level .third-level li.fixed-upper-navbar-item.active a {
    margin-right: 1rem;
    padding-right: 1.2rem;
  }
  li.dropdown .second-level .third-level li.fixed-upper-navbar-item.active a:after {
    content: "\e900";
    font-family: "countIcon";
    position: absolute;
    font-size: 1rem;
    right: 0;
    top: 1.2rem;
    transform: translateY(0%) rotate(180deg);
  }
  li.dropdown .second-level .third-level li.fixed-upper-navbar-item a {
    border-right: 0 !important;
    background: transparent;
    color: #fff;
    font-family: "HelveticaNeueW23forSKY-Reg";
    font-size: 1.5rem;
    font-weight: 400;
    position: relative;
  }
  li.dropdown .second-level .third-level li.fixed-upper-navbar-item a:hover {
    background: transparent !important;
    color: #D7F976 !important;
  }
  li.dropdown .third-level li.fixed-upper-navbar-item.active {
    background-color: transparent;
    position: relative;
  }
  li.dropdown .third-level li.fixed-upper-navbar-item.active:after {
    content: "";
    position: absolute;
    height: 36px;
    width: 6px;
    background: #2E459B;
    top: 0;
    border-radius: 50px;
  }
  li.dropdown .third-level li.fixed-upper-navbar-item a {
    border-right: 6px solid #2E459B;
    font-family: "HelveticaNeueW23forSKY-Reg";
    font-size: 1.5rem;
    font-weight: 400;
  }
  li.dropdown .third-level li.fixed-upper-navbar-item a:hover {
    background: transparent !important;
    color: #D7F976 !important;
  }
  .nav > li {
    max-width: 68px;
    overflow: hidden;
    transition: all 0.5s ease;
    margin: 0;
    padding: 0;
  }
  .nav > li > a {
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .nav > li.main-menu-item > a i {
    color: #2E459B;
  }
  .nav > li.main-menu-item > a:hover i,
  .nav > li.main-menu-item.activeSelected > a i,
  .nav > li.activeSelected > a i {
    color: #fff;
  }
  .nav > li > a span {
    opacity: 0;
    transition: all 0.5s ease;
    font-size: 0;
  }
  .navbar-collapse-large .nav > li {
    min-width: 38px;
    max-width: 100%;
    opacity: 1;
  }
  .navbar-collapse-large .nav > li > a span {
    opacity: 1;
    font-size: 1.7rem;
    font-family: "HelveticaNeueW23forSKY-Reg";
    font-weight: 300;
  }
  .nav > li > a [class^=icon-],
  .nav > li > a[class*=" icon-"],
  .nav > li > a i {
    font-size: 2rem;
    display: inline-block;
    margin: 15px;
    vertical-align: middle;
  }
  li.fixed-upper-navbar-li.dropdown > a:after {
    opacity: 0;
  }
  .navbar-collapse-large li.fixed-upper-navbar-li.dropdown > a:after {
    opacity: 1;
  }
  .navbar-toggle {
    padding: 5px 10px !important;
  }
  .second-level li.fixed-upper-navbar-li.dropdown > a {
    padding: 12px;
    width: 100%;
    background-color: #BFB7AF;
    cursor: pointer;
  }
}
/*
* Global add-ons
*/
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #E7E6E5;
}

/*
* Main content
*/
.main {
  padding: 25px;
}

.relative-frame {
  position: relative;
  width: 100%;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: flex;
  flex-direction: column;
}

.relative-frame.shifting {
  right: 220px;
}

.relative-frame.shifting iframe {
  width: 84% !important;
}

.main.default {
  padding-top: 25px;
}

@media (min-width: 768px) {
  .main.default {
    padding-right: 40px;
    padding-left: 40px;
  }
  .main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .iframe {
    padding-right: 0px;
  }
}
/*page header*/
.page-header,
.modal-title {
  z-index: 0;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 0px solid #000;
  margin: 0;
  text-align: right;
  padding-bottom: 0;
  font-weight: 600;
}

.modal-footer {
  background: none;
}

.modal-footer .btn.btnDismiss {
  background: #2E459B;
  color: #fff;
}

.modal-footer .btn.btnDismiss:hover {
  background: #e6bb00;
}

/*.landing-page-header{margin-left:-10px;margin-$left:-10px}*/
.page-header .btn::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.page-header #FromActiveDirectory::after {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSItODYgLTE4IDU4NCA1ODQuMDAxNzkiIHdpZHRoPSI1MTJweCI+PHBhdGggZD0ibTM2Ni41OTM3NSA1NDcuNWMyMi4wMjM0MzggMCAzOS45Mzc1LTE3LjI4NTE1NiAzOS45Mzc1LTM4LjUzMTI1IDAtMjEuMjUtMTcuOTE0MDYyLTM4LjUzOTA2Mi0zOS45Mzc1LTM4LjUzOTA2Mi0xOC45MTAxNTYgMC0zNC43ODEyNSAxMi43NS0zOC44OTg0MzggMjkuODA0Njg3aC0xNDcuMDU4NTkzYy0yMi43MjI2NTctLjAyNzM0NC00MS4xMzY3MTktMTguNDQxNDA2LTQxLjE2Nzk2OS00MS4xNjQwNjN2LTY2LjExMzI4MWg4OC40MzM1OTRjNC4xMTcxODcgMTcuMDUwNzgxIDE5Ljk4ODI4MSAyOS44MDA3ODEgMzguODk4NDM3IDI5LjgwMDc4MSAyMi4wMTk1MzEgMCAzOS45Mzc1LTE3LjI4OTA2MiAzOS45Mzc1LTM4LjUzNTE1NiAwLTIxLjI1LTE3LjkxNzk2OS0zOC41MzkwNjItMzkuOTM3NS0zOC41MzkwNjItMTguOTEwMTU2IDAtMzQuNzgxMjUgMTIuNzUzOTA2LTM4Ljg5ODQzNyAyOS44MDg1OTRoLTg4LjQzMzU5NHYtNTIuNjM2NzE5YzE3LjgzOTg0NC0zLjg1MTU2MyAzMS4yMTA5MzgtMTkuMjM4MjgxIDMxLjIxMDkzOC0zNy41OTM3NSAwLTIxLjI0NjA5NC0xNy45MTc5NjktMzguNTMxMjUtMzkuOTQxNDA3LTM4LjUzMTI1LTIyLjAxOTUzMSAwLTM5LjkzNzUgMTcuMjg1MTU2LTM5LjkzNzUgMzguNTMxMjUgMCAxOC4zNTU0NjkgMTMuMzcxMDk0IDMzLjc0MjE4NyAzMS4yMDcwMzEgMzcuNTkzNzV2MTM2LjIxNDg0M2MuMDM5MDYzIDMyLjM2MzI4MiAyNi4yNjE3MTkgNTguNTg5ODQ0IDU4LjYyODkwNyA1OC42Mjg5MDdoMTQ3LjA1ODU5M2M0LjExNzE4OCAxNy4wNTA3ODEgMTkuOTg4MjgyIDI5LjgwMDc4MSAzOC44OTg0MzggMjkuODAwNzgxem0wIDAiIGZpbGw9IiMwMDAwMDAiLz48cGF0aCBkPSJtLTQuNTY2NDA2IDIzLjk2NDg0NHYxNzYuODA0Njg3Yy4wMTU2MjUgMTMuMjIyNjU3IDEwLjczODI4MSAyMy45NDUzMTMgMjMuOTY0ODQ0IDIzLjk1NzAzMWgzLjQ0MTQwNmMxMy4yMjY1NjItLjAxMTcxOCAyMy45NDUzMTItMTAuNzM0Mzc0IDIzLjk2MDkzNy0yMy45NTcwMzF2LTk5LjgwNDY4N2MuMDI3MzQ0LTIyLjg2NzE4OCAxOC41NTg1OTQtNDEuMzk4NDM4IDQxLjQyNTc4MS00MS40MjU3ODJoMTQyLjE2Nzk2OWMtMS4wODk4NDMtMTIuMzc1LTExLjQ0NTMxMi0yMS44NjcxODctMjMuODcxMDkzLTIxLjg4MjgxMmgtNjEuMzUxNTYzYy00Ljc0MjE4Ny0uMDA3ODEyLTkuMjY5NTMxLTIuMDAzOTA2LTEyLjQ3NjU2My01LjVsLTIyLjI2MTcxOC0yNC4zNTkzNzVjLTQuNTQ2ODc1LTQuOTYwOTM3LTEwLjk2NDg0NC03Ljc5Mjk2ODc1LTE3LjY4NzUtNy43OTY4NzVoLTczLjM1MTU2M2MtMTMuMjIyNjU2LjAxOTUzMTItMjMuOTQ1MzEyIDEwLjczNDM3NS0yMy45NjA5MzcgMjMuOTY0ODQ0em0wIDAiIGZpbGw9IiMwMDAwMDAiLz48cGF0aCBkPSJtNjQuMjYxNzE5IDEwMC45NjQ4NDR2OTkuODA0Njg3Yy4wMTE3MTkgOC41ODU5MzgtMi42NjAxNTcgMTYuOTY0ODQ0LTcuNjQ0NTMxIDIzLjk1NzAzMWgxOTBjMTMuMjMwNDY4LS4wMTE3MTggMjMuOTQ5MjE4LTEwLjczNDM3NCAyMy45NjQ4NDMtMjMuOTU3MDMxdi05OS44MDQ2ODdjLS4wMTU2MjUtMTMuMjI2NTYzLTEwLjczNDM3NS0yMy45NDUzMTMtMjMuOTY0ODQzLTIzLjk2MDkzOGgtMTU4LjM5MDYyNmMtMTMuMjI2NTYyLjAxNTYyNS0yMy45NDkyMTggMTAuNzM0Mzc1LTIzLjk2NDg0MyAyMy45NjA5Mzh6bTAgMCIgZmlsbD0iIzAwMDAwMCIvPjwvc3ZnPgo=);
}

.page-header #ClearForm::after {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6I0UyMUIxQjsiIHBvaW50cz0iNDA0LjE3NiwwIDI1NiwxNDguMTc2IDEwNy44MjQsMCAwLDEwNy44MjQgMTQ4LjE3NiwyNTYgMCw0MDQuMTc2IDEwNy44MjQsNTEyIDI1NiwzNjMuODI0ICAgNDA0LjE3Niw1MTIgNTEyLDQwNC4xNzYgMzYzLjgyNCwyNTYgNTEyLDEwNy44MjQgIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

/*
* Placeholder dashboard ideas
*/
a {
  cursor: pointer;
}

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}

.placeholders h4 {
  margin-bottom: 0;
}

.placeholder {
  margin-bottom: 20px;
}

.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

.footer {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  padding-top: 0;
  margin-top: 0;
}

.footer hr {
  margin-top: 0;
}

.iframe {
  margin: 0;
  border: 0;
  position: relative;
  padding-top: 0px !important;
  bottom: 0;
  height: 100%;
  padding-left: 0;
  width: 100% !important;
}

.edit-iframe {
  padding: 0 !important;
}

.tab-iframe {
  border: 0 none;
  bottom: 0;
  height: 100%;
  margin: 0;
  padding-left: 0;
  padding-right: 40px;
  padding-bottom: 150px;
  top: 150px;
  position: fixed;
  width: 100%;
}

.approval-iframe {
  border: 0 none;
  border-top: 1px solid #ccc;
  bottom: 0;
  height: 100%;
  margin: 0;
  padding-left: 55px;
  padding-right: 0;
  padding-bottom: 100px;
  top: 100px;
  position: fixed;
  width: 100%;
}

@media (max-width: 768px) {
  .iframe {
    width: 100%;
  }
  .tab-iframe {
    padding-right: 20px;
  }
  .approval-iframe {
    padding-right: 20px;
  }
  /*.tab-iframe { margin: 0 0 0 -20px; }*/
}
.tab-content h1.page-header,
.tab-content .btn-back {
  display: none;
}

.tab-content.main {
  padding-left: 0px;
  margin-top: -70px;
}

.nav-pills.filters {
  margin-top: -25px;
  margin-bottom: 10px;
}

#localizationPills li a,
.nav-pills.filters > li > a,
.nav-pills.filters > li > span {
  padding: 5px 10px;
  display: inline-block;
}

.nav-pills.filters > li > span {
  display: inline-block;
}

a.disabled {
  cursor: default;
  opacity: 0.5;
}

.float-right {
  float: right;
}

.margin-5 {
  margin: 0 5px;
}

.userSpan {
  padding: 0 8px;
}

/* Set width on the form input elements since they're 100% wide by default */
.form-group {
  max-width: 100%;
}

.btn-back {
  padding-right: 10px;
  padding-left: 10px;
}

.loading table {
  color: #999;
}

.gridApplications {
  text-align: center;
}

.gridCenter {
  overflow-y: visible;
  overflow-x: auto;
  margin-bottom: 15px;
  width: 100%;
}

gridTip:hover:after {
  content: "\e909";
  font-family: "countIcon" !important;
  position: absolute;
  color: #FBFBFB;
  bottom: -13px;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: inherit;
  bottom: -4px;
  text-shadow: -3px 0 #DCDCDC, 0 0px #DCDCDC, 3px 0 #DCDCDC, 0 3px #DCDCDC;
  transform: rotate(180deg);
}

.gridCenter .pagination {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.gridApplications table,
.gridCenter table {
  text-align: right;
}

.pagination {
  margin: 0 auto 40px;
  text-align: center;
}

.pagination > li {
  margin: auto 5px;
}

.pagination > li:first-child > *,
.pagination > li:last-child > *,
.pagination > li:nth-child(2) > *,
.pagination > li:nth-last-child(2) > * {
  border-color: transparent;
  color: #304599;
  font-size: 0;
  overflow: hidden;
}

.pagination > li:last-child > *:before,
.pagination > li:nth-last-child(2) > *:before,
.pagination > li:first-child > *:before,
.pagination > li:nth-child(2) > *:before {
  font-size: 12px;
}

.pagination > li:last-child > *:before {
  content: ">>";
}

.pagination > li:nth-last-child(2) > *:before {
  content: ">";
}

.pagination > li:first-child > *:before {
  content: "<<";
}

.pagination > li:nth-child(2) > *:before {
  content: "<";
}

.pagination > li {
  display: inline-block !important;
}

.pagination > li > a,
.pagination > li > span {
  color: #304599;
  width: 30px;
  height: 30px;
  padding: 5px 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-family: "HelveticaNeueW23forSKY-Reg";
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #304599;
  border-color: #304599;
  color: #fff;
}

/*newbutton style*/
/*.btn.new:before{width:100%;background-color:red;position:absolute;height:88px;content:''}*/
.btn.new,
#loginForm .btn-default {
  background-color: #304599;
  border: 0;
  box-shadow: none;
  color: #fff;
  padding: 7px 20px !important;
  height: auto;
  font-size: 1.6rem;
  border-radius: 5px !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.fileinput-filename {
  height: 20px;
  width: 200px;
}

.navbar-form {
  background-color: #ccc;
  padding: 10px;
  margin: 10px 0;
  border-radius: 0;
}

.form-control {
  min-width: 130px;
  border-color: #999;
  box-shadow: none;
  color: #000;
  font-size: 0.9285714286em;
  border-radius: 0;
  height: 31px !important;
  min-height: 31px !important;
}

.form-control:focus {
  border-color: rgb(153, 153, 153);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .modal-body .form-group {
    margin-bottom: 15px;
  }
  .modal-body {
    display: inline-block;
  }
}
.btn-default {
  background-color: #E7E6E5;
}

.table {
  border-bottom: 1px solid #ccc;
}

.table.table-striped td:last-child {
  color: transparent;
}

.mceContentBody {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #656565;
  background-color: #fff;
}

.caret.caret-reversed {
  border-top-width: 0;
  border-bottom: 4px solid #000;
}

th .caret.caret-reversed {
  border-bottom: 4px solid #fff;
}

th .caret {
  border-top: 4px solid #fff;
}

.caret.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
}

.caret.caret-left {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-right: 4px solid;
}

.breadcrumb.parentchildren {
  margin-bottom: 0;
  margin: 0px !important;
  background: transparent;
  padding: 0 0 12px;
  /*margin-top: -1rem !important;*/
}

.breadcrumb.parentchildren > li + li:before {
  font-family: "icomoon" !important;
  font-size: 1.5rem;
  color: #8A8888;
  top: 2px;
  position: relative;
  content: "\e924";
}

.frame {
  padding-right: 0 !important;
  box-sizing: border-box;
  margin-top: 0px !important;
  width: 100% !important;
  height: 100% !important;
  overflow-y: hidden !important;
}

.w-100 {
  width: 100%;
}

/* Commnets */
.comment h3 {
  margin-top: 0;
}

.comment h3 span i {
  opacity: 1;
}

.comment p {
  margin-bottom: 0;
}

h3 .caption {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  opacity: 0.5;
}

.comment {
  background: rgba(0, 0, 0, 0.03);
  margin: 4px 0;
  padding: 6px;
  position: relative;
}

.comment .icon {
  margin-right: 0px;
  margin-left: 0px;
}

.comment .btn {
  float: left;
  margin-right: 4px;
  padding: 5px 10px;
}

.comment-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
}

.comment:hover > .comment-actions {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
}

.comment-add-reply {
  display: none;
}

.comment.is-reply {
  border-left: 5px solid rgba(0, 0, 0, 0.3);
  margin-left: 20px;
  background: rgba(0, 0, 0, 0.03);
}

.right-left-sep {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.right-sep {
  border-right: 1px solid #ccc;
}

/* Progress bar */
.progress {
  margin-bottom: 0;
}

img.nodeLoader {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 6px;
  left: 6px;
}

.nodeItem {
  position: relative;
}

@media print {
  body {
    width: 100% !important;
  }
  .progress {
    background-color: #E7E6E5 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='$whitesmoke-color', endColorstr='$whitesmoke-color')" !important;
  }
  .progress .progress-bar {
    display: block !important;
    background-color: #428bca !important;
  }
  .progress-bar-info {
    display: block !important;
    background-color: #5BC0DE !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5BC0DE', endColorstr='#5BC0DE')" !important;
  }
  .progress,
  .progress > .progress-bar {
    display: block !important;
    -webkit-print-color-adjust: exact !important;
    box-shadow: inset 0 0 !important;
    -webkit-box-shadow: inset 0 0 !important;
  }
  a[href]:after {
    content: none !important;
  }
  .print-hide,
  .updateBarChart,
  .updatePieChart {
    display: none !important;
  }
  input:empty {
    display: none !important;
  }
  .table td {
    background-color: inherit !important;
  }
  tr {
    -webkit-print-color-adjust: exact;
  }
}
.margin-top {
  margin-top: 40px;
}

.margin-bottom {
  margin-bottom: 40px;
}

.landing-page-header.margin-top {
  margin-top: 10px;
  display: none;
}

/* Allow div of pushpin to display overflowing content */
.labelPin {
  overflow: visible !important;
}

/* Hide the default pushpin, Alternatively point the icon property of the pushpin to a transparent image */
/*.labelPin img{
display:none;
}*/
/*Use this to style the text*/
.labelPin div {
  white-space: nowrap;
  color: blue !important;
}

/*fixed menu hovers*/
@media only screen and (max-width: 1366px) {
  /*.dropdown-menu li:hover .sub-menu { visibility: visible; }*/
  /*.dropdown.fixed-upper-navbar-li:hover .dropdown-menu { display: block; z-index: 1001; }*/
  html {
    font-size: 52%;
  }
}
@media only screen and (min-width: 1200px) {
  /*userLogin Area*/
}
@media only screen and (max-width: 1199px) {
  /*userLogin Area*/
  .helloSpan {
    direction: rtl;
  }
  .userSpan {
    display: block;
  }
}
/*form*/
.formGroupInline {
  display: inline-block;
  width: 100%;
}

.usersImport {
  text-align: left;
}

body.route {
  margin-right: 0;
  background-color: #F6F6F6 !important;
  font-family: "HelveticaNeueW23forSKY-Reg";
  overflow: hidden;
  height: 100vh !important;
}

.importSubmitButtonDiv {
  text-align: left;
}

.datepicker.form-control[readonly] {
  background-color: #fff;
  cursor: pointer;
}

label.rdbProgressLabel {
  margin-right: 3px;
}

.form-group.dropDownTreeFilterWrapper button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  right: 0;
}

.dateWrapper {
  max-width: initial !important;
}

.rdbProgressWrapper {
  width: inherit !important;
  display: inline-block;
  padding: 7.7px 12px;
  border-radius: 4px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-left: none;
  margin-left: -6px;
}

form .form-group .rdbProgressWrapper input[type=radio] {
  margin-left: 0 !important;
}

.btn-default.exportBtn:hover,
.btn-default.exportBtn:focus,
.btn-default.exportBtn:active,
.btn-default.importBtn:hover,
.btn-default.importBtn:focus,
.btn-default.importBtn:active,
.btn-default.printBtn:hover,
.btn-default.printBtn:focus,
.btn-default.printBtn:active {
  background-color: #656565 !important;
  color: #fff;
  border: none;
}

.btn-default.importBtn,
.btn-default.exportBtn,
.btn-default.printBtn {
  background-color: #9199A7 !important;
  color: #fff;
  border: none;
  transition: 0.4s;
}

.btn-default.importBtn:hover,
.btn-default.importBtn:focus,
.btn-default.exportBtn:hover,
.btn-default.exportBtn:focus,
.btn-default.printBtn:hover,
.btn-default.printBtn:focus {
  background-color: #656565 !important;
  color: #fff;
  border: none;
}

.ResponseEditForm {
  margin-right: 0;
}

.rdbProgress {
  position: relative;
  top: 1px;
}

/*end form*/
/*mainpage item & grid*/
.appItemWarper,
.list-element-item {
  padding: 0 5px;
}

.thumbnail {
  height: 185px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #ccc;
  border-radius: 0;
  border: 0;
}

.thumbnail:hover {
  background-color: rgba(46, 69, 155, 0.5);
}

.appItemWarper a:hover,
.list-element-item a:hover {
  text-decoration: none;
}

.thumbnail img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.thumbnailImgHolder {
  height: 100px;
  width: 100%;
  max-height: 100px;
  max-width: 100%;
  position: relative;
  min-height: 100px;
  margin-top: 0px;
}

.thumbnailImgHolder img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.appItemWarper h3,
.list-element-item h3 {
  margin-top: 10px;
  font-size: 18px;
  color: #000;
  font-family: "GE_SS_2_Light";
}

.appItemWarper h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

/*.list-element-item .thumbnail {
    height: 96px;
    background-color: $white-color;
    padding: 0
}

.list-element-item .thumbnailImgHolder,
.list-element-item .caption {
    display: inline-block;
    text-align: $left; // lead change dir
    vertical-align: middle
}

.list-element-item .thumbnailImgHolder {
    margin-top: 0;
    background-color: $light-grey-color;
    width: 96px;
    height: 96px;
    max-height: 96px;
    min-height: 96px;
}

.list-element-item .thumbnailImgHolder img {
    max-width: 80%;
    max-height: 80%
}*/
.list-element-item .caption {
  width: calc(100% - 101px);
}

.list-element-item h3 {
  font-size: 18px;
}

.thumbnail:hover {
  background-color: rgba(46, 69, 155, 0.5);
}

/*.list-element-item .thumbnail:hover .thumbnailImgHolder {
    background-color: rgba($primary-color, .2)
}*/
.filter-button-group {
  background-color: #ccc;
  margin: 0 5px 10px;
  padding: 0 5px;
}

.filter-button-group button {
  background-color: #656565;
  color: #fff;
  border: 0;
  box-shadow: 0;
  padding: 5px 10px;
  margin: 5px;
  outline: 0;
  transition: 0.4s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.filter-button-group button:hover,
.filter-button-group button:active,
.filter-button-group button:focus {
  outline: 0;
  border: 0;
  opacity: 0.8;
}

.filter-button-group button.active-button {
  background-color: #2e459b;
  color: #fff;
  transition: 0.4s;
}

/*FCsa Table*/
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th {
  background-color: #BFB7AF !important;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  padding: 10px 5px;
  position: relative;
}

.table th a {
  color: #000;
}

.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  border-bottom: 1px solid #DFD6CD;
  border-top: 1px solid #DFD6CD;
  padding: 5px;
  color: #656565;
  font-size: 13px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #DFD6CD;
}

/*.table-striped>tbody>tr:nth-child(even):hover{
    background-color: $secondary-color-l;
}*/
td a {
  display: inline-block;
  margin: auto 0px;
  margin-left: 8px;
  text-decoration: none !important;
  vertical-align: middle;
  color: #000;
  font-size: 1.6rem;
  transition: 0.4s;
}

td a:hover,
td a:focus,
td a:active {
  text-decoration: underline;
}

ol.breadcrumb {
  margin-bottom: 10px !important;
}
ol.breadcrumb .breadcrumb {
  margin-bottom: 0;
}
ol.breadcrumb .active {
  cursor: auto;
}

.breadcrumb a {
  color: #2E459B !important;
  transition: 0.4s;
  font-size: 1.6rem;
  background: none !important;
  padding: 0 !important;
  text-decoration: none;
}

.breadcrumb a:hover,
.breadcrumb a:focus,
.breadcrumb a:active {
  color: #2E459B !important;
  background: none !important;
}

.breadcrumb li {
  background: none !important;
  font-size: 1.6rem;
  color: #8A8888 !important;
  display: inline-flex;
}

td .view-answer,
td .view-web-survey,
td .edit,
td .delete,
td .restore,
td .call-center {
  font-size: 0;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
}
td .view-answer:hover,
td .view-web-survey:hover,
td .edit:hover,
td .delete:hover,
td .restore:hover,
td .call-center:hover {
  background-color: #F1E9E9;
}
td .view-answer:hover::before,
td .view-web-survey:hover::before,
td .edit:hover::before,
td .delete:hover::before,
td .restore:hover::before,
td .call-center:hover::before {
  color: #BB2626 !important;
}

.call-center:hover::before {
  content: url("../../../Content/Images/icons/phone-call-hover.svg");
}

td .view-answer:before,
td .view-web-survey:before {
  font-family: "icomoonNew" !important;
  font-size: 20px;
  color: #9199A7;
  transition: all 0.3s ease;
  font-size: 2rem;
}

td .edit:before,
td .delete:before,
td .restore:before {
  font-family: countIcon;
  font-size: 20px;
  color: #9199A7;
  transition: all 0.3s ease;
  font-size: 2rem;
}

td .edit:hover, td .view-answer:hover, td .view-web-survey:hover {
  background-color: #E3E9F2 !important;
}
td .edit:hover:before, td .view-answer:hover:before, td .view-web-survey:hover:before {
  color: #304599 !important;
}

td .view-answer:before {
  content: "\e901";
}

td .view-web-survey:before {
  content: "\e900";
}

td .edit:before {
  content: "\e905";
}

td .delete:before {
  content: "\e906";
}

td .restore:before {
  content: "\e925" !important;
  font-family: "icomoon" !important;
}

.delete:before {
  content: "\e906";
  font-family: countIcon;
}

/*form style*/
.form-horizontal {
  margin-top: 40px;
}

label,
.control-label {
  text-align: right !important;
  padding-right: 0 !important;
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

form .form-group label {
  padding-top: 8px;
}

.text-danger, .error-msg {
  color: #fb5d5a;
  margin-top: 5px;
  font-size: 13px;
}

.valid-msg {
  color: green;
  margin-top: 5px;
  background-color: #fff;
}

.btn-primary,
.btn-default {
  background-color: #304599;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  padding: 6px 20px 5px;
  font-size: 14px;
  transition: 0.4s;
}

.btn-primary:hover,
.btn-default:hover,
.btn-primary:focus,
.btn-default:focus,
.btn-primary:active,
.btn-default:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #2E459B;
  border-color: #2E459B;
  color: #fff;
}

.domainsDropdown .btn-default:hover {
  color: #BFB7AF;
}

.btn-default {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #656565;
  padding: 6px 20px 5px;
  font-size: 14px;
}

/*.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{background-color:$white-color}*/
.btn-back,
.btn-back:hover,
.btn-back:focus {
  text-decoration: none;
}

.filters .search {
  background-color: #2E459B;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  padding: 6px 20px 5px;
  transition: 0.4s;
  margin-top: 0;
}

.filters .search:hover,
.filters .search:focus,
.filters .search:active,
.filters .search.active {
  background-color: #2E459B;
  opacity: 0.8;
}

.navbar-form .form-group {
  vertical-align: middle;
}

/*tooltip style*/
.tooltipicon {
  font-size: 18px;
  position: absolute;
  left: 5px;
  top: 5px;
}

.tooltip {
  opacity: 1;
}

.tooltip > .tooltip-inner {
  background-color: #656565;
  color: #fff;
  border-radius: 0px;
  padding: 15px;
  width: auto;
  min-width: 200px;
  text-align: right;
  opacity: 1;
}

.tooltip.top > .tooltip-arrow {
  border-top: 5px solid #656565;
}

/*model style*/
.modal-content {
  border: 8px solid #656565;
  padding: 0px 30px;
}

.modal-header {
  border: 0;
  padding: 15px 0 0;
}

.modal-body {
  position: relative;
}

.modal-footer {
  background-color: #ccc;
  border: 0;
  margin-bottom: 20px;
  text-align: right;
}

div#SurveyType {
  border: 1px solid #ccc;
  margin-top: 4px;
  border-radius: 4px;
  width: initial !important;
}

div#SurveyType > div {
  margin: 0 9px;
  margin-top: 7px;
  float: right;
}

/*dropdown tree*/
.single .spacesSpan {
  display: none;
}

.domainsDropdown .dropdownMenuClass {
  text-align: right;
}

/*end dropdown tree*/
/*Survey Rules*/
.dependantPartSection {
  border-right: 1px solid #ccc;
}

.no-padding {
  padding-top: 0 !important;
}

.sameLevelDiv {
  text-align: center;
  padding: 2px 10px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-right: 0 !important;
  width: auto !important;
  height: 31px;
  border-radius: 0;
  float: left !important;
}

.sameLevelDiv input[type=checkbox] {
  margin: 6px 0px 0 0px !important;
  margin-left: 5px !important;
}

.sameLevelDiv > label {
  margin-top: 3px !important;
}

.sameLevelDivright {
  padding: 0 5px !important;
  width: 25% !important;
  margin-top: 5px !important;
}

.questionMargin {
  margin-top: 7px;
}

.questionFormGroup {
  margin-bottom: 0;
}

.deleteQuestionBtnX {
  display: inline-block;
  width: 100%;
  text-align: left;
}

.divQuestion {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.chkIsInSameLevel {
  float: right;
  margin-top: 3px;
}

.sameLevelLabel {
  margin-top: 1px !important;
}

.numberType {
  padding: 0 !important;
  margin: 0 !important;
}

.divRegClass {
  margin: 0 !important;
  width: 100% !important;
  padding: 40px 0 0 0 !important;
  margin-top: 5px;
}

.noPaddingTop {
  padding-top: 0 !important;
}

.rangeInput {
  margin-bottom: 10px;
}

.rangeLabel {
  padding: 0 !important;
}

#drpCompareType {
  padding: 1px;
  margin-bottom: 5px !important;
}

.txtCompare {
  margin-right: 5px;
  position: relative;
  right: -1%;
}

.chooseQuestionChck {
  padding: 0 !important;
  padding-right: 15px !important;
  margin-top: 5px;
}

.chooseQuestionChck > .col-md-3:first-child {
  padding: 0 !important;
}

.divRegLabel {
  padding-right: 15px !important;
}

.dependantAnswers {
  padding: 0 !important;
}

.compareDrpDown {
  padding: 1px 1px 1px 1px !important;
  margin-bottom: 5px !important;
}

.noPadding {
  padding: 0 !important;
}

#divValidationSum {
  padding-top: 15px !important;
}

.validationSumQuestionDiv {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.deleteQuestionValidationSum {
  margin-top: 5px;
  display: inline-block;
  width: initial;
  float: left;
  position: absolute;
  left: -65px;
  top: -5px;
  font-size: 14px;
}

.hiddenFilterSpan {
  display: none;
}

#txtMinRange,
#txtMaxRange {
  padding: 5px !important;
}

.paddingrightzero {
  padding-right: 0 !important;
}

.padding-10 {
  padding-right: 10px !important;
}

#divNumberSameLevel {
  display: none;
}

.compareResponsesIndex td {
  background-color: transparent !important;
}

.compareResponsesIndex > tbody > tr:hover > td,
.compareResponsesIndex > tbody > tr:hover > th {
  background-color: initial;
}

.compareResponsesIndex .editAndCompareTD {
  min-width: 110px;
}

/*end Survey Rules*/
/*containers*/
.chartDataWrapper {
  background: #E7E6E5;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 15px;
  color: #2385BD;
}

.chartDataWrapper h3 {
  margin: 10px 15px;
  font-size: 30px;
}

.chartDataWrapper p {
  padding: 0 0 2px 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  text-align: center;
}

.chartDataWrapper.redData {
  background: #9F0000;
  color: #fff;
}

.chartDataWrapper.greenData {
  background: #339618;
  color: #fff;
}

@media (min-width: 992px) {
  li.fixed-upper-navbar-li.dropdown > a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .upper-navbar-header {
    max-width: 110px;
  }
  .upper-navbar-header h3,
  .upper-navbar-header .h3 {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  li.fixed-upper-navbar-li.dropdown > a {
    font-size: 11px;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .upper-navbar-header {
    max-width: 100%;
    width: 100%;
  }
  img.appLogoMain {
    margin-right: 15px;
  }
  .fixed-ul-navbar {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .sidenavTogglerContanier .pin {
    display: none;
  }
  .first-level {
    margin: 0;
  }
  .navbar-nav .open .dropdown-menu {
    width: 100%;
    margin: 0;
  }
  .second-level li.fixed-upper-navbar-li.dropdown.open > a:after {
    top: 25%;
  }
  .sidenavTogglerContanier {
    display: none;
  }
}
@media (max-width: 375px) {
  .container-fluid > .navbar-collapse {
    width: 110%;
  }
}
@media (max-width: 320px) {
  .container-fluid > .navbar-collapse {
    width: 114%;
  }
}
.report-table td,
.report-table th {
  border-left: solid #ccc 1px;
}

.report-table th {
  text-align: center;
}

.report-table {
  border-right: solid #ccc 1px;
  margin-left: 40px;
  display: table;
}

.text-left.created-in {
  float: left;
  margin-top: 10px;
}

/*Print Query*/
@media print {
  .framem,
  .route {
    height: auto !important;
  }
  .hiddenFilterSpan {
    display: none !important;
  }
  .form-group {
    float: right;
  }
  .form-group input,
  .form-group select,
  .form-group button {
    border: none;
    box-shadow: none;
  }
  .navbar {
    display: inline-block !important;
  }
  .printBtn,
  .caret,
  .search {
    display: none;
  }
  .rdbProgressWrapper,
  .disabled {
    display: none !important;
  }
  .highchartsContainer .highcharts-container {
    outline: none !important;
  }
  .noPrint,
  .fullBtn {
    display: none !important;
  }
  .noPaddingright {
    padding-right: 0 !important;
  }
  .highcharts-container {
    padding: 0 !important;
    margin: 0 !important;
  }
}
/*end Print Query*/
/*dropdown search*/
.dropdownTreeSearchContainer ul {
  padding: 5px 10px;
  border: 1px solid #ccc;
  position: absolute;
  top: 34px;
  border-radius: 5px;
  max-height: 250px;
  overflow-y: auto;
  list-style: none;
  min-width: 255px;
  background: #fff;
  z-index: 1;
  overflow-x: hidden;
}

.dropdownTreeSearchContainer ul li {
  cursor: pointer;
}

/* dashboards */
.selectDropDownDiv > select {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  height: 32px;
}

.dashBox select {
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
}

.selectDropDownDiv select {
  max-width: 460px;
  float: right;
  font-size: 11px;
}

/*for IE10*/
.dashBox select::-ms-expand {
  display: none;
}

.static-dashboard .form-control {
  font-weight: bold;
}

.static-dashboard .selectDropDownDiv {
  width: 100% !important;
}

.static-dashboard .searchBtnDiv {
  display: none;
}

.noPaddingright {
  padding-right: 0 !important;
}

.noPaddingleft {
  padding-left: 0 !important;
}

.domainsDD .domainsDropdown > ul > li:first-child .fa {
  display: none;
}

/*legends custom*/
fieldset {
  border: 1px solid #999;
  padding-right: 15px;
  margin-bottom: 30px;
  text-align: right;
}

legend {
  width: inherit !important;
  padding-left: 15px;
  border-bottom: 0;
  padding-right: 15px;
  text-align: right;
}

/*highcharts*/
.highcharts-tooltip {
  background: #fff;
  z-index: 99999 !important;
}

.highcharts-tooltip span {
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9999 !important;
}

.highcharts-loading {
  direction: rtl;
}

button.btn.btn-default.fullBtn {
  background: #2E459B;
  color: #fff;
  position: absolute;
  top: -61px;
  left: 0px;
  z-index: 2000;
}

button.btn.btn-default.fullBtn:hover,
button.btn.btn-default.fullBtn:focus,
button.btn.btn-default.fullBtn:active {
  background: #2E459B;
}

.dashBox {
  position: relative;
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}

.highchartsContainer {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  direction: ltr;
  text-align: right;
  max-width: 100%;
}

.multiSelectDropdownHolder {
  position: absolute;
  width: 100%;
  top: -2px;
  right: 0;
  z-index: 2;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.multiSelectDropdownHolder .btn-group,
.multiSelectDropdownHolder button {
  min-width: 100%;
  text-align: right;
  background-color: #fff;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.dashElement {
  text-align: center;
  padding: 5px;
  background-color: #fff;
  border-radius: 3px;
  border-right: 15px solid #000;
  min-height: 20px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.dashElementHolder {
  padding: 5px;
}

.dashElement p {
  font-size: 24px;
  text-align: center;
  font-family: "Segoe UI" !important;
  direction: ltr !important;
}

.dashElement > label {
  color: #BFB7AF;
}

.greenElement {
  border-color: #4caf50;
}

.redElement {
  border-color: #f44336;
}

.blueElement {
  border-color: #03a9f4;
}

.yellowElement {
  border-color: #ffd800;
}

.noPadding {
  padding: 0 !important;
}

.multiSelectDropdownHolder .checkbox input[type=checkbox],
.multiSelectDropdownHolder .checkbox-inline input[type=checkbox] {
  margin-right: 20px;
  position: relative;
  top: -2px;
}

.absoluteDiv2 {
  position: absolute;
  top: 20px;
  left: 45px;
}

.error {
  color: #fb5d5a;
}

.highchartsContainer {
  direction: ltr;
}

#dashBox {
  position: relative;
  top: -5px;
  display: inline-block;
  width: 100%;
}

.dashbox-holder {
  margin-top: 15px;
}

#container-Progress {
  min-width: 310px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  margin-top: 6px;
  height: 340px !important;
}

#container-ResponsesStatus .highcharts-container,
#container-Progress .highcharts-container,
#container-PercentageDaily .highcharts-container,
#container-PercentageUntilToday .highcharts-container,
#container-inAreaPercentage .highcharts-container,
#container-unavailableUsersPercentage .highcharts-container,
#container-outOfAreaPercentage .highcharts-container,
#container-DataNullLocationsPercentage .highcharts-container,
#container-DataDoneInMoreThanDisPercentage .highcharts-container,
#container-DataLessThanPropTimePercentage .highcharts-container {
  border: none !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  text-align: right;
  max-width: 100%;
  direction: ltr;
}

.dashElement {
  text-align: center;
  padding: 5px;
  background-color: #fff;
  border-radius: 3px;
  border-right: 15px solid #000;
  min-height: 20px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}

.dashElementHolder {
  padding: 5px;
}

.dashElement p {
  font-size: 24px;
  text-align: center;
  font-family: "Segoe UI" !important;
  direction: ltr !important;
  margin-bottom: 6px;
}

.fontFamily {
  font-family: GE_SS_2_Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

button .nodeLoader {
  top: 8px;
  background-color: #fff;
}

.dashBox select {
  border: 0;
  box-shadow: none !important;
  border-bottom: 1px solid #E7E6E5;
  padding: 0;
  width: 100%;
  text-align: right;
  direction: rtl;
  padding-right: 10px;
}

.form-clear-btn {
  float: left;
}

.noTopBorder tr:first-child td {
  border-top: none;
}

.innerTable {
  min-width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.middleVerticalAlign td {
  vertical-align: middle !important;
}

.list-unstyled li {
  background: transparent !important;
}

/*dimmer*/
@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spinnerRotate {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
.generalDimmer .fa {
  top: 2%;
  left: 0%;
  -webkit-animation-name: spinnerRotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spinnerRotate;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spinnerRotate;
  -ms-animation-duration: 1s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}

.generalDimmer {
  top: 0;
  right: 0;
  font-size: 20px;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  color: #fff !important;
}

.generalDimmer > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.small-h1 {
  font-size: 30px;
}

/*Compare Quality Responses*/
.compareTable tr {
  border: 0px solid #ccc;
  border-top: none;
}

.compareTable tr td,
.compareTable tr th {
  border-left: 1px solid #ccc;
  max-width: 0;
  overflow: hidden;
  padding-right: 5px;
}

.compareTable tr td:last-child {
  border-left: none;
}

.compareTable tr:first-child {
  border-top: 1px solid #ccc;
}

.compareTableHeader {
  text-align: center;
}

.compareTableHeader h4 {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.compareTable tr:hover {
  background: #ccc;
}

.compareTable .col-md-9 {
  padding: 0;
}

.compareTable table {
  min-width: 100%;
}

.compareTable .categoryHeading {
  padding: 0 10px;
  background: #fff;
  float: right;
  width: 25%;
  height: 40px;
  position: relative;
  border-right: 1px solid #ccc;
}

.compareTable .categoryHeading:first-child {
  border-right: none;
}

.compareTable .categoryHeading h4 {
  color: #BFB7AF !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.percentatge-span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  padding-right: 4px;
  padding-left: 4px;
  font-size: 11px;
  color: #000;
  text-shadow: none !important;
  font-weight: bold;
}

.compareTable .categoryHeading h4 span {
  float: left;
}

.compareTable .panel-heading {
  padding: 0;
  display: inline-block;
  border-bottom: 2px solid #999;
  width: 100%;
}

.diffAnswer {
  background-color: rgba(0, 0, 0, 0.2);
}

tr.data-row {
  border-bottom: 2px solid #999;
}

.total-similarity {
  position: absolute;
  right: 50%;
  transform: translate(-50%);
  bottom: 0;
  font-size: 16px;
  color: #999;
}

.total-percentage {
  position: absolute;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: -29px;
  font-size: 16px;
  background: #F99393;
  border-top-left-radius: 5px;
  padding: 3px 5px;
  border-top-right-radius: 5px;
  color: #BFB7AF;
  width: 100%;
  text-align: center;
}

.form-group {
  margin-bottom: 5px !important;
  margin-right: 5px;
  margin-left: 5px;
}

.form-horizontal .form-group {
  margin-bottom: 15px !important;
  margin-left: auto;
  margin-right: 0;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: unset;
}

.form-group .domainsDD,
.form-group .usersDD {
  margin-bottom: 0 !important;
}

.sideBySide {
  display: inline;
}

.fromTo {
  font-size: 16px;
  text-align: center;
}

.divQuestionAnswers {
  min-height: 0 !important;
  display: inline-block;
  width: 100%;
  max-width: 900px;
}

.divQuestionAnswers > div {
  padding: 0;
}
.divQuestionAnswers > div .control-label {
  padding: 0 !important;
}
.divQuestionAnswers > div .countInptField .list-unstyled {
  margin-bottom: 10px;
}

/*tables restyling
tr th { background: #03376b !important; color: $light-grey-color; }
tr th a { color: $white-color; }
tr th a:hover { color: $light-grey-color; }
tr th .caret { border-top-color: $white-color; }
tr th .caret.caret-reversed { border-bottom-color: $white-color; }
.flippedTable th { background-color: $whitesmoke-color !important; color: $black-color;; }
.percentage-min-width { min-width: 75px; }

*/
.uploadedReportsTable tr td:first-child {
  max-width: 400px;
}

/*Browse Btn*/
.input-group-addon:not(:first-child) {
  border-left: 1px solid #ccc !important;
  border-right: 0 !important;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

body .fileinput-new.input-group .btn-file,
body .fileinput-new .input-group .btn-file {
  background-color: #2E459B;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  min-height: 31px;
  height: 31px;
  line-height: 1.5 !important;
}

.fileinput-new.input-group .btn-file *,
.fileinput-new .input-group .btn-file * {
  cursor: pointer;
}

/* online survey */
.survey-content .form-control {
  max-width: 500px;
}

.survey-content .survey-question {
  margin-top: 20px;
}

.survey-content .nav-pills > li {
  background: #ccc;
  margin: 4px;
}

.survey-content .nav-pills > li > a {
  color: #000;
}

.survey-content .nav-pills > li.active > a {
  color: #fff;
}

/*maps*/
.map-capmas-controls {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  top: -3px;
}

.map-capmas-controls button {
  background-color: #03366A !important;
  color: #fff;
  border: none;
}

.map-capmas-controls button:hover,
.map-capmas-controls button:active,
.map-capmas-controls button:focus {
  color: #fff;
}

@media (max-width: 853px) {
  .printBtn {
    display: none !important;
  }
}
/*Locative Number*/
ul#isPrinted,
ul#UnitUsage {
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 25px;
  border-radius: 4px;
  padding-right: 10px;
}

ul#isPrinted li,
ul#UnitUsage li {
  display: inline-block;
  margin-top: 25px;
  margin-top: 0;
  margin-left: 8px;
}

ul#isPrinted li input,
#UnitUsage li input {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.cards-number {
  position: relative;
  padding: 5px;
  top: 2px;
  background: #E7E6E5;
  border-radius: 4px;
}

.no-max-width {
  max-width: none !important;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

#btnLocativeNumber {
  margin-right: 10px;
}

.similarityPercentage label {
  margin-right: 5px;
}

/*END Locative Number*/
.questionHidden {
  color: #999;
}

/*Exam*/
/*Seminar Quiz*/
.quizIntroduction {
  background: url("../Images/quizBannerBG.jpg") no-repeat top center;
  background-size: cover;
  padding: 65px 40px 55px;
  overflow: hidden;
}

.quizBtn,
a.quizBtn {
  background: #1C317D;
  padding: 10px 45px;
  text-align: center;
  font-size: 18px;
  border-radius: 2px;
  font-weight: 500;
  color: #fff;
  border: none;
  min-width: 180px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
}

.quizIntroduction .title {
  color: #d99e20;
  margin-bottom: 25px;
}

.quizIntroduction .description {
  font: 18px normal;
  color: #fff;
  line-height: 1.3;
}

#startPage {
  min-height: 440px;
}

.quizHeader {
  background-size: cover;
  margin: 0;
  background-color: #304599;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 31px 45px;
  position: relative;
}
.quizHeader.fullHeightWithBackground {
  height: 91vh;
}
.quizHeader.fullHeightWithBackground:before {
  background: url("Images/examsBg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.quizHeader:before {
  content: "";
  background: url("Images/graph1.png");
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.quizHeader.with-scorepage {
  margin: 25px 0 0px 0;
  height: 100vh;
}
.quizHeader.with-scorepage:before {
  background: url("Images/examsBg.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.quizHeader .quesations-steps-exam {
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.quizHeader .quesations-steps-exam .owl-stage {
  margin: 0 auto;
}
.quizHeader .quesations-steps-exam .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quizHeader .quesations-steps-exam .owl-item.active {
  background: transparent;
}
.quizHeader .quesations-steps-exam .owl-item.active:last-of-type li:after {
  display: none !important;
}
.quizHeader .quesations-steps-exam .owl-item .active {
  background: transparent;
}
.quizHeader .quesations-steps-exam .owl-item .completed span:before {
  font-family: "countIcon";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  content: "\ea10";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4AD991;
}
.quizHeader .quesations-steps-exam .owl-item li {
  position: relative;
}
.quizHeader .quesations-steps-exam .owl-item li:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 65px;
  height: 2px;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
}
.quizHeader .quesations-steps-exam .owl-item li.active span {
  color: #1C317D;
}
.quizHeader .quesations-steps-exam .owl-item li span {
  background: #fff;
  color: #A6A6A6;
  font-size: 18px;
  font-family: "Segoe UI", sans-serif;
  width: 38px;
  height: 38px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.quizHeader .quesations-steps-exam .owl-prev {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.quizHeader .quesations-steps-exam .owl-prev.disabled {
  display: none;
}
.quizHeader .quesations-steps-exam .owl-prev span {
  color: #fff;
}
.quizHeader .quesations-steps-exam .owl-prev span:before {
  content: "\e080";
}
.quizHeader .quesations-steps-exam .owl-next {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.quizHeader .quesations-steps-exam .owl-next.disabled {
  display: none;
}
.quizHeader .quesations-steps-exam .owl-next span {
  color: #fff;
}
.quizHeader .quesations-steps-exam .owl-next span:before {
  content: "\e079";
}

ul.questionsCount {
  margin: 0;
  text-align: center;
  display: table;
  width: 100%;
  list-style: none;
}

ul.questionsCount > li {
  position: relative;
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  display: table-cell;
}

ul.questionsCount > li:hover {
  background: inherit;
  color: inherit;
}

ul.questionsCount > li > span {
  padding: 5px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  z-index: 1;
  position: absolute;
  line-height: 20px;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

ul.questionsCount > li:after {
  left: 50%;
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  position: absolute;
  top: calc(50% - 2.5px);
  z-index: 0;
}

ul.questionsCount > li.active:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  background: #313978;
  border-radius: 50%;
  position: absolute;
  right: calc(50% - 20px);
  top: calc(50% - 20px);
  z-index: 1;
}

ul.questionsCount > li.active > span,
ul.questionsCount > li.active:after {
  background: #d99e20;
}

ul.questionsCount > li:first-of-type:after {
  display: none;
}

.quizBody {
  padding: 40px 30px;
  min-height: 110px;
  background: #fff;
}
.quizBody.removeHight {
  display: none;
}

.answer-step {
  margin: 0px !important;
  width: 100%;
}
.answer-step label {
  background: #F6F6F6;
  padding: 17px;
  width: 100%;
  padding-right: 20px !important;
  font-size: 18px;
  color: #000000;
}
.answer-step label span {
  width: 38px;
  height: 38px;
  margin-left: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.answer-step input[type=checkbox], .answer-step input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  position: absolute;
}
.answer-step input[type=checkbox] + label, .answer-step input[type=radio] + label {
  margin-bottom: 10px;
  border-radius: 2px;
}
.answer-step input[type=checkbox] + label:before, .answer-step input[type=radio] + label:before {
  display: none !important;
}
.answer-step input[type=checkbox]:checked + label, .answer-step input[type=radio]:checked + label {
  background: rgba(28, 49, 125, 0.2);
}
.answer-step input[type=checkbox]:checked + label:after, .answer-step input[type=radio]:checked + label:after {
  display: none !important;
}

h3.ruleTestTitle {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 20px;
  color: #071434;
  font-size: 24px;
  text-decoration: underline;
  text-transform: capitalize;
}

#questionTitle,
.questionTitle {
  color: #071434;
  font-size: 22px;
  margin-bottom: 20px;
}

.reviewRightAnswers .reviewQuestionTitle {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.reviewRightAnswers .reviewQuestionTitle .quistionNo {
  font-weight: 500;
  width: 40px;
  height: 40px;
  background: #1C317D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.reviewRightAnswers .reviewQuestionTitle .questionTitle {
  font-size: 18px !important;
  color: #000000;
  font-weight: 500;
  margin: 0;
}
.reviewRightAnswers .questionAnswer {
  padding: 20px 0;
}
.reviewRightAnswers .reviewQuestionUserAnswer {
  background: none;
  padding: 0 15px;
  margin-bottom: 15px;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.returnto-my-exam {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.reviewRightAnswers .reviewQuestionUserAnswer .result-answering .yourAnswer {
  color: #C40909;
  font-size: 18px;
  font-weight: 400;
}
.reviewRightAnswers .reviewQuestionUserAnswer .questionBrief {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.reviewRightAnswers .reviewQuestionUserAnswer .questionBrief i[class=" "] {
  font-size: 20px;
  font-style: inherit;
  font-weight: 500;
}
.reviewRightAnswers .reviewQuestionUserAnswer .questionBrief .count-checkmark:before {
  color: #226809;
}
.reviewRightAnswers .reviewQuestionUserAnswer .questionBrief .count-close:before {
  color: #C40909;
  font-size: 13px;
  font-weight: 600;
}
.reviewRightAnswers .reviewQuestionUserAnswer .questionBrief i {
  margin-left: 30px;
}
.reviewRightAnswers .reviewQuestionUserAnswer .questionBrief b {
  font-size: 18px;
  font-weight: initial;
}
.reviewRightAnswers .reviewQuestionRightAnswer {
  background: none;
  padding: 0 15px;
  margin-bottom: 15px;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*.questionBrief {
      display: flex;
      align-items: center;
      margin-bottom: 0;

      i {
      }

      b {
          font-size: 18px;
          font-weight: initial;
      }
  }*/
}
.reviewRightAnswers .reviewQuestionRightAnswer .result-answering {
  /*.yourAnswer {
      color: #C40909;
      font-size: 18px;
      font-weight: 400;
  }*/
}
.reviewRightAnswers .reviewQuestionRightAnswer .result-answering b {
  color: #226809 !important;
  font-size: 18px;
  font-weight: 400;
}
.reviewRightAnswers .reviewQuestionRightAnswer .result-answering b.yourAnswer {
  color: #C40909;
}
.reviewRightAnswers .reviewQuestionRightAnswer .questionBrief {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.reviewRightAnswers .reviewQuestionRightAnswer .questionBrief .count-checkmark:before {
  color: #226809;
}
.reviewRightAnswers .reviewQuestionRightAnswer .questionBrief i {
  margin-left: 30px;
}
.reviewRightAnswers .reviewQuestionRightAnswer .questionBrief b {
  font-size: 18px;
  font-weight: initial;
}

.quesation-item-custom {
  display: flex;
  align-items: center;
}
.quesation-item-custom .quesation-number {
  margin-left: 10px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  background: #1C317D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.quesation-item-custom .questionText {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

#questionBrief,
.questionBrief {
  font-size: 16px;
  color: #071434;
  margin-bottom: 35px;
  line-height: 1.5;
}

#questionTitle .questionText {
  font-size: 19px;
  display: block;
}

#questionTitle .selectGide {
  font-size: 16px;
  display: block;
  margin-top: 15px;
}

.cstmRadio {
  position: relative;
  display: inline-block;
  margin: 15px 0;
}

.cstmRadio label {
  margin: 0;
  padding-right: 35px;
  cursor: pointer;
}

.cstmRadio input[type=radio] {
  opacity: 0;
  filter: alpha(opacity=0);
  vertical-align: sub;
  margin: 0;
  width: 16px;
  height: 16px;
  position: absolute;
}

.cstmRadio input[type=radio] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #656565;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}

.cstmRadio input[type=radio]:checked + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 4px;
  top: calc(50% - 4px);
  z-index: 1;
}

.quizBtnHolder {
  display: block;
  text-align: center;
  margin-top: 45px;
}

p#questionWarning {
  padding: 0;
  background: rgba(217, 74, 74, 0.11);
  color: #000000;
  font-size: 16px;
  display: flex;
  align-items: center;
}
p#questionWarning i {
  text-align: center;
  margin-left: 10px;
  background: #D94A4A;
  padding: 1rem;
  margin-top: 0;
  font-size: 18px;
  color: #fff;
}

#final-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
#final-header h2 {
  color: #ffffff;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
}

#userScore {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#userScore img {
  margin-bottom: 30px;
  height: 120px;
}
#userScore i {
  width: 65px;
  height: 65px;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}
#userScore i:before {
  font-size: 35px;
  color: #304599;
}
#userScore h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin: 0px 0 10px;
}
#userScore p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
.totalScore {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(28, 49, 125, 0.5);
  padding: 12px 0px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  width: 189px;
  height: 130px;
}
.totalScore .scoreText {
  font-size: 18px;
  color: #fff;
}
.totalScore .scoreValue {
  font-size: 44px;
  color: #fff;
  font-weight: 500;
}
.totalScore .scoreOutof {
  font-size: 18px;
  color: #fff;
}

#userScore .review-right-answer {
  padding: 10px 35px;
  border: 0;
  color: #1C317D;
  font-size: 18px;
  background: #ffffff;
  font-weight: 500;
  border-radius: 2px;
}
#userScore .review-right-answer.quizBtn {
  margin-top: 20px;
}

/*#userScore h2 {
    font-size: 24px;
    color: #d99e20;
    margin-bottom: 25px
}

#userScore p {
    color: $white-color;
    font-size: 16px
}

#userScore p i {
    vertical-align: middle
}

#userScore .totalScoreshadow {
    width: 218px;
    height: 218px;
    border-radius: 50%;
    position: absolute;
    right: calc(50% - 109px); // lead change dir
    top: calc(100% - 88px);
    background: rgba($black-color, 0.2);
}

#userScore .totalScore {
    width: 188px;
    height: 188px;
    border-radius: 50%;
    position: absolute;
    right: calc(50% - 94px); // lead change dir
    top: calc(100% - 73px);
    padding: 40px 20px;
    text-align: center;
    background: #4359be;
    background: -moz-linear-gradient(top, #4359be 0%, #4256ad 20%, #4455af 22%, #4354ac 23%, #4454ab 28%, #4353a8 28%, #4352a5 33%, #4b4c9c 48%, #4e4d9d 50%, #4d4c9a 51%, #514996 59%, #544995 59%, #544691 68%, #574792 68%, #56468f 69%, #5a468e 76%, #5a428c 81%, #5f4187 94%, #61418a 99%, #604187 100%);
    background: -webkit-linear-gradient(top, #4359be 0%, #4256ad 20%, #4455af 22%, #4354ac 23%, #4454ab 28%, #4353a8 28%, #4352a5 33%, #4b4c9c 48%, #4e4d9d 50%, #4d4c9a 51%, #514996 59%, #544995 59%, #544691 68%, #574792 68%, #56468f 69%, #5a468e 76%, #5a428c 81%, #5f4187 94%, #61418a 99%, #604187 100%);
    background: linear-gradient(to bottom, #4359be 0%, #4256ad 20%, #4455af 22%, #4354ac 23%, #4454ab 28%, #4353a8 28%, #4352a5 33%, #4b4c9c 48%, #4e4d9d 50%, #4d4c9a 51%, #514996 59%, #544995 59%, #544691 68%, #574792 68%, #56468f 69%, #5a468e 76%, #5a428c 81%, #5f4187 94%, #61418a 99%, #604187 100%);
}

#userScore .totalScore span {
    display: block;
    color: $white-color;
    line-height: 1;
}

#userScore .totalScore .scoreText {
    color: #d99e20;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 5px
}

#userScore .totalScore .scoreValue {
    font-size: 60px;
    margin-bottom: 2px
}

#userScore .totalScore .scoreOutof {
    font-size: 17px
}
*/
.questionAnswer {
  padding: 50px 0;
  border-bottom: 1px solid #999;
}

.questionAnswer:last-of-type {
  border: none;
}

.questionAnswer:first-of-type {
  padding-top: 0;
}

.questionBrief i {
  vertical-align: middle;
  margin-left: 8px;
  line-height: 0.9;
  text-align: center;
  width: 0.9em;
}

.questionBrief i.text-danger {
  color: #d65a49;
}

.questionBrief i.text-success {
  color: #24ad87;
}

.reviewQuestionTitle .quistionNo {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #E7E6E5;
  vertical-align: baseline;
  color: #071434;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
}

.reviewQuestionUserAnswer,
.reviewQuestionrightAnswer {
  padding: 10px 20px;
  background: #E7E6E5;
  margin-top: 15px;
}
.reviewQuestionUserAnswer .correctAnswer,
.reviewQuestionrightAnswer .correctAnswer {
  font-size: 18px;
  font-weight: 400;
  color: #226809 !important;
}

.questionAnswer p.questionBrief {
  padding: 0 15px 0 70px;
  padding-left: 70px;
  padding-right: 15px;
  margin: 10px 0 25px;
}

.quizTestAttach {
  margin-bottom: 30px;
}

.quizTestAttach img.quizTestImage {
  display: block;
  margin: 0 auto;
  max-height: 450px;
}

.quizTestAttach {
  width: 230px;
  height: 139px;
}
.quizTestAttach img {
  max-width: 100%;
  height: 100%;
}
.quizTestAttach video {
  height: 100%;
  max-width: 100%;
}

.quizBody #imagesAndVideos {
  margin: 30px 0;
  padding: 0 130px;
}
.quizBody #imagesAndVideos .owl-stage-outer {
  padding: 15px 0px;
}
.quizBody #imagesAndVideos .owl-stage-outer .owl-stage {
  margin: 0 auto;
}
.quizBody #imagesAndVideos .owl-item.active {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quizBody #imagesAndVideos .owl-item .imagesVideosItem {
  width: 90%;
  height: 139px;
}
.quizBody #imagesAndVideos .owl-item .imagesVideosItem img, .quizBody #imagesAndVideos .owl-item .imagesVideosItem video {
  max-width: 100%;
  height: 100%;
  border: 1px solid #dcdcdc;
}
.quizBody #imagesAndVideos .owl-item .imagesVideosItem .imageViewer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quizBody #imagesAndVideos .owl-item img, .quizBody #imagesAndVideos .owl-item video {
  max-width: 100%;
  height: 100%;
  border: 1px solid #dcdcdc;
}
.quizBody #imagesAndVideos .owl-prev {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  /*&.disabled {
      display: none;
  }*/
}
.quizBody #imagesAndVideos .owl-prev.disabled span {
  opacity: 0.5;
  cursor: not-allowed;
}
.quizBody #imagesAndVideos .owl-prev span {
  color: #fff;
  width: 38px;
  height: 38px;
  background: #1C317D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 18px;
  position: relative;
}
.quizBody #imagesAndVideos .owl-prev span:before {
  position: absolute;
  top: 46%;
  transform: translateY(-45%);
  font-size: 18px;
  content: "\e080";
}
.quizBody #imagesAndVideos .owl-next {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  /*&.disabled {
      display: none;
  }*/
}
.quizBody #imagesAndVideos .owl-next.disabled span {
  opacity: 0.5;
  cursor: not-allowed;
}
.quizBody #imagesAndVideos .owl-next span {
  color: #fff;
  width: 38px;
  height: 38px;
  background: #1C317D;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 18px;
  position: relative;
}
.quizBody #imagesAndVideos .owl-next span:before {
  position: absolute;
  top: 46%;
  transform: translateY(-45%);
  font-size: 18px;
  content: "\e079";
}

/*Custom from old AdminAr*/
.sidetree .list-group-item:last-child {
  border-radius: 0 !important;
}

.treeview .checkbox {
  display: inline;
}

#recyclebin .treeNew {
  display: none;
}

.sidebar {
  z-index: 2;
}

.sidepanel {
  padding: 20px !important;
  background: #ccc;
  z-index: 1 !important;
  box-shadow: -1px 0 5px #999;
  border-right: 1px solid #E7E6E5;
}

.sidepanel .nav > li > a {
  padding: 5px 0px;
}

.glyphicon-remove.float-right {
  margin: -10px;
  cursor: pointer;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

.clear {
  clear: both;
}

.sidepanel .content {
  width: 100%;
  height: 100%;
}

.loading {
  width: 100%;
  height: 100%;
  position: relative;
}

.loading table {
  position: relative;
}

.loading table:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: url(Images/loading.gif) rgba(255, 255, 255, 0.4) no-repeat top100px center;
}

.message-area {
  margin-top: 20px;
}

span.icon {
  margin-right: 7px;
  margin-left: 7px;
}

span.content-icon {
  margin-left: -9px;
  margin-right: -15px;
}

.top-alert {
  right: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  box-shadow: 0 0 3px #999;
}

.top-alert .alert {
  margin-bottom: 0 !important;
  text-align: center;
  border-radius: 0;
}

/* Form */
.tree .node-selected {
  background: #428bca;
}

.tree .node-selected:hover {
  background: #2f78b7;
}

.tree .node-selected:hover .treeNew {
  color: #fff;
}

#localizationPills {
  margin-bottom: 20px;
}

.widget-admin input {
  margin-top: 25px;
}

.routes-picker .checkbox {
  margin-left: 10px;
}

.routes-picker {
  background: none repeat scroll 0 0 #E7E6E5;
  border: 1px solid #E7E6E5;
  box-shadow: 2px 2px 2px #ccc;
  margin-top: 5px;
  max-height: 400px;
  overflow: auto;
  position: absolute;
  width: 400px;
  z-index: 100;
}

.routes-container {
  display: inline-block;
}

.routes-container .label {
  margin-left: 5px;
}

.routes-container .label a {
  color: #fff;
  margin-left: 7px;
}

.routes-container .label a:hover,
.routes-container .label a:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item {
  cursor: pointer;
  height: 31px;
  line-height: 20px;
  overflow: hidden;
  padding: 6px 10px;
}

.treeNew {
  background: none repeat scroll 0 0 #E7E6E5;
  padding-left: 3px;
  position: absolute;
  right: 7px;
  top: 7px;
}

.node-selected .treeNew {
  background: none repeat scroll 0 0 #428bca;
}

.node-selected:hover .treeNew {
  background: #2f78b7;
}

.routes-container .label {
  padding: 3px 8px 4px;
  font-size: 15px;
  font-weight: normal;
}

li.disabled {
  opacity: 0.4;
}

.filters .btn-default,
.form-control {
  margin-bottom: 0px !important;
}

.edit-panel-controllers .preview {
  display: none;
}

.edit-panel-controllers .delete {
  margin-right: 40px;
}

.validation-summary-errors {
  border-color: #eed3d7;
  color: #b94a48;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  display: none;
}

.validation-summary-errors ul {
  margin: 0;
  padding-left: 10px;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-rtl.datepicker-orient-left.datepicker-orient-top {
  display: inline-table !important;
  direction: rtl !important;
}

#tabs-iframe {
  padding-right: 0;
}

.treeExpand {
  transform: rotateZ(180deg);
}

.glyphicon-remove {
  float: left;
  margin-left: 5px !important;
}

.treeview li:hover .treeNew {
  float: left !important;
  left: 0 !important;
  right: inherit;
  background-color: transparent !important;
}

#localizationPills li a {
  direction: rtl;
}

.node-selected .treeNew {
  display: block;
  float: left;
  color: #fff;
  position: absolute;
  right: inherit;
  left: 0;
}

/* fixes */
.fileinput .form-control {
  width: calc(100% - 185px) !important;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  height: 31px;
  min-height: 31px !important;
  width: 130px !important;
  display: inline-block;
  line-height: 1.3 !important;
  border-radius: 4px 0px 0px 4px !important;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0 !important;
  margin-left: 15px !important;
}

/*custom styles*/
.navbar.filters {
  padding: 0;
  margin: 0;
  min-height: 0;
  background-color: transparent;
}
.navbar.filters.homeNav {
  min-height: unset;
}

.dropdownMenuClass {
  font-size: 13px;
  padding: 6px 12px !important;
  border: 1px solid #999;
  position: relative;
}

.filters .form-control {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  text-align: right;
  color: #000 !important;
}

.main .caret {
  position: absolute;
  left: 4px;
  right: auto;
  top: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-right: 10px;
  vertical-align: middle;
  border-top: 6px solid #999;
  border-left: 3px solid transparent;
  border-bottom: 0 dotted;
  border-right: 3px solid transparent;
  content: "";
  z-index: 3;
}

.main th .caret {
  left: auto;
  top: calc(50% - 3px);
}

.main div.dropdown-menu,
.main ul.dropdown-menu {
  position: absolute !important;
  z-index: 9;
  background: #fff;
  min-height: 0 !important;
  height: auto !important;
  width: auto !important;
  overflow: auto;
}

.main div.dropdown-menu .clickspan {
  padding: 0 5px 0 2px !important;
}

.main .form-control.multiselectdrp:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 15px;
  height: 100%;
  background: #fff;
}

.nav.navbar-nav.fixed-ul ul.dropdown-menu {
  background: transparent;
}

.small-heading {
  font-size: 13px;
  display: inline-block;
  margin: 0;
  font-size: 16px;
  color: #515151;
  margin-right: 5px;
}

.heading-value {
  font-size: 13px;
  display: inline-block;
  min-height: 0 !important;
  color: #8A8888;
  font-size: 14px;
}

.filter-data-row {
  line-height: 1;
  margin-bottom: 5px;
}
.filter-data-row.redistribInfo:first-of-type {
  margin-top: 13px;
  margin-bottom: 8px;
}
.filter-data-row.redistribInfo:last-of-type {
  margin-top: 8px;
  margin-bottom: 10px;
}
.filter-data-row.redistribInfo h4 {
  margin: 0;
}

form .form-group .control-label {
  min-height: 0;
  font-size: 14px;
  padding-top: 9px;
  text-align: right !important;
}

.form-group > label + div > label + .form-control {
  margin-bottom: 10px !important;
}

.btn-file > input {
  font-size: 13px !important;
  padding: 6px 20px 5px !important;
  transition: 0.4s !important;
  border-radius: 0 !important;
}

table td .view-answer::before {
  font-size: 1.5rem !important;
  color: #919191 !important;
}

table td .view-web-survey::before,
table td .edit::before,
table td .delete::before {
  font-size: 1.8rem !important;
  color: #919191 !important;
}

td label {
  margin-bottom: 0 !important;
}

form .form-group input + label {
  padding-top: 0;
  margin-top: 0px;
  vertical-align: middle;
}

.dependantPartSection {
  padding: 0 30px !important;
}

.dropdown > button.btn {
  padding: 6px 12px !important;
}

textarea.form-control {
  height: auto !important;
  min-height: 100px !important;
  max-width: 100%;
  min-width: 100% !important;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: #2E459B;
}

.fileinput-preview {
  width: 100px !important;
  height: 75px !important;
}

.field-validation-error, .error-msg {
  display: block;
  margin-top: 2px;
}

.dependantPartSection .divQuestion {
  margin-bottom: 15px;
}

body .form-horizontal .form-group .divRegClass {
  margin-bottom: 0 !important;
}

/*checkbox align middle*/
/*
.list-unstyled input[type="checkbox"] {
    margin-top: 0 !important;
    vertical-align: middle
}

.list-unstyled input + span {
    display: inline-block;
    vertical-align: middle
}

*/
.list-unstyled li {
  margin-bottom: 10px;
}

/*check list page*/
.checklist-item {
  min-height: 300px;
  text-align: right;
  background: #ccc;
  padding: 15px;
  margin-bottom: 30px;
}

.checklist-item img {
  margin-left: 8px;
  float: right;
}

/*header*/
.upperHeaderLogo span {
  margin-top: 7px;
  vertical-align: middle;
}

/*table customization*/
/*
#data-managment-table th:nth-child(3){min-width:140px}
#data-managment-table th:nth-child(5){min-width:140px}
#data-managment-table th:nth-child(6){min-width:140px}
#data-managment-table th:nth-child(7){min-width:140px}
*/
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  position: relative;
}

.main th .caret {
  border-top: 6px solid #000;
}

.main th .caret.caret-reversed {
  border-bottom: 6px solid #000;
  border-top: 0;
}

.main th {
  white-space: nowrap;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  vertical-align: middle !important;
  text-align: right;
  color: #000;
}

.table-container {
  overflow: auto;
}

.alert {
  padding: 15px !important;
}

.alert, .noDataClass {
  color: #656565;
  background-color: #ffe36a;
  border-color: #ffe36a;
  display: none !important;
}

.main .report-table th {
  white-space: nowrap;
}

.table-item-img {
  max-width: 25px;
  max-height: 25px;
}

/* btns */
.btn-info.secondary-btn {
  margin-top: 15px;
}

.secondary-btn,
.btn-info {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  padding: 6px 20px 5px;
  font-size: 14px;
  transition: 0.4s;
  background: #9199A7;
}

.secondary-btn:hover,
.btn-info:hover,
.secondary-btn:focus,
.btn-info:focus,
.secondary-btn:active,
.btn-info:active {
  background: #656565;
}

.btn,
.btn-back {
  display: inline-block;
  padding: 1.1rem 3.2rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  transition: 0.4s;
  border-radius: 3px !important;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.countFormFooter .btn-back {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.btn:hover, .btn:focus {
  background: #304599;
  opacity: 0.8;
  color: #fff;
}

.secondary-btn.no-marg {
  margin-top: 0 !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background: #656565 !important;
}

/*check list*/
.checklist-header {
  background: #304599;
}

.checklist-item.no-padding {
  padding: 0 !important;
  background: transparent;
}

.icon-holder {
  width: 64px;
  height: 64px;
  background: #304599;
  position: relative;
  text-align: center;
}

.checklist-header h2 {
  color: #fff;
  width: calc(100% - 64px);
  padding-right: 12px;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1422px) {
  .checklist-header h2 {
    font-size: 18px;
  }
}

.icon-holder i {
  color: #fff;
  font-size: 33px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checklist-container {
  padding: 25px;
  overflow: auto;
  height: 350px;
  background: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}

.checklist-container label {
  font-size: 16px;
  margin-bottom: 7px;
  display: block;
}

.checklist-container .sub-list {
  padding-right: 43px;
}

/*popup fix*/
.modal-dialog .table.table-striped td:last-child {
  white-space: normal;
}

.modal-dialog .table.table-striped td:first-child {
  white-space: nowrap;
}

#importModal .modal-dialog {
  width: 800px;
}

#importModal .form-group,
.reassignForm .form-group {
  margin: 0;
}

#importModal .table thead > tr > td,
#importModal .table tbody > tr > td,
#importModal .table tfoot > tr > td {
  width: 50%;
}

#importModal .pagination {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

/*fix dropdown*/
.main .open > .dropdown-menu {
  margin: 0;
}

/*breadcrumb fixes*/
.breadcrumb {
  /*@if $default-direction == 'ltr'{
      padding: 8px 8px 0 0 !important; // lead should add if here  
  }@else{
      padding: 8px 0 0 8px !important; // lead should add if here  
  }*/
}

/*main menu fixes*/
.navbar-inverse .navbar-nav > li > a {
  border-right: 6px solid transparent;
}

.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff !important;
  background: transparent !important;
  display: flex;
  align-items: center;
}
.navbar-inverse .navbar-nav > li > a i:before,
.navbar-inverse .navbar-nav > li > a:focus i:before {
  font-size: 2rem;
}

.sidenavTogglerContanier {
  /*width: 305px;*/
  width: 100%;
  position: relative;
}

.sidenavTogglerContanier h3 {
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  margin: 0 !important;
  font-weight: 300 !important;
  display: inline-block;
  line-height: 1.4;
  transition: 0.6s;
  opacity: 0;
}

.navbar-collapse-large .sidenavTogglerContanier h3 {
  opacity: 1;
}

input#menu-search {
  display: none;
  width: 66%;
  margin: 0;
  margin-right: 5%;
}

#del-search {
  width: 80px;
}

body .navbar-toggle {
  margin-left: 9px;
  margin-right: 6px;
}

.navbar-nav .dropdown-menu > li > a {
  padding: 8px 10px;
}

.dropdown.fixed-upper-navbar-li.active {
  background: transparent !important;
}

.navbar-nav .dropdown-menu > li > a,
.returned-list > li > a {
  padding: 8px 10px;
}

.dropdown.fixed-upper-navbar-li.active {
  background: transparent !important;
}

.returned-list > li {
  border: 0;
}

.returned-list > li > a {
  width: 100%;
  margin: 0 auto;
  background-color: #BFB7AF;
  line-height: 1.4;
  margin-bottom: 0.5rem !important;
  font-size: 1.5rem !important;
  padding: 1rem 1.7rem;
  transition: all 0.3s ease;
  font-family: "HelveticaNeueW23forSKY-Reg";
}
.returned-list > li > a:hover {
  color: #D7F976 !important;
}

.returned-list > li > a::after {
  opacity: 0 !important;
}

/* Bishoy */
.question-title {
  font-weight: bold;
}

/*custom bank form*/
.custom-bank-form {
  margin-top: 20px;
}

.custom-bank-form .control-label {
  font-size: 14px;
  padding-top: 9px;
}

.custom-bank-form .form-group {
  margin-bottom: 20px !important;
}

/*loading modal*/
.loading-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background: #fff;
}

.loading-modal .lds-dual-ring {
  display: inline-block;
  width: 164px;
  height: 164px;
  position: relative;
  right: 50%;
  top: 40%;
  transform: translate(50%);
}

.loading-modal .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 146px;
  height: 146px;
  margin: 1px;
  border-radius: 50%;
  border: 8px solid #304599;
  border-color: #304599 transparent #304599 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .filters .absoluteDiv {
  top: -25px;
  display: flex;
}

/*slick slider*/
/*.slick-track{$left:0 !important}*/
/*fix nested main*/
.main .main {
  padding: 0 !important;
}

.no-nav .no-nav {
  margin-top: 0 !important;
}

.modal-body .form-control {
  width: 100%;
}

#infoModal {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
  text-align: right;
  font-family: "HelveticaNeueW23forSKY-Reg";
}

/*filteration slider*/
.filteration-slider-container.is-slider {
  width: calc(100% - 60px);
  margin-right: 30px;
  position: relative;
}

.filteration-slider-container button.slide-item {
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.filteration-slider-container .slide-arrow {
  position: absolute;
  height: 30px;
  top: 5px;
  width: 20px;
  background-color: #656565;
  text-align: center;
  text-decoration: none !important;
  padding: 8px 0;
  cursor: pointer;
  transition: 0.4s;
}

.filteration-slider-container .slide-next {
  left: -30px;
}

.filteration-slider-container .slide-prev {
  right: -30px;
}

.filteration-slider-container .slide-arrow i {
  color: #fff;
  font-size: 14px;
}

.slide-arrow.slick-disabled {
  background: transparent !important;
  border: 1px solid #999 !important;
  cursor: default;
}

.filteration-slider-container .slide-arrow.slick-disabled i {
  color: #999;
}

.filteration-slider-container .slide-arrow:hover {
  background: #999;
}

/*fix rows*/
.custom-row.row {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

.modal-body br {
  display: none !important;
}

/*404 not found*/
.error-container {
  background: #E7E6E5;
  border-radius: 10px;
  width: 100%;
  padding: 45px 20px;
  text-align: center;
  display: inline-block;
}

.error-container h1 {
  font-size: 90px;
  color: #2E459B;
}

.error-container span {
  font-size: 20px;
  color: #656565;
  display: block;
}

.error-container a {
  margin-top: 10px;
  display: inline-block;
  color: #2E459B !important;
}

/*question table enhancment*/
/*.question-key {
    color: $black-color;
    font-size: 14px;
    font-weight: 500
}*/
.question-value {
  padding-right: 0px !important;
  margin: 4px 0 0 0 !important;
}

.question-value li {
  font-size: 12px;
  color: #656565;
  display: inline-block;
  margin-left: 15px;
}

.question-value li:hover {
  background: none !important;
}

/*search*/
.form-control.home-search-box {
  width: calc(100% - 76px) !important;
}

/*fix issues*/
.clickable,
a.edit,
button.edit,
a.copy,
.fileinput .thumbnail {
  cursor: pointer !important;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 0;
  background: transparent;
}
.clickable i,
a.edit i,
button.edit i,
a.copy i,
.fileinput .thumbnail i {
  color: #9199A7;
  transition: all 0.3s ease;
}
.clickable:hover,
a.edit:hover,
button.edit:hover,
a.copy:hover,
.fileinput .thumbnail:hover {
  background-color: #E3E9F2;
}
.clickable:hover i,
a.edit:hover i,
button.edit:hover i,
a.copy:hover i,
.fileinput .thumbnail:hover i {
  color: #304599;
}
.clickable:hover::before,
a.edit:hover::before,
button.edit:hover::before,
a.copy:hover::before,
.fileinput .thumbnail:hover::before {
  color: #304599;
}

.underline {
  text-decoration: underline !important;
}

/*.btn-file>input{visibility:hidden !important;opacity:1 !important;}*/
.btn-file > input:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 1;
}

.btn-back {
  color: #2E459B !important;
}

.btn-back:hover,
.btn-back:focus {
  background: rgba(145, 153, 167, 0.8);
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/*check boxes*/
.single-checkbox-label {
  margin-top: 7px !important;
}

.group-main-label {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

/*paging custom style*/
body .paging-nav {
  width: 100% !important;
  text-align: center !important;
}

body .paging-nav a {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  padding: 5px 0 !important;
  border-radius: 0;
  font-family: GE_SS_2_Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #656565;
  background: #fff;
  color: #656565;
  line-height: 1.2;
  margin: auto 5px;
}

body .paging-nav a.selected-page {
  background: #656565 !important;
  color: #fff !important;
  cursor: default;
}

body .paging-nav a:hover,
body .paging-nav a:focus {
  background-color: #E7E6E5;
}

/*language selector*/
.language-selector a {
  color: #000;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: 600;
}

.datepicker.dropdown-menu {
  height: auto !important;
  min-width: 220px !important;
  direction: rtl !important;
}
.datepicker.dropdown-menu table {
  width: 100%;
}
.datepicker.dropdown-menu table .pastDay {
  color: #999999 !important;
  pointer-events: none;
  cursor: not-allowed !important;
}

body #map {
  margin-top: 10px;
}

/*dashboard*/
.options-container {
  margin: 12px 0;
}

.custom-full-screen-btn {
  position: static !important;
}

.toggleHeader {
  background-color: #2E459B;
  border-color: #2E459B;
  color: #fff !important;
}

.toggleHeader:hover,
.toggleHeader:focus,
.toggleHeader:active {
  background: #9a7846;
}

.text-right {
  text-align: right !important;
}

/*fix dropdown clickble area*/
/*
.main ul.subNode{padding-left:0}
.main ul.subNode li {text-indent:10px}
*/
/*fixes*/
.filters .form-group .form-group {
  margin: -4px !important;
}

.s-btn-container .form-group {
  margin: 0 !important;
}

.s-btn-container .btn {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
}

.filters input[type=radio] {
  vertical-align: middle;
  margin-top: 0;
}

.filters input[type=radio] + span {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}

.btn.toggleHeader {
  line-height: 1 !important;
  background: #656565;
}

.compareTable tr:first-child th {
  font-size: 19px;
  padding: 10px 0;
  color: #BFB7AF;
}

.compareTable th {
  text-align: center;
}

ul.dropdown-menu.nav.navbar-nav.fixed-ul.second-level,
ul.dropdown-menu.nav.navbar-nav.fixed-ul.third-level {
  margin-bottom: 0;
}

.btn-group {
  width: 100%;
}

.btn-group .dropdown-toggle {
  width: 100%;
  border: 1px solid #999;
  text-align: right;
  background: #fff !important;
  color: #707070;
  padding: 0 15px !important;
}

.btn-group .dropdown-menu > li {
  background: #fff !important;
}

.multiFilterContainer#PhasesIds .multiselect-container li.slide-item {
  overflow: hidden;
}
.multiFilterContainer#PhasesIds .multiselect-container li.slide-item label {
  max-height: 38px;
  overflow: hidden;
}

.btn-group .dropdown-menu > li > a {
  background: #fff !important;
  border-bottom: 1px solid #ccc;
  border-right: 0;
}

.btn-group .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}

.btn-group .dropdown-menu > li > a * {
  vertical-align: middle;
  line-height: 1;
}

.btn-group .dropdown-menu > li > a input[type=checkbox] {
  margin: 0 !important;
  margin-left: 10px !important;
}

.btn-group .input-group-addon {
  padding: 5px 12px;
}

.multiselect-clear-filter:hover,
.multiselect-clear-filter:focus {
  color: #fff !important;
}

.relative-frame .frame .relative-frame .frame {
  max-width: 100% !important;
  height: auto !important;
}

.btn-group .multiselect-container .input-group {
  margin: 0;
}

body .clear-div {
  font-size: 18px;
  color: #999;
  margin-top: 20px;
}

.map .esriMapContainer {
  height: 500px !important;
}

.ParentDomainCode,
.DomainCode {
  width: auto !important;
}

.document-name-span {
  font-size: 16px;
  color: #656565;
  border-bottom: 1px solid #656565;
  margin: 10px 0;
  display: inline-block;
}

.anchor {
  color: #2E459B !important;
  display: inline-block;
  text-decoration: none !important;
}

.list-element-item > a {
  text-decoration: none !important;
}

.form-control#Code {
  width: 70%;
  float: right;
}

.codePrefix {
  display: inline-block;
  margin-top: 5px;
}

.compare-link {
  font-weight: 400;
}

body .full-code {
  width: 100% !important;
}

body .close {
  float: left !important;
}

.FileFile .form-control {
  float: right;
  border-radius: 0 !important;
}

body .fileinput.input-group {
  display: block;
}

.file-anchor {
  font-size: 17px;
}

.file-anchor i {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.custom-section-p {
  padding: 10px !important;
}

.close-search-tree {
  left: 7px;
  top: 9px;
  color: #c21;
  cursor: pointer;
}

.highcharts-yaxis-title {
  font-size: 16px !important;
}

.dropdown-toggle.multiselectdrp {
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: #BFB7AF;
  box-shadow: none;
}

/*legend*/
.legend-container {
  margin-top: 10px;
}

.legend-container label {
  margin-bottom: 0;
  vertical-align: middle;
  display: inline-block;
}

.legend-container span {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
  line-height: 1.2;
}

.legend-container span:before {
  display: inline-block;
  vertical-align: middle;
}

.green-legend:before {
  content: "";
  width: 15px;
  height: 15px;
  background: green;
  margin-left: 5px;
}

.red-legend:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #c21;
  margin-left: 5px;
}

.circle-legend .green-legend:before,
.circle-legend .red-legend:before {
  border-radius: 50%;
}

.application-action-btns {
  margin-right: 36%;
}

.complex-equation .dependantQTable .table-container {
  height: 530px;
}

.complex-equation #CompEquationResult, .complex-equation .form-group label {
  padding: 0 !important;
}

.fileInputCore table {
  float: right;
}
.fileInputCore input[type=file] {
  margin-left: auto;
}

.saveBtnCore {
  text-align: right;
}

.hintMsg {
  padding: 10px;
  background: #f1f1f1;
  position: relative;
  box-sizing: border-box;
  padding-right: 60px;
  border: 2px solid #FFD006;
}
.hintMsg::before {
  position: absolute;
  right: 0;
  content: "!" !important;
  width: 50px;
  height: 100%;
  background: #FFD006;
  top: 0px;
  color: #000;
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.hintMsg label {
  margin-bottom: 0 !important;
  height: 100%;
}

.QuestionLable {
  display: flex;
}
.QuestionLable .arrLang {
  direction: ltr;
}
.QuestionLable .arLang {
  direction: rtl;
}
.QuestionLable .enLang {
  direction: rtl;
}
.QuestionLable .ennLang {
  direction: ltr;
}

@media (max-width: 768px) {
  .complex-equation .dependantPartSection {
    border-right: 0 !important;
    padding: 0 15px !important;
  }
}
/*refactoring*/
.countBreadCrumb {
  background: #FBFBFB;
  padding: 10px 4rem;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}

.countBreadCrumbCont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  font-size: 1.4rem;
}
.countBreadCrumbCont span {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 500;
  margin-left: 8px;
}
.countBreadCrumbCont a {
  text-decoration: none;
}
.countBreadCrumbCont a:hover .gridTip {
  visibility: visible;
}
.countBreadCrumbCont a .gridTip {
  visibility: hidden;
  position: absolute;
  background: #FBFBFB;
  color: #000;
  padding: 10px;
  top: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  z-index: 6;
}
.countBreadCrumbCont a .gridTip:after {
  content: "\e909";
  font-family: "countIcon" !important;
  position: absolute;
  color: #FBFBFB;
  top: -11px;
  width: 100%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: inherit;
  text-shadow: -3px 0 #DCDCDC, 0 1px #DCDCDC, 1px 0 #DCDCDC, 0 3px #DCDCDC;
  transform: rotate(180deg);
}
.countBreadCrumbCont a h3 {
  font-size: 1.6rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-weight: bold;
}

.topMnu {
  clear: both;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 4rem;
  box-shadow: 0 3px 12px rgba(109, 109, 109, 0.2);
  position: relative;
  background-color: #fff;
  z-index: 5;
  min-height: 64px;
  box-sizing: border-box;
}
.topMnu .upper-navbar-header {
  float: none;
}

.sideClose {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 5;
  top: 0px;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.25;
  right: 0px;
  display: none;
}
.sideClose.closed {
  display: block;
}

.sideNav {
  background-color: #2E459B;
}
.sideNav::-webkit-scrollbar {
  width: 6px;
}
.sideNav::-webkit-scrollbar-track {
  background-color: #bec9dc;
}
.sideNav::-webkit-scrollbar-thumb {
  background: #1C317D;
  border-radius: 50px;
}
.sideNav.navbar-collapse.collapse {
  display: flex !important;
  flex-direction: column;
}
.sideNav.navbar-collapse.collapse.hideLogOut {
  display: none !important;
}
.sideNav.collapse {
  top: 0 !important;
  min-height: auto !important;
  max-height: none !important;
  z-index: 5000;
  height: 100vh !important;
}
.sideNav.collapse a.sameframe.dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sideNav.collapse .logoAndSearchContainer {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sideNav.collapse .logoSideImg {
  display: flex;
  width: auto;
  max-height: 80px;
  margin: auto auto 25px;
  justify-content: center;
  align-items: center;
}
.sideNav.collapse .logoSideImg img {
  width: 100%;
}
.sideNav.collapse .logoSideImg img.fullLogo {
  display: none;
}
.sideNav.collapse.navbar-collapse-large a.sameframe.dropdown-toggle {
  justify-content: flex-start;
}
.sideNav.collapse.navbar-collapse-large .icon-bar {
  display: none;
}
.sideNav.collapse.navbar-collapse-large .closeBtn {
  display: flex;
}
.sideNav.collapse.navbar-collapse-large .logoSideImg {
  width: auto;
  max-width: 120px;
}
.sideNav.collapse.navbar-collapse-large .logoSideImg img.fullLogo {
  display: inherit;
}
.sideNav.collapse.navbar-collapse-large .logoSideImg img.thumbLogo {
  display: none;
}

.without-border a {
  border: none !important;
  justify-content: center !important;
}

.navbar-collapse-large.without-border a {
  justify-content: flex-start !important;
}

.containerBody {
  display: flex;
  height: 100%;
}

#del-search {
  display: none !important;
}

.sidenavTogglerContanier .navbar-toggle {
  float: none;
}
.sidenavTogglerContanier .sideMnuSeparator {
  width: 100%;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.26);
}
.sideMnuSrch {
  display: none;
  width: 100%;
  margin: 20px 0;
  position: relative;
  min-width: 292px;
}
.sideMnuSrch:after {
  position: absolute;
  content: "\e902";
  font-family: "countIcon";
  color: #B4BFC9;
  font-size: 2.5rem;
  right: 20px;
  top: calc(50% - 15px);
}
.sideMnuSrch.srchShow {
  display: flex;
}
.sideMnuSrch input#menu-search {
  width: 94%;
  margin: 0 auto;
  border-radius: 50px;
  padding: 17px;
  padding-right: 40px;
  color: #000;
}
.sideMnuSrch input#menu-search::placeholder {
  color: #B4BFC9;
  font-size: 1.4rem;
  font-weight: 500;
}

ul.first-level {
  margin-bottom: 80px;
}
ul.first-level hr {
  border-top: 1px solid rgba(255, 255, 255, 0.26);
  margin: 10px 0;
}
ul.first-level hr:first-of-type {
  display: none;
}
ul.first-level hr:nth-of-type(2) {
  display: none;
}

.suggestedResults {
  margin-bottom: 30px;
}
.suggestedResults .warningCont {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}
.suggestedResults .warningCont .warning-msg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.suggestedResults .warningCont .warning-msg span {
  font-size: 4rem;
  margin-bottom: 10px;
}
.suggestedResults .warningCont .warning-msg .icon-warning {
  font-size: 7rem;
  margin-bottom: 15px;
}

.userContainer {
  display: flex;
  position: relative;
  z-index: 20;
}

.userDrpDwn {
  height: 100%;
  position: relative;
  margin-right: 20px;
}
.userDrpDwn.hideLogOut {
  display: none !important;
}
.userDrpDwn .button-dropdown {
  height: 100%;
}

.userBtn {
  border: 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
  width: 130px;
  display: flex;
}
.userBtn h1 {
  font-size: 1.7rem;
  font-weight: 600;
  color: black;
  margin: 0;
  margin-bottom: 0;
  text-align: right;
  text-transform: capitalize;
  width: auto;
  overflow: hidden;
  line-height: normal;
  position: relative;
  overflow: visible;
  white-space: nowrap;
  margin-left: 7px;
}
.userBtn h1 .gridTip {
  visibility: hidden;
  position: absolute;
  background: #FBFBFB;
  color: #8A8888;
  padding: 10px;
  top: calc(100% + 10px);
  min-height: 50px;
  display: flex;
  align-items: center;
  max-width: unset;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  z-index: 1000;
  overflow: visible;
  width: auto;
  opacity: 1;
  right: 0;
  font-size: 13px;
  font-weight: 400;
}
.userBtn h1 .gridTip:after {
  content: "\e909";
  font-family: "countIcon" !important;
  position: absolute;
  color: #FBFBFB;
  top: -8px;
  width: 100%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  line-height: inherit;
  transform: rotate(180deg);
  text-shadow: -1px 0 transparent, 0 1px transparent, 1px 0 transparent, 0 1px #DCDCDC;
}
.userBtn h1:hover .gridTip {
  visibility: visible;
}
.userBtn h2 {
  margin: 0;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: right;
  text-transform: capitalize;
  width: 100px;
}
.userBtn h2 .userRolesList {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  width: auto;
  line-height: 25px;
}
.userBtn h2 .userRolesList .rolelItem {
  position: relative;
}
.userBtn h2 .roleComaItem {
  position: relative;
}
.userBtn h2 .roleComaItem:before {
  position: relative;
  content: ",";
  right: -2px;
  display: inline-block;
  transform: rotate(180deg);
  top: 3px;
}
.userBtn h2 .gridTip {
  visibility: hidden;
  position: absolute;
  background: #FBFBFB;
  color: #8A8888;
  padding: 10px;
  top: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  white-space: normal;
  z-index: 1000;
  word-break: break-all;
  overflow: visible;
  width: 100%;
  opacity: 1;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.userBtn h2 .gridTip span.rolelItem {
  margin-bottom: 5px !important;
  word-break: break-word;
}
.userBtn h2 .gridTip:after {
  content: "\e909";
  font-family: "countIcon" !important;
  position: absolute;
  color: #FBFBFB;
  top: -8px;
  width: 100%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: inherit;
  transform: rotate(180deg);
  text-shadow: -3px 0 transparent, 0 1px transparent, 1px 0 transparent, 0 1px #DCDCDC;
}
.userBtn h2:hover .gridTip {
  visibility: visible;
}
.userBtn h2 span {
  margin: 0;
  color: black;
  opacity: 0.8;
}
.userBtn span {
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.4);
}

.userFeatures {
  position: absolute;
  height: auto;
  background: transparent;
  padding-top: 10px;
  box-shadow: none;
  box-shadow: 0 7px 10px rgba(67, 74, 99, 0.3);
  top: 110%;
  padding: 0;
  margin-top: 0;
  overflow: visible;
  min-width: -webkit-fill-available;
}
.userFeatures hr {
  margin: 0;
}
.userFeatures.showMnu {
  display: block;
}
.userFeatures:after {
  content: "\e909";
  font-family: "countIcon" !important;
  position: absolute;
  color: #FBFBFB;
  top: -11px;
  padding-right: 6px;
  width: 100%;
  z-index: -1;
  /*display: flex;
  justify-content: flex-start;
  align-items: center;*/
  font-size: 13px;
  line-height: inherit;
  transform: rotate(180deg);
  text-shadow: -1px 0 rgba(67, 74, 99, 0.3), 0 1px rgba(67, 74, 99, 0.3), 1px 0 rgba(67, 74, 99, 0.3), 0 1px rgba(67, 74, 99, 0.3);
}
.userFeatures li {
  position: relative;
  background: #fff;
}
.userFeatures li a {
  padding: 13px 20px;
  display: flex;
  color: #7C839B;
  text-decoration: none !important;
  font-weight: 500;
  font-size: 1.7rem;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.userFeatures li a:hover {
  color: #304599;
}

.sideNav:not(.navbar-collapse-large) .topLvlSideMnu {
  min-height: 64px;
  box-sizing: border-box;
}

.topLvlSideMnu {
  padding: 10px 17px;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 10px);
}
.topLvlSideMnu .sidenavToggler {
  margin: 0;
  padding: 0 !important;
  /*&.srchShow {
      .icon-bar {
          display: none;
      }

      .closeBtn {
          display: inline-block;
      }
  }*/
}
.topLvlSideMnu .sidenavToggler .closeBtn {
  right: 32px;
  top: 32px;
  width: 22px;
  height: 22px;
  display: none;
  justify-content: center;
  align-items: center;
}
.topLvlSideMnu .sidenavToggler .closeBtn::after, .topLvlSideMnu .sidenavToggler .closeBtn:before {
  position: absolute;
  right: 15px;
  content: " ";
  height: 22px;
  width: 2px;
  background-color: #fff;
}
.topLvlSideMnu .sidenavToggler .closeBtn:before {
  transform: rotate(45deg);
}
.topLvlSideMnu .sidenavToggler .closeBtn::after {
  transform: rotate(-45deg);
}
.topLvlSideMnu .sideMnuLogo {
  display: none;
}
.topLvlSideMnu .sideMnuLogo.srchShow {
  display: flex;
}

.gridCenter {
  padding-top: 1.3rem;
  min-height: 50vh;
}
.gridCenter.gridAnswerComparison {
  min-height: 0;
}
.gridCenter.gridAnswerComparison .countReportTabs .wrapper {
  overflow: visible;
}
.gridCenter.gridAnswerComparison .countReportTabs #myTab .owl-next {
  left: -12px;
}
.gridCenter.gridAnswerComparison .countReportTabs #myTab .owl-prev {
  right: -12px;
}
.gridCenter.gridDomainGroupSubCategories {
  margin-top: -18px;
}
.gridCenter.gridDomainGroupSubCategories h4 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #3E3E3E;
}
.gridCenter.gridDomainGroupSubCategories h4 span {
  color: #707070;
  font-size: 1.7rem;
}
.gridCenter .custom-table-for-trimming tbody tr th:first-of-type {
  position: sticky;
  right: 0;
  z-index: 4;
  background-color: #D6D6D6 !important;
}
.gridCenter .custom-table-for-trimming tbody tr th:last-of-type {
  position: sticky;
  left: 0;
  z-index: 4;
  background-color: #DCDCDC !important;
}
.gridCenter .custom-table-for-trimming tbody tr td {
  padding: 8px;
  vertical-align: middle !important;
}
.gridCenter .custom-table-for-trimming tbody tr td:first-of-type {
  position: sticky;
  right: 0;
  z-index: 4;
  background-color: #D6D6D6 !important;
}
.gridCenter .custom-table-for-trimming tbody tr td:last-of-type {
  position: sticky;
  left: 0;
  z-index: 4;
  background-color: #DCDCDC !important;
}
.gridCenter .custom-table-for-trimming tbody tr td .trimTwoLine {
  margin: 0;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: center;
}
.gridCenter table {
  border: 0;
  /*border-collapse: separate;
  border-spacing: 0 2px;*/
  padding: 5px;
  position: relative;
}
.gridCenter table.table-with-no-border-bottom tbody tr {
  border-bottom: 0 solid #F6F6F6;
}
.gridCenter table.table-with-no-border-bottom tbody tr.countPeriodicTitle {
  border-top: 2px solid #F6F6F6;
}
.gridCenter table th.dragDropCol {
  padding: 0;
  margin: 0;
  width: 30px !important;
  min-width: fit-content;
  max-width: none;
}
.gridCenter table td.dragDropCol {
  width: 6% !important;
  padding: 2rem 3rem;
}
.gridCenter table tbody tr {
  background-color: #fff;
  border-radius: 0px;
  border-bottom: 1px solid #F6F6F6;
}
.gridCenter table tbody tr.ui-sortable-helper {
  background: #fff !important;
  height: auto !important;
  right: 0 !important;
}
.gridCenter table tbody tr.ui-sortable-helper td {
  width: 100%;
}
.gridCenter table tbody tr.ui-sortable-helper td:last-child {
  display: table-cell;
}
.gridCenter table tbody tr.ui-sortable-helper td:last-child .sameframe,
.gridCenter table tbody tr.ui-sortable-helper td:last-child .order-actions {
  display: none;
}
.gridCenter table tbody tr:first-of-type {
  box-shadow: none;
  border-bottom: 1px solid #ffffff;
}
.gridCenter table tbody tr:first-of-type td .gridTip {
  top: 100%;
  bottom: auto;
}
.gridCenter table tbody tr:first-of-type td .gridTip:after {
  top: -13px;
  bottom: auto;
  text-shadow: -3px 0 #DCDCDC, 0 0px #DCDCDC, 3px 0 #DCDCDC, 0 3px #DCDCDC;
  transform: rotate(180deg);
}
.gridCenter table tbody tr th {
  background-color: #E5E5E5 !important;
  padding: 2rem 3rem;
  border: 0;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.7rem;
  text-decoration: none !important;
  font-weight: 600;
  max-width: max-content;
  min-width: 160px;
  border-left: 2px solid #e8e8e8 !important;
}
.gridCenter table tbody tr th .gridTip {
  display: none !important;
  position: absolute;
  background: #FBFBFB;
  color: #000;
  padding: 10px;
  top: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  white-space: normal;
  z-index: 1000;
  word-break: break-all;
}
.gridCenter table tbody tr th .gridTip:after {
  content: "\e909";
  font-family: "countIcon" !important;
  position: absolute;
  color: #FBFBFB;
  top: -13px;
  width: 100%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: inherit;
  transform: rotate(180deg);
  text-shadow: -3px 0 #DCDCDC, 0 1px #DCDCDC, 1px 0 #DCDCDC, 0 3px #DCDCDC;
}
.gridCenter table tbody tr th:hover .gridTip {
  display: block !important;
}
.gridCenter table tbody tr th.gridLastColNullTh {
  width: 200px;
  border-bottom: 0 solid #e8e8e8 !important;
}
.gridCenter table tbody tr th.gridLastColNullTh.with-no-border-bottom {
  border-bottom: 0 solid #e8e8e8 !important;
}
.gridCenter table tbody tr th.gridLastColNullTh.redColErr {
  width: 400px;
}
.gridCenter table tbody tr th.checkCol {
  width: 50px;
}
.gridCenter table tbody tr th::after {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  background: #EEEEEE;
  bottom: 3px;
  box-shadow: -1px 8px 6px rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.gridCenter table tbody tr th a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.7rem;
  text-decoration: none !important;
  font-weight: 600;
  position: relative;
}
.gridCenter table tbody tr th a:before {
  content: "\e911";
  font-family: "countIcon";
  color: rgba(138, 136, 136, 0.7);
  position: absolute;
  top: -2px;
  right: -15px;
}
.gridCenter table tbody tr th span.caret {
  border: none;
  width: 20px;
  height: 100%;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  top: 0;
}
.gridCenter table tbody tr th span.caret::after {
  content: "\e909";
  font-family: "countIcon";
  position: absolute;
  font-size: 1rem;
}
.gridCenter table tbody tr th span.caret.caret-reversed {
  border: none;
  margin: 0;
  padding: 0;
  transform: translateX(0%) rotate(180deg);
}
.gridCenter table tbody tr th:first-child {
  border-radius: 0px;
}
.gridCenter table tbody tr th:last-child {
  min-width: auto;
  border-left: 0 !important;
  border-radius: 0px;
}
.gridCenter table tbody tr td {
  padding: 2rem 3rem;
  vertical-align: top !important;
  background-color: #fff !important;
  border: 0 !important;
  color: #000;
  position: relative;
  box-sizing: border-box;
  /* a {
      font-size: 1.6rem;
  }*/
  /*&.annRecipient {
      .gridTip {
          max-width: unset;
          width: 125%;
      }
  }*/
  font-family: "HelveticaNeueW23forSKY-Reg";
  font-size: 1.6rem;
}
.gridCenter table tbody tr td:not(:last-child) {
  border-left: 2px solid #F6F6F6 !important;
}
.gridCenter table tbody tr td.countEmptyCol {
  padding-right: 45px !important;
}
.gridCenter table tbody tr td .gridTip {
  display: none !important;
  position: absolute;
  background: #FBFBFB;
  color: #000;
  padding: 10px;
  bottom: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  max-width: 100%;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  white-space: normal;
  z-index: 1000;
  word-break: break-all;
  right: 0;
}
.gridCenter table tbody tr td .gridTip .gridTipBx {
  max-height: 130px;
  overflow: auto;
}
.gridCenter table tbody tr td .gridTip:after {
  content: "\e909";
  font-family: "countIcon" !important;
  position: absolute;
  color: #FBFBFB;
  bottom: -13px;
  width: 100%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: inherit;
  text-shadow: -3px 0 #DCDCDC, 0 1px #DCDCDC, 1px 0 #DCDCDC, 0 3px #DCDCDC;
}
.gridCenter table tbody tr td:hover .gridTip {
  display: block !important;
}
.gridCenter table tbody tr td .dbnLabel {
  padding-left: 2rem;
  padding-right: 2rem !important;
  margin-left: 5rem;
  color: #4AD991;
  position: relative;
  text-transform: capitalize;
}
.gridCenter table tbody tr td .dbnLabel:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #4AD991;
  border-radius: 50%;
  right: 0;
  /*top: 3px;*/
  top: 50%;
  transform: translateY(-50%);
}
.gridCenter table tbody tr td .stateBtn {
  color: #304599;
  text-transform: lowercase;
  text-decoration: none;
  white-space: nowrap;
}
.gridCenter table tbody tr td .stateBtn:first-letter {
  text-transform: capitalize;
}
.gridCenter table tbody tr td .stateBtn.stateCapBtn {
  text-transform: capitalize;
}
.gridCenter table tbody tr td .stateBtn.udBtn {
  text-decoration: underline !important;
}
.gridCenter table tbody tr td img {
  max-height: 70px !important;
  max-width: max-content !important;
}
.gridCenter table tbody tr td .imgCustom img {
  max-height: 70px !important;
  max-width: max-content !important;
}
.gridCenter table tbody tr td .phaseColName {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gridCenter table tbody tr td .phaseColName i {
  color: #8A8888;
  font-size: 16px;
}
.gridCenter table tbody tr td .colCustom a {
  color: #304599;
  width: 170px;
  display: block;
  text-decoration: underline !important;
  font-weight: 400;
}
.gridCenter table tbody tr td:first-of-type, .gridCenter table tbody tr td:nth-of-type(2) {
  border-radius: 0px 0px 0px 0px;
}
.gridCenter table tbody tr td:first-of-type a, .gridCenter table tbody tr td:nth-of-type(2) a {
  color: #304599;
  font-weight: 400;
  text-decoration: underline !important;
  white-space: nowrap;
}
.gridCenter table tbody tr td:first-of-type .colCustom.noSpace, .gridCenter table tbody tr td:nth-of-type(2) .colCustom.noSpace {
  width: auto;
}
.gridCenter table tbody tr td:first-of-type .colCustom a, .gridCenter table tbody tr td:nth-of-type(2) .colCustom a {
  color: #304599;
  width: 170px;
  display: block;
  text-decoration: underline;
}
.gridCenter table tbody tr td:last-of-type {
  /*display: flex;
  align-items: center;
  min-height: 54px;
  justify-content: flex-end;*/
  width: 10% !important;
  margin: 0;
  padding: 1rem 0;
  white-space: nowrap;
  border-radius: 0;
}
.gridCenter table tbody tr td:last-of-type a {
  text-decoration: none !important;
  margin: 0 3px;
  text-align: center;
}
.gridCenter table tbody tr td:last-of-type label {
  padding-left: 2rem;
  padding-right: 2rem !important;
  margin-left: 5rem;
  color: #4AD991;
  position: relative;
  text-transform: capitalize;
}
.gridCenter table tbody tr td:last-of-type label:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #4AD991;
  border-radius: 50%;
  right: 0;
  top: 3px;
}
.gridCenter table tbody tr td.gridLastColNull {
  color: initial !important;
  padding: 2rem 3rem;
  width: auto !important;
  vertical-align: top !important;
}
.gridCenter table tbody tr td.gridLastColNull.countTabularAverage {
  white-space: normal !important;
}
.gridCenter table tbody tr td.gridLastColNull.has-message {
  width: 450px !important;
}
.gridCenter table tbody tr td.gridLastColNull.errRespBx .responseTextBox {
  border-color: #fb5d5a;
}
.gridCenter table tbody tr td.gridLastColNull .responseTextBox {
  width: 80px;
  min-width: unset;
  border: 1px solid #EEEEEE;
  color: #000;
}
.gridCenter table tbody tr td.gridLastColNull .text-danger {
  white-space: nowrap;
}
.gridCenter table tbody tr:nth-of-type(2) td .gridTip, .gridCenter table tbody tr:nth-of-type(3) td .gridTip {
  top: 100%;
  bottom: auto;
}
.gridCenter table tbody tr:nth-of-type(2) td .gridTip:after, .gridCenter table tbody tr:nth-of-type(3) td .gridTip:after {
  top: -13px;
  bottom: auto;
  text-shadow: -3px 0 #DCDCDC, 0 0px #DCDCDC, 3px 0 #DCDCDC, 0 3px #DCDCDC;
  transform: rotate(180deg);
}

.countgridBx {
  overflow: visible;
}
.countgridBx .countTable {
  overflow-y: visible;
  overflow-x: auto;
}

.col8Tabs .grdiReviewTasksDetails {
  background-color: #fff;
}

.grdiReviewTasksDetails {
  padding: 0;
  margin-top: 23px;
  padding: 0 12.5px;
  background-color: #F6F6F6;
}
.grdiReviewTasksDetails.countViewAnswers .main-table tbody .with-no-borders td {
  border-left: none !important;
}
.grdiReviewTasksDetails.countViewAnswers table {
  table-layout: fixed;
}
.grdiReviewTasksDetails.countViewAnswers table td.gridLastColNull.countWorkflowQuePointTxt {
  white-space: normal !important;
  width: auto !important;
}
.grdiReviewTasksDetails table {
  margin-bottom: 0;
  cursor: default;
}
.grdiReviewTasksDetails table th.gridLastColNullTh {
  width: auto !important;
}

.gridInspections table tbody tr td .gridTip {
  min-width: 100%;
  max-width: 120%;
}

.gridAnnouncements .gridTip {
  width: 150%;
  max-width: none !important;
}

.gridLogs {
  min-height: 120vh;
}

.gridDomains.countPeriodicSurveys .countPeriodicTitle td {
  vertical-align: top !important;
  padding-top: 17px;
  border-left: 2px solid #F6F6F6 !important;
}
.gridDomains.countPeriodicSurveys .countPeriodicTitle .countPeriodicFirstCell .gridTip {
  top: 50px;
}
.gridDomains.countPeriodicSurveys .countPeriodicTitle .countPeriodicFirstCell .gridTip:after {
  top: -13px;
  bottom: auto;
  transform: rotate(180deg);
  text-shadow: -3px 0 #DCDCDC, 0 0px #DCDCDC, 3px 0 #DCDCDC, 0 3px #DCDCDC;
}
.gridDomains.countPeriodicSurveys .countPeriodicRow:nth-of-type(2) {
  display: none;
}
.gridDomains.countPeriodicSurveys .countPeriodicRow td {
  height: 2px !important;
  padding: 0 !important;
  background-color: #F6F6F6 !important;
}

.gridSurveys .gridCenter.Questions {
  padding-top: 0;
}

/*.gridCenter {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;

    .countTable {
        width: 100%;
        overflow: auto;
    }

    table {
        width: 100%;
        margin: auto;
        border-spacing: 0;

        th, td {
            white-space: nowrap;
        }
    }


    .clone {
        position: absolute;
        right: 0;
        top: 0;
        pointer-events: none;
    }

    .compareResponsesIndex{
        &.clone{
            top: 51px;
        }
    }

    .clone tr {
        box-shadow: none;
    }

    .clone th, .clone td {
        visibility: hidden
    }

    .clone td, .clone th {
        border-color: transparent
    }

    .clone tbody th {
        visibility: visible;
        display: none;

        &:first-of-type {
            display: table-cell;
        }
    }

    .clone td:first-of-type,
    .clone th:first-of-type {
        visibility: visible;
    }

    .clone thead, .clone tfoot {
        background: transparent;
    }
}*/
body .nodeItem .nodeName {
  white-space: normal;
  display: inline-flex;
}

.newActionBtn {
  width: 30px;
  height: 30px;
  background-color: #304599;
  display: inline-flex;
  border: none;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.newActionBtn:hover {
  color: #fff;
  background-color: rgba(48, 69, 153, 0.8);
  text-decoration: none;
}
.newActionBtn:focus {
  outline: none;
}
.newActionBtn.filterBtn, .newActionBtn.reassignBtn, .newActionBtn.redisIcon {
  border: 1px solid #304599;
  color: #304599;
  background-color: transparent;
}

.anchorTip {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.anchorTip .saveResponseBtn {
  background-color: #304599;
  color: #fff;
  height: 30px;
  border-radius: 2px;
  overflow: hidden;
  padding: 0;
  display: flex;
  border: 0;
  justify-content: center;
  align-items: center;
}
.anchorTip .saveResponseBtn[disabled] {
  opacity: 0.5;
}
.anchorTip .saveResponseBtn i {
  background-color: #1C317D;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anchorTip .saveResponseBtn span {
  padding: 0 10px;
}
.anchorTip .redisIcon {
  position: relative;
}
.anchorTip .redisIcon input {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.anchorTip .redisIcon:before {
  position: absolute;
}
.anchorTip:hover .tooltiptext {
  visibility: visible;
}
.anchorTip .tooltiptext {
  visibility: hidden;
  min-width: 80px;
  background-color: #FBFBFB;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 90%;
  margin-left: -60px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 8px;
  box-sizing: border-box;
}
.anchorTip .tooltiptext.srcShow {
  visibility: hidden;
}
.anchorTip .tooltiptext:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #FBFBFB transparent;
}

.s-controls-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #FBFBFB;
  border: 1px solid #DCDCDC;
  padding: 2%;
  padding-bottom: 1%;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  top: 12px;
  margin-bottom: 10px;
  z-index: 2;
}
.s-controls-container.navbar.filters {
  padding: inherit;
  background-color: #FBFBFB;
}
.s-controls-container.newFilter {
  display: none;
  position: absolute;
}
.s-controls-container.newFilter:after {
  content: "\e909";
  font-family: "countIcon";
  transform: rotate(180deg);
  display: flex;
  left: 8px;
  position: absolute;
  top: -13px;
  color: #FBFBFB;
  text-shadow: -1px 0 #DCDCDC, 0 1px #DCDCDC, 1px 0 #DCDCDC, 0 1px #DCDCDC;
}
.s-controls-container.reportsFilters .form-group.dropDownTreeFilterWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s-controls-container.reportsFilters .form-group.dropDownTreeFilterWrapper .rdbProgressWrapper {
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.s-controls-container.reportsFilters .form-group.dropDownTreeFilterWrapper .domainsDD,
.s-controls-container.reportsFilters .form-group.dropDownTreeFilterWrapper .usersDD {
  width: 100% !important;
  margin: 0 !important;
}
.s-controls-container.reportsFilters .form-group.dropDownTreeFilterWrapper .usersDD .dropdownTreeWrapper0, .s-controls-container.reportsFilters .form-group.dropDownTreeFilterWrapper .usersDD .dropdownTreeWrapperNew {
  width: 100%;
}
.s-controls-container.showSrc {
  display: flex;
  align-items: center;
}
.s-controls-container .form-group {
  margin-right: 0px;
  margin-left: 10px;
  width: 19% !important;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px !important;
}
.s-controls-container .form-group.countFilterRadio {
  display: flex;
  align-items: center;
}
.s-controls-container .form-group.countFilterRadio input[type=radio] {
  width: auto;
  height: 33px !important;
}
.s-controls-container .form-group.countFilterRadio span {
  margin: 0;
}
.s-controls-container .form-group .input-group-addon {
  background-color: #DCE3EF;
  color: #304599;
}
.s-controls-container .form-group.customArrow {
  position: relative;
}
.s-controls-container .form-group.customArrow select {
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  text-overflow: ellipsis;
  padding-left: 20px;
}
.s-controls-container .form-group.customArrow:after {
  content: "\e900";
  font-family: "countIcon" !important;
  position: absolute;
  min-width: 31px;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  transform: rotate(90deg);
  font-size: 1rem;
  color: #707070;
}
.s-controls-container .form-group.dateWrapper .input-group {
  width: 100%;
}
.s-controls-container .form-group:first-child {
  margin-right: 0px;
  margin-top: 0rem;
}
.s-controls-container .form-group:last-child {
  margin-left: 0;
}
.s-controls-container .form-group.notlast, .s-controls-container .form-group.notLast {
  margin-right: 0;
}
.s-controls-container .form-group input.form-control.dropdownTreeSearch.treeSearch {
  background-color: #fff !important;
}
.s-controls-container .form-group input,
.s-controls-container .form-group select,
.s-controls-container .form-group .form-control {
  width: 100%;
  border: 1px solid #DCDCDC;
  background-color: transparent !important;
  border-radius: 2px;
  padding: 0px 11px;
  height: 33px !important;
  font-size: 1.5rem;
  box-sizing: border-box;
  color: #000;
  font-family: "HelveticaNeueW23forSKY-Reg";
  min-width: auto;
}
.s-controls-container .form-group input:focus,
.s-controls-container .form-group select:focus,
.s-controls-container .form-group .form-control:focus {
  border-color: #304599;
  color: #000 !important;
}
.s-controls-container .form-group input::placeholder,
.s-controls-container .form-group select::placeholder,
.s-controls-container .form-group .form-control::placeholder {
  color: #9199A7;
  font-size: 1.5rem;
}
.s-controls-container .form-group select.form-control {
  /*-moz-appearance: window;
  -webkit-appearance: none;*/
  position: relative;
  padding-left: 25px;
}
.s-controls-container .form-group select.form-control:after {
  content: "\e900";
  position: absolute;
  font-family: "countIcon";
}
.s-controls-container .form-group select:not(:-internal-list-box):not([multiple]) option {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-controls-container .form-group .dropdownTreeWrapper1, .s-controls-container .form-group .dropdownTreeWrapperNew,
.s-controls-container .form-group .dropdown, .s-controls-container .form-group .dropdownTreeWrapper, .s-controls-container .form-group .dropdownTreeWrapper0 {
  width: 100%;
  position: relative;
}
.s-controls-container .form-group .dropdownTreeWrapper1 .caret, .s-controls-container .form-group .dropdownTreeWrapperNew .caret,
.s-controls-container .form-group .dropdown .caret, .s-controls-container .form-group .dropdownTreeWrapper .caret, .s-controls-container .form-group .dropdownTreeWrapper0 .caret {
  border: none;
  width: 2rem;
  height: 2rem;
  transform: rotate(90deg);
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 7px;
}
.s-controls-container .form-group .dropdownTreeWrapper1 .caret:after, .s-controls-container .form-group .dropdownTreeWrapperNew .caret:after,
.s-controls-container .form-group .dropdown .caret:after, .s-controls-container .form-group .dropdownTreeWrapper .caret:after, .s-controls-container .form-group .dropdownTreeWrapper0 .caret:after {
  content: "\e900";
  font-family: "countIcon" !important;
  font-size: 1rem;
}
.s-controls-container .form-group .dropdownTreeWrapper1 .dropdown-toggle.multiselectdrp, .s-controls-container .form-group .dropdownTreeWrapperNew .dropdown-toggle.multiselectdrp,
.s-controls-container .form-group .dropdown .dropdown-toggle.multiselectdrp, .s-controls-container .form-group .dropdownTreeWrapper .dropdown-toggle.multiselectdrp, .s-controls-container .form-group .dropdownTreeWrapper0 .dropdown-toggle.multiselectdrp {
  width: 100%;
  border: 1px solid #DCDCDC;
  background-color: transparent !important;
  border-radius: 2px !important;
  padding: 7px !important;
  height: 33px !important;
  font-size: 1.5rem;
  font-family: "HelveticaNeueW23forSKY-Reg";
  min-width: auto;
}
.s-controls-container .form-group .dropdownTreeWrapper1 .dropdown-toggle.multiselectdrp:focus, .s-controls-container .form-group .dropdownTreeWrapperNew .dropdown-toggle.multiselectdrp:focus,
.s-controls-container .form-group .dropdown .dropdown-toggle.multiselectdrp:focus, .s-controls-container .form-group .dropdownTreeWrapper .dropdown-toggle.multiselectdrp:focus, .s-controls-container .form-group .dropdownTreeWrapper0 .dropdown-toggle.multiselectdrp:focus {
  border-color: #304599;
  color: #000 !important;
}
.s-controls-container .form-group .dropdownTreeWrapper1 .dropdown-toggle.multiselectdrp::placeholder, .s-controls-container .form-group .dropdownTreeWrapperNew .dropdown-toggle.multiselectdrp::placeholder,
.s-controls-container .form-group .dropdown .dropdown-toggle.multiselectdrp::placeholder, .s-controls-container .form-group .dropdownTreeWrapper .dropdown-toggle.multiselectdrp::placeholder, .s-controls-container .form-group .dropdownTreeWrapper0 .dropdown-toggle.multiselectdrp::placeholder {
  color: #9199A7;
  font-size: 1.5rem;
}
.s-controls-container .form-group button[type=submit].search, .s-controls-container .form-group button[type=button].search {
  background-color: #304599;
  color: #fff;
  border-radius: 2px !important;
  padding: 7px 20px !important;
  font-size: 1.5rem;
  height: auto;
  width: auto;
  min-width: 70px;
  min-height: 33px;
  box-sizing: border-box;
  text-transform: capitalize;
}
.s-controls-container .form-group button[type=submit].clearBtn, .s-controls-container .form-group button[type=button].clearBtn {
  background-color: transparent;
  color: #304599;
  border: 1px solid #304599;
  margin-right: 10px;
  border-radius: 2px !important;
  padding: 7px 20px !important;
  font-size: 1.5rem;
  height: auto;
  width: auto;
  min-height: 33px;
  box-sizing: border-box;
  text-transform: capitalize;
  box-shadow: none;
}
.s-controls-container .form-group .form-control.multiselectdrp:after {
  content: none;
}
.s-controls-container .sideBySide {
  margin-right: 0px;
  margin-left: 1.25%;
  width: 19%;
  display: flex;
  align-items: flex-end;
}
.s-controls-container .sideBySide .form-group {
  width: 100% !important;
}
.s-controls-container .dropdown-menu.dropmenuCheckboxDropDown, .s-controls-container .dropdown-menu.dropmenuCheckboxDropDownNew {
  margin: 0 !important;
  border-radius: 4px !important;
  background: #fff;
  border: 1px solid #DCDCDC !important;
  width: 100% !important;
  padding: 2rem !important;
  z-index: 1152;
}
.s-controls-container .dropdown-menu.dropmenuCheckboxDropDown li, .s-controls-container .dropdown-menu.dropmenuCheckboxDropDownNew li {
  font-size: 1.5rem;
  width: 100%;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.2rem 1.5rem;
  padding-right: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
}
.s-controls-container .dropdown-menu.dropmenuCheckboxDropDown li input[type=checkbox], .s-controls-container .dropdown-menu.dropmenuCheckboxDropDownNew li input[type=checkbox] {
  font-size: 1rem;
  opacity: 0 !important;
  cursor: pointer;
  height: 100% !important;
  right: 0;
  margin-left: 3rem !important;
  position: absolute;
  z-index: 9;
}
.s-controls-container .dropdown-menu.dropmenuCheckboxDropDown li .checkmark, .s-controls-container .dropdown-menu.dropmenuCheckboxDropDownNew li .checkmark {
  position: absolute;
  right: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.s-controls-container .dropdown-menu.dropmenuCheckboxDropDown li .checkmark:after, .s-controls-container .dropdown-menu.dropmenuCheckboxDropDownNew li .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  right: 3px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.s-controls-container .dropdown-menu.dropmenuCheckboxDropDown li input:checked ~ .checkmark, .s-controls-container .dropdown-menu.dropmenuCheckboxDropDownNew li input:checked ~ .checkmark {
  background-color: #304599;
  border: 2px solid #304599;
}
.s-controls-container .dropdown-menu.dropmenuCheckboxDropDown li input:checked ~ .checkmark:after, .s-controls-container .dropdown-menu.dropmenuCheckboxDropDownNew li input:checked ~ .checkmark:after {
  display: block;
}
.s-controls-container .dropdown.domainsDropdown.single.open .dropdown-menu {
  width: 100% !important;
  min-height: auto !important;
  margin-right: 0 !important;
  background: transparent;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  min-width: auto !important;
}
.s-controls-container .dropdown.domainsDropdown.single.open .dropdown-menu .drop-down-tree-ul-items {
  margin: 0 !important;
  border-radius: 4px !important;
  background: #fff;
  border: 1px solid #DCDCDC !important;
  width: 100% !important;
  padding: 2rem !important;
  max-height: 200px;
}
.s-controls-container .dropdown.domainsDropdown.single.open .dropdown-menu .drop-down-tree-ul-items .nodeItem {
  padding: 0.5rem 0;
  /*&:first-of-type {
      display: none;
  }*/
}
.s-controls-container .dropdown.domainsDropdown.single.open .dropdown-menu .drop-down-tree-ul-items .nodeItem.highlighted-selection {
  background-color: transparent !important;
  color: inherit !important;
  font-weight: normal;
}
.s-controls-container .dropdown.domainsDropdown.single.open .dropdown-menu .drop-down-tree-ul-items .nodeItem .clickspan {
  margin: 0;
  margin-left: 1rem;
}
.s-controls-container .dropdown.domainsDropdown.single.open .dropdown-menu .drop-down-tree-ul-items .nodeItem .fa-caret-left {
  font-size: 1rem;
  transform: rotate(180deg);
}
.s-controls-container .dropdown.domainsDropdown.single.open .dropdown-menu .drop-down-tree-ul-items .nodeItem .fa-caret-left:before {
  content: "\e900";
  font-family: "countIcon";
}
.s-controls-container .dropdown.domainsDropdown.single.open .dropdown-menu .drop-down-tree-ul-items .nodeItem .fa-caret-down {
  transform: rotate(90deg);
  font-size: 1rem;
}
.s-controls-container .dropdown.domainsDropdown.single.open .dropdown-menu .drop-down-tree-ul-items .nodeItem .fa-caret-down:before {
  content: "\e900";
  font-family: "countIcon";
}

.s-controls-container .form-group.countSelecetBxPlaceHolder .countSelectList .countListItem:first-child {
  display: none;
}
.s-controls-container .countSelectBx {
  width: 100%;
  position: relative;
}
.s-controls-container .countSelectBx .form-control {
  text-decoration: none;
}
.s-controls-container .countSelectBx .form-control span {
  width: 90%;
  display: block;
  overflow: hidden;
}
.s-controls-container .countSelectBx .form-control:after {
  position: absolute;
  content: "\e900";
  font-family: "countIcon";
  left: 10px;
  transform: rotate(90deg);
  font-size: 1.2rem;
  top: 8px;
}
.s-controls-container .countSelectBx .-closed {
  display: none;
}
.s-controls-container .countSelectList {
  list-style: none;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  max-height: 143px;
  overflow: auto;
  z-index: 9;
}
.s-controls-container .countListItem {
  margin-bottom: 15px;
}
.s-controls-container .countListItem:last-child {
  margin-bottom: 0;
}
.s-controls-container .countListItem a {
  color: #000;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  display: inline-block;
}

.noData {
  display: none;
  position: static !important;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.noData i {
  color: #9199A7;
  font-size: 4rem;
  margin-bottom: 1rem;
}
.noData span {
  font-size: 1.4rem;
  color: #9199A7;
}
.noData.srcShow {
  display: flex;
  transform: scale(1) !important;
  opacity: 1 !important;
}

.gridUserApplications {
  padding: 0 0.6rem;
  margin-top: 1rem;
}
.gridUserApplications #RecentApplications {
  display: none;
}
.gridUserApplications .custom-row .grid {
  position: relative !important;
  max-height: 400px;
  background: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  overflow-y: auto;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  min-height: 400px;
  align-content: flex-start;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.gridUserApplications .custom-row .grid .shownResults {
  position: relative !important;
  display: none !important;
  left: 0 !important;
  right: 0 !important;
  width: 100%;
  top: 0 !important;
  margin-bottom: 1.5rem;
  transform: none !important;
}
.gridUserApplications .custom-row .grid .shownResults.srcShow {
  display: flex !important;
  opacity: 1 !important;
}
.gridUserApplications .custom-row .grid .shownResults h1 {
  font-size: 1.7rem;
  color: rgba(0, 0, 0, 0.5);
}
.gridUserApplications .custom-row .grid .shownResults .selectedCategories {
  margin-right: 2rem;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.gridUserApplications .custom-row .grid .shownResults .selectedCategories span {
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
  background: rgba(160, 160, 160, 0.3);
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.gridUserApplications .custom-row .grid .shownResults .selectedCategories span i {
  margin-right: 18px;
  font-size: 1rem;
  opacity: 0.6;
  font-weight: bolder;
  height: 100%;
  width: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 0px;
}
.gridUserApplications .custom-row .grid::-webkit-scrollbar {
  width: 5px;
  padding: 0 10px;
}
.gridUserApplications .custom-row .grid::-webkit-scrollbar-track {
  background: transparent;
  margin: 2rem 1rem;
}
.gridUserApplications .custom-row .grid::-webkit-scrollbar-thumb {
  background: #9E9E9E;
  border-radius: 5px;
}
.gridUserApplications .custom-row .grid::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.gridUserApplications .custom-row .grid .list-element-item {
  right: 0 !important;
  position: relative !important;
  padding: 0;
  top: 0 !important;
  bottom: 0 !important;
  padding-left: 1rem;
  box-sizing: border-box;
  display: none;
  transition: none !important;
  transform: none !important;
  position: relative !important;
  position: relative !important;
  /*/*&.srcHide {
      display: none;
  }*/
  /*&.srcHide.hoba {
      display: none;
  }*/
  /*&.srcShow.srcHide {
      display: block;
  }*/
  /*&:nth-child(4n):not(:first-child) {
      padding-left: 0px;
  }*/
}
.gridUserApplications .custom-row .grid .list-element-item.heclass {
  opacity: 1 !important;
}
.gridUserApplications .custom-row .grid .list-element-item[style*="opacity: 0;"] {
  display: none !important;
}
.gridUserApplications .custom-row .grid .list-element-item.stopAnimate {
  display: block;
  padding: 0 !important;
}
.gridUserApplications .custom-row .grid .list-element-item.stopAnimates {
  display: none;
  opacity: 1 !important;
}
.gridUserApplications .custom-row .grid .list-element-item.notShown[style*="opacity: 1;"] {
  display: block;
}
.gridUserApplications .custom-row .grid .list-element-item.srcShow {
  display: block;
}
.gridUserApplications .custom-row .grid .list-element-item.srcShow[style*="opacity: 0;"] {
  display: none;
}
.gridUserApplications .custom-row .grid .list-element-item a {
  margin-left: 20px;
  margin-bottom: 20px;
  display: block;
}
.gridUserApplications .custom-row .grid .list-element-item .thumbnail {
  display: flex;
  align-items: flex-start;
  text-align: inherit;
  height: auto;
  background: #F6F6F6;
  padding: 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
  min-height: 102px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.gridUserApplications .custom-row .grid .list-element-item .thumbnail:hover {
  background: #304599;
}
.gridUserApplications .custom-row .grid .list-element-item .thumbnail:hover h3 {
  color: #fff;
}
.gridUserApplications .custom-row .grid .list-element-item .thumbnail .thumbnailImgHolder {
  height: 50px;
  width: 50px !important;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  margin-left: 10px;
  max-height: none;
  min-height: initial;
}
.gridUserApplications .custom-row .grid .list-element-item .thumbnail .thumbnailImgHolder img {
  margin: 0;
  transform: inherit !important;
}
.gridUserApplications .custom-row .grid .list-element-item .thumbnail .caption {
  margin: 0;
  padding: 0;
  width: 100%;
}
.gridUserApplications .custom-row .grid .list-element-item .thumbnail .caption h3 {
  font-family: "HelveticaNeueW23forSKY-Reg";
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 1.8rem;
  padding: 0;
  margin: 0;
  line-height: 20px;
  transition: all 0.3s ease;
}

.landing-page-header {
  border: none;
  padding: 0;
  margin-bottom: 2rem;
}

.search-box-container {
  display: flex;
}
.search-box-container #btnSearch {
  display: none;
}
.search-box-container .multiFilterContainer .multiselect.dropdown-toggle {
  background: rgba(160, 160, 160, 0.3) !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  color: #000;
  height: 4.5rem;
  box-sizing: border-box;
  width: 26rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(160, 160, 160, 0.5) !important;
  border-left: none !important;
  box-shadow: none;
}
.search-box-container .multiFilterContainer .multiselect.dropdown-toggle .multiselect-selected-text {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "HelveticaNeueW23forSKY-Reg";
  overflow: hidden;
  width: 100%;
}
.search-box-container .multiFilterContainer .multiselect.dropdown-toggle .caret {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0;
  transform: rotate(90deg);
  width: auto;
  height: auto;
  font-size: 1rem;
}
.search-box-container .multiFilterContainer .multiselect.dropdown-toggle .caret:before {
  content: "\e900";
  font-family: "countIcon";
}
.search-box-container .multiFilterContainer .btn-group.open .clearMultiCont {
  display: block;
}
.search-box-container .multiFilterContainer .clearMultiCont {
  border: 1px solid #DCDCDC;
  border-top: 1px solid rgba(160, 160, 160, 0.4);
  padding: 1.2rem 1.5rem;
  position: absolute;
  z-index: 9999;
  top: calc(100% + 363px);
  width: 100%;
  background: #fff;
  display: none;
  border-radius: 0 0 4px 4px;
}
.search-box-container .multiFilterContainer .clearMultiCont .clearMulti {
  width: 100%;
  background: rgba(160, 160, 160, 0.4);
  padding: 1.2rem;
  border: none;
  border-radius: 4px;
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu {
  margin: 0 !important;
  border-radius: 4px 4px 0 0 !important;
  background: #fff;
  border: 1px solid #DCDCDC !important;
  border-bottom: 0 !important;
  max-height: 215px;
  min-height: 215px !important;
  overflow-x: hidden;
  width: 100% !important;
  box-sizing: border-box;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu::-webkit-scrollbar {
  width: 5px;
  padding: 0 5px;
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu::-webkit-scrollbar-track {
  background: transparent;
  margin: 2rem 0.5rem;
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu::-webkit-scrollbar-thumb {
  background: #9E9E9E;
  border-radius: 5px;
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu li.multiselect-item.multiselect-all {
  position: absolute;
  z-index: 5;
  opacity: 0;
  width: 100%;
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu li a {
  border: none;
  padding: 1.2rem 1.5rem 0;
  white-space: normal;
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu li a label.checkbox {
  font-size: 1.5rem;
  width: 100%;
  padding: 0;
  position: relative;
  display: flex;
  line-height: 2rem;
  height: auto;
  overflow: hidden;
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu li a label.checkbox input[type=checkbox] {
  font-size: 1rem;
  cursor: pointer;
  margin-left: 1.5rem !important;
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu li a label.checkbox .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu li a label.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  right: 3px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu li a label.checkbox input:checked ~ .checkmark {
  background-color: #304599;
  border: 2px solid #304599;
}
.search-box-container .multiFilterContainer .multiselect-container.dropdown-menu li a label.checkbox input:checked ~ .checkmark:after {
  display: block;
}
.search-box-container .searchContainer {
  width: 100%;
  position: relative;
}
.search-box-container .searchContainer .home-search-box {
  border: 1px solid rgba(160, 160, 160, 0.5);
  border-right: none;
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  height: 4.5rem !important;
  padding: 1rem 2rem;
  color: #000 !important;
  width: 100% !important;
  padding-right: 4rem;
}
.search-box-container .searchContainer .home-search-box::placeholder {
  font-family: "HelveticaNeueW23forSKY-Reg";
  font-size: 1.4rem;
}
.search-box-container .searchContainer:after {
  position: absolute;
  content: "\e902";
  font-family: "countIcon";
  font-size: 1.8rem;
  right: 0;
  top: 1rem;
  right: 1rem;
  color: #A0A0A0;
}

.modal {
  background-color: rgba(20, 44, 87, 0.55) !important;
  z-index: 1200;
}
.modal .s-controls-container {
  padding: 2% 0;
  box-shadow: none;
  background: transparent;
  border: none;
}
.modal table.table {
  border: 0;
  /*border-collapse: separate;
  border-spacing: 0 2px;*/
  padding: 5px;
}
.modal table.table thead th {
  background-color: #DCDCDC !important;
  padding: 2rem 3rem;
  border: 0;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.7rem;
  text-decoration: none !important;
  font-weight: 400;
}
.modal table.table thead th::after {
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  background: #EEEEEE;
  bottom: 3px;
  box-shadow: -1px 8px 6px rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.modal table.table thead th a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.7rem;
  text-decoration: none !important;
  font-weight: 400;
  position: relative;
}
.modal table.table thead th a:before {
  content: "\e911";
  font-family: "countIcon";
  color: rgba(138, 136, 136, 0.5);
  position: absolute;
  top: -2px;
  right: -15px;
}
.modal table.table thead th span.caret {
  border: none;
  width: 20px;
  height: 100%;
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  top: 0;
}
.modal table.table thead th span.caret::after {
  content: "\e909";
  font-family: "countIcon";
  position: absolute;
  font-size: 1rem;
}
.modal table.table thead th span.caret.caret-reversed {
  border: none;
  margin: 0;
  padding: 0;
  transform: translateX(0%) rotate(180deg);
}
.modal table.table thead th:first-child {
  border-radius: 0px 3px 0px 0px;
}
.modal table.table thead th:last-child {
  border-radius: 3px 0 0 0px;
}
.modal table.table tbody tr {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 3px;
  border-bottom: 2px solid #F6F6F6;
}
.modal table.table tbody tr.ui-sortable-helper {
  background: #fff !important;
}
.modal table.table tbody tr.ui-sortable-helper td {
  width: 100%;
}
.modal table.table tbody tr.ui-sortable-helper td:last-child {
  display: table-cell;
}
.modal table.table tbody tr.ui-sortable-helper td:last-child .sameframe,
.modal table.table tbody tr.ui-sortable-helper td:last-child .order-actions {
  display: none;
}
.modal table.table tbody tr:first-child {
  box-shadow: none;
  border-bottom: 0;
}
.modal table.table tbody tr td {
  padding: 1rem 3rem;
  background-color: #fff !important;
  border: 0 !important;
  color: #000;
  font-family: "HelveticaNeueW23forSKY-Reg";
  font-size: 1.6rem;
}
.modal table.table tbody tr td.gridLastColNull {
  color: initial !important;
  padding: 1rem 3rem;
  white-space: normal;
}
.modal table.table tbody tr td.gridLastColNull .responseTextBox {
  width: 80px;
  min-width: unset;
  border: 1px solid #000;
}
.modal table.table tbody tr td .dbnLabel {
  padding-left: 2rem;
  padding-right: 2rem !important;
  margin-left: 5rem;
  color: #4AD991;
  position: relative;
  text-transform: capitalize;
}
.modal table.table tbody tr td .dbnLabel:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #4AD991;
  border-radius: 50%;
  right: 0;
  top: 3px;
}
.modal table.table tbody tr td .stateBtn {
  color: #304599;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
}
.modal table.table tbody tr td .stateBtn.udBtn {
  text-decoration: underline !important;
}
.modal table.table tbody tr td img {
  max-height: 70px !important;
  max-width: max-content !important;
}
.modal table.table tbody tr td .imgCustom img {
  max-height: 70px !important;
  max-width: max-content !important;
}
.modal table.table tbody tr td .phaseColName {
  position: relative;
  padding-right: 15px;
}
.modal table.table tbody tr td .phaseColName i {
  margin-left: 15px;
  color: #8A8888;
  position: absolute;
  right: 0;
  top: 0;
}
.modal table.table tbody tr td .colCustom a {
  color: #304599;
  width: 170px;
  display: block;
  text-decoration: underline !important;
  font-weight: bold;
}
.modal table.table tbody tr td:first-of-type {
  border-radius: 0px 3px 3px 0px;
}
.modal table.table tbody tr td:first-of-type a {
  color: #304599;
  font-weight: 400;
  text-decoration: underline !important;
}
.modal table.table tbody tr td:first-of-type .colCustom.noSpace {
  width: auto;
}
.modal table.table tbody tr td:first-of-type .colCustom a {
  color: #304599;
  width: 170px;
  display: block;
  text-decoration: underline;
}
.modal table.table tbody tr td:last-of-type {
  /*display: flex;
  align-items: center;
  min-height: 54px;
  justify-content: flex-end;*/
  width: 10% !important;
  border-radius: 3px 0 0 3px;
}
.modal table.table tbody tr td:last-of-type label {
  padding-left: 2rem;
  padding-right: 2rem !important;
  margin-left: 5rem;
  color: #4AD991;
  position: relative;
  text-transform: capitalize;
}
.modal table.table tbody tr td:last-of-type label:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #4AD991;
  border-radius: 50%;
  right: 0;
  top: 3px;
}
.modal.surveysModal .modal-footer {
  display: none !important;
}
.modal.surveysModal .modal-body {
  min-height: 120px !important;
}
.modal.surveysModal .modal-body .s-controls-container .form-group {
  margin-left: 1.25% !important;
  width: 38% !important;
}
.modal.surveysModal .modal-body .s-controls-container .form-group:last-of-type {
  width: 20% !important;
}
.modal.surveysModal .modal-body .s-controls-container .form-group:last-of-type button[type=submit].search {
  width: 100%;
}
.modal#ShowDeletedDependantQuestions .modal-content {
  width: 100%;
}

.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.modal-dialog .modal-content {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 0;
  background-color: #fff;
  width: 70%;
}
.modal-dialog .modal-content .modal-header {
  padding: 2rem;
  background-color: #F6F6F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  line-height: 2rem;
  display: flex;
}
.modal-dialog .modal-content .modal-header .close span[aria-hidden=true] {
  font-size: 4rem;
  font-weight: 400;
  color: #304599;
}
.modal-dialog .modal-content .modal-header .modal-title {
  border: none;
  margin-bottom: 0;
  color: #304599;
  font-weight: 500;
  padding: 0;
}
.modal-dialog .modal-content .modal-body {
  padding: 2rem;
  box-sizing: border-box;
  min-height: auto;
  max-height: 375px;
  overflow: auto;
}
.modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 6px;
}
.modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
  background-color: #bec9dc;
}
.modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #304599;
  border-radius: 50px;
}
.modal-dialog .modal-content .modal-body .form-horizontal {
  margin-top: 0;
}
.modal-dialog .modal-content .modal-body strong#secondExceMsg {
  font-size: 1.6rem;
}
.modal-dialog .modal-content .modal-body form .formGroupInlineSub,
.modal-dialog .modal-content .modal-body .reassignForm .formGroupInlineSub {
  flex-direction: row !important;
  width: 100%;
  justify-content: space-between;
}
.modal-dialog .modal-content .modal-body form .formGroupInlineSub .formGroupInline,
.modal-dialog .modal-content .modal-body .reassignForm .formGroupInlineSub .formGroupInline {
  width: 50%;
}
.modal-dialog .modal-content .modal-body form .form-group,
.modal-dialog .modal-content .modal-body .reassignForm .form-group {
  display: flex;
  flex-direction: column;
}
.modal-dialog .modal-content .modal-body form .form-group.importSubmitButtonDiv,
.modal-dialog .modal-content .modal-body .reassignForm .form-group.importSubmitButtonDiv {
  display: flex;
  align-items: flex-end;
}
.modal-dialog .modal-content .modal-body form .form-group label,
.modal-dialog .modal-content .modal-body .reassignForm .form-group label {
  padding: 0;
}
.modal-dialog .modal-content .modal-body form .form-group .col-md-9,
.modal-dialog .modal-content .modal-body .reassignForm .form-group .col-md-9 {
  padding: 0;
  width: 100%;
  margin-bottom: 1.5rem;
}
.modal-dialog .modal-content .modal-body form .form-group .col-md-9 .form-control,
.modal-dialog .modal-content .modal-body .reassignForm .form-group .col-md-9 .form-control {
  width: 100%;
  border: 1px solid #BEC9DC;
  background-color: transparent !important;
  border-radius: 4px;
  padding: 0.8rem 1.1rem;
  height: auto !important;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  min-width: auto;
  color: #000;
}
.modal-dialog .modal-content .modal-footer {
  margin: 0;
  padding: 2rem;
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
}
.modal-dialog .modal-content .modal-footer button.btn {
  padding: 0.8rem 2rem !important;
  height: auto;
  border-radius: 2px !important;
  font-size: 1.6rem;
  box-sizing: border-box;
  box-shadow: none;
  min-width: 90px;
  margin-left: 0;
  font-family: "HelveticaNeueW23forSKY-Reg";
}
.modal-dialog .modal-content .modal-footer button.btn.btn-primary {
  background-color: #304599;
  color: #fff;
  border: 1px solid #304599;
}
.modal-dialog .modal-content .modal-footer button.btn.btn-default {
  background-color: transparent;
  color: #304599;
  border: 1px solid #304599;
  margin-left: 10px;
}

/*}*/
.modal.surveysModal.importModal .modal-content {
  min-height: 150px;
}
.modal.surveysModal.importModal .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal.surveysModal.importModal .modal-body .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.modal.surveysModal.importModal .modal-footer {
  display: flex !important;
}

.modelLngTitle .modal-content {
  width: 100%;
}

.responseAssignmentModal .modal-content {
  width: 90%;
}
.responseAssignmentModal .form-horizontal .form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  padding: 0;
  margin-bottom: 10px !important;
  max-width: unset;
}
.responseAssignmentModal .form-horizontal .form-group label {
  margin-bottom: 0px;
  font-weight: 500;
  margin-top: 5px !important;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
}
.responseAssignmentModal .form-horizontal .form-group .form-group {
  width: 100%;
  padding: 0;
  margin: 0 !important;
}
.responseAssignmentModal .form-horizontal .form-group .form-group.customArrow {
  position: relative;
}
.responseAssignmentModal .form-horizontal .form-group .form-group.customArrow select {
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
}
.responseAssignmentModal .form-horizontal .form-group .form-group.customArrow:after {
  content: "\e900";
  font-family: "countIcon" !important;
  position: absolute;
  width: 22px;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  transform: rotate(90deg);
  font-size: 1rem;
  color: #707070;
}
.responseAssignmentModal .form-horizontal .form-group .form-group .multiselectdrp .caret {
  border: 0;
  display: flex;
  height: 100%;
  width: 20px;
  top: 0;
  justify-content: center;
  align-items: center;
}
.responseAssignmentModal .form-horizontal .form-group .form-group .multiselectdrp .caret:after {
  content: "\e900";
  font-family: "countIcon" !important;
  transform: rotate(90deg);
  font-size: 10px;
}
.responseAssignmentModal .form-horizontal .form-group .form-group .dropdown-menu {
  padding: 0;
  margin: 0 !important;
  max-height: 150px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1) !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 4px 4px 0 0 !important;
  background: #fff;
  border: 1px solid #DCDCDC !important;
  max-height: 155px;
  overflow-x: hidden;
  width: 100% !important;
  box-sizing: border-box;
  z-index: 10;
}
.responseAssignmentModal .form-horizontal .form-group .form-group .dropdown-menu .drop-down-tree-ul-items {
  margin: 0 !important;
  border-radius: 4px !important;
  background: #fff;
  width: 100% !important;
  padding: 2rem !important;
}
.responseAssignmentModal .form-horizontal .form-group .form-group .dropdown-menu .drop-down-tree-ul-items .nodeItem {
  padding: 0.5rem 0;
}
.responseAssignmentModal .form-horizontal .form-group .form-group .dropdown-menu .drop-down-tree-ul-items .nodeItem.highlighted-selection {
  background-color: transparent !important;
  color: inherit !important;
  font-weight: normal;
}
.responseAssignmentModal .form-horizontal .form-group .form-group .dropdown-menu .drop-down-tree-ul-items .nodeItem .clickspan {
  margin: 0;
  margin-left: 1rem;
}
.responseAssignmentModal .form-horizontal .form-group .form-group .dropdown-menu .drop-down-tree-ul-items .nodeItem .fa-caret-left {
  font-size: 1rem;
  transform: rotate(180deg);
}
.responseAssignmentModal .form-horizontal .form-group .form-group .dropdown-menu .drop-down-tree-ul-items .nodeItem .fa-caret-left:before {
  content: "\e900";
  font-family: "countIcon";
}
.responseAssignmentModal .form-horizontal .form-group .form-group .dropdown-menu .drop-down-tree-ul-items .nodeItem .fa-caret-down {
  transform: rotate(90deg);
  font-size: 1rem;
}
.responseAssignmentModal .form-horizontal .form-group .form-group .dropdown-menu .drop-down-tree-ul-items .nodeItem .fa-caret-down:before {
  content: "\e900";
  font-family: "countIcon";
}
.responseAssignmentModal .form-horizontal .form-group .form-group .dropdown-menu .dropdownMenu1 {
  max-height: none;
}
.responseAssignmentModal .form-horizontal .form-group .form-group .form-control[disabled] {
  cursor: default;
  opacity: 0.62;
}
.responseAssignmentModal .form-horizontal .formDates {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.responseAssignmentModal .form-horizontal .formDates .form-group {
  width: 48.5%;
  margin: 0;
}
.responseAssignmentModal .form-horizontal .formDates .form-group div {
  display: flex;
  flex-direction: column;
}
.responseAssignmentModal .form-horizontal .formDates .form-group .form-control.error {
  margin: 0;
}
.responseAssignmentModal .form-horizontal .formDates .form-group .form-control[disabled] {
  cursor: default;
  opacity: 0.62;
}
.responseAssignmentModal .modal-footer {
  justify-content: center !important;
  flex-direction: row-reverse;
}
.responseAssignmentModal .modal-footer button {
  width: 150px !important;
}
.responseAssignmentModal .modal-footer button.btn.btn-primary[disabled] {
  background-color: #304599 !important;
  opacity: 0.5;
}
.responseAssignmentModal .modal-footer .btn + .btn {
  margin-left: 15px;
}

#dialogQuestionsBank .modal-content {
  width: 80%;
}
#dialogQuestionsAnswers.modal .modal-content,
#dialogEditAnswers.modal .modal-content {
  width: 95%;
}
#dialogQuestionsAnswers.modal .modal-content .countFormBdy,
#dialogEditAnswers.modal .modal-content .countFormBdy {
  padding: 0;
}

.modal.customModels .modal-footer {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.dbDenormPage {
  margin: 0;
}
.dbDenormPage .dbFields .dbFieldsCont {
  display: flex;
  flex-wrap: wrap;
}
.dbDenormPage .dbFields .dbFieldsCont .form-group {
  margin: 0;
  margin-left: 2rem;
  flex: 1 0 35%;
}
.dbDenormPage .dbFields .dbFieldsCont .form-group.dbButtonExc {
  display: flex;
  align-items: flex-end;
  margin-left: 0rem;
  flex: 0 0 15%;
}
.dbDenormPage .dbFields .dbFieldsCont .form-group.dbButtonExc .dbExcute {
  width: 100%;
}
.dbDenormPage .dbFields .dbFieldsCont .form-group.dbButtonExc .dbExcute .btn {
  width: 100%;
  font-size: 1.6rem;
}
.dbDenormPage .dbFields .dbField {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  position: relative;
}
.dbDenormPage .dbFields .dbField .control-label {
  width: 100%;
  font-size: 2rem;
  font-weight: 300;
}
.dbDenormPage .dbFields .dbField .tooltipicon {
  position: relative;
  line-height: 0;
  top: 0;
  left: 0;
}
.dbDenormPage .dbFields .dbField .tooltipicon span {
  color: rgba(0, 0, 0, 0.6);
}
.dbDenormPage .dbFields .dbField .tooltip.top {
  top: 0 !important;
  left: 0rem !important;
  right: 100% !important;
}
.dbDenormPage .dbFields .dbField .tooltip.top .tooltip-arrow {
  border-top-color: #fff;
  top: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: rotate(-90deg);
  left: -1.7rem;
}
.dbDenormPage .dbFields .dbField .tooltip.top .tooltip-inner {
  color: #000;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11);
  font-size: 1.6rem;
  border-radius: 4px;
  margin-right: 2rem;
}
.dbDenormPage .dbFields .dbDropdown .text-danger {
  position: absolute;
}
.dbDenormPage .dbFields .dbDropdown select,
.dbDenormPage .dbFields .dbDropdown .form-control {
  width: 100%;
  border: 1px solid #BEC9DC;
  background-color: transparent !important;
  border-radius: 4px;
  padding: 1.1rem;
  height: auto !important;
  font-size: 1.5rem;
  font-family: "HelveticaNeueW23forSKY-Reg";
  min-width: auto;
}
.dbDenormPage .dbFields .dbDropdown select:focus,
.dbDenormPage .dbFields .dbDropdown .form-control:focus {
  border-color: #304599;
  color: #000 !important;
}
.dbDenormPage .dbFields .dbDropdown select::placeholder,
.dbDenormPage .dbFields .dbDropdown .form-control::placeholder {
  color: #9199A7;
  font-size: 1.5rem;
}
.dbDenormPage .dbHistory {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}
.dbDenormPage .dbHistory .form-group hr {
  border: none;
  border-top: 1px solid rgba(48, 69, 153, 0.16);
  margin: 1rem 0;
}
.dbDenormPage .dbHistory .form-group .btn {
  font-size: 1.6rem;
}
.dbDenormPage .dbHistory .form-group.dbViewLogs span {
  font-size: 1rem;
  color: #304599;
  display: inline-block;
  transform: rotate(180deg);
}
.dbDenormPage .dbHistory .form-group.dbViewLogs a {
  color: #304599;
  text-decoration: underline;
  font-size: 1.8rem;
}
.dbDenormPage .dbHistory h2 {
  display: flex;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(48, 69, 153, 0.16);
}
.dbDenormPage .dbHistory h2 .dbHistoryTitle {
  background-color: transparent;
  padding: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
}
.dbDenormPage .dbHistory h3 {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 1.1rem;
}
.dbDenormPage .dbHistory h3 label.control-label {
  color: #9199A7;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  background-color: transparent;
  padding-top: 0;
}
.dbDenormPage .dbHistory h3 label.control-label.label.label-default {
  color: #000;
  font-size: 1.5rem;
  padding: 0;
  margin-bottom: 0;
}

.fileinput-preview.thumbnail {
  border-radius: 0;
}

.form-horizontal .form-control {
  height: 21px !important;
  width: 100%;
  border: 1px solid #DCDCDC;
  background-color: transparent !important;
  border-radius: 2px;
  padding: 0.7rem 1.1rem;
  height: auto !important;
  font-size: 1.5rem;
  min-width: auto;
  color: #707070;
  color: #000;
}
.form-horizontal .form-control.checkbox-width-auto {
  width: auto;
  margin-left: auto !important;
}

#QuestionTemplateId:empty,
#QuestionTemplateSubCategoryId:empty {
  opacity: 0.63;
  cursor: not-allowed;
  position: relative;
  z-index: 1;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.63) !important;
}

.countForm {
  width: 75%;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-bottom: 50px;
  max-width: 100%;
}
.countForm.unlimitForm {
  margin-top: 10vh;
}
.countForm.unlimitForm .page-header {
  font-weight: 500;
  background-color: #fff;
  color: #000;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.countForm.unlimitForm .countFormBdy {
  padding-top: 10px;
}
.countForm .page-header {
  color: #304599;
  text-align: center;
  padding: 20px 0;
  background: #F9F9F9;
  text-transform: capitalize;
  border-radius: 3px 3px 0 0;
  font-size: 18px;
}

.countFormTitle {
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  padding: 0 !important;
  font-size: 17px;
  font-weight: 600 !important;
}
.countFormTitle.countBtnTitle {
  text-align: left;
}
.countFormTitle.countBtnTitle .addBtnAnswers {
  position: relative !important;
  right: auto !important;
  top: auto !important;
}
.countFormTitle.domainTitle {
  margin-bottom: 10px;
}
.countFormTitle.collapseBtn, .countFormTitle.collapseBtnAnswers, .countFormTitle.collapseBtnValidation, .countFormTitle.collapseSampleBtn, .countFormTitle.countCollapseBtn, .countFormTitle.collapseSavBtn {
  background-color: #FBFBFB;
  padding: 11px !important;
  border-radius: 2px;
  border: 1px solid #DCDCDC;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  font-weight: normal !important;
}
.countFormTitle.collapseBtn.noAnswerBtn, .countFormTitle.collapseBtnAnswers.noAnswerBtn, .countFormTitle.collapseBtnValidation.noAnswerBtn, .countFormTitle.collapseSampleBtn.noAnswerBtn, .countFormTitle.countCollapseBtn.noAnswerBtn, .countFormTitle.collapseSavBtn.noAnswerBtn {
  color: rgba(0, 0, 0, 0.5);
}
.countFormTitle.collapseBtn label.NoAnswers, .countFormTitle.collapseBtnAnswers label.NoAnswers, .countFormTitle.collapseBtnValidation label.NoAnswers, .countFormTitle.collapseSampleBtn label.NoAnswers, .countFormTitle.countCollapseBtn label.NoAnswers, .countFormTitle.collapseSavBtn label.NoAnswers {
  width: auto !important;
  font-size: 16px;
}
.countFormTitle.collapseBtn label.NoAnswers:first-letter, .countFormTitle.collapseBtnAnswers label.NoAnswers:first-letter, .countFormTitle.collapseBtnValidation label.NoAnswers:first-letter, .countFormTitle.collapseSampleBtn label.NoAnswers:first-letter, .countFormTitle.countCollapseBtn label.NoAnswers:first-letter, .countFormTitle.collapseSavBtn label.NoAnswers:first-letter {
  text-transform: capitalize;
}

.countFormCollapseBtn, .countFormCollapseSavBtn {
  border: 1px solid #95989A;
  background: rgba(0, 0, 0, 0.3);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 0;
  padding: 0;
  transform: rotate(0);
  transition: all 0.3s ease;
}
.countFormCollapseBtn:focus, .countFormCollapseSavBtn:focus {
  outline: none;
}
.countFormCollapseBtn.showSrc, .countFormCollapseSavBtn.showSrc {
  transform: rotate(180deg);
}
.countFormCollapseBtn i, .countFormCollapseSavBtn i {
  margin-top: 3px;
}

.countFormBdy {
  padding: 20px 20px 0;
  box-sizing: border-box;
  width: 100%;
}
.countFormBdy .validation-summary-valid {
  display: none;
}
.countFormBdy hr {
  margin: 10px 0;
}
.countFormBdy .countInptCopy h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.countFormBdy .countInptCopy .form-group {
  display: flex;
  margin: 0;
  margin-bottom: 25px !important;
}
.countFormBdy .countInptCopy .form-group .form-control {
  background-color: #F9F9F9;
  border: 1px solid #DCDCDC;
  color: #8A8888;
  height: 40px !important;
  border-radius: 2px;
}
.countFormBdy .countInptCopy .form-group button {
  background-color: #DCE3EF;
  border: 1px solid #BEC9DC;
  padding: 0 25px;
  border-radius: 0px 2px 2px 0px;
  margin-right: -1px;
  color: #304599;
}
.countFormBdy .form-horizontal,
.countFormBdy .divQualitySample,
.countFormBdy .customRegularized {
  margin-top: 0px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.countFormBdy .form-horizontal .countFormHeader,
.countFormBdy .divQualitySample .countFormHeader,
.countFormBdy .customRegularized .countFormHeader {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.countFormBdy .form-horizontal .countFormHeader .form-group,
.countFormBdy .divQualitySample .countFormHeader .form-group,
.countFormBdy .customRegularized .countFormHeader .form-group {
  margin: 0 !important;
  padding: 0 !important;
}
.countFormBdy .form-horizontal .countFormHeader .form-group button,
.countFormBdy .form-horizontal .countFormHeader .form-group a.sameframe,
.countFormBdy .divQualitySample .countFormHeader .form-group button,
.countFormBdy .divQualitySample .countFormHeader .form-group a.sameframe,
.countFormBdy .customRegularized .countFormHeader .form-group button,
.countFormBdy .customRegularized .countFormHeader .form-group a.sameframe {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}
.countFormBdy .form-horizontal .countFormHeader .form-group button:focus,
.countFormBdy .form-horizontal .countFormHeader .form-group a.sameframe:focus,
.countFormBdy .divQualitySample .countFormHeader .form-group button:focus,
.countFormBdy .divQualitySample .countFormHeader .form-group a.sameframe:focus,
.countFormBdy .customRegularized .countFormHeader .form-group button:focus,
.countFormBdy .customRegularized .countFormHeader .form-group a.sameframe:focus {
  outline: none;
}
.countFormBdy .form-horizontal .countFormHeader .countFormTitle,
.countFormBdy .divQualitySample .countFormHeader .countFormTitle,
.countFormBdy .customRegularized .countFormHeader .countFormTitle {
  margin-bottom: 0;
}
.countFormBdy .form-horizontal .countInptLogo,
.countFormBdy .divQualitySample .countInptLogo,
.countFormBdy .customRegularized .countInptLogo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.countFormBdy .form-horizontal .countInptLogo .countLogoBx,
.countFormBdy .divQualitySample .countInptLogo .countLogoBx,
.countFormBdy .customRegularized .countInptLogo .countLogoBx {
  position: relative;
}
.countFormBdy .form-horizontal .countInptLogo .countLogoBx:not(.fileinput-exists) .thumbnail,
.countFormBdy .divQualitySample .countInptLogo .countLogoBx:not(.fileinput-exists) .thumbnail,
.countFormBdy .customRegularized .countInptLogo .countLogoBx:not(.fileinput-exists) .thumbnail {
  background-image: url("../../../Content/Images/defImgForm.png");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
.countFormBdy .form-horizontal .countInptLogo .countLogoBx:not(.fileinput-exists) .thumbnail:after,
.countFormBdy .divQualitySample .countInptLogo .countLogoBx:not(.fileinput-exists) .thumbnail:after,
.countFormBdy .customRegularized .countInptLogo .countLogoBx:not(.fileinput-exists) .thumbnail:after {
  width: 100%;
  height: 100%;
  content: " ";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
}
.countFormBdy .form-horizontal .countInptLogo .fileinput,
.countFormBdy .divQualitySample .countInptLogo .fileinput,
.countFormBdy .customRegularized .countInptLogo .fileinput {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.countFormBdy .form-horizontal .countInptLogo .fileinput.countInptEdit .logoBtnsContainer .fileinput-exists,
.countFormBdy .divQualitySample .countInptLogo .fileinput.countInptEdit .logoBtnsContainer .fileinput-exists,
.countFormBdy .customRegularized .countInptLogo .fileinput.countInptEdit .logoBtnsContainer .fileinput-exists {
  display: block;
}
.countFormBdy .form-horizontal .countInptLogo .fileinput.countInptEdit .btn-file,
.countFormBdy .divQualitySample .countInptLogo .fileinput.countInptEdit .btn-file,
.countFormBdy .customRegularized .countInptLogo .fileinput.countInptEdit .btn-file {
  display: none;
}
.countFormBdy .form-horizontal .countInptLogo .fileinput.countInptEdit .fileinput-new.count-add:before,
.countFormBdy .divQualitySample .countInptLogo .fileinput.countInptEdit .fileinput-new.count-add:before,
.countFormBdy .customRegularized .countInptLogo .fileinput.countInptEdit .fileinput-new.count-add:before {
  content: "\e905";
}
.countFormBdy .form-horizontal .countInptLogo .fileinput.countInptEdit:not(.fileinput-exists) .thumbnail,
.countFormBdy .divQualitySample .countInptLogo .fileinput.countInptEdit:not(.fileinput-exists) .thumbnail,
.countFormBdy .customRegularized .countInptLogo .fileinput.countInptEdit:not(.fileinput-exists) .thumbnail {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}
.countFormBdy .form-horizontal .countInptLogo .fileinput.countInptEdit:not(.fileinput-exists) .thumbnail:after,
.countFormBdy .divQualitySample .countInptLogo .fileinput.countInptEdit:not(.fileinput-exists) .thumbnail:after,
.countFormBdy .customRegularized .countInptLogo .fileinput.countInptEdit:not(.fileinput-exists) .thumbnail:after {
  width: 100%;
  height: 100%;
  content: " ";
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
}
.countFormBdy .form-horizontal .countInptLogo .fileinput > *,
.countFormBdy .divQualitySample .countInptLogo .fileinput > *,
.countFormBdy .customRegularized .countInptLogo .fileinput > * {
  z-index: unset;
}
.countFormBdy .form-horizontal .countInptLogo .fileinput .thumbnail,
.countFormBdy .divQualitySample .countInptLogo .fileinput .thumbnail,
.countFormBdy .customRegularized .countInptLogo .fileinput .thumbnail {
  width: 120px !important;
  height: 120px !important;
  box-sizing: border-box;
  padding: 0 !important;
  border-radius: 50%;
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FBFBFB;
  border: 1px solid #DCDCDC;
}
.countFormBdy .form-horizontal .countInptLogo .fileinput.fileinput-exists .fileinput-new.count-add:before,
.countFormBdy .divQualitySample .countInptLogo .fileinput.fileinput-exists .fileinput-new.count-add:before,
.countFormBdy .customRegularized .countInptLogo .fileinput.fileinput-exists .fileinput-new.count-add:before {
  content: "\e905";
}
.countFormBdy .form-horizontal .countInptLogo .logoBtnsContainer,
.countFormBdy .divQualitySample .countInptLogo .logoBtnsContainer,
.countFormBdy .customRegularized .countInptLogo .logoBtnsContainer {
  position: static;
  z-index: unset;
}
.countFormBdy .form-horizontal .countInptLogo .logoBtnsContainer .fileinput-exists,
.countFormBdy .divQualitySample .countInptLogo .logoBtnsContainer .fileinput-exists,
.countFormBdy .customRegularized .countInptLogo .logoBtnsContainer .fileinput-exists {
  box-shadow: none;
  background: transparent;
  color: #304599;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 !important;
  margin-top: 10px;
}
.countFormBdy .form-horizontal .countInptLogo .logoBtnsContainer .fileinput-exists:before,
.countFormBdy .divQualitySample .countInptLogo .logoBtnsContainer .fileinput-exists:before,
.countFormBdy .customRegularized .countInptLogo .logoBtnsContainer .fileinput-exists:before {
  content: "\e906";
  font-family: "countIcon" !important;
  margin-left: 5px;
}
.countFormBdy .form-horizontal .countInptLogo .fileinput-new.count-add,
.countFormBdy .divQualitySample .countInptLogo .fileinput-new.count-add,
.countFormBdy .customRegularized .countInptLogo .fileinput-new.count-add {
  background: #304599;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  overflow: visible;
  left: -14px;
  bottom: 50px;
}
.countFormBdy .form-horizontal .countInptLogo .btn-file,
.countFormBdy .divQualitySample .countInptLogo .btn-file,
.countFormBdy .customRegularized .countInptLogo .btn-file {
  width: 100% !important;
  height: 100% !important;
  min-height: auto !important;
  background: transparent;
  overflow: visible;
  position: static;
}
.countFormBdy .form-horizontal .countInptLogo .btn-file input[type=file],
.countFormBdy .divQualitySample .countInptLogo .btn-file input[type=file],
.countFormBdy .customRegularized .countInptLogo .btn-file input[type=file] {
  width: 140px;
  right: 0;
  padding: 0 !important;
  height: 120px;
}
.countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx, .countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx {
  display: flex;
}
.countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .thumbnail, .countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .thumbnail,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .thumbnail,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .thumbnail,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .thumbnail,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .thumbnail,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .thumbnail,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .thumbnail,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .thumbnail,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .thumbnail,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .thumbnail,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .thumbnail {
  display: block;
  margin-left: 20px;
  margin-bottom: 0;
}
.countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns, .countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns {
  padding: 10px 0;
}
.countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-new, .countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-new {
  display: none;
}
.countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webLbl, .countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webLbl,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webLbl,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webLbl,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webLbl,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webLbl,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webLbl,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webLbl,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webLbl,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webLbl,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webLbl,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webLbl {
  color: #000;
  opacity: 0.5;
  font-size: 1.6rem;
  display: block;
  font-weight: 500;
}
.countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists, .countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists {
  box-shadow: none;
  background: transparent;
  color: #304599;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 !important;
  margin-top: 10px;
  position: relative;
  z-index: 5;
  display: inline-block;
  cursor: pointer;
}
.countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before, .countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .fileinput-exists:before {
  content: "\e906";
  font-family: "countIcon" !important;
  margin-left: 5px;
}
.countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webBtnFile, .countFormBdy .form-horizontal .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .form-horizontal .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .divQualitySample .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .divQualitySample .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .customRegularized .countInptWebImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput-exists.countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .customRegularized .countInptWebAnsImg .countInptEdit.fileinput:not(.fileinput-new).countLogoBx .webImageBtns .webBtnFile {
  display: none;
}
.countFormBdy .form-horizontal .countInptWebImg .logoBtnsContainer,
.countFormBdy .form-horizontal .countInptWebAnsImg .logoBtnsContainer,
.countFormBdy .divQualitySample .countInptWebImg .logoBtnsContainer,
.countFormBdy .divQualitySample .countInptWebAnsImg .logoBtnsContainer,
.countFormBdy .customRegularized .countInptWebImg .logoBtnsContainer,
.countFormBdy .customRegularized .countInptWebAnsImg .logoBtnsContainer {
  display: none;
}
.countFormBdy .form-horizontal .countInptWebImg .input-group,
.countFormBdy .form-horizontal .countInptWebAnsImg .input-group,
.countFormBdy .divQualitySample .countInptWebImg .input-group,
.countFormBdy .divQualitySample .countInptWebAnsImg .input-group,
.countFormBdy .customRegularized .countInptWebImg .input-group,
.countFormBdy .customRegularized .countInptWebAnsImg .input-group {
  background-color: #FBFBFB;
  border: 1px dashed #DCDCDC;
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.countFormBdy .form-horizontal .countInptWebImg .input-group .thumbnail,
.countFormBdy .form-horizontal .countInptWebAnsImg .input-group .thumbnail,
.countFormBdy .divQualitySample .countInptWebImg .input-group .thumbnail,
.countFormBdy .divQualitySample .countInptWebAnsImg .input-group .thumbnail,
.countFormBdy .customRegularized .countInptWebImg .input-group .thumbnail,
.countFormBdy .customRegularized .countInptWebAnsImg .input-group .thumbnail {
  display: none;
}
.countFormBdy .form-horizontal .countInptWebImg .input-group .fileinput-exists,
.countFormBdy .form-horizontal .countInptWebAnsImg .input-group .fileinput-exists,
.countFormBdy .divQualitySample .countInptWebImg .input-group .fileinput-exists,
.countFormBdy .divQualitySample .countInptWebAnsImg .input-group .fileinput-exists,
.countFormBdy .customRegularized .countInptWebImg .input-group .fileinput-exists,
.countFormBdy .customRegularized .countInptWebAnsImg .input-group .fileinput-exists {
  display: none;
}
.countFormBdy .form-horizontal .countInptWebImg .input-group.fileinput-exists.countLogoBx,
.countFormBdy .form-horizontal .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx,
.countFormBdy .divQualitySample .countInptWebImg .input-group.fileinput-exists.countLogoBx,
.countFormBdy .divQualitySample .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx,
.countFormBdy .customRegularized .countInptWebImg .input-group.fileinput-exists.countLogoBx,
.countFormBdy .customRegularized .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx {
  display: flex;
}
.countFormBdy .form-horizontal .countInptWebImg .input-group.fileinput-exists.countLogoBx .thumbnail,
.countFormBdy .form-horizontal .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .thumbnail,
.countFormBdy .divQualitySample .countInptWebImg .input-group.fileinput-exists.countLogoBx .thumbnail,
.countFormBdy .divQualitySample .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .thumbnail,
.countFormBdy .customRegularized .countInptWebImg .input-group.fileinput-exists.countLogoBx .thumbnail,
.countFormBdy .customRegularized .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .thumbnail {
  display: block;
  margin-left: 20px;
  margin-bottom: 0;
}
.countFormBdy .form-horizontal .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns,
.countFormBdy .form-horizontal .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns,
.countFormBdy .divQualitySample .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns,
.countFormBdy .divQualitySample .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns,
.countFormBdy .customRegularized .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns,
.countFormBdy .customRegularized .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns {
  padding: 10px 0;
}
.countFormBdy .form-horizontal .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .form-horizontal .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .divQualitySample .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .divQualitySample .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .customRegularized .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-new,
.countFormBdy .customRegularized .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-new {
  display: none;
}
.countFormBdy .form-horizontal .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webLbl,
.countFormBdy .form-horizontal .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webLbl,
.countFormBdy .divQualitySample .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webLbl,
.countFormBdy .divQualitySample .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webLbl,
.countFormBdy .customRegularized .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webLbl,
.countFormBdy .customRegularized .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webLbl {
  color: #000;
  opacity: 0.5;
  font-size: 1.6rem;
  display: block;
  font-weight: 500;
}
.countFormBdy .form-horizontal .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .form-horizontal .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .divQualitySample .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .divQualitySample .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .customRegularized .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists,
.countFormBdy .customRegularized .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists {
  box-shadow: none;
  background: transparent;
  color: #304599;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 !important;
  margin-top: 10px;
  position: relative;
  z-index: 5;
  display: inline-block;
  cursor: pointer;
}
.countFormBdy .form-horizontal .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .form-horizontal .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .divQualitySample .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .divQualitySample .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .customRegularized .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before,
.countFormBdy .customRegularized .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .fileinput-exists:before {
  content: "\e906";
  font-family: "countIcon" !important;
  margin-left: 5px;
}
.countFormBdy .form-horizontal .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .form-horizontal .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .divQualitySample .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .divQualitySample .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .customRegularized .countInptWebImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webBtnFile,
.countFormBdy .customRegularized .countInptWebAnsImg .input-group.fileinput-exists.countLogoBx .webImageBtns .webBtnFile {
  display: none;
}
.countFormBdy .form-horizontal .countInptWebImg .webImageBtns .btn-file,
.countFormBdy .form-horizontal .countInptWebAnsImg .webImageBtns .btn-file,
.countFormBdy .divQualitySample .countInptWebImg .webImageBtns .btn-file,
.countFormBdy .divQualitySample .countInptWebAnsImg .webImageBtns .btn-file,
.countFormBdy .customRegularized .countInptWebImg .webImageBtns .btn-file,
.countFormBdy .customRegularized .countInptWebAnsImg .webImageBtns .btn-file {
  background-color: transparent;
  width: 100% !important;
  height: auto;
  padding: 0;
  margin: 0;
  min-height: auto !important;
  display: flex;
  overflow: visible;
}
.countFormBdy .form-horizontal .countInptWebImg .webImageBtns .webBtnFile,
.countFormBdy .form-horizontal .countInptWebAnsImg .webImageBtns .webBtnFile,
.countFormBdy .divQualitySample .countInptWebImg .webImageBtns .webBtnFile,
.countFormBdy .divQualitySample .countInptWebAnsImg .webImageBtns .webBtnFile,
.countFormBdy .customRegularized .countInptWebImg .webImageBtns .webBtnFile,
.countFormBdy .customRegularized .countInptWebAnsImg .webImageBtns .webBtnFile {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  padding: 0 !important;
}
.countFormBdy .form-horizontal .countInptWebImg .webImageBtns .webLbl,
.countFormBdy .form-horizontal .countInptWebAnsImg .webImageBtns .webLbl,
.countFormBdy .divQualitySample .countInptWebImg .webImageBtns .webLbl,
.countFormBdy .divQualitySample .countInptWebAnsImg .webImageBtns .webLbl,
.countFormBdy .customRegularized .countInptWebImg .webImageBtns .webLbl,
.countFormBdy .customRegularized .countInptWebAnsImg .webImageBtns .webLbl {
  display: none;
}
.countFormBdy .form-horizontal .countInptWebImg .webImageBtns .fileinput-new,
.countFormBdy .form-horizontal .countInptWebAnsImg .webImageBtns .fileinput-new,
.countFormBdy .divQualitySample .countInptWebImg .webImageBtns .fileinput-new,
.countFormBdy .divQualitySample .countInptWebAnsImg .webImageBtns .fileinput-new,
.countFormBdy .customRegularized .countInptWebImg .webImageBtns .fileinput-new,
.countFormBdy .customRegularized .countInptWebAnsImg .webImageBtns .fileinput-new {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.6rem;
  color: #2E459B;
  cursor: pointer;
}
.countFormBdy .form-horizontal .countInptWebImg .webImageBtns .fileinput-new i,
.countFormBdy .form-horizontal .countInptWebAnsImg .webImageBtns .fileinput-new i,
.countFormBdy .divQualitySample .countInptWebImg .webImageBtns .fileinput-new i,
.countFormBdy .divQualitySample .countInptWebAnsImg .webImageBtns .fileinput-new i,
.countFormBdy .customRegularized .countInptWebImg .webImageBtns .fileinput-new i,
.countFormBdy .customRegularized .countInptWebAnsImg .webImageBtns .fileinput-new i {
  margin-left: 10px;
}
.countFormBdy .form-horizontal .permissions,
.countFormBdy .divQualitySample .permissions,
.countFormBdy .customRegularized .permissions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.countFormBdy .form-horizontal .permissions .dropdownTreeWrapper, .countFormBdy .form-horizontal .permissions .dropdownTreeWrapperNew,
.countFormBdy .divQualitySample .permissions .dropdownTreeWrapper,
.countFormBdy .divQualitySample .permissions .dropdownTreeWrapperNew,
.countFormBdy .customRegularized .permissions .dropdownTreeWrapper,
.countFormBdy .customRegularized .permissions .dropdownTreeWrapperNew {
  margin-top: 5px;
}
.countFormBdy .form-horizontal .permissions .multiFilterContainer .btn-group,
.countFormBdy .divQualitySample .permissions .multiFilterContainer .btn-group,
.countFormBdy .customRegularized .permissions .multiFilterContainer .btn-group {
  margin-top: 5px;
}
.countFormBdy .form-horizontal .permissions .field-validation-valid,
.countFormBdy .divQualitySample .permissions .field-validation-valid,
.countFormBdy .customRegularized .permissions .field-validation-valid {
  width: 100%;
}
.countFormBdy .form-horizontal #divManuals,
.countFormBdy .divQualitySample #divManuals,
.countFormBdy .customRegularized #divManuals {
  width: 100%;
  display: none;
}
.countFormBdy .form-horizontal #divManuals .form-group,
.countFormBdy .divQualitySample #divManuals .form-group,
.countFormBdy .customRegularized #divManuals .form-group {
  width: 48.5%;
}
.countFormBdy .form-horizontal.countSettingsSection,
.countFormBdy .divQualitySample.countSettingsSection,
.countFormBdy .customRegularized.countSettingsSection {
  margin-bottom: 0px;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy {
  width: 100%;
  padding: 0px 5px;
  background-color: #FBFBFB;
  max-height: 0;
  overflow: auto;
  transition: all 0.3s ease;
  overflow-x: hidden;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy.countQuestionBdy.showSrc, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy.countQuestionBdy.showSrc,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy.countQuestionBdy.showSrc,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy.countQuestionBdy.showSrc,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy.countQuestionBdy.showSrc,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy.countQuestionBdy.showSrc {
  max-height: 260px;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy.secTemp, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy.secTemp,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy.secTemp,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy.secTemp,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy.secTemp,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy.secTemp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy.secTemp.showSrc, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy.secTemp.showSrc,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy.secTemp.showSrc,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy.secTemp.showSrc,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy.secTemp.showSrc,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy.secTemp.showSrc {
  padding: 10px 20px;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar {
  width: 5px;
  padding: 5px 10px;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar-track, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar-track,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar-track,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar-track,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar-track,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar-track {
  background: transparent;
  margin: 2rem 1rem;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar-thumb, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar-thumb,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar-thumb,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar-thumb,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar-thumb,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar-thumb {
  background: #9E9E9E;
  border-radius: 5px;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar-thumb:hover, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar-thumb:hover,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar-thumb:hover,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar-thumb:hover,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy.secTemp::-webkit-scrollbar-thumb:hover,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy.secTemp::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy.secTemp .form-group .countCheckField, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy.secTemp .form-group .countCheckField,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy.secTemp .form-group .countCheckField,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy.secTemp .form-group .countCheckField,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy.secTemp .form-group .countCheckField,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy.secTemp .form-group .countCheckField {
  margin-top: 5px;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy.secTemp .form-group .countInptField .form-control, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy.secTemp .form-group .countInptField .form-control,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy.secTemp .form-group .countInptField .form-control,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy.secTemp .form-group .countInptField .form-control,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy.secTemp .form-group .countInptField .form-control,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy.secTemp .form-group .countInptField .form-control {
  background-color: #fff !important;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy ol.countFormSettingCont, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy ol.countFormSettingCont,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy ol.countFormSettingCont,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy ol.countFormSettingCont,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy ol.countFormSettingCont,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy ol.countFormSettingCont {
  list-style: arabic-indic;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy .countFormSettingCont, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy .countFormSettingCont,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy .countFormSettingCont,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy .countFormSettingCont,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy .countFormSettingCont,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy .countFormSettingCont {
  overflow: auto;
  padding: 10px 20px;
  margin-bottom: 0px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy .countFormSettingCont .glyphicon, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy .countFormSettingCont .glyphicon,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy .countFormSettingCont .glyphicon,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy .countFormSettingCont .glyphicon,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy .countFormSettingCont .glyphicon,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy .countFormSettingCont .glyphicon {
  top: -5px;
  font-weight: bold;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar {
  width: 5px;
  padding: 5px 10px;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar-track, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar-track,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar-track,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar-track,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar-track,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar-track {
  background: transparent;
  margin: 2rem 1rem;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb {
  background: #9E9E9E;
  border-radius: 5px;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb:hover, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb:hover,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb:hover,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb:hover,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb:hover,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy .countFormSettingCont::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy.showSrc, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy.showSrc,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy.showSrc,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy.showSrc,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy.showSrc,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy.showSrc {
  max-height: 470px;
  border: 1px solid #DCDCDC;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy .col-md-9, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy .col-md-9,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy .col-md-9,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy .col-md-9,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy .col-md-9,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy .col-md-9 {
  width: 100%;
  padding: 0;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy .col-md-9 .tooltipicon, .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy .col-md-9 .tooltipicon,
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy .col-md-9 .tooltipicon,
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy .col-md-9 .tooltipicon,
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy .col-md-9 .tooltipicon,
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy .col-md-9 .tooltipicon {
  color: #3B4351 !important;
}
.countFormBdy .form-horizontal.countSettingsSection .countFormSettingBdy .col-md-9 .tooltipicon[data-original-title=""], .countFormBdy .form-horizontal.countSettingsSection .countFormSavSettingBdy .col-md-9 .tooltipicon[data-original-title=""],
.countFormBdy .divQualitySample.countSettingsSection .countFormSettingBdy .col-md-9 .tooltipicon[data-original-title=""],
.countFormBdy .divQualitySample.countSettingsSection .countFormSavSettingBdy .col-md-9 .tooltipicon[data-original-title=""],
.countFormBdy .customRegularized.countSettingsSection .countFormSettingBdy .col-md-9 .tooltipicon[data-original-title=""],
.countFormBdy .customRegularized.countSettingsSection .countFormSavSettingBdy .col-md-9 .tooltipicon[data-original-title=""] {
  display: none;
}
.countFormBdy .form-horizontal .form-group,
.countFormBdy .divQualitySample .form-group,
.countFormBdy .customRegularized .form-group {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-bottom: 10px !important;
  position: relative;
}
.countFormBdy .form-horizontal .form-group .countMaxFilesHeader,
.countFormBdy .divQualitySample .form-group .countMaxFilesHeader,
.countFormBdy .customRegularized .form-group .countMaxFilesHeader {
  display: flex;
  align-items: center;
}
.countFormBdy .form-horizontal .form-group .countMaxFilesHeader label,
.countFormBdy .divQualitySample .form-group .countMaxFilesHeader label,
.countFormBdy .customRegularized .form-group .countMaxFilesHeader label {
  width: auto;
  margin-left: 10px;
}
.countFormBdy .form-horizontal .form-group .countToolTip.tooltipicon,
.countFormBdy .divQualitySample .form-group .countToolTip.tooltipicon,
.countFormBdy .customRegularized .form-group .countToolTip.tooltipicon {
  left: 0;
  top: 0;
  color: #3B4351 !important;
}
.countFormBdy .form-horizontal .form-group.hintGroup,
.countFormBdy .divQualitySample .form-group.hintGroup,
.countFormBdy .customRegularized .form-group.hintGroup {
  position: relative;
}
.countFormBdy .form-horizontal .form-group.hiddenTmp,
.countFormBdy .divQualitySample .form-group.hiddenTmp,
.countFormBdy .customRegularized .form-group.hiddenTmp {
  margin-bottom: 0 !important;
}
.countFormBdy .form-horizontal .form-group.countNoMargin,
.countFormBdy .divQualitySample .form-group.countNoMargin,
.countFormBdy .customRegularized .form-group.countNoMargin {
  margin-top: 0 !important;
  margin-bottom: -5px !important;
}
.countFormBdy .form-horizontal .form-group.addActiveDirect,
.countFormBdy .divQualitySample .form-group.addActiveDirect,
.countFormBdy .customRegularized .form-group.addActiveDirect {
  height: 61px;
  display: flex;
  justify-content: flex-end;
}
.countFormBdy .form-horizontal .form-group.addActiveDirect button,
.countFormBdy .divQualitySample .form-group.addActiveDirect button,
.countFormBdy .customRegularized .form-group.addActiveDirect button {
  height: 40px;
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.countFormBdy .form-horizontal .form-group.dimmed-checkbox.disabledField,
.countFormBdy .divQualitySample .form-group.dimmed-checkbox.disabledField,
.countFormBdy .customRegularized .form-group.dimmed-checkbox.disabledField {
  opacity: 0.62;
}
.countFormBdy .form-horizontal .form-group.dimmed-checkbox.disabledField input[disabled],
.countFormBdy .form-horizontal .form-group.dimmed-checkbox.disabledField label,
.countFormBdy .form-horizontal .form-group.dimmed-checkbox.disabledField .checkmark,
.countFormBdy .divQualitySample .form-group.dimmed-checkbox.disabledField input[disabled],
.countFormBdy .divQualitySample .form-group.dimmed-checkbox.disabledField label,
.countFormBdy .divQualitySample .form-group.dimmed-checkbox.disabledField .checkmark,
.countFormBdy .customRegularized .form-group.dimmed-checkbox.disabledField input[disabled],
.countFormBdy .customRegularized .form-group.dimmed-checkbox.disabledField label,
.countFormBdy .customRegularized .form-group.dimmed-checkbox.disabledField .checkmark {
  cursor: default;
}
.countFormBdy .form-horizontal .form-group.RecipientDrpDwn,
.countFormBdy .divQualitySample .form-group.RecipientDrpDwn,
.countFormBdy .customRegularized .form-group.RecipientDrpDwn {
  opacity: 1;
}
.countFormBdy .form-horizontal .form-group.RecipientDrpDwn .defaultDrpDwn,
.countFormBdy .divQualitySample .form-group.RecipientDrpDwn .defaultDrpDwn,
.countFormBdy .customRegularized .form-group.RecipientDrpDwn .defaultDrpDwn {
  opacity: 0.62;
}
.countFormBdy .form-horizontal .form-group.fullWidthGroup,
.countFormBdy .divQualitySample .form-group.fullWidthGroup,
.countFormBdy .customRegularized .form-group.fullWidthGroup {
  width: 100%;
  margin-bottom: 5px !important;
}
.countFormBdy .form-horizontal .form-group.countTempEditor,
.countFormBdy .divQualitySample .form-group.countTempEditor,
.countFormBdy .customRegularized .form-group.countTempEditor {
  width: 100%;
}
.countFormBdy .form-horizontal .form-group.countTempEditor .countTempField,
.countFormBdy .divQualitySample .form-group.countTempEditor .countTempField,
.countFormBdy .customRegularized .form-group.countTempEditor .countTempField {
  width: 100%;
  padding: 0;
  margin-top: 5px;
}
.countFormBdy .form-horizontal .form-group label,
.countFormBdy .divQualitySample .form-group label,
.countFormBdy .customRegularized .form-group label {
  width: 100%;
  font-weight: 400;
  padding: 0;
}
.countFormBdy .form-horizontal .form-group .countInptField,
.countFormBdy .divQualitySample .form-group .countInptField,
.countFormBdy .customRegularized .form-group .countInptField {
  width: 100%;
  padding: 0;
  margin-top: 5px;
  /*.maxCharacters {
      bottom: -37px;
  }*/
  /*select {
      opacity: 0;
      position: absolute;
  }*/
}
.countFormBdy .form-horizontal .form-group .countInptField .tooltipicon,
.countFormBdy .divQualitySample .form-group .countInptField .tooltipicon,
.countFormBdy .customRegularized .form-group .countInptField .tooltipicon {
  left: 5px;
  top: 25px;
}
.countFormBdy .form-horizontal .form-group .countInptField.countUpldField input[type=file],
.countFormBdy .divQualitySample .form-group .countInptField.countUpldField input[type=file],
.countFormBdy .customRegularized .form-group .countInptField.countUpldField input[type=file] {
  opacity: 0;
}
.countFormBdy .form-horizontal .form-group .countInptField.countUpldField .fileinput,
.countFormBdy .divQualitySample .form-group .countInptField.countUpldField .fileinput,
.countFormBdy .customRegularized .form-group .countInptField.countUpldField .fileinput {
  display: flex;
  position: relative;
}
.countFormBdy .form-horizontal .form-group .countInptField.countUpldField .fileinput .form-control,
.countFormBdy .divQualitySample .form-group .countInptField.countUpldField .fileinput .form-control,
.countFormBdy .customRegularized .form-group .countInptField.countUpldField .fileinput .form-control {
  width: 100% !important;
  border-radius: 2px !important;
  display: flex;
  position: relative;
  z-index: 0;
}
.countFormBdy .form-horizontal .form-group .countInptField.countUpldField .fileinput .form-control .fileinput-filename,
.countFormBdy .divQualitySample .form-group .countInptField.countUpldField .fileinput .form-control .fileinput-filename,
.countFormBdy .customRegularized .form-group .countInptField.countUpldField .fileinput .form-control .fileinput-filename {
  white-space: nowrap;
  line-height: initial;
}
.countFormBdy .form-horizontal .form-group .countInptField.countUpldField .fileinput .upldFileBtn,
.countFormBdy .divQualitySample .form-group .countInptField.countUpldField .fileinput .upldFileBtn,
.countFormBdy .customRegularized .form-group .countInptField.countUpldField .fileinput .upldFileBtn {
  position: absolute;
  left: 0;
  height: 100%;
  width: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DCE3EF;
  color: #304599;
}
.countFormBdy .form-horizontal .form-group .countInptField .countAdvSect .btn-group,
.countFormBdy .divQualitySample .form-group .countInptField .countAdvSect .btn-group,
.countFormBdy .customRegularized .form-group .countInptField .countAdvSect .btn-group {
  background-color: #fff;
}
.countFormBdy .form-horizontal .form-group .countInptField.domainSettings .form-group:first-of-type,
.countFormBdy .divQualitySample .form-group .countInptField.domainSettings .form-group:first-of-type,
.countFormBdy .customRegularized .form-group .countInptField.domainSettings .form-group:first-of-type {
  width: 100%;
}
.countFormBdy .form-horizontal .form-group .countInptField.domainSettings .form-group:first-of-type input,
.countFormBdy .divQualitySample .form-group .countInptField.domainSettings .form-group:first-of-type input,
.countFormBdy .customRegularized .form-group .countInptField.domainSettings .form-group:first-of-type input {
  width: 48% !important;
}
.countFormBdy .form-horizontal .form-group .countInptField.domainSettings .form-group input.countInptField,
.countFormBdy .divQualitySample .form-group .countInptField.domainSettings .form-group input.countInptField,
.countFormBdy .customRegularized .form-group .countInptField.domainSettings .form-group input.countInptField {
  padding: 0.7rem 1.1rem;
}
.countFormBdy .form-horizontal .form-group .countInptField .countRadio,
.countFormBdy .divQualitySample .form-group .countInptField .countRadio,
.countFormBdy .customRegularized .form-group .countInptField .countRadio {
  display: flex;
  align-items: center;
}
.countFormBdy .form-horizontal .form-group .countInptField .countRadio input[type=radio],
.countFormBdy .divQualitySample .form-group .countInptField .countRadio input[type=radio],
.countFormBdy .customRegularized .form-group .countInptField .countRadio input[type=radio] {
  width: auto !important;
}
.countFormBdy .form-horizontal .form-group .countInptField.customArrow,
.countFormBdy .divQualitySample .form-group .countInptField.customArrow,
.countFormBdy .customRegularized .form-group .countInptField.customArrow {
  position: relative;
}
.countFormBdy .form-horizontal .form-group .countInptField.customArrow select,
.countFormBdy .divQualitySample .form-group .countInptField.customArrow select,
.countFormBdy .customRegularized .form-group .countInptField.customArrow select {
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  border: 1px solid #DCDCDC;
}
.countFormBdy .form-horizontal .form-group .countInptField.customArrow select[disabled],
.countFormBdy .divQualitySample .form-group .countInptField.customArrow select[disabled],
.countFormBdy .customRegularized .form-group .countInptField.customArrow select[disabled] {
  opacity: 0.63;
}
.countFormBdy .form-horizontal .form-group .countInptField.customArrow select:empty,
.countFormBdy .divQualitySample .form-group .countInptField.customArrow select:empty,
.countFormBdy .customRegularized .form-group .countInptField.customArrow select:empty {
  opacity: 0.63;
  cursor: not-allowed;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
.countFormBdy .form-horizontal .form-group .countInptField.customArrow:after,
.countFormBdy .divQualitySample .form-group .countInptField.customArrow:after,
.countFormBdy .customRegularized .form-group .countInptField.customArrow:after {
  content: "\e900";
  font-family: "countIcon" !important;
  position: absolute;
  width: 35px;
  height: 35px;
  background: transparent;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  transform: rotate(90deg);
  font-size: 1rem;
  color: #707070;
}
.countFormBdy .form-horizontal .form-group .countInptField .field-validation-error,
.countFormBdy .divQualitySample .form-group .countInptField .field-validation-error,
.countFormBdy .customRegularized .form-group .countInptField .field-validation-error {
  position: relative;
  top: 100%;
  display: inline-block;
  width: 100%;
}
.countFormBdy .form-horizontal .form-group .countInptField .form-control,
.countFormBdy .divQualitySample .form-group .countInptField .form-control,
.countFormBdy .customRegularized .form-group .countInptField .form-control {
  height: 35px !important;
}
.countFormBdy .form-horizontal .form-group .countInptField.countInpDate,
.countFormBdy .divQualitySample .form-group .countInptField.countInpDate,
.countFormBdy .customRegularized .form-group .countInptField.countInpDate {
  background-color: #FBFBFB !important;
}
.countFormBdy .form-horizontal .form-group .countInptField.countInpDate .datepicker.form-control,
.countFormBdy .divQualitySample .form-group .countInptField.countInpDate .datepicker.form-control,
.countFormBdy .customRegularized .form-group .countInptField.countInpDate .datepicker.form-control {
  background-color: transparent !important;
  position: relative;
  z-index: 2;
}
.countFormBdy .form-horizontal .form-group .countInptField.countInpDate:after,
.countFormBdy .divQualitySample .form-group .countInptField.countInpDate:after,
.countFormBdy .customRegularized .form-group .countInptField.countInpDate:after {
  position: absolute;
  content: "\e916";
  height: 100%;
  max-height: 35px;
  width: 35px;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: #DCE3EF;
  font-family: "countIcon";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #304599;
  z-index: 0;
}
.countFormBdy .form-horizontal .form-group .countInptField input[type=checkbox],
.countFormBdy .divQualitySample .form-group .countInptField input[type=checkbox],
.countFormBdy .customRegularized .form-group .countInptField input[type=checkbox] {
  width: auto !important;
}
.countFormBdy .form-horizontal .form-group .countInptField input,
.countFormBdy .divQualitySample .form-group .countInptField input,
.countFormBdy .customRegularized .form-group .countInptField input {
  background-color: #FBFBFB !important;
  border: 1px solid #DCDCDC;
  width: 100% !important;
  border-radius: 2px;
}
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .multiselectdrp:after, .countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .multiselectdrp:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .multiselectdrp:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .multiselectdrp:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .multiselectdrp:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .multiselectdrp:after {
  content: "\e900";
  color: #707070;
  font-family: "countIcon" !important;
  font-size: 1rem;
  transform: rotate(90deg);
  /*width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;*/
  top: -3px;
  left: -5px;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu {
  margin: 0 !important;
  border-radius: 4px 4px 0 0 !important;
  background: #fff;
  border: 1px solid #DCDCDC !important;
  max-height: 162px;
  overflow-x: hidden;
  width: 100% !important;
  box-sizing: border-box;
  z-index: 10;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 {
  max-height: fit-content;
  padding: 10px;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem {
  padding: 0.3rem 0;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection {
  background-color: transparent !important;
  color: #304599 !important;
  font-weight: bold;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .clickspan,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .clickspan {
  margin: 0;
  margin-left: 1rem;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left {
  font-size: 1rem;
  transform: rotate(180deg);
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before {
  content: "\e900";
  font-family: "countIcon";
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down {
  transform: rotate(90deg);
  font-size: 1rem;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before {
  content: "\e900";
  font-family: "countIcon";
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu li a,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu li a,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu li a,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a {
  border: none;
  padding: 1.2rem 1.5rem;
  white-space: normal;
  max-height: 51px;
  overflow: hidden;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu li a label,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu li a label,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu li a label,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label {
  font-size: 1.5rem;
  width: 100%;
  padding: 0;
  position: relative;
  display: flex;
  line-height: 2rem;
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu li a label input[type=checkbox],
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label input[type=checkbox],
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label input[type=checkbox],
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label input[type=checkbox],
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label input[type=checkbox],
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu li a label input[type=checkbox],
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label input[type=checkbox],
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label input[type=checkbox],
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label input[type=checkbox],
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label input[type=checkbox],
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu li a label input[type=checkbox],
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label input[type=checkbox],
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label input[type=checkbox],
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label input[type=checkbox],
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label input[type=checkbox] {
  font-size: 1rem;
  cursor: pointer;
  margin-left: 1.5rem !important;
  width: auto !important;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu li a label .checkmark,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label .checkmark,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label .checkmark,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label .checkmark,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label .checkmark,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu li a label .checkmark,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label .checkmark,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label .checkmark,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label .checkmark,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label .checkmark,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu li a label .checkmark,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label .checkmark,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label .checkmark,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label .checkmark,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu li a label .checkmark:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label .checkmark:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label .checkmark:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label .checkmark:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label .checkmark:after,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu li a label .checkmark:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label .checkmark:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label .checkmark:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label .checkmark:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label .checkmark:after,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu li a label .checkmark:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label .checkmark:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label .checkmark:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label .checkmark:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label .checkmark:after {
  content: "\ea10";
  position: absolute;
  display: none;
  font-family: "countIcon";
  color: #fff;
  font-size: 1.1rem;
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label input:checked ~ .checkmark,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label input:checked ~ .checkmark {
  background-color: #304599;
  border: 2px solid #304599;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-menu li a label input:checked ~ .checkmark:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-menu li a label input:checked ~ .checkmark:after {
  display: block;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-toggle,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-toggle,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-toggle,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-toggle,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-toggle,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-toggle,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-toggle,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-toggle,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-toggle,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-toggle,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-toggle,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-toggle,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-toggle,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-toggle,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-toggle {
  width: 100%;
  border: 1px solid #DCDCDC;
  background-color: transparent !important;
  border-radius: 2px !important;
  padding: 7px 11px;
  height: 35px !important;
  font-size: 1.5rem;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
  min-width: auto;
  box-shadow: none;
  overflow: hidden;
  color: #000;
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-toggle .caret,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-toggle .caret,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-toggle .caret,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-toggle .caret,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-toggle .caret,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-toggle .caret,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-toggle .caret,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-toggle .caret,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-toggle .caret,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-toggle .caret,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-toggle .caret,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-toggle .caret,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-toggle .caret,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-toggle .caret,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-toggle .caret {
  border: none !important;
  height: 100%;
  width: 35px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 0;
  /*@if $default-direction == 'ltr' {
      top: 15px;
  }

  @else {
      top: 20px;
      left: 20px;
  }*/
}
.countFormBdy .form-horizontal .form-group .countInptField .multiFilterContainer .dropdown-toggle .caret:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper .dropdown-toggle .caret:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper1 .dropdown-toggle .caret:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapper0 .dropdown-toggle .caret:after,
.countFormBdy .form-horizontal .form-group .countInptField .dropdownTreeWrapperNew .dropdown-toggle .caret:after,
.countFormBdy .divQualitySample .form-group .countInptField .multiFilterContainer .dropdown-toggle .caret:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper .dropdown-toggle .caret:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper1 .dropdown-toggle .caret:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapper0 .dropdown-toggle .caret:after,
.countFormBdy .divQualitySample .form-group .countInptField .dropdownTreeWrapperNew .dropdown-toggle .caret:after,
.countFormBdy .customRegularized .form-group .countInptField .multiFilterContainer .dropdown-toggle .caret:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper .dropdown-toggle .caret:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper1 .dropdown-toggle .caret:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapper0 .dropdown-toggle .caret:after,
.countFormBdy .customRegularized .form-group .countInptField .dropdownTreeWrapperNew .dropdown-toggle .caret:after {
  content: "\e900";
  font-family: "countIcon" !important;
  font-size: 1rem;
  transform: rotate(90deg);
}
.countFormBdy .form-horizontal .form-group .countInptField.countSelecetBxPlaceHolder .countSelectList .countListItem:first-child,
.countFormBdy .divQualitySample .form-group .countInptField.countSelecetBxPlaceHolder .countSelectList .countListItem:first-child,
.countFormBdy .customRegularized .form-group .countInptField.countSelecetBxPlaceHolder .countSelectList .countListItem:first-child {
  display: none;
}
.countFormBdy .form-horizontal .form-group .countInptField .countSelectBx,
.countFormBdy .divQualitySample .form-group .countInptField .countSelectBx,
.countFormBdy .customRegularized .form-group .countInptField .countSelectBx {
  width: 100%;
  position: relative;
}
.countFormBdy .form-horizontal .form-group .countInptField .countSelectBx .form-control,
.countFormBdy .divQualitySample .form-group .countInptField .countSelectBx .form-control,
.countFormBdy .customRegularized .form-group .countInptField .countSelectBx .form-control {
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #BFB7AF !important;
}
.countFormBdy .form-horizontal .form-group .countInptField .countSelectBx .form-control span,
.countFormBdy .divQualitySample .form-group .countInptField .countSelectBx .form-control span,
.countFormBdy .customRegularized .form-group .countInptField .countSelectBx .form-control span {
  width: 90%;
  display: block;
  overflow: hidden;
}
.countFormBdy .form-horizontal .form-group .countInptField .countSelectBx .form-control:after,
.countFormBdy .divQualitySample .form-group .countInptField .countSelectBx .form-control:after,
.countFormBdy .customRegularized .form-group .countInptField .countSelectBx .form-control:after {
  position: absolute;
  content: "\e900";
  font-family: "countIcon";
  left: 10px;
  transform: rotate(90deg);
  font-size: 1.2rem;
  top: 12px;
}
.countFormBdy .form-horizontal .form-group .countInptField .countSelectBx .-closed,
.countFormBdy .divQualitySample .form-group .countInptField .countSelectBx .-closed,
.countFormBdy .customRegularized .form-group .countInptField .countSelectBx .-closed {
  display: none;
}
.countFormBdy .form-horizontal .form-group .countInptField .countSelectList,
.countFormBdy .divQualitySample .form-group .countInptField .countSelectList,
.countFormBdy .customRegularized .form-group .countInptField .countSelectList {
  list-style: none;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  max-height: 243px;
  overflow: auto;
  z-index: 9;
}
.countFormBdy .form-horizontal .form-group .countInptField .countListItem,
.countFormBdy .divQualitySample .form-group .countInptField .countListItem,
.countFormBdy .customRegularized .form-group .countInptField .countListItem {
  margin-bottom: 15px;
}
.countFormBdy .form-horizontal .form-group .countInptField .countListItem:last-child,
.countFormBdy .divQualitySample .form-group .countInptField .countListItem:last-child,
.countFormBdy .customRegularized .form-group .countInptField .countListItem:last-child {
  margin-bottom: 0;
}
.countFormBdy .form-horizontal .form-group .countInptField .countListItem a,
.countFormBdy .divQualitySample .form-group .countInptField .countListItem a,
.countFormBdy .customRegularized .form-group .countInptField .countListItem a {
  color: #000;
  font-size: 1.5rem;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  display: inline-block;
}
.countFormBdy .form-horizontal .form-group .btn-info,
.countFormBdy .divQualitySample .form-group .btn-info,
.countFormBdy .customRegularized .form-group .btn-info {
  background-color: transparent;
  color: #304599;
  text-decoration: underline;
  box-shadow: none;
  font-size: 14px;
  padding-right: 0 !important;
  text-align: right;
  padding-bottom: 0.7rem !important;
}
.countFormBdy .form-horizontal .countFormHint,
.countFormBdy .divQualitySample .countFormHint,
.countFormBdy .customRegularized .countFormHint {
  display: flex;
  font-size: 14px;
  position: absolute;
  top: -4px;
  left: 0;
}
.countFormBdy .form-horizontal .countFormHint .tooltipicon,
.countFormBdy .divQualitySample .countFormHint .tooltipicon,
.countFormBdy .customRegularized .countFormHint .tooltipicon {
  font-size: 15px;
  color: #3B4351;
}
.countFormBdy .form-horizontal .countFormHint p,
.countFormBdy .divQualitySample .countFormHint p,
.countFormBdy .customRegularized .countFormHint p {
  margin: 0;
  margin-right: 10px;
  line-height: 16px;
}
.countFormBdy .questionFormEdit .fullWidthGroup {
  margin-bottom: 0 !important;
}
.countFormBdy .questionFormEdit .fullWidthGroup.countMgBtm {
  margin-bottom: 8px !important;
}
.countFormBdy .questionFormEdit .fullWidthGroup.countMgBtm .control-label {
  margin-bottom: 5px;
}
.countFormBdy .questionFormEdit .fullWidthGroup .countInptField {
  margin: 0;
}
.countFormBdy .questionFormEdit .gridCenter {
  min-height: 0;
  margin: 0;
  padding: 0;
}
.countFormBdy .questionFormEdit hr {
  width: 100%;
  display: block;
}
.countFormBdy .questionFormEdit .answersFormEdit {
  position: relative;
}
.countFormBdy .questionFormEdit .answersFormEdit .countTableAnswers {
  overflow: hidden;
  padding: 20px;
  background-color: #FBFBFB;
  display: none;
  border: 1px solid #DCDCDC;
  margin-top: -2px;
  border-radius: 0 0 2px 2px;
  position: relative;
}
.countFormBdy .questionFormEdit .answersFormEdit .countTableAnswers.showSrc {
  display: block;
}
.countFormBdy .questionFormEdit .answersFormEdit .countTableAnswers .countTableCont {
  overflow-x: auto;
  position: relative;
}
.countFormBdy .questionFormEdit .answersFormEdit .countTableAnswers .countTableCont .defAnswerBx {
  margin-top: 20px;
  margin-bottom: 0 !important;
}
.countFormBdy .questionFormEdit .answersFormEdit .countTableAnswers .countTableCont .defAnswerBx .customArrow {
  background-color: #fff;
}
.countFormBdy .questionFormEdit .answersFormEdit .countFormHeader {
  position: absolute;
  top: 0;
  left: 0;
}
.countFormBdy .questionFormEdit .answersFormEdit .countFormHeader .btn-info {
  text-decoration: none;
  font-size: 14px;
}
.countFormBdy .questionFormEdit .answersFormEdit .countFormHeader .btn-info i {
  margin-left: 3px;
  top: 2px;
  position: relative;
  font-size: 14.4px;
}
.countFormBdy .questionFormEdit .answersFormEdit .addBtnAnswers {
  position: absolute;
  right: 52%;
  top: 54px;
  padding: 0 !important;
  text-decoration: none;
  border-radius: 0 !important;
  line-height: 1 !important;
  font-size: 14px;
  color: #304599;
  background: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #304599;
}
.countFormBdy .questionFormEdit .answersFormEdit .addBtnAnswers i {
  margin-left: 7px;
  font-size: 1.2rem;
  font-weight: bolder;
  color: #304599;
}
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionAnswers,
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionTemplateAnswers {
  overflow-x: auto;
  margin-bottom: 0;
  padding-top: 0;
  margin-top: 10px;
}
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionAnswers .tableErrMsg,
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionTemplateAnswers .tableErrMsg {
  margin-top: 30px;
  overflow-y: hidden;
}
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionAnswers.gridCenter,
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionTemplateAnswers.gridCenter {
  min-height: auto;
}
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionAnswers .countTableAnswers,
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionTemplateAnswers .countTableAnswers {
  overflow: hidden;
  padding: 10px 15px;
  background-color: #FBFBFB;
  display: none;
  border: 1px solid #DCDCDC;
  margin-top: -2px;
  border-radius: 0 0 2px 2px;
}
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionAnswers .countTableAnswers.showSrc,
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionTemplateAnswers .countTableAnswers.showSrc {
  display: block;
}
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionAnswers .countTableAnswers .countTableCont,
.countFormBdy .questionFormEdit .answersFormEdit .gridQuestionTemplateAnswers .countTableAnswers .countTableCont {
  overflow-x: auto;
}
.countFormBdy .questionFormEdit .validRules,
.countFormBdy .questionFormEdit .answersFormEdit {
  width: 100%;
}
.countFormBdy .questionFormEdit .validRules .countInptField,
.countFormBdy .questionFormEdit .answersFormEdit .countInptField {
  width: 100%;
}
.countFormBdy .questionFormEdit .validRules .gridValidationRules,
.countFormBdy .questionFormEdit .answersFormEdit .gridValidationRules {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 0;
}
.countFormBdy .questionFormEdit .validRules .gridValidationRules.gridCenter,
.countFormBdy .questionFormEdit .answersFormEdit .gridValidationRules.gridCenter {
  min-height: auto;
}
.countFormBdy .questionFormEdit .validRules .gridValidationRules .countFormHeader,
.countFormBdy .questionFormEdit .answersFormEdit .gridValidationRules .countFormHeader {
  display: flex;
}
.countFormBdy .questionFormEdit .validRules .gridValidationRules .countTableValidation,
.countFormBdy .questionFormEdit .answersFormEdit .gridValidationRules .countTableValidation {
  overflow: hidden;
  padding: 20px;
  background-color: #FBFBFB;
  display: none;
  border: 1px solid #DCDCDC;
  margin-top: -2px;
  border-radius: 0 0 2px 2px;
}
.countFormBdy .questionFormEdit .validRules .gridValidationRules .countTableValidation.showSrc,
.countFormBdy .questionFormEdit .answersFormEdit .gridValidationRules .countTableValidation.showSrc {
  display: block;
}
.countFormBdy .questionFormEdit .validRules .gridValidationRules .countTableValidation .countTableCont,
.countFormBdy .questionFormEdit .answersFormEdit .gridValidationRules .countTableValidation .countTableCont {
  overflow-x: auto;
  overflow-y: hidden;
}
.countFormBdy .questionFormEdit .validRules .addValidBtn,
.countFormBdy .questionFormEdit .answersFormEdit .addValidBtn {
  text-decoration: none !important;
}
.countFormBdy .questionFormEdit .validRules .addValidBtn:after,
.countFormBdy .questionFormEdit .answersFormEdit .addValidBtn:after {
  position: relative;
  content: "\ea3b";
  font-family: "countIcon" !important;
  padding-right: 5px;
}
.countFormBdy .formInfoBox {
  display: flex;
  flex-wrap: wrap;
  background-color: #FBFBFB;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  padding: 15px;
  margin-bottom: 15px;
  justify-content: space-between;
}
.countFormBdy .formInfoBox .form-group {
  width: 45%;
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0;
  margin-bottom: 5px !important;
  flex-direction: column;
  margin-bottom: 14px !important;
}
.countFormBdy .formInfoBox .form-group .control-label {
  width: 100%;
  min-width: 30%;
  color: rgba(7, 7, 7, 0.4);
  margin: 0;
  padding: 0;
  white-space: nowrap;
  margin-left: 0;
}
.countFormBdy .formInfoBox .form-group .countInfo {
  width: 100%;
  line-height: 1;
  margin-top: 7px;
}
.countFormBdy .formInfoBox .form-group .countInfo.countInfoTime .form-control {
  display: flex;
  flex-direction: column;
}
.countFormBdy .formInfoBox .form-group .countInfo .form-control {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #000;
  height: auto !important;
  min-height: auto !important;
  font-weight: 500;
  word-break: break-all;
  min-width: auto;
  width: auto;
  display: inline-block;
}

.countQuestion {
  margin-bottom: 20px;
}
.countQuestion .countQuAnswer p {
  font-weight: 500;
  margin: 0;
}

.countCheckField {
  position: relative;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.countCheckField.countCheckField label {
  width: auto !important;
  margin-left: 10px;
}
.countCheckField.countCheckField .tooltipicon {
  top: 0;
  left: auto;
}
.countCheckField .countCheckBx {
  display: block;
  position: relative;
  padding-right: 35px;
  margin-bottom: 0;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.countCheckField .countCheckBx.countEditCheck .check-box {
  height: 100%;
  width: 16px;
  right: 0;
  top: 0;
  margin-top: 0;
  z-index: 1;
}
.countCheckField .countCheckBx label {
  padding: 0;
  margin-bottom: 0;
  margin-right: 26px;
}
.countCheckField .countCheckBx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.countCheckField .checkmark {
  position: absolute;
  top: 2px;
  right: 0;
  height: 16px;
  width: 16px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  background-color: #F9F9F9;
  cursor: pointer;
}
.countCheckField .variableName-checkbox-container .checkmark {
  top: 13px;
}
.countCheckField .variableName-checkbox-container input#DisplayVariableName {
  display: none;
}
.countCheckField:hover input ~ .checkmark {
  background-color: #F9F9F9;
}
.countCheckField input:checked ~ .checkmark {
  background-color: #304599;
}
.countCheckField .checkmark:after {
  content: "\ea10";
  position: absolute;
  display: none;
  font-family: "countIcon";
}
.countCheckField input:checked ~ .checkmark:after {
  display: flex;
}
.countCheckField .checkmark:after {
  font-size: 1rem;
  color: #fff;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.countFormFooter {
  width: 100%;
  padding: 20px;
}
.countFormFooter.modalFooter {
  padding-top: 0;
}
.countFormFooter .countFormFooterBdy {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.countFormFooter .btn {
  min-width: 140px;
  padding: 10px 15px !important;
  box-sizing: border-box;
  font-size: 1.6rem;
  margin-left: 10px;
  border: 1px solid #304599;
  box-shadow: none;
}
.countFormFooter .btn:last-child {
  margin-left: 0px;
}
.countFormFooter .btn.countFormCancelBtn {
  background-color: #FBFBFB;
  color: #304599 !important;
}

.mce-ico {
  color: #7C839B !important;
}

body#tinymce {
  background-color: #FBFBFB;
}

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  width: auto;
  margin-top: 10px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 31px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
}
.file-upload-wrapper[disabled] {
  opacity: 0.67;
}
.file-upload-wrapper .file-upload-wrapper {
  display: none;
}

.file-upload-input {
  width: 100%;
  background-color: #FBFBFB;
  border: none;
  border-radius: 4px;
  padding: 0.7rem 1.1rem;
  height: 100% !important;
  font-size: 1.5rem;
  min-width: auto;
  color: #000;
}
.file-upload-input:hover, .file-upload-input:focus {
  outline: none;
}

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #304599;
  font-size: 16px;
  text-transform: uppercase;
  height: 100%;
  width: 55px;
  border: none;
  background-color: #DCE3EF;
  position: absolute;
  left: 0;
  border-right: 1px solid #DCDCDC;
  transition: all 0.2s ease-in;
  /*&:hover {
      background-color: darken(red, 20);
  }*/
}

.valdHintMsg {
  display: flex;
  justify-content: center;
}
.valdHintMsg i {
  background: #304599;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  color: #fff;
}
.valdHintMsg label.control-label {
  background: #EEEEEE;
  width: 100%;
  padding: 7px !important;
  border-radius: 2px;
}

.multiselect-item {
  overflow: hidden;
  border-bottom: 1px solid #DCDCDC;
}
.multiselect-item .multiselect-search {
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.multiselect-item .input-group-addon {
  display: none;
}
.multiselect-item .input-group-btn {
  background: transparent;
  opacity: 0.6;
  font-weight: bold;
}
.multiselect-item .input-group-btn .multiselect-clear-filter {
  box-shadow: none;
  background-color: #FBFBFB !important;
  padding: 5px !important;
  border: 0;
  border-radius: 0 !important;
  color: #000 !important;
}

.mce-menubtn.mce-fixed-width span {
  width: auto !important;
}

ol.breadcrumb.parentchildren.surveyBread {
  padding-bottom: 0;
  padding-top: 1.3rem;
  margin-bottom: -0.3rem !important;
}

.reportsTabs {
  width: 100%;
  margin: 0;
  margin-bottom: 0px !important;
  margin-top: 24px;
}
.reportsTabs:empty {
  display: none;
}
.reportsTabs .btn {
  box-shadow: none;
  min-width: 130px;
  border-radius: 2px !important;
  height: 40px;
  background-color: #DFDFDF;
  color: #8A8888;
  font-size: 1.6rem;
}
.reportsTabs .btn:focus {
  outline: none;
}
.reportsTabs .btn.activeTab {
  background-color: #fff;
  color: #000;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.reportsTabs .btn.activeTab:after {
  height: 4px;
  width: 100%;
  background-color: #304599;
  top: -4px;
  position: absolute;
  content: "";
  right: 0;
}

.receiverType {
  position: relative;
  display: block;
  white-space: nowrap;
}
.receiverType:after {
  position: absolute;
  content: ",";
}
.receiverType:last-child:after {
  display: none;
}

.required:after {
  content: " * ";
  color: red;
}

.countNoMargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.homeApp {
  height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
}
.homeApp .custom-row.row {
  height: 100%;
}
.homeApp .gridUserApplications {
  height: 100%;
}

.tabFilters .usersFilter .dropdownTreeWrapper0, .tabFilters .usersFilter .dropdownTreeWrapperNew {
  width: 100%;
}

button:focus {
  outline: none !important;
}

.countGridTabs .active {
  background-color: #fff;
}

.tableErrMsg {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tableErrMsg .addBtnAnswers {
  position: static !important;
  margin-top: 10px;
}
.tableErrMsg.countErrFullPage {
  height: 70vh;
}
.tableErrMsg.countTabsErrMsg {
  background-color: #fff;
}
.tableErrMsg i {
  color: #A6A6A6;
  font-size: 56px;
}
.tableErrMsg span {
  color: #A6A6A6;
  font-size: 14px;
  margin-top: 10px;
}

.countTabsTasksBx .tableErrMsg {
  height: 50vh;
}

#QuestionTemplateReqMsg {
  background-color: transparent;
  padding: 0 !important;
  color: #b94a48 !important;
}

.loginCont {
  padding: 0 !important;
  display: flex;
  height: 100vh;
}

.loginBox {
  width: 100%;
  display: flex;
}

.loginImage {
  background-color: #304599;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/Content/Images/loginBg-blue.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.loginImage img {
  height: 76px;
  width: 250px;
}

.loginFormBx {
  height: 100%;
  padding: 12% !important;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

#loginForm {
  background: #fff;
  display: flex;
  padding: 30px 20px;
  border: 1px solid #DFDFDF;
  border-radius: 2px;
  flex-direction: column;
  width: 100%;
}
#loginForm .loginLogo {
  text-align: center;
}
#loginForm form.form-horizontal {
  margin: 0;
  margin-top: 15px;
}
#loginForm form.form-horizontal .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#loginForm form.form-horizontal .form-group .control-label {
  padding: 0 !important;
  margin-bottom: 5px;
}
#loginForm form.form-horizontal .form-group .countInptField {
  width: 100%;
}
#loginForm form.form-horizontal .form-group .countInptField .text-danger {
  font-size: 12px;
}
#loginForm form.form-horizontal .form-group .countInptField input {
  background-color: #FBFBFB !important;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  height: 35px !important;
}
#loginForm form.form-horizontal .form-group .countInptField input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
#loginForm form.form-horizontal .form-group.loginBtn {
  width: 100%;
  margin-bottom: 0 !important;
}
#loginForm form.form-horizontal .form-group.loginBtn .btn {
  width: 100%;
  box-shadow: none;
  border-radius: 2px !important;
  height: 35px;
}

.langTabs {
  display: flex;
  padding: 5px;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  margin-top: 27px;
}
.langTabs a {
  width: 50%;
  text-align: center;
  color: #545871;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.7;
  padding: 3px;
}
.langTabs a.activeLang {
  background-color: #DCE3EF;
  color: #304599;
  border-radius: 5px;
  opacity: 1;
}

.loginValidation {
  padding: 0;
  margin: 0;
  display: block;
}
.loginValidation ul {
  list-style: none;
  padding: 0 !important;
}
.loginValidation ul li {
  background-color: rgba(255, 172, 172, 0.4);
  border: 1px solid rgba(217, 74, 74, 0.4);
  border-radius: 2px;
  padding: 10px 20px;
  font-size: 16px;
  color: #D94A4A;
  margin-top: 10px;
  min-height: 45px;
}

#surveysPart span#NotFoundMsg {
  white-space: nowrap;
}
#surveysPart .periodicTreeMultipe {
  padding: 0;
}
#surveysPart .periodicTreeMultipe .level1 {
  margin-right: 15px;
}
#surveysPart .periodicTreeMultipe .level2 {
  margin-right: 25px;
}
#surveysPart .periodicTreeMultipe .level3 {
  margin-right: 35px;
}
#surveysPart .periodicTreeMultipe .level4 {
  margin-right: 45px;
}
#surveysPart .periodicTreeMultipe .level5 {
  margin-right: 55px;
}
#surveysPart .periodicTreeMultipe .level6 {
  margin-right: 65px;
}
#surveysPart .periodicTreeMultipe .level7 {
  margin-right: 75px;
}

.labelTreeHeaders {
  border-right: 4px solid transparent;
}
.labelTreeHeaders.headerColored {
  border-right: 4px solid #304599;
}

.mg-Btm {
  margin-bottom: 10px;
}

.help-block span {
  font-family: "Segoe UI", sans-serif;
}

.loading .countLoader {
  display: flex;
}

.countLoader {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}

.countLoaderBx {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 12px;
}
.countLoaderBx .lds-dual-ring {
  display: inline-block;
  width: 70%;
  height: 70%;
  position: relative;
  /*@if $default-direction == 'ltr' {
      transform: translate(-50%);
  }
  @else {
      transform: translate(50%);
  }*/
}
.countLoaderBx .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  margin: 1px;
  border-radius: 50%;
  border: 8px solid #304599;
  border-color: #304599 transparent #304599 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default:after {
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  margin: 1px;
  border-radius: 50%;
  border: 8px solid #304599;
  border-color: #304599 transparent #304599 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #304599;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}

.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}

.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}

.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}

.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}

.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}

.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}

.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}

.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}

.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}

.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}

.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}

.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}

@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
    background-color: rgba(48, 69, 153, 0.5);
  }
  50% {
    transform: scale(2);
    background-color: #304599;
  }
}
.historyBody {
  margin-top: 20px;
}

.historyCol3 {
  margin: 0px;
  min-height: 500px;
  overflow-y: auto;
  padding: 0;
}

.historyCol8 {
  padding: 0;
  padding-right: 20px;
  min-height: 500px;
  overflow-y: auto;
}

.historyCol3 .childHeader {
  padding: 10px;
  cursor: pointer;
  margin: 0px;
  text-align: center;
  background-color: #fff;
  height: 44px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  transition: all 0.3s ease;
  margin-bottom: 2px;
}
.historyCol3 .childHeader:hover {
  background-color: #f1f1f1;
}
.historyCol3 .childHeader.active {
  background-color: #304599;
  color: #fff;
}
.historyCol3 .childHeader.active .statusCategory {
  color: #304599;
  background-color: #fff;
  opacity: 1;
}
.historyCol3 .childHeader.active:hover {
  background-color: #304599;
  color: #fff;
}
.historyCol3 .childHeader.active:hover .statusCategory {
  color: #304599;
  background-color: #fff;
  opacity: 1;
}

.historyDateItm {
  font-weight: 400;
  font-size: 16px;
  display: flex;
  align-items: baseline;
  width: 70%;
}
.historyDateItm i {
  margin-left: 8px;
  font-size: 18px;
}
.historyDateItm span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
}

.historyStatusItm {
  font-size: 14px;
  display: flex;
  align-items: center;
  min-width: 30%;
}

.statusCategory {
  margin-left: 8px;
  font-size: 9px;
  background-color: #DB5252;
  padding: 5px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.statusCategory.count-checkmark {
  background-color: #4AD991;
}

.childBodycomment {
  padding: 20px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
}

.noDataClass {
  width: 50%;
  margin: 50px auto;
  font-size: 2rem;
}

#btnCalculateSimilarity,
.btnCalculateSimilarity {
  box-shadow: none;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-right: 8px;
  padding: 6px 20px 5px !important;
}

.customArrow {
  position: relative;
}
.customArrow select {
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  border: 1px solid #DCDCDC;
}
.customArrow select[disabled] {
  opacity: 0.63;
}
.customArrow select:empty {
  opacity: 0.63;
  cursor: not-allowed;
  position: relative;
  z-index: 0;
  pointer-events: none;
}
.customArrow:after {
  content: "\e900";
  font-family: "countIcon" !important;
  position: absolute;
  width: 35px;
  height: 35px;
  background: transparent;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  transform: rotate(90deg);
  font-size: 1rem;
  color: #707070;
}

.radioMatchingStatus {
  margin-top: 20px;
}
.radioMatchingStatus ul {
  display: flex;
  align-items: center;
}
.radioMatchingStatus ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 70px;
}
.radioMatchingStatus ul li input {
  min-width: 0;
  width: 16px;
  margin-left: 8px !important;
  margin-top: 0;
}
.radioMatchingStatus ul li span {
  font-size: 16px;
}

.gridAnswersComparison {
  margin-top: 1.3rem;
}

.countAnswersCompInfo {
  width: 100%;
  background-color: #FBFBFB;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.countAnswersCompInfo .answerCompCont {
  display: inline-flex;
  flex-direction: column;
  min-width: 28%;
  margin-left: auto;
}
.countAnswersCompInfo .answerCompCont:last-child {
  margin-left: 0;
}
.countAnswersCompInfo .answerCompCont .answerInfoBx:first-child {
  margin-bottom: 10px;
}
.countAnswersCompInfo .answerInfoBx {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: inline-flex;
}
.countAnswersCompInfo .answerInfoBx span,
.countAnswersCompInfo .answerInfoBx label:first-child {
  color: #A6A6A6;
  margin-left: 10px;
  min-width: 37%;
}
.countAnswersCompInfo .answerInfoBx label {
  font-weight: 400;
  margin: 0;
  padding: 0 !important;
}

.gridSubTitleTh {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  white-space: normal;
  word-break: break-all;
  white-space: nowrap;
}
.gridSubTitleTh .gridTip {
  white-space: nowrap !important;
  width: auto;
  max-width: none !important;
}

.gridHeaderTh {
  border-bottom: 1px solid #fff !important;
}

.countReportTabs #myTab {
  padding: 0;
}
.countReportTabs .countGridTabs {
  padding: 0;
}

.countGridTabs {
  margin-top: 0px;
  padding: 0 12.5px;
}
.countGridTabs .gridCenter {
  padding: 0;
  min-height: auto;
  margin-top: 0;
}
.countGridTabs .gridCenter table {
  margin-top: 23px;
}

.gridStatusReport i {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 8px;
}
.gridStatusReport.statusApproved i {
  background-color: #4AD991;
}
.gridStatusReport.statusRejected i {
  background-color: #D94A4A;
}
.gridStatusReport.statusActive i {
  background-color: #4AD991;
}
.gridStatusReport.statusInactive i {
  background-color: #afafaf;
}

.statusNotIncludedInComparison i {
  background-color: #8A8888;
}

.callBackAnswerCard {
  width: 100%;
  background-color: #fff;
  margin: 0;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #DFDFDF;
  display: flex;
}
.callBackAnswerCard:first-of-type {
  margin-top: 80px !important;
}
.callBackAnswerCard:last-child {
  border-bottom: 0 solid transparent;
  margin-top: 0;
}

.countCardCol {
  width: 28%;
  padding: 20px;
  border-left: 1px solid #DFDFDF;
}
.countCardCol:last-child {
  border-left: 0px solid #DFDFDF;
}
.countCardCol.countCardComment {
  flex: 1;
}
.countCardCol h1,
.countCardCol h1 label {
  font-size: 16px;
  color: #000;
  margin-top: 0;
  padding-right: 0;
  font-weight: 600;
}
.countCardCol label {
  margin: 0;
}

.countCardQues {
  margin-bottom: 20px;
}

.countCardAns .form-control {
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  color: #000;
}
.countCardAns .form-control[type=number] {
  width: 30%;
}
.countCardAns .form-control[disabled] {
  opacity: 0.62;
  background-color: transparent;
}

.countCardCommentBox textarea {
  color: #000;
  font-weight: 400;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  background-color: #fff;
  min-width: 100%;
  max-width: 100%;
  min-height: 110px;
  max-height: 180px;
  padding: 10px;
}
.countCardCommentBox textarea.valid {
  background-color: #fff;
}
.countCardCommentBox textarea:focus {
  outline: none;
}

.countCallBackResponseFooter .form-group {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
  margin-top: 20px;
  max-width: none;
}
.countCallBackResponseFooter .form-group .control-label {
  padding: 0;
  font-weight: 500;
}
.countCallBackResponseFooter .form-group .countInptField.customArrow {
  background-color: #fff;
  width: 20%;
  position: relative;
}
.countCallBackResponseFooter .form-group select {
  width: 100%;
  border: 1px solid #DCDCDC;
  background-color: transparent !important;
  border-radius: 2px;
  padding: 0px 11px;
  height: 33px !important;
  font-size: 1.5rem;
  box-sizing: border-box;
  color: #000;
  font-family: "Segoe UI", sans-serif;
  min-width: auto;
  line-height: inherit;
}
.countCallBackResponseFooter .form-group select:focus {
  outline: none;
}
.countCallBackResponseFooter .form-group .countTextAreaField {
  width: 50%;
}
.countCallBackResponseFooter .form-group .countTextAreaField textarea {
  background-color: #fff;
  border: 1px solid #DCDCDC;
  max-height: 160px;
  max-width: 100%;
  min-width: 100%;
  min-height: 160px !important;
  width: 100%;
  padding: 10px;
}
.countCallBackResponseFooter .form-group .countTextAreaField textarea:focus {
  outline: 0;
}
.countCallBackResponseFooter .countFormFooter .countFormFooterBdy {
  justify-content: flex-start;
}

.countEmptyCol {
  padding-right: 40px;
  letter-spacing: -1px;
}

.countAnswerCompComment h1 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.countAnswerCompComment p {
  background: #fff;
  padding: 10px;
  max-width: 50%;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  min-height: 120px;
}

.inspectionHeader + .inspectionHeaderBx .reportsTabs {
  display: none;
}

path.highcharts-point.highcharts-color-0.highcharts-point-select {
  transform: translate(0) !important;
}

.tableHeadersTr {
  border-bottom: 1px solid #fff !important;
}

.countTableBody {
  overflow: hidden;
  padding: 20px;
  background-color: #FBFBFB;
  display: none;
  border: 1px solid #DCDCDC;
  margin-top: -2px;
  border-radius: 0 0 2px 2px;
  position: relative;
}
.countTableBody.showSrc {
  display: block;
}
.countTableBody .countTableCont {
  overflow-x: auto;
  overflow-y: visible;
}
.countTableBody .countTableCont .defAnswerBx {
  margin-top: 40px;
}
.countTableBody .countTableCont .defAnswerBx .customArrow {
  background-color: #fff;
}
.countTableBody .addBtnModal {
  width: auto !important;
}
.countTableBody .addBtnModal .addBtnAnswers {
  padding: 0 !important;
  text-decoration: none;
  border-radius: 0 !important;
  border-bottom: 1px solid;
  line-height: 1 !important;
  font-size: 14px;
  text-decoration: none !important;
}
.countTableBody .addBtnModal .addBtnAnswers i {
  margin-left: 7px;
  font-size: 1.2rem;
  font-weight: bolder;
}

.gridTabularRowsQuestionTemplates .countTableCont {
  overflow-x: visible;
}

.countEncoderHeader {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  background: #FBFBFB;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  margin-top: 10px;
}

.encoderInfo h1 {
  margin: 0;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
.encoderInfo p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.encoderInfo .DomainArea {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.encoderInfo .domainName {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
.encoderInfo .DomainArea, .encoderInfo .domainName {
  display: inline-block;
  margin-top: 5px;
}

.encoder-tasks-container {
  display: flex;
  align-items: center;
}
.encoder-tasks-container .encoderTasks {
  position: relative;
}
.encoder-tasks-container .encoderTasks:last-of-type:before {
  display: none;
}
.encoder-tasks-container .encoderTasks:before {
  content: "";
  position: absolute;
  height: 61px;
  background-color: #DCDCDC;
  width: 1px;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.encoderTasks {
  text-align: center;
  margin-right: 60px;
}
.encoderTasks span {
  color: #304599;
  font-size: 34px;
  font-weight: bold;
}
.encoderTasks .encoderTotalTasks {
  color: #000;
  font-size: 1.9rem;
  margin-right: -5px;
  opacity: 0.3;
  display: none;
}
.encoderTasks p {
  font-size: 14px;
}

.countEncoderCont {
  padding: 20px;
  background: #fff;
  margin-top: 10px;
  border-radius: 2px;
}

.encoderUserInfo {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 400;
}
.encoderUserInfo h3 {
  margin: 0;
  font-size: 16px;
  margin-right: 10px;
  font-weight: 600;
}

.encoderAnswers {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.encoderAnswers.reviewer-background .form-group:nth-last-of-type(-n+2) {
  background-color: #F6F6F6;
  padding: 18px 20px;
  border-bottom: 0;
}
.encoderAnswers.reviewer-background .form-group:nth-last-of-type(-n+2) .control-label {
  font-weight: 500 !important;
}
.encoderAnswers.reviewer-background .form-group:nth-last-of-type(-n+1) {
  margin-top: -20px;
}
.encoderAnswers.reviewer-background .form-group:nth-last-of-type(-n+1) .control-label {
  font-weight: 500 !important;
}
.encoderAnswers.reviewer-background .form-group:nth-last-of-type(-n+3) {
  border-bottom: 0;
}
.encoderAnswers.reviewer-background .form-group .with-check-box {
  display: flex;
  align-items: flex-start;
}
.encoderAnswers.reviewer-background .form-group .with-check-box .encoderDisabledAnswer {
  width: 20% !important;
}
.encoderAnswers.reviewer-background .form-group .with-check-box .countCheckBx {
  padding: 0 !important;
  margin-top: 0;
}
.encoderAnswers.reviewer-background .form-group .with-check-box .countCheckBx .control-label {
  margin-right: 26px !important;
}
.encoderAnswers.reviewer-background .form-group .with-check-box .DropDownTreeWithSearch {
  width: 100%;
}
.encoderAnswers .form-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #DCDCDC;
  margin: 0;
  padding: 30px 0;
}
.encoderAnswers .form-group.custom-form-group {
  background-color: #F6F6F6;
  padding: 18px 20px;
  margin-bottom: 0 !important;
  border-bottom: 0;
}
.encoderAnswers .form-group.custom-form-group .control-label {
  font-weight: 500 !important;
}
.encoderAnswers .form-group.custom-form-group .required:after {
  opacity: 1 !important;
}
.encoderAnswers .form-group.custom-form-group:last-of-type {
  margin-top: 0px !important;
}
.encoderAnswers .form-group.custom-form-group:first-of-type {
  margin-top: 20px !important;
}
.encoderAnswers .form-group:first-of-type {
  padding: 0 0 30px 0;
}
.encoderAnswers .form-group:nth-last-of-type(-n+2) {
  border-bottom: 0;
}
.encoderAnswers .form-group:last-of-type {
  border-bottom: 0;
  background-color: #F6F6F6;
  padding: 18px 20px;
}
.encoderAnswers .form-group:last-of-type .control-label {
  font-weight: 500 !important;
}
.encoderAnswers .form-group .required:after {
  opacity: 0;
}
.encoderAnswers .form-group:last-child {
  width: 100%;
  max-width: none;
  margin-top: 20px;
}
.encoderAnswers .form-group:last-child .required:after {
  opacity: 1;
}
.encoderAnswers .form-group label.control-label {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  color: #070707;
}

.encoderDisabledAnswer {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: rgba(62, 62, 62, 0.8);
  line-height: 24px;
  width: 66%;
}

.encoderEnabledAnswerCont {
  width: 50%;
}
.encoderEnabledAnswerCont .dropdownTreeWrapperNew .dropdown-toggle[disabled=disabled] {
  background-color: #DDD !important;
}
.encoderEnabledAnswerCont .dropdownTreeWrapperNew .dropdown-toggle[disabled=disabled]:after {
  background: #DDD !important;
}
.encoderEnabledAnswerCont .dropdownTreeWrapperNew .dropdown-menu {
  width: 100% !important;
}
.encoderEnabledAnswerCont .caret {
  border: none !important;
  height: 100%;
  width: 35px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 0;
}
.encoderEnabledAnswerCont .caret:after {
  content: "\e900";
  font-family: "countIcon" !important;
  font-size: 1rem;
  transform: rotate(90deg);
}
.encoderEnabledAnswerCont .dropdown-menu {
  margin: 0 !important;
}
.encoderEnabledAnswerCont .dropdownTreeSearch {
  background-color: #FBFBFB !important;
  border: 1px solid #DCDCDC !important;
  width: 100% !important;
  border-radius: 2px;
  height: 35px !important;
  padding: 6px 23px 6px 12px !important;
}
.encoderEnabledAnswerCont ul.drop-down-tree-ul-items {
  max-height: 150px;
  padding: 10px;
  overflow-y: auto;
  margin: 0;
}
.encoderEnabledAnswerCont .dropdown-toggle.multiselectdrp {
  color: #000;
  opacity: 0.7;
}

.countEncoderTask .countFormFooter {
  background-color: #fff;
  padding-top: 0;
}
.countEncoderTask .countFormFooter .countFormFooterBdy {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  justify-content: space-between;
}
.countEncoderTask .countFormFooter .countFormFooterBdy #btnSkip {
  color: #304599;
  font-size: 16px;
  text-decoration: underline;
}

.encoderNavBtn {
  display: flex;
  align-items: center;
}
.encoderNavBtn .encoderBtn.save-next {
  width: 110px;
}
.encoderNavBtn .encoderBtn.save {
  width: 35px;
}
.encoderNavBtn.encoderNavBtnDisabled i {
  background: #FBFBFB;
  color: #DCDCDC;
  border: 1px solid #DCDCDC;
}
.encoderNavBtn i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #304599;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 8px;
  transform: rotate(180deg);
}
.encoderNavBtn.encoderPrevBtn {
  margin-left: 4px;
}
.encoderNavBtn.encoderPrevBtn .btnPrev {
  text-align: left;
}
.encoderNavBtn.encoderPrevBtn .btnPrev[disabled] {
  color: #DCDCDC;
}
.encoderNavBtn.encoderPrevBtn i {
  transform: rotate(180deg);
  transform: rotate(0deg);
}

.encoderBtn {
  width: auto;
  display: inline-block;
  background: transparent;
  border: none;
  font-size: 16px;
  cursor: pointer;
  text-align: justify;
  padding: 0;
}
.encoderBtn:focus {
  outline: none;
}

.preliminaryDash .highcharts-loading {
  display: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .countFormTitle {
      font-weight: bold !important;
    }
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .topLvlSideMnu .sidenavToggler {
    width: auto;
  }
  .topLvlSideMnu .sidenavToggler .closeBtn::after, .topLvlSideMnu .sidenavToggler .closeBtn::before {
    top: 18px;
  }
}
.countHint {
  padding: 10px !important;
  margin: 0;
  border: 1px dashed #afafaf;
  background-color: #FBFBFB;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
}
.countHint i {
  font-size: 3rem;
  margin-left: 10px;
  color: #afafaf;
}
.countHint .countHintLabel {
  margin: 0;
  color: #afafaf;
}

.countSuccess {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.countSuccess i {
  color: #A6A6A6;
  font-size: 56px;
}
.countSuccess h2 {
  color: #A6A6A6;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}

.countEditDropBtn {
  vertical-align: middle;
  cursor: pointer;
}

.countEditDropList {
  display: none;
  flex-direction: column;
  width: auto;
  position: absolute;
  left: 40px;
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.countEditDropList.showSrc {
  display: inline-flex;
}
.countEditDropList .separator {
  width: 100%;
  height: 1px;
  background-color: #7C839B;
  margin: 8px 0;
  opacity: 0.4;
}
.countEditDropList a, .countEditDropList button {
  background-color: transparent;
  border: none;
  color: #000;
  padding: 0.5rem;
  text-align: justify;
  font-size: 13px;
}
.countEditDropList a.disabled-button, .countEditDropList button.disabled-button {
  opacity: 0.62;
  cursor: not-allowed;
}

/** attached files*/
.all-attachedfiles {
  width: 270px;
}
.all-attachedfiles > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.all-attachedfiles > div .sameframe {
  margin-left: 40px;
  color: #304599;
  font-size: 14px;
  text-decoration: underline;
}
.all-attachedfiles > div .delete {
  cursor: pointer;
  line-height: 1;
}
.all-attachedfiles > div .delete:before {
  color: #D94A4A;
  font-size: 16px;
}

.tooltip-hover .gridTip {
  visibility: hidden;
  position: absolute;
  background: #FBFBFB;
  color: #000;
  padding: 10px;
  top: 35px;
  min-height: 50px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  z-index: 6;
}
.tooltip-hover .gridTip.box-hover {
  visibility: visible;
}
.tooltip-hover .gridTip:empty {
  display: none;
}
.tooltip-hover .gridTip:after {
  content: "\e909";
  font-family: "countIcon" !important;
  position: absolute;
  color: #FBFBFB;
  top: -11px;
  width: 100%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: inherit;
  text-shadow: -3px 0 #DCDCDC, 0 1px #DCDCDC, 1px 0 #DCDCDC, 0 3px #DCDCDC;
  transform: rotate(180deg);
}

.tooltip-hover {
  position: relative;
  /*&:hover {
     .gridTip {
          visibility: visible;
      }
  }*/
}

.countUserId.customArrow:after {
  z-index: 3 !important;
}
.countUserId .multiselectdrp {
  z-index: 2;
}

.countTrainingGridLastCol {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100% !important;
  padding: 0 6px;
}
.countTrainingGridLastCol .stateCapBtn {
  margin-left: 10px !important;
}

/* print page **/
.title-with-printicon {
  position: relative;
}
.title-with-printicon .anchorTip {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.title-with-printicon .anchorTip.with-two-item {
  left: 75px;
}
.title-with-printicon .anchorTip.with-three-item {
  left: 115px;
}
.title-with-printicon .anchorTip.with-large-button {
  left: 200px;
}
.title-with-printicon .anchorTip .countPrintBtn {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* custom pop up ar and en**/
.countModalViewBtn .modal-dialog .modal-content {
  width: 100%;
}
.countModalViewBtn #changesArea {
  max-height: 220px;
  min-height: 220px;
}
.countModalViewBtn #changesArea div {
  color: #000;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.custom-ar-en {
  margin-bottom: 20px;
}
.custom-ar-en span {
  color: #070707;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
}
.custom-ar-en .custom-popup {
  border: 1px solid #DCDCDC;
  padding: 20px;
  font-size: 14px;
  color: #9199A7;
  line-height: 19px;
  max-height: 120px;
  overflow: auto;
}

.countGridAppName .countTitleAppName {
  opacity: 0.8;
  font-size: 13px;
}

/* image in pop up exam***/
#modalImage, #myVideo {
  max-height: 277px;
  height: auto;
  width: 100%;
}

div#actionBtns {
  margin-top: 40px;
}

.ruleType {
  margin-top: 30px;
}
.ruleType .control-label {
  margin-bottom: 5px;
}

.ValidationAnswers .control-label {
  margin-bottom: 5px;
  width: 100%;
}

.divQuestionsOfNumberOfChildrenIgnored .col-md-4, .divQuestionsOfNumberOfChildrenIgnored .col-md-8,
.divQuestionsOfNumberOfChildren .col-md-4,
.divQuestionsOfNumberOfChildren .col-md-8 {
  width: 100%;
  padding: 0;
}

div#actionBtns {
  margin-top: 40px;
}

.ruleType {
  margin-top: 30px;
}
.ruleType .control-label {
  margin-bottom: 5px;
}

.complex-equation .mainPart {
  border-left: 1px solid #ccc;
}
.complex-equation .mainPart .form-group.collapse .control-label,
.complex-equation .mainPart .form-group.ruleType .control-label {
  margin-bottom: 0;
  width: 100%;
}
.complex-equation .mainPart .form-group.collapse .col-md-4, .complex-equation .mainPart .form-group.collapse .col-md-8, .complex-equation .mainPart .form-group.collapse .col-md-3, .complex-equation .mainPart .form-group.collapse .col-md-9,
.complex-equation .mainPart .form-group.ruleType .col-md-4,
.complex-equation .mainPart .form-group.ruleType .col-md-8,
.complex-equation .mainPart .form-group.ruleType .col-md-3,
.complex-equation .mainPart .form-group.ruleType .col-md-9 {
  width: 100%;
}
.complex-equation .mainPart .form-group.ruleType #divCheckGenderInNationalIDTemplate .col-md-9 {
  margin-bottom: 15px;
}
.complex-equation .mainPart .divQstAnswerNumberOfChildren .col-md-8.col-md-offset-4,
.complex-equation .mainPart .divQstAnswerNumberOfChildrenIgnored .col-md-8.col-md-offset-4 {
  margin: 0;
}
.complex-equation .mainPart .divQstAnswerNumberOfChildrenIgnored {
  margin-top: 10px;
}
.complex-equation .mainPart .divRegClass .col-md-9.col-md-offset-3 {
  margin: 0;
}
.complex-equation .mainPart .divRegClass .form-group.sameLevelDiv {
  width: 100% !important;
}
.complex-equation .mainPart .divRegClass .form-group.sameLevelDiv .sameLevelLabel {
  width: 80% !important;
}

/** Generic multiDropDown*/
.countInptField .multiFilterContainer {
  margin-bottom: 15px;
}
.countInptField .multiFilterContainer .multiple-checkboxes {
  width: 100%;
}
.countInptField .multiFilterContainer .dropdown-menu {
  margin: 0 !important;
  border-radius: 4px 4px 0 0 !important;
  background: #fff;
  border: 1px solid #DCDCDC !important;
  max-height: 155px;
  overflow-x: hidden;
  width: 100% !important;
  box-sizing: border-box;
}
.countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 {
  max-height: fit-content;
  padding: 10px;
}
.countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem {
  padding: 0.3rem 0;
}
.countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem.highlighted-selection {
  background-color: transparent !important;
  color: #304599 !important;
  font-weight: bold;
}
.countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .clickspan {
  margin: 0;
  margin-left: 1rem;
}
.countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left {
  font-size: 1rem;
  transform: rotate(180deg);
}
.countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-left:before {
  content: "\e900";
  font-family: "countIcon";
}
.countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down {
  transform: rotate(90deg);
  font-size: 1rem;
}
.countInptField .multiFilterContainer .dropdown-menu .dropdownMenu1 .nodeItem .fa-caret-down:before {
  content: "\e900";
  font-family: "countIcon";
}
.countInptField .multiFilterContainer .dropdown-menu li a {
  border: none;
  padding: 1.2rem 1.5rem;
  white-space: normal;
  max-height: 51px;
  overflow: hidden;
}
.countInptField .multiFilterContainer .dropdown-menu li a label {
  font-size: 1.5rem;
  width: 100%;
  padding: 0;
  position: relative;
  display: flex;
  line-height: 2rem;
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
}
.countInptField .multiFilterContainer .dropdown-menu li a label input[type=checkbox] {
  font-size: 1rem;
  opacity: 0 !important;
  cursor: pointer;
  margin-left: 1.5rem !important;
  width: auto !important;
}
.countInptField .multiFilterContainer .dropdown-menu li a label .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.2);
}
.countInptField .multiFilterContainer .dropdown-menu li a label .checkmark:after {
  content: "\ea10";
  position: absolute;
  display: none;
  font-family: "countIcon";
  color: #fff;
  font-size: 1.1rem;
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.countInptField .multiFilterContainer .dropdown-menu li a label input:checked ~ .checkmark {
  background-color: #304599;
  border: 2px solid #304599;
}
.countInptField .multiFilterContainer .dropdown-menu li a label input:checked ~ .checkmark:after {
  display: block;
}
.countInptField .multiFilterContainer .dropdown-toggle {
  width: 100%;
  border: 1px solid #DCDCDC;
  background-color: transparent !important;
  border-radius: 2px !important;
  padding: 7px 11px;
  height: 35px !important;
  font-size: 1.5rem;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
  min-width: auto;
  box-shadow: none;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.countInptField .multiFilterContainer .dropdown-toggle .caret {
  border: none !important;
  height: 100%;
  width: 35px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 0;
  /*@if $default-direction == 'ltr' {
                  top: 15px;
              }

              @else {
                  top: 20px;
                  left: 20px;
              }*/
}
.countInptField .multiFilterContainer .dropdown-toggle .caret:after {
  content: "\e900";
  font-family: "countIcon" !important;
  font-size: 1rem;
  transform: rotate(90deg);
}

.custom-radio-button {
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
}
.custom-radio-button input {
  margin: 0;
}
.custom-radio-button .control-label {
  margin: 0;
}

.wrap-tables {
  margin-right: 3rem;
  overflow-x: auto;
}
.wrap-tables table {
  overflow: hidden !important;
}

/*.gridCenter table tbody tr td:last-child:not(:first-child) {
    border-right: 0 !important;
   // background: radial-gradient(black, transparent);
}
td.countTabularWorkflowTable {
    border-right: 0 !important;
}*/
.return-to-my-exam {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

#divErrorMsg {
  margin-top: 10px;
}

#txtCompare1 {
  width: 150px;
  margin-bottom: 12px !important;
}

.selectDependentQuestion {
  margin-bottom: 20px !important;
}

.edit-number-label label {
  margin-bottom: 4px;
}

.filter-data-row.fixed-value {
  display: flex;
  align-items: center;
  position: fixed;
  right: 40px;
  top: 47px;
}

.th-borderBottom th {
  border-bottom: 2px solid #e8e8e8 !important;
}

.valiadtionRule-sum-add {
  margin: 10px 0;
}

.validationSumQuestionDiv select.form-control {
  width: 75%;
}
.validationSumQuestionDiv .deleteQuestionBtnX {
  margin: 0;
  margin-bottom: 0 !important;
  position: absolute;
  left: 0px;
}
.validationSumQuestionDiv .deleteQuestionBtnX .btn-danger {
  position: absolute;
  left: 0px;
  top: 27px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#codeRegex {
  display: none;
}

#btnAssignResponses {
  margin-left: 10px;
}

.remove-focus-input .form-group input:focus {
  border-color: #000;
}

.IsAnswerFalse {
  width: 16px;
  height: 16px;
  display: flex;
  background: #F3F3F3;
  border-radius: 50%;
  border: 1px solid #DCDCDC;
  margin: 0 auto;
}

.IsAnswerTrue {
  width: 16px;
  height: 16px;
  display: flex;
  background: #2E459B;
  border-radius: 50%;
  border: 1px solid #2E459B;
  margin: 0 auto;
}

/** tab custom in forms*/
.tabs-conatiner {
  padding: 20px 20px 20px;
  display: flex;
  width: 100%;
}
.tabs-conatiner .tabs-in-forms {
  border-bottom: 1px solid #DFDFDF;
  background-color: white;
  width: 100%;
  display: flex;
}
.tabs-conatiner .tabs-in-forms button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  z-index: 99;
  font-size: 16px;
  color: #8A8888;
  position: relative;
  /*margin-bottom:1px;
  transition: 0.3s;*/
}
.tabs-conatiner .tabs-in-forms button:hover {
  background-color: #f1f1f1;
}
.tabs-conatiner .tabs-in-forms button.active {
  color: #000000;
  font-weight: 600;
}
.tabs-conatiner .tabs-in-forms button.active:before {
  position: absolute;
  content: "";
  background: #2E459B;
  width: 100%;
  height: 3px;
  bottom: -2px;
  right: 0;
}

.tabcontent-forms .tabcontent {
  display: none;
  width: 100%;
}
.tabcontent-forms .tabcontent .form-group {
  width: 100%;
}
.tabcontent-forms .tabcontent .form-group .control-label {
  margin-bottom: 0.5rem;
}
.tabcontent-forms .tabcontent .form-group .form-control {
  height: 85px !important;
}
.tabcontent-forms .tabcontent.tabActive {
  display: block;
  width: 100%;
}
.tabcontent-forms .btn-back {
  background: #fff;
  color: #304599 !important;
}

.addBtnModal {
  width: auto !important;
}
.addBtnModal .btn {
  border-bottom: 1px solid #2E459B;
  border-radius: 0 !important;
}
.addBtnModal .btn-info {
  text-decoration: none !important;
}
.addBtnModal .count-add {
  margin-left: 7px;
  font-size: 1.2rem !important;
  font-weight: bolder;
  top: unset !important;
  position: static !important;
  margin-right: 0 !important;
}

.glyphicon-question-sign:before {
  color: #3B4351;
}

span.multiselect-selected-text {
  unicode-bidi: embed;
  /* unicode-bidi: plaintext; */
  direction: ltr;
}

.email-with-button {
  display: flex;
  align-items: center;
}

button#btnFindByEmail {
  margin: 0 10px;
}

.dropDownTreeResults.resizeableResults {
  cursor: pointer;
}

.encoding-popup h3 {
  font-size: 14px;
  color: #070707;
  margin: 0 0 15px 0;
}

/***** Radio Buttons Custom **/
.survey-Radio-custom {
  margin: 0.5rem;
  margin-bottom: 20px;
}
.survey-Radio-custom input[type=radio] {
  position: absolute;
  opacity: 0;
  /*

  &:disabled {
      + .radio-label {
          &:before {
              box-shadow: inset 0 0 0 4px #000;
              border-color: darken(#000, 25%);
              background: darken(#000, 25%);
          }
      }
  }*/
}
.survey-Radio-custom input[type=radio] + .radio-label {
  margin: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #3E3E3E;
  font-size: 14px;
}
.survey-Radio-custom input[type=radio] + .radio-label:before {
  content: "";
  background: #F3F3F3;
  border-radius: 100%;
  border: 1px solid #DCDCDC;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  margin-left: 1rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.survey-Radio-custom input[type=radio]:checked + .radio-label:before {
  background-color: #1C317D;
}
.survey-Radio-custom input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #1C317D;
}
.survey-Radio-custom input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.encoding-modal .modal-content {
  width: 100%;
}
.encoding-modal .modal-content .modal-body {
  min-height: 240px;
}

.domainsDropdown .dropdown-toggle .caret {
  display: none !important;
}

#EditIsOtherOption .form-control {
  width: auto !important;
}

.ComparedTo {
  display: flex;
  flex-direction: column;
}
.ComparedTo .label-radio {
  width: fit-content;
}

.input-group.date .input-group-addon {
  cursor: auto !important;
}
.input-group.date .input-group-addon .count-calendar1:before {
  color: #304599;
}

.input-group.date.withDate-icon .form-control {
  cursor: pointer;
}
.input-group.date.withDate-icon:after {
  position: absolute;
  content: "\e916";
  height: 100%;
  max-height: 35px;
  width: 35px;
  bottom: 0;
  top: 0;
  left: 0;
  background-color: #DCE3EF;
  font-family: "countIcon";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #304599;
  z-index: 0;
}

#mapModal .modal-body {
  max-height: 440px !important;
  overflow-y: hidden !important;
}

.assign-app-box {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 15px;
}
.assign-app-box .assign-app-box-header {
  border-bottom: 1px solid #DCDCDC;
}
.assign-app-box .assign-app-box-header .assign-app-box-header-btn {
  display: flex;
  justify-content: end;
}
.assign-app-box .assign-app-box-header .assign-app-box-header-btn button {
  padding: 10px 0;
}
.assign-app-box .gridCenter table.assign-app-table tbody tr td:not(:last-child), .assign-app-box .gridCenter table.assign-app-table tbody tr th {
  border: 0 !important;
}
.assign-app-box .gridCenter table.assign-app-table tbody tr:last-child {
  border-bottom: 0 !important;
}

.dropdown-select.wide, .dropdown-select .option {
  text-align: right !important;
}

select.searchable-select, .countInptField.customArrow .dropdown-select.wide.dropdown-select.wide.searchable-select:nth-child(3), .list .dd-search:nth-child(2), .dropdown-select:after {
  display: none !important;
}

.main .filters ul.dropdown-menu {
  max-height: 360px !important;
}

#divExtractResponsesQuestionAnswers .form-group {
  width: 100%;
}

/**Test1 */
.view-call-log-icon::before {
  content: url("/Content/images/icons/view-call-log-icon.svg");
  vertical-align: middle;
  margin: 5px 3px;
}

.view-call-log-icon a {
  color: black;
}

.view-call-log .anchorTip {
  left: 0;
}

.gridCenter table.responseCallLog tbody tr td:not(:last-child) {
  border-left: 0 !important;
}

.gridCenter table.responseCallLog tbody tr td:nth-child(2) {
  border-left: 40px solid #ffffff !important;
}

.gridCenter table.responseCallLog tbody tr td:nth-child(even) {
  font-weight: 700 !important;
}

.iti__country-name, .iti__dial-code {
  unicode-bidi: plaintext;
}

.iti--allow-dropdown .form-control {
  unicode-bidi: plaintext;
  text-align: right;
}
.iti--allow-dropdown .form-control::placeholder {
  unicode-bidi: plaintext;
  float: right;
}

.iti__country-list {
  z-index: 10;
}

/*.iti__selected-flag[title] {
    &:hover {
        &:after {
            content: attr(title);
            position: absolute;
            background: #ffffff;
            left: 0px;
            bottom: -25px;
            width: max-content;
            border: 1px solid #000;
            padding: 5px;
            unicode-bidi: plaintext;
        }
    }
}*/
input[type=checkbox][disabled] + .checkmark {
  cursor: not-allowed !important;
}

.popover .popover-body ul li a, .gridCenter .custom-table-for-trimming tbody tr td p {
  unicode-bidi: plaintext;
}

.field-validation-valid {
  background: transparent;
}

.countFormBdy #savSettings .form-horizontal .form-group .countInptField .field-validation-error {
  background-color: transparent;
}

.countFormBdy .form-horizontal .form-group .countInptField.customArrow select {
  text-overflow: ellipsis;
  padding-left: 20px;
}

#wrapper-CheckSurvey {
  outline: none;
}
#wrapper-CheckSurvey .select2-container {
  width: 100% !important;
}
#wrapper-CheckSurvey .select2-container--default .select2-selection--single {
  border: 0;
}
#wrapper-CheckSurvey .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #DCDCDC;
  background-color: transparent !important;
  border-radius: 2px !important;
  padding: 7px 11px;
  height: 35px !important;
  font-size: 1.5rem;
  box-sizing: border-box;
  font-family: "Segoe UI", sans-serif;
  min-width: auto;
  box-shadow: none;
  overflow: hidden;
  color: #000;
  text-align: right;
  line-height: initial;
  outline: none;
}
#wrapper-CheckSurvey .select2-container--default .select2-selection--single .select2-selection__rendered:focus-visible, #wrapper-CheckSurvey .select2-container--default .select2-selection--single .select2-selection__rendered:focus, #wrapper-CheckSurvey .select2-container--default .select2-selection--single .select2-selection__rendered:focus-within {
  outline: none;
}
#wrapper-CheckSurvey .select2-container--default .select2-selection--single .select2-selection__clear, #wrapper-CheckSurvey .select2-container--default .select2-search--dropdown .select2-search__field, #wrapper-CheckSurvey .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

*:focus-visible, *:focus, *:focus-within {
  outline: none;
}

.countInptField.countInpDate .datepicker-dropdown {
  top: 100% !important;
  right: 0 !important;
  overflow: hidden;
}

.mce-menu.mce-in.mce-animate {
  z-index: 99991 !important;
}

.countFormBdy #opendialogQuestionsBankSaveDiv .form-horizontal .form-group {
  width: auto;
  margin-right: 15px;
}

button#dLabelCheckboxDropDown, button#dLabelCheckboxDropDownNew {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
}

.flex-directection-column {
  flex-direction: column;
}

.d-flex {
  display: flex;
}

.w-50 {
  width: 50%;
}

.d-flex {
  display: flex;
}

.mb-0 {
  margin-bottom: 0;
}

.progress-report .dashElementHolder {
  overflow: visible !important;
}
.progress-report .dashElement {
  padding: 25px;
}
.progress-report #container-PercentageUntilToday {
  max-height: 371px;
}
.progress-report #container-PercentageUntilToday .highcharts-container,
.progress-report #container-PercentageUntilToday .highcharts-root {
  height: 371px !important;
  background-color: white;
}
.progress-report #container-PercentageUntilToday .highcharts-background {
  padding: 15px;
}
.progress-report .highcharts-label.highcharts-data-label.highcharts-data-label-color-0.highcharts-tracker span {
  top: -24px !important;
}

.padleft-15 {
  padding-left: 15px;
}

.pt-2 {
  padding-top: 5px;
}

.dropdownTreeSearchContainer .dropDownTreeResults.resizeableResults {
  top: 34px !important;
  height: 100% !important;
  min-height: 400px;
}

.ct-drop-down-container {
  padding: 10px;
  top: 33px;
}
.ct-drop-down-container .ct-multiples-filter {
  margin-bottom: 10px;
  border: 1px solid #DCDCDC !important;
  border-radius: 4px;
  height: 28px;
}

.form-group-comboTree {
  position: relative;
}

div#SaveToQuestionsBankDiv {
  width: 100%;
}

.countFormBdy #opendialogQuestionsBankSaveDiv .form-horizontal .form-group {
  width: 46%;
  margin-left: 15px;
}

.countFormBdy #opendialogQuestionsBankSaveDiv2 .form-horizontal .form-group {
  width: 47%;
}

.modal-dialog .modal-content {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 0;
  background-color: #fff;
  width: 70%;
}

.modal-dialog .modal-content .modal-header {
  padding: 2rem;
  background-color: #F6F6F6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  line-height: 2rem;
  display: flex;
}

.modal-dialog .modal-content .modal-header .close span[aria-hidden=true] {
  font-size: 4rem;
  font-weight: 400;
  color: #304599;
}

.modal-dialog .modal-content .modal-header .modal-title {
  border: none;
  margin-bottom: 0;
  color: #304599;
  font-weight: 500;
  padding: 0;
}

.modal-title {
  z-index: 0;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 0px solid #000;
  margin: 0;
  text-align: right;
  padding-bottom: 0;
  font-weight: 600;
}

.modal-dialog .modal-content .modal-body {
  padding: 2rem;
  box-sizing: border-box;
  min-height: auto;
  max-height: 375px;
  overflow: auto;
}

.modal-body {
  position: relative;
}

@media (min-width: 768px) {
  .modal-body {
    display: inline-block;
  }
}
.modal.customModels .modal-footer {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.modal-dialog .modal-content .modal-footer {
  margin: 0;
  padding: 2rem;
  display: flex;
  background-color: transparent;
}

.modal-footer {
  background-color: #ccc;
  border: 0;
  margin-bottom: 20px;
  text-align: right;
}

.modal-footer {
  background: none;
}

.modal-dialog .modal-content .modal-footer button.btn.btn-primary {
  background-color: #304599;
  color: #fff;
  border: 1px solid #304599;
}

.modal-dialog .modal-content .modal-footer button.btn {
  padding: 0.8rem 2rem !important;
  height: auto;
  border-radius: 2px !important;
  font-size: 1.6rem;
  box-sizing: border-box;
  box-shadow: none;
  min-width: 90px;
  margin-left: 0;
  font-family: "HelveticaNeueW23forSKY-Reg";
}

.modal-footer .btn.btnDismiss {
  background: #2E459B;
  color: #fff;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

.btn, .btn-back {
  display: inline-block;
  padding: 1.1rem 3.2rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  transition: 0.4s;
  border-radius: 3px !important;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

#btnSave {
  margin-bottom: 2px;
}

.btn-primary, .btn-default {
  background-color: #304599;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  padding: 6px 20px 5px;
  font-size: 14px;
  transition: 0.4s;
}

.surveys-Category-title {
  font-size: 16px;
}

.complex-equation .form-group label.input-group-addon {
  padding: 10px !important;
}

#CompareDateValueWrapper label.input-group-addon {
  padding: 0.7rem 1.1rem !important;
}

.gridCenter .countTableCont table tbody tr td:hover .gridTip {
  display: none !important;
}

.s-controls-container.static {
  box-shadow: none;
  margin-bottom: 0;
  border: none;
  padding: 1%;
  padding-bottom: 0.5%;
  height: max-content;
  border-bottom: 1px solid #DCDCDC;
}

.map-legend-container {
  padding-bottom: 1em;
}

.map-report-container .map-container {
  flex: 1;
  margin: 0 !important;
  position: relative;
}

.map-report-container {
  border: 1px solid #DCDCDC;
  display: flex;
  flex-direction: column;
}

#customizationModal .modal-body .form-group {
  display: flex;
  justify-content: space-between;
}

#customizationModal .modal-body .minicolors-input-swatch {
  width: 70px;
  height: 37px;
}

#customizationModal .modal-body {
  max-height: 410px;
}

.minicolors-swatch-color {
  border-radius: 2px;
}

.minicolors-panel {
  direction: initial;
}

#customizationModal span.error {
  padding: 0 10px;
  width: 100%;
}

div#savSettings {
  width: 100%;
}

.label-hint span {
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
}

.always-hidden {
  display: none !important;
}

/* RegEx view (add and Edit  Form  Style)  */
.custom-width {
  display: inline !important;
  width: inherit !important;
}

.passed-message {
  color: #0bab73;
  background-color: #d9f5eb;
  border: 1px solid #badbcc;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
  display: inline-block;
  width: inherit;
}

.failed-message {
  color: #8d363e;
  background-color: #fad0d4;
  border: 1px solid #f5c2c7;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 14px;
  display: inline-block;
  width: inherit;
}

.pl-0 {
  padding-right: 0px;
}

.pl-20 {
  padding-right: 20px;
}

.flex-1 {
  flex: 1;
}

.h-100 {
  height: 100%;
}

.brainz-regex-second-side-top {
  height: 50px;
  width: 100%;
  background: #eeeeee;
}

.brainz-regex-second-side-byside {
  width: 33px;
  height: 100%;
  background: #f2f2f2;
}

.alert-light {
  display: flex !important;
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: black;
  font-size: 13px;
  font-weight: 600;
  margin-top: 20px;
  position: relative;
}
.alert-light p {
  margin-right: 50px;
}
.alert-light .info-icon-wrap {
  background: #2E459B;
  width: 50px;
  height: 50px;
  right: 0;
  position: absolute;
  top: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.alert-light .info-icon-wrap::before {
  content: url("/Content/Images/exp-icons/info-icon.svg");
  display: flex;
  justify-content: center;
  margin: 16px 0;
}

.s-controls-container .form-group.customArrow:after {
  top: 18px;
}

.s-controls-container.newFilter.showSrc .form-group.customArrow:after {
  top: 0;
}

.newActionBtn.count-sav-export {
  width: 100px;
}
.newActionBtn.count-sav-export::before {
  content: url("/Content/Images/exp-icons/SAV.svg");
  display: flex;
  justify-content: center;
  margin: 16px 5px;
}

.countCheckField.countCheckField label.export-field-check {
  display: inline-flex;
  margin-left: 0 !important;
}
.countCheckField.countCheckField label.export-field-check span.control-label {
  padding-right: 25px !important;
}

.panel-group.side-panel .panel {
  overflow: visible;
}

.alert-danger {
  max-width: max-content;
}

ul.first-level-without-mb {
  margin-bottom: 0 !important;
}

.countFormFooter.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.question-key.wrapToolText {
  max-height: 45px;
  overflow: hidden;
}

.fixArrowPosition.form-group.customArrow:after {
  top: 2px;
}

.main div.dropdown-menu.datepicker.datepicker-dropdown {
  top: 35px !important;
  right: auto !important;
  left: 0 !important;
}

.countFormFooter.fixWidthBtns .btn {
  min-width: auto;
  padding: 11px 32px !important;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.fixImageUploaderUI {
  display: flex !important;
  justify-content: flex-start !important;
}

.fixImageUploaderUI span.webLbl {
  color: rgba(0, 0, 0, 0.55);
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}

.fixImageUploaderUI span.fileinput-exists, .fixImageUploaderUI span.fileinput-new {
  display: block;
  color: #304599;
  font-size: 14px;
  font-weight: bold;
}

.fixImageUploaderUI span.fileinput-exists i, .fixImageUploaderUI span.fileinput-new i {
  margin-left: 5px;
}

.fixImageUploaderUI .fileinput-preview.thumbnail {
  margin-left: 40px;
}

.gridCenter table.trim-table tbody tr td:not(:last-child) a, .gridCenter table.trim-table tbody tr td:not(:last-child) span:not(.gridTip) {
  display: -webkit-box !important;
  max-width: 382px;
  width: auto !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
}

.breadcrumb-trim {
  display: inline-flex;
}
.breadcrumb-trim li.active, .breadcrumb-trim li a {
  /*display: -webkit-box;*/
  max-width: 400px;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table .question-key.wrapToolText span, .overflowText.multiFilterContainer .dropdown-menu li a label {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.textareaWidth100 .tox.tox-tinymce {
  width: 100% !important;
}

.multiFilterContainer.hideCheckbox input[type=checkbox] {
  opacity: 0;
}

td.stop-trim span.trim-long-text {
  display: -webkit-box !important;
  max-width: 400px;
  width: auto !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
}

/* 125% scaling fix */
@media (min-resolution: 120dpi) and (max-resolution: 130dpi) {
  .tox .tox-menu,
  .tox .tox-pop,
  .tox .tox-color-picker,
  .tox.tox-tinymce-aux .tox-toolbar__overflow {
    top: -400px !important;
  }
}

/*# sourceMappingURL=countbig-blue-ar.css.map */
