/**
 * Color Variables
 */
/**
 * This file is for overriding some default bootstrap styles.
 *
 * > NOTE THAT THIS FILE AFFECTS GLOBAL STYLES.
 */
* {
  box-sizing: border-box;
}
img {
  display: block;
}
.btn,
[type='button'] {
  -webkit-appearance: none;
}
h1 > a:not(.btn),
h2 > a:not(.btn),
h3 > a:not(.btn),
h4 > a:not(.btn),
h5 > a:not(.btn),
h6 > a:not(.btn),
p > a:not(.btn),
li > a:not(.btn),
blockquote > a:not(.btn),
label > a:not(.btn),
h1 small > a:not(.btn),
h2 small > a:not(.btn),
h3 small > a:not(.btn),
h4 small > a:not(.btn),
h5 small > a:not(.btn),
h6 small > a:not(.btn),
p small > a:not(.btn),
li small > a:not(.btn),
blockquote small > a:not(.btn),
label small > a:not(.btn) {
  color: #14acc2;
  border-bottom: 1px solid #000;
}
h1 > a:not(.btn):hover,
h2 > a:not(.btn):hover,
h3 > a:not(.btn):hover,
h4 > a:not(.btn):hover,
h5 > a:not(.btn):hover,
h6 > a:not(.btn):hover,
p > a:not(.btn):hover,
li > a:not(.btn):hover,
blockquote > a:not(.btn):hover,
label > a:not(.btn):hover,
h1 small > a:not(.btn):hover,
h2 small > a:not(.btn):hover,
h3 small > a:not(.btn):hover,
h4 small > a:not(.btn):hover,
h5 small > a:not(.btn):hover,
h6 small > a:not(.btn):hover,
p small > a:not(.btn):hover,
li small > a:not(.btn):hover,
blockquote small > a:not(.btn):hover,
label small > a:not(.btn):hover {
  text-decoration: none;
  color: #000;
}
blockquote {
  border-left: 3px solid #e4e4e4;
  padding-left: 20px;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-backdrop.show {
  opacity: 0.95;
}
.modal {
  -webkit-overflow-scrolling: touch;
}
.modal .petticoat {
  position: fixed;
  width: 100%;
  height: 75px;
  z-index: 50;
  left: 0px;
  top: 0px;
  background-color: #fff;
}
.modal .modal-dialog {
  z-index: 100;
  position: relative;
  max-width: 700px;
}
.modal .modal-content {
  max-width: 700px;
  border-radius: 0px;
  border-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.modal .modal-content .modal-header {
  border-bottom: none;
  display: block;
  position: relative;
  text-align: center;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
.modal .modal-content .modal-header .modal-close-button {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 6px;
  position: absolute;
  right: -5px;
  top: -5px;
  background-image: url('/images/icon-close.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
}
.modal .modal-content .modal-header .modal-close-button:focus {
  border-image: none;
  outline: none;
}
.modal .modal-content .modal-header .modal-close-button:hover {
  opacity: 1;
}
.modal .modal-content .modal-header .modal-title {
  font-weight: 700;
}
.modal .modal-content .modal-header .modal-intro {
  margin-left: auto;
  margin-right: auto;
  color: #999999;
  margin-bottom: 20px;
}
.modal .modal-content .modal-header hr {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 100px;
  height: 2px;
  border-top: 2px solid #14acc2;
}
.modal .modal-content .modal-body {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.modal .modal-content .modal-body .section-heading {
  margin-top: 25px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.modal .modal-content .modal-footer {
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid #e4e4e4;
  margin-top: 10px;
}
.modal .modal-content .modal-footer.no-border {
  border-top: 0px;
  padding-top: 10px;
  margin-top: 0px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .modal-header .modal-close-button {
    right: -20px;
    top: -45px;
  }
}
.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-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 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-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 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: left;
  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-right: 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-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 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-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 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("../img/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("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
[v-cloak] {
  display: none;
}
*,
*::after,
*::before {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --primary-color: #2b1a40;
  --secondary-color: #111827;
  --tertiary-color: #373737;
}
html,
body {
  background: #fff;
  font-family: sans-serif;
  font-size: 16px;
  min-height: 100%;
  margin: 0;
}
main {
  padding: 1rem;
  padding-left: 5rem;
  padding-top: 5rem;
}
main.top-submenu {
  padding-top: 7rem;
}
main.no-padding {
  padding: 1rem;
}
a {
  color: gray !important;
}
h2 {
  font-size: 1.6rem;
}
details {
  background: rgba(0, 0, 0, 0.05);
  border-radius: .3rem;
  padding: 1.6rem;
}
details summary {
  color: #000;
}
[data-title]:after {
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  content: attr(data-title);
  color: #000;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  left: 50%;
  max-width: 200px;
  opacity: 0;
  overflow: hidden;
  padding: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(100.3%);
  transform: translateX(-50%);
  transition: 0.3s ease all;
  visibility: visible;
  white-space: pre-wrap;
  width: max-content;
  z-index: 99999;
}
[data-title]:hover:after {
  opacity: 1;
  visibility: visible;
}
[data-title] {
  position: relative;
}
[data-center]:after {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
[data-top]:after {
  top: 0 !important;
  transform: translate(-50%, -100%) !important;
}
[data-left]:after {
  left: 0 !important;
  transform: translate(-100%, -50%) !important;
}
.file-load {
  background-color: #fff;
  border: dotted .15rem #ccc;
  border-radius: .3rem;
  cursor: pointer;
  font-size: .8rem;
  margin: 0;
  padding: .3rem 1rem;
  position: relative;
  text-align: center;
}
.file-load::before {
  align-items: center;
  border-radius: .3rem;
  content: attr(alt-content);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.file-load::after {
  background-color: limegreen;
  border-radius: .3rem;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width 0.3s ease;
  width: var(--progress-width, 0);
  z-index: 0;
}
.loader {
  align-items: center;
  display: inline-flex;
  gap: .6rem;
  justify-content: center;
}
.loader::before {
  animation: spin 1s linear infinite;
  border: .1rem solid #ccc;
  border-radius: 50%;
  border-top: 0.1rem solid var(--primary-color);
  content: '';
  display: inline-block;
  height: 1.3rem;
  margin: 0 auto;
  width: 1.3rem;
}
.spin {
  animation: spin 1s linear infinite;
}
.iti__flag {
  background-image: url("path/to/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("path/to/flags@2x.png");
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header {
  align-items: center;
  background: var(--primary-color);
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  display: flex;
  height: 2.6rem;
  justify-content: flex-end;
  left: 0;
  padding: 0 1rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}
header .background {
  background-color: transparent;
  inset: 0;
  position: fixed;
}
header .disable {
  background-color: red;
  border-radius: .3rem;
  color: #fff;
  font-size: .8rem;
  left: 4rem;
  padding: .6rem;
  position: fixed;
  right: 1rem;
  text-align: center;
  top: 3rem;
  z-index: -1;
}
header .menu {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: .2rem;
  display: inline-flex;
  cursor: pointer;
  height: 1.8rem;
  justify-content: center;
  margin-left: 1rem;
  padding: .3rem;
  width: 1.8rem;
}
header .options {
  backdrop-filter: blur(1rem);
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: .3rem;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  list-style: none;
  padding: 1.3rem;
  position: absolute;
  right: 1rem;
  top: 3.5rem;
}
header .options li {
  align-items: center;
  border-radius: .3rem;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: .9rem;
  gap: .6rem;
  user-select: none;
  padding: .6rem;
  transition: .3s;
}
header .options li:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
header .options li i {
  font-size: 1rem;
}
header .title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  gap: .6rem;
  margin: 0;
}
header .title span {
  background-color: #555;
  border-radius: 50%;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
header .title span.active {
  animation: pulse 1.6s infinite;
  background-color: limegreen;
}
.submenu {
  background-color: #fff;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  height: 2.5rem;
  left: 0;
  overflow: hidden;
  padding-left: 3.5rem;
  position: fixed;
  top: 2.6rem;
  width: 100%;
  z-index: 8;
}
.submenu ul {
  align-items: center;
  display: -webkit-inline-box;
  height: 100%;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  overflow: hidden;
  overflow-x: auto;
  width: 100%;
}
.submenu ul li {
  height: 100%;
}
.submenu ul li .link {
  align-items: center;
  background-color: transparent;
  border: none !important;
  color: var(--secondary-color) !important;
  cursor: pointer;
  display: flex;
  gap: .6rem;
  height: 100%;
  justify-content: center;
  outline: none;
  padding: 0 1.3rem;
  transition: .3s;
}
.submenu ul li .link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.submenu ul li .link.active {
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.submenu ul li .link i {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 1.6rem;
}
.action-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.navbar {
  display: initial;
  height: 100vh;
  inset: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.navbar .background {
  background-color: rgba(0, 0, 0, 0.15);
  inset: 0;
  position: absolute;
  z-index: 1;
}
.navbar nav {
  background-color: var(--primary-color);
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  max-width: 18rem;
  padding-top: 4rem;
  position: absolute;
  top: 0;
  width: 90%;
  z-index: 2;
}
.navbar nav ul {
  height: 100%;
  list-style: none;
  overflow: hidden;
  overflow-y: auto;
  padding: 1rem .6rem;
}
.navbar nav ul li {
  margin-bottom: .3rem;
}
.navbar nav ul li a {
  align-items: center;
  border-bottom: none !important;
  border-radius: .3rem;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  padding: .6rem;
  transition: .3s;
  width: calc(16.8rem);
}
.navbar nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.navbar nav ul li a.active {
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.navbar nav ul li a i {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 1.6rem;
}
.navbar nav ul li.admin {
  margin-top: 2rem;
  padding: 0 .6rem;
}
.navbar nav ul li.admin hr {
  margin-top: .3rem;
}
.navbar nav ul li.admin span {
  color: #ccc;
  display: block;
  font-size: .8rem;
}
.navbar nav .hidden {
  background-color: #000;
  border-bottom-left-radius: .3rem;
  color: #fff;
  cursor: pointer;
  font-size: .8rem;
  padding: .3rem .6rem;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar.icons {
  width: 4rem;
}
.navbar.icons .background {
  display: none;
}
.navbar.icons nav {
  width: 3.3rem;
}
.navbar.icons nav ul li.admin span {
  opacity: 0;
}
.navbar.icons nav .hidden {
  border-radius: 0 0 .3rem 0;
  left: 100%;
  right: initial;
}
.navbar > aside {
  padding: .5rem;
}
.navbar > aside img {
  position: relative;
  width: 2.5rem;
  z-index: 3;
}
.ajax-form {
  background: transparent;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  position: relative;
}
.ajax-form article {
  align-content: baseline;
  display: grid;
}
.ajax-form article aside.input-button {
  display: grid;
  grid-gap: 1rem;
}
.ajax-form article aside div {
  display: grid;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
}
.ajax-form article aside div .start {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ajax-form article aside div .end {
  border-left-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ajax-form article label {
  font-size: .85rem;
  margin: 0;
  padding: 0 .3rem;
}
.ajax-form article label span {
  display: block;
  font-size: .7rem;
}
.ajax-form article textarea,
.ajax-form article input,
.ajax-form article select {
  background-color: rgba(0, 0, 0, 0.15);
  border: none !important;
  border-radius: .3rem;
  color: #000;
  font-family: sans-serif;
  min-height: 2.8rem;
  outline: none;
  padding: 1rem;
  text-overflow: ellipsis;
  width: 100%;
}
.ajax-form article textarea option,
.ajax-form article input option,
.ajax-form article select option {
  background-color: #fff;
  color: #000;
}
.ajax-form article textarea {
  min-height: 6rem;
  max-height: 30rem;
}
.ajax-form article input,
.ajax-form article select {
  padding: .6rem 1rem;
}
.ajax-form article .hidden {
  display: none;
}
.ajax-form article .checkbox {
  margin: .6rem 0;
}
.ajax-form article input:checked ~ .checkbox::before {
  background-color: var(--primary-color);
  left: calc(1.65rem);
}
.ajax-form article .eye-button {
  background-color: var(--primary-color);
  border-radius: .3rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
  height: 100%;
  margin-left: .3rem;
  right: 0;
  top: 0;
  transition: .3s;
  width: 3rem;
}
.ajax-form p {
  font-size: .9rem;
  margin: 0;
}
.ajax-form .column {
  grid-column: 1 / -1;
}
.checkbox {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 3rem;
  cursor: pointer;
  display: inline-block;
  height: 1.5rem;
  position: relative;
  width: 3rem;
}
.checkbox::before {
  background-color: grey;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1.2rem;
  left: .15rem;
  position: absolute;
  top: .15rem;
  transition: .3s;
  width: 1.2rem;
}
.checkbox.checked::before {
  background-color: var(--primary-color);
  left: calc(1.65rem);
}
.content-table {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: .6rem;
  max-height: 30rem;
  overflow: auto;
}
.content-table .table {
  margin: 0;
}
.content-table .table .custom-thead {
  background: var(--primary-color);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.content-table .table .custom-thead th {
  border: none;
  white-space: nowrap;
}
.content-table .table .truncate {
  max-width: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-table .table td {
  border-top: 0.05rem solid rgba(0, 0, 0, 0.1);
  color: var(--primary-color);
  vertical-align: initial;
  white-space: nowrap;
}
.content-table .table td input,
.content-table .table td select {
  background: transparent;
  margin: 0 .1rem;
  outline: none;
  padding: 0 .3rem;
}
.content-table .table td input:focus,
.content-table .table td select:focus {
  border-bottom: 0.1rem solid var(--primary-color);
}
.content-table .table td .buttons-move {
  align-items: center;
  display: flex;
  gap: .3rem;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-0.3rem);
}
.content-table .table td .buttons-move span {
  border: .15rem solid #000;
  border-bottom: none;
  border-left: none;
  cursor: pointer;
  height: .6rem;
  transition: .3s;
  width: .6rem;
}
.content-table .table td .buttons-move span:hover {
  border-color: #555;
}
.content-table .table td .buttons-move span:nth-child(1) {
  transform: rotate(-45deg);
}
.content-table .table td .buttons-move span:nth-child(2) {
  transform: rotate(135deg);
}
.content-table .table td .td-extra {
  color: #555;
  display: block;
  font-size: .85rem;
  white-space: break-spaces;
}
.content-table .table td .dollar::before {
  content: '$';
  display: inline-block;
  margin-right: .3rem;
}
.content-table .table td .input {
  background: transparent;
  border: none;
  border-bottom: 0.05rem solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
  width: 8rem;
}
.content-table .table td .td-loader {
  left: 0;
  position: absolute;
  top: .6rem;
}
.edit {
  background-color: #ccc;
  border-radius: .3rem;
  cursor: pointer;
  font-size: .8rem;
  margin-left: .3rem;
  padding: .6rem;
  transition: .3s;
}
.edit:hover {
  background-color: #aaa;
}
.tabs {
  display: flex;
  gap: .3rem;
  margin-bottom: 1rem;
  overflow: hidden;
  overflow-x: auto;
}
.tabs .tab {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: .3rem;
  color: grey;
  cursor: pointer;
  max-width: 12rem;
  min-width: 6rem;
  overflow: hidden;
  padding: .3rem .6rem;
  text-align: center;
  text-overflow: ellipsis;
  transition: .3s;
  white-space: nowrap;
}
.tabs .tab:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.tabs .tab.active {
  background-color: var(--primary-color);
  color: #fff;
  pointer-events: none;
}
.message-not-found {
  color: #ccc;
  font-size: 1.6rem;
  font-weight: 900;
  margin: 1rem 0;
  text-align: center;
}
.cards {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}
.cards .card {
  background-color: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: .6rem;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
.cards .card .card-p-big {
  font-size: 1.6rem;
  font-weight: 900;
  margin: 0;
  text-align: center;
}
.cards .card .card-title {
  color: #555;
  display: flex;
  font-size: 1.1rem;
  gap: .6rem;
  justify-content: center;
  margin: 0;
  text-align: center;
}
.actions-sticky {
  position: sticky;
  bottom: 1rem;
}
.actions-sticky button::before {
  background-color: #fff;
  border-radius: .3rem;
  content: "";
  inset: -0.6rem;
  position: absolute;
  z-index: -1;
}
.stepper .steps {
  margin-bottom: 2rem;
  overflow: hidden;
  overflow-x: auto;
}
.stepper .steps .steps-content {
  display: inline-flex;
  gap: 3rem;
  padding-bottom: 1.3rem;
  position: relative;
}
.stepper .steps .steps-content .step-id {
  align-items: center;
  background-color: #000;
  border: .2rem solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: .9rem;
  font-weight: 600;
  height: 3rem;
  justify-content: center;
  position: relative;
  transition: .3s;
  width: 3rem;
}
.stepper .steps .steps-content .step-id:active {
  transform: scale(0.9);
}
.stepper .steps .steps-content .step-id.active {
  pointer-events: none;
  background-color: #606060;
}
.stepper .steps .steps-content .step-id::after {
  top: 2.8rem;
  color: #fff;
  content: attr(data-step);
  font-size: .6rem;
  font-weight: 100;
  line-height: 1.1;
  position: absolute;
  text-align: center;
  word-break: break-all;
}
.stepper .steps .steps-content::after {
  background-color: #000;
  content: "";
  height: .1rem;
  left: 50%;
  position: absolute;
  top: 1.6rem;
  transform: translateX(-50%);
  width: calc(98%);
  z-index: -1;
}
.stepper .step-body {
  animation: fadeIn 0.5s ease-in-out forwards;
  opacity: 0;
}
.error-text {
  animation: slideDown 0.5s ease-in-out forwards;
  animation-delay: 3s;
  background-color: red;
  border-radius: .3rem;
  bottom: 2rem;
  color: #fff;
  font-size: 1rem !important;
  left: 50%;
  max-width: 25rem;
  padding: .6rem;
  position: fixed;
  text-align: center;
  transform: translateX(-50%);
  width: 90%;
  z-index: 11;
}
#alert {
  align-items: flex-start;
  background-color: blue;
  border-radius: .3rem;
  display: inline-flex;
  top: 3rem;
  color: #fff;
  font-size: 1rem;
  gap: .6rem;
  justify-content: space-between;
  max-width: 20rem;
  opacity: 0;
  padding: 1rem 1.3rem;
  pointer-events: none;
  position: fixed;
  right: 1rem;
  visibility: hidden;
  width: 90%;
  z-index: 12;
}
#alert.alert-view {
  opacity: 1;
  transition: .15s;
  visibility: visible;
}
#alert.alert-animation {
  animation: slideRight 0.5s ease-in-out forwards;
}
#alert.alert-error {
  background-color: red;
}
#alert span {
  white-space: pre-wrap;
}
.point,
.point-active {
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
.point-active {
  background-color: blue;
}
.playground {
  display: grid;
  grid-gap: 1rem;
  grid-template-areas: "code" "textarea" "message";
  grid-template-columns: 1fr;
}
.code {
  background-color: #272732;
  border-radius: .3rem;
  color: #fff;
  display: block;
  font-family: monospace;
  max-height: 20rem;
  overflow: auto;
  padding: 1rem;
  white-space: pre-wrap;
  word-break: break-all;
}
.message {
  background: var(--primary-color);
  border-radius: 2rem;
  border-bottom-right-radius: 0;
  color: #fff;
  font-size: .85rem;
  max-height: 20rem;
  overflow: auto;
  padding: 1.6rem;
  position: relative;
  white-space: break-spaces;
  word-break: break-all;
}
.tokens {
  color: #ccc;
  display: grid;
}
.tokens span {
  line-height: 1.1rem;
}
.tokens .token {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: right;
}
.loading {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 9999;
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2rem);
  }
}
@keyframes slideDown {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(2rem);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.6);
  }
  50% {
    box-shadow: 0 0 0 0.8rem rgba(0, 255, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.3);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 480px) {
  .ajax-form aside {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .action-title {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .ajax-form .textareas {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .ajax-form .adviser-form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  main {
    padding: 2rem;
    padding-left: 20rem;
    padding-top: 6rem;
  }
  main.top-submenu {
    padding-top: 9rem;
  }
  main.no-padding {
    padding: 2rem;
  }
  header {
    height: 4rem;
    padding: 0 2rem;
  }
  header .disable {
    font-size: 1rem;
    left: 20rem;
    padding: 1rem;
    top: 1rem;
    width: 30rem;
  }
  .submenu {
    height: 3rem;
    padding-left: 18.5rem;
    padding-right: .5rem;
    top: 4rem;
  }
  .submenu ul::-webkit-scrollbar {
    height: .4rem;
    width: .4rem;
  }
  .submenu ul::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border: 0;
  }
  .submenu ul::-webkit-scrollbar-track {
    background: #fff;
  }
  .ajax-form article aside.input-button {
    grid-template-columns: 1fr auto;
  }
  .navbar,
  .navbar.icons {
    width: 20rem;
  }
  .navbar .background,
  .navbar.icons .background {
    display: none;
  }
  .navbar nav,
  .navbar.icons nav {
    padding-top: 8rem;
    width: 18rem;
  }
  .navbar nav ul li.admin span,
  .navbar.icons nav ul li.admin span {
    opacity: 1;
  }
  .navbar nav ul::-webkit-scrollbar,
  .navbar.icons nav ul::-webkit-scrollbar {
    height: .8rem;
    width: .8rem;
  }
  .navbar nav ul::-webkit-scrollbar-thumb,
  .navbar.icons nav ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border: 0.2rem solid var(--primary-color);
    opacity: 0.8;
  }
  .navbar nav ul::-webkit-scrollbar-track,
  .navbar.icons nav ul::-webkit-scrollbar-track {
    background: var(--primary-color);
  }
  .navbar nav .hidden,
  .navbar.icons nav .hidden {
    display: none;
  }
  .navbar > aside,
  .navbar.icons > aside {
    padding: 1rem;
    width: 18rem;
  }
  .navbar > aside img,
  .navbar.icons > aside img {
    margin: 0 auto;
    width: 14rem;
  }
  .playground {
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "textarea textarea" "code message";
  }
  ::-webkit-scrollbar {
    height: .8rem;
    width: .8rem;
  }
  ::-webkit-scrollbar-thumb {
    background: #555;
    border: .2rem solid #fff;
    opacity: 0.8;
  }
  ::-webkit-scrollbar-track {
    background: #fff;
  }
}
@view-transition {
  navigation: auto;
}
/* Dashboard */
.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.dashboard-header h2 {
  color: var(--secondary-color);
}
.dashboard-header .subtitle {
  color: #666;
  font-size: .9rem;
}
/* Dashboard nav pills theme */
.nav.nav-pills .nav-link {
  color: var(--tertiary-color) !important;
}
.nav.nav-pills .nav-link.active {
  background: var(--primary-color) !important;
  color: #fff !important;
}
.stat-card {
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.stat-icon {
  align-items: center;
  background: rgba(43, 26, 64, 0.1);
  border-radius: .5rem;
  color: var(--primary-color);
  display: inline-flex;
  font-size: 1.25rem;
  height: 2.5rem;
  justify-content: center;
  margin-right: .75rem;
  width: 2.5rem;
}
/**
 * <ajax-button>
 *
 * App-wide styles for our ajax buttons.
 */
[parasails-component="ajax-button"] {
  background-color: var(--primary-color);
  border: 0.1rem solid var(--primary-color);
  color: #fff;
  transition: .3s;
}
[parasails-component="ajax-button"].secondary,
[parasails-component="ajax-button"].tertiary {
  background-color: transparent;
  color: var(--primary-color);
}
[parasails-component="ajax-button"].secondary .button-loader,
[parasails-component="ajax-button"].tertiary .button-loader,
[parasails-component="ajax-button"].secondary .button-loading,
[parasails-component="ajax-button"].tertiary .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
[parasails-component="ajax-button"].secondary .button-loader .loading-dot,
[parasails-component="ajax-button"].tertiary .button-loader .loading-dot,
[parasails-component="ajax-button"].secondary .button-loading .loading-dot,
[parasails-component="ajax-button"].tertiary .button-loading .loading-dot {
  border-radius: 50%;
  background-color: var(--primary-color);
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[parasails-component="ajax-button"].secondary .button-loader .loading-dot.dot1,
[parasails-component="ajax-button"].tertiary .button-loader .loading-dot.dot1,
[parasails-component="ajax-button"].secondary .button-loading .loading-dot.dot1,
[parasails-component="ajax-button"].tertiary .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
[parasails-component="ajax-button"].secondary .button-loader .loading-dot.dot2,
[parasails-component="ajax-button"].tertiary .button-loader .loading-dot.dot2,
[parasails-component="ajax-button"].secondary .button-loading .loading-dot.dot2,
[parasails-component="ajax-button"].tertiary .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
[parasails-component="ajax-button"].secondary .button-loader .loading-dot.dot3,
[parasails-component="ajax-button"].tertiary .button-loader .loading-dot.dot3,
[parasails-component="ajax-button"].secondary .button-loading .loading-dot.dot3,
[parasails-component="ajax-button"].tertiary .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
[parasails-component="ajax-button"].secondary .button-loader .loading-dot.dot4,
[parasails-component="ajax-button"].tertiary .button-loader .loading-dot.dot4,
[parasails-component="ajax-button"].secondary .button-loading .loading-dot.dot4,
[parasails-component="ajax-button"].tertiary .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
[parasails-component="ajax-button"].secondary .button-loader .loading-dot,
[parasails-component="ajax-button"].tertiary .button-loader .loading-dot,
[parasails-component="ajax-button"].secondary .button-loading .loading-dot,
[parasails-component="ajax-button"].tertiary .button-loading .loading-dot {
  display: inline;
  height: 7px;
  margin: 0px 3px;
  width: 7px;
}
[parasails-component="ajax-button"].tertiary {
  border-color: transparent;
}
[parasails-component="ajax-button"] .button-loader,
[parasails-component="ajax-button"] .button-loading {
  display: inline-block;
  margin: auto;
  display: none;
}
[parasails-component="ajax-button"] .button-loader .loading-dot,
[parasails-component="ajax-button"] .button-loading .loading-dot {
  border-radius: 50%;
  background-color: #fff;
  float: left;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 5px;
  -moz-animation-name: fade-in;
  -webkit-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-animation-direction: linear;
  -ms-animation-direction: linear;
  -o-animation-direction: linear;
  animation-direction: linear;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[parasails-component="ajax-button"] .button-loader .loading-dot.dot1,
[parasails-component="ajax-button"] .button-loading .loading-dot.dot1 {
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
[parasails-component="ajax-button"] .button-loader .loading-dot.dot2,
[parasails-component="ajax-button"] .button-loading .loading-dot.dot2 {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
[parasails-component="ajax-button"] .button-loader .loading-dot.dot3,
[parasails-component="ajax-button"] .button-loading .loading-dot.dot3 {
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
[parasails-component="ajax-button"] .button-loader .loading-dot.dot4,
[parasails-component="ajax-button"] .button-loading .loading-dot.dot4 {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
[parasails-component="ajax-button"] .button-loader .loading-dot,
[parasails-component="ajax-button"] .button-loading .loading-dot {
  display: inline;
  height: 7px;
  margin: 0px 3px;
  width: 7px;
}
[parasails-component="ajax-button"].syncing .button-loader,
[parasails-component="ajax-button"].syncing .button-loading {
  display: inline-block;
}
[parasails-component="ajax-button"].syncing .button-text {
  display: none;
}
.custom-modal {
  align-items: center;
  display: grid;
  height: 100vh;
  inset: 0;
  justify-items: center;
  position: fixed;
  width: 100vw;
  z-index: 11;
}
.custom-modal .custom-modal-background {
  background-color: rgba(0, 0, 0, 0.1);
  inset: 0;
  position: absolute;
  z-index: 0;
}
.custom-modal .custom-modal-container {
  animation: slideIn 0.3s ease-in-out forwards;
  background-color: #fff;
  border-radius: .3rem;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  max-height: 90%;
  overflow: hidden;
  overflow-y: auto;
  padding: 1rem;
  position: relative;
  width: 90%;
  z-index: 1;
}
.custom-modal .custom-modal-header button {
  background: transparent;
  border: none;
  border-radius: .3rem;
  color: grey;
  cursor: pointer;
  outline: none;
  padding: .3rem 1rem;
  position: absolute;
  right: .5rem;
  top: .5rem;
  transition: .3s;
}
.custom-modal .custom-modal-header button:active {
  transform: scale(0.95);
}
.custom-modal .custom-modal-header h3 {
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  padding-bottom: .3rem;
}
.log-description-background {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  align-content: center;
  z-index: 1;
  backdrop-filter: blur(5px);
}
.log-description-background .log-description-modal {
  border-radius: .3rem;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5);
  max-height: 90%;
  overflow: hidden;
  overflow-y: auto;
  padding: 1rem;
  width: 90%;
  position: relative;
  background: #fff;
  margin: auto;
}
.log-description-background .log-description-modal .log-description-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.log-description-background .log-description-modal .log-description-header h3 {
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0;
}
.log-description-background .log-description-modal .log-description-content p {
  margin: 0;
  white-space: pre-wrap;
}
@media screen and (min-width: 768px) {
  .custom-modal .custom-modal-container {
    padding: 2rem;
  }
}
.pagination {
  align-items: center;
  display: flex;
  justify-content: end;
  gap: .6rem;
}
.pagination button {
  background-color: transparent;
  border-radius: .3rem;
  cursor: pointer;
  color: var(--primary-color);
  transition: .3s;
  outline: none;
  padding: .3rem 1rem;
}
.pagination button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.pagination button:disabled {
  pointer-events: none;
  opacity: .5;
}
.pagination select {
  background-color: var(--tertiary-color);
  border-radius: .3rem;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: .3rem 1rem;
}
.pagination span.pages {
  color: var(--tertiary-color);
}
.search {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: 60px;
}
.search .content_search {
  display: inline-block;
  position: relative;
  text-align: right;
  width: 100%;
}
.search .content_search input {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 0.3rem;
  height: 35px;
  max-width: 25rem;
  outline: none;
  padding: 0 0.6rem;
  padding-right: 40px;
  text-overflow: ellipsis;
  width: 100%;
}
.search .content_search button {
  background-color: var(--primary-color);
  border: none;
  border-radius: 0 0.3rem 0.3rem 0;
  color: #fff;
  cursor: pointer;
  height: 35px;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
}
.search .content_search button:hover {
  opacity: 0.8;
}
.template {
  background-color: #fff;
  display: grid;
  grid-template-columns: 30rem 1fr;
  inset: 0;
  padding: 1rem;
  position: fixed;
  z-index: 10;
}
.template .content {
  height: calc(98vh);
  padding: 1rem 2rem;
}
.template .content .editable-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.template .content .editable-container .actions {
  margin-bottom: 2rem;
  display: flex;
  gap: 1rem;
}
.template .content .editable-container .editable-area {
  box-sizing: border-box;
  color: dimgray;
  font-size: 1.6rem;
  height: 100%;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  overflow-y: auto;
  resize: none;
  white-space: pre-wrap;
}
.template .content .editable-container .editable-area:empty::before {
  content: attr(placeholder);
  color: #ccc;
  font-style: italic;
}
.template .content .editable-container .editable-area .highlighted {
  background-color: #ffff99;
  font-weight: bold;
  padding: 0.2rem;
  border-radius: 3px;
}
.template .content .editable-container .template-help {
  background: #f7f7fa;
  border-radius: 6px;
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #555;
}
.template .content .editable-container .template-help ul {
  margin: 0;
  padding-left: 1.2rem;
}
.template .content .editable-container .template-help ul li {
  margin-bottom: .5rem;
}
.template .content .editable-container .template-help ul code {
  background: #f0f0f0;
  border-radius: 3px;
  padding: 0 .3rem;
  font-family: monospace;
}
.template .content .editable-container .template-textarea {
  width: 100%;
  height: 40vh;
  min-height: 20rem;
  max-height: 60vh;
  resize: vertical;
  font-size: 1.5rem;
  font-family: 'Fira Mono', 'Consolas', monospace;
  color: #333;
  background: #f9f9fc;
  border: 1.5px solid #d0d0e0;
  border-radius: 6px;
  padding: 1.2rem;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  transition: border 0.2s;
}
.template .content .editable-container .template-textarea:focus {
  border: 1.5px solid #007bff;
  outline: none;
  background: #fff;
}
.template .content #preview-output {
  white-space: pre-wrap;
  /* Permite saltos de línea */
  font-family: Arial, sans-serif;
  font-size: 1rem;
  color: #333;
}
.template .structure {
  border-right: .2rem solid #ccc;
  overflow: hidden;
  overflow-y: auto;
  padding: 1rem;
}
.template .structure ul {
  list-style: none;
}
.template .structure > ul {
  list-style-type: none;
  padding-left: 0;
}
.template .structure > ul li {
  margin-left: .3rem;
  margin-bottom: .6rem;
}
.template .structure > ul li ul {
  margin-bottom: 1rem;
  margin-left: .3rem;
  border-left: .1rem solid #ccc;
  padding: .3rem 0 .3rem .3rem;
  position: relative;
}
.template .structure > ul li ul:before,
.template .structure > ul li ul:after {
  border-top: .1rem solid #ccc;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  width: .3rem;
}
.template .structure > ul li ul:before {
  top: 0;
}
.template .structure > ul li ul:after {
  bottom: 0;
}
.template .structure .property {
  color: #007bff;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
}
.template .structure .value {
  color: var(-tertiary-color);
}
.template .structure .json-viewer {
  background: #222;
  color: #e6e6e6;
  font-family: 'Fira Mono', 'Consolas', monospace;
  font-size: 1.3rem;
  border-radius: 6px;
  padding: 1rem;
  overflow-x: auto;
  max-height: 70vh;
  margin-top: 1rem;
  white-space: pre;
}
.template .structure .structure-help {
  background: #f7f7fa;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #444;
}
.template .structure .structure-help h4 {
  margin: 0 0 .5rem 0;
  font-size: 1.4rem;
  color: #007bff;
}
.template .structure .structure-help .example-property {
  background: #e6f7ff;
  color: #007bff;
  padding: 0 .3rem;
  border-radius: 3px;
  font-family: monospace;
}
.template .structure .structure-help .example-loop,
.template .structure .structure-help .example-if {
  background: #fffbe6;
  color: #b8860b;
  padding: 0 .3rem;
  border-radius: 3px;
  font-family: monospace;
}
#capture-actions .delete {
  align-items: center;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: .85rem;
  height: 1.6rem;
  justify-content: center;
  opacity: .6;
  position: absolute;
  right: .6rem;
  top: .6rem;
  transition: .3s;
  width: 1.6rem;
}
#capture-actions .delete:hover {
  opacity: .9;
}
#config .locked {
  display: grid;
  grid-gap: 1rem;
}
#config .tokens {
  display: grid;
}
#config .tokens span {
  line-height: 1.1rem;
}
#config .tokens .token {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  #config .locked {
    grid-template-columns: 1fr auto;
  }
}
#dashboard .chart {
  background-color: #fff;
  border-radius: .6rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  justify-content: center;
  padding: 2rem;
}
#forms .properties {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}
#forms .properties span {
  background-color: #000;
  border-radius: .3rem;
  color: #fff;
  cursor: pointer;
  font-size: .85rem;
  padding: .3rem .6rem;
  text-align: center;
  transition: .3s;
}
#forms .properties span.active {
  opacity: .6;
}
#forms .properties span:active {
  transform: scale(0.95);
}
#forms .properties span:hover {
  opacity: .85;
}
#list .delete {
  align-items: center;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: .85rem;
  height: 1.6rem;
  justify-content: center;
  opacity: .6;
  position: absolute;
  right: .6rem;
  top: .6rem;
  transition: .3s;
  width: 1.6rem;
}
#list .delete:hover {
  opacity: .9;
}
#login .ajax-form {
  margin: auto;
  max-width: 25rem;
}
#messages .delete {
  align-items: center;
  background-color: red;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: .85rem;
  height: 1.6rem;
  justify-content: center;
  opacity: .6;
  position: absolute;
  right: .6rem;
  top: .6rem;
  transition: .3s;
  width: 1.6rem;
}
#messages .delete:hover {
  opacity: .9;
}
#messages .messages-title {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  #messages .messages-title {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
#register .ajax-form {
  margin: auto;
  max-width: 25rem;
}
