@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap");
body {
  font-family: "Montserrat";
  color: #001942;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: bold;
  line-height: calc(1em + 4px);
}

body h1 {
  font-size: 2rem;
}

body h2 {
  font-size: 1.875rem;
}

body h3 {
  font-size: 1.75rem;
}

body h4 {
  font-size: 1.5rem;
}

body h5 {
  font-size: 1.25rem;
}

body h6 {
  font-size: 0.87rem;
}

body a:not(.btn) {
  color: #001942;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
}

body span,
body strong {
  color: inherit;
  font-size: inherit;
}

body p:not(:last-child),
body ul:not(:last-child),
body table:not(:last-child) {
  margin-bottom: 30px;
}

body small {
  font-size: 0.75rem;
}

* {
  padding: 0;
  margin: 0;
  outline: none;
}

html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
}

.page-body {
  width: 100%;
}

picture {
  display: block;
}

picture img {
  display: block;
  max-width: 100%;
  width: 100%;
}

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

iframe {
  max-width: 100%;
}

hr {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #e4e7eb;
}

ul,
ol {
  margin-left: 1rem;
  list-style-position: outside;
}

ul.list-style-none,
ol.list-style-none {
  margin-left: 0px;
  list-style-type: none;
}

code {
  font-family: courier, monospace;
  color: #eee;
  background-color: #333;
  padding: 1px 5px;
}

.debug-info {
  margin-top: 30px;
  font-size: 0.8em;
  width: 100%;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

.row:not(.row-grid) {
  min-width: 100%;
}

.col {
  flex: 1;
  width: 100%;
  position: relative;
  padding: 0 15px;
}

.col-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  flex: 0 0 auto;
  width: calc(100% + 30px);
}

.col-1 {
  width: calc(1 / 12 * 100%);
  flex: 0 0 calc(1 / 12 * 100%);
  -ms-flex: 0 0 calc(1 / 12 * 100%);
  max-width: calc(1 / 12 * 100%);
}

.col-2 {
  width: calc(2 / 12 * 100%);
  flex: 0 0 calc(2 / 12 * 100%);
  -ms-flex: 0 0 calc(2 / 12 * 100%);
  max-width: calc(2 / 12 * 100%);
}

.col-3 {
  width: calc(3 / 12 * 100%);
  flex: 0 0 calc(3 / 12 * 100%);
  -ms-flex: 0 0 calc(3 / 12 * 100%);
  max-width: calc(3 / 12 * 100%);
}

.col-4 {
  width: calc(4 / 12 * 100%);
  flex: 0 0 calc(4 / 12 * 100%);
  -ms-flex: 0 0 calc(4 / 12 * 100%);
  max-width: calc(4 / 12 * 100%);
}

.col-5 {
  width: calc(5 / 12 * 100%);
  flex: 0 0 calc(5 / 12 * 100%);
  -ms-flex: 0 0 calc(5 / 12 * 100%);
  max-width: calc(5 / 12 * 100%);
}

.col-6 {
  width: calc(6 / 12 * 100%);
  flex: 0 0 calc(6 / 12 * 100%);
  -ms-flex: 0 0 calc(6 / 12 * 100%);
  max-width: calc(6 / 12 * 100%);
}

.col-7 {
  width: calc(7 / 12 * 100%);
  flex: 0 0 calc(7 / 12 * 100%);
  -ms-flex: 0 0 calc(7 / 12 * 100%);
  max-width: calc(7 / 12 * 100%);
}

.col-8 {
  width: calc(8 / 12 * 100%);
  flex: 0 0 calc(8 / 12 * 100%);
  -ms-flex: 0 0 calc(8 / 12 * 100%);
  max-width: calc(8 / 12 * 100%);
}

.col-9 {
  width: calc(9 / 12 * 100%);
  flex: 0 0 calc(9 / 12 * 100%);
  -ms-flex: 0 0 calc(9 / 12 * 100%);
  max-width: calc(9 / 12 * 100%);
}

.col-10 {
  width: calc(10 / 12 * 100%);
  flex: 0 0 calc(10 / 12 * 100%);
  -ms-flex: 0 0 calc(10 / 12 * 100%);
  max-width: calc(10 / 12 * 100%);
}

.col-11 {
  width: calc(11 / 12 * 100%);
  flex: 0 0 calc(11 / 12 * 100%);
  -ms-flex: 0 0 calc(11 / 12 * 100%);
  max-width: calc(11 / 12 * 100%);
}

.col-12 {
  width: calc(12 / 12 * 100%);
  flex: 0 0 calc(12 / 12 * 100%);
  -ms-flex: 0 0 calc(12 / 12 * 100%);
  max-width: calc(12 / 12 * 100%);
}

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

@media (max-width: 1200px) {
  .col-lg-1 {
    width: calc(1 / 12 * 100%);
    flex: 0 0 calc(1 / 12 * 100%);
    -ms-flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }

  .col-lg-2 {
    width: calc(2 / 12 * 100%);
    flex: 0 0 calc(2 / 12 * 100%);
    -ms-flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }

  .col-lg-3 {
    width: calc(3 / 12 * 100%);
    flex: 0 0 calc(3 / 12 * 100%);
    -ms-flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }

  .col-lg-4 {
    width: calc(4 / 12 * 100%);
    flex: 0 0 calc(4 / 12 * 100%);
    -ms-flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }

  .col-lg-5 {
    width: calc(5 / 12 * 100%);
    flex: 0 0 calc(5 / 12 * 100%);
    -ms-flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }

  .col-lg-6 {
    width: calc(6 / 12 * 100%);
    flex: 0 0 calc(6 / 12 * 100%);
    -ms-flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }

  .col-lg-7 {
    width: calc(7 / 12 * 100%);
    flex: 0 0 calc(7 / 12 * 100%);
    -ms-flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }

  .col-lg-8 {
    width: calc(8 / 12 * 100%);
    flex: 0 0 calc(8 / 12 * 100%);
    -ms-flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }

  .col-lg-9 {
    width: calc(9 / 12 * 100%);
    flex: 0 0 calc(9 / 12 * 100%);
    -ms-flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }

  .col-lg-10 {
    width: calc(10 / 12 * 100%);
    flex: 0 0 calc(10 / 12 * 100%);
    -ms-flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .col-lg-11 {
    width: calc(11 / 12 * 100%);
    flex: 0 0 calc(11 / 12 * 100%);
    -ms-flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .col-lg-12 {
    width: calc(12 / 12 * 100%);
    flex: 0 0 calc(12 / 12 * 100%);
    -ms-flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

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

@media (max-width: 992px) {
  .col-md-1 {
    width: calc(1 / 12 * 100%);
    flex: 0 0 calc(1 / 12 * 100%);
    -ms-flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }

  .col-md-2 {
    width: calc(2 / 12 * 100%);
    flex: 0 0 calc(2 / 12 * 100%);
    -ms-flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }

  .col-md-3 {
    width: calc(3 / 12 * 100%);
    flex: 0 0 calc(3 / 12 * 100%);
    -ms-flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }

  .col-md-4 {
    width: calc(4 / 12 * 100%);
    flex: 0 0 calc(4 / 12 * 100%);
    -ms-flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }

  .col-md-5 {
    width: calc(5 / 12 * 100%);
    flex: 0 0 calc(5 / 12 * 100%);
    -ms-flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }

  .col-md-6 {
    width: calc(6 / 12 * 100%);
    flex: 0 0 calc(6 / 12 * 100%);
    -ms-flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }

  .col-md-7 {
    width: calc(7 / 12 * 100%);
    flex: 0 0 calc(7 / 12 * 100%);
    -ms-flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }

  .col-md-8 {
    width: calc(8 / 12 * 100%);
    flex: 0 0 calc(8 / 12 * 100%);
    -ms-flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }

  .col-md-9 {
    width: calc(9 / 12 * 100%);
    flex: 0 0 calc(9 / 12 * 100%);
    -ms-flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }

  .col-md-10 {
    width: calc(10 / 12 * 100%);
    flex: 0 0 calc(10 / 12 * 100%);
    -ms-flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .col-md-11 {
    width: calc(11 / 12 * 100%);
    flex: 0 0 calc(11 / 12 * 100%);
    -ms-flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .col-md-12 {
    width: calc(12 / 12 * 100%);
    flex: 0 0 calc(12 / 12 * 100%);
    -ms-flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

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

@media (max-width: 768px) {
  .col-sm-1 {
    width: calc(1 / 12 * 100%);
    flex: 0 0 calc(1 / 12 * 100%);
    -ms-flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }

  .col-sm-2 {
    width: calc(2 / 12 * 100%);
    flex: 0 0 calc(2 / 12 * 100%);
    -ms-flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }

  .col-sm-3 {
    width: calc(3 / 12 * 100%);
    flex: 0 0 calc(3 / 12 * 100%);
    -ms-flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }

  .col-sm-4 {
    width: calc(4 / 12 * 100%);
    flex: 0 0 calc(4 / 12 * 100%);
    -ms-flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }

  .col-sm-5 {
    width: calc(5 / 12 * 100%);
    flex: 0 0 calc(5 / 12 * 100%);
    -ms-flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }

  .col-sm-6 {
    width: calc(6 / 12 * 100%);
    flex: 0 0 calc(6 / 12 * 100%);
    -ms-flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }

  .col-sm-7 {
    width: calc(7 / 12 * 100%);
    flex: 0 0 calc(7 / 12 * 100%);
    -ms-flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }

  .col-sm-8 {
    width: calc(8 / 12 * 100%);
    flex: 0 0 calc(8 / 12 * 100%);
    -ms-flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }

  .col-sm-9 {
    width: calc(9 / 12 * 100%);
    flex: 0 0 calc(9 / 12 * 100%);
    -ms-flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }

  .col-sm-10 {
    width: calc(10 / 12 * 100%);
    flex: 0 0 calc(10 / 12 * 100%);
    -ms-flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .col-sm-11 {
    width: calc(11 / 12 * 100%);
    flex: 0 0 calc(11 / 12 * 100%);
    -ms-flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .col-sm-12 {
    width: calc(12 / 12 * 100%);
    flex: 0 0 calc(12 / 12 * 100%);
    -ms-flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

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

@media (max-width: 575px) {
  .col-xs-1 {
    width: calc(1 / 12 * 100%);
    flex: 0 0 calc(1 / 12 * 100%);
    -ms-flex: 0 0 calc(1 / 12 * 100%);
    max-width: calc(1 / 12 * 100%);
  }

  .col-xs-2 {
    width: calc(2 / 12 * 100%);
    flex: 0 0 calc(2 / 12 * 100%);
    -ms-flex: 0 0 calc(2 / 12 * 100%);
    max-width: calc(2 / 12 * 100%);
  }

  .col-xs-3 {
    width: calc(3 / 12 * 100%);
    flex: 0 0 calc(3 / 12 * 100%);
    -ms-flex: 0 0 calc(3 / 12 * 100%);
    max-width: calc(3 / 12 * 100%);
  }

  .col-xs-4 {
    width: calc(4 / 12 * 100%);
    flex: 0 0 calc(4 / 12 * 100%);
    -ms-flex: 0 0 calc(4 / 12 * 100%);
    max-width: calc(4 / 12 * 100%);
  }

  .col-xs-5 {
    width: calc(5 / 12 * 100%);
    flex: 0 0 calc(5 / 12 * 100%);
    -ms-flex: 0 0 calc(5 / 12 * 100%);
    max-width: calc(5 / 12 * 100%);
  }

  .col-xs-6 {
    width: calc(6 / 12 * 100%);
    flex: 0 0 calc(6 / 12 * 100%);
    -ms-flex: 0 0 calc(6 / 12 * 100%);
    max-width: calc(6 / 12 * 100%);
  }

  .col-xs-7 {
    width: calc(7 / 12 * 100%);
    flex: 0 0 calc(7 / 12 * 100%);
    -ms-flex: 0 0 calc(7 / 12 * 100%);
    max-width: calc(7 / 12 * 100%);
  }

  .col-xs-8 {
    width: calc(8 / 12 * 100%);
    flex: 0 0 calc(8 / 12 * 100%);
    -ms-flex: 0 0 calc(8 / 12 * 100%);
    max-width: calc(8 / 12 * 100%);
  }

  .col-xs-9 {
    width: calc(9 / 12 * 100%);
    flex: 0 0 calc(9 / 12 * 100%);
    -ms-flex: 0 0 calc(9 / 12 * 100%);
    max-width: calc(9 / 12 * 100%);
  }

  .col-xs-10 {
    width: calc(10 / 12 * 100%);
    flex: 0 0 calc(10 / 12 * 100%);
    -ms-flex: 0 0 calc(10 / 12 * 100%);
    max-width: calc(10 / 12 * 100%);
  }

  .col-xs-11 {
    width: calc(11 / 12 * 100%);
    flex: 0 0 calc(11 / 12 * 100%);
    -ms-flex: 0 0 calc(11 / 12 * 100%);
    max-width: calc(11 / 12 * 100%);
  }

  .col-xs-12 {
    width: calc(12 / 12 * 100%);
    flex: 0 0 calc(12 / 12 * 100%);
    -ms-flex: 0 0 calc(12 / 12 * 100%);
    max-width: calc(12 / 12 * 100%);
  }

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

.col-auto {
  position: relative;
  padding: 0 15px;
}

.col-1 {
  position: relative;
  padding: 0 15px;
}

.col-2 {
  position: relative;
  padding: 0 15px;
}

.col-3 {
  position: relative;
  padding: 0 15px;
}

.col-4 {
  position: relative;
  padding: 0 15px;
}

.col-5 {
  position: relative;
  padding: 0 15px;
}

.col-6 {
  position: relative;
  padding: 0 15px;
}

.col-7 {
  position: relative;
  padding: 0 15px;
}

.col-8 {
  position: relative;
  padding: 0 15px;
}

.col-9 {
  position: relative;
  padding: 0 15px;
}

.col-10 {
  position: relative;
  padding: 0 15px;
}

.col-11 {
  position: relative;
  padding: 0 15px;
}

.col-12 {
  position: relative;
  padding: 0 15px;
}

.color-font {
  color: #001942 !important;
}

.bg-draft {
  background: #a6a6a6 !important;
}

.color-draft {
  color: #a6a6a6 !important;
}

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

.color-white {
  color: #ffffff !important;
}

.bg-black {
  background: #000000 !important;
}

.color-black {
  color: #000000 !important;
}

.bg-primary {
  background: #001942 !important;
}

.color-primary {
  color: #001942 !important;
}

.bg-secondary {
  background: #fa490f !important;
}

.color-secondary {
  color: #fa490f !important;
}

.bg-success {
  background: #4bb543 !important;
}

.color-success {
  color: #4bb543 !important;
}

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

.color-error {
  color: #dc3545 !important;
}

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

.color-warning {
  color: #fabf0f !important;
}

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

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

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

.color-light {
  color: #ffffff !important;
}

.bg-dark {
  background: #000000 !important;
}

.color-dark {
  color: #000000 !important;
}

.weight-100 {
  font-weight: 100 !important;
}

.weight-300 {
  font-weight: 300 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.weight-900 {
  font-weight: 900 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-none {
  text-transform: none !important;
}

.text-left {
  text-align: left !important;
}

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

.text-right {
  text-align: right !important;
}

.text-none {
  text-decoration: none !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-overline {
  text-decoration: overline !important;
}

.border-top {
  border-top: 1px solid #e4e7eb;
}

.border-right {
  border-right: 1px solid #e4e7eb;
}

.border-bottom {
  border-bottom: 1px solid #e4e7eb;
}

.border-left {
  border-left: 1px solid #e4e7eb;
}

.border {
  border: 1px solid #e4e7eb;
}

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

.border-draft {
  border-color: #a6a6a6 !important;
}

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

.border-black {
  border-color: #000000 !important;
}

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

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

.border-success {
  border-color: #4bb543 !important;
}

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

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

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

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

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

.ma-0 {
  margin: 0px !important;
}

.ma-minimal {
  margin: 5px !important;
}

.ma-spacing {
  margin: 15px !important;
}

.ma {
  margin: 30px !important;
}

.ma-container {
  margin: 60px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-minimal {
  margin-top: 5px !important;
}

.mt-spacing {
  margin-top: 15px !important;
}

.mt {
  margin-top: 30px !important;
}

.mt-container {
  margin-top: 60px !important;
}

.mt-auto {
  margin-top: auto;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-minimal {
  margin-right: 5px !important;
}

.mr-spacing {
  margin-right: 15px !important;
}

.mr {
  margin-right: 30px !important;
}

.mr-container {
  margin-right: 60px !important;
}

.mr-auto {
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-minimal {
  margin-bottom: 5px !important;
}

.mb-spacing {
  margin-bottom: 15px !important;
}

.mb {
  margin-bottom: 30px !important;
}

.mb-container {
  margin-bottom: 60px !important;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-minimal {
  margin-left: 5px !important;
}

.ml-spacing {
  margin-left: 15px !important;
}

.ml {
  margin-left: 30px !important;
}

.ml-container {
  margin-left: 60px !important;
}

.ml-auto {
  margin-left: auto;
}

.pa-0 {
  padding: 0px !important;
}

.pa-minimal {
  padding: 5px !important;
}

.pa-spacing {
  padding: 15px !important;
}

.pa {
  padding: 30px !important;
}

.pa-container {
  padding: 60px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-minimal {
  padding-top: 5px !important;
}

.pt-spacing {
  padding-top: 15px !important;
}

.pt {
  padding-top: 30px !important;
}

.pt-container {
  padding-top: 60px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-minimal {
  padding-right: 5px !important;
}

.pr-spacing {
  padding-right: 15px !important;
}

.pr {
  padding-right: 30px !important;
}

.pr-container {
  padding-right: 60px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-minimal {
  padding-bottom: 5px !important;
}

.pb-spacing {
  padding-bottom: 15px !important;
}

.pb {
  padding-bottom: 30px !important;
}

.pb-container {
  padding-bottom: 60px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-minimal {
  padding-left: 5px !important;
}

.pl-spacing {
  padding-left: 15px !important;
}

.pl {
  padding-left: 30px !important;
}

.pl-container {
  padding-left: 60px !important;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

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

.flex-v-start {
  align-items: flex-start;
  align-content: flex-start;
}

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

.flex-v-end {
  align-items: flex-end;
  align-content: flex-end;
}

.flex-center {
  justify-content: center;
}

.flex-v-center {
  align-items: center;
  align-content: center;
}

.flex-stretch {
  justify-content: stretch;
}

.flex-v-stretch {
  align-items: stretch;
  align-content: stretch;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-v-space-between {
  align-items: space-between;
  align-content: space-between;
}

.flex-space-around {
  justify-content: space-around;
}

.flex-v-space-around {
  align-items: space-around;
  align-content: space-around;
}

.flex-auto {
  flex: 1;
  max-width: 100%;
}

.flex-content {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-0 {
  flex: 0 0 auto !important;
  width: calc(0 / 100 * 100%);
  max-width: 100%;
}

.w-5 {
  flex: 0 0 auto !important;
  width: calc(5 / 100 * 100%);
  max-width: 100%;
}

.w-10 {
  flex: 0 0 auto !important;
  width: calc(10 / 100 * 100%);
  max-width: 100%;
}

.w-15 {
  flex: 0 0 auto !important;
  width: calc(15 / 100 * 100%);
  max-width: 100%;
}

.w-20 {
  flex: 0 0 auto !important;
  width: calc(20 / 100 * 100%);
  max-width: 100%;
}

.w-25 {
  flex: 0 0 auto !important;
  width: calc(25 / 100 * 100%);
  max-width: 100%;
}

.w-30 {
  flex: 0 0 auto !important;
  width: calc(30 / 100 * 100%);
  max-width: 100%;
}

.w-35 {
  flex: 0 0 auto !important;
  width: calc(35 / 100 * 100%);
  max-width: 100%;
}

.w-40 {
  flex: 0 0 auto !important;
  width: calc(40 / 100 * 100%);
  max-width: 100%;
}

.w-45 {
  flex: 0 0 auto !important;
  width: calc(45 / 100 * 100%);
  max-width: 100%;
}

.w-50 {
  flex: 0 0 auto !important;
  width: calc(50 / 100 * 100%);
  max-width: 100%;
}

.w-55 {
  flex: 0 0 auto !important;
  width: calc(55 / 100 * 100%);
  max-width: 100%;
}

.w-60 {
  flex: 0 0 auto !important;
  width: calc(60 / 100 * 100%);
  max-width: 100%;
}

.w-65 {
  flex: 0 0 auto !important;
  width: calc(65 / 100 * 100%);
  max-width: 100%;
}

.w-70 {
  flex: 0 0 auto !important;
  width: calc(70 / 100 * 100%);
  max-width: 100%;
}

.w-75 {
  flex: 0 0 auto !important;
  width: calc(75 / 100 * 100%);
  max-width: 100%;
}

.w-80 {
  flex: 0 0 auto !important;
  width: calc(80 / 100 * 100%);
  max-width: 100%;
}

.w-85 {
  flex: 0 0 auto !important;
  width: calc(85 / 100 * 100%);
  max-width: 100%;
}

.w-90 {
  flex: 0 0 auto !important;
  width: calc(90 / 100 * 100%);
  max-width: 100%;
}

.w-95 {
  flex: 0 0 auto !important;
  width: calc(95 / 100 * 100%);
  max-width: 100%;
}

.w-100 {
  flex: 0 0 auto !important;
  width: calc(100 / 100 * 100%);
  max-width: 100%;
}

.radius-none {
  border-radius: 0px !important;
}

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

.radius {
  border-radius: 8px !important;
}

.radius-top-left {
  border-top-left-radius: 8px !important;
}

.radius-top-right {
  border-top-right-radius: 8px !important;
}

.radius-bottom-right {
  border-bottom-right-radius: 8px !important;
}

.radius-bottom-left {
  border-bottom-left-radius: 8px !important;
}

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

.opacity-1 {
  opacity: 1 !important;
}

.word-break {
  word-break: break-all !important;
}

@media (max-width: 1200px) {
  .color-lg-font {
    color: #001942 !important;
  }

  .bg-lg-draft {
    background: #a6a6a6 !important;
  }

  .color-lg-draft {
    color: #a6a6a6 !important;
  }

  .bg-lg-white {
    background: #ffffff !important;
  }

  .color-lg-white {
    color: #ffffff !important;
  }

  .bg-lg-black {
    background: #000000 !important;
  }

  .color-lg-black {
    color: #000000 !important;
  }

  .bg-lg-primary {
    background: #001942 !important;
  }

  .color-lg-primary {
    color: #001942 !important;
  }

  .bg-lg-secondary {
    background: #fa490f !important;
  }

  .color-lg-secondary {
    color: #fa490f !important;
  }

  .bg-lg-success {
    background: #4bb543 !important;
  }

  .color-lg-success {
    color: #4bb543 !important;
  }

  .bg-lg-error {
    background: #dc3545 !important;
  }

  .color-lg-error {
    color: #dc3545 !important;
  }

  .bg-lg-warning {
    background: #fabf0f !important;
  }

  .color-lg-warning {
    color: #fabf0f !important;
  }

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

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

  .bg-lg-light {
    background: #ffffff !important;
  }

  .color-lg-light {
    color: #ffffff !important;
  }

  .bg-lg-dark {
    background: #000000 !important;
  }

  .color-lg-dark {
    color: #000000 !important;
  }

  .weight-lg-100 {
    font-weight: 100 !important;
  }

  .weight-lg-300 {
    font-weight: 300 !important;
  }

  .weight-lg-400 {
    font-weight: 400 !important;
  }

  .weight-lg-500 {
    font-weight: 500 !important;
  }

  .weight-lg-600 {
    font-weight: 600 !important;
  }

  .weight-lg-700 {
    font-weight: 700 !important;
  }

  .weight-lg-900 {
    font-weight: 900 !important;
  }

  .text-lg-uppercase {
    text-transform: uppercase !important;
  }

  .text-lg-lowercase {
    text-transform: lowercase !important;
  }

  .text-lg-capitalize {
    text-transform: capitalize !important;
  }

  .text-lg-none {
    text-transform: none !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-none {
    text-decoration: none !important;
  }

  .text-lg-line-through {
    text-decoration: line-through !important;
  }

  .text-lg-underline {
    text-decoration: underline !important;
  }

  .text-lg-overline {
    text-decoration: overline !important;
  }

  .border-lg-top {
    border-top: 1px solid #e4e7eb;
  }

  .border-lg-right {
    border-right: 1px solid #e4e7eb;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #e4e7eb;
  }

  .border-lg-left {
    border-left: 1px solid #e4e7eb;
  }

  .border-lg {
    border: 1px solid #e4e7eb;
  }

  .border-lg-0 {
    border-width: 0px !important;
  }

  .border-lg-draft {
    border-color: #a6a6a6 !important;
  }

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

  .border-lg-black {
    border-color: #000000 !important;
  }

  .border-lg-primary {
    border-color: #001942 !important;
  }

  .border-lg-secondary {
    border-color: #fa490f !important;
  }

  .border-lg-success {
    border-color: #4bb543 !important;
  }

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

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

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

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

  .border-lg-dark {
    border-color: #000000 !important;
  }

  .ma-lg-0 {
    margin: 0px !important;
  }

  .ma-lg-minimal {
    margin: 5px !important;
  }

  .ma-lg-spacing {
    margin: 15px !important;
  }

  .ma-lg {
    margin: 30px !important;
  }

  .ma-lg-container {
    margin: 60px !important;
  }

  .mt-lg-0 {
    margin-top: 0px !important;
  }

  .mt-lg-minimal {
    margin-top: 5px !important;
  }

  .mt-lg-spacing {
    margin-top: 15px !important;
  }

  .mt-lg {
    margin-top: 30px !important;
  }

  .mt-lg-container {
    margin-top: 60px !important;
  }

  .mt-lg-auto {
    margin-top: auto;
  }

  .mr-lg-0 {
    margin-right: 0px !important;
  }

  .mr-lg-minimal {
    margin-right: 5px !important;
  }

  .mr-lg-spacing {
    margin-right: 15px !important;
  }

  .mr-lg {
    margin-right: 30px !important;
  }

  .mr-lg-container {
    margin-right: 60px !important;
  }

  .mr-lg-auto {
    margin-right: auto;
  }

  .mb-lg-0 {
    margin-bottom: 0px !important;
  }

  .mb-lg-minimal {
    margin-bottom: 5px !important;
  }

  .mb-lg-spacing {
    margin-bottom: 15px !important;
  }

  .mb-lg {
    margin-bottom: 30px !important;
  }

  .mb-lg-container {
    margin-bottom: 60px !important;
  }

  .mb-lg-auto {
    margin-bottom: auto;
  }

  .ml-lg-0 {
    margin-left: 0px !important;
  }

  .ml-lg-minimal {
    margin-left: 5px !important;
  }

  .ml-lg-spacing {
    margin-left: 15px !important;
  }

  .ml-lg {
    margin-left: 30px !important;
  }

  .ml-lg-container {
    margin-left: 60px !important;
  }

  .ml-lg-auto {
    margin-left: auto;
  }

  .pa-lg-0 {
    padding: 0px !important;
  }

  .pa-lg-minimal {
    padding: 5px !important;
  }

  .pa-lg-spacing {
    padding: 15px !important;
  }

  .pa-lg {
    padding: 30px !important;
  }

  .pa-lg-container {
    padding: 60px !important;
  }

  .pt-lg-0 {
    padding-top: 0px !important;
  }

  .pt-lg-minimal {
    padding-top: 5px !important;
  }

  .pt-lg-spacing {
    padding-top: 15px !important;
  }

  .pt-lg {
    padding-top: 30px !important;
  }

  .pt-lg-container {
    padding-top: 60px !important;
  }

  .pr-lg-0 {
    padding-right: 0px !important;
  }

  .pr-lg-minimal {
    padding-right: 5px !important;
  }

  .pr-lg-spacing {
    padding-right: 15px !important;
  }

  .pr-lg {
    padding-right: 30px !important;
  }

  .pr-lg-container {
    padding-right: 60px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0px !important;
  }

  .pb-lg-minimal {
    padding-bottom: 5px !important;
  }

  .pb-lg-spacing {
    padding-bottom: 15px !important;
  }

  .pb-lg {
    padding-bottom: 30px !important;
  }

  .pb-lg-container {
    padding-bottom: 60px !important;
  }

  .pl-lg-0 {
    padding-left: 0px !important;
  }

  .pl-lg-minimal {
    padding-left: 5px !important;
  }

  .pl-lg-spacing {
    padding-left: 15px !important;
  }

  .pl-lg {
    padding-left: 30px !important;
  }

  .pl-lg-container {
    padding-left: 60px !important;
  }

  .flex-lg {
    display: flex;
    flex-wrap: wrap;
  }

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

  .flex-lg-v-start {
    align-items: flex-start;
    align-content: flex-start;
  }

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

  .flex-lg-v-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .flex-lg-center {
    justify-content: center;
  }

  .flex-lg-v-center {
    align-items: center;
    align-content: center;
  }

  .flex-lg-stretch {
    justify-content: stretch;
  }

  .flex-lg-v-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-lg-space-between {
    justify-content: space-between;
  }

  .flex-lg-v-space-between {
    align-items: space-between;
    align-content: space-between;
  }

  .flex-lg-space-around {
    justify-content: space-around;
  }

  .flex-lg-v-space-around {
    align-items: space-around;
    align-content: space-around;
  }

  .flex-lg-auto {
    flex: 1;
    max-width: 100%;
  }

  .flex-lg-content {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .flex-lg-row {
    flex-direction: row;
  }

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

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

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

  .position-lg-static {
    position: static !important;
  }

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

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

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

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

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

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

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

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

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

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

  .w-lg-0 {
    flex: 0 0 auto !important;
    width: calc(0 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-5 {
    flex: 0 0 auto !important;
    width: calc(5 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-10 {
    flex: 0 0 auto !important;
    width: calc(10 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-15 {
    flex: 0 0 auto !important;
    width: calc(15 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-20 {
    flex: 0 0 auto !important;
    width: calc(20 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-25 {
    flex: 0 0 auto !important;
    width: calc(25 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-30 {
    flex: 0 0 auto !important;
    width: calc(30 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-35 {
    flex: 0 0 auto !important;
    width: calc(35 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-40 {
    flex: 0 0 auto !important;
    width: calc(40 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-45 {
    flex: 0 0 auto !important;
    width: calc(45 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-50 {
    flex: 0 0 auto !important;
    width: calc(50 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-55 {
    flex: 0 0 auto !important;
    width: calc(55 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-60 {
    flex: 0 0 auto !important;
    width: calc(60 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-65 {
    flex: 0 0 auto !important;
    width: calc(65 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-70 {
    flex: 0 0 auto !important;
    width: calc(70 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-75 {
    flex: 0 0 auto !important;
    width: calc(75 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-80 {
    flex: 0 0 auto !important;
    width: calc(80 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-85 {
    flex: 0 0 auto !important;
    width: calc(85 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-90 {
    flex: 0 0 auto !important;
    width: calc(90 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-95 {
    flex: 0 0 auto !important;
    width: calc(95 / 100 * 100%);
    max-width: 100%;
  }

  .w-lg-100 {
    flex: 0 0 auto !important;
    width: calc(100 / 100 * 100%);
    max-width: 100%;
  }

  .radius-lg-none {
    border-radius: 0px !important;
  }

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

  .radius-lg {
    border-radius: 8px !important;
  }

  .radius-lg-top-left {
    border-top-left-radius: 8px !important;
  }

  .radius-lg-top-right {
    border-top-right-radius: 8px !important;
  }

  .radius-lg-bottom-right {
    border-bottom-right-radius: 8px !important;
  }

  .radius-lg-bottom-left {
    border-bottom-left-radius: 8px !important;
  }

  .opacity-lg-0 {
    opacity: 0 !important;
  }

  .opacity-lg-1 {
    opacity: 1 !important;
  }

  .word-break-lg {
    word-break: break-all !important;
  }
}

@media (max-width: 992px) {
  .color-md-font {
    color: #001942 !important;
  }

  .bg-md-draft {
    background: #a6a6a6 !important;
  }

  .color-md-draft {
    color: #a6a6a6 !important;
  }

  .bg-md-white {
    background: #ffffff !important;
  }

  .color-md-white {
    color: #ffffff !important;
  }

  .bg-md-black {
    background: #000000 !important;
  }

  .color-md-black {
    color: #000000 !important;
  }

  .bg-md-primary {
    background: #001942 !important;
  }

  .color-md-primary {
    color: #001942 !important;
  }

  .bg-md-secondary {
    background: #fa490f !important;
  }

  .color-md-secondary {
    color: #fa490f !important;
  }

  .bg-md-success {
    background: #4bb543 !important;
  }

  .color-md-success {
    color: #4bb543 !important;
  }

  .bg-md-error {
    background: #dc3545 !important;
  }

  .color-md-error {
    color: #dc3545 !important;
  }

  .bg-md-warning {
    background: #fabf0f !important;
  }

  .color-md-warning {
    color: #fabf0f !important;
  }

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

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

  .bg-md-light {
    background: #ffffff !important;
  }

  .color-md-light {
    color: #ffffff !important;
  }

  .bg-md-dark {
    background: #000000 !important;
  }

  .color-md-dark {
    color: #000000 !important;
  }

  .weight-md-100 {
    font-weight: 100 !important;
  }

  .weight-md-300 {
    font-weight: 300 !important;
  }

  .weight-md-400 {
    font-weight: 400 !important;
  }

  .weight-md-500 {
    font-weight: 500 !important;
  }

  .weight-md-600 {
    font-weight: 600 !important;
  }

  .weight-md-700 {
    font-weight: 700 !important;
  }

  .weight-md-900 {
    font-weight: 900 !important;
  }

  .text-md-uppercase {
    text-transform: uppercase !important;
  }

  .text-md-lowercase {
    text-transform: lowercase !important;
  }

  .text-md-capitalize {
    text-transform: capitalize !important;
  }

  .text-md-none {
    text-transform: none !important;
  }

  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-right {
    text-align: right !important;
  }

  .text-md-none {
    text-decoration: none !important;
  }

  .text-md-line-through {
    text-decoration: line-through !important;
  }

  .text-md-underline {
    text-decoration: underline !important;
  }

  .text-md-overline {
    text-decoration: overline !important;
  }

  .border-md-top {
    border-top: 1px solid #e4e7eb;
  }

  .border-md-right {
    border-right: 1px solid #e4e7eb;
  }

  .border-md-bottom {
    border-bottom: 1px solid #e4e7eb;
  }

  .border-md-left {
    border-left: 1px solid #e4e7eb;
  }

  .border-md {
    border: 1px solid #e4e7eb;
  }

  .border-md-0 {
    border-width: 0px !important;
  }

  .border-md-draft {
    border-color: #a6a6a6 !important;
  }

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

  .border-md-black {
    border-color: #000000 !important;
  }

  .border-md-primary {
    border-color: #001942 !important;
  }

  .border-md-secondary {
    border-color: #fa490f !important;
  }

  .border-md-success {
    border-color: #4bb543 !important;
  }

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

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

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

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

  .border-md-dark {
    border-color: #000000 !important;
  }

  .ma-md-0 {
    margin: 0px !important;
  }

  .ma-md-minimal {
    margin: 5px !important;
  }

  .ma-md-spacing {
    margin: 15px !important;
  }

  .ma-md {
    margin: 30px !important;
  }

  .ma-md-container {
    margin: 60px !important;
  }

  .mt-md-0 {
    margin-top: 0px !important;
  }

  .mt-md-minimal {
    margin-top: 5px !important;
  }

  .mt-md-spacing {
    margin-top: 15px !important;
  }

  .mt-md {
    margin-top: 30px !important;
  }

  .mt-md-container {
    margin-top: 60px !important;
  }

  .mt-md-auto {
    margin-top: auto;
  }

  .mr-md-0 {
    margin-right: 0px !important;
  }

  .mr-md-minimal {
    margin-right: 5px !important;
  }

  .mr-md-spacing {
    margin-right: 15px !important;
  }

  .mr-md {
    margin-right: 30px !important;
  }

  .mr-md-container {
    margin-right: 60px !important;
  }

  .mr-md-auto {
    margin-right: auto;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .mb-md-minimal {
    margin-bottom: 5px !important;
  }

  .mb-md-spacing {
    margin-bottom: 15px !important;
  }

  .mb-md {
    margin-bottom: 30px !important;
  }

  .mb-md-container {
    margin-bottom: 60px !important;
  }

  .mb-md-auto {
    margin-bottom: auto;
  }

  .ml-md-0 {
    margin-left: 0px !important;
  }

  .ml-md-minimal {
    margin-left: 5px !important;
  }

  .ml-md-spacing {
    margin-left: 15px !important;
  }

  .ml-md {
    margin-left: 30px !important;
  }

  .ml-md-container {
    margin-left: 60px !important;
  }

  .ml-md-auto {
    margin-left: auto;
  }

  .pa-md-0 {
    padding: 0px !important;
  }

  .pa-md-minimal {
    padding: 5px !important;
  }

  .pa-md-spacing {
    padding: 15px !important;
  }

  .pa-md {
    padding: 30px !important;
  }

  .pa-md-container {
    padding: 60px !important;
  }

  .pt-md-0 {
    padding-top: 0px !important;
  }

  .pt-md-minimal {
    padding-top: 5px !important;
  }

  .pt-md-spacing {
    padding-top: 15px !important;
  }

  .pt-md {
    padding-top: 30px !important;
  }

  .pt-md-container {
    padding-top: 60px !important;
  }

  .pr-md-0 {
    padding-right: 0px !important;
  }

  .pr-md-minimal {
    padding-right: 5px !important;
  }

  .pr-md-spacing {
    padding-right: 15px !important;
  }

  .pr-md {
    padding-right: 30px !important;
  }

  .pr-md-container {
    padding-right: 60px !important;
  }

  .pb-md-0 {
    padding-bottom: 0px !important;
  }

  .pb-md-minimal {
    padding-bottom: 5px !important;
  }

  .pb-md-spacing {
    padding-bottom: 15px !important;
  }

  .pb-md {
    padding-bottom: 30px !important;
  }

  .pb-md-container {
    padding-bottom: 60px !important;
  }

  .pl-md-0 {
    padding-left: 0px !important;
  }

  .pl-md-minimal {
    padding-left: 5px !important;
  }

  .pl-md-spacing {
    padding-left: 15px !important;
  }

  .pl-md {
    padding-left: 30px !important;
  }

  .pl-md-container {
    padding-left: 60px !important;
  }

  .flex-md {
    display: flex;
    flex-wrap: wrap;
  }

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

  .flex-md-v-start {
    align-items: flex-start;
    align-content: flex-start;
  }

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

  .flex-md-v-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .flex-md-center {
    justify-content: center;
  }

  .flex-md-v-center {
    align-items: center;
    align-content: center;
  }

  .flex-md-stretch {
    justify-content: stretch;
  }

  .flex-md-v-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-md-space-between {
    justify-content: space-between;
  }

  .flex-md-v-space-between {
    align-items: space-between;
    align-content: space-between;
  }

  .flex-md-space-around {
    justify-content: space-around;
  }

  .flex-md-v-space-around {
    align-items: space-around;
    align-content: space-around;
  }

  .flex-md-auto {
    flex: 1;
    max-width: 100%;
  }

  .flex-md-content {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .flex-md-row {
    flex-direction: row;
  }

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

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

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

  .position-md-static {
    position: static !important;
  }

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

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

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

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

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

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

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

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

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

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

  .w-md-0 {
    flex: 0 0 auto !important;
    width: calc(0 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-5 {
    flex: 0 0 auto !important;
    width: calc(5 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-10 {
    flex: 0 0 auto !important;
    width: calc(10 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-15 {
    flex: 0 0 auto !important;
    width: calc(15 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-20 {
    flex: 0 0 auto !important;
    width: calc(20 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-25 {
    flex: 0 0 auto !important;
    width: calc(25 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-30 {
    flex: 0 0 auto !important;
    width: calc(30 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-35 {
    flex: 0 0 auto !important;
    width: calc(35 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-40 {
    flex: 0 0 auto !important;
    width: calc(40 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-45 {
    flex: 0 0 auto !important;
    width: calc(45 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-50 {
    flex: 0 0 auto !important;
    width: calc(50 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-55 {
    flex: 0 0 auto !important;
    width: calc(55 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-60 {
    flex: 0 0 auto !important;
    width: calc(60 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-65 {
    flex: 0 0 auto !important;
    width: calc(65 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-70 {
    flex: 0 0 auto !important;
    width: calc(70 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-75 {
    flex: 0 0 auto !important;
    width: calc(75 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-80 {
    flex: 0 0 auto !important;
    width: calc(80 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-85 {
    flex: 0 0 auto !important;
    width: calc(85 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-90 {
    flex: 0 0 auto !important;
    width: calc(90 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-95 {
    flex: 0 0 auto !important;
    width: calc(95 / 100 * 100%);
    max-width: 100%;
  }

  .w-md-100 {
    flex: 0 0 auto !important;
    width: calc(100 / 100 * 100%);
    max-width: 100%;
  }

  .radius-md-none {
    border-radius: 0px !important;
  }

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

  .radius-md {
    border-radius: 8px !important;
  }

  .radius-md-top-left {
    border-top-left-radius: 8px !important;
  }

  .radius-md-top-right {
    border-top-right-radius: 8px !important;
  }

  .radius-md-bottom-right {
    border-bottom-right-radius: 8px !important;
  }

  .radius-md-bottom-left {
    border-bottom-left-radius: 8px !important;
  }

  .opacity-md-0 {
    opacity: 0 !important;
  }

  .opacity-md-1 {
    opacity: 1 !important;
  }

  .word-break-md {
    word-break: break-all !important;
  }
}

@media (max-width: 768px) {
  .color-sm-font {
    color: #001942 !important;
  }

  .bg-sm-draft {
    background: #a6a6a6 !important;
  }

  .color-sm-draft {
    color: #a6a6a6 !important;
  }

  .bg-sm-white {
    background: #ffffff !important;
  }

  .color-sm-white {
    color: #ffffff !important;
  }

  .bg-sm-black {
    background: #000000 !important;
  }

  .color-sm-black {
    color: #000000 !important;
  }

  .bg-sm-primary {
    background: #001942 !important;
  }

  .color-sm-primary {
    color: #001942 !important;
  }

  .bg-sm-secondary {
    background: #fa490f !important;
  }

  .color-sm-secondary {
    color: #fa490f !important;
  }

  .bg-sm-success {
    background: #4bb543 !important;
  }

  .color-sm-success {
    color: #4bb543 !important;
  }

  .bg-sm-error {
    background: #dc3545 !important;
  }

  .color-sm-error {
    color: #dc3545 !important;
  }

  .bg-sm-warning {
    background: #fabf0f !important;
  }

  .color-sm-warning {
    color: #fabf0f !important;
  }

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

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

  .bg-sm-light {
    background: #ffffff !important;
  }

  .color-sm-light {
    color: #ffffff !important;
  }

  .bg-sm-dark {
    background: #000000 !important;
  }

  .color-sm-dark {
    color: #000000 !important;
  }

  .weight-sm-100 {
    font-weight: 100 !important;
  }

  .weight-sm-300 {
    font-weight: 300 !important;
  }

  .weight-sm-400 {
    font-weight: 400 !important;
  }

  .weight-sm-500 {
    font-weight: 500 !important;
  }

  .weight-sm-600 {
    font-weight: 600 !important;
  }

  .weight-sm-700 {
    font-weight: 700 !important;
  }

  .weight-sm-900 {
    font-weight: 900 !important;
  }

  .text-sm-uppercase {
    text-transform: uppercase !important;
  }

  .text-sm-lowercase {
    text-transform: lowercase !important;
  }

  .text-sm-capitalize {
    text-transform: capitalize !important;
  }

  .text-sm-none {
    text-transform: none !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-none {
    text-decoration: none !important;
  }

  .text-sm-line-through {
    text-decoration: line-through !important;
  }

  .text-sm-underline {
    text-decoration: underline !important;
  }

  .text-sm-overline {
    text-decoration: overline !important;
  }

  .border-sm-top {
    border-top: 1px solid #e4e7eb;
  }

  .border-sm-right {
    border-right: 1px solid #e4e7eb;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #e4e7eb;
  }

  .border-sm-left {
    border-left: 1px solid #e4e7eb;
  }

  .border-sm {
    border: 1px solid #e4e7eb;
  }

  .border-sm-0 {
    border-width: 0px !important;
  }

  .border-sm-draft {
    border-color: #a6a6a6 !important;
  }

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

  .border-sm-black {
    border-color: #000000 !important;
  }

  .border-sm-primary {
    border-color: #001942 !important;
  }

  .border-sm-secondary {
    border-color: #fa490f !important;
  }

  .border-sm-success {
    border-color: #4bb543 !important;
  }

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

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

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

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

  .border-sm-dark {
    border-color: #000000 !important;
  }

  .ma-sm-0 {
    margin: 0px !important;
  }

  .ma-sm-minimal {
    margin: 5px !important;
  }

  .ma-sm-spacing {
    margin: 15px !important;
  }

  .ma-sm {
    margin: 30px !important;
  }

  .ma-sm-container {
    margin: 60px !important;
  }

  .mt-sm-0 {
    margin-top: 0px !important;
  }

  .mt-sm-minimal {
    margin-top: 5px !important;
  }

  .mt-sm-spacing {
    margin-top: 15px !important;
  }

  .mt-sm {
    margin-top: 30px !important;
  }

  .mt-sm-container {
    margin-top: 60px !important;
  }

  .mt-sm-auto {
    margin-top: auto;
  }

  .mr-sm-0 {
    margin-right: 0px !important;
  }

  .mr-sm-minimal {
    margin-right: 5px !important;
  }

  .mr-sm-spacing {
    margin-right: 15px !important;
  }

  .mr-sm {
    margin-right: 30px !important;
  }

  .mr-sm-container {
    margin-right: 60px !important;
  }

  .mr-sm-auto {
    margin-right: auto;
  }

  .mb-sm-0 {
    margin-bottom: 0px !important;
  }

  .mb-sm-minimal {
    margin-bottom: 5px !important;
  }

  .mb-sm-spacing {
    margin-bottom: 15px !important;
  }

  .mb-sm {
    margin-bottom: 30px !important;
  }

  .mb-sm-container {
    margin-bottom: 60px !important;
  }

  .mb-sm-auto {
    margin-bottom: auto;
  }

  .ml-sm-0 {
    margin-left: 0px !important;
  }

  .ml-sm-minimal {
    margin-left: 5px !important;
  }

  .ml-sm-spacing {
    margin-left: 15px !important;
  }

  .ml-sm {
    margin-left: 30px !important;
  }

  .ml-sm-container {
    margin-left: 60px !important;
  }

  .ml-sm-auto {
    margin-left: auto;
  }

  .pa-sm-0 {
    padding: 0px !important;
  }

  .pa-sm-minimal {
    padding: 5px !important;
  }

  .pa-sm-spacing {
    padding: 15px !important;
  }

  .pa-sm {
    padding: 30px !important;
  }

  .pa-sm-container {
    padding: 60px !important;
  }

  .pt-sm-0 {
    padding-top: 0px !important;
  }

  .pt-sm-minimal {
    padding-top: 5px !important;
  }

  .pt-sm-spacing {
    padding-top: 15px !important;
  }

  .pt-sm {
    padding-top: 30px !important;
  }

  .pt-sm-container {
    padding-top: 60px !important;
  }

  .pr-sm-0 {
    padding-right: 0px !important;
  }

  .pr-sm-minimal {
    padding-right: 5px !important;
  }

  .pr-sm-spacing {
    padding-right: 15px !important;
  }

  .pr-sm {
    padding-right: 30px !important;
  }

  .pr-sm-container {
    padding-right: 60px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0px !important;
  }

  .pb-sm-minimal {
    padding-bottom: 5px !important;
  }

  .pb-sm-spacing {
    padding-bottom: 15px !important;
  }

  .pb-sm {
    padding-bottom: 30px !important;
  }

  .pb-sm-container {
    padding-bottom: 60px !important;
  }

  .pl-sm-0 {
    padding-left: 0px !important;
  }

  .pl-sm-minimal {
    padding-left: 5px !important;
  }

  .pl-sm-spacing {
    padding-left: 15px !important;
  }

  .pl-sm {
    padding-left: 30px !important;
  }

  .pl-sm-container {
    padding-left: 60px !important;
  }

  .flex-sm {
    display: flex;
    flex-wrap: wrap;
  }

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

  .flex-sm-v-start {
    align-items: flex-start;
    align-content: flex-start;
  }

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

  .flex-sm-v-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .flex-sm-center {
    justify-content: center;
  }

  .flex-sm-v-center {
    align-items: center;
    align-content: center;
  }

  .flex-sm-stretch {
    justify-content: stretch;
  }

  .flex-sm-v-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-sm-space-between {
    justify-content: space-between;
  }

  .flex-sm-v-space-between {
    align-items: space-between;
    align-content: space-between;
  }

  .flex-sm-space-around {
    justify-content: space-around;
  }

  .flex-sm-v-space-around {
    align-items: space-around;
    align-content: space-around;
  }

  .flex-sm-auto {
    flex: 1;
    max-width: 100%;
  }

  .flex-sm-content {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .flex-sm-row {
    flex-direction: row;
  }

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

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

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

  .position-sm-static {
    position: static !important;
  }

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

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

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

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

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

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

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

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

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

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

  .w-sm-0 {
    flex: 0 0 auto !important;
    width: calc(0 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-5 {
    flex: 0 0 auto !important;
    width: calc(5 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-10 {
    flex: 0 0 auto !important;
    width: calc(10 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-15 {
    flex: 0 0 auto !important;
    width: calc(15 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-20 {
    flex: 0 0 auto !important;
    width: calc(20 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-25 {
    flex: 0 0 auto !important;
    width: calc(25 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-30 {
    flex: 0 0 auto !important;
    width: calc(30 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-35 {
    flex: 0 0 auto !important;
    width: calc(35 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-40 {
    flex: 0 0 auto !important;
    width: calc(40 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-45 {
    flex: 0 0 auto !important;
    width: calc(45 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-50 {
    flex: 0 0 auto !important;
    width: calc(50 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-55 {
    flex: 0 0 auto !important;
    width: calc(55 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-60 {
    flex: 0 0 auto !important;
    width: calc(60 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-65 {
    flex: 0 0 auto !important;
    width: calc(65 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-70 {
    flex: 0 0 auto !important;
    width: calc(70 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-75 {
    flex: 0 0 auto !important;
    width: calc(75 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-80 {
    flex: 0 0 auto !important;
    width: calc(80 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-85 {
    flex: 0 0 auto !important;
    width: calc(85 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-90 {
    flex: 0 0 auto !important;
    width: calc(90 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-95 {
    flex: 0 0 auto !important;
    width: calc(95 / 100 * 100%);
    max-width: 100%;
  }

  .w-sm-100 {
    flex: 0 0 auto !important;
    width: calc(100 / 100 * 100%);
    max-width: 100%;
  }

  .radius-sm-none {
    border-radius: 0px !important;
  }

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

  .radius-sm {
    border-radius: 8px !important;
  }

  .radius-sm-top-left {
    border-top-left-radius: 8px !important;
  }

  .radius-sm-top-right {
    border-top-right-radius: 8px !important;
  }

  .radius-sm-bottom-right {
    border-bottom-right-radius: 8px !important;
  }

  .radius-sm-bottom-left {
    border-bottom-left-radius: 8px !important;
  }

  .opacity-sm-0 {
    opacity: 0 !important;
  }

  .opacity-sm-1 {
    opacity: 1 !important;
  }

  .word-break-sm {
    word-break: break-all !important;
  }
}

@media (max-width: 575px) {
  .color-xs-font {
    color: #001942 !important;
  }

  .bg-xs-draft {
    background: #a6a6a6 !important;
  }

  .color-xs-draft {
    color: #a6a6a6 !important;
  }

  .bg-xs-white {
    background: #ffffff !important;
  }

  .color-xs-white {
    color: #ffffff !important;
  }

  .bg-xs-black {
    background: #000000 !important;
  }

  .color-xs-black {
    color: #000000 !important;
  }

  .bg-xs-primary {
    background: #001942 !important;
  }

  .color-xs-primary {
    color: #001942 !important;
  }

  .bg-xs-secondary {
    background: #fa490f !important;
  }

  .color-xs-secondary {
    color: #fa490f !important;
  }

  .bg-xs-success {
    background: #4bb543 !important;
  }

  .color-xs-success {
    color: #4bb543 !important;
  }

  .bg-xs-error {
    background: #dc3545 !important;
  }

  .color-xs-error {
    color: #dc3545 !important;
  }

  .bg-xs-warning {
    background: #fabf0f !important;
  }

  .color-xs-warning {
    color: #fabf0f !important;
  }

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

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

  .bg-xs-light {
    background: #ffffff !important;
  }

  .color-xs-light {
    color: #ffffff !important;
  }

  .bg-xs-dark {
    background: #000000 !important;
  }

  .color-xs-dark {
    color: #000000 !important;
  }

  .weight-xs-100 {
    font-weight: 100 !important;
  }

  .weight-xs-300 {
    font-weight: 300 !important;
  }

  .weight-xs-400 {
    font-weight: 400 !important;
  }

  .weight-xs-500 {
    font-weight: 500 !important;
  }

  .weight-xs-600 {
    font-weight: 600 !important;
  }

  .weight-xs-700 {
    font-weight: 700 !important;
  }

  .weight-xs-900 {
    font-weight: 900 !important;
  }

  .text-xs-uppercase {
    text-transform: uppercase !important;
  }

  .text-xs-lowercase {
    text-transform: lowercase !important;
  }

  .text-xs-capitalize {
    text-transform: capitalize !important;
  }

  .text-xs-none {
    text-transform: none !important;
  }

  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-center {
    text-align: center !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-none {
    text-decoration: none !important;
  }

  .text-xs-line-through {
    text-decoration: line-through !important;
  }

  .text-xs-underline {
    text-decoration: underline !important;
  }

  .text-xs-overline {
    text-decoration: overline !important;
  }

  .border-xs-top {
    border-top: 1px solid #e4e7eb;
  }

  .border-xs-right {
    border-right: 1px solid #e4e7eb;
  }

  .border-xs-bottom {
    border-bottom: 1px solid #e4e7eb;
  }

  .border-xs-left {
    border-left: 1px solid #e4e7eb;
  }

  .border-xs {
    border: 1px solid #e4e7eb;
  }

  .border-xs-0 {
    border-width: 0px !important;
  }

  .border-xs-draft {
    border-color: #a6a6a6 !important;
  }

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

  .border-xs-black {
    border-color: #000000 !important;
  }

  .border-xs-primary {
    border-color: #001942 !important;
  }

  .border-xs-secondary {
    border-color: #fa490f !important;
  }

  .border-xs-success {
    border-color: #4bb543 !important;
  }

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

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

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

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

  .border-xs-dark {
    border-color: #000000 !important;
  }

  .ma-xs-0 {
    margin: 0px !important;
  }

  .ma-xs-minimal {
    margin: 5px !important;
  }

  .ma-xs-spacing {
    margin: 15px !important;
  }

  .ma-xs {
    margin: 30px !important;
  }

  .ma-xs-container {
    margin: 60px !important;
  }

  .mt-xs-0 {
    margin-top: 0px !important;
  }

  .mt-xs-minimal {
    margin-top: 5px !important;
  }

  .mt-xs-spacing {
    margin-top: 15px !important;
  }

  .mt-xs {
    margin-top: 30px !important;
  }

  .mt-xs-container {
    margin-top: 60px !important;
  }

  .mt-xs-auto {
    margin-top: auto;
  }

  .mr-xs-0 {
    margin-right: 0px !important;
  }

  .mr-xs-minimal {
    margin-right: 5px !important;
  }

  .mr-xs-spacing {
    margin-right: 15px !important;
  }

  .mr-xs {
    margin-right: 30px !important;
  }

  .mr-xs-container {
    margin-right: 60px !important;
  }

  .mr-xs-auto {
    margin-right: auto;
  }

  .mb-xs-0 {
    margin-bottom: 0px !important;
  }

  .mb-xs-minimal {
    margin-bottom: 5px !important;
  }

  .mb-xs-spacing {
    margin-bottom: 15px !important;
  }

  .mb-xs {
    margin-bottom: 30px !important;
  }

  .mb-xs-container {
    margin-bottom: 60px !important;
  }

  .mb-xs-auto {
    margin-bottom: auto;
  }

  .ml-xs-0 {
    margin-left: 0px !important;
  }

  .ml-xs-minimal {
    margin-left: 5px !important;
  }

  .ml-xs-spacing {
    margin-left: 15px !important;
  }

  .ml-xs {
    margin-left: 30px !important;
  }

  .ml-xs-container {
    margin-left: 60px !important;
  }

  .ml-xs-auto {
    margin-left: auto;
  }

  .pa-xs-0 {
    padding: 0px !important;
  }

  .pa-xs-minimal {
    padding: 5px !important;
  }

  .pa-xs-spacing {
    padding: 15px !important;
  }

  .pa-xs {
    padding: 30px !important;
  }

  .pa-xs-container {
    padding: 60px !important;
  }

  .pt-xs-0 {
    padding-top: 0px !important;
  }

  .pt-xs-minimal {
    padding-top: 5px !important;
  }

  .pt-xs-spacing {
    padding-top: 15px !important;
  }

  .pt-xs {
    padding-top: 30px !important;
  }

  .pt-xs-container {
    padding-top: 60px !important;
  }

  .pr-xs-0 {
    padding-right: 0px !important;
  }

  .pr-xs-minimal {
    padding-right: 5px !important;
  }

  .pr-xs-spacing {
    padding-right: 15px !important;
  }

  .pr-xs {
    padding-right: 30px !important;
  }

  .pr-xs-container {
    padding-right: 60px !important;
  }

  .pb-xs-0 {
    padding-bottom: 0px !important;
  }

  .pb-xs-minimal {
    padding-bottom: 5px !important;
  }

  .pb-xs-spacing {
    padding-bottom: 15px !important;
  }

  .pb-xs {
    padding-bottom: 30px !important;
  }

  .pb-xs-container {
    padding-bottom: 60px !important;
  }

  .pl-xs-0 {
    padding-left: 0px !important;
  }

  .pl-xs-minimal {
    padding-left: 5px !important;
  }

  .pl-xs-spacing {
    padding-left: 15px !important;
  }

  .pl-xs {
    padding-left: 30px !important;
  }

  .pl-xs-container {
    padding-left: 60px !important;
  }

  .flex-xs {
    display: flex;
    flex-wrap: wrap;
  }

  .flex-xs-start {
    justify-content: flex-start;
  }

  .flex-xs-v-start {
    align-items: flex-start;
    align-content: flex-start;
  }

  .flex-xs-end {
    justify-content: flex-end;
  }

  .flex-xs-v-end {
    align-items: flex-end;
    align-content: flex-end;
  }

  .flex-xs-center {
    justify-content: center;
  }

  .flex-xs-v-center {
    align-items: center;
    align-content: center;
  }

  .flex-xs-stretch {
    justify-content: stretch;
  }

  .flex-xs-v-stretch {
    align-items: stretch;
    align-content: stretch;
  }

  .flex-xs-space-between {
    justify-content: space-between;
  }

  .flex-xs-v-space-between {
    align-items: space-between;
    align-content: space-between;
  }

  .flex-xs-space-around {
    justify-content: space-around;
  }

  .flex-xs-v-space-around {
    align-items: space-around;
    align-content: space-around;
  }

  .flex-xs-auto {
    flex: 1;
    max-width: 100%;
  }

  .flex-xs-content {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .flex-xs-row {
    flex-direction: row;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse;
  }

  .flex-xs-column {
    flex-direction: column;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse;
  }

  .position-xs-static {
    position: static !important;
  }

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

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

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

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

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

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

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

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

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

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

  .w-xs-0 {
    flex: 0 0 auto !important;
    width: calc(0 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-5 {
    flex: 0 0 auto !important;
    width: calc(5 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-10 {
    flex: 0 0 auto !important;
    width: calc(10 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-15 {
    flex: 0 0 auto !important;
    width: calc(15 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-20 {
    flex: 0 0 auto !important;
    width: calc(20 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-25 {
    flex: 0 0 auto !important;
    width: calc(25 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-30 {
    flex: 0 0 auto !important;
    width: calc(30 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-35 {
    flex: 0 0 auto !important;
    width: calc(35 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-40 {
    flex: 0 0 auto !important;
    width: calc(40 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-45 {
    flex: 0 0 auto !important;
    width: calc(45 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-50 {
    flex: 0 0 auto !important;
    width: calc(50 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-55 {
    flex: 0 0 auto !important;
    width: calc(55 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-60 {
    flex: 0 0 auto !important;
    width: calc(60 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-65 {
    flex: 0 0 auto !important;
    width: calc(65 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-70 {
    flex: 0 0 auto !important;
    width: calc(70 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-75 {
    flex: 0 0 auto !important;
    width: calc(75 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-80 {
    flex: 0 0 auto !important;
    width: calc(80 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-85 {
    flex: 0 0 auto !important;
    width: calc(85 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-90 {
    flex: 0 0 auto !important;
    width: calc(90 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-95 {
    flex: 0 0 auto !important;
    width: calc(95 / 100 * 100%);
    max-width: 100%;
  }

  .w-xs-100 {
    flex: 0 0 auto !important;
    width: calc(100 / 100 * 100%);
    max-width: 100%;
  }

  .radius-xs-none {
    border-radius: 0px !important;
  }

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

  .radius-xs {
    border-radius: 8px !important;
  }

  .radius-xs-top-left {
    border-top-left-radius: 8px !important;
  }

  .radius-xs-top-right {
    border-top-right-radius: 8px !important;
  }

  .radius-xs-bottom-right {
    border-bottom-right-radius: 8px !important;
  }

  .radius-xs-bottom-left {
    border-bottom-left-radius: 8px !important;
  }

  .opacity-xs-0 {
    opacity: 0 !important;
  }

  .opacity-xs-1 {
    opacity: 1 !important;
  }

  .word-break-xs {
    word-break: break-all !important;
  }
}

.action-row {
  margin: 0 -15px;
}

.action-row > section,
.action-row > div,
.action-row > a,
.action-row > button {
  padding-left: 15px;
  padding-right: 15px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.animate-rotate {
  animation: rotate 1s linear 0s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.99);
  }

  100% {
    transform: scale(1);
  }
}

.animate-pulse {
  animation: pulse 1s linear 0s infinite;
}

.alert.alert-draft:before {
  color: #a6a6a6;
}

.alert.alert-white:before {
  color: #ffffff;
}

.alert.alert-black:before {
  color: #000000;
}

.alert.alert-primary:before {
  color: #001942;
}

.alert.alert-secondary:before {
  color: #fa490f;
}

.alert.alert-success:before {
  color: #4bb543;
}

.alert.alert-error:before {
  color: #dc3545;
}

.alert.alert-warning:before {
  color: #fabf0f;
}

.alert.alert-info:before {
  color: #17a2b8;
}

.alert.alert-light:before {
  color: #ffffff;
}

.alert.alert-dark:before {
  color: #000000;
}

.alert-wrapper {
  position: fixed;
  right: 0px;
  top: 0px;
  padding: 15px;
  z-index: 9999;
}

.alert-wrapper .alert {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.alert-wrapper .alert:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 1.25em;
  margin-right: 15px;
}

.alert-wrapper .alert i {
  margin-left: 15px;
  color: #6c7280;
  font-size: 1.25em;
}

.alert-wrapper .alert.alert-success:before {
  content: "\f058";
}

.alert-wrapper .alert.alert-error:before {
  content: "\f06a";
}

.alert-wrapper .alert.alert-warning:before {
  content: "\f071";
}

.alert-wrapper .alert.alert-info:before {
  content: "\f05a";
}

.badge {
  font-size: 0.75em;
  line-height: 1.2;
  padding: 5px 10px;
  border-radius: 300px;
  background: #001942;
  color: #ffffff;
  display: inline-flex;
}

.badge.badge-sm {
  font-size: 0.5em;
  padding: 5px 6px;
}

.badge.badge-lg {
  font-size: 1em;
  padding: 8px 15px;
}

.badge.badge-draft {
  background: #a6a6a6;
}

.badge.badge-white {
  background: #ffffff;
}

.badge.badge-black {
  background: #000000;
}

.badge.badge-primary {
  background: #001942;
}

.badge.badge-secondary {
  background: #fa490f;
}

.badge.badge-success {
  background: #4bb543;
}

.badge.badge-error {
  background: #dc3545;
}

.badge.badge-warning {
  background: #fabf0f;
}

.badge.badge-info {
  background: #17a2b8;
}

.badge.badge-light {
  background: #ffffff;
}

.badge.badge-dark {
  background: #000000;
}

.badge.badge-light {
  color: #000000;
}

.box {
  padding: 30px;
  border: solid 1px #e4e7eb;
  border-radius: 8px;
}

.box-list-item {
  display: flex;
  align-items: center;
  align-content: center;
  padding: 8px 15px;
  border: solid 1px #e4e7eb;
  border-radius: 8px;
  margin-bottom: 5px;
}

.box-list-item:last-child {
  margin-bottom: 0px;
}

.box-link {
  cursor: pointer;
  text-decoration: none;
}

.box-link:hover {
  background: #f3f4f8;
}

.breadcrumb {
  list-style-type: none;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.breadcrumb .breadcrumb-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item:not(:last-child):after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  margin: 0 15px;
}

.breadcrumb .breadcrumb-item:last-child {
  color: #001942;
}

button,
a,
[onclick],
[data-location] {
  cursor: pointer;
}

.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-family: "Montserrat", "Arial";
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 8px;
  transition: color 0.3s ease, background 0.3s ease, border 0.3s ease, transform 0.3s ease;
  outline: 0;
}

.btn[disabled] {
  opacity: 0.5;
  cursor: none;
}

.btn.btn-sm {
  padding: 6px 9px;
}

.btn span,
.btn i {
  color: inherit;
}

.btn i {
  line-height: 1rem;
}

.btn i.icon-chevron-right {
  margin-left: 15px;
}

.btn i.icon-chevron-left {
  margin-right: 15px;
}

.btn.btn-draft {
  border-color: #a6a6a6;
  background: #a6a6a6;
  color: #ffffff;
}

.btn.btn-draft-outline {
  border-color: #a6a6a6;
  background: transparent;
  color: #a6a6a6;
}

.btn.btn-white {
  border-color: #ffffff;
  background: #ffffff;
  color: #ffffff;
}

.btn.btn-white-outline {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn.btn-black {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.btn.btn-black-outline {
  border-color: #000000;
  background: transparent;
  color: #000000;
}

.btn.btn-primary {
  border-color: #001942;
  background: #001942;
  color: #ffffff;
}

.btn.btn-primary-outline {
  border-color: #001942;
  background: transparent;
  color: #001942;
}

.btn.btn-secondary {
  border-color: #fa490f;
  background: #fa490f;
  color: #ffffff;
}

.btn.btn-secondary-outline {
  border-color: #fa490f;
  background: transparent;
  color: #fa490f;
}

.btn.btn-success {
  border-color: #4bb543;
  background: #4bb543;
  color: #ffffff;
}

.btn.btn-success-outline {
  border-color: #4bb543;
  background: transparent;
  color: #4bb543;
}

.btn.btn-error {
  border-color: #dc3545;
  background: #dc3545;
  color: #ffffff;
}

.btn.btn-error-outline {
  border-color: #dc3545;
  background: transparent;
  color: #dc3545;
}

.btn.btn-warning {
  border-color: #fabf0f;
  background: #fabf0f;
  color: #ffffff;
}

.btn.btn-warning-outline {
  border-color: #fabf0f;
  background: transparent;
  color: #fabf0f;
}

.btn.btn-info {
  border-color: #17a2b8;
  background: #17a2b8;
  color: #ffffff;
}

.btn.btn-info-outline {
  border-color: #17a2b8;
  background: transparent;
  color: #17a2b8;
}

.btn.btn-light {
  border-color: #ffffff;
  background: #ffffff;
  color: #ffffff;
}

.btn.btn-light-outline {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn.btn-dark {
  border-color: #000000;
  background: #000000;
  color: #ffffff;
}

.btn.btn-dark-outline {
  border-color: #000000;
  background: transparent;
  color: #000000;
}

.btn.btn-light {
  color: #000000;
}

.btn.btn-light:active {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}

.btn.btn-light-outline {
  color: #ffffff;
  border-color: #ffffff;
}

.btn.btn-link {
  color: #000000;
  background: transparent;
  border: 0;
  padding: 10px 0;
}

.btn.btn-link:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  margin-left: 15px;
}

.card {
  color: #001942;
  background: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 30px;
  border-radius: 8px;
}

.card-head {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.card.card-draft {
  color: #ffffff;
  background: #a6a6a6;
}

.card.card-white {
  color: #ffffff;
  background: #ffffff;
}

.card.card-black {
  color: #ffffff;
  background: #000000;
}

.card.card-primary {
  color: #ffffff;
  background: #001942;
}

.card.card-secondary {
  color: #ffffff;
  background: #fa490f;
}

.card.card-success {
  color: #ffffff;
  background: #4bb543;
}

.card.card-error {
  color: #ffffff;
  background: #dc3545;
}

.card.card-warning {
  color: #ffffff;
  background: #fabf0f;
}

.card.card-info {
  color: #ffffff;
  background: #17a2b8;
}

.card.card-dark {
  color: #ffffff;
  background: #000000;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-toggle {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #001942;
  font-size: 1em;
  line-height: calc(1em + 4px);
  text-decoration: none;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
}

.dropdown .dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  margin-left: 15px;
  font-size: inherit;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.dropdown .dropdown-list {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: auto;
  top: 100%;
  min-width: 100%;
  background: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  z-index: 1091;
  padding: 5px 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.dropdown .dropdown-list.align-right {
  right: 0;
  left: auto;
}

.dropdown .dropdown-list a {
  display: block;
  width: 100%;
  color: #001942;
  font-size: 0.875rem;
  line-height: 1.1;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-decoration: none;
}

.dropdown .dropdown-list a:hover {
  background: rgba(0, 25, 66, 0.08);
}

.dropdown .dropdown-list-title {
  padding: 0.5rem 1rem;
  color: #001942;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
  white-space: nowrap;
}

.dropdown.show {
  z-index: 7;
}

.dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
}

.dropdown.show .dropdown-list {
  opacity: 1;
  visibility: visible;
}

.list-sm li {
  font-size: 0.75rem;
}

.menu > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}

.menu > ul > li a {
  display: block;
  padding: 10px;
  font-size: 0.875em;
  color: #001942;
  text-decoration: none;
}

.menu > ul > li a:hover {
  color: #001942;
}

.menu > ul > li ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 96%;
  z-index: 10;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0px 7px 7px -7px #000000;
}

.menu > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
}

.menu > ul > li.active a {
  color: #001942;
}

.notification {
  width: 100%;
  display: block;
  font-weight: 500;
  background: rgb(114.75, 128.5, 151.05);
  color: hsl(217.2727272727, 100%, -2.0588235294%);
  border: 1px solid rgb(0, 15.3409090909, 40.5);
  padding: 15px 30px;
  border-radius: 8px;
}

.notification.notification-draft {
  background: rgb(197.15, 197.15, 197.15);
  color: rgb(127.75, 127.75, 127.75);
  border-color: rgb(153.25, 153.25, 153.25);
}

.notification.notification-white {
  background: white;
  color: rgb(216.75, 216.75, 216.75);
  border-color: rgb(242.25, 242.25, 242.25);
}

.notification.notification-black {
  background: rgb(89.25, 89.25, 89.25);
  color: hsl(0, 0%, -15%);
  border-color: hsl(0, 0%, -5%);
}

.notification.notification-primary {
  background: rgb(89.25, 105.5, 132.15);
  color: hsl(217.2727272727, 100%, -2.0588235294%);
  border-color: rgb(0, 15.3409090909, 40.5);
}

.notification.notification-secondary {
  background: rgb(251.75, 136.7, 99);
  color: rgb(184.6530612245, 48.4714285714, 3.8469387755);
  border-color: rgb(234.612244898, 61.5857142857, 4.887755102);
}

.notification.notification-success {
  background: rgb(138, 206.9, 132.8);
  color: rgb(51.8649193548, 125.1673387097, 46.3326612903);
  border-color: rgb(67.2883064516, 162.3891129032, 60.1108870968);
}

.notification.notification-error {
  background: rgb(232.25, 123.7, 134.1);
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266);
  border-color: rgb(210.9493670886, 36.5506329114, 53.2594936709);
}

.notification.notification-warning {
  background: rgb(251.75, 213.4, 99);
  color: rgb(184.6530612245, 139.2591836735, 3.8469387755);
  border-color: rgb(234.612244898, 176.9367346939, 4.887755102);
}

.notification.notification-info {
  background: rgb(104.2, 194.55, 208.85);
  color: rgb(14.5, 102.1304347826, 116);
  border-color: rgb(20.1666666667, 142.0434782609, 161.3333333333);
}

.notification.notification-light {
  background: white;
  color: rgb(216.75, 216.75, 216.75);
  border-color: rgb(242.25, 242.25, 242.25);
}

.notification.notification-dark {
  background: rgb(89.25, 89.25, 89.25);
  color: hsl(0, 0%, -15%);
  border-color: hsl(0, 0%, -5%);
}

table {
  margin-bottom: 30px;
}

.table {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}

.table .table-head .table-row .table-data {
  font-weight: bold;
}

.table .table-head,
.table .table-body {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.table .table-head .table-row,
.table .table-body .table-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-top: 1px solid #e4e7eb;
}

.table .table-head .table-row:last-child,
.table .table-body .table-row:last-child {
  border-bottom: 1px solid #e4e7eb;
}

.table .table-head .table-row .table-data,
.table .table-body .table-row .table-data {
  flex: 1;
  padding: 20px 0;
}

.table.table-label-layout .table-row .table-data:first-child {
  color: #6c7280;
}

@media (max-width: 575px) {
  .table .table-head .table-row,
  .table .table-body .table-row {
    flex-wrap: wrap;
    padding: 20px 0px;
  }

  .table .table-head .table-row .table-data,
  .table .table-body .table-row .table-data {
    width: 100%;
    flex: 0 0 auto;
    text-align: left;
    padding: 0px;
  }
}

.tablist {
  width: 100%;
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #e4e7eb;
  overflow: hidden;
}

.tablist .nav-tabs {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -20px;
  width: calc(100% + 40px);
}

.tablist .nav-tabs li {
  border-radius: 8px 8px 0 0;
  transition: background-color 0.3s ease;
  overflow: hidden;
}

.tablist .nav-tabs li a {
  color: #001942;
  text-decoration: none;
  font-size: 1.125em;
  padding: 15px 0;
  margin: 0px 20px;
  display: block;
  border-bottom: 2px solid transparent;
  position: relative;
}

.tablist .nav-tabs li a.active {
  color: #001942;
  font-weight: bold;
  border-bottom: 2px solid #001942;
}

.tablist .nav-tabs li a:after {
  content: "";
  height: 2px;
  width: 0px;
  background: #001942;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: 0 auto;
  transition: width 0.3s ease;
}

.tablist .nav-tabs li:active a:after,
.tablist .nav-tabs li a:hover:after {
  width: 100%;
}

.tablist .tab {
  display: none;
  flex-wrap: wrap;
}

.tablist .tab.active {
  display: flex;
}

.tablist-content .tab {
  display: none;
  flex-wrap: wrap;
}

.tablist-content .tab.active {
  display: flex;
}

@media (max-width: 992px) {
  .tablist {
    overflow-x: auto;
    scrollbar-width: none;
    scrollbar-height: none;
    -ms-overflow-style: none;
  }

  .tablist::-webkit-scrollbar {
    display: none;
    background: transparent;
  }

  .tablist .nav-tabs {
    margin: 0;
    width: 100%;
    flex-wrap: nowrap;
  }

  .tablist .nav-tabs li {
    overflow: visible;
  }
}

.timeline {
  position: relative;
}

.timeline .timeline-items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow-y: auto;
  position: relative;
}

.timeline .timeline-items .timeline-item {
  position: relative;
  padding-left: 25px;
  width: 100%;
  flex: 0 0 auto;
}

.timeline .timeline-items .timeline-item:not(:last-child) {
  padding-bottom: 15px;
}

.timeline .timeline-items .timeline-item:not(:last-child):before {
  content: "";
  position: absolute;
  left: 4.5px;
  top: calc(16px * 0.875 * 1.75 * 0.5 + 5px);
  height: calc(100% - 10px);
  width: 1px;
  background: #e4e7eb;
}

.timeline .timeline-items .timeline-item .timeline-item-label,
.timeline .timeline-items .timeline-item .timeline-item-description,
.timeline .timeline-items .timeline-item .timeline-item-date {
  font-size: 0.875em;
}

.timeline .timeline-items .timeline-item .timeline-item-label {
  font-weight: bold;
}

.timeline .timeline-items .timeline-item:after {
  content: "";
  height: 10px;
  width: 10px;
  background: #e4e7eb;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: calc(16px * 0.875 * 1.75 * 0.5 - 5px);
  opacity: 0.7;
}

.timeline .timeline-items .timeline-item.active:after {
  background: #001942;
  opacity: 1;
}

.timeline .timeline-items .timeline-item.timeline-item-draft:after {
  background: #a6a6a6;
}

.timeline .timeline-items .timeline-item.timeline-item-white:after {
  background: #ffffff;
}

.timeline .timeline-items .timeline-item.timeline-item-black:after {
  background: #000000;
}

.timeline .timeline-items .timeline-item.timeline-item-primary:after {
  background: #001942;
}

.timeline .timeline-items .timeline-item.timeline-item-secondary:after {
  background: #fa490f;
}

.timeline .timeline-items .timeline-item.timeline-item-success:after {
  background: #4bb543;
}

.timeline .timeline-items .timeline-item.timeline-item-error:after {
  background: #dc3545;
}

.timeline .timeline-items .timeline-item.timeline-item-warning:after {
  background: #fabf0f;
}

.timeline .timeline-items .timeline-item.timeline-item-info:after {
  background: #17a2b8;
}

.timeline .timeline-items .timeline-item.timeline-item-light:after {
  background: #ffffff;
}

.timeline .timeline-items .timeline-item.timeline-item-dark:after {
  background: #000000;
}

.timeline .timeline-items .timeline-item .timeline-scrollbar {
  display: none;
}

.timeline.timeline-progress .timeline-items {
  scrollbar-width: none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.timeline.timeline-progress .timeline-items::-webkit-scrollbar {
  display: none;
}

.timeline.timeline-progress .timeline-scrollbar {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 8px;
  background: #f3f4f8;
}

.timeline.timeline-progress .timeline-scrollbar-thumb {
  width: 100%;
  top: 0px;
  height: 0px;
  background: #001942;
}

.timeline.timeline-horizontal .timeline-items {
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  overflow: hidden;
  overflow-x: auto;
  margin: 0 -15px;
}

.timeline.timeline-horizontal .timeline-items .timeline-item {
  padding: 25px 15px 30px;
  flex: 1;
}

.timeline.timeline-horizontal .timeline-items .timeline-item .timeline-item-label,
.timeline.timeline-horizontal .timeline-items .timeline-item .timeline-item-date {
  text-align: center;
}

.timeline.timeline-horizontal .timeline-items .timeline-item:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 4.5px;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background: #e4e7eb;
}

.timeline.timeline-horizontal .timeline-items .timeline-item:after {
  top: 0px;
  left: 15px;
  right: 15px;
  margin: 0 auto;
  opacity: 1;
}

.timeline.timeline-horizontal .timeline-items .timeline-item:first-child .timeline-item-label,
.timeline.timeline-horizontal .timeline-items .timeline-item:first-child .timeline-item-date {
  text-align: right;
}

.timeline.timeline-horizontal .timeline-items .timeline-item:first-child:before {
  width: calc(100% - 30px);
}

.timeline.timeline-horizontal .timeline-items .timeline-item:first-child:after {
  left: auto;
  right: 15px;
  margin: 0px;
}

.timeline.timeline-horizontal .timeline-items .timeline-item:last-child .timeline-item-label,
.timeline.timeline-horizontal .timeline-items .timeline-item:last-child .timeline-item-date {
  text-align: left;
}

.timeline.timeline-horizontal .timeline-items .timeline-item:last-child:after {
  left: 15px;
  margin: 0px;
}

@media (max-width: 992px) {
  .timeline.timeline-horizontal .timeline-items {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    margin: 0px;
    overflow: hidden;
    overflow-y: auto;
  }

  .timeline.timeline-horizontal .timeline-items .timeline-item {
    padding: 0px 0px 30px 25px;
    flex: 0 0 auto;
  }

  .timeline.timeline-horizontal .timeline-items .timeline-item .timeline-item-label,
  .timeline.timeline-horizontal .timeline-items .timeline-item .timeline-item-date {
    text-align: left !important;
  }

  .timeline.timeline-horizontal .timeline-items .timeline-item:before {
    content: "";
    position: absolute;
    left: 4.5px;
    right: auto;
    top: calc(16px * 0.875 * 1.75 * 0.5);
    margin: 0px;
    height: 100%;
    width: 1px;
    background: #e4e7eb;
  }

  .timeline.timeline-horizontal .timeline-items .timeline-item:after {
    margin: 0px;
    left: 0px;
    right: auto;
    top: calc(16px * 0.875 * 1.75 * 0.5 - 5px);
  }

  .timeline.timeline-horizontal .timeline-items .timeline-item:first-child:before {
    width: 1px;
    height: 100%;
  }

  .timeline.timeline-horizontal .timeline-items .timeline-item:first-child:after {
    left: 0px;
    right: auto;
    margin: 0px;
  }

  .timeline.timeline-horizontal .timeline-items .timeline-item:last-child {
    padding-bottom: 0px;
  }

  .timeline.timeline-horizontal .timeline-items .timeline-item:last-child:before {
    display: none;
    content: unset;
  }

  .timeline.timeline-horizontal .timeline-items .timeline-item:last-child:after {
    left: 0px;
  }
}

.tooltip {
  background-color: #333;
  padding: 0.8rem 1.2rem;
  border-radius: 5px;
  z-index: 9999;
  color: #ffffff;
  position: absolute;
  line-height: 1.8;
  font-size: 0.9rem;
}

.tooltip hr {
  position: relative;
  padding: 0;
  margin: 0;
  top: 0;
  width: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border: 0;
  border-top: 1px dashed #ffffff;
}

.tooltip-arrow {
  width: 0;
  height: 0;
  position: absolute;
  min-width: 10px;
  min-height: 10px;
  z-index: 9999;
}

.tooltip-arrow.tooltip-left {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #333;
}

.tooltip-arrow.tooltip-top {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
}

.tooltip-arrow.tooltip-right {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #333;
}

.tooltip-arrow.tooltip-bottom {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: calc(2em * 1.25);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-conditioner:before {
  content: "\f8f4";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-banjo:before {
  content: "\f8a3";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-bed-alt:before {
  content: "\f8f7";
}

.fa-bed-bunk:before {
  content: "\f8f8";
}

.fa-bed-empty:before {
  content: "\f8f9";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-on:before {
  content: "\f8fa";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-home:before {
  content: "\f8fe";
}

.fa-camera-movie:before {
  content: "\f8a9";
}

.fa-camera-polaroid:before {
  content: "\f8aa";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before {
  content: "\e000";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cat-space:before {
  content: "\e001";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-music:before {
  content: "\f8ae";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-pot:before {
  content: "\e002";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-coffin-cross:before {
  content: "\e051";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comet:before {
  content: "\e003";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-music:before {
  content: "\f8b0";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "\e004";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-faucet-drip:before {
  content: "\e006";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-music:before {
  content: "\f8b6";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-download:before {
  content: "\e053";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folder-upload:before {
  content: "\e054";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-galaxy:before {
  content: "\e008";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gamepad-alt:before {
  content: "\f8bc";
}

.fa-garage:before {
  content: "\e009";
}

.fa-garage-car:before {
  content: "\e00a";
}

.fa-garage-open:before {
  content: "\e00b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "\e00c";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house:before {
  content: "\e00d";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-day:before {
  content: "\e00e";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "\e00f";
}

.fa-house-night:before {
  content: "\e010";
}

.fa-house-return:before {
  content: "\e011";
}

.fa-house-signal:before {
  content: "\e012";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "\e014";
}

.fa-lamp-floor:before {
  content: "\e015";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "\e016";
}

.fa-light-switch:before {
  content: "\e017";
}

.fa-light-switch-off:before {
  content: "\e018";
}

.fa-light-switch-on:before {
  content: "\e019";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "\e01b";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "\e01c";
}

.fa-oven:before {
  content: "\e01d";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-planet-moon:before {
  content: "\e01f";
}

.fa-planet-ringed:before {
  content: "\e020";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-police-box:before {
  content: "\e021";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "\e022";
}

.fa-portal-exit:before {
  content: "\e023";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "\e024";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-raygun:before {
  content: "\e025";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "\e026";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocket-launch:before {
  content: "\e027";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-sensor:before {
  content: "\e028";
}

.fa-sensor-alert:before {
  content: "\e029";
}

.fa-sensor-fire:before {
  content: "\e02a";
}

.fa-sensor-on:before {
  content: "\e02b";
}

.fa-sensor-smoke:before {
  content: "\e02c";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-siren:before {
  content: "\e02d";
}

.fa-siren-on:before {
  content: "\e02e";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "\e02f";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-circle:before {
  content: "\e030";
}

.fa-sort-circle-down:before {
  content: "\e031";
}

.fa-sort-circle-up:before {
  content: "\e032";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-space-station-moon:before {
  content: "\e033";
}

.fa-space-station-moon-alt:before {
  content: "\e034";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-sprinkler:before {
  content: "\e035";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-shooting:before {
  content: "\e036";
}

.fa-starfighter:before {
  content: "\e037";
}

.fa-starfighter-alt:before {
  content: "\e038";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "\e039";
}

.fa-starship-freighter:before {
  content: "\e03a";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "\e03b";
}

.fa-sword-laser-alt:before {
  content: "\e03c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "\e03d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-telescope:before {
  content: "\e03e";
}

.fa-temperature-down:before {
  content: "\e03f";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "\e040";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "\e042";
}

.fa-transporter-1:before {
  content: "\e043";
}

.fa-transporter-2:before {
  content: "\e044";
}

.fa-transporter-3:before {
  content: "\e045";
}

.fa-transporter-empty:before {
  content: "\e046";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "\e047";
}

.fa-ufo-beam:before {
  content: "\e048";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alien:before {
  content: "\e04a";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-robot:before {
  content: "\e04b";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-user-unlock:before {
  content: "\e058";
}

.fa-user-visor:before {
  content: "\e04c";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vacuum:before {
  content: "\e04d";
}

.fa-vacuum-robot:before {
  content: "\e04e";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "\e04f";
}

.fa-window-frame-open:before {
  content: "\e050";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/themes/default/fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("/assets/themes/default/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/themes/default/fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/assets/themes/default/fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("/assets/themes/default/fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("/assets/themes/default/fonts/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/assets/themes/default/fonts/fontawesome/webfonts/fa-light-300.eot");
  src: url("/assets/themes/default/fonts/fontawesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("/assets/themes/default/fonts/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("/assets/themes/default/fonts/fontawesome/webfonts/fa-light-300.woff") format("woff"), url("/assets/themes/default/fonts/fontawesome/webfonts/fa-light-300.ttf") format("truetype"), url("/assets/themes/default/fonts/fontawesome/webfonts/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

body {
  font-family: "Montserrat";
  font-weight: 500;
}

input,
textarea,
select,
button,
.form-control {
  font-family: "Montserrat", "Arial";
}

.theme-logo .theme-logo-image {
  background: url("/assets/themes/default/images/default.logo.svg") no-repeat;
}

.bg-primary {
  background: #001942 !important;
}

.color-primary {
  color: #001942 !important;
}

.bg-secondary {
  background: #fa490f !important;
}

.color-secondary {
  color: #fa490f !important;
}

.btn.btn-secondary {
  background: #fa490f !important;
  border-color: #fa490f !important;
  color: #ffffff !important;
}

.btn.btn-secondary-outline {
  background: transparent !important;
  border-color: #fa490f !important;
  color: #fa490f !important;
}

.btn.btn-secondary-outline:hover {
  background: #fa490f !important;
  color: #ffffff !important;
}

form {
  width: calc(100% + 30px);
  margin: 0 -15px;
}

form .form-steps-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  margin-bottom: 30px;
}

form .form-steps-nav .step {
  flex: 1;
  width: 100%;
  padding: 15px 30px;
  position: relative;
}

form .form-steps-nav .step:not(:first-child):before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
}

form .form-steps-nav .step a {
  text-decoration: none;
}

form .form-steps-nav .step a .name {
  color: #001942;
}

form .form-steps-nav .step a .badge {
  background: #001942;
  margin-right: 15px;
}

form .form-steps-nav .step.active a .badge {
  color: #001942;
  background: transparent;
  border: 2px solid #001942;
  font-weight: 400;
}

form .form-steps-nav .step.active ~ .step a .name {
  color: #e4e7eb;
}

form .form-steps-nav .step.active ~ .step a .badge {
  background: #e4e7eb;
}

form .form-steps-nav-bullits {
  position: relative;
  flex-wrap: nowrap;
  border: none;
}

form .form-steps-nav-bullits:before {
  content: "";
  height: 2px;
  width: calc(100% - 60px);
  position: absolute;
  top: 34px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: #e4e7eb;
}

form .form-steps-nav-bullits .step {
  padding: 15px;
}

form .form-steps-nav-bullits .step .step-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  text-align: center;
}

form .form-steps-nav-bullits .step .step-link .badge {
  position: relative;
  overflow: hidden;
  margin: 0px 0px 15px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 2px solid transparent;
  font-size: 14px;
  font-weight: bold;
  color: #001942;
}

.transition form .form-steps-nav-bullits .step .step-link .badge {
  transition: color 0.3s ease, background 0.3s ease;
}

form .form-steps-nav-bullits .step .step-link .badge:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  transform: translateX(0%);
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.transition form .form-steps-nav-bullits .step .step-link .badge:after {
  transition: transform 0.3s ease;
}

form .form-steps-nav-bullits .step .step-link .name {
  text-align: inherit;
}

form .form-steps-nav-bullits .step:first-child .step-link {
  align-items: flex-start;
  align-content: flex-start;
  text-align: left;
}

form .form-steps-nav-bullits .step:last-child .step-link {
  align-items: flex-end;
  align-content: flex-end;
  text-align: right;
}

form .form-steps-nav-bullits .step.active .step-link .badge {
  border-color: #001942;
  background: #ffffff;
  color: #001942;
}

form .form-steps-nav-bullits .step.active .step-link .badge:after {
  transform: translateX(100%);
}

form .form-steps-nav-bullits .step.active ~ .step .step-link .badge {
  color: #ffffff;
}

form .form-steps-nav-bullits .step.active ~ .step .step-link .badge:after {
  transform: translateX(100%);
}

form .form-step {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  flex: 0 0 100%;
}

form.form-steps .form-step:not(.active) {
  display: none;
}

form input,
form textarea,
form select,
form label {
  font-family: Montserrat, "Arial";
}

form.was-validated .row .form-group:not(.is-invalid) .valid-feedback {
  color: #4bb543 !important;
  display: block;
}

form .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
}

form .row .form-group {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

form .row .form-group.form-group-inline {
  display: flex;
  flex-wrap: wrap;
}

form .row .form-group.form-group-inline > .col-form-label,
form .row .form-group.form-group-inline > .input-group {
  flex: 1;
}

form .row .form-group .invalid-feedback,
form .row .form-group .valid-feedback {
  display: none;
  margin-top: 5px;
  font-size: 0.75rem;
}

form .row .form-group .policy-feedback {
  font-size: 0.75rem;
  color: #dc3545;
  display: none;
}

form .row .form-group.is-invalid input,
form .row .form-group.is-invalid textarea,
form .row .form-group.is-invalid .tox-tinymce,
form .row .form-group.is-invalid .custom-radio label:before {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
}

form .row .form-group.is-invalid .input-group-prepend {
  border-color: #dc3545 !important;
  border-right-color: #e4e7eb !important;
}

form .row .form-group.is-invalid .input-group-append {
  border-color: #dc3545 !important;
  border-left-color: #e4e7eb !important;
}

form .row .form-group.is-invalid .col-form-label {
  color: #dc3545 !important;
}

form .row .form-group.is-invalid .invalid-feedback {
  color: #dc3545 !important;
  display: block;
}

form .row .form-group.is-invalid .policy-feedback {
  display: block;
}

form .row .form-group.is-invalid .policy-feedback.valid {
  display: none;
}

form .row .form-group.is-valid input,
form .row .form-group.is-valid textarea,
form .row .form-group.is-valid .tox-tinymce,
form .row .form-group.is-valid .custom-radio label:before {
  border-color: #4bb543 !important;
  color: #4bb543 !important;
}

form .row .form-group.is-valid .input-group-prepend {
  border-color: #4bb543 !important;
  border-right-color: #e4e7eb !important;
}

form .row .form-group.is-valid .input-group-append {
  border-color: #4bb543 !important;
  border-left-color: #e4e7eb !important;
}

form .row .form-group.is-valid .col-form-label {
  color: #4bb543 !important;
}

form .row .form-group.is-valid .valid-feedback {
  color: #4bb543 !important;
  display: block;
}

form .row .form-group[type=number] {
  -moz-appearance: textfield;
}

form .row .form-group[type=number]::-webkit-outer-spin-button,
form .row .form-group[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form .row .form-group[data-type=button] {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

form .row .form-group.has-append .form-control,
form .row .form-group.has-append .select-list .select-input {
  border-right: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

form .row .form-group.has-prepend .form-control,
form .row .form-group.has-prepend .select-list .select-input {
  border-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

form .row .form-group .form-control + .languages-dropdown:has(~ .input-group-append) > .dropdown-toggle {
  border-radius: 0px;
  border-right: none;
}

form .row .custom-control {
  width: 100%;
}

form .row.sticky-top {
  position: sticky;
  top: 0px;
  bottom: auto;
}

.dialog form .row.sticky-top {
  top: -30px;
}

form .row.sticky-bottom {
  position: sticky;
  top: auto;
  bottom: 0px;
}

.dialog form .row.sticky-bottom {
  bottom: -30px;
}

.dialog form {
  max-width: none;
}

.col-form-label {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 700;
  color: #001942;
  line-height: 1;
  pointer-events: none;
  margin-bottom: 10px;
}

.col-form-label .code-action {
  color: #ffffff;
  background: #001942;
  height: 26px;
  width: 26px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  pointer-events: initial;
  cursor: pointer;
  margin-left: 5px;
}

.col-form-label .code-action:first-child {
  margin-left: auto;
}

.transition .col-form-label .code-action {
  transition: font-size 0.2s ease;
}

.col-form-label .code-action:hover {
  font-size: 18px;
}

input,
textarea {
  width: 100%;
  color: #001942;
  padding: 10px 15px;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  font-size: 1em;
  line-height: calc(1em + 4px);
  min-height: 42px;
  margin-bottom: 0px;
  background: #ffffff;
  font-weight: 500;
  min-width: 1px;
}

input::placeholder,
textarea::placeholder {
  color: #d2d6db;
}

input[disabled],
textarea[disabled] {
  opacity: 0.4;
  background: #fafafa;
  cursor: no-drop !important;
  user-select: none;
}

input[disabled]::-webkit-input-placeholder,
textarea[disabled]::-webkit-input-placeholder {
  color: #001942;
}

input[disabled]:-ms-input-placeholder,
textarea[disabled]:-ms-input-placeholder {
  color: #001942;
}

input[disabled]::placeholder,
textarea[disabled]::placeholder {
  color: #001942;
}

input[type=number],
textarea[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
textarea[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d2d6db;
  opacity: 0.8;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d2d6db;
  opacity: 0.8;
}

input::placeholder,
textarea::placeholder {
  color: #d2d6db;
  opacity: 0.8;
}

textarea {
  height: 100px;
}

.tox-tinymce {
  z-index: 0;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e4e7eb;
}

.tox-tinymce .tox-editor-header {
  border-bottom: 1px solid #e4e7eb !important;
  box-shadow: none !important;
}

.custom-select {
  width: 100%;
  color: #001942;
  padding: 10px 15px;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  font-size: 1em;
  line-height: calc(1em + 4px);
  min-height: 42px;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select::-ms-expand {
  display: none;
}

.select-container {
  display: flex;
  height: auto;
  justify-content: space-between;
  position: relative;
  flex: 1;
  max-width: 100%;
}

.select-container .select-list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  width: 100%;
}

.select-container .select-list .select-input {
  width: 100%;
  padding-right: 30px;
  order: -1;
}

.select-container .select-list .select-badge {
  display: inline-block;
  margin: 10px 10px 0px 0px;
}

.select-container .select-list .select-badge .remove {
  font-size: 0.75em;
  margin-left: 5px;
  cursor: pointer;
}

.select-container .select-toggle {
  font-size: 0.875em;
  line-height: 1.5rem;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 8px;
}

.select-container .select-toggle .fa-chevron-down {
  font-size: inherit;
  transform: rotate(0deg);
}

.transition .select-container .select-toggle .fa-chevron-down {
  transition: transform 0.3s ease;
}

.select-container .select-clear {
  font-size: 1em;
  line-height: 1.5rem;
  cursor: pointer;
  position: absolute;
  right: 45px;
  top: 9px;
}

.select-container.select-open .fa-chevron-down {
  transform: rotate(180deg);
}

.select-dropdown {
  z-index: 2;
  background: #ffffff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border-radius: 8px;
  margin-top: 8px;
}

.select-dropdown .select-dropdown-list {
  max-height: 175px;
  overflow-x: auto;
  border-radius: 8px;
}

.select-dropdown .select-dropdown-list > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-label {
  padding-left: 40px;
}

.select-dropdown .select-dropdown-list > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-label {
  padding-left: 60px;
}

.select-dropdown .select-dropdown-list > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-label {
  padding-left: 80px;
}

.select-dropdown .select-dropdown-list > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-label {
  padding-left: 100px;
}

.select-dropdown .select-dropdown-list > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-label {
  padding-left: 120px;
}

.select-dropdown .select-dropdown-list > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-childs > .select-dropdown-option > .select-dropdown-option-label {
  padding-left: 140px;
}

.select-dropdown .select-dropdown-option > .select-dropdown-option-label {
  color: #001942;
  font-family: "Montserrat";
  cursor: pointer;
  padding: 10px 20px;
}

.select-dropdown .select-dropdown-option > .select-dropdown-option-label:hover {
  background: #001942;
  color: #ffffff;
}

.select-dropdown .select-dropdown-option.selected > .select-dropdown-option-label {
  background: #001942;
  color: #ffffff;
}

.select-dropdown .select-dropdown-option.highlighted > .select-dropdown-option-label {
  background: #001942;
  color: #ffffff;
}

.form-group.select-inline .select-container .select-list {
  width: 100%;
  color: #001942;
  padding: 5px 10px;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  font-size: 1em;
  line-height: calc(1em + 4px);
  min-height: 42px;
  margin-bottom: 0px;
  background: #ffffff;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-group.select-inline .select-container .select-list .select-badge {
  margin: 5px;
  background: transparent;
  color: #001942;
  border: 1px solid #001942;
}

.form-group.select-inline .select-container .select-list .select-input {
  border: none;
  background: transparent;
  min-height: unset;
  padding: 5px;
  flex: 1;
  width: 100%;
  min-width: 200px;
  order: unset;
}

.form-group.select-inline .select-container .select-toggle {
  display: none;
}

.form-group.select-inline .select-container .select-dropdown {
  margin-top: 21px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.input-group.input-group-inline {
  margin-bottom: -15px;
}

.input-group.input-group-inline .custom-control {
  margin-right: 30px;
  width: auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin-bottom: 15px;
}

.input-group .input-group-append,
.input-group .input-group-prepend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  flex: 0 0 auto;
  width: auto;
  font-size: 0.75em;
  line-height: 1;
  padding: 10px 15px;
  background: #f3f4f8;
  border-radius: 0 8px 8px 0;
  border: 1px solid #e4e7eb;
}

.input-group .input-group-append i,
.input-group .input-group-prepend i {
  line-height: 0;
  font-size: 16px;
}

.input-group .input-group-append.inline,
.input-group .input-group-prepend.inline {
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.input-group .input-group-append.inline i,
.input-group .input-group-prepend.inline i {
  font-size: 1.1rem;
  color: #001942;
  line-height: initial;
}

.input-group .input-group-prepend {
  right: auto;
  left: 0px;
  border-radius: 0px;
}

.input-group .input-group-prepend:first-child {
  border-radius: 8px 0 0 8px;
}

.input-group .input-group-append:has(+ .input-group-append) {
  border-radius: 0px;
  margin-right: -1px;
}

.input-group .form-control {
  flex: 1;
  max-width: 100%;
  /* Not used anymore in cms7. Check if used in other projects */
}

.input-group .form-control.has-append {
  border-right: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group .form-control {
  /* Not used anymore in cms7. Check if used in other projects */
}

.input-group .form-control.has-prepend {
  border-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-group .form-control[data-language-dropdown] {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group .form-control[data-language-dropdown] ~ .dropdown {
  display: flex;
  flex-wrap: wrap;
}

.input-group .form-control[data-language-dropdown] ~ .dropdown .dropdown-toggle {
  border-radius: 0px 8px 8px 0px;
}

.input-group textarea.form-control[data-language-dropdown] {
  padding-right: 135px;
  border-right: 1px solid #e4e7eb;
  border-top-right-radius: 8px;
}

.input-group textarea.form-control[data-language-dropdown] ~ .dropdown {
  position: absolute;
  top: 0px;
  right: 0px;
}

.input-group textarea.form-control[data-language-dropdown] ~ .dropdown .dropdown-toggle {
  align-self: flex-start;
  border: 1px solid #e4e7eb;
  background: #ffffff;
  border-radius: 0px 8px 0px 8px;
  min-height: 42px;
}

.input-group textarea.form-control[data-language-dropdown] ~ .dropdown .dropdown-list {
  top: 42px;
}

.input-group textarea.form-control[data-language-dropdown] ~ .tox .languages-dropdown {
  width: auto;
  border: 0;
}

.input-group textarea.form-control[data-language-dropdown] ~ .tox .languages-dropdown .dropdown-toggle {
  border: 0;
  background: initial;
  padding: 10px;
}

.input-group textarea.form-control[data-language-dropdown] ~ .tox .languages-dropdown .dropdown-list {
  min-width: auto;
}

.input-group .languages-dropdown {
  display: flex;
}

.input-group .languages-dropdown .dropdown-toggle {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  align-items: center;
  text-indent: -9999px;
  padding: 10px 15px;
}

.input-group .languages-dropdown .dropdown-toggle:after {
  text-indent: 0px;
  margin: 0px;
  position: relative;
}

.input-group .languages-dropdown .dropdown-list > a {
  display: flex;
  position: relative;
  align-items: center;
}

.input-group .languages-dropdown .dropdown-toggle:before,
.input-group .languages-dropdown .dropdown-list > a:before {
  content: "";
  position: relative;
  width: 20px;
  height: 12px;
  margin-right: 10px;
  background: rgba(229, 231, 235, 0.75);
  background-size: 100% 100% !important;
}

.input-group .languages-dropdown[data-selected-language=nl] > .dropdown-toggle:before,
.input-group .languages-dropdown .dropdown-list > a[value=nl]:before {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="900" height="600" viewBox="0 0 9 6"%3E%3Cpath fill="%2321468B" d="M0 0h9v6H0z"/%3E%3Cpath fill="%23FFF" d="M0 0h9v4H0z"/%3E%3Cpath fill="%23AE1C28" d="M0 0h9v2H0z"/%3E%3C/svg%3E');
}

.input-group .languages-dropdown[data-selected-language=en] > .dropdown-toggle:before,
.input-group .languages-dropdown .dropdown-list > a[value=en]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 60 30%22 width=%221200%22 height=%22600%22%3E%3CclipPath id=%22a%22%3E%3Cpath d=%22M0 0v30h60V0z%22/%3E%3C/clipPath%3E%3CclipPath id=%22b%22%3E%3Cpath d=%22M30 15h30v15zv15H0zH0V0zV0h30z%22/%3E%3C/clipPath%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath d=%22M0 0v30h60V0z%22 fill=%22%23012169%22/%3E%3Cpath d=%22M0 0l60 30m0-30L0 30%22 stroke=%22%23fff%22 stroke-width=%226%22/%3E%3Cpath d=%22M0 0l60 30m0-30L0 30%22 clip-path=%22url(%23b)%22 stroke=%22%23C8102E%22 stroke-width=%224%22/%3E%3Cpath d=%22M30 0v30M0 15h60%22 stroke=%22%23fff%22 stroke-width=%2210%22/%3E%3Cpath d=%22M30 0v30M0 15h60%22 stroke=%22%23C8102E%22 stroke-width=%226%22/%3E%3C/g%3E%3C/svg%3E");
}

.input-group .languages-dropdown[data-selected-language=de] > .dropdown-toggle:before,
.input-group .languages-dropdown .dropdown-list > a[value=de]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%221000%22 height=%22600%22 viewBox=%220 0 5 3%22%3E%3Cpath d=%22M0 0h5v3H0z%22/%3E%3Cpath fill=%22%23D00%22 d=%22M0 1h5v2H0z%22/%3E%3Cpath fill=%22%23FFCE00%22 d=%22M0 2h5v1H0z%22/%3E%3C/svg%3E");
}

.input-group .languages-dropdown[data-selected-language=fr] > .dropdown-toggle:before,
.input-group .languages-dropdown .dropdown-list > a[value=fr]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22900%22 height=%22600%22%3E%3Cpath fill=%22%23ED2939%22 d=%22M0 0h900v600H0z%22/%3E%3Cpath fill=%22%23fff%22 d=%22M0 0h600v600H0z%22/%3E%3Cpath fill=%22%23002395%22 d=%22M0 0h300v600H0z%22/%3E%3C/svg%3E");
}

.input-group .languages-dropdown[data-selected-language=it] > .dropdown-toggle:before,
.input-group .languages-dropdown .dropdown-list > a[value=it]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%221500%22 height=%221000%22 viewBox=%220 0 3 2%22%3E%3Cpath fill=%22%23009246%22 d=%22M0 0h3v2H0z%22/%3E%3Cpath fill=%22%23fff%22 d=%22M1 0h2v2H1z%22/%3E%3Cpath fill=%22%23ce2b37%22 d=%22M2 0h1v2H2z%22/%3E%3C/svg%3E");
}

.input-group .languages-dropdown[data-selected-language=pl] > .dropdown-toggle:before,
.input-group .languages-dropdown .dropdown-list > a[value=pl]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%22640%22 height=%22400%22 viewBox=%220 0 8 5%22%3E%3Cpath fill=%22%23dc143c%22 d=%22M0 0h8v5H0z%22/%3E%3Cpath fill=%22%23fff%22 d=%22M0 0h8v2.5H0z%22/%3E%3C/svg%3E");
}

.input-group-file .custom-control-label {
  width: 100%;
  flex: 1;
  color: #001942;
  padding: 10px 15px;
  border: 1px solid #e4e7eb;
  border-right: 0px;
  border-radius: 8px 0px 0px 8px;
  font-size: 1em;
  line-height: calc(1em + 4px);
  min-height: 42px;
  margin-bottom: 0px;
  background: #ffffff;
  font-weight: 500;
  min-width: 1px;
  cursor: pointer;
  white-space: nowrap;
}

.input-group-file input[type=file] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.input-group-file .file-clear {
  display: flex;
  align-items: center;
  padding: 0px 10px 0px 30px;
  background: linear-gradient(to right, transparent 0%, #ffffff 20px, #ffffff 100%);
  font-size: 1em;
  line-height: 1.5rem;
  cursor: pointer;
  position: absolute;
  height: calc(100% - 2px);
  top: 1px;
  right: 48px;
  z-index: 1;
}

.input-group-phone .phone-input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: calc(100% - 80px);
  flex: 0 0 auto;
}

.input-group-phone .input-group-prepend {
  padding: 0;
  background: #ffffff;
  border: none;
  width: 80px;
}

.input-group-phone .input-group-prepend select,
.input-group-phone .input-group-prepend .select-container .select-input {
  border: 1px solid #e4e7eb;
  border-right: none;
  border-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  height: 100%;
  width: 100%;
  padding: 10px;
}

.input-group-color {
  display: flex;
  padding: 10px 15px;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  background: #ffffff;
  min-height: 42px;
  width: 100%;
}

.input-group-color .colorpicker-input {
  width: 25px;
  background: none;
  border: 0px;
  padding: 0px;
  min-height: auto;
  cursor: pointer;
}

.input-group-color .form-control {
  width: calc(100% - 25px);
  background: none;
  border: 0px;
  min-height: auto;
  padding: 0 0 0 10px;
}

.searchbar .input-group-prepend {
  background: #ffffff;
  border-right: none;
  line-height: 1;
  padding: 0px;
  height: 42px;
  width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.searchbar .form-control {
  padding-left: 0px;
}

.populator {
  position: relative;
}

.populator-container {
  height: auto;
  cursor: pointer;
}

.populator-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  padding: 5px 10px 15px;
  background: #ffffff;
}

.populator-input {
  border: none;
  padding: 0px;
  min-width: 50px;
  width: 50px;
  margin: 10px 10px 0px 0px;
  min-height: 5px;
  display: inline-flex;
  flex: 1;
  width: auto;
}

.populator-item {
  display: inline-flex;
  align-items: center;
  margin: 10px 10px 0px 0px;
  border-radius: 8px;
}

.populator-item .populator-input {
  background: transparent;
  color: #ffffff;
  width: auto;
  border: none;
  height: auto;
  min-height: 0px;
  padding: 0px;
  margin: 0px;
}

.populator-item .remove {
  font-size: 1em;
  margin-left: 5px;
  cursor: pointer;
}

.input-group-checkboxes {
  display: flex;
  flex-wrap: wrap;
}

.custom-checkbox {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 0;
  width: auto;
}

.custom-checkbox:not(:last-child) {
  margin-bottom: 15px;
}

.custom-checkbox label {
  font-size: 1em;
  padding-left: 15px;
}

.custom-checkbox label a {
  color: #000000;
  font-weight: 700;
}

.custom-checkbox input {
  min-height: 0px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  border: 1px solid #e4e7eb;
  border-radius: 4px;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  position: relative;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.custom-checkbox input:after {
  content: "";
  background: transparent;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transition-delay: 0.2s;
}

.transition .custom-checkbox input:after {
  transition: width 0.3s ease;
}

.custom-checkbox input:checked,
.custom-checkbox input:indeterminate {
  background: #001942;
  border: 1px solid #e4e7eb;
  color: #001942;
  overflow: hidden;
}

.custom-checkbox input:checked:before,
.custom-checkbox input:indeterminate:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  top: 0px;
  left: 3px;
  z-index: 1;
}

.custom-checkbox input:checked:after,
.custom-checkbox input:indeterminate:after {
  background: #001942;
  width: 0px;
  transition-delay: 0s;
}

.custom-checkbox input:indeterminate:before {
  content: "\f86c";
  font-size: 9px;
  left: 3px;
  font-weight: bold;
  line-height: 18.7px;
}

.custom-checkbox input[disabled] + .custom-control-label {
  color: #e4e7eb;
}

.checkbox-buttons .custom-checkbox [type=checkbox] {
  display: none;
}

.checkbox-buttons .custom-checkbox [type=checkbox] + label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
  font-size: 1.3em;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
}

.transition .checkbox-buttons .custom-checkbox [type=checkbox] + label {
  transition: background 0.3s ease, color 0.3s ease;
}

.checkbox-buttons .custom-checkbox [type=checkbox]:checked + label {
  background: #001942;
  color: #ffffff;
}

.custom-toggle {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.custom-toggle .custom-control-label {
  display: inline-block;
  flex: 1;
  padding-left: 15px;
  line-height: 24px;
}

.custom-toggle .switch {
  width: 44px;
  height: 24px;
  position: relative;
  flex: 0 0 auto;
}

.custom-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.custom-toggle .switch .slider {
  position: relative;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #e4e7eb;
  border-radius: 34px;
  display: block;
  width: 100%;
  height: 100%;
}

.transition .custom-toggle .switch .slider {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.custom-toggle .switch .slider:before {
  content: "";
  position: absolute;
  height: 17px;
  width: 17px;
  left: 3px;
  bottom: 2px;
  background-color: #a6a6a6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  text-align: center;
  color: #ffffff;
  line-height: 17px;
}

.custom-toggle input:checked + .slider:before,
.custom-toggle.disabled .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  background: #001942;
  content: "\f00c";
}

.custom-radio {
  display: inline-block;
  width: 100%;
  padding: 0;
}

.custom-radio:not(:last-child) {
  margin-bottom: 15px;
}

.custom-radio [type=radio] {
  position: absolute;
  left: -9999px;
}

.custom-radio [type=radio] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  color: #001942;
}

.custom-radio [type=radio] + label:before {
  content: "";
  position: absolute;
  left: auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #e4e7eb;
  border-radius: 100%;
  background: #fff;
}

.custom-radio [type=radio] + label:after {
  content: "";
  width: 12px;
  height: 12px;
  left: 4px;
  top: 50%;
  transform: scale(1) translateY(-50%) !important;
  background: #001942;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 0px;
  height: 0px;
  left: 10px;
}

.custom-radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 12px;
  height: 12px;
  left: 4px;
}

.custom-radio [type=radio][disabled] {
  opacity: 0.6;
  cursor: no-drop !important;
}

.custom-radio [type=radio][disabled] + .custom-control-label {
  color: #e4e7eb;
  opacity: 0.6;
  cursor: no-drop !important;
}

.radio-buttons .custom-radio [type=radio] + label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px;
  font-size: 1.3em;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
}

.transition .radio-buttons .custom-radio [type=radio] + label {
  transition: background 0.3s ease, color 0.3s ease;
}

.radio-buttons .custom-radio [type=radio] + label:before,
.radio-buttons .custom-radio [type=radio] + label:after {
  display: none;
  content: unset;
}

.radio-buttons .custom-radio [type=radio]:checked + label {
  background: #001942;
  color: #ffffff;
}

[data-type=uploader] .input-group {
  align-items: flex-start;
  min-height: 150px;
}

.transition [data-type=uploader] .input-group {
  transition: height 1s ease;
}

[data-type=uploader] .input-group .input-group-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

[data-type=uploader] [data-util=uploader] {
  order: -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  cursor: pointer;
  border: 2px dashed #e4e7eb;
  border-radius: 8px;
  transition: border 0.3s ease;
}

[data-type=uploader] [data-util=uploader] .uploader-label {
  transition: transform 0.3s ease;
}

[data-type=uploader] [data-util=uploader]:hover {
  border-color: #001942;
}

[data-type=uploader] [data-util=uploader]:hover .uploader-label {
  transform: scale(1.1);
}

[data-type=uploader] .uploader-file {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(to right, #f3f4f8 0%, #f3f4f8 0%, white 0%, white 100%);
  border: 1px solid #f3f4f8;
  position: relative;
  z-index: 1;
  padding: 30px;
  margin-top: 15px;
  border-radius: 8px;
  transform: translateY(calc(-100% - 15px));
  opacity: 0;
  transition: transform 1s ease, opacity 0.8s ease-out, background-color 0.1s ease;
}

[data-type=uploader] .uploader-file .progress-bar {
  background: #001942;
  height: 5px;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  transition: width 0.1s ease;
}

[data-type=uploader] .uploader-file .progress-image {
  flex: 0 0 auto;
  width: 100px;
  height: 60px;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

[data-type=uploader] .uploader-file .progress-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: relative;
}

[data-type=uploader] .uploader-file .progress-image img:before {
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e4e7eb;
  border-radius: 8px;
}

[data-type=uploader] .uploader-file .progress-info {
  flex: 1;
  padding: 0 15px;
}

[data-type=uploader] .uploader-file .progress-info .progress-title {
  margin-bottom: 5px;
}

[data-type=uploader] .uploader-file .progress-info .progress-text {
  color: #6c7280;
}

[data-type=uploader] .uploader-file .progress-info .progress-text:before {
  content: "\f1ce";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  animation: rotate 1s linear 0s infinite;
  margin-right: 10px;
}

[data-type=uploader] .uploader-file .progress-cancel {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(220, 53, 69, 0.3);
  color: #dc3545;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

[data-type=uploader] .uploader-file.uploading {
  opacity: 1;
  transform: translateY(0%);
}

[data-type=uploader] .uploader-file.upload-succes .progress-info .progress-text:before {
  content: "\f00c";
  animation: none;
}

[data-type=uploader] .uploader-file.upload-error {
  background: rgba(220, 53, 69, 0.3);
  align-items: center;
}

[data-type=uploader] .uploader-file.upload-error .progress-title,
[data-type=uploader] .uploader-file.upload-error .progress-text {
  margin-bottom: 0px;
  color: #dc3545;
}

[data-type=uploader] .uploader-file.upload-error .progress-info .progress-text:before {
  content: "\f06a";
  animation: none;
}

[data-type=uploader] .uploader-file.upload-removed {
  opacity: 0 !important;
}

.flatpickr-calendar {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background: #ffffff;
  border-radius: 8px;
  width: auto !important;
  z-index: 99999 !important;
}

.flatpickr-calendar:before {
  display: none;
  content: unset;
}

.flatpickr-calendar .flatpickr-months {
  padding: 20px 30px;
  border-bottom: 1px solid #e4e7eb;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  position: relative;
  background: rgba(0, 25, 66, 0.3);
  color: #001942;
  border-radius: 50%;
  display: inline-flex;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
  fill: #001942;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  height: auto;
}

.flatpickr-calendar .flatpickr-months .flatpickr-month .flatpickr-current-month input.cur-year {
  min-height: 0px;
}

.flatpickr-calendar .flatpickr-innerContainer {
  padding: 20px 30px;
}

.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekday {
  color: #000000;
}

.flatpickr-calendar .flatpickr-time input {
  min-height: unset !important;
}

button[type=submit]:after {
  content: "\f054";
  color: inherit;
  font-family: "Font Awesome 5 Pro";
  line-height: 14px;
  margin-left: 15px;
}

button[type=submit].submitting:after {
  content: "\f1ce";
  animation: rotate 1s linear 0s infinite;
}

.btn.btn-loading:after {
  content: "\f1ce";
  color: inherit;
  font-family: "Font Awesome 5 Pro";
  line-height: 14px;
  margin-left: 15px;
  animation: rotate 1s linear 0s infinite;
}

@media (max-width: 575px) {
  form .row .form-group {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
}

.CodeMirror {
  z-index: 1;
}

.CodeMirror-code {
  line-height: 1.3;
}

.cm-mustache-foreach {
  color: #c678dd;
}

.cm-mustache-if {
  color: #61afef;
}

.cm-mustache-replacement {
  color: #d6b686;
}

.cm-tab {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWOQkpLyZfD09PwPAAfYAnaStpHRAAAAAElFTkSuQmCC) left repeat-y;
}

.one-dark.CodeMirror-hints {
  z-index: 3 !important;
}

.CodeMirror-dialog {
  z-index: 5 !important;
}

/* basic */

.cm-s-one-dark {
  font-family: Menlo, Consolas, "DejaVu Sans Mono", monospace;
  font-weight: 350;
  font-size: 13px;
  color: #abb2bf;
  background-color: #282c34;
}

.cm-s-one-dark .CodeMirror-selected {
  background-color: #3e4451;
}

.cm-s-one-dark .CodeMirror-gutter,
.cm-s-one-dark .CodeMirror-gutters {
  border: none;
  background-color: #282c34;
  z-index: 1;
}

.cm-s-one-dark .CodeMirror-linenumber,
.cm-s-one-dark .CodeMirror-linenumbers {
  color: #5c6370 !important;
  background-color: transparent;
}

.cm-s-one-dark .CodeMirror-lines {
  color: #abb2bf !important;
  background-color: transparent;
}

.cm-s-one-dark .CodeMirror-cursor {
  border-left: 2px solid #56b6c2 !important;
}

.cm-s-one-dark .CodeMirror {
  /* addon: edit/machingbrackets.js & addon: edit/matchtags.js */
}

.cm-s-one-dark .CodeMirror-matchingbracket,
.cm-s-one-dark .CodeMirror-matchingtag {
  border-bottom: 2px solid #56b6c2;
  color: #abb2bf !important;
  background-color: transparent;
}

.cm-s-one-dark .CodeMirror-nonmatchingbracket {
  border-bottom: 2px solid #e06c75;
  color: #abb2bf !important;
  background-color: transparent;
}

.cm-s-one-dark .CodeMirror {
  /* addon: fold/foldgutter.js */
}

.cm-s-one-dark .CodeMirror-foldmarker,
.cm-s-one-dark .CodeMirror-foldgutter,
.cm-s-one-dark .CodeMirror-foldgutter-open,
.cm-s-one-dark .CodeMirror-foldgutter-folded {
  border: none;
  text-shadow: none;
  color: #5c6370 !important;
  background-color: transparent;
}

.cm-s-one-dark .CodeMirror {
  /* addon: selection/active-line.js */
}

.cm-s-one-dark .CodeMirror-activeline-background {
  background-color: rgba(153, 187, 255, 0.04);
}

.cm-s-one-dark .cm-matchhighlight {
  border: 1px solid white;
}

.cm-s-one-dark .cm {
  /* basic syntax */
}

.cm-s-one-dark .cm-header {
  color: #e06c75;
}

.cm-s-one-dark .cm-quote {
  color: #5c6370;
  font-style: italic;
}

.cm-s-one-dark .cm-negative,
.cm-s-one-dark .cm-positive {
  color: #e06c75;
}

.cm-s-one-dark .cm-strong,
.cm-s-one-dark .cm-header .cm-strong {
  color: #d19a66;
  font-weight: bold;
}

.cm-s-one-dark .cm-em,
.cm-s-one-dark .cm-header .cm-em {
  color: #c678dd;
  font-style: italic;
}

.cm-s-one-dark .cm-tag {
  color: #e06c75;
}

.cm-s-one-dark .cm-attribute {
  color: #d19a66;
}

.cm-s-one-dark .cm-link {
  color: #98c379;
  border-bottom: solid 1px #98c379;
}

.cm-s-one-dark .cm-builtin {
  color: #e06c75;
}

.cm-s-one-dark .cm-keyword {
  color: #c678dd;
}

.cm-s-one-dark .cm-def {
  color: #e5c07b;
}

.cm-s-one-dark .cm {
  /* original:  #d19a66; */
}

.cm-s-one-dark .cm-atom,
.cm-s-one-dark .cm-number {
  color: #d19a66;
}

.cm-s-one-dark .cm-property {
  color: #56b6c2;
}

.cm-s-one-dark .cm {
  /* original: #abb2bf */
}

.cm-s-one-dark .cm-qualifier {
  color: #d19a66;
}

.cm-s-one-dark .cm-variable {
  color: #e06c75;
}

.cm-s-one-dark .cm-string {
  color: #98c379;
}

.cm-s-one-dark .cm-punctuation {
  color: #abb2bf;
}

.cm-s-one-dark .cm-operator {
  color: #56b6c2;
}

.cm-s-one-dark .cm {
  /* original: #abb2bf */
}

.cm-s-one-dark .cm-meta,
.cm-s-one-dark .cm-bracket {
  color: #abb2bf;
}

.cm-s-one-dark .cm-comment {
  color: #5c6370;
  font-style: italic;
}

.cm-s-one-dark .cm-error {
  color: #e06c75;
}

.cm-s-one-dark .cm {
  /* css syntax corrections */
}

.cm-s-one-dark .cm-m-css.cm-variable {
  color: #828997;
}

.cm-s-one-dark .cm-m-css.cm-property {
  color: #abb2bf;
}

.cm-s-one-dark .cm-m-css.cm-atom,
.cm-s-one-dark .cm-m-css.cm-builtin {
  color: #56b6c2;
}

.cm-s-one-dark .cm {
  /* lua syntax corrections */
}

.cm-s-one-dark .cm-m-lua.cm-variable {
  color: #56b6c2;
}

.layout {
  width: 100%;
}

.layout > * + * {
  margin-top: var(--layout-block-gap, 15px);
}

.layout-row {
  margin-bottom: calc(var(--layout-row-gap, 15px) * -1);
}

.layout-row > .layout-row__item {
  margin-bottom: var(--layout-row-gap, 15px);
}

.layout-row.layout-row--grid {
  display: grid;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.layout-row.layout-row--grid > .layout-row__item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}

.layout-stack {
  display: flex;
  flex-direction: column;
  gap: var(--layout-stack-gap, 20px);
  width: 100%;
}

.layout-stack > .layout-stack__item {
  min-width: 0;
}

.layout-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.layout-card .layout-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
  padding: 0 0 15px;
}

.layout-card .layout-card__heading {
  min-width: 0;
  flex: 1;
}

.layout-card .layout-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout-card .layout-card__subtitle {
  margin-top: 5px;
  color: #6c7280;
  font-size: 0.875rem;
  line-height: 1.5;
}

.layout-card .layout-card__actions {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.layout-card .layout-card__body {
  flex: 1 1 auto;
}

.layout-card .layout-card__footer {
  padding: 15px 0 0;
}

.layout-card.layout-card--feature {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  background-image: none;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 3px solid var(--feature-accent, #001942);
  box-shadow: none;
}

.layout-card.layout-card--feature:hover,
.layout-card.layout-card--feature:focus-within {
  border-left-color: var(--feature-accent, #001942);
  box-shadow: none;
}

.layout-card.layout-card--feature > * {
  position: relative;
}

.layout-card.layout-card--feature .layout-card__header,
.layout-card.layout-card--feature .layout-card__body,
.layout-card.layout-card--feature .card-head,
.layout-card.layout-card--feature .card-content,
.layout-card.layout-card--feature .card-body {
  background: transparent;
}

.layout-stat-grid {
  align-items: stretch;
  margin-bottom: calc(var(--layout-stat-grid-gap, 15px) * -1);
}

.layout-stat-grid > .layout-stat-grid__item {
  display: flex;
  margin-bottom: var(--layout-stat-grid-gap, 15px);
}

.layout-stat-grid.layout-stat-grid--grid {
  display: grid;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  gap: var(--layout-stat-grid-gap, 15px);
}

.layout-stat-grid.layout-stat-grid--grid > .layout-stat-grid__item {
  margin-bottom: 0;
  min-width: 0;
}

.layout-stat-tile {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.layout-stat-tile:hover {
  transform: translateY(-1px);
  color: inherit;
}

.layout-stat-tile .layout-stat-tile__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.layout-stat-tile .layout-stat-tile__icon i {
  font-size: inherit;
  line-height: 1;
}

.layout-stat-tile .layout-stat-tile__content {
  min-width: 0;
}

.layout-stat-tile .layout-stat-tile__value {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.layout-stat-tile .layout-stat-tile__title {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.65;
  margin-top: 2px;
}

.layout-stat-tile .layout-stat-tile__subtitle {
  display: block;
  font-size: 0.8rem;
  opacity: 0.72;
  margin-top: 4px;
}

.layout-stat-tile--primary .layout-stat-tile__icon {
  background: rgba(37, 99, 235, 0.14);
  color: #2563eb;
}

.layout-stat-tile--primary.layout-stat-tile--highlight {
  border: 1px solid rgba(37, 99, 235, 0.28);
}

.layout-stat-tile--primary.layout-stat-tile--highlight .layout-stat-tile__value {
  color: #2563eb;
}

.layout-stat-tile--info .layout-stat-tile__icon {
  background: rgba(34, 211, 238, 0.14);
  color: #22d3ee;
}

.layout-stat-tile--info.layout-stat-tile--highlight {
  border: 1px solid rgba(34, 211, 238, 0.28);
}

.layout-stat-tile--info.layout-stat-tile--highlight .layout-stat-tile__value {
  color: #22d3ee;
}

.layout-stat-tile--success .layout-stat-tile__icon {
  background: rgba(34, 197, 94, 0.14);
  color: #22c55e;
}

.layout-stat-tile--success.layout-stat-tile--highlight {
  border: 1px solid rgba(34, 197, 94, 0.28);
}

.layout-stat-tile--success.layout-stat-tile--highlight .layout-stat-tile__value {
  color: #22c55e;
}

.layout-stat-tile--warning .layout-stat-tile__icon {
  background: rgba(251, 191, 36, 0.14);
  color: #fbbf24;
}

.layout-stat-tile--warning.layout-stat-tile--highlight {
  border: 1px solid rgba(251, 191, 36, 0.28);
}

.layout-stat-tile--warning.layout-stat-tile--highlight .layout-stat-tile__value {
  color: #fbbf24;
}

.layout-stat-tile--danger .layout-stat-tile__icon {
  background: rgba(255, 90, 90, 0.14);
  color: #ff5a5a;
}

.layout-stat-tile--danger.layout-stat-tile--highlight {
  border: 1px solid rgba(255, 90, 90, 0.28);
}

.layout-stat-tile--danger.layout-stat-tile--highlight .layout-stat-tile__value {
  color: #ff5a5a;
}

.layout-stat-tile--error .layout-stat-tile__icon {
  background: rgba(255, 90, 90, 0.14);
  color: #ff5a5a;
}

.layout-stat-tile--error.layout-stat-tile--highlight {
  border: 1px solid rgba(255, 90, 90, 0.28);
}

.layout-stat-tile--error.layout-stat-tile--highlight .layout-stat-tile__value {
  color: #ff5a5a;
}

.layout-stat-tile--purple .layout-stat-tile__icon {
  background: rgba(124, 58, 237, 0.14);
  color: #7c3aed;
}

.layout-stat-tile--purple.layout-stat-tile--highlight {
  border: 1px solid rgba(124, 58, 237, 0.28);
}

.layout-stat-tile--purple.layout-stat-tile--highlight .layout-stat-tile__value {
  color: #7c3aed;
}

.layout-stat-tile--neutral .layout-stat-tile__icon {
  background: rgba(100, 116, 139, 0.14);
  color: #64748b;
}

.layout-stat-tile--neutral.layout-stat-tile--highlight {
  border: 1px solid rgba(100, 116, 139, 0.28);
}

.layout-stat-tile--neutral.layout-stat-tile--highlight .layout-stat-tile__value {
  color: #64748b;
}

.layout-progress {
  padding: 18px;
  width: 100%;
  height: 100%;
}

.layout-progress .layout-progress__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.layout-progress .layout-progress__label {
  font-size: 0.875rem;
  font-weight: 600;
}

.layout-progress .layout-progress__value {
  font-size: 0.875rem;
  font-weight: 700;
}

.layout-progress .layout-progress__track {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.18);
}

.layout-progress--xs .layout-progress__track {
  height: 4px;
}

.layout-progress--sm .layout-progress__track {
  height: 6px;
}

.layout-progress--md .layout-progress__track {
  height: 8px;
}

.layout-progress--lg .layout-progress__track {
  height: 10px;
}

.layout-progress--bare {
  padding: 0;
  height: auto;
  background: none;
  border: 0;
  box-shadow: none;
}

.layout-progress--bare .layout-progress__meta {
  margin-bottom: 6px;
}

.layout-progress .layout-progress__fill {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.layout-progress .layout-progress__description {
  margin-top: 8px;
  font-size: 0.8rem;
  opacity: 0.72;
}

.layout-progress--primary .layout-progress__value {
  color: #2563eb;
}

.layout-progress--primary .layout-progress__fill {
  background: #2563eb;
}

.layout-progress--info .layout-progress__value {
  color: #22d3ee;
}

.layout-progress--info .layout-progress__fill {
  background: #22d3ee;
}

.layout-progress--success .layout-progress__value {
  color: #22c55e;
}

.layout-progress--success .layout-progress__fill {
  background: #22c55e;
}

.layout-progress--warning .layout-progress__value {
  color: #fbbf24;
}

.layout-progress--warning .layout-progress__fill {
  background: #fbbf24;
}

.layout-progress--danger .layout-progress__value {
  color: #ff5a5a;
}

.layout-progress--danger .layout-progress__fill {
  background: #ff5a5a;
}

.layout-progress--error .layout-progress__value {
  color: #ff5a5a;
}

.layout-progress--error .layout-progress__fill {
  background: #ff5a5a;
}

.layout-progress--purple .layout-progress__value {
  color: #7c3aed;
}

.layout-progress--purple .layout-progress__fill {
  background: #7c3aed;
}

.layout-progress--neutral .layout-progress__value {
  color: #64748b;
}

.layout-progress--neutral .layout-progress__fill {
  background: #64748b;
}

.layout-stat-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  padding: 0;
  overflow: hidden;
}

.layout-stat-bar__item {
  min-width: 0;
  padding: 14px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.layout-stat-bar__item + .layout-stat-bar__item {
  border-left: 1px solid var(--border-color, #e4e7eb);
}

.layout-stat-bar__icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.layout-stat-bar__icon i {
  font-size: inherit;
  line-height: 1;
}

.layout-stat-bar__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.layout-stat-bar__label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.55;
}

.layout-stat-bar__value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout-stat-bar__item--primary .layout-stat-bar__icon {
  background: rgba(37, 99, 235, 0.14);
  color: #2563eb;
}

.layout-stat-bar__item--primary .layout-stat-bar__value {
  color: #2563eb;
}

.layout-stat-bar__item--info .layout-stat-bar__icon {
  background: rgba(34, 211, 238, 0.14);
  color: #22d3ee;
}

.layout-stat-bar__item--info .layout-stat-bar__value {
  color: #22d3ee;
}

.layout-stat-bar__item--success .layout-stat-bar__icon {
  background: rgba(34, 197, 94, 0.14);
  color: #22c55e;
}

.layout-stat-bar__item--success .layout-stat-bar__value {
  color: #22c55e;
}

.layout-stat-bar__item--warning .layout-stat-bar__icon {
  background: rgba(251, 191, 36, 0.14);
  color: #fbbf24;
}

.layout-stat-bar__item--warning .layout-stat-bar__value {
  color: #fbbf24;
}

.layout-stat-bar__item--danger .layout-stat-bar__icon {
  background: rgba(255, 90, 90, 0.14);
  color: #ff5a5a;
}

.layout-stat-bar__item--danger .layout-stat-bar__value {
  color: #ff5a5a;
}

.layout-stat-bar__item--error .layout-stat-bar__icon {
  background: rgba(255, 90, 90, 0.14);
  color: #ff5a5a;
}

.layout-stat-bar__item--error .layout-stat-bar__value {
  color: #ff5a5a;
}

.layout-stat-bar__item--purple .layout-stat-bar__icon {
  background: rgba(124, 58, 237, 0.14);
  color: #7c3aed;
}

.layout-stat-bar__item--purple .layout-stat-bar__value {
  color: #7c3aed;
}

.layout-stat-bar__item--neutral .layout-stat-bar__icon {
  background: rgba(100, 116, 139, 0.14);
  color: #64748b;
}

.layout-stat-bar__item--neutral .layout-stat-bar__value {
  color: #64748b;
}

.layout-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.layout-toolbar.layout-toolbar--has-title {
  align-items: flex-end;
}

.layout-toolbar__left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.layout-toolbar__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.55;
}

.layout-toolbar__meta {
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  opacity: 1;
}

.layout-toolbar__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.layout-toolbar__right {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  flex-shrink: 0;
}

.layout-toolbar__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 220px;
}

.layout-toolbar__field-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.55;
}

.layout-entity-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.layout-entity-card.card {
  padding: 0;
}

.layout-entity-card.card::before,
.layout-entity-card.card::after {
  display: none;
}

.layout-entity-card .layout-entity-card__accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--border-color, #e4e7eb);
}

.layout-entity-card.layout-entity-card--accent .layout-entity-card__header,
.layout-entity-card.layout-entity-card--accent .layout-entity-card__body,
.layout-entity-card.layout-entity-card--accent .layout-entity-card__footer {
  padding-left: calc(15px + 4px);
}

.layout-entity-card.layout-entity-card--clickable {
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.layout-entity-card.layout-entity-card--clickable:hover {
  border-color: var(--app-panel-border-hover, rgba(127, 145, 175, 0.3));
  box-shadow: var(--app-panel-shadow-hover, 0 14px 30px -18px rgba(2, 6, 15, 0.55));
}

.layout-entity-card .layout-entity-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 15px 12px;
}

.layout-entity-card .layout-entity-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 15px 15px;
}

.layout-entity-card .layout-entity-card__handle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
  color: #6c7280;
  cursor: grab;
  opacity: 0.5;
}

.layout-entity-card .layout-entity-card__handle:active {
  cursor: grabbing;
}

.layout-entity-card .layout-entity-card__heading {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.layout-entity-card .layout-entity-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout-entity-card .layout-entity-card__title a {
  color: inherit;
  text-decoration: none;
}

.layout-entity-card .layout-entity-card__title a:hover {
  text-decoration: underline;
}

.layout-entity-card .layout-entity-card__subtitle {
  color: #6c7280;
  font-size: 0.875rem;
  line-height: 1.4;
}

.layout-entity-card .layout-entity-card__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.layout-entity-card .layout-entity-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  background: rgba(100, 116, 139, 0.14);
  color: #6c7280;
}

.layout-entity-card .layout-entity-card__badge i {
  font-size: 0.85em;
}

.layout-entity-card .layout-entity-card__status {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  background: rgba(100, 116, 139, 0.14);
  color: #64748b;
}

.layout-entity-card .layout-entity-card__status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.layout-entity-card .layout-entity-card__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.layout-entity-card .layout-entity-card__meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 0.85rem;
  color: #6c7280;
}

.layout-entity-card .layout-entity-card__meta-item i {
  width: 16px;
  flex-shrink: 0;
  text-align: center;
}

.layout-entity-card .layout-entity-card__meta-label {
  font-weight: 600;
  opacity: 0.7;
}

.layout-entity-card .layout-entity-card__meta-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layout-entity-card .layout-entity-card__progress .layout-progress {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.layout-entity-card .layout-entity-card__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  border-top: 1px solid var(--border-color, rgba(128, 128, 128, 0.12));
  background: var(--layout-entity-card-footer-bg, rgba(128, 128, 128, 0.03));
}

.layout-entity-card .layout-entity-card__footer-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 0;
  margin-right: auto;
}

.layout-entity-card .layout-entity-card__footer-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  font-size: 0.8rem;
  color: #6c7280;
}

.layout-entity-card .layout-entity-card__footer-meta-item i {
  flex-shrink: 0;
}

.layout-entity-card .layout-entity-card__footer-trailing {
  flex-shrink: 0;
  margin-left: auto;
}

.layout-entity-card--primary > .layout-entity-card__accent {
  background: #2563eb;
}

.layout-entity-card__status--primary {
  background: rgba(37, 99, 235, 0.14);
  color: #2563eb;
}

.layout-entity-card__badge--primary {
  background: rgba(37, 99, 235, 0.14);
  color: #2563eb;
}

.layout-entity-card__meta-item--primary {
  color: #2563eb;
}

.layout-entity-card__footer-meta-item--primary {
  color: #2563eb;
  font-weight: 600;
}

.layout-entity-card--info > .layout-entity-card__accent {
  background: #22d3ee;
}

.layout-entity-card__status--info {
  background: rgba(34, 211, 238, 0.14);
  color: #22d3ee;
}

.layout-entity-card__badge--info {
  background: rgba(34, 211, 238, 0.14);
  color: #22d3ee;
}

.layout-entity-card__meta-item--info {
  color: #22d3ee;
}

.layout-entity-card__footer-meta-item--info {
  color: #22d3ee;
  font-weight: 600;
}

.layout-entity-card--success > .layout-entity-card__accent {
  background: #22c55e;
}

.layout-entity-card__status--success {
  background: rgba(34, 197, 94, 0.14);
  color: #22c55e;
}

.layout-entity-card__badge--success {
  background: rgba(34, 197, 94, 0.14);
  color: #22c55e;
}

.layout-entity-card__meta-item--success {
  color: #22c55e;
}

.layout-entity-card__footer-meta-item--success {
  color: #22c55e;
  font-weight: 600;
}

.layout-entity-card--warning > .layout-entity-card__accent {
  background: #fbbf24;
}

.layout-entity-card__status--warning {
  background: rgba(251, 191, 36, 0.14);
  color: #fbbf24;
}

.layout-entity-card__badge--warning {
  background: rgba(251, 191, 36, 0.14);
  color: #fbbf24;
}

.layout-entity-card__meta-item--warning {
  color: #fbbf24;
}

.layout-entity-card__footer-meta-item--warning {
  color: #fbbf24;
  font-weight: 600;
}

.layout-entity-card--danger > .layout-entity-card__accent {
  background: #ff5a5a;
}

.layout-entity-card__status--danger {
  background: rgba(255, 90, 90, 0.14);
  color: #ff5a5a;
}

.layout-entity-card__badge--danger {
  background: rgba(255, 90, 90, 0.14);
  color: #ff5a5a;
}

.layout-entity-card__meta-item--danger {
  color: #ff5a5a;
}

.layout-entity-card__footer-meta-item--danger {
  color: #ff5a5a;
  font-weight: 600;
}

.layout-entity-card--error > .layout-entity-card__accent {
  background: #ff5a5a;
}

.layout-entity-card__status--error {
  background: rgba(255, 90, 90, 0.14);
  color: #ff5a5a;
}

.layout-entity-card__badge--error {
  background: rgba(255, 90, 90, 0.14);
  color: #ff5a5a;
}

.layout-entity-card__meta-item--error {
  color: #ff5a5a;
}

.layout-entity-card__footer-meta-item--error {
  color: #ff5a5a;
  font-weight: 600;
}

.layout-entity-card--purple > .layout-entity-card__accent {
  background: #7c3aed;
}

.layout-entity-card__status--purple {
  background: rgba(124, 58, 237, 0.14);
  color: #7c3aed;
}

.layout-entity-card__badge--purple {
  background: rgba(124, 58, 237, 0.14);
  color: #7c3aed;
}

.layout-entity-card__meta-item--purple {
  color: #7c3aed;
}

.layout-entity-card__footer-meta-item--purple {
  color: #7c3aed;
  font-weight: 600;
}

.layout-entity-card--neutral > .layout-entity-card__accent {
  background: #64748b;
}

.layout-entity-card__status--neutral {
  background: rgba(100, 116, 139, 0.14);
  color: #64748b;
}

.layout-entity-card__badge--neutral {
  background: rgba(100, 116, 139, 0.14);
  color: #64748b;
}

.layout-entity-card__meta-item--neutral {
  color: #64748b;
}

.layout-entity-card__footer-meta-item--neutral {
  color: #64748b;
  font-weight: 600;
}

.layout-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  border-radius: 6px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
  text-decoration: none;
  background: rgba(100, 116, 139, 0.16);
  color: #c2ccdb;
}

.layout-badge--pill {
  border-radius: 999px;
}

.layout-badge .layout-badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.layout-badge i {
  font-size: 0.9em;
  opacity: 0.95;
}

a.layout-badge:hover {
  text-decoration: none;
  filter: brightness(1.08);
}

.layout-badge--primary {
  background: rgba(37, 99, 235, 0.2);
  border-color: rgba(37, 99, 235, 0.55);
  color: color-mix(in srgb, #2563eb 60%, #fff);
}

.layout-badge--info {
  background: rgba(34, 211, 238, 0.2);
  border-color: rgba(34, 211, 238, 0.55);
  color: color-mix(in srgb, #22d3ee 60%, #fff);
}

.layout-badge--success {
  background: rgba(34, 197, 94, 0.2);
  border-color: rgba(34, 197, 94, 0.55);
  color: color-mix(in srgb, #22c55e 60%, #fff);
}

.layout-badge--warning {
  background: rgba(251, 191, 36, 0.2);
  border-color: rgba(251, 191, 36, 0.55);
  color: color-mix(in srgb, #fbbf24 60%, #fff);
}

.layout-badge--danger {
  background: rgba(255, 90, 90, 0.2);
  border-color: rgba(255, 90, 90, 0.55);
  color: color-mix(in srgb, #ff5a5a 60%, #fff);
}

.layout-badge--error {
  background: rgba(255, 90, 90, 0.2);
  border-color: rgba(255, 90, 90, 0.55);
  color: color-mix(in srgb, #ff5a5a 60%, #fff);
}

.layout-badge--purple {
  background: rgba(124, 58, 237, 0.2);
  border-color: rgba(124, 58, 237, 0.55);
  color: color-mix(in srgb, #7c3aed 60%, #fff);
}

.layout-badge--neutral {
  background: rgba(100, 116, 139, 0.2);
  border-color: rgba(100, 116, 139, 0.55);
  color: color-mix(in srgb, #64748b 60%, #fff);
}

.layout-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  color: var(--avatar-ink, #fff);
  font-weight: 600;
  line-height: 1;
  background: var(--avatar-color, #4275ff);
}

.layout-avatar--sm {
  width: 24px;
  height: 24px;
  font-size: 11px;
}

.layout-avatar--md {
  width: 32px;
  height: 32px;
  font-size: 13px;
}

.layout-avatar--lg {
  width: 46px;
  height: 46px;
  font-size: 19px;
}

.layout-avatar--xl {
  width: 64px;
  height: 64px;
  font-size: 27px;
}

.layout-avatar--circle {
  border-radius: 50%;
}

.layout-avatar--rounded {
  border-radius: 28%;
  box-shadow: 0 8px 20px -8px var(--avatar-color, #4275ff);
}

.layout-avatar--rounded::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0) 55%);
  pointer-events: none;
}

span.layout-avatar {
  color: var(--avatar-ink, #fff) !important;
}

.layout-detail-list {
  margin: 0;
}

.layout-detail-list .layout-detail-list__item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border-color, rgba(128, 128, 128, 0.1));
}

.layout-detail-list .layout-detail-list__item:last-child {
  border-bottom: 0;
}

.layout-detail-list .layout-detail-list__label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.6;
}

.layout-detail-list .layout-detail-list__value {
  font-size: 0.9rem;
}

.layout-detail-list.layout-detail-list--inline .layout-detail-list__item {
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.layout-detail-list.layout-detail-list--inline .layout-detail-list__label {
  text-transform: none;
  letter-spacing: normal;
}

.layout-detail-list.layout-detail-list--columns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.layout-detail-list.layout-detail-list--columns .layout-detail-list__item {
  padding: 0;
  border-bottom: 0;
  gap: 3px;
}

.layout-detail-list.layout-detail-list--columns .layout-detail-list__value {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
}

.layout-detail-list__value--primary {
  color: #2563eb;
  font-weight: 600;
}

.layout-detail-list__value--info {
  color: #22d3ee;
  font-weight: 600;
}

.layout-detail-list__value--success {
  color: #22c55e;
  font-weight: 600;
}

.layout-detail-list__value--warning {
  color: #fbbf24;
  font-weight: 600;
}

.layout-detail-list__value--danger {
  color: #ff5a5a;
  font-weight: 600;
}

.layout-detail-list__value--error {
  color: #ff5a5a;
  font-weight: 600;
}

.layout-detail-list__value--purple {
  color: #7c3aed;
  font-weight: 600;
}

.layout-detail-list__value--neutral {
  color: #64748b;
  font-weight: 600;
}

.layout-empty-state {
  text-align: center;
  padding: 48px 24px;
}

.layout-empty-state.layout-empty-state--compact {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  text-align: left;
  font-size: 0.875rem;
  opacity: 0.65;
}

.layout-empty-state.layout-empty-state--compact .layout-empty-state__icon {
  font-size: 1rem;
  margin: 0;
  opacity: 1;
}

.layout-empty-state.layout-empty-state--compact .layout-empty-state__title {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}

.layout-empty-state.layout-empty-state--compact .layout-empty-state__text {
  margin: 0;
  max-width: none;
  opacity: 1;
}

.layout-empty-state.layout-empty-state--compact .layout-empty-state__actions {
  margin: 0 0 0 auto;
}

.layout-empty-state .layout-empty-state__icon {
  font-size: 2.5rem;
  line-height: 1;
  opacity: 0.3;
  margin-bottom: 14px;
}

.layout-empty-state .layout-empty-state__title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 700;
}

.layout-empty-state .layout-empty-state__text {
  margin: 0 auto;
  max-width: 420px;
  font-size: 0.875rem;
  opacity: 0.6;
}

.layout-empty-state .layout-empty-state__actions {
  margin-top: 18px;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.layout-alert {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: var(--border-radius, 10px);
  border: 1px solid rgba(100, 116, 139, 0.2);
  background: rgba(100, 116, 139, 0.08);
}

.layout-alert .layout-alert__icon {
  flex-shrink: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #64748b;
}

.layout-alert .layout-alert__content {
  flex: 1 1 auto;
  min-width: 0;
}

.layout-alert .layout-alert__title {
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.layout-alert .layout-alert__body {
  font-size: 0.875rem;
  opacity: 0.85;
}

.layout-alert .layout-alert__actions {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.layout-alert .layout-alert__close {
  flex-shrink: 0;
  margin-left: 4px;
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  line-height: 1;
  opacity: 0.5;
  cursor: pointer;
}

.layout-alert .layout-alert__close:hover {
  opacity: 1;
}

.layout-alert--primary {
  border-color: rgba(37, 99, 235, 0.3);
  background: rgba(37, 99, 235, 0.1);
}

.layout-alert--primary .layout-alert__icon {
  color: #2563eb;
}

.layout-alert--info {
  border-color: rgba(34, 211, 238, 0.3);
  background: rgba(34, 211, 238, 0.1);
}

.layout-alert--info .layout-alert__icon {
  color: #22d3ee;
}

.layout-alert--success {
  border-color: rgba(34, 197, 94, 0.3);
  background: rgba(34, 197, 94, 0.1);
}

.layout-alert--success .layout-alert__icon {
  color: #22c55e;
}

.layout-alert--warning {
  border-color: rgba(251, 191, 36, 0.3);
  background: rgba(251, 191, 36, 0.1);
}

.layout-alert--warning .layout-alert__icon {
  color: #fbbf24;
}

.layout-alert--danger {
  border-color: rgba(255, 90, 90, 0.3);
  background: rgba(255, 90, 90, 0.1);
}

.layout-alert--danger .layout-alert__icon {
  color: #ff5a5a;
}

.layout-alert--error {
  border-color: rgba(255, 90, 90, 0.3);
  background: rgba(255, 90, 90, 0.1);
}

.layout-alert--error .layout-alert__icon {
  color: #ff5a5a;
}

.layout-alert--purple {
  border-color: rgba(124, 58, 237, 0.3);
  background: rgba(124, 58, 237, 0.1);
}

.layout-alert--purple .layout-alert__icon {
  color: #7c3aed;
}

.layout-alert--neutral {
  border-color: rgba(100, 116, 139, 0.3);
  background: rgba(100, 116, 139, 0.1);
}

.layout-alert--neutral .layout-alert__icon {
  color: #64748b;
}

.layout-timeline {
  display: flex;
  flex-direction: column;
}

.layout-timeline .layout-timeline__item {
  --tl-tone: #64748b;
  position: relative;
  display: flex;
  gap: 14px;
  padding-bottom: 18px;
  animation: layout-timeline-rise 0.4s ease both;
}

.layout-timeline .layout-timeline__item:not(:last-child) .layout-timeline__marker::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: -18px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, color-mix(in srgb, var(--tl-tone) 40%, transparent), var(--border-color, rgba(128, 128, 128, 0.14)));
}

.layout-timeline .layout-timeline__marker {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: color-mix(in srgb, var(--tl-tone) 62%, #fff);
  background: color-mix(in srgb, var(--tl-tone) 24%, transparent);
  border: 1px solid color-mix(in srgb, var(--tl-tone) 50%, transparent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--tl-tone) 12%, transparent);
  font-size: 0.78rem;
}

.layout-timeline .layout-timeline__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: currentColor;
}

.layout-timeline .layout-timeline__content {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 5px;
}

.layout-timeline .layout-timeline__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.layout-timeline .layout-timeline__label {
  font-size: 0.875rem;
  font-weight: 600;
}

.layout-timeline .layout-timeline__time {
  flex-shrink: 0;
  font-size: 0.72rem;
  opacity: 0.55;
  white-space: nowrap;
}

.layout-timeline .layout-timeline__text {
  margin-top: 2px;
  font-size: 0.8rem;
  opacity: 0.7;
}

@keyframes layout-timeline-rise {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.layout-timeline .layout-timeline__item--primary {
  --tl-tone: #2563eb;
}

.layout-timeline .layout-timeline__item--info {
  --tl-tone: #22d3ee;
}

.layout-timeline .layout-timeline__item--success {
  --tl-tone: #22c55e;
}

.layout-timeline .layout-timeline__item--warning {
  --tl-tone: #fbbf24;
}

.layout-timeline .layout-timeline__item--danger {
  --tl-tone: #ff5a5a;
}

.layout-timeline .layout-timeline__item--error {
  --tl-tone: #ff5a5a;
}

.layout-timeline .layout-timeline__item--purple {
  --tl-tone: #7c3aed;
}

.layout-timeline .layout-timeline__item--neutral {
  --tl-tone: #64748b;
}

.layout-html {
  width: 100%;
}

@media (max-width: 575px) {
  .layout-card .layout-card__header {
    flex-direction: column;
    align-items: stretch;
  }
}

.layout-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 15px;
}

.layout-section-head__heading {
  min-width: 0;
  flex: 0 1 auto;
}

.layout-section-head__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  min-width: 0;
  font-weight: 700;
  line-height: 1.25;
}

.layout-section-head__icon {
  flex-shrink: 0;
  color: #6c7280;
}

.layout-section-head__text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layout-section-head__count {
  flex-shrink: 0;
  padding: 1px 8px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.18);
  color: #6c7280;
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.5;
}

.layout-section-head__subtitle {
  margin-top: 5px;
  color: #6c7280;
  font-size: 0.875rem;
  line-height: 1.5;
}

.layout-section-head__rule {
  flex: 1 1 auto;
  height: 1px;
  min-width: 12px;
  background: rgba(148, 163, 184, 0.25);
}

.layout-section-head__actions {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.layout-section-head--divider {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.layout-section-head--sm .layout-section-head__title {
  font-size: 0.875rem;
}

.layout-section-head--md .layout-section-head__title {
  font-size: 1rem;
}

.layout-section-head--lg .layout-section-head__title {
  font-size: 1.25rem;
}

.layout-action-group {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2px;
}

.layout-action-group--button {
  gap: 5px;
  flex-wrap: wrap;
}

.layout-action-group--start {
  justify-content: flex-start;
}

.layout-action-group--center {
  justify-content: center;
}

.layout-action-group--end {
  justify-content: flex-end;
}

.layout-action-group--reveal {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}

.layout-has-actions:hover .layout-action-group--reveal,
.layout-has-actions:focus-within .layout-action-group--reveal,
.layout-action-group--reveal:focus-within {
  opacity: 1;
  visibility: visible;
}

.layout-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #6c7280;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

.layout-action i {
  line-height: 1;
}

.layout-action:hover,
.layout-action:focus {
  background: rgba(100, 116, 139, 0.16);
}

.layout-action.layout-action--primary {
  color: #2563eb;
}

.layout-action.layout-action--primary:hover,
.layout-action.layout-action--primary:focus {
  background: rgba(37, 99, 235, 0.14);
  color: #2563eb;
}

.layout-action.layout-action--info {
  color: #22d3ee;
}

.layout-action.layout-action--info:hover,
.layout-action.layout-action--info:focus {
  background: rgba(34, 211, 238, 0.14);
  color: #22d3ee;
}

.layout-action.layout-action--success {
  color: #22c55e;
}

.layout-action.layout-action--success:hover,
.layout-action.layout-action--success:focus {
  background: rgba(34, 197, 94, 0.14);
  color: #22c55e;
}

.layout-action.layout-action--warning {
  color: #fbbf24;
}

.layout-action.layout-action--warning:hover,
.layout-action.layout-action--warning:focus {
  background: rgba(251, 191, 36, 0.14);
  color: #fbbf24;
}

.layout-action.layout-action--danger {
  color: #ff5a5a;
}

.layout-action.layout-action--danger:hover,
.layout-action.layout-action--danger:focus {
  background: rgba(255, 90, 90, 0.14);
  color: #ff5a5a;
}

.layout-action.layout-action--error {
  color: #ff5a5a;
}

.layout-action.layout-action--error:hover,
.layout-action.layout-action--error:focus {
  background: rgba(255, 90, 90, 0.14);
  color: #ff5a5a;
}

.layout-action.layout-action--purple {
  color: #7c3aed;
}

.layout-action.layout-action--purple:hover,
.layout-action.layout-action--purple:focus {
  background: rgba(124, 58, 237, 0.14);
  color: #7c3aed;
}

.layout-action.layout-action--neutral {
  color: #64748b;
}

.layout-action.layout-action--neutral:hover,
.layout-action.layout-action--neutral:focus {
  background: rgba(100, 116, 139, 0.14);
  color: #64748b;
}

.layout-action__label {
  white-space: nowrap;
}

.layout-action-group--sm .layout-action {
  width: 28px;
  height: 28px;
  font-size: 0.8rem;
}

.layout-action-group--md .layout-action {
  width: 34px;
  height: 34px;
  font-size: 0.9rem;
}

.layout-action-group .layout-action:has(.layout-action__label) {
  width: auto;
  gap: 6px;
  padding: 0 10px;
}

.layout-media-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
}

.layout-media-row--sm {
  padding: 6px 10px;
  gap: 10px;
}

.layout-media-row--lg {
  padding: 14px 16px;
  gap: 14px;
}

.layout-media-row--clickable {
  cursor: pointer;
  transition: background 0.15s ease;
}

.layout-media-row--clickable:hover {
  background: rgba(100, 116, 139, 0.1);
}

.layout-media-row--overlay {
  position: relative;
}

.layout-media-row__link {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
}

.layout-media-row--overlay > *:not(.layout-media-row__link) {
  position: relative;
  z-index: 1;
}

.layout-media-row--overlay .layout-media-row__trailing {
  pointer-events: none;
}

.layout-media-row--overlay .layout-media-row__trailing a,
.layout-media-row--overlay .layout-media-row__trailing button {
  pointer-events: auto;
}

.layout-media-row__lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--media-row-color, #6c7280);
}

.layout-media-row__lead--tile {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(100, 116, 139, 0.14);
}

.layout-media-row__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.8);
}

.layout-media-row__dot--primary {
  background: #2563eb;
}

.layout-media-row__dot--info {
  background: #22d3ee;
}

.layout-media-row__dot--success {
  background: #22c55e;
}

.layout-media-row__dot--warning {
  background: #fbbf24;
}

.layout-media-row__dot--danger {
  background: #ff5a5a;
}

.layout-media-row__dot--error {
  background: #ff5a5a;
}

.layout-media-row__dot--purple {
  background: #7c3aed;
}

.layout-media-row__dot--neutral {
  background: #64748b;
}

.layout-media-row--primary .layout-media-row__lead {
  color: #2563eb;
}

.layout-media-row--primary .layout-media-row__lead--tile {
  background: rgba(37, 99, 235, 0.14);
}

.layout-media-row--info .layout-media-row__lead {
  color: #22d3ee;
}

.layout-media-row--info .layout-media-row__lead--tile {
  background: rgba(34, 211, 238, 0.14);
}

.layout-media-row--success .layout-media-row__lead {
  color: #22c55e;
}

.layout-media-row--success .layout-media-row__lead--tile {
  background: rgba(34, 197, 94, 0.14);
}

.layout-media-row--warning .layout-media-row__lead {
  color: #fbbf24;
}

.layout-media-row--warning .layout-media-row__lead--tile {
  background: rgba(251, 191, 36, 0.14);
}

.layout-media-row--danger .layout-media-row__lead {
  color: #ff5a5a;
}

.layout-media-row--danger .layout-media-row__lead--tile {
  background: rgba(255, 90, 90, 0.14);
}

.layout-media-row--error .layout-media-row__lead {
  color: #ff5a5a;
}

.layout-media-row--error .layout-media-row__lead--tile {
  background: rgba(255, 90, 90, 0.14);
}

.layout-media-row--purple .layout-media-row__lead {
  color: #7c3aed;
}

.layout-media-row--purple .layout-media-row__lead--tile {
  background: rgba(124, 58, 237, 0.14);
}

.layout-media-row--neutral .layout-media-row__lead {
  color: #64748b;
}

.layout-media-row--neutral .layout-media-row__lead--tile {
  background: rgba(100, 116, 139, 0.14);
}

.layout-media-row__body {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1 1 auto;
  min-width: 0;
}

.layout-media-row__title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1.35;
}

.layout-media-row__title a {
  color: inherit;
  text-decoration: none;
}

.layout-media-row__title a:hover {
  text-decoration: underline;
}

.layout-media-row__subtitle {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #6c7280;
  font-size: 0.8rem;
  line-height: 1.4;
}

.layout-media-row__badges {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}

.layout-media-row__trailing {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
}

.layout-media-row__meta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #6c7280;
  font-size: 0.78rem;
  white-space: nowrap;
}

.layout-media-row__chevron {
  color: #6c7280;
  font-size: 0.75rem;
  opacity: 0.7;
}

.resize {
  position: relative;
}

.resize-handle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.15);
}

.resize-handle:hover {
  background: rgba(0, 0, 0, 0.3);
}

.resize-handle:after {
  content: "\f7a4";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 15px;
}

.resize-handle-top {
  cursor: n-resize;
  height: 15px;
  width: 100%;
  top: -15px;
  left: 0;
}

.resize-handle-right {
  cursor: e-resize;
  height: 100%;
  width: 15px;
  right: -15px;
  top: 0;
}

.resize-handle-right:after {
  content: "\f7a5";
}

.resize-handle-bottom {
  cursor: s-resize;
  height: 15px;
  width: 100%;
  bottom: -15px;
  left: 0;
}

.resize-handle-left {
  cursor: w-resize;
  height: 100%;
  width: 15px;
  left: -15px;
  top: 0;
}

.resize-handle-left:after {
  content: "\f7a5";
}

.resize-handle-diagonal {
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.5);
}

.resize-handle-diagonal:hover {
  background: rgba(0, 0, 0, 0.6);
}

.resize-handle-diagonal:after {
  content: unset;
}

.resize-handle-diagonal-top-left {
  cursor: nw-resize;
  left: -15px;
  top: -15px;
}

.resize-handle-diagonal-top-right {
  cursor: ne-resize;
  right: -15px;
  top: -15px;
}

.resize-handle-diagonal-bottom-left {
  cursor: sw-resize;
  left: -15px;
  bottom: -15px;
}

.resize-handle-diagonal-bottom-right {
  cursor: se-resize;
  right: -15px;
  bottom: -15px;
}

.dragdrop-trigger {
  transition: box-shadow 120ms ease, outline-color 120ms ease;
}

.dragdrop-trigger-top {
  box-shadow: inset 0 6px 0 0 #001942 !important;
}

.dragdrop-trigger-bottom {
  box-shadow: inset 0 -6px 0 0 #001942 !important;
}

.dragdrop-trigger-left {
  box-shadow: inset 6px 0 0 0 #001942 !important;
}

.dragdrop-trigger-right {
  box-shadow: inset -6px 0 0 0 #001942 !important;
}

.dragdrop-trigger-middle {
  outline: 2px dashed #001942 !important;
  outline-offset: -2px;
}

.dragdrop-placeholder {
  box-sizing: border-box;
  opacity: 0.35;
  outline: 2px dashed #001942;
  outline-offset: -2px;
  border-radius: 8px;
  min-height: 12px;
  transition: outline-color 120ms ease, opacity 120ms ease;
}

.dragdrop-origin-dragging {
  opacity: 0.7;
  transition: opacity 120ms ease;
}

.dragdrop-drop-indicator {
  box-sizing: border-box;
  border-radius: 8px;
  background: rgba(0, 25, 66, 0.65);
  transition: opacity 90ms ease;
}

.dragdrop-drop-indicator[data-mode=box] {
  background: transparent;
  border: 2px dashed #001942;
}

.dragdrop-flip {
  will-change: transform;
  transition: transform 180ms ease;
}

.drag-ghost {
  opacity: 0.85;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.drag-placeholder {
  box-sizing: border-box;
  opacity: 0.35;
  outline: 2px dashed #001942;
  outline-offset: -2px;
  border-radius: 8px;
  min-height: 12px;
  transition: outline-color 120ms ease, opacity 120ms ease;
}

.is-dragging {
  opacity: 0.5;
  transition: opacity 120ms ease;
}

body {
  --body-bg: #ffffff;
  background: #ffffff;
  height: 100%;
}

body a:hover {
  color: #fa490f;
  border-color: #fa490f;
}

body .container-fluid {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 100%;
}

body .container-fluid .page-body {
  width: 100%;
  flex: 1;
}

body .content {
  padding: 60px 45px;
  max-width: 100%;
}

@media (min-width: 1400px) {
  body .page-body .content {
    flex: 1 1 auto;
    max-width: calc(100% - 320px);
  }
}

.bg-gray {
  background: #d2d6db;
}

form input,
form textarea,
form select,
form label,
form button,
.btn {
  font-family: "Montserrat", "Arial" !important;
}

body .badge,
body .badge a {
  color: #ffffff !important;
  font-family: "Montserrat", "Arial" !important;
  font-size: 0.75em !important;
  line-height: 1.2 !important;
}

body .badge.badge-secondary,
body .badge.badge-secondary a,
.badge.badge-secondary,
.badge.badge-secondary a {
  background: #fa490f !important;
  color: #ffffff !important;
}

body .btn.btn-secondary,
.btn.btn-secondary {
  background: #fa490f !important;
  border-color: #fa490f !important;
  color: #ffffff !important;
}

body .btn.btn-secondary-outline,
.btn.btn-secondary-outline {
  background: transparent !important;
  border-color: #fa490f !important;
  color: #fa490f !important;
}

body a.badge,
body a.badge:hover,
body a.badge:focus {
  color: #ffffff !important;
}

.api-tester .card {
  background: #fafafa;
}

.cc-dashboard {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.content:has(.cc-dashboard) {
  flex: 1 !important;
  max-width: none !important;
}

.cc-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.cc-page-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.cc-page-subtitle {
  font-size: 0.8rem;
  color: #6c7280 !important;
  margin-top: 2px;
}

.cc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cc-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 1200px) {
  .cc-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .cc-kpi-grid {
    grid-template-columns: 1fr;
  }
}

.cc-kpi {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #d2d6db;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
}

.cc-kpi .kpi-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.95rem;
}

.cc-kpi .kpi-icon.c1 {
  background: rgba(0, 25, 66, 0.12);
  color: #001942 !important;
}

.cc-kpi .kpi-icon.c2 {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e !important;
}

.cc-kpi .kpi-icon.c3 {
  background: rgba(234, 179, 8, 0.12);
  color: #eab308 !important;
}

.cc-kpi .kpi-icon.c4 {
  background: rgba(139, 92, 246, 0.12);
  color: #8b5cf6 !important;
}

.cc-kpi .kpi-value {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.15;
}

.cc-kpi .kpi-label {
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6c7280 !important;
  margin-top: 1px;
  white-space: nowrap;
}

.cc-kpi .cc-progress-bar {
  flex: 1;
  align-self: flex-end;
  margin-left: auto;
}

.cc-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 900px) {
  .cc-grid-2 {
    grid-template-columns: 1fr;
  }
}

.cc-panel {
  background: #d2d6db;
  border: 1px solid #e4e7eb;
  border-radius: 8px;
  padding: 18px 20px;
}

.cc-panel-title {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
}

.cc-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.cc-panel-header .cc-panel-title {
  margin-bottom: 0;
}

.cc-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  font-size: 0.8rem;
}

.cc-row + .cc-row {
  border-top: 1px solid rgba(228, 231, 235, 0.5);
}

.text-muted {
  color: #6c7280 !important;
}

.text-error {
  color: #dc3545 !important;
}

.badge-ghost-secondary,
.badge-ghost-info,
.badge-ghost-warning,
.badge-ghost-error,
.badge-ghost-success {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
  border-radius: 20px;
  padding: 0.15rem 0.55rem;
}

.badge-ghost-success {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e !important;
}

.badge-ghost-error {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444 !important;
}

.badge-ghost-warning {
  background: rgba(234, 179, 8, 0.14);
  color: #eab308 !important;
}

.badge-ghost-info {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6 !important;
}

.badge-ghost-secondary {
  background: rgba(108, 114, 128, 0.12);
  color: #6c7280 !important;
}

.cc-health-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.cc-health-dot.ok {
  background: #22c55e;
}

.cc-health-dot.warning {
  background: #eab308;
}

.cc-health-dot.error {
  background: #ef4444;
}

.cc-health-label {
  font-weight: 500;
  min-width: 90px;
}

.cc-health-path {
  color: #6c7280 !important;
  font-size: 0.75rem;
  word-break: break-all;
}

.cc-detail-grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 3px 14px;
  font-size: 0.8rem;
}

.cc-detail-label {
  color: #6c7280 !important;
  font-size: 0.75rem;
}

.cc-detail-value {
  font-weight: 500;
  word-break: break-all;
}

.cc-progress-bar {
  height: 5px;
  border-radius: 3px;
  background: #e4e7eb;
  overflow: hidden;
}

.cc-progress-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.3s ease;
}

.cc-progress-fill.fill-ok {
  background: #22c55e;
}

.cc-progress-fill.fill-warning {
  background: #eab308;
}

.cc-progress-fill.fill-danger {
  background: #ef4444;
}

.cc-collapsible-trigger {
  cursor: pointer;
  user-select: none;
}

.cc-collapsible-trigger i.fa-chevron-right {
  font-size: 0.68rem;
  transition: transform 0.2s ease;
}

.cc-collapsible-trigger.open i.fa-chevron-right {
  transform: rotate(90deg);
}

.cc-collapsible-content {
  display: none;
}

.cc-collapsible-content.open {
  display: block;
}

.cc-table-scroll {
  max-height: 280px;
  overflow-y: auto;
}

.cc-class-list {
  max-height: 200px;
  overflow-y: auto;
  font-size: 0.75rem;
  padding-left: 16px;
  color: #6c7280 !important;
}

.cc-class-list li {
  padding: 1px 0;
}

.cc-extension-list {
  columns: 3;
  column-gap: 16px;
  font-size: 0.75rem;
}

.cc-log-lines {
  background: #1e1e2e;
  color: #cdd6f4;
  border-radius: 8px;
  padding: 14px;
  font-family: "Consolas", "Monaco", monospace;
  font-size: 0.75rem;
  line-height: 1.6;
  max-height: 500px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-break: break-all;
}

.cc-log-line {
  padding: 1px 0;
}

.cc-log-line:hover {
  background: rgba(255, 255, 255, 0.05);
}

.header {
  background: #ffffff;
  box-shadow: 0 6px 4px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  flex: 0 0 auto;
  position: sticky;
  top: 0;
  z-index: 1091;
  height: 80px;
}

.header-title .fa-chevron-right {
  font-size: 1rem;
}

.header-title .return-button {
  height: 36px;
  width: 36px;
  text-decoration: none;
}

.transition .header-title .return-button {
  transition: border 0.3s ease;
}

.header-title .return-button:hover {
  background: transparent;
  border-color: #fa490f;
}

.header-title .return-button:hover * {
  color: #fa490f;
}

.header .breadcrumb .breadcrumb-item a {
  color: #6c7280;
  font-size: 0.875rem;
  text-decoration: none;
}

.header .breadcrumb .breadcrumb-item a[href]:hover {
  color: #fa490f;
}

.header .breadcrumb .breadcrumb-item a:not([href]) {
  cursor: initial;
}

.header .breadcrumb .breadcrumb-item:after {
  color: #d2d6db;
  font-size: 0.75rem;
  margin: 0 10px;
}

.header .breadcrumb .breadcrumb-item.active a {
  color: #001942;
  font-weight: bold;
}

.header .dropdown {
  height: 100%;
  display: flex;
  justify-content: center;
}

.header .dropdown-toggle {
  display: flex;
  padding: 0 15px !important;
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  height: 100%;
  border-radius: 0;
}

.header .dropdown-toggle:hover {
  background: #001942 !important;
  color: #ffffff;
}

.header .dropdown-toggle:hover .account-user-name,
.header .dropdown-toggle:hover .badge {
  background: #ffffff !important;
  color: #001942 !important;
}

.header .dropdown .account-user {
  text-decoration: none;
  padding: 10px 0px;
  border: 0;
}

.header .dropdown .account-user-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  background: #001942;
  color: #ffffff;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.header .dropdown .dropdown-list {
  margin-left: 0px;
  list-style-type: none;
}

.header .dropdown.language {
  text-transform: uppercase;
}

.header .dropdown.language .dropdown-list a {
  display: flex;
  align-items: center;
  font-size: 0.75em;
}

.header .dropdown.website small {
  display: block;
  color: #6c7280 !important;
  margin-top: 3px;
}

.header .flag {
  height: 14px;
}

.header .theme-logo {
  height: 50px;
  width: auto;
  max-width: 100%;
  position: relative;
}

@media (min-width: 1400px) {
  .header .theme-logo {
    max-width: 320px;
    flex: 0 0 320px;
  }
}

.header .theme-logo .theme-logo-image {
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-position-x: 15px;
}

.header .theme-logo .theme-core {
  background: #001942;
  height: calc(100% + 30px);
  padding: 0 15px;
}

.header .theme-logo .theme-core * {
  color: #ffffff;
}

.header .debug.dropdown .dropdown-toggle {
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.header .debug.dropdown .dropdown-list {
  min-width: 300px;
}

.header .debug.dropdown .badge {
  padding: 5px 10px;
}

.header .header-search {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  margin-left: auto;
}

.header .header-search::before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c7280;
  font-weight: 400;
}

.header .header-search input {
  background: transparent;
  border: 0;
  color: #001942;
  height: 100%;
  padding: 0 44px 0 40px;
  width: 260px;
}

.header .header-search input::placeholder {
  color: #6c7280;
  opacity: 1;
}

.header .header-search .search-results {
  background: #ffffff;
  border: 1px solid #e4e7eb;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  margin-top: 10px;
  padding: 16px;
  width: 320px;
  right: 0;
}

.header .header-search .clear {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  color: #6c7280;
  background: rgba(210, 214, 219, 0.08);
  z-index: 2;
  transition: background 0.2s ease, color 0.2s ease;
}

.header .header-search .clear:hover {
  background: #f3f4f8;
  color: #001942;
}

.header .header-search .search-results-sections {
  display: grid;
  gap: 14px;
}

.header .header-search .section-title {
  color: #6c7280;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.header .header-search .section-listing {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .header-search .section-listing li {
  margin: 0;
  padding: 0;
}

.header .header-search .section-listing a {
  display: block;
  color: #001942;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 10px;
  transition: background 0.2s ease, color 0.2s ease;
}

.header .header-search .section-listing a:hover {
  background: #f3f4f8;
  color: #001942;
}

.header .header-search .section-listing .read-more a {
  color: #fa490f;
  font-weight: 600;
}

.header .header-content {
  padding: 0px 45px 0px 25px;
}

.header .menu-trigger {
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0;
  margin-left: 15px;
  width: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: block;
}

.header .menu-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #001942;
  border-radius: 0px;
  opacity: 1;
  left: auto;
  right: 0;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header .menu-trigger span:nth-child(1) {
  top: 0px;
  width: 16px;
}

.header .menu-trigger span:nth-child(2),
.header .menu-trigger span:nth-child(3) {
  top: 8px;
}

.header .menu-trigger span:nth-child(4) {
  top: 15px;
  width: 16px;
}

.header .menu-trigger.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.header .menu-trigger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .menu-trigger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .menu-trigger.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

@media (max-width: 1024px) {
  .header .dropdown.user .account-user:after {
    content: unset;
    display: none;
  }

  .header .theme-logo {
    flex: 0 0 auto;
    width: 100%;
  }

  .header .theme-logo .theme-logo-image {
    background-position-x: 0px;
  }

  .header .header-content {
    padding: 15px 15px 0px;
  }

  .header .header-content .dropdown.website {
    margin-right: 15px;
  }

  .header .header-content .dropdown.website .dropdown-toggle,
  .header .header-content .dropdown.language .dropdown-toggle {
    border: 1px solid #e4e7eb;
    border-radius: 8px;
  }
}

@media (max-width: 575px) {
  .header .header-content .dropdown.website .dropdown-toggle,
  .header .header-content .dropdown.language .dropdown-toggle {
    padding: 10px;
  }
}

.navigation {
  display: flex;
}

.navigation .return_button {
  margin-bottom: 30px;
  border-right: solid 1px #e4e7eb;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 0.875rem;
}

.navigation .return_button .fal {
  margin-right: 15px;
}

.navigation .dropdowns {
  margin-left: auto;
}

.navigation .dropdowns .dropdown:first-child .dropdown-toggle {
  border: 0px;
}

.navigation .dropdowns .dropdown-toggle {
  padding: 0 0 0 15px;
  border-left: solid 1px #e4e7eb;
  min-height: 30px;
}

.navigation .dropdowns .dropdown-toggle:after {
  content: "";
  margin: 0;
}

.navigation .dropdowns .dropdown-toggle i {
  margin-right: 5px;
}

.navigation .dropdowns .dropdown-list {
  top: 60%;
}

@media (max-width: 1024px) {
  .navigation {
    flex-wrap: wrap;
    width: 100%;
  }

  .navigation .dropdowns {
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0px -15px 30px;
  }

  .navigation .dropdowns .dropdown {
    margin: 0px;
  }

  .navigation .dropdowns .dropdown-toggle {
    padding: 0 15px;
  }
}

[data-region-slot] {
  position: relative;
}

[data-region-slot].is-loading::after,
[data-region-slot].is-refreshing::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-image: linear-gradient(90deg, transparent 0%, #001942 50%, transparent 100%), linear-gradient(90deg, rgba(0, 25, 66, 0.14), rgba(0, 25, 66, 0.14));
  background-repeat: no-repeat;
  background-size: 40% 100%, 100% 100%;
  animation: regionProgress 1.15s ease-in-out infinite;
  pointer-events: none;
  z-index: 4;
}

[data-region-slot].is-refreshed {
  animation: regionSettle 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.region-slot-layout {
  display: contents;
}

.region-slot-layout.is-loading::after,
.region-slot-layout.is-refreshing::after {
  content: none;
}

.region-slot-layout-block {
  display: block;
}

@keyframes regionProgress {
  0% {
    background-position: -50% 0, 0 0;
  }

  100% {
    background-position: 150% 0, 0 0;
  }
}

@keyframes regionSettle {
  0% {
    opacity: 0.78;
  }

  100% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-region-slot].is-loading::after,
  [data-region-slot].is-refreshing::after {
    background-image: linear-gradient(90deg, rgba(0, 25, 66, 0.35), rgba(0, 25, 66, 0.35));
    background-size: 100% 100%;
    animation: none;
  }

  [data-region-slot].is-refreshed {
    animation: none;
  }
}

.dashboard-kpi-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border-top: 3px solid #001942;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dashboard-kpi-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 3px solid #001942;
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
}

.dashboard-kpi-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 120% at 0% 0%, rgba(0, 25, 66, 0.12), transparent 55%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
  z-index: 1;
}

.dashboard-kpi-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px -20px rgba(0, 0, 0, 0.45);
}

.dashboard-kpi-card:hover::after {
  opacity: 1;
}

.dashboard-kpi-card .card-body {
  position: relative;
  z-index: 2;
  background: transparent;
}

.dashboard-kpis .dashboard-kpi-card {
  border-color: #001942;
}

.dashboard-kpi-card.is-secondary,
.dashboard-kpi-card.is-secondary::before {
  border-top-color: #fa490f;
}

.dashboard-info-row {
  gap: 16px;
  align-items: flex-start;
}

.dashboard-info-row .dashboard-info-label {
  min-width: 110px;
  letter-spacing: 0.01em;
}

.dashboard-info-row .dashboard-info-value {
  text-align: right;
  word-break: break-word;
}

.dashboard-card-section {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(228, 231, 235, 0.5);
}

.dashboard-card-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.dashboard-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.dashboard-entry {
  padding: 10px 0;
  border-bottom: 1px solid rgba(228, 231, 235, 0.4);
}

.dashboard-entry:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.dashboard-form {
  width: 100%;
  margin: 0;
}

.dashboard-form .row {
  margin: 0;
}

.dashboard-form .form-group {
  margin-top: 10px;
  margin-bottom: 10px;
}

.dashboard-table th {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 0.75rem;
}

.sidebar {
  background: #f3f4f8;
  padding: 60px 15px;
}

@media (min-width: 1400px) {
  .sidebar {
    max-width: 320px;
    flex: 0 0 320px;
  }
}

.sidebar .menu-heading {
  text-transform: uppercase;
  margin: 30px 0 8px;
  padding: 0 15px 0 4px;
  color: #6c7280;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  opacity: 0.5;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.sidebar .menu-section-collapsible .menu-heading {
  cursor: pointer;
  user-select: none;
  opacity: 0.65;
  transition: opacity 0.15s;
}

.sidebar .menu-section-collapsible .menu-heading:hover {
  opacity: 1;
}

.sidebar .menu-section-collapsible .menu-section-toggle {
  background: none;
  border: none;
  padding: 0 2px;
  cursor: pointer;
  color: inherit;
  display: flex;
  align-items: center;
  line-height: 1;
}

.sidebar .menu-section-collapsible .menu-section-toggle i {
  transition: transform 0.25s ease;
}

.sidebar .menu-section-collapsible > ul {
  overflow: hidden;
  max-height: 600px;
  opacity: 1;
  transition: max-height 0.28s ease, opacity 0.2s ease;
}

.sidebar .menu-section-collapsible.menu-section-collapsed > ul {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

.sidebar .menu-section-collapsible.menu-section-collapsed .menu-section-toggle i {
  transform: rotate(-90deg);
}

body.menu-sections-init .sidebar .menu-section-collapsible > ul {
  transition: none !important;
}

.sidebar .menu-sidebar ul {
  list-style-type: none;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.sidebar .menu-sidebar ul li a {
  font-size: 1.125em;
  line-height: 2.25;
  color: #001942;
  text-decoration: none;
  background-color: transparent;
  transition: background-color 0.3s ease;
  overflow: hidden;
}

.sidebar .menu-sidebar ul li a .sidebar-icon,
.sidebar .menu-sidebar ul li a:before {
  font-size: 1.2em;
  line-height: 1.5;
  margin-right: 15px;
  width: 25px;
  text-align: center;
}

.sidebar .menu-sidebar ul li a .sidebar-icon {
  border-bottom: 2px solid transparent;
}

.sidebar .menu-sidebar ul li a:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.sidebar .menu-sidebar ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  transform-style: flat;
  transform: translate3d(-50%, -50%, 0);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  transition: width 0.2s ease, height 0.2s ease;
}

.sidebar .menu-sidebar ul li a:active:after {
  width: 500px;
  height: 500px;
}

.sidebar .menu-sidebar ul li.active > a {
  font-weight: bold;
}

.sidebar .menu-sidebar ul li.active > a .sidebar-icon {
  color: #fa490f;
  border-bottom: 2px solid #fa490f;
}

.sidebar .menu-sidebar ul li ul {
  display: none;
}

.sidebar .menu-sidebar ul li ul li a {
  font-size: 1em;
}

.sidebar .menu-sidebar ul li ul li.active a {
  text-decoration: underline;
  text-decoration-color: #fa490f;
  text-decoration-thickness: 2px;
}

.sidebar .menu-sidebar ul li.has-childs ul {
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
}

.sidebar .menu-sidebar ul li.has-childs ul > li > a {
  padding-left: 55px;
}

.sidebar .menu-sidebar ul li.has-childs > a .fa-chevron-down {
  margin-left: auto;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  font-size: 0.75em;
}

.sidebar .menu-sidebar ul li.has-childs.open > ul {
  display: flex;
}

.sidebar .menu-sidebar ul li.has-childs.open > a .fa-chevron-down {
  transform: rotate(180deg);
}

.sidebar-right {
  background: #ffffff;
  padding: 15px !important;
  border: 1px solid rgba(0, 25, 66, 0.12);
  border-radius: 8px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  position: sticky;
  top: 100px;
  align-self: flex-start;
  height: fit-content;
}

.sidebar-right-content {
  position: static;
}

.sidebar-right-content .menu-heading {
  padding: 0;
  margin: 0 0 15px;
  color: #001942;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.sidebar-right-content ul {
  gap: 5px;
}

.sidebar-right-content .sidebar-item {
  font-size: 0.9rem;
  border-radius: 6px;
  overflow: hidden;
  border-bottom: 0;
}

.sidebar-right-content .sidebar-item a {
  padding: 5px 15px;
  border-radius: 6px;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.sidebar-right-content .sidebar-item a:hover {
  background: rgba(0, 25, 66, 0.08);
  color: #fa490f !important;
}

.sidebar .debug-info span {
  font-size: 0.75rem;
  color: #6c7280;
}

@media (max-width: 1024px) {
  .sidebar {
    position: absolute;
    top: 135px;
    left: 0px;
    transform: translateX(-100%);
    overflow-y: auto;
    max-height: calc(100dvh - 135px);
    padding: 30px 15px;
    z-index: 100;
  }

  .transition .sidebar {
    transition: transform 0.3s ease;
  }

  .sidebar.open {
    transform: translateX(0%);
  }

  .sidebar .menu-sidebar .menu-heading {
    padding: 0px;
  }

  .sidebar .menu-sidebar ul li a:hover {
    background-color: transparent;
  }

  .sidebar .menu-sidebar ul li a:after {
    content: unset;
    display: none;
  }
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  font-family: "Montserrat", "Arial";
}

.btn {
  color: #001942;
  font-family: "Montserrat", "Arial";
}

.btn:not(.btn-link):active {
  background: #fa490f;
  border-color: #fa490f;
  color: #FFF;
}

.btn:not(.btn-link):active.btn-secondary {
  border-color: #001942;
  background: #001942;
}

.btn[disabled] {
  cursor: not-allowed;
}

.btn.btn-secondary {
  background: #fa490f;
  border-color: #fa490f;
  color: #ffffff;
}

.loader {
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 1030;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.loader-text {
  font-size: 1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  min-width: 2.28571429rem;
  padding-top: 3.07142857rem;
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 100;
}

.loader-text:before {
  width: 2.28571429rem;
  height: 2.28571429rem;
  margin: 0 0 0 -1.14285714rem;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  border-radius: 500rem;
  border: 0.5em solid #001942;
}

.loader-text:after {
  border-color: #ffffff transparent transparent;
  width: 2.28571429rem;
  height: 2.28571429rem;
  margin: 0 0 0 -1.14285714rem;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-animation: sharepoint_loader 0.5s linear;
  animation: sharepoint_loader 0.5s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-style: solid;
  border-width: 0.5em;
  -webkit-box-shadow: 0 0 0 1px transparent;
  box-shadow: 0 0 0 1px transparent;
}

@-webkit-keyframes sharepoint_loader {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes sharepoint_loader {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  z-index: 5;
  position: sticky;
  top: 0;
}

.dialog .heading {
  top: -30px;
}

.heading .heading-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 6;
}

.heading .heading-row h1 {
  flex: 0 0 auto;
  width: auto;
  margin: 0;
}

.heading .heading-row .listing-actions {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.heading .heading-row .listing-actions > .btn {
  margin-left: 15px;
}

.heading .heading-row .listing-actions [show-selected] {
  display: none;
}

.heading .heading-row .listing-filter .searchbar,
.heading .heading-row .listing-filter .dropdown {
  margin-left: 15px;
}

.heading .heading-row .listing-filter .listing-order {
  display: flex;
}

.heading .heading-row .listing-filter .listing-order-list {
  margin-left: 0px;
}

.listing {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
}

.listing .listing-heading,
.listing .listing-rows .listing-row {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.listing .listing-heading > .listing-column:first-child,
.listing .listing-rows .listing-row > .listing-column:first-child {
  border-left: 2px solid transparent;
}

.listing .listing-heading .listing-column,
.listing .listing-rows .listing-row .listing-column {
  flex: 1;
  padding: 15px 20px;
  color: #001942;
}

.listing .listing-heading .listing-column.listing-column-select,
.listing .listing-rows .listing-row .listing-column.listing-column-select {
  flex: 0 0 auto;
  width: auto;
  min-width: 60px;
  justify-content: center;
}

.listing .listing-heading .listing-column.listing-column-select .custom-checkbox label,
.listing .listing-rows .listing-row .listing-column.listing-column-select .custom-checkbox label {
  display: none;
}

.listing .listing-heading .listing-column.listing-row-actions,
.listing .listing-rows .listing-row .listing-column.listing-row-actions {
  flex: 0 0 auto;
  width: auto;
  justify-content: flex-end;
}

.listing .listing-heading {
  flex: 1;
  background: #fafafa;
  border-bottom: 1px solid #e4e7eb;
  align-items: center;
}

.listing .listing-heading .listing-column {
  color: #001942;
  font-weight: 500;
  text-transform: uppercase;
}

.listing .listing-filter-columns {
  margin-top: 15px;
  width: 100%;
}

.listing .listing-filter-columns button label {
  cursor: pointer;
}

.listing .listing-filter-columns-clean {
  transition: transform 0.3s ease;
}

.listing .listing-filter-columns-clean:hover {
  transform: scale(1.1);
}

.listing .listing-rows {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
}

.listing .listing-rows .listing-row {
  transition: background-color 0.1s ease;
}

.listing .listing-rows .listing-row .listing-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  transition: background-color 0.1s ease;
}

.listing .listing-rows .listing-row .listing-column a:not(.btn) {
  font-weight: bold;
  text-decoration: none;
  color: #001942;
}

.listing .listing-rows .listing-row .listing-column a:not(.btn):hover {
  color: #001942;
}

.listing .listing-rows .listing-row .listing-column.break-all > .listing-column-value {
  word-break: break-all;
}

.listing .listing-rows .listing-row .listing-column.listing-column-select.handle {
  cursor: grab;
}

.listing .listing-rows .listing-row .listing-column.listing-column-select.handle i {
  opacity: 0;
  font-size: 1.25rem;
  transition: opacity 0.3s ease;
}

.listing .listing-rows .listing-row .listing-column.listing-row-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.3s ease;
}

.listing .listing-rows .listing-row .listing-column.listing-row-actions a:hover {
  background: #a6a6a6;
  color: #ffffff;
}

.listing .listing-rows .listing-row .listing-column .badge {
  margin-bottom: 2px;
  margin-right: 2px;
}

.listing .listing-rows .listing-row .listing-rows {
  background: #f2f2f2;
}

.listing .listing-rows .listing-row .listing-rows > .listing-row {
  border-top: 1px solid #ddd;
  background: transparent;
  font-size: 0.75rem;
}

.listing .listing-rows .listing-row .listing-rows > .listing-row > .listing-column {
  padding-top: 10px;
  padding-bottom: 10px;
}

.listing .listing-rows .listing-row:nth-child(even) {
  background: #fafafa;
}

.listing .listing-rows .listing-row.listing-row-hover > .listing-column.listing-column-select.handle i {
  opacity: 1;
}

.listing .listing-rows .listing-row.listing-row-draft > .listing-column:first-child {
  border-left-color: #a6a6a6;
}

.listing .listing-rows .listing-row.listing-row-white > .listing-column:first-child {
  border-left-color: #ffffff;
}

.listing .listing-rows .listing-row.listing-row-black > .listing-column:first-child {
  border-left-color: #000000;
}

.listing .listing-rows .listing-row.listing-row-primary > .listing-column:first-child {
  border-left-color: #001942;
}

.listing .listing-rows .listing-row.listing-row-secondary > .listing-column:first-child {
  border-left-color: #fa490f;
}

.listing .listing-rows .listing-row.listing-row-success > .listing-column:first-child {
  border-left-color: #4bb543;
}

.listing .listing-rows .listing-row.listing-row-error > .listing-column:first-child {
  border-left-color: #dc3545;
}

.listing .listing-rows .listing-row.listing-row-warning > .listing-column:first-child {
  border-left-color: #fabf0f;
}

.listing .listing-rows .listing-row.listing-row-info > .listing-column:first-child {
  border-left-color: #17a2b8;
}

.listing .listing-rows .listing-row.listing-row-light > .listing-column:first-child {
  border-left-color: #ffffff;
}

.listing .listing-rows .listing-row.listing-row-dark > .listing-column:first-child {
  border-left-color: #000000;
}

.listing .listing-rows .listing-message-empty {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  width: 100%;
  color: #d2d6db;
  font-size: 1.5em;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 30px;
}

.listing.listing-select .listing-rows .listing-row {
  cursor: pointer;
}

.listing > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-column:first-child {
  padding-left: 40px;
}

.listing > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-column:first-child {
  padding-left: 60px;
}

.listing > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-column:first-child {
  padding-left: 80px;
}

.listing > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-column:first-child {
  padding-left: 100px;
}

.listing > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-rows > .listing-row > .listing-column:first-child {
  padding-left: 120px;
}

.listing-footer {
  bottom: 15px;
  margin: 0 auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid #ffffff;
  transition: border 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(150%);
}

.transition .listing-footer {
  transition: all 0.3s ease;
}

.listing-footer.listing-footer-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.listing-footer:hover {
  border-color: #e4e7eb;
}

.listing-footer .listing-footer-count {
  font-size: 0.875rem;
}

.listing-footer .listing-footer-actions .btn:hover {
  background: #e4e7eb;
}

.listing-footer .listing-footer-actions .btn i {
  margin-right: 10px;
}

.listing-footer .listing-footer-selection-clear {
  align-self: stretch;
}

.listing-footer .listing-footer-selection-clear .clear-button {
  line-height: 1;
  font-size: 22px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.listing-footer .listing-footer-selection-clear .clear-button:hover {
  background: #e4e7eb;
}

@media (max-width: 992px) {
  .listing .heading {
    position: relative;
  }

  .listing .heading .heading-row h1 {
    padding-bottom: 15px;
  }

  .listing .heading .listing-filter {
    width: 100%;
  }

  .listing .heading .listing-filter .searchbar,
  .listing .heading .listing-filter .dropdown {
    margin-left: 0px;
    margin-bottom: 15px;
    width: 100%;
  }

  .listing .heading .listing-filter .searchbar .dropdown-toggle,
  .listing .heading .listing-filter .dropdown .dropdown-toggle {
    width: 100%;
  }

  .listing .heading .listing-filter .searchbar .dropdown-toggle:after,
  .listing .heading .listing-filter .dropdown .dropdown-toggle:after {
    margin-left: auto;
  }

  .listing .listing-heading {
    height: 50px;
  }

  .listing .listing-heading .listing-column {
    display: none;
  }

  .listing .listing-rows .listing-row {
    padding: 10px 0px 15px;
  }

  .listing .listing-rows .listing-row .listing-column {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    max-width: 100% !important;
    flex: 0 0 100%;
    padding: 5px 15px;
  }

  .listing .listing-rows .listing-row .listing-column .listing-row-label {
    display: block !important;
    width: 180px;
  }

  .listing .listing-rows .listing-row .listing-column .listing-column-value {
    flex: 1;
    width: 100%;
  }

  .listing .listing-rows .listing-row .listing-column > a {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
  }

  .listing .listing-rows .listing-row .listing-column.listing-column-select,
  .listing .listing-rows .listing-row .listing-column.listing-row-actions {
    order: -1;
    width: auto;
    max-width: 50%;
  }

  .listing .listing-rows .listing-row .listing-column.listing-row-actions {
    margin-left: auto;
  }

  .listing .listing-rows .listing-row .listing-column.listing-column-empty {
    display: none;
  }

  .listing .listing-rows .listing-row .listing-column .listing-column-select.handle i {
    opacity: 1 !important;
  }

  .listing .listing-rows .listing-row .listing-rows {
    margin: 15px auto 0px;
    width: 100%;
    max-width: calc(100% - 20px);
    border-top: 1px solid #ddd;
  }

  .listing .listing-rows .listing-row .listing-rows > .listing-row {
    border: 1px solid #ddd;
    border-top: none;
  }

  .listing .listing-rows .listing-row .listing-rows > .listing-row > .listing-column:first-child {
    padding-left: 15px !important;
  }

  .listing .listing-rows .listing-message-empty {
    font-size: 1.2em;
  }
}

@media (max-width: 575px) {
  .listing .listing-rows .listing-row .listing-column {
    flex-wrap: wrap;
  }

  .listing .listing-rows .listing-row .listing-column .listing-row-label {
    width: 100%;
  }

  .listing .listing-rows .listing-row .listing-column > a {
    flex-wrap: wrap;
  }

  .listing .listing-rows .listing-row .listing-column > a .listing-row-label,
  .listing .listing-rows .listing-row .listing-column > a .listing-column-value {
    width: 100%;
  }
}

.listing .heading {
  top: 75px;
}

.dialog {
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: stretch;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1099;
  background: rgba(229, 231, 235, 0.75);
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  overflow-y: scroll;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}

.dialog .dialog-content {
  flex: 0 0 auto;
  width: auto;
  margin: 0 auto;
  position: relative;
  max-width: calc(100% - 30px);
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin: auto;
}

.dialog .dialog-content .dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 30px;
}

.dialog .dialog-content .dialog-header button {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: none;
  color: #001942;
  font-size: 1em;
  line-height: 1.5;
}

.dialog .dialog-content .dialog-header button i {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 30px;
}

.dialog .dialog-content form {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.dialog.dialog-active {
  opacity: 1;
}

.dialog.dialog-slidein .dialog-content {
  top: -100vh;
  transition: top 0.5s ease-in-out;
  transition-delay: 0.3s;
}

.dialog.dialog-slidein.dialog-active .dialog-content {
  top: 0;
}

.dialog.dialog-fadein .dialog-content {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 0.3s;
}

.dialog.dialog-fadein.dialog-active .dialog-content {
  opacity: 1;
}

.dialog.dialog-sidebar-left,
.dialog.dialog-sidebar-right {
  padding: 0px;
}

.dialog.dialog-sidebar-left .dialog-content,
.dialog.dialog-sidebar-right .dialog-content {
  position: absolute;
  right: auto;
  top: 0px;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 100%;
  border-radius: 0px;
}

.dialog.dialog-sidebar-left.dialog-active .dialog-content,
.dialog.dialog-sidebar-right.dialog-active .dialog-content {
  transform: translateX(0%);
}

.dialog.dialog-sidebar-right .dialog-content {
  left: auto;
  right: 0px;
  transform: translateX(100%);
}

.dialog .dialog-sm {
  width: calc(100% - 30px);
  max-width: 300px;
}

.dialog .dialog-md {
  width: calc(100% - 30px);
  max-width: 500px;
}

.dialog .dialog-lg {
  width: calc(100% - 30px);
  max-width: 800px;
}

.dialog .dialog-xl {
  width: calc(100% - 30px);
  max-width: 1140px;
}

.dialog .dialog-fullscreen {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  max-width: 100%;
  margin: 15px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.dialog .dialog-fullscreen .dialog-header {
  flex: 0 0 auto;
}

.dialog .dialog-fullscreen .dialog-body {
  flex: 1;
  position: relative;
}

.dialog .dialog-fullscreen .dialog-body .CodeMirror {
  position: absolute;
  width: 100%;
  height: 100%;
}

.dialog {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  overflow-y: auto;
}

.dialog-content {
  background: var(--body-bg);
}

.dialog-content .dialog-header {
  display: none !important;
}

.dialog-content .dialog-body {
  background: var(--body-bg);
}

.dialog-content .dialog-body .header {
  margin: -30px;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  top: -30px;
}

.dialog-content .dialog-body .header .theme-logo {
  max-width: 100% !important;
  flex: 0 0 auto !important;
}

.dialog-content .dialog-body .content {
  padding: 0;
}

.dialog-content .dialog-body .content [layout-component=header] {
  border-radius: 8px !important;
}

.dialog-content .dialog-body .content [layout-component=content] {
  margin-top: 45px;
}

.dialog-content .dialog-body .dialog-buttons {
  margin: -30px -15px;
  margin-top: 15px;
  padding: calc(15px - 5px) 15px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 1px solid #e4e7eb;
  width: calc(100% + 30px + 30px);
  background: var(--body-bg);
  position: sticky;
  bottom: -30px;
  z-index: 1;
  align-items: center;
}

.dialog-content .dialog-body .dialog-buttons > .form-group {
  display: flex;
  align-items: center;
}

.dialog-sidebar-left .dialog-content .dialog-body .header,
.dialog-sidebar-right .dialog-content .dialog-body .header {
  top: 0;
}

.dialog-sidebar-left .dialog-content .dialog-body .dialog-buttons,
.dialog-sidebar-right .dialog-content .dialog-body .dialog-buttons {
  bottom: 0;
}
@charset "UTF-8";

html {
  --chrome-sticky-bottom: 106px;
}

body {
  --radius-atom: 4px;
  --radius-xs: 0;
  --radius-sm: 0;
  --radius-md: 0;
  --radius-lg: 0;
  --radius-pill: 999px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --fs-xs: 0.72rem;
  --fs-sm: 0.8rem;
  --fs-md: 0.9rem;
  --fs-base: 1rem;
  --fs-lg: 1.15rem;
  --fs-xl: 1.4rem;
  --fs-2xl: 1.7rem;
  --fs-3xl: 1.95rem;
  --fw-normal: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --case-heading: none;
  --tracking-heading: 0;
  --lh-none: 1;
  --lh-tight: 1.15;
  --lh-snug: 1.35;
  --lh-normal: 1.55;
  --lh-relaxed: 1.75;
  --bar-crumb: 36px;
  --bar-head: 70px;
  --icon-sm: 16px;
  --icon-md: 20px;
  --icon-lg: 24px;
  --glyph-xs: 12px;
  --glyph-sm: 14px;
  --glyph-md: 16px;
  --glyph-lg: 20px;
  --glyph-xl: 24px;
  --glyph-2xl: 32px;
  --control-xs: 22px;
  --control-sm: 26px;
  --control-md: 30px;
  --control-lg: 40px;
  --avatar: 50px;
  --dur-fast: 0.12s;
  --dur: 0.15s;
  --dur-slow: 0.28s;
  --ease: ease;
}

@font-face {
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/themes/default/fonts/tabler/tabler-icons.woff2?v=3.46.0") format("woff2"), url("/assets/themes/default/fonts/tabler/tabler-icons.woff?v=3.46.0") format("woff"), url("/assets/themes/default/fonts/tabler/tabler-icons.ttf?v=3.46.0") format("truetype");
}

@font-face {
  font-family: "tabler-icons-200";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/themes/default/fonts/tabler/tabler-icons-200.woff2?v=3.46.0") format("woff2"), url("/assets/themes/default/fonts/tabler/tabler-icons-200.woff?v=3.46.0") format("woff"), url("/assets/themes/default/fonts/tabler/tabler-icons-200.ttf?v=3.46.0") format("truetype");
}

@font-face {
  font-family: "tabler-icons-300";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/themes/default/fonts/tabler/tabler-icons-300.woff2?v=3.46.0") format("woff2"), url("/assets/themes/default/fonts/tabler/tabler-icons-300.woff?v=3.46.0") format("woff"), url("/assets/themes/default/fonts/tabler/tabler-icons-300.ttf?v=3.46.0") format("truetype");
}

@font-face {
  font-family: "tabler-icons-filled";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/themes/default/fonts/tabler/tabler-icons-filled.woff2?v=3.46.0") format("woff2"), url("/assets/themes/default/fonts/tabler/tabler-icons-filled.woff?v=3.46.0") format("woff"), url("/assets/themes/default/fonts/tabler/tabler-icons-filled.ttf?v=3.46.0") format("truetype");
}

body {
  --icon-font: "tabler-icons";
  --icon-font-filled: "tabler-icons-filled";
}

.ti {
  font-family: var(--icon-font) !important;
  font-size: var(--glyph, var(--glyph-md));
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti.ti-fill {
  font-family: var(--icon-font-filled) !important;
}

.ti-2x {
  font-size: 2em;
}

.ti-spin {
  animation: ti-spin 2s linear infinite;
}

@keyframes ti-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ti-a-b:before {
  content: "\ec36";
}

.ti-a-b-2:before {
  content: "\f25f";
}

.ti-a-b-off:before {
  content: "\f0a6";
}

.ti-abacus:before {
  content: "\f05c";
}

.ti-abacus-off:before {
  content: "\f3b6";
}

.ti-abc:before {
  content: "\f567";
}

.ti-access-point:before {
  content: "\ed1b";
}

.ti-access-point-off:before {
  content: "\ed1a";
}

.ti-accessible:before {
  content: "\eba9";
}

.ti-accessible-off:before {
  content: "\f0a7";
}

.ti-acorn:before {
  content: "𐉕";
}

.ti-acrobatic:before {
  content: "𐉔";
}

.ti-activity:before {
  content: "\ed23";
}

.ti-activity-heartbeat:before {
  content: "\f0db";
}

.ti-ad:before {
  content: "\ea02";
}

.ti-ad-2:before {
  content: "\ef1f";
}

.ti-ad-circle:before {
  content: "\f79e";
}

.ti-ad-circle-off:before {
  content: "\f79d";
}

.ti-ad-off:before {
  content: "\f3b7";
}

.ti-address-book:before {
  content: "\f021";
}

.ti-address-book-off:before {
  content: "\f3b8";
}

.ti-adjustments:before {
  content: "\ea03";
}

.ti-adjustments-alt:before {
  content: "\ec37";
}

.ti-adjustments-bolt:before {
  content: "\f7fb";
}

.ti-adjustments-cancel:before {
  content: "\f7fc";
}

.ti-adjustments-check:before {
  content: "\f7fd";
}

.ti-adjustments-code:before {
  content: "\f7fe";
}

.ti-adjustments-cog:before {
  content: "\f7ff";
}

.ti-adjustments-dollar:before {
  content: "\f800";
}

.ti-adjustments-down:before {
  content: "\f801";
}

.ti-adjustments-exclamation:before {
  content: "\f802";
}

.ti-adjustments-heart:before {
  content: "\f803";
}

.ti-adjustments-horizontal:before {
  content: "\ec38";
}

.ti-adjustments-minus:before {
  content: "\f804";
}

.ti-adjustments-off:before {
  content: "\f0a8";
}

.ti-adjustments-pause:before {
  content: "\f805";
}

.ti-adjustments-pin:before {
  content: "\f806";
}

.ti-adjustments-plus:before {
  content: "\f807";
}

.ti-adjustments-question:before {
  content: "\f808";
}

.ti-adjustments-search:before {
  content: "\f809";
}

.ti-adjustments-share:before {
  content: "\f80a";
}

.ti-adjustments-spark:before {
  content: "ﾾ";
}

.ti-adjustments-star:before {
  content: "\f80b";
}

.ti-adjustments-up:before {
  content: "\f80c";
}

.ti-adjustments-x:before {
  content: "\f80d";
}

.ti-aerial-lift:before {
  content: "\edfe";
}

.ti-affiliate:before {
  content: "\edff";
}

.ti-ai:before {
  content: "ﻧ";
}

.ti-ai-agent:before {
  content: "𐇹";
}

.ti-ai-agents:before {
  content: "𐇸";
}

.ti-ai-gateway:before {
  content: "𐇷";
}

.ti-air-balloon:before {
  content: "\f4a6";
}

.ti-air-conditioning:before {
  content: "\f3a2";
}

.ti-air-conditioning-disabled:before {
  content: "\f542";
}

.ti-air-traffic-control:before {
  content: "ﬁ";
}

.ti-alarm:before {
  content: "\ea04";
}

.ti-alarm-average:before {
  content: "ﲞ";
}

.ti-alarm-minus:before {
  content: "\f630";
}

.ti-alarm-off:before {
  content: "\f0a9";
}

.ti-alarm-plus:before {
  content: "\f631";
}

.ti-alarm-smoke:before {
  content: "𐂶";
}

.ti-alarm-snooze:before {
  content: "\f632";
}

.ti-album:before {
  content: "\f022";
}

.ti-album-off:before {
  content: "\f3b9";
}

.ti-alert-circle:before {
  content: "\ea05";
}

.ti-alert-circle-off:before {
  content: "ﱥ";
}

.ti-alert-hexagon:before {
  content: "\f80e";
}

.ti-alert-hexagon-off:before {
  content: "ﱦ";
}

.ti-alert-octagon:before {
  content: "\ecc6";
}

.ti-alert-small:before {
  content: "\f80f";
}

.ti-alert-small-off:before {
  content: "ﱧ";
}

.ti-alert-square:before {
  content: "\f811";
}

.ti-alert-square-rounded:before {
  content: "\f810";
}

.ti-alert-square-rounded-off:before {
  content: "ﱨ";
}

.ti-alert-triangle:before {
  content: "\ea06";
}

.ti-alert-triangle-off:before {
  content: "ﱩ";
}

.ti-alien:before {
  content: "\ebde";
}

.ti-align-box-bottom-center:before {
  content: "\f530";
}

.ti-align-box-bottom-left:before {
  content: "\f531";
}

.ti-align-box-bottom-right:before {
  content: "\f532";
}

.ti-align-box-center-bottom:before {
  content: "頋";
}

.ti-align-box-center-middle:before {
  content: "\f79f";
}

.ti-align-box-center-stretch:before {
  content: "頻";
}

.ti-align-box-center-top:before {
  content: "鬒";
}

.ti-align-box-left-bottom:before {
  content: "\f533";
}

.ti-align-box-left-middle:before {
  content: "\f534";
}

.ti-align-box-left-stretch:before {
  content: "龜";
}

.ti-align-box-left-top:before {
  content: "\f535";
}

.ti-align-box-right-bottom:before {
  content: "\f536";
}

.ti-align-box-right-middle:before {
  content: "\f537";
}

.ti-align-box-right-stretch:before {
  content: "𢡊";
}

.ti-align-box-right-top:before {
  content: "\f538";
}

.ti-align-box-top-center:before {
  content: "\f539";
}

.ti-align-box-top-left:before {
  content: "\f53a";
}

.ti-align-box-top-right:before {
  content: "\f53b";
}

.ti-align-center:before {
  content: "\ea07";
}

.ti-align-justified:before {
  content: "\ea08";
}

.ti-align-left:before {
  content: "\ea09";
}

.ti-align-left-2:before {
  content: "＀";
}

.ti-align-right:before {
  content: "\ea0a";
}

.ti-align-right-2:before {
  content: "﻿";
}

.ti-alpha:before {
  content: "\f543";
}

.ti-alphabet-arabic:before {
  content: "Ｏ";
}

.ti-alphabet-bangla:before {
  content: "Ｎ";
}

.ti-alphabet-cyrillic:before {
  content: "\f1df";
}

.ti-alphabet-greek:before {
  content: "\f1e0";
}

.ti-alphabet-hebrew:before {
  content: "Ｍ";
}

.ti-alphabet-korean:before {
  content: "Ｌ";
}

.ti-alphabet-latin:before {
  content: "\f1e1";
}

.ti-alphabet-polish:before {
  content: "𐆱";
}

.ti-alphabet-runes:before {
  content: "𐆰";
}

.ti-alphabet-thai:before {
  content: "Ｋ";
}

.ti-alt:before {
  content: "ﱔ";
}

.ti-ambulance:before {
  content: "\ebf5";
}

.ti-ampersand:before {
  content: "\f229";
}

.ti-analyze:before {
  content: "\f3a3";
}

.ti-analyze-off:before {
  content: "\f3ba";
}

.ti-anchor:before {
  content: "\eb76";
}

.ti-anchor-off:before {
  content: "\f0f7";
}

.ti-angle:before {
  content: "\ef20";
}

.ti-ankh:before {
  content: "\f1cd";
}

.ti-antenna:before {
  content: "\f094";
}

.ti-antenna-bars-1:before {
  content: "\ecc7";
}

.ti-antenna-bars-2:before {
  content: "\ecc8";
}

.ti-antenna-bars-3:before {
  content: "\ecc9";
}

.ti-antenna-bars-4:before {
  content: "\ecca";
}

.ti-antenna-bars-5:before {
  content: "\eccb";
}

.ti-antenna-bars-off:before {
  content: "\f0aa";
}

.ti-antenna-off:before {
  content: "\f3bb";
}

.ti-aperture:before {
  content: "\eb58";
}

.ti-aperture-off:before {
  content: "\f3bc";
}

.ti-api:before {
  content: "\effd";
}

.ti-api-app:before {
  content: "\effc";
}

.ti-api-app-off:before {
  content: "\f0ab";
}

.ti-api-book:before {
  content: "𐈋";
}

.ti-api-off:before {
  content: "\f0f8";
}

.ti-app-window:before {
  content: "\efe6";
}

.ti-app-window-bottom:before {
  content: "𐉸";
}

.ti-app-window-bottom-left:before {
  content: "𐉺";
}

.ti-app-window-bottom-right:before {
  content: "𐉹";
}

.ti-app-window-center:before {
  content: "𐉷";
}

.ti-apple:before {
  content: "\ef21";
}

.ti-apps:before {
  content: "\ebb6";
}

.ti-apps-off:before {
  content: "\f0ac";
}

.ti-archery-arrow:before {
  content: "ﱕ";
}

.ti-archive:before {
  content: "\ea0b";
}

.ti-archive-off:before {
  content: "\f0ad";
}

.ti-armchair:before {
  content: "\ef9e";
}

.ti-armchair-2:before {
  content: "\efe7";
}

.ti-armchair-2-off:before {
  content: "\f3bd";
}

.ti-armchair-off:before {
  content: "\f3be";
}

.ti-arrow-autofit-content:before {
  content: "\ef31";
}

.ti-arrow-autofit-down:before {
  content: "\ef32";
}

.ti-arrow-autofit-height:before {
  content: "\ef33";
}

.ti-arrow-autofit-left:before {
  content: "\ef34";
}

.ti-arrow-autofit-right:before {
  content: "\ef35";
}

.ti-arrow-autofit-up:before {
  content: "\ef36";
}

.ti-arrow-autofit-width:before {
  content: "\ef37";
}

.ti-arrow-back:before {
  content: "\ea0c";
}

.ti-arrow-back-up:before {
  content: "\eb77";
}

.ti-arrow-back-up-double:before {
  content: "溺";
}

.ti-arrow-badge-down:before {
  content: "\f60b";
}

.ti-arrow-badge-left:before {
  content: "\f60c";
}

.ti-arrow-badge-right:before {
  content: "\f60d";
}

.ti-arrow-badge-up:before {
  content: "\f60e";
}

.ti-arrow-bar-both:before {
  content: "﫝";
}

.ti-arrow-bar-down:before {
  content: "\ea0d";
}

.ti-arrow-bar-left:before {
  content: "\ea0e";
}

.ti-arrow-bar-right:before {
  content: "\ea0f";
}

.ti-arrow-bar-to-down:before {
  content: "\ec88";
}

.ti-arrow-bar-to-down-dashed:before {
  content: "𐅤";
}

.ti-arrow-bar-to-left:before {
  content: "\ec89";
}

.ti-arrow-bar-to-left-dashed:before {
  content: "𐅣";
}

.ti-arrow-bar-to-right:before {
  content: "\ec8a";
}

.ti-arrow-bar-to-right-dashed:before {
  content: "𐅢";
}

.ti-arrow-bar-to-up:before {
  content: "\ec8b";
}

.ti-arrow-bar-to-up-dashed:before {
  content: "𐅡";
}

.ti-arrow-bar-up:before {
  content: "\ea10";
}

.ti-arrow-bear-left:before {
  content: "\f045";
}

.ti-arrow-bear-left-2:before {
  content: "\f044";
}

.ti-arrow-bear-right:before {
  content: "\f047";
}

.ti-arrow-bear-right-2:before {
  content: "\f046";
}

.ti-arrow-big-down:before {
  content: "\edda";
}

.ti-arrow-big-down-line:before {
  content: "\efe8";
}

.ti-arrow-big-down-lines:before {
  content: "\efe9";
}

.ti-arrow-big-left:before {
  content: "\eddb";
}

.ti-arrow-big-left-line:before {
  content: "\efea";
}

.ti-arrow-big-left-lines:before {
  content: "\efeb";
}

.ti-arrow-big-right:before {
  content: "\eddc";
}

.ti-arrow-big-right-line:before {
  content: "\efec";
}

.ti-arrow-big-right-lines:before {
  content: "\efed";
}

.ti-arrow-big-up:before {
  content: "\eddd";
}

.ti-arrow-big-up-line:before {
  content: "\efee";
}

.ti-arrow-big-up-lines:before {
  content: "\efef";
}

.ti-arrow-bounce:before {
  content: "\f3a4";
}

.ti-arrow-capsule:before {
  content: "﫞";
}

.ti-arrow-curve-left:before {
  content: "\f048";
}

.ti-arrow-curve-right:before {
  content: "\f049";
}

.ti-arrow-down:before {
  content: "\ea16";
}

.ti-arrow-down-bar:before {
  content: "\ed98";
}

.ti-arrow-down-circle:before {
  content: "\ea11";
}

.ti-arrow-down-dashed:before {
  content: "𐁪";
}

.ti-arrow-down-from-arc:before {
  content: "ﶆ";
}

.ti-arrow-down-left:before {
  content: "\ea13";
}

.ti-arrow-down-left-circle:before {
  content: "\ea12";
}

.ti-arrow-down-rhombus:before {
  content: "\f61d";
}

.ti-arrow-down-right:before {
  content: "\ea15";
}

.ti-arrow-down-right-circle:before {
  content: "\ea14";
}

.ti-arrow-down-square:before {
  content: "\ed9a";
}

.ti-arrow-down-tail:before {
  content: "\ed9b";
}

.ti-arrow-down-to-arc:before {
  content: "ﶇ";
}

.ti-arrow-elbow-left:before {
  content: "吝";
}

.ti-arrow-elbow-right:before {
  content: "燐";
}

.ti-arrow-fork:before {
  content: "\f04a";
}

.ti-arrow-fork-triple:before {
  content: "𐉶";
}

.ti-arrow-forward:before {
  content: "\ea17";
}

.ti-arrow-forward-up:before {
  content: "\eb78";
}

.ti-arrow-forward-up-double:before {
  content: "璘";
}

.ti-arrow-guide:before {
  content: "\f22a";
}

.ti-arrow-iteration:before {
  content: "\f578";
}

.ti-arrow-left:before {
  content: "\ea19";
}

.ti-arrow-left-bar:before {
  content: "\ed9c";
}

.ti-arrow-left-circle:before {
  content: "\ea18";
}

.ti-arrow-left-dashed:before {
  content: "𐁩";
}

.ti-arrow-left-from-arc:before {
  content: "ﶈ";
}

.ti-arrow-left-rhombus:before {
  content: "\f61e";
}

.ti-arrow-left-right:before {
  content: "\f04b";
}

.ti-arrow-left-square:before {
  content: "\ed9d";
}

.ti-arrow-left-tail:before {
  content: "\ed9e";
}

.ti-arrow-left-to-arc:before {
  content: "ﶉ";
}

.ti-arrow-loop-left:before {
  content: "\ed9f";
}

.ti-arrow-loop-left-2:before {
  content: "\f04c";
}

.ti-arrow-loop-right:before {
  content: "\eda0";
}

.ti-arrow-loop-right-2:before {
  content: "\f04d";
}

.ti-arrow-merge:before {
  content: "\f04e";
}

.ti-arrow-merge-alt-left:before {
  content: "ﲟ";
}

.ti-arrow-merge-alt-right:before {
  content: "ﲠ";
}

.ti-arrow-merge-both:before {
  content: "\f23b";
}

.ti-arrow-merge-left:before {
  content: "\f23c";
}

.ti-arrow-merge-right:before {
  content: "\f23d";
}

.ti-arrow-move-down:before {
  content: "\f2ba";
}

.ti-arrow-move-left:before {
  content: "\f2bb";
}

.ti-arrow-move-right:before {
  content: "\f2bc";
}

.ti-arrow-move-up:before {
  content: "\f2bd";
}

.ti-arrow-narrow-down:before {
  content: "\ea1a";
}

.ti-arrow-narrow-down-dashed:before {
  content: "𐁨";
}

.ti-arrow-narrow-left:before {
  content: "\ea1b";
}

.ti-arrow-narrow-left-dashed:before {
  content: "𐁧";
}

.ti-arrow-narrow-right:before {
  content: "\ea1c";
}

.ti-arrow-narrow-right-dashed:before {
  content: "𐁦";
}

.ti-arrow-narrow-up:before {
  content: "\ea1d";
}

.ti-arrow-narrow-up-dashed:before {
  content: "𐁥";
}

.ti-arrow-ramp-left:before {
  content: "\ed3c";
}

.ti-arrow-ramp-left-2:before {
  content: "\f04f";
}

.ti-arrow-ramp-left-3:before {
  content: "\f050";
}

.ti-arrow-ramp-right:before {
  content: "\ed3d";
}

.ti-arrow-ramp-right-2:before {
  content: "\f051";
}

.ti-arrow-ramp-right-3:before {
  content: "\f052";
}

.ti-arrow-right:before {
  content: "\ea1f";
}

.ti-arrow-right-bar:before {
  content: "\eda1";
}

.ti-arrow-right-circle:before {
  content: "\ea1e";
}

.ti-arrow-right-dashed:before {
  content: "𐁤";
}

.ti-arrow-right-from-arc:before {
  content: "ﶊ";
}

.ti-arrow-right-rhombus:before {
  content: "\f61f";
}

.ti-arrow-right-square:before {
  content: "\eda2";
}

.ti-arrow-right-tail:before {
  content: "\eda3";
}

.ti-arrow-right-to-arc:before {
  content: "ﶋ";
}

.ti-arrow-rotary-first-left:before {
  content: "\f053";
}

.ti-arrow-rotary-first-right:before {
  content: "\f054";
}

.ti-arrow-rotary-last-left:before {
  content: "\f055";
}

.ti-arrow-rotary-last-right:before {
  content: "\f056";
}

.ti-arrow-rotary-left:before {
  content: "\f057";
}

.ti-arrow-rotary-right:before {
  content: "\f058";
}

.ti-arrow-rotary-straight:before {
  content: "\f059";
}

.ti-arrow-roundabout-left:before {
  content: "\f22b";
}

.ti-arrow-roundabout-right:before {
  content: "\f22c";
}

.ti-arrow-sharp-turn-left:before {
  content: "\f05a";
}

.ti-arrow-sharp-turn-right:before {
  content: "\f05b";
}

.ti-arrow-up:before {
  content: "\ea25";
}

.ti-arrow-up-bar:before {
  content: "\eda4";
}

.ti-arrow-up-circle:before {
  content: "\ea20";
}

.ti-arrow-up-dashed:before {
  content: "𐁣";
}

.ti-arrow-up-from-arc:before {
  content: "ﶌ";
}

.ti-arrow-up-left:before {
  content: "\ea22";
}

.ti-arrow-up-left-circle:before {
  content: "\ea21";
}

.ti-arrow-up-rhombus:before {
  content: "\f620";
}

.ti-arrow-up-right:before {
  content: "\ea24";
}

.ti-arrow-up-right-circle:before {
  content: "\ea23";
}

.ti-arrow-up-square:before {
  content: "\eda6";
}

.ti-arrow-up-tail:before {
  content: "\eda7";
}

.ti-arrow-up-to-arc:before {
  content: "ﶍ";
}

.ti-arrow-wave-left-down:before {
  content: "\eda8";
}

.ti-arrow-wave-left-up:before {
  content: "\eda9";
}

.ti-arrow-wave-right-down:before {
  content: "\edaa";
}

.ti-arrow-wave-right-up:before {
  content: "\edab";
}

.ti-arrow-zig-zag:before {
  content: "\f4a7";
}

.ti-arrows-cross:before {
  content: "\effe";
}

.ti-arrows-diagonal:before {
  content: "\ea27";
}

.ti-arrows-diagonal-2:before {
  content: "\ea26";
}

.ti-arrows-diagonal-minimize:before {
  content: "\ef39";
}

.ti-arrows-diagonal-minimize-2:before {
  content: "\ef38";
}

.ti-arrows-diff:before {
  content: "\f296";
}

.ti-arrows-double-ne-sw:before {
  content: "\edde";
}

.ti-arrows-double-nw-se:before {
  content: "\eddf";
}

.ti-arrows-double-se-nw:before {
  content: "\ede0";
}

.ti-arrows-double-sw-ne:before {
  content: "\ede1";
}

.ti-arrows-down:before {
  content: "\edad";
}

.ti-arrows-down-up:before {
  content: "\edac";
}

.ti-arrows-exchange:before {
  content: "\f1f4";
}

.ti-arrows-exchange-2:before {
  content: "\f1f3";
}

.ti-arrows-horizontal:before {
  content: "\eb59";
}

.ti-arrows-join:before {
  content: "\edaf";
}

.ti-arrows-join-2:before {
  content: "\edae";
}

.ti-arrows-left:before {
  content: "\edb1";
}

.ti-arrows-left-down:before {
  content: "\ee00";
}

.ti-arrows-left-right:before {
  content: "\edb0";
}

.ti-arrows-maximize:before {
  content: "\ea28";
}

.ti-arrows-minimize:before {
  content: "\ea29";
}

.ti-arrows-move:before {
  content: "\f22f";
}

.ti-arrows-move-horizontal:before {
  content: "\f22d";
}

.ti-arrows-move-vertical:before {
  content: "\f22e";
}

.ti-arrows-random:before {
  content: "\f095";
}

.ti-arrows-right:before {
  content: "\edb3";
}

.ti-arrows-right-down:before {
  content: "\ee01";
}

.ti-arrows-right-left:before {
  content: "\edb2";
}

.ti-arrows-shuffle:before {
  content: "\f000";
}

.ti-arrows-shuffle-2:before {
  content: "\efff";
}

.ti-arrows-sort:before {
  content: "\eb5a";
}

.ti-arrows-split:before {
  content: "\edb5";
}

.ti-arrows-split-2:before {
  content: "\edb4";
}

.ti-arrows-transfer-down:before {
  content: "\f2cc";
}

.ti-arrows-transfer-up:before {
  content: "\f2cd";
}

.ti-arrows-transfer-up-down:before {
  content: "ﾬ";
}

.ti-arrows-up:before {
  content: "\edb7";
}

.ti-arrows-up-down:before {
  content: "\edb6";
}

.ti-arrows-up-left:before {
  content: "\ee02";
}

.ti-arrows-up-right:before {
  content: "\ee03";
}

.ti-arrows-vertical:before {
  content: "\eb5b";
}

.ti-artboard:before {
  content: "\ea2a";
}

.ti-artboard-off:before {
  content: "\f0ae";
}

.ti-article:before {
  content: "\f1e2";
}

.ti-article-off:before {
  content: "\f3bf";
}

.ti-aspect-ratio:before {
  content: "\ed30";
}

.ti-aspect-ratio-off:before {
  content: "\f0af";
}

.ti-assembly:before {
  content: "\f24d";
}

.ti-assembly-off:before {
  content: "\f3c0";
}

.ti-asset:before {
  content: "\f1ce";
}

.ti-asterisk:before {
  content: "\efd5";
}

.ti-asterisk-simple:before {
  content: "\efd4";
}

.ti-at:before {
  content: "\ea2b";
}

.ti-at-off:before {
  content: "\f0b0";
}

.ti-atom:before {
  content: "\eb79";
}

.ti-atom-2:before {
  content: "\ebdf";
}

.ti-atom-off:before {
  content: "\f0f9";
}

.ti-augmented-reality:before {
  content: "\f023";
}

.ti-augmented-reality-2:before {
  content: "\f37e";
}

.ti-augmented-reality-off:before {
  content: "\f3c1";
}

.ti-auth-2fa:before {
  content: "\eca0";
}

.ti-automatic-gearbox:before {
  content: "ﲉ";
}

.ti-automation:before {
  content: "ﻸ";
}

.ti-avocado:before {
  content: "ﶎ";
}

.ti-award:before {
  content: "\ea2c";
}

.ti-award-off:before {
  content: "\f0fa";
}

.ti-axe:before {
  content: "\ef9f";
}

.ti-axis-x:before {
  content: "\ef45";
}

.ti-axis-y:before {
  content: "\ef46";
}

.ti-baby-bottle:before {
  content: "\f5d2";
}

.ti-baby-carriage:before {
  content: "\f05d";
}

.ti-background:before {
  content: "ﴬ";
}

.ti-backhoe:before {
  content: "\ed86";
}

.ti-backpack:before {
  content: "\ef47";
}

.ti-backpack-off:before {
  content: "\f3c2";
}

.ti-backslash:before {
  content: "調";
}

.ti-backspace:before {
  content: "\ea2d";
}

.ti-badge:before {
  content: "\efc2";
}

.ti-badge-2k:before {
  content: "𐂵";
}

.ti-badge-3d:before {
  content: "\f555";
}

.ti-badge-3k:before {
  content: "𐂴";
}

.ti-badge-4k:before {
  content: "\f556";
}

.ti-badge-5k:before {
  content: "𐂳";
}

.ti-badge-8k:before {
  content: "\f557";
}

.ti-badge-ad:before {
  content: "\f558";
}

.ti-badge-ad-off:before {
  content: "ﶏ";
}

.ti-badge-ar:before {
  content: "\f559";
}

.ti-badge-cc:before {
  content: "\f55a";
}

.ti-badge-hd:before {
  content: "\f55b";
}

.ti-badge-off:before {
  content: "\f0fb";
}

.ti-badge-sd:before {
  content: "\f55c";
}

.ti-badge-tm:before {
  content: "\f55d";
}

.ti-badge-vo:before {
  content: "\f55e";
}

.ti-badge-vr:before {
  content: "\f55f";
}

.ti-badge-wc:before {
  content: "\f560";
}

.ti-badges:before {
  content: "\efc3";
}

.ti-badges-off:before {
  content: "\f0fc";
}

.ti-baguette:before {
  content: "\f3a5";
}

.ti-ball-american-football:before {
  content: "\ee04";
}

.ti-ball-american-football-off:before {
  content: "\f3c3";
}

.ti-ball-baseball:before {
  content: "\efa0";
}

.ti-ball-basketball:before {
  content: "\ec28";
}

.ti-ball-bowling:before {
  content: "\ec29";
}

.ti-ball-football:before {
  content: "\ee06";
}

.ti-ball-football-off:before {
  content: "\ee05";
}

.ti-ball-tennis:before {
  content: "\ec2a";
}

.ti-ball-volleyball:before {
  content: "\ec2b";
}

.ti-balloon:before {
  content: "\ef3a";
}

.ti-balloon-off:before {
  content: "\f0fd";
}

.ti-ballpen:before {
  content: "\f06e";
}

.ti-ballpen-off:before {
  content: "\f0b1";
}

.ti-ban:before {
  content: "\ea2e";
}

.ti-banana:before {
  content: "𐉓";
}

.ti-bandage:before {
  content: "\eb7a";
}

.ti-bandage-off:before {
  content: "\f3c4";
}

.ti-barbell:before {
  content: "\eff0";
}

.ti-barbell-off:before {
  content: "\f0b2";
}

.ti-barcode:before {
  content: "\ebc6";
}

.ti-barcode-off:before {
  content: "\f0b3";
}

.ti-barrel:before {
  content: "\f0b4";
}

.ti-barrel-off:before {
  content: "\f0fe";
}

.ti-barrier-block:before {
  content: "\f00e";
}

.ti-barrier-block-off:before {
  content: "\f0b5";
}

.ti-baseline:before {
  content: "\f024";
}

.ti-baseline-density-large:before {
  content: "藺";
}

.ti-baseline-density-medium:before {
  content: "隣";
}

.ti-baseline-density-small:before {
  content: "鱗";
}

.ti-basket:before {
  content: "\ebe1";
}

.ti-basket-bolt:before {
  content: "ףּ";
}

.ti-basket-cancel:before {
  content: "פּ";
}

.ti-basket-check:before {
  content: "﭅";
}

.ti-basket-code:before {
  content: "צּ";
}

.ti-basket-cog:before {
  content: "קּ";
}

.ti-basket-discount:before {
  content: "רּ";
}

.ti-basket-dollar:before {
  content: "שּ";
}

.ti-basket-down:before {
  content: "תּ";
}

.ti-basket-exclamation:before {
  content: "וֹ";
}

.ti-basket-heart:before {
  content: "בֿ";
}

.ti-basket-minus:before {
  content: "כֿ";
}

.ti-basket-off:before {
  content: "\f0b6";
}

.ti-basket-pause:before {
  content: "פֿ";
}

.ti-basket-pin:before {
  content: "ﭏ";
}

.ti-basket-plus:before {
  content: "ﭐ";
}

.ti-basket-question:before {
  content: "ﭑ";
}

.ti-basket-search:before {
  content: "ﭒ";
}

.ti-basket-share:before {
  content: "ﭓ";
}

.ti-basket-star:before {
  content: "ﭔ";
}

.ti-basket-up:before {
  content: "ﭕ";
}

.ti-basket-x:before {
  content: "ﭖ";
}

.ti-bat:before {
  content: "\f284";
}

.ti-bath:before {
  content: "\ef48";
}

.ti-bath-off:before {
  content: "\f0ff";
}

.ti-battery:before {
  content: "\ea34";
}

.ti-battery-1:before {
  content: "\ea2f";
}

.ti-battery-2:before {
  content: "\ea30";
}

.ti-battery-3:before {
  content: "\ea31";
}

.ti-battery-4:before {
  content: "\ea32";
}

.ti-battery-automotive:before {
  content: "\ee07";
}

.ti-battery-charging:before {
  content: "\ea33";
}

.ti-battery-charging-2:before {
  content: "\ef3b";
}

.ti-battery-eco:before {
  content: "\ef3c";
}

.ti-battery-exclamation:before {
  content: "＝";
}

.ti-battery-off:before {
  content: "\ed1c";
}

.ti-battery-spark:before {
  content: "ﾽ";
}

.ti-battery-vertical:before {
  content: "３";
}

.ti-battery-vertical-1:before {
  content: "＜";
}

.ti-battery-vertical-2:before {
  content: "；";
}

.ti-battery-vertical-3:before {
  content: "：";
}

.ti-battery-vertical-4:before {
  content: "９";
}

.ti-battery-vertical-charging:before {
  content: "７";
}

.ti-battery-vertical-charging-2:before {
  content: "８";
}

.ti-battery-vertical-eco:before {
  content: "６";
}

.ti-battery-vertical-exclamation:before {
  content: "５";
}

.ti-battery-vertical-off:before {
  content: "４";
}

.ti-beach:before {
  content: "\ef3d";
}

.ti-beach-off:before {
  content: "\f0b7";
}

.ti-bed:before {
  content: "\eb5c";
}

.ti-bed-flat:before {
  content: "ﲡ";
}

.ti-bed-off:before {
  content: "\f100";
}

.ti-beer:before {
  content: "\efa1";
}

.ti-beer-off:before {
  content: "\f101";
}

.ti-bell:before {
  content: "\ea35";
}

.ti-bell-bolt:before {
  content: "\f812";
}

.ti-bell-cancel:before {
  content: "\f813";
}

.ti-bell-check:before {
  content: "\f814";
}

.ti-bell-code:before {
  content: "\f815";
}

.ti-bell-cog:before {
  content: "\f816";
}

.ti-bell-dollar:before {
  content: "\f817";
}

.ti-bell-down:before {
  content: "\f818";
}

.ti-bell-exclamation:before {
  content: "\f819";
}

.ti-bell-heart:before {
  content: "\f81a";
}

.ti-bell-minus:before {
  content: "\ede2";
}

.ti-bell-off:before {
  content: "\ece9";
}

.ti-bell-pause:before {
  content: "\f81b";
}

.ti-bell-pin:before {
  content: "\f81c";
}

.ti-bell-plus:before {
  content: "\ede3";
}

.ti-bell-question:before {
  content: "\f81d";
}

.ti-bell-ringing:before {
  content: "\ed07";
}

.ti-bell-ringing-2:before {
  content: "\ede4";
}

.ti-bell-school:before {
  content: "\f05e";
}

.ti-bell-search:before {
  content: "\f81e";
}

.ti-bell-share:before {
  content: "\f81f";
}

.ti-bell-star:before {
  content: "\f820";
}

.ti-bell-up:before {
  content: "\f821";
}

.ti-bell-x:before {
  content: "\ede5";
}

.ti-bell-z:before {
  content: "\eff1";
}

.ti-beta:before {
  content: "\f544";
}

.ti-bible:before {
  content: "\efc4";
}

.ti-bike:before {
  content: "\ea36";
}

.ti-bike-off:before {
  content: "\f0b8";
}

.ti-binary:before {
  content: "\ee08";
}

.ti-binary-off:before {
  content: "\f3c5";
}

.ti-binary-tree:before {
  content: "\f5d4";
}

.ti-binary-tree-2:before {
  content: "\f5d3";
}

.ti-binoculars:before {
  content: "﻾";
}

.ti-biohazard:before {
  content: "\ecb8";
}

.ti-biohazard-off:before {
  content: "\f0b9";
}

.ti-blade:before {
  content: "\f4bd";
}

.ti-bleach:before {
  content: "\f2f3";
}

.ti-bleach-chlorine:before {
  content: "\f2f0";
}

.ti-bleach-no-chlorine:before {
  content: "\f2f1";
}

.ti-bleach-off:before {
  content: "\f2f2";
}

.ti-blend-mode:before {
  content: "ﺰ";
}

.ti-blender:before {
  content: "ﲢ";
}

.ti-blind:before {
  content: "𐆯";
}

.ti-blob:before {
  content: "ﺯ";
}

.ti-blockquote:before {
  content: "\ee09";
}

.ti-blocks:before {
  content: "𐂲";
}

.ti-bluetooth:before {
  content: "\ea37";
}

.ti-bluetooth-connected:before {
  content: "\ecea";
}

.ti-bluetooth-off:before {
  content: "\eceb";
}

.ti-bluetooth-x:before {
  content: "\f081";
}

.ti-blur:before {
  content: "\ef8c";
}

.ti-blur-off:before {
  content: "\f3c6";
}

.ti-bmp:before {
  content: "\f3a6";
}

.ti-body-scan:before {
  content: "ﲣ";
}

.ti-bold:before {
  content: "\eb7b";
}

.ti-bold-off:before {
  content: "\f0ba";
}

.ti-bolt:before {
  content: "\ea38";
}

.ti-bolt-off:before {
  content: "\ecec";
}

.ti-bomb:before {
  content: "\f59c";
}

.ti-bone:before {
  content: "\edb8";
}

.ti-bone-off:before {
  content: "\f0bb";
}

.ti-bong:before {
  content: "\f3a7";
}

.ti-bong-off:before {
  content: "\f3c7";
}

.ti-book:before {
  content: "\ea39";
}

.ti-book-2:before {
  content: "\efc5";
}

.ti-book-download:before {
  content: "\f070";
}

.ti-book-off:before {
  content: "\f0bc";
}

.ti-book-upload:before {
  content: "\f071";
}

.ti-bookmark:before {
  content: "\ea3a";
}

.ti-bookmark-ai:before {
  content: "ﲊ";
}

.ti-bookmark-edit:before {
  content: "艹";
}

.ti-bookmark-minus:before {
  content: "著";
}

.ti-bookmark-off:before {
  content: "\eced";
}

.ti-bookmark-plus:before {
  content: "褐";
}

.ti-bookmark-question:before {
  content: "視";
}

.ti-bookmarks:before {
  content: "\ed08";
}

.ti-bookmarks-off:before {
  content: "\f0bd";
}

.ti-books:before {
  content: "\eff2";
}

.ti-books-off:before {
  content: "\f0be";
}

.ti-boom:before {
  content: "ﶾ";
}

.ti-border-all:before {
  content: "\ea3b";
}

.ti-border-bottom:before {
  content: "\ea3c";
}

.ti-border-bottom-plus:before {
  content: "ﶽ";
}

.ti-border-corner-ios:before {
  content: "ﶘ";
}

.ti-border-corner-pill:before {
  content: "ﵢ";
}

.ti-border-corner-rounded:before {
  content: "ﵣ";
}

.ti-border-corner-square:before {
  content: "ﵤ";
}

.ti-border-corners:before {
  content: "\f7a0";
}

.ti-border-horizontal:before {
  content: "\ea3d";
}

.ti-border-inner:before {
  content: "\ea3e";
}

.ti-border-left:before {
  content: "\ea3f";
}

.ti-border-left-plus:before {
  content: "ﶼ";
}

.ti-border-none:before {
  content: "\ea40";
}

.ti-border-outer:before {
  content: "\ea41";
}

.ti-border-radius:before {
  content: "\eb7c";
}

.ti-border-right:before {
  content: "\ea42";
}

.ti-border-right-plus:before {
  content: "ﶻ";
}

.ti-border-sides:before {
  content: "\f7a1";
}

.ti-border-style:before {
  content: "\ee0a";
}

.ti-border-style-2:before {
  content: "\ef22";
}

.ti-border-top:before {
  content: "\ea43";
}

.ti-border-top-plus:before {
  content: "ﶺ";
}

.ti-border-vertical:before {
  content: "\ea44";
}

.ti-bot-id:before {
  content: "𐇶";
}

.ti-bottle:before {
  content: "\ef0b";
}

.ti-bottle-off:before {
  content: "\f3c8";
}

.ti-bounce-left:before {
  content: "\f59d";
}

.ti-bounce-right:before {
  content: "\f59e";
}

.ti-bow:before {
  content: "\f096";
}

.ti-bowl:before {
  content: "\f4fa";
}

.ti-bowl-chopsticks:before {
  content: "﶐";
}

.ti-bowl-spoon:before {
  content: "﶑";
}

.ti-bowling:before {
  content: "𐂱";
}

.ti-box:before {
  content: "\ea45";
}

.ti-box-align-bottom:before {
  content: "\f2a8";
}

.ti-box-align-bottom-left:before {
  content: "\f2ce";
}

.ti-box-align-bottom-right:before {
  content: "\f2cf";
}

.ti-box-align-left:before {
  content: "\f2a9";
}

.ti-box-align-right:before {
  content: "\f2aa";
}

.ti-box-align-top:before {
  content: "\f2ab";
}

.ti-box-align-top-left:before {
  content: "\f2d0";
}

.ti-box-align-top-right:before {
  content: "\f2d1";
}

.ti-box-margin:before {
  content: "\ee0b";
}

.ti-box-model:before {
  content: "\ee0c";
}

.ti-box-model-2:before {
  content: "\ef23";
}

.ti-box-model-2-off:before {
  content: "\f3c9";
}

.ti-box-model-off:before {
  content: "\f3ca";
}

.ti-box-multiple:before {
  content: "\ee17";
}

.ti-box-multiple-0:before {
  content: "\ee0d";
}

.ti-box-multiple-1:before {
  content: "\ee0e";
}

.ti-box-multiple-2:before {
  content: "\ee0f";
}

.ti-box-multiple-3:before {
  content: "\ee10";
}

.ti-box-multiple-4:before {
  content: "\ee11";
}

.ti-box-multiple-5:before {
  content: "\ee12";
}

.ti-box-multiple-6:before {
  content: "\ee13";
}

.ti-box-multiple-7:before {
  content: "\ee14";
}

.ti-box-multiple-8:before {
  content: "\ee15";
}

.ti-box-multiple-9:before {
  content: "\ee16";
}

.ti-box-off:before {
  content: "\f102";
}

.ti-box-padding:before {
  content: "\ee18";
}

.ti-braces:before {
  content: "\ebcc";
}

.ti-braces-off:before {
  content: "\f0bf";
}

.ti-brackets:before {
  content: "\ebcd";
}

.ti-brackets-angle:before {
  content: "ﲲ";
}

.ti-brackets-angle-off:before {
  content: "ﲱ";
}

.ti-brackets-contain:before {
  content: "\f1e5";
}

.ti-brackets-contain-end:before {
  content: "\f1e3";
}

.ti-brackets-contain-start:before {
  content: "\f1e4";
}

.ti-brackets-off:before {
  content: "\f0c0";
}

.ti-braille:before {
  content: "\f545";
}

.ti-brain:before {
  content: "\f59f";
}

.ti-brand-4chan:before {
  content: "\f494";
}

.ti-brand-abstract:before {
  content: "\f495";
}

.ti-brand-adobe:before {
  content: "\f0dc";
}

.ti-brand-adobe-after-effects:before {
  content: "Ｊ";
}

.ti-brand-adobe-illustrator:before {
  content: "Ｉ";
}

.ti-brand-adobe-indesign:before {
  content: "Ｈ";
}

.ti-brand-adobe-photoshop:before {
  content: "Ｇ";
}

.ti-brand-adobe-premiere:before {
  content: "Ｆ";
}

.ti-brand-adobe-xd:before {
  content: "Ｅ";
}

.ti-brand-adonis-js:before {
  content: "\f496";
}

.ti-brand-airbnb:before {
  content: "\ed68";
}

.ti-brand-airtable:before {
  content: "\ef6a";
}

.ti-brand-algolia:before {
  content: "\f390";
}

.ti-brand-alipay:before {
  content: "\f7a2";
}

.ti-brand-alpine-js:before {
  content: "\f324";
}

.ti-brand-amazon:before {
  content: "\f230";
}

.ti-brand-amd:before {
  content: "\f653";
}

.ti-brand-amie:before {
  content: "ﾫ";
}

.ti-brand-amigo:before {
  content: "\f5f9";
}

.ti-brand-among-us:before {
  content: "\f205";
}

.ti-brand-android:before {
  content: "\ec16";
}

.ti-brand-angular:before {
  content: "\ef6b";
}

.ti-brand-ansible:before {
  content: "並";
}

.ti-brand-ao3:before {
  content: "\f5e8";
}

.ti-brand-appgallery:before {
  content: "\f231";
}

.ti-brand-apple:before {
  content: "\ec17";
}

.ti-brand-apple-arcade:before {
  content: "\ed69";
}

.ti-brand-apple-news:before {
  content: "Ｄ";
}

.ti-brand-apple-podcast:before {
  content: "\f1e6";
}

.ti-brand-appstore:before {
  content: "\ed24";
}

.ti-brand-arc:before {
  content: "ﺮ";
}

.ti-brand-asana:before {
  content: "\edc5";
}

.ti-brand-astro:before {
  content: "ﶹ";
}

.ti-brand-audible:before {
  content: "𐉒";
}

.ti-brand-auth0:before {
  content: "ﲳ";
}

.ti-brand-aws:before {
  content: "社";
}

.ti-brand-azure:before {
  content: "祉";
}

.ti-brand-backbone:before {
  content: "\f325";
}

.ti-brand-badoo:before {
  content: "\f206";
}

.ti-brand-baidu:before {
  content: "\f5e9";
}

.ti-brand-bandcamp:before {
  content: "\f207";
}

.ti-brand-bandlab:before {
  content: "\f5fa";
}

.ti-brand-beats:before {
  content: "\f208";
}

.ti-brand-bebo:before {
  content: "ﾪ";
}

.ti-brand-behance:before {
  content: "\ec6e";
}

.ti-brand-bilibili:before {
  content: "\f6d2";
}

.ti-brand-binance:before {
  content: "\f5a0";
}

.ti-brand-bing:before {
  content: "\edc6";
}

.ti-brand-bitbucket:before {
  content: "\edc7";
}

.ti-brand-blackberry:before {
  content: "\f568";
}

.ti-brand-blender:before {
  content: "\f326";
}

.ti-brand-blogger:before {
  content: "\f35a";
}

.ti-brand-bluesky:before {
  content: "ﵵ";
}

.ti-brand-booking:before {
  content: "\edc8";
}

.ti-brand-bootstrap:before {
  content: "\ef3e";
}

.ti-brand-bulma:before {
  content: "\f327";
}

.ti-brand-bumble:before {
  content: "\f5fb";
}

.ti-brand-bunpo:before {
  content: "\f4cf";
}

.ti-brand-c-sharp:before {
  content: "\f003";
}

.ti-brand-cake:before {
  content: "\f7a3";
}

.ti-brand-cakephp:before {
  content: "\f7af";
}

.ti-brand-campaignmonitor:before {
  content: "\f328";
}

.ti-brand-carbon:before {
  content: "\f348";
}

.ti-brand-cashapp:before {
  content: "\f391";
}

.ti-brand-chrome:before {
  content: "\ec18";
}

.ti-brand-cinema-4d:before {
  content: "况";
}

.ti-brand-citymapper:before {
  content: "\f5fc";
}

.ti-brand-cloudflare:before {
  content: "祈";
}

.ti-brand-codecov:before {
  content: "\f329";
}

.ti-brand-codepen:before {
  content: "\ec6f";
}

.ti-brand-codesandbox:before {
  content: "\ed6a";
}

.ti-brand-cohost:before {
  content: "\f5d5";
}

.ti-brand-coinbase:before {
  content: "\f209";
}

.ti-brand-comedy-central:before {
  content: "\f217";
}

.ti-brand-coreos:before {
  content: "\f5fd";
}

.ti-brand-couchdb:before {
  content: "\f60f";
}

.ti-brand-couchsurfing:before {
  content: "\f392";
}

.ti-brand-cpp:before {
  content: "\f5fe";
}

.ti-brand-craft:before {
  content: "全";
}

.ti-brand-crunchbase:before {
  content: "\f7e3";
}

.ti-brand-css3:before {
  content: "\ed6b";
}

.ti-brand-ctemplar:before {
  content: "\f4d0";
}

.ti-brand-cucumber:before {
  content: "\ef6c";
}

.ti-brand-cupra:before {
  content: "\f4d1";
}

.ti-brand-cypress:before {
  content: "\f333";
}

.ti-brand-d3:before {
  content: "\f24e";
}

.ti-brand-databricks:before {
  content: "ﱁ";
}

.ti-brand-days-counter:before {
  content: "\f4d2";
}

.ti-brand-dcos:before {
  content: "\f32a";
}

.ti-brand-debian:before {
  content: "\ef57";
}

.ti-brand-deezer:before {
  content: "\f78b";
}

.ti-brand-deliveroo:before {
  content: "\f4d3";
}

.ti-brand-deno:before {
  content: "\f24f";
}

.ti-brand-denodo:before {
  content: "\f610";
}

.ti-brand-deviantart:before {
  content: "\ecfb";
}

.ti-brand-digg:before {
  content: "侀";
}

.ti-brand-dingtalk:before {
  content: "\f5ea";
}

.ti-brand-discord:before {
  content: "\ece3";
}

.ti-brand-disney:before {
  content: "\f20a";
}

.ti-brand-disqus:before {
  content: "\edc9";
}

.ti-brand-django:before {
  content: "\f349";
}

.ti-brand-docker:before {
  content: "\edca";
}

.ti-brand-doctrine:before {
  content: "\ef6d";
}

.ti-brand-dolby-digital:before {
  content: "\f4d4";
}

.ti-brand-douban:before {
  content: "\f5ff";
}

.ti-brand-dribbble:before {
  content: "\ec19";
}

.ti-brand-dropbox:before {
  content: "𐆊";
}

.ti-brand-drops:before {
  content: "\f4d5";
}

.ti-brand-drupal:before {
  content: "\f393";
}

.ti-brand-edge:before {
  content: "\ecfc";
}

.ti-brand-elastic:before {
  content: "\f611";
}

.ti-brand-electronic-arts:before {
  content: "充";
}

.ti-brand-ember:before {
  content: "\f497";
}

.ti-brand-envato:before {
  content: "\f394";
}

.ti-brand-etsy:before {
  content: "\f654";
}

.ti-brand-evernote:before {
  content: "\f600";
}

.ti-brand-facebook:before {
  content: "\ec1a";
}

.ti-brand-feedly:before {
  content: "冀";
}

.ti-brand-figma:before {
  content: "\ec93";
}

.ti-brand-filezilla:before {
  content: "勇";
}

.ti-brand-finder:before {
  content: "\f218";
}

.ti-brand-firebase:before {
  content: "\ef6e";
}

.ti-brand-firefox:before {
  content: "\ecfd";
}

.ti-brand-fiverr:before {
  content: "\f7a4";
}

.ti-brand-flickr:before {
  content: "\ecfe";
}

.ti-brand-flightradar24:before {
  content: "\f4d6";
}

.ti-brand-flipboard:before {
  content: "\f20b";
}

.ti-brand-flutter:before {
  content: "\f395";
}

.ti-brand-fortnite:before {
  content: "\f260";
}

.ti-brand-foursquare:before {
  content: "\ecff";
}

.ti-brand-framer:before {
  content: "\ec1b";
}

.ti-brand-framer-motion:before {
  content: "\f78c";
}

.ti-brand-funimation:before {
  content: "\f655";
}

.ti-brand-gatsby:before {
  content: "\f396";
}

.ti-brand-git:before {
  content: "\ef6f";
}

.ti-brand-github:before {
  content: "\ec1c";
}

.ti-brand-github-copilot:before {
  content: "\f4a8";
}

.ti-brand-gitlab:before {
  content: "\ec1d";
}

.ti-brand-gmail:before {
  content: "\efa2";
}

.ti-brand-golang:before {
  content: "\f78d";
}

.ti-brand-google:before {
  content: "\ec1f";
}

.ti-brand-google-analytics:before {
  content: "\edcb";
}

.ti-brand-google-big-query:before {
  content: "\f612";
}

.ti-brand-google-drive:before {
  content: "\ec1e";
}

.ti-brand-google-fit:before {
  content: "\f297";
}

.ti-brand-google-home:before {
  content: "\f601";
}

.ti-brand-google-maps:before {
  content: "祐";
}

.ti-brand-google-one:before {
  content: "\f232";
}

.ti-brand-google-photos:before {
  content: "\f20c";
}

.ti-brand-google-play:before {
  content: "\ed25";
}

.ti-brand-google-podcasts:before {
  content: "\f656";
}

.ti-brand-grammarly:before {
  content: "\f32b";
}

.ti-brand-graphql:before {
  content: "\f32c";
}

.ti-brand-gravatar:before {
  content: "\edcc";
}

.ti-brand-grindr:before {
  content: "\f20d";
}

.ti-brand-guardian:before {
  content: "\f4fb";
}

.ti-brand-gumroad:before {
  content: "\f5d6";
}

.ti-brand-hackerrank:before {
  content: "Ｃ";
}

.ti-brand-hbo:before {
  content: "\f657";
}

.ti-brand-headlessui:before {
  content: "\f32d";
}

.ti-brand-hexo:before {
  content: "祖";
}

.ti-brand-hipchat:before {
  content: "\edcd";
}

.ti-brand-html5:before {
  content: "\ed6c";
}

.ti-brand-inertia:before {
  content: "\f34a";
}

.ti-brand-infakt:before {
  content: "𐈊";
}

.ti-brand-instagram:before {
  content: "\ec20";
}

.ti-brand-intercom:before {
  content: "\f1cf";
}

.ti-brand-itch:before {
  content: "諸";
}

.ti-brand-javascript:before {
  content: "\ef0c";
}

.ti-brand-jira:before {
  content: "𐈱";
}

.ti-brand-juejin:before {
  content: "\f7b0";
}

.ti-brand-kakao-talk:before {
  content: "ﴭ";
}

.ti-brand-kbin:before {
  content: "𢡄";
}

.ti-brand-kick:before {
  content: "﨣";
}

.ti-brand-kickstarter:before {
  content: "\edce";
}

.ti-brand-kotlin:before {
  content: "\ed6d";
}

.ti-brand-laravel:before {
  content: "\f34b";
}

.ti-brand-lastfm:before {
  content: "\f001";
}

.ti-brand-leetcode:before {
  content: "祝";
}

.ti-brand-letterboxd:before {
  content: "﨤";
}

.ti-brand-line:before {
  content: "\f7e8";
}

.ti-brand-linkedin:before {
  content: "\ec8c";
}

.ti-brand-linktree:before {
  content: "\f1e7";
}

.ti-brand-linqpad:before {
  content: "\f562";
}

.ti-brand-livewire:before {
  content: "ﵶ";
}

.ti-brand-loom:before {
  content: "\ef70";
}

.ti-brand-mailgun:before {
  content: "\f32e";
}

.ti-brand-mantine:before {
  content: "\f32f";
}

.ti-brand-mastercard:before {
  content: "\ef49";
}

.ti-brand-mastodon:before {
  content: "\f250";
}

.ti-brand-matrix:before {
  content: "\f5eb";
}

.ti-brand-mcdonalds:before {
  content: "\f251";
}

.ti-brand-medium:before {
  content: "\ec70";
}

.ti-brand-meetup:before {
  content: "ﱪ";
}

.ti-brand-mercedes:before {
  content: "\f072";
}

.ti-brand-messenger:before {
  content: "\ec71";
}

.ti-brand-meta:before {
  content: "\efb0";
}

.ti-brand-metabrainz:before {
  content: "２";
}

.ti-brand-minecraft:before {
  content: "﫯";
}

.ti-brand-miniprogram:before {
  content: "\f602";
}

.ti-brand-mixpanel:before {
  content: "\f397";
}

.ti-brand-monday:before {
  content: "\f219";
}

.ti-brand-mongodb:before {
  content: "\f613";
}

.ti-brand-my-oppo:before {
  content: "\f4d7";
}

.ti-brand-mysql:before {
  content: "\f614";
}

.ti-brand-national-geographic:before {
  content: "\f603";
}

.ti-brand-nem:before {
  content: "\f5a1";
}

.ti-brand-netbeans:before {
  content: "\ef71";
}

.ti-brand-netease-music:before {
  content: "\f604";
}

.ti-brand-netflix:before {
  content: "\edcf";
}

.ti-brand-nexo:before {
  content: "\f5a2";
}

.ti-brand-nextcloud:before {
  content: "\f4d8";
}

.ti-brand-nextjs:before {
  content: "\f0dd";
}

.ti-brand-nodejs:before {
  content: "﫠";
}

.ti-brand-nord-vpn:before {
  content: "\f37f";
}

.ti-brand-notion:before {
  content: "\ef7b";
}

.ti-brand-npm:before {
  content: "\f569";
}

.ti-brand-nuxt:before {
  content: "\f0de";
}

.ti-brand-nytimes:before {
  content: "\ef8d";
}

.ti-brand-oauth:before {
  content: "禍";
}

.ti-brand-office:before {
  content: "\f398";
}

.ti-brand-ok-ru:before {
  content: "\f399";
}

.ti-brand-onedrive:before {
  content: "\f5d7";
}

.ti-brand-onlyfans:before {
  content: "\f605";
}

.ti-brand-open-source:before {
  content: "\edd0";
}

.ti-brand-openai:before {
  content: "\f78e";
}

.ti-brand-openvpn:before {
  content: "\f39a";
}

.ti-brand-opera:before {
  content: "\ec21";
}

.ti-brand-pagekit:before {
  content: "\edd1";
}

.ti-brand-parsinta:before {
  content: "ﱂ";
}

.ti-brand-patreon:before {
  content: "\edd2";
}

.ti-brand-paypal:before {
  content: "\ec22";
}

.ti-brand-paypay:before {
  content: "\f5ec";
}

.ti-brand-peanut:before {
  content: "\f39b";
}

.ti-brand-pepsi:before {
  content: "\f261";
}

.ti-brand-php:before {
  content: "\ef72";
}

.ti-brand-picsart:before {
  content: "\f4d9";
}

.ti-brand-pinterest:before {
  content: "\ec8d";
}

.ti-brand-planetscale:before {
  content: "\f78f";
}

.ti-brand-pnpm:before {
  content: "ﵷ";
}

.ti-brand-pocket:before {
  content: "\ed00";
}

.ti-brand-polymer:before {
  content: "\f498";
}

.ti-brand-powershell:before {
  content: "\f5ed";
}

.ti-brand-printables:before {
  content: "ﴛ";
}

.ti-brand-prisma:before {
  content: "\f499";
}

.ti-brand-producthunt:before {
  content: "\edd3";
}

.ti-brand-pushbullet:before {
  content: "\f330";
}

.ti-brand-pushover:before {
  content: "\f20e";
}

.ti-brand-python:before {
  content: "\ed01";
}

.ti-brand-qq:before {
  content: "\f606";
}

.ti-brand-radix-ui:before {
  content: "\f790";
}

.ti-brand-react:before {
  content: "\f34c";
}

.ti-brand-react-native:before {
  content: "\ef73";
}

.ti-brand-reason:before {
  content: "\f49a";
}

.ti-brand-reddit:before {
  content: "\ec8e";
}

.ti-brand-redhat:before {
  content: "\f331";
}

.ti-brand-redux:before {
  content: "\f3a8";
}

.ti-brand-revolut:before {
  content: "\f4da";
}

.ti-brand-rumble:before {
  content: "𣏕";
}

.ti-brand-rust:before {
  content: "禎";
}

.ti-brand-safari:before {
  content: "\ec23";
}

.ti-brand-samsungpass:before {
  content: "\f4db";
}

.ti-brand-sass:before {
  content: "\edd4";
}

.ti-brand-sentry:before {
  content: "\edd5";
}

.ti-brand-sharik:before {
  content: "\f4dc";
}

.ti-brand-shazam:before {
  content: "\edd6";
}

.ti-brand-shopee:before {
  content: "\f252";
}

.ti-brand-signal:before {
  content: "𐉵";
}

.ti-brand-sketch:before {
  content: "\ec24";
}

.ti-brand-skype:before {
  content: "\ed02";
}

.ti-brand-slack:before {
  content: "\ec72";
}

.ti-brand-snapchat:before {
  content: "\ec25";
}

.ti-brand-snapseed:before {
  content: "\f253";
}

.ti-brand-snowflake:before {
  content: "\f615";
}

.ti-brand-socket-io:before {
  content: "\f49b";
}

.ti-brand-solidjs:before {
  content: "\f5ee";
}

.ti-brand-soundcloud:before {
  content: "\ed6e";
}

.ti-brand-spacehey:before {
  content: "\f4fc";
}

.ti-brand-speedtest:before {
  content: "勺";
}

.ti-brand-spotify:before {
  content: "\ed03";
}

.ti-brand-stackoverflow:before {
  content: "\ef58";
}

.ti-brand-stackshare:before {
  content: "\f607";
}

.ti-brand-steam:before {
  content: "\ed6f";
}

.ti-brand-stellar:before {
  content: "𐉃";
}

.ti-brand-stocktwits:before {
  content: "ﵸ";
}

.ti-brand-storj:before {
  content: "穀";
}

.ti-brand-storybook:before {
  content: "\f332";
}

.ti-brand-storytel:before {
  content: "\f608";
}

.ti-brand-strava:before {
  content: "\f254";
}

.ti-brand-stripe:before {
  content: "\edd7";
}

.ti-brand-sublime-text:before {
  content: "\ef74";
}

.ti-brand-sugarizer:before {
  content: "\f7a5";
}

.ti-brand-supabase:before {
  content: "\f6d3";
}

.ti-brand-superhuman:before {
  content: "\f50c";
}

.ti-brand-supernova:before {
  content: "\f49c";
}

.ti-brand-surfshark:before {
  content: "\f255";
}

.ti-brand-svelte:before {
  content: "\f0df";
}

.ti-brand-swift:before {
  content: "突";
}

.ti-brand-symfony:before {
  content: "\f616";
}

.ti-brand-tabler:before {
  content: "\ec8f";
}

.ti-brand-tabnine:before {
  content: "𐆮";
}

.ti-brand-tailwind:before {
  content: "\eca1";
}

.ti-brand-taobao:before {
  content: "\f5ef";
}

.ti-brand-teams:before {
  content: "﫟";
}

.ti-brand-ted:before {
  content: "\f658";
}

.ti-brand-telegram:before {
  content: "\ec26";
}

.ti-brand-terraform:before {
  content: "節";
}

.ti-brand-tesla:before {
  content: "𐂙";
}

.ti-brand-tether:before {
  content: "\f5a3";
}

.ti-brand-thingiverse:before {
  content: "ﴜ";
}

.ti-brand-threads:before {
  content: "ﬂ";
}

.ti-brand-threejs:before {
  content: "\f5f0";
}

.ti-brand-tidal:before {
  content: "\ed70";
}

.ti-brand-tiktok:before {
  content: "\ec73";
}

.ti-brand-tinder:before {
  content: "\ed71";
}

.ti-brand-topbuzz:before {
  content: "\f50d";
}

.ti-brand-torchain:before {
  content: "\f5a4";
}

.ti-brand-toyota:before {
  content: "\f262";
}

.ti-brand-trello:before {
  content: "\f39d";
}

.ti-brand-tripadvisor:before {
  content: "\f002";
}

.ti-brand-tumblr:before {
  content: "\ed04";
}

.ti-brand-twilio:before {
  content: "\f617";
}

.ti-brand-twitch:before {
  content: "\ed05";
}

.ti-brand-twitter:before {
  content: "\ec27";
}

.ti-brand-typescript:before {
  content: "\f5f1";
}

.ti-brand-uber:before {
  content: "\ef75";
}

.ti-brand-ubuntu:before {
  content: "\ef59";
}

.ti-brand-unity:before {
  content: "\f49d";
}

.ti-brand-unsplash:before {
  content: "\edd8";
}

.ti-brand-upwork:before {
  content: "\f39e";
}

.ti-brand-valorant:before {
  content: "\f39f";
}

.ti-brand-vechain:before {
  content: "𐉂";
}

.ti-brand-vercel:before {
  content: "\ef24";
}

.ti-brand-vimeo:before {
  content: "\ed06";
}

.ti-brand-vinted:before {
  content: "\f20f";
}

.ti-brand-visa:before {
  content: "\f380";
}

.ti-brand-visual-studio:before {
  content: "\ef76";
}

.ti-brand-vite:before {
  content: "\f5f2";
}

.ti-brand-vivaldi:before {
  content: "\f210";
}

.ti-brand-vk:before {
  content: "\ed72";
}

.ti-brand-vlc:before {
  content: "喝";
}

.ti-brand-volkswagen:before {
  content: "\f50e";
}

.ti-brand-vsco:before {
  content: "\f334";
}

.ti-brand-vscode:before {
  content: "\f3a0";
}

.ti-brand-vue:before {
  content: "\f0e0";
}

.ti-brand-walmart:before {
  content: "\f211";
}

.ti-brand-waze:before {
  content: "\f5d8";
}

.ti-brand-webflow:before {
  content: "\f2d2";
}

.ti-brand-wechat:before {
  content: "\f5f3";
}

.ti-brand-weibo:before {
  content: "\f609";
}

.ti-brand-whatsapp:before {
  content: "\ec74";
}

.ti-brand-wikipedia:before {
  content: "啕";
}

.ti-brand-windows:before {
  content: "\ecd8";
}

.ti-brand-windy:before {
  content: "\f4dd";
}

.ti-brand-wish:before {
  content: "\f212";
}

.ti-brand-wix:before {
  content: "\f3a1";
}

.ti-brand-wordpress:before {
  content: "\f2d3";
}

.ti-brand-x:before {
  content: "ﰏ";
}

.ti-brand-xamarin:before {
  content: "喙";
}

.ti-brand-xbox:before {
  content: "\f298";
}

.ti-brand-xdeep:before {
  content: "ﰐ";
}

.ti-brand-xing:before {
  content: "\f21a";
}

.ti-brand-yahoo:before {
  content: "\ed73";
}

.ti-brand-yandex:before {
  content: "﫡";
}

.ti-brand-yarn:before {
  content: "ﵹ";
}

.ti-brand-yatse:before {
  content: "\f213";
}

.ti-brand-ycombinator:before {
  content: "\edd9";
}

.ti-brand-youtube:before {
  content: "\ec90";
}

.ti-brand-youtube-kids:before {
  content: "\f214";
}

.ti-brand-zalando:before {
  content: "\f49e";
}

.ti-brand-zapier:before {
  content: "\f49f";
}

.ti-brand-zeit:before {
  content: "\f335";
}

.ti-brand-zhihu:before {
  content: "\f60a";
}

.ti-brand-zoom:before {
  content: "\f215";
}

.ti-brand-zulip:before {
  content: "\f4de";
}

.ti-brand-zwift:before {
  content: "\f216";
}

.ti-bread:before {
  content: "\efa3";
}

.ti-bread-off:before {
  content: "\f3cb";
}

.ti-briefcase:before {
  content: "\ea46";
}

.ti-briefcase-2:before {
  content: "ﬃ";
}

.ti-briefcase-off:before {
  content: "\f3cc";
}

.ti-brightness:before {
  content: "\eb7f";
}

.ti-brightness-2:before {
  content: "\ee19";
}

.ti-brightness-auto:before {
  content: "ﶙ";
}

.ti-brightness-down:before {
  content: "\eb7d";
}

.ti-brightness-half:before {
  content: "\ee1a";
}

.ti-brightness-off:before {
  content: "\f3cd";
}

.ti-brightness-up:before {
  content: "\eb7e";
}

.ti-broadcast:before {
  content: "\f1e9";
}

.ti-broadcast-off:before {
  content: "\f1e8";
}

.ti-browser:before {
  content: "\ebb7";
}

.ti-browser-check:before {
  content: "\efd6";
}

.ti-browser-maximize:before {
  content: "𐂰";
}

.ti-browser-minus:before {
  content: "𐂯";
}

.ti-browser-off:before {
  content: "\f0c1";
}

.ti-browser-plus:before {
  content: "\efd7";
}

.ti-browser-share:before {
  content: "𐂮";
}

.ti-browser-x:before {
  content: "\efd8";
}

.ti-brush:before {
  content: "\ebb8";
}

.ti-brush-off:before {
  content: "\f0c2";
}

.ti-bubble:before {
  content: "ﺺ";
}

.ti-bubble-minus:before {
  content: "ﺾ";
}

.ti-bubble-plus:before {
  content: "ﺽ";
}

.ti-bubble-tea:before {
  content: "ｑ";
}

.ti-bubble-tea-2:before {
  content: "ｒ";
}

.ti-bubble-text:before {
  content: "ﺼ";
}

.ti-bubble-x:before {
  content: "ﺻ";
}

.ti-bucket:before {
  content: "\ea47";
}

.ti-bucket-droplet:before {
  content: "\f56a";
}

.ti-bucket-off:before {
  content: "\f103";
}

.ti-bug:before {
  content: "\ea48";
}

.ti-bug-off:before {
  content: "\f0c3";
}

.ti-building:before {
  content: "\ea4f";
}

.ti-building-airport:before {
  content: "ﾩ";
}

.ti-building-arch:before {
  content: "\ea49";
}

.ti-building-bank:before {
  content: "\ebe2";
}

.ti-building-bridge:before {
  content: "\ea4b";
}

.ti-building-bridge-2:before {
  content: "\ea4a";
}

.ti-building-broadcast-tower:before {
  content: "\f4be";
}

.ti-building-burj-al-arab:before {
  content: "ｐ";
}

.ti-building-carousel:before {
  content: "\ed87";
}

.ti-building-castle:before {
  content: "\ed88";
}

.ti-building-church:before {
  content: "\ea4c";
}

.ti-building-circus:before {
  content: "\f4bf";
}

.ti-building-cog:before {
  content: "𐁢";
}

.ti-building-community:before {
  content: "\ebf6";
}

.ti-building-cottage:before {
  content: "\ee1b";
}

.ti-building-eiffel-tower:before {
  content: "𐉑";
}

.ti-building-estate:before {
  content: "\f5a5";
}

.ti-building-factory:before {
  content: "\ee1c";
}

.ti-building-factory-2:before {
  content: "\f082";
}

.ti-building-fortress:before {
  content: "\ed89";
}

.ti-building-hospital:before {
  content: "\ea4d";
}

.ti-building-lighthouse:before {
  content: "\ed8a";
}

.ti-building-minus:before {
  content: "𐁡";
}

.ti-building-monument:before {
  content: "\ed26";
}

.ti-building-mosque:before {
  content: "練";
}

.ti-building-off:before {
  content: "﻽";
}

.ti-building-pavilion:before {
  content: "\ebf7";
}

.ti-building-plus:before {
  content: "𐁠";
}

.ti-building-skyscraper:before {
  content: "\ec39";
}

.ti-building-stadium:before {
  content: "\f641";
}

.ti-building-store:before {
  content: "\ea4e";
}

.ti-building-tunnel:before {
  content: "\f5a6";
}

.ti-building-warehouse:before {
  content: "\ebe3";
}

.ti-building-wind-turbine:before {
  content: "\f4c0";
}

.ti-buildings:before {
  content: "｀";
}

.ti-bulb:before {
  content: "\ea51";
}

.ti-bulb-off:before {
  content: "\ea50";
}

.ti-bulldozer:before {
  content: "\ee1d";
}

.ti-burger:before {
  content: "ﲴ";
}

.ti-bus:before {
  content: "\ebe4";
}

.ti-bus-off:before {
  content: "\f3ce";
}

.ti-bus-stop:before {
  content: "\f2d4";
}

.ti-businessplan:before {
  content: "\ee1e";
}

.ti-butterfly:before {
  content: "\efd9";
}

.ti-cactus:before {
  content: "\f21b";
}

.ti-cactus-off:before {
  content: "\f3cf";
}

.ti-cake:before {
  content: "\f00f";
}

.ti-cake-off:before {
  content: "\f104";
}

.ti-cake-roll:before {
  content: "𐂽";
}

.ti-calculator:before {
  content: "\eb80";
}

.ti-calculator-off:before {
  content: "\f0c4";
}

.ti-calendar:before {
  content: "\ea53";
}

.ti-calendar-bolt:before {
  content: "\f822";
}

.ti-calendar-cancel:before {
  content: "\f823";
}

.ti-calendar-check:before {
  content: "\f824";
}

.ti-calendar-clock:before {
  content: "ﴮ";
}

.ti-calendar-code:before {
  content: "\f825";
}

.ti-calendar-cog:before {
  content: "\f826";
}

.ti-calendar-dollar:before {
  content: "\f827";
}

.ti-calendar-dot:before {
  content: "﴾";
}

.ti-calendar-down:before {
  content: "\f828";
}

.ti-calendar-due:before {
  content: "\f621";
}

.ti-calendar-event:before {
  content: "\ea52";
}

.ti-calendar-exclamation:before {
  content: "\f829";
}

.ti-calendar-heart:before {
  content: "\f82a";
}

.ti-calendar-minus:before {
  content: "\ebb9";
}

.ti-calendar-month:before {
  content: "ﴯ";
}

.ti-calendar-off:before {
  content: "\ee1f";
}

.ti-calendar-pause:before {
  content: "\f82b";
}

.ti-calendar-pin:before {
  content: "\f82c";
}

.ti-calendar-plus:before {
  content: "\ebba";
}

.ti-calendar-question:before {
  content: "\f82d";
}

.ti-calendar-repeat:before {
  content: "㮝";
}

.ti-calendar-sad:before {
  content: "ﴝ";
}

.ti-calendar-search:before {
  content: "\f82e";
}

.ti-calendar-share:before {
  content: "\f82f";
}

.ti-calendar-smile:before {
  content: "ﴞ";
}

.ti-calendar-star:before {
  content: "\f830";
}

.ti-calendar-stats:before {
  content: "\ee20";
}

.ti-calendar-time:before {
  content: "\ee21";
}

.ti-calendar-up:before {
  content: "\f831";
}

.ti-calendar-user:before {
  content: "ﴟ";
}

.ti-calendar-week:before {
  content: "ﴰ";
}

.ti-calendar-x:before {
  content: "\f832";
}

.ti-camera:before {
  content: "\ea54";
}

.ti-camera-ai:before {
  content: "ﾨ";
}

.ti-camera-bitcoin:before {
  content: "ﾧ";
}

.ti-camera-bolt:before {
  content: "\f833";
}

.ti-camera-cancel:before {
  content: "\f834";
}

.ti-camera-check:before {
  content: "\f835";
}

.ti-camera-code:before {
  content: "\f836";
}

.ti-camera-cog:before {
  content: "\f837";
}

.ti-camera-dollar:before {
  content: "\f838";
}

.ti-camera-down:before {
  content: "\f839";
}

.ti-camera-exclamation:before {
  content: "\f83a";
}

.ti-camera-heart:before {
  content: "\f83b";
}

.ti-camera-minus:before {
  content: "\ec3a";
}

.ti-camera-moon:before {
  content: "ﾦ";
}

.ti-camera-off:before {
  content: "\ecee";
}

.ti-camera-pause:before {
  content: "\f83c";
}

.ti-camera-pin:before {
  content: "\f83d";
}

.ti-camera-plus:before {
  content: "\ec3b";
}

.ti-camera-question:before {
  content: "\f83e";
}

.ti-camera-rotate:before {
  content: "\ee22";
}

.ti-camera-search:before {
  content: "\f83f";
}

.ti-camera-selfie:before {
  content: "\ee23";
}

.ti-camera-share:before {
  content: "\f840";
}

.ti-camera-spark:before {
  content: "ﾼ";
}

.ti-camera-star:before {
  content: "\f841";
}

.ti-camera-up:before {
  content: "\f842";
}

.ti-camera-x:before {
  content: "\f843";
}

.ti-camper:before {
  content: "逸";
}

.ti-campfire:before {
  content: "\f5a7";
}

.ti-canary:before {
  content: "𐇵";
}

.ti-cancel:before {
  content: "１";
}

.ti-candle:before {
  content: "\efc6";
}

.ti-candy:before {
  content: "\ef0d";
}

.ti-candy-off:before {
  content: "\f0c5";
}

.ti-cane:before {
  content: "\f50f";
}

.ti-cannabis:before {
  content: "\f4c1";
}

.ti-cap-projecting:before {
  content: "Ｂ";
}

.ti-cap-rounded:before {
  content: "Ａ";
}

.ti-cap-straight:before {
  content: "＠";
}

.ti-capsule:before {
  content: "﫣";
}

.ti-capsule-horizontal:before {
  content: "﫢";
}

.ti-capture:before {
  content: "\ec3c";
}

.ti-capture-off:before {
  content: "\f0c6";
}

.ti-car:before {
  content: "\ebbb";
}

.ti-car-4wd:before {
  content: "ﶸ";
}

.ti-car-crane:before {
  content: "\ef25";
}

.ti-car-crash:before {
  content: "\efa4";
}

.ti-car-door:before {
  content: "𐉐";
}

.ti-car-fan:before {
  content: "ﶳ";
}

.ti-car-fan-1:before {
  content: "ﶷ";
}

.ti-car-fan-2:before {
  content: "ﶶ";
}

.ti-car-fan-3:before {
  content: "ﶵ";
}

.ti-car-fan-auto:before {
  content: "ﶴ";
}

.ti-car-garage:before {
  content: "ﱷ";
}

.ti-car-lifter:before {
  content: "𐉏";
}

.ti-car-off:before {
  content: "\f0c7";
}

.ti-car-off-road:before {
  content: "𐈰";
}

.ti-car-suspension:before {
  content: "𐈯";
}

.ti-car-suv:before {
  content: "ﲋ";
}

.ti-car-turbine:before {
  content: "\f4fd";
}

.ti-carambola:before {
  content: "ﺹ";
}

.ti-caravan:before {
  content: "\ec7c";
}

.ti-cardboards:before {
  content: "\ed74";
}

.ti-cardboards-off:before {
  content: "\f0c8";
}

.ti-cards:before {
  content: "\f510";
}

.ti-caret-down:before {
  content: "\eb5d";
}

.ti-caret-left:before {
  content: "\eb5e";
}

.ti-caret-left-right:before {
  content: "ﱃ";
}

.ti-caret-right:before {
  content: "\eb5f";
}

.ti-caret-up:before {
  content: "\eb60";
}

.ti-caret-up-down:before {
  content: "ﱄ";
}

.ti-carousel-horizontal:before {
  content: "\f659";
}

.ti-carousel-vertical:before {
  content: "\f65a";
}

.ti-carrot:before {
  content: "\f21c";
}

.ti-carrot-off:before {
  content: "\f3d0";
}

.ti-cash:before {
  content: "\ea55";
}

.ti-cash-banknote:before {
  content: "\ee25";
}

.ti-cash-banknote-edit:before {
  content: "𐅉";
}

.ti-cash-banknote-heart:before {
  content: "𐅈";
}

.ti-cash-banknote-minus:before {
  content: "𐅇";
}

.ti-cash-banknote-move:before {
  content: "𐅅";
}

.ti-cash-banknote-move-back:before {
  content: "𐅆";
}

.ti-cash-banknote-off:before {
  content: "\ee24";
}

.ti-cash-banknote-plus:before {
  content: "𐅄";
}

.ti-cash-edit:before {
  content: "𐅃";
}

.ti-cash-heart:before {
  content: "𐅂";
}

.ti-cash-minus:before {
  content: "𐅁";
}

.ti-cash-move:before {
  content: "𐄿";
}

.ti-cash-move-back:before {
  content: "𐅀";
}

.ti-cash-off:before {
  content: "\f105";
}

.ti-cash-plus:before {
  content: "𐄾";
}

.ti-cash-register:before {
  content: "ﻦ";
}

.ti-cast:before {
  content: "\ea56";
}

.ti-cast-off:before {
  content: "\f0c9";
}

.ti-cat:before {
  content: "\f65b";
}

.ti-category:before {
  content: "\f1f6";
}

.ti-category-2:before {
  content: "\f1f5";
}

.ti-category-minus:before {
  content: "ﴠ";
}

.ti-category-plus:before {
  content: "ﴡ";
}

.ti-ce:before {
  content: "\ed75";
}

.ti-ce-off:before {
  content: "\f0ca";
}

.ti-cell:before {
  content: "\f05f";
}

.ti-cell-signal-1:before {
  content: "\f083";
}

.ti-cell-signal-2:before {
  content: "\f084";
}

.ti-cell-signal-3:before {
  content: "\f085";
}

.ti-cell-signal-4:before {
  content: "\f086";
}

.ti-cell-signal-5:before {
  content: "\f087";
}

.ti-cell-signal-off:before {
  content: "\f088";
}

.ti-certificate:before {
  content: "\ed76";
}

.ti-certificate-2:before {
  content: "\f073";
}

.ti-certificate-2-off:before {
  content: "\f0cb";
}

.ti-certificate-off:before {
  content: "\f0cc";
}

.ti-chair-director:before {
  content: "\f2d5";
}

.ti-chalkboard:before {
  content: "\f34d";
}

.ti-chalkboard-off:before {
  content: "\f3d1";
}

.ti-chalkboard-teacher:before {
  content: "𐅠";
}

.ti-charging-pile:before {
  content: "\ee26";
}

.ti-chart-arcs:before {
  content: "\ee28";
}

.ti-chart-arcs-3:before {
  content: "\ee27";
}

.ti-chart-area:before {
  content: "\ea58";
}

.ti-chart-area-line:before {
  content: "\ea57";
}

.ti-chart-arrows:before {
  content: "\ee2a";
}

.ti-chart-arrows-vertical:before {
  content: "\ee29";
}

.ti-chart-bar:before {
  content: "\ea59";
}

.ti-chart-bar-off:before {
  content: "\f3d2";
}

.ti-chart-bar-popular:before {
  content: "ﻷ";
}

.ti-chart-bubble:before {
  content: "\ec75";
}

.ti-chart-candle:before {
  content: "\ea5a";
}

.ti-chart-circles:before {
  content: "\ee2b";
}

.ti-chart-cohort:before {
  content: "ﻶ";
}

.ti-chart-column:before {
  content: "ﾥ";
}

.ti-chart-covariate:before {
  content: "ﾤ";
}

.ti-chart-donut:before {
  content: "\ea5b";
}

.ti-chart-donut-2:before {
  content: "\ee2c";
}

.ti-chart-donut-3:before {
  content: "\ee2d";
}

.ti-chart-donut-4:before {
  content: "\ee2e";
}

.ti-chart-dots:before {
  content: "\ee2f";
}

.ti-chart-dots-2:before {
  content: "\f097";
}

.ti-chart-dots-3:before {
  content: "\f098";
}

.ti-chart-funnel:before {
  content: "ﻵ";
}

.ti-chart-grid-dots:before {
  content: "\f4c2";
}

.ti-chart-histogram:before {
  content: "\f65c";
}

.ti-chart-infographic:before {
  content: "\ee30";
}

.ti-chart-line:before {
  content: "\ea5c";
}

.ti-chart-pie:before {
  content: "\ea5d";
}

.ti-chart-pie-2:before {
  content: "\ee31";
}

.ti-chart-pie-3:before {
  content: "\ee32";
}

.ti-chart-pie-4:before {
  content: "\ee33";
}

.ti-chart-pie-off:before {
  content: "\f3d3";
}

.ti-chart-ppf:before {
  content: "\f618";
}

.ti-chart-radar:before {
  content: "\ed77";
}

.ti-chart-sankey:before {
  content: "\f619";
}

.ti-chart-scatter:before {
  content: "ﶓ";
}

.ti-chart-scatter-3d:before {
  content: "ﶒ";
}

.ti-chart-treemap:before {
  content: "\f381";
}

.ti-check:before {
  content: "\ea5e";
}

.ti-checkbox:before {
  content: "\eba6";
}

.ti-checklist:before {
  content: "\f074";
}

.ti-checks:before {
  content: "\ebaa";
}

.ti-checkup-list:before {
  content: "\ef5a";
}

.ti-cheese:before {
  content: "\ef26";
}

.ti-chef-hat:before {
  content: "\f21d";
}

.ti-chef-hat-off:before {
  content: "\f3d4";
}

.ti-cherry:before {
  content: "\f511";
}

.ti-chess:before {
  content: "\f382";
}

.ti-chess-bishop:before {
  content: "\f56b";
}

.ti-chess-king:before {
  content: "\f56c";
}

.ti-chess-knight:before {
  content: "\f56d";
}

.ti-chess-queen:before {
  content: "\f56e";
}

.ti-chess-rook:before {
  content: "\f56f";
}

.ti-chevron-compact-down:before {
  content: "﫰";
}

.ti-chevron-compact-left:before {
  content: "﫱";
}

.ti-chevron-compact-right:before {
  content: "﫲";
}

.ti-chevron-compact-up:before {
  content: "﫳";
}

.ti-chevron-down:before {
  content: "\ea5f";
}

.ti-chevron-down-left:before {
  content: "\ed09";
}

.ti-chevron-down-right:before {
  content: "\ed0a";
}

.ti-chevron-left:before {
  content: "\ea60";
}

.ti-chevron-left-pipe:before {
  content: "﫤";
}

.ti-chevron-right:before {
  content: "\ea61";
}

.ti-chevron-right-pipe:before {
  content: "﫥";
}

.ti-chevron-up:before {
  content: "\ea62";
}

.ti-chevron-up-left:before {
  content: "\ed0b";
}

.ti-chevron-up-right:before {
  content: "\ed0c";
}

.ti-chevrons-down:before {
  content: "\ea63";
}

.ti-chevrons-down-left:before {
  content: "\ed0d";
}

.ti-chevrons-down-right:before {
  content: "\ed0e";
}

.ti-chevrons-left:before {
  content: "\ea64";
}

.ti-chevrons-right:before {
  content: "\ea65";
}

.ti-chevrons-up:before {
  content: "\ea66";
}

.ti-chevrons-up-left:before {
  content: "\ed0f";
}

.ti-chevrons-up-right:before {
  content: "\ed10";
}

.ti-chisel:before {
  content: "\f383";
}

.ti-chocolate:before {
  content: "𐉎";
}

.ti-christmas-ball:before {
  content: "ﴱ";
}

.ti-christmas-tree:before {
  content: "\ed78";
}

.ti-christmas-tree-off:before {
  content: "\f3d5";
}

.ti-circle:before {
  content: "\ea6b";
}

.ti-circle-arrow-down:before {
  content: "\f6f9";
}

.ti-circle-arrow-down-left:before {
  content: "\f6f6";
}

.ti-circle-arrow-down-right:before {
  content: "\f6f8";
}

.ti-circle-arrow-left:before {
  content: "\f6fb";
}

.ti-circle-arrow-right:before {
  content: "\f6fd";
}

.ti-circle-arrow-up:before {
  content: "\f703";
}

.ti-circle-arrow-up-left:before {
  content: "\f700";
}

.ti-circle-arrow-up-right:before {
  content: "\f702";
}

.ti-circle-asterisk:before {
  content: "𐆭";
}

.ti-circle-caret-down:before {
  content: "\f4a9";
}

.ti-circle-caret-left:before {
  content: "\f4aa";
}

.ti-circle-caret-right:before {
  content: "\f4ab";
}

.ti-circle-caret-up:before {
  content: "\f4ac";
}

.ti-circle-check:before {
  content: "\ea67";
}

.ti-circle-chevron-down:before {
  content: "\f622";
}

.ti-circle-chevron-left:before {
  content: "\f623";
}

.ti-circle-chevron-right:before {
  content: "\f624";
}

.ti-circle-chevron-up:before {
  content: "\f625";
}

.ti-circle-chevrons-down:before {
  content: "\f642";
}

.ti-circle-chevrons-left:before {
  content: "\f643";
}

.ti-circle-chevrons-right:before {
  content: "\f644";
}

.ti-circle-chevrons-up:before {
  content: "\f645";
}

.ti-circle-dashed:before {
  content: "\ed27";
}

.ti-circle-dashed-check:before {
  content: "ﺸ";
}

.ti-circle-dashed-letter-a:before {
  content: "ﾚ";
}

.ti-circle-dashed-letter-b:before {
  content: "ﾙ";
}

.ti-circle-dashed-letter-c:before {
  content: "ﾘ";
}

.ti-circle-dashed-letter-d:before {
  content: "ﾗ";
}

.ti-circle-dashed-letter-e:before {
  content: "ﾖ";
}

.ti-circle-dashed-letter-f:before {
  content: "ﾕ";
}

.ti-circle-dashed-letter-g:before {
  content: "ﾔ";
}

.ti-circle-dashed-letter-h:before {
  content: "ﾓ";
}

.ti-circle-dashed-letter-i:before {
  content: "ﾒ";
}

.ti-circle-dashed-letter-j:before {
  content: "ﾑ";
}

.ti-circle-dashed-letter-k:before {
  content: "ﾐ";
}

.ti-circle-dashed-letter-l:before {
  content: "ﾏ";
}

.ti-circle-dashed-letter-m:before {
  content: "ﾍ";
}

.ti-circle-dashed-letter-n:before {
  content: "ﾌ";
}

.ti-circle-dashed-letter-o:before {
  content: "ﾋ";
}

.ti-circle-dashed-letter-p:before {
  content: "ﾊ";
}

.ti-circle-dashed-letter-q:before {
  content: "ﾉ";
}

.ti-circle-dashed-letter-r:before {
  content: "ﾈ";
}

.ti-circle-dashed-letter-s:before {
  content: "ﾇ";
}

.ti-circle-dashed-letter-t:before {
  content: "ﾆ";
}

.ti-circle-dashed-letter-u:before {
  content: "ﾅ";
}

.ti-circle-dashed-letter-v:before {
  content: "ﾄ";
}

.ti-circle-dashed-letter-w:before {
  content: "ﾃ";
}

.ti-circle-dashed-letter-x:before {
  content: "ﾂ";
}

.ti-circle-dashed-letter-y:before {
  content: "ﾁ";
}

.ti-circle-dashed-letter-z:before {
  content: "ﾀ";
}

.ti-circle-dashed-minus:before {
  content: "ﺷ";
}

.ti-circle-dashed-number-0:before {
  content: "ﱫ";
}

.ti-circle-dashed-number-1:before {
  content: "ﱬ";
}

.ti-circle-dashed-number-2:before {
  content: "ﱭ";
}

.ti-circle-dashed-number-3:before {
  content: "ﱮ";
}

.ti-circle-dashed-number-4:before {
  content: "ﱯ";
}

.ti-circle-dashed-number-5:before {
  content: "ﱰ";
}

.ti-circle-dashed-number-6:before {
  content: "ﱱ";
}

.ti-circle-dashed-number-7:before {
  content: "ﱲ";
}

.ti-circle-dashed-number-8:before {
  content: "ﱳ";
}

.ti-circle-dashed-number-9:before {
  content: "ﱴ";
}

.ti-circle-dashed-percentage:before {
  content: "ﵺ";
}

.ti-circle-dashed-plus:before {
  content: "ﺶ";
}

.ti-circle-dashed-x:before {
  content: "ﱵ";
}

.ti-circle-dot:before {
  content: "\efb1";
}

.ti-circle-dotted:before {
  content: "\ed28";
}

.ti-circle-dotted-letter-a:before {
  content: "ｿ";
}

.ti-circle-dotted-letter-b:before {
  content: "ｾ";
}

.ti-circle-dotted-letter-c:before {
  content: "ｽ";
}

.ti-circle-dotted-letter-d:before {
  content: "ｼ";
}

.ti-circle-dotted-letter-e:before {
  content: "ｻ";
}

.ti-circle-dotted-letter-f:before {
  content: "ｺ";
}

.ti-circle-dotted-letter-g:before {
  content: "ｹ";
}

.ti-circle-dotted-letter-h:before {
  content: "ｸ";
}

.ti-circle-dotted-letter-i:before {
  content: "ｷ";
}

.ti-circle-dotted-letter-j:before {
  content: "ｶ";
}

.ti-circle-dotted-letter-k:before {
  content: "ｵ";
}

.ti-circle-dotted-letter-l:before {
  content: "ｴ";
}

.ti-circle-dotted-letter-m:before {
  content: "ｳ";
}

.ti-circle-dotted-letter-n:before {
  content: "ｲ";
}

.ti-circle-dotted-letter-o:before {
  content: "ｱ";
}

.ti-circle-dotted-letter-p:before {
  content: "ｰ";
}

.ti-circle-dotted-letter-q:before {
  content: "ｯ";
}

.ti-circle-dotted-letter-r:before {
  content: "ｮ";
}

.ti-circle-dotted-letter-s:before {
  content: "ｭ";
}

.ti-circle-dotted-letter-t:before {
  content: "ｬ";
}

.ti-circle-dotted-letter-u:before {
  content: "ｫ";
}

.ti-circle-dotted-letter-v:before {
  content: "ｪ";
}

.ti-circle-dotted-letter-w:before {
  content: "ｩ";
}

.ti-circle-dotted-letter-x:before {
  content: "ｨ";
}

.ti-circle-dotted-letter-y:before {
  content: "ｧ";
}

.ti-circle-dotted-letter-z:before {
  content: "ｦ";
}

.ti-circle-half:before {
  content: "\ee3f";
}

.ti-circle-half-2:before {
  content: "\eff3";
}

.ti-circle-half-vertical:before {
  content: "\ee3e";
}

.ti-circle-key:before {
  content: "\f633";
}

.ti-circle-letter-a:before {
  content: "\f441";
}

.ti-circle-letter-b:before {
  content: "\f442";
}

.ti-circle-letter-c:before {
  content: "\f443";
}

.ti-circle-letter-d:before {
  content: "\f444";
}

.ti-circle-letter-e:before {
  content: "\f445";
}

.ti-circle-letter-f:before {
  content: "\f446";
}

.ti-circle-letter-g:before {
  content: "\f447";
}

.ti-circle-letter-h:before {
  content: "\f448";
}

.ti-circle-letter-i:before {
  content: "\f449";
}

.ti-circle-letter-j:before {
  content: "\f44a";
}

.ti-circle-letter-k:before {
  content: "\f44b";
}

.ti-circle-letter-l:before {
  content: "\f44c";
}

.ti-circle-letter-m:before {
  content: "\f44d";
}

.ti-circle-letter-n:before {
  content: "\f44e";
}

.ti-circle-letter-o:before {
  content: "\f44f";
}

.ti-circle-letter-p:before {
  content: "\f450";
}

.ti-circle-letter-q:before {
  content: "\f451";
}

.ti-circle-letter-r:before {
  content: "\f452";
}

.ti-circle-letter-s:before {
  content: "\f453";
}

.ti-circle-letter-t:before {
  content: "\f454";
}

.ti-circle-letter-u:before {
  content: "\f455";
}

.ti-circle-letter-v:before {
  content: "\f4ad";
}

.ti-circle-letter-w:before {
  content: "\f456";
}

.ti-circle-letter-x:before {
  content: "\f4ae";
}

.ti-circle-letter-y:before {
  content: "\f457";
}

.ti-circle-letter-z:before {
  content: "\f458";
}

.ti-circle-minus:before {
  content: "\ea68";
}

.ti-circle-minus-2:before {
  content: "ﲌ";
}

.ti-circle-number-0:before {
  content: "\ee34";
}

.ti-circle-number-1:before {
  content: "\ee35";
}

.ti-circle-number-2:before {
  content: "\ee36";
}

.ti-circle-number-3:before {
  content: "\ee37";
}

.ti-circle-number-4:before {
  content: "\ee38";
}

.ti-circle-number-5:before {
  content: "\ee39";
}

.ti-circle-number-6:before {
  content: "\ee3a";
}

.ti-circle-number-7:before {
  content: "\ee3b";
}

.ti-circle-number-8:before {
  content: "\ee3c";
}

.ti-circle-number-9:before {
  content: "\ee3d";
}

.ti-circle-off:before {
  content: "\ee40";
}

.ti-circle-open-arrow-down:before {
  content: "𐈉";
}

.ti-circle-open-arrow-left:before {
  content: "𐈈";
}

.ti-circle-open-arrow-right:before {
  content: "𐈇";
}

.ti-circle-open-arrow-up:before {
  content: "𐈆";
}

.ti-circle-percentage:before {
  content: "ﵻ";
}

.ti-circle-plus:before {
  content: "\ea69";
}

.ti-circle-plus-2:before {
  content: "ﲍ";
}

.ti-circle-plus-minus:before {
  content: "𐈅";
}

.ti-circle-rectangle:before {
  content: "\f010";
}

.ti-circle-rectangle-off:before {
  content: "\f0cd";
}

.ti-circle-square:before {
  content: "\ece4";
}

.ti-circle-triangle:before {
  content: "\f011";
}

.ti-circle-x:before {
  content: "\ea6a";
}

.ti-circles:before {
  content: "\ece5";
}

.ti-circles-relation:before {
  content: "\f4c3";
}

.ti-circuit-ammeter:before {
  content: "\f271";
}

.ti-circuit-battery:before {
  content: "\f272";
}

.ti-circuit-bulb:before {
  content: "\f273";
}

.ti-circuit-capacitor:before {
  content: "\f275";
}

.ti-circuit-capacitor-polarized:before {
  content: "\f274";
}

.ti-circuit-cell:before {
  content: "\f277";
}

.ti-circuit-cell-plus:before {
  content: "\f276";
}

.ti-circuit-changeover:before {
  content: "\f278";
}

.ti-circuit-diode:before {
  content: "\f27a";
}

.ti-circuit-diode-zener:before {
  content: "\f279";
}

.ti-circuit-ground:before {
  content: "\f27c";
}

.ti-circuit-ground-digital:before {
  content: "\f27b";
}

.ti-circuit-inductor:before {
  content: "\f27d";
}

.ti-circuit-motor:before {
  content: "\f27e";
}

.ti-circuit-pushbutton:before {
  content: "\f27f";
}

.ti-circuit-resistor:before {
  content: "\f280";
}

.ti-circuit-switch-closed:before {
  content: "\f281";
}

.ti-circuit-switch-open:before {
  content: "\f282";
}

.ti-circuit-voltmeter:before {
  content: "\f283";
}

.ti-clear-all:before {
  content: "\ee41";
}

.ti-clear-formatting:before {
  content: "\ebe5";
}

.ti-clef:before {
  content: "𐉀";
}

.ti-clef-staff:before {
  content: "𐉁";
}

.ti-click:before {
  content: "\ebbc";
}

.ti-cliff-jumping:before {
  content: "ﻼ";
}

.ti-clipboard:before {
  content: "\ea6f";
}

.ti-clipboard-check:before {
  content: "\ea6c";
}

.ti-clipboard-copy:before {
  content: "\f299";
}

.ti-clipboard-data:before {
  content: "\f563";
}

.ti-clipboard-heart:before {
  content: "\f34e";
}

.ti-clipboard-list:before {
  content: "\ea6d";
}

.ti-clipboard-off:before {
  content: "\f0ce";
}

.ti-clipboard-plus:before {
  content: "\efb2";
}

.ti-clipboard-search:before {
  content: "𐂘";
}

.ti-clipboard-smile:before {
  content: "ﶚ";
}

.ti-clipboard-text:before {
  content: "\f089";
}

.ti-clipboard-typography:before {
  content: "\f34f";
}

.ti-clipboard-x:before {
  content: "\ea6e";
}

.ti-clock:before {
  content: "\ea70";
}

.ti-clock-12:before {
  content: "ﱖ";
}

.ti-clock-2:before {
  content: "\f099";
}

.ti-clock-24:before {
  content: "ﱗ";
}

.ti-clock-bitcoin:before {
  content: "＿";
}

.ti-clock-bolt:before {
  content: "\f844";
}

.ti-clock-cancel:before {
  content: "\f546";
}

.ti-clock-check:before {
  content: "\f7c1";
}

.ti-clock-code:before {
  content: "\f845";
}

.ti-clock-cog:before {
  content: "\f7c2";
}

.ti-clock-dollar:before {
  content: "\f846";
}

.ti-clock-down:before {
  content: "\f7c3";
}

.ti-clock-edit:before {
  content: "\f547";
}

.ti-clock-exclamation:before {
  content: "\f847";
}

.ti-clock-heart:before {
  content: "\f7c4";
}

.ti-clock-hour-1:before {
  content: "\f313";
}

.ti-clock-hour-10:before {
  content: "\f314";
}

.ti-clock-hour-11:before {
  content: "\f315";
}

.ti-clock-hour-12:before {
  content: "\f316";
}

.ti-clock-hour-2:before {
  content: "\f317";
}

.ti-clock-hour-3:before {
  content: "\f318";
}

.ti-clock-hour-4:before {
  content: "\f319";
}

.ti-clock-hour-5:before {
  content: "\f31a";
}

.ti-clock-hour-6:before {
  content: "\f31b";
}

.ti-clock-hour-7:before {
  content: "\f31c";
}

.ti-clock-hour-8:before {
  content: "\f31d";
}

.ti-clock-hour-9:before {
  content: "\f31e";
}

.ti-clock-minus:before {
  content: "\f848";
}

.ti-clock-off:before {
  content: "\f0cf";
}

.ti-clock-pause:before {
  content: "\f548";
}

.ti-clock-pin:before {
  content: "\f849";
}

.ti-clock-play:before {
  content: "\f549";
}

.ti-clock-plus:before {
  content: "\f7c5";
}

.ti-clock-question:before {
  content: "\f7c6";
}

.ti-clock-record:before {
  content: "\f54a";
}

.ti-clock-search:before {
  content: "\f7c7";
}

.ti-clock-share:before {
  content: "\f84a";
}

.ti-clock-shield:before {
  content: "\f7c8";
}

.ti-clock-star:before {
  content: "\f7c9";
}

.ti-clock-stop:before {
  content: "\f54b";
}

.ti-clock-up:before {
  content: "\f7ca";
}

.ti-clock-x:before {
  content: "\f7cb";
}

.ti-clothes-rack:before {
  content: "\f285";
}

.ti-clothes-rack-off:before {
  content: "\f3d6";
}

.ti-cloud:before {
  content: "\ea76";
}

.ti-cloud-bitcoin:before {
  content: "＾";
}

.ti-cloud-bolt:before {
  content: "\f84b";
}

.ti-cloud-cancel:before {
  content: "\f84c";
}

.ti-cloud-check:before {
  content: "\f84d";
}

.ti-cloud-code:before {
  content: "\f84e";
}

.ti-cloud-cog:before {
  content: "\f84f";
}

.ti-cloud-computing:before {
  content: "\f1d0";
}

.ti-cloud-data-connection:before {
  content: "\f1d1";
}

.ti-cloud-dollar:before {
  content: "\f850";
}

.ti-cloud-down:before {
  content: "\f851";
}

.ti-cloud-download:before {
  content: "\ea71";
}

.ti-cloud-exclamation:before {
  content: "\f852";
}

.ti-cloud-fog:before {
  content: "\ecd9";
}

.ti-cloud-heart:before {
  content: "\f853";
}

.ti-cloud-lock:before {
  content: "\efdb";
}

.ti-cloud-lock-open:before {
  content: "\efda";
}

.ti-cloud-minus:before {
  content: "\f854";
}

.ti-cloud-network:before {
  content: "ﱸ";
}

.ti-cloud-off:before {
  content: "\ed3e";
}

.ti-cloud-pause:before {
  content: "\f855";
}

.ti-cloud-pin:before {
  content: "\f856";
}

.ti-cloud-plus:before {
  content: "\f857";
}

.ti-cloud-question:before {
  content: "\f858";
}

.ti-cloud-rain:before {
  content: "\ea72";
}

.ti-cloud-search:before {
  content: "\f859";
}

.ti-cloud-share:before {
  content: "\f85a";
}

.ti-cloud-snow:before {
  content: "\ea73";
}

.ti-cloud-star:before {
  content: "\f85b";
}

.ti-cloud-storm:before {
  content: "\ea74";
}

.ti-cloud-up:before {
  content: "\f85c";
}

.ti-cloud-upload:before {
  content: "\ea75";
}

.ti-cloud-x:before {
  content: "\f85d";
}

.ti-clover:before {
  content: "\f1ea";
}

.ti-clover-2:before {
  content: "\f21e";
}

.ti-clubs:before {
  content: "\eff4";
}

.ti-code:before {
  content: "\ea77";
}

.ti-code-ai:before {
  content: "𐉧";
}

.ti-code-asterisk:before {
  content: "\f312";
}

.ti-code-circle:before {
  content: "\f4ff";
}

.ti-code-circle-2:before {
  content: "\f4fe";
}

.ti-code-dots:before {
  content: "\f61a";
}

.ti-code-minus:before {
  content: "\ee42";
}

.ti-code-off:before {
  content: "\f0d0";
}

.ti-code-plus:before {
  content: "\ee43";
}

.ti-code-variable:before {
  content: "𐂫";
}

.ti-code-variable-minus:before {
  content: "𐂭";
}

.ti-code-variable-plus:before {
  content: "𐂬";
}

.ti-codeblock:before {
  content: "𐇴";
}

.ti-coffee:before {
  content: "\ef0e";
}

.ti-coffee-off:before {
  content: "\f106";
}

.ti-coffin:before {
  content: "\f579";
}

.ti-coin:before {
  content: "\eb82";
}

.ti-coin-bitcoin:before {
  content: "\f2be";
}

.ti-coin-euro:before {
  content: "\f2bf";
}

.ti-coin-monero:before {
  content: "\f4a0";
}

.ti-coin-off:before {
  content: "\f0d1";
}

.ti-coin-pound:before {
  content: "\f2c0";
}

.ti-coin-rupee:before {
  content: "\f2c1";
}

.ti-coin-taka:before {
  content: "ﴍ";
}

.ti-coin-yen:before {
  content: "\f2c2";
}

.ti-coin-yuan:before {
  content: "\f2c3";
}

.ti-coins:before {
  content: "\f65d";
}

.ti-color-filter:before {
  content: "\f5a8";
}

.ti-color-picker:before {
  content: "\ebe6";
}

.ti-color-picker-off:before {
  content: "\f0d2";
}

.ti-color-swatch:before {
  content: "\eb61";
}

.ti-color-swatch-off:before {
  content: "\f0d3";
}

.ti-column-insert-left:before {
  content: "\ee44";
}

.ti-column-insert-right:before {
  content: "\ee45";
}

.ti-column-remove:before {
  content: "﫴";
}

.ti-columns:before {
  content: "\eb83";
}

.ti-columns-1:before {
  content: "\f6d4";
}

.ti-columns-2:before {
  content: "\f6d5";
}

.ti-columns-3:before {
  content: "\f6d6";
}

.ti-columns-off:before {
  content: "\f0d4";
}

.ti-comet:before {
  content: "\ec76";
}

.ti-command:before {
  content: "\ea78";
}

.ti-command-off:before {
  content: "\f3d7";
}

.ti-compass:before {
  content: "\ea79";
}

.ti-compass-off:before {
  content: "\f0d5";
}

.ti-components:before {
  content: "\efa5";
}

.ti-components-off:before {
  content: "\f0d6";
}

.ti-cone:before {
  content: "\efdd";
}

.ti-cone-2:before {
  content: "\efdc";
}

.ti-cone-off:before {
  content: "\f3d8";
}

.ti-cone-plus:before {
  content: "杖";
}

.ti-confetti:before {
  content: "\ee46";
}

.ti-confetti-off:before {
  content: "\f3d9";
}

.ti-confucius:before {
  content: "\f58a";
}

.ti-congruent-to:before {
  content: "ﾣ";
}

.ti-connection:before {
  content: "𐇳";
}

.ti-container:before {
  content: "\ee47";
}

.ti-container-off:before {
  content: "\f107";
}

.ti-contract:before {
  content: "ﻻ";
}

.ti-contrast:before {
  content: "\ec4e";
}

.ti-contrast-2:before {
  content: "\efc7";
}

.ti-contrast-2-off:before {
  content: "\f3da";
}

.ti-contrast-off:before {
  content: "\f3db";
}

.ti-cooker:before {
  content: "\f57a";
}

.ti-cookie:before {
  content: "ﶱ";
}

.ti-cookie-man:before {
  content: "ﶲ";
}

.ti-cookie-off:before {
  content: "\f0d7";
}

.ti-copy:before {
  content: "\ea7a";
}

.ti-copy-check:before {
  content: "ﶰ";
}

.ti-copy-minus:before {
  content: "ﶯ";
}

.ti-copy-off:before {
  content: "\f0d8";
}

.ti-copy-plus:before {
  content: "ﶮ";
}

.ti-copy-x:before {
  content: "ﶭ";
}

.ti-copyleft:before {
  content: "\ec3d";
}

.ti-copyleft-off:before {
  content: "\f0d9";
}

.ti-copyright:before {
  content: "\ea7b";
}

.ti-copyright-off:before {
  content: "\f0da";
}

.ti-corner-down-left:before {
  content: "\ea7c";
}

.ti-corner-down-left-double:before {
  content: "\ee48";
}

.ti-corner-down-right:before {
  content: "\ea7d";
}

.ti-corner-down-right-double:before {
  content: "\ee49";
}

.ti-corner-left-down:before {
  content: "\ea7e";
}

.ti-corner-left-down-double:before {
  content: "\ee4a";
}

.ti-corner-left-up:before {
  content: "\ea7f";
}

.ti-corner-left-up-double:before {
  content: "\ee4b";
}

.ti-corner-right-down:before {
  content: "\ea80";
}

.ti-corner-right-down-double:before {
  content: "\ee4c";
}

.ti-corner-right-up:before {
  content: "\ea81";
}

.ti-corner-right-up-double:before {
  content: "\ee4d";
}

.ti-corner-up-left:before {
  content: "\ea82";
}

.ti-corner-up-left-double:before {
  content: "\ee4e";
}

.ti-corner-up-right:before {
  content: "\ea83";
}

.ti-corner-up-right-double:before {
  content: "\ee4f";
}

.ti-cpu:before {
  content: "\ef8e";
}

.ti-cpu-2:before {
  content: "\f075";
}

.ti-cpu-off:before {
  content: "\f108";
}

.ti-crane:before {
  content: "\ef27";
}

.ti-crane-off:before {
  content: "\f109";
}

.ti-creative-commons:before {
  content: "\efb3";
}

.ti-creative-commons-by:before {
  content: "\f21f";
}

.ti-creative-commons-nc:before {
  content: "\f220";
}

.ti-creative-commons-nd:before {
  content: "\f221";
}

.ti-creative-commons-off:before {
  content: "\f10a";
}

.ti-creative-commons-sa:before {
  content: "\f222";
}

.ti-creative-commons-zero:before {
  content: "\f223";
}

.ti-credit-card:before {
  content: "\ea84";
}

.ti-credit-card-hand:before {
  content: "𐈮";
}

.ti-credit-card-off:before {
  content: "\ed11";
}

.ti-credit-card-pay:before {
  content: "ﴲ";
}

.ti-credit-card-refund:before {
  content: "ﴳ";
}

.ti-credits:before {
  content: "𐇲";
}

.ti-cricket:before {
  content: "\f09a";
}

.ti-crop:before {
  content: "\ea85";
}

.ti-crop-1-1:before {
  content: "ﵐ";
}

.ti-crop-16-9:before {
  content: "ﵑ";
}

.ti-crop-3-2:before {
  content: "ﵒ";
}

.ti-crop-5-4:before {
  content: "ﵓ";
}

.ti-crop-7-5:before {
  content: "ﵔ";
}

.ti-crop-landscape:before {
  content: "ﵕ";
}

.ti-crop-portrait:before {
  content: "ﵖ";
}

.ti-cross:before {
  content: "\ef8f";
}

.ti-cross-off:before {
  content: "\f10b";
}

.ti-crosshair:before {
  content: "\ec3e";
}

.ti-crown:before {
  content: "\ed12";
}

.ti-crown-off:before {
  content: "\ee50";
}

.ti-crutches:before {
  content: "\ef5b";
}

.ti-crutches-off:before {
  content: "\f10c";
}

.ti-crystal-ball:before {
  content: "\f57b";
}

.ti-csv:before {
  content: "\f791";
}

.ti-cube:before {
  content: "流";
}

.ti-cube-3d-sphere:before {
  content: "\ecd7";
}

.ti-cube-3d-sphere-off:before {
  content: "\f3b5";
}

.ti-cube-off:before {
  content: "歹";
}

.ti-cube-plus:before {
  content: "殺";
}

.ti-cube-send:before {
  content: "\f61b";
}

.ti-cube-spark:before {
  content: "ﾻ";
}

.ti-cube-unfolded:before {
  content: "\f61c";
}

.ti-cup:before {
  content: "\ef28";
}

.ti-cup-off:before {
  content: "\f10d";
}

.ti-curling:before {
  content: "\efc8";
}

.ti-curly-loop:before {
  content: "\ecda";
}

.ti-currency:before {
  content: "\efa6";
}

.ti-currency-afghani:before {
  content: "\f65e";
}

.ti-currency-bahraini:before {
  content: "\ee51";
}

.ti-currency-baht:before {
  content: "\f08a";
}

.ti-currency-bitcoin:before {
  content: "\ebab";
}

.ti-currency-cent:before {
  content: "\ee53";
}

.ti-currency-dinar:before {
  content: "\ee54";
}

.ti-currency-dirham:before {
  content: "\ee55";
}

.ti-currency-dogecoin:before {
  content: "\ef4b";
}

.ti-currency-dollar:before {
  content: "\eb84";
}

.ti-currency-dollar-australian:before {
  content: "\ee56";
}

.ti-currency-dollar-brunei:before {
  content: "\f36c";
}

.ti-currency-dollar-canadian:before {
  content: "\ee57";
}

.ti-currency-dollar-guyanese:before {
  content: "\f36d";
}

.ti-currency-dollar-off:before {
  content: "\f3dc";
}

.ti-currency-dollar-singapore:before {
  content: "\ee58";
}

.ti-currency-dollar-zimbabwean:before {
  content: "\f36e";
}

.ti-currency-dong:before {
  content: "\f36f";
}

.ti-currency-dram:before {
  content: "\f370";
}

.ti-currency-ethereum:before {
  content: "\ee59";
}

.ti-currency-euro:before {
  content: "\eb85";
}

.ti-currency-euro-off:before {
  content: "\f3dd";
}

.ti-currency-florin:before {
  content: "﫵";
}

.ti-currency-forint:before {
  content: "\ee5a";
}

.ti-currency-frank:before {
  content: "\ee5b";
}

.ti-currency-guarani:before {
  content: "\f371";
}

.ti-currency-hryvnia:before {
  content: "\f372";
}

.ti-currency-husd:before {
  content: "𐈿";
}

.ti-currency-iranian-rial:before {
  content: "縉";
}

.ti-currency-kip:before {
  content: "\f373";
}

.ti-currency-krone-czech:before {
  content: "\ee5c";
}

.ti-currency-krone-danish:before {
  content: "\ee5d";
}

.ti-currency-krone-swedish:before {
  content: "\ee5e";
}

.ti-currency-lari:before {
  content: "\f374";
}

.ti-currency-leu:before {
  content: "\ee5f";
}

.ti-currency-lira:before {
  content: "\ee60";
}

.ti-currency-litecoin:before {
  content: "\ee61";
}

.ti-currency-lyd:before {
  content: "\f375";
}

.ti-currency-manat:before {
  content: "\f376";
}

.ti-currency-monero:before {
  content: "\f377";
}

.ti-currency-naira:before {
  content: "\ee62";
}

.ti-currency-nano:before {
  content: "\f7a6";
}

.ti-currency-off:before {
  content: "\f3de";
}

.ti-currency-paanga:before {
  content: "\f378";
}

.ti-currency-peso:before {
  content: "\f65f";
}

.ti-currency-pound:before {
  content: "\ebac";
}

.ti-currency-pound-off:before {
  content: "\f3df";
}

.ti-currency-quetzal:before {
  content: "\f379";
}

.ti-currency-real:before {
  content: "\ee63";
}

.ti-currency-renminbi:before {
  content: "\ee64";
}

.ti-currency-ripple:before {
  content: "\ee65";
}

.ti-currency-riyal:before {
  content: "\ee66";
}

.ti-currency-ruble:before {
  content: "\ee67";
}

.ti-currency-rufiyaa:before {
  content: "\f37a";
}

.ti-currency-rupee:before {
  content: "\ebad";
}

.ti-currency-rupee-nepalese:before {
  content: "\f37b";
}

.ti-currency-shekel:before {
  content: "\ee68";
}

.ti-currency-solana:before {
  content: "\f4a1";
}

.ti-currency-som:before {
  content: "\f37c";
}

.ti-currency-taka:before {
  content: "\ee69";
}

.ti-currency-tenge:before {
  content: "\f37d";
}

.ti-currency-tether:before {
  content: "𐈾";
}

.ti-currency-tugrik:before {
  content: "\ee6a";
}

.ti-currency-won:before {
  content: "\ee6b";
}

.ti-currency-xrp:before {
  content: "ﴴ";
}

.ti-currency-yen:before {
  content: "\ebae";
}

.ti-currency-yen-off:before {
  content: "\f3e0";
}

.ti-currency-yuan:before {
  content: "\f29a";
}

.ti-currency-zcash:before {
  content: "𐈽";
}

.ti-currency-zloty:before {
  content: "\ee6c";
}

.ti-current-location:before {
  content: "\ecef";
}

.ti-current-location-off:before {
  content: "\f10e";
}

.ti-cursor-off:before {
  content: "\f10f";
}

.ti-cursor-text:before {
  content: "\ee6d";
}

.ti-cut:before {
  content: "\ea86";
}

.ti-cylinder:before {
  content: "\f54c";
}

.ti-cylinder-off:before {
  content: "滛";
}

.ti-cylinder-plus:before {
  content: "滋";
}

.ti-dashboard:before {
  content: "\ea87";
}

.ti-dashboard-off:before {
  content: "\f3e1";
}

.ti-database:before {
  content: "\ea88";
}

.ti-database-cog:before {
  content: "塚";
}

.ti-database-dollar:before {
  content: "﨑";
}

.ti-database-edit:before {
  content: "晴";
}

.ti-database-exclamation:before {
  content: "﨓";
}

.ti-database-export:before {
  content: "\ee6e";
}

.ti-database-heart:before {
  content: "﨔";
}

.ti-database-import:before {
  content: "\ee6f";
}

.ti-database-leak:before {
  content: "凞";
}

.ti-database-minus:before {
  content: "猪";
}

.ti-database-off:before {
  content: "\ee70";
}

.ti-database-plus:before {
  content: "益";
}

.ti-database-search:before {
  content: "礼";
}

.ti-database-share:before {
  content: "神";
}

.ti-database-smile:before {
  content: "ﶛ";
}

.ti-database-star:before {
  content: "祥";
}

.ti-database-x:before {
  content: "福";
}

.ti-deaf:before {
  content: "𐆬";
}

.ti-decimal:before {
  content: "都";
}

.ti-deer:before {
  content: "\f4c5";
}

.ti-delta:before {
  content: "\f53c";
}

.ti-dental:before {
  content: "\f025";
}

.ti-dental-broken:before {
  content: "\f286";
}

.ti-dental-off:before {
  content: "\f110";
}

.ti-deselect:before {
  content: "麟";
}

.ti-desk:before {
  content: "ﴵ";
}

.ti-details:before {
  content: "\ee71";
}

.ti-details-off:before {
  content: "\f3e2";
}

.ti-device-3d-camera:before {
  content: "𐈭";
}

.ti-device-3d-lens:before {
  content: "𐈬";
}

.ti-device-airpods:before {
  content: "\f5a9";
}

.ti-device-airpods-case:before {
  content: "\f646";
}

.ti-device-airtag:before {
  content: "﫦";
}

.ti-device-analytics:before {
  content: "\ee72";
}

.ti-device-audio-tape:before {
  content: "\ee73";
}

.ti-device-camera-phone:before {
  content: "\f233";
}

.ti-device-cctv:before {
  content: "\ee74";
}

.ti-device-cctv-off:before {
  content: "\f3e3";
}

.ti-device-computer-camera:before {
  content: "\ee76";
}

.ti-device-computer-camera-2:before {
  content: "𐈼";
}

.ti-device-computer-camera-off:before {
  content: "\ee75";
}

.ti-device-desktop:before {
  content: "\ea89";
}

.ti-device-desktop-analytics:before {
  content: "\ee77";
}

.ti-device-desktop-bolt:before {
  content: "\f85e";
}

.ti-device-desktop-cancel:before {
  content: "\f85f";
}

.ti-device-desktop-check:before {
  content: "\f860";
}

.ti-device-desktop-code:before {
  content: "\f861";
}

.ti-device-desktop-cog:before {
  content: "\f862";
}

.ti-device-desktop-dollar:before {
  content: "\f863";
}

.ti-device-desktop-down:before {
  content: "\f864";
}

.ti-device-desktop-exclamation:before {
  content: "\f865";
}

.ti-device-desktop-heart:before {
  content: "\f866";
}

.ti-device-desktop-minus:before {
  content: "\f867";
}

.ti-device-desktop-off:before {
  content: "\ee78";
}

.ti-device-desktop-pause:before {
  content: "\f868";
}

.ti-device-desktop-pin:before {
  content: "\f869";
}

.ti-device-desktop-plus:before {
  content: "\f86a";
}

.ti-device-desktop-question:before {
  content: "\f86b";
}

.ti-device-desktop-search:before {
  content: "\f86c";
}

.ti-device-desktop-share:before {
  content: "\f86d";
}

.ti-device-desktop-star:before {
  content: "\f86e";
}

.ti-device-desktop-up:before {
  content: "\f86f";
}

.ti-device-desktop-x:before {
  content: "\f870";
}

.ti-device-floppy:before {
  content: "\eb62";
}

.ti-device-gamepad:before {
  content: "\eb63";
}

.ti-device-gamepad-2:before {
  content: "\f1d2";
}

.ti-device-gamepad-3:before {
  content: "ﱘ";
}

.ti-device-heart-monitor:before {
  content: "\f060";
}

.ti-device-imac:before {
  content: "\f7a7";
}

.ti-device-imac-bolt:before {
  content: "\f871";
}

.ti-device-imac-cancel:before {
  content: "\f872";
}

.ti-device-imac-check:before {
  content: "\f873";
}

.ti-device-imac-code:before {
  content: "\f874";
}

.ti-device-imac-cog:before {
  content: "\f875";
}

.ti-device-imac-dollar:before {
  content: "\f876";
}

.ti-device-imac-down:before {
  content: "\f877";
}

.ti-device-imac-exclamation:before {
  content: "\f878";
}

.ti-device-imac-heart:before {
  content: "\f879";
}

.ti-device-imac-minus:before {
  content: "\f87a";
}

.ti-device-imac-off:before {
  content: "\f87b";
}

.ti-device-imac-pause:before {
  content: "\f87c";
}

.ti-device-imac-pin:before {
  content: "\f87d";
}

.ti-device-imac-plus:before {
  content: "\f87e";
}

.ti-device-imac-question:before {
  content: "\f87f";
}

.ti-device-imac-search:before {
  content: "\f880";
}

.ti-device-imac-share:before {
  content: "\f881";
}

.ti-device-imac-star:before {
  content: "\f882";
}

.ti-device-imac-up:before {
  content: "\f883";
}

.ti-device-imac-x:before {
  content: "\f884";
}

.ti-device-ipad:before {
  content: "\f648";
}

.ti-device-ipad-bolt:before {
  content: "\f885";
}

.ti-device-ipad-cancel:before {
  content: "\f886";
}

.ti-device-ipad-check:before {
  content: "\f887";
}

.ti-device-ipad-code:before {
  content: "\f888";
}

.ti-device-ipad-cog:before {
  content: "\f889";
}

.ti-device-ipad-dollar:before {
  content: "\f88a";
}

.ti-device-ipad-down:before {
  content: "\f88b";
}

.ti-device-ipad-exclamation:before {
  content: "\f88c";
}

.ti-device-ipad-heart:before {
  content: "\f88d";
}

.ti-device-ipad-horizontal:before {
  content: "\f647";
}

.ti-device-ipad-horizontal-bolt:before {
  content: "\f88e";
}

.ti-device-ipad-horizontal-cancel:before {
  content: "\f88f";
}

.ti-device-ipad-horizontal-check:before {
  content: "\f890";
}

.ti-device-ipad-horizontal-code:before {
  content: "\f891";
}

.ti-device-ipad-horizontal-cog:before {
  content: "\f892";
}

.ti-device-ipad-horizontal-dollar:before {
  content: "\f893";
}

.ti-device-ipad-horizontal-down:before {
  content: "\f894";
}

.ti-device-ipad-horizontal-exclamation:before {
  content: "\f895";
}

.ti-device-ipad-horizontal-heart:before {
  content: "\f896";
}

.ti-device-ipad-horizontal-minus:before {
  content: "\f897";
}

.ti-device-ipad-horizontal-off:before {
  content: "\f898";
}

.ti-device-ipad-horizontal-pause:before {
  content: "\f899";
}

.ti-device-ipad-horizontal-pin:before {
  content: "\f89a";
}

.ti-device-ipad-horizontal-plus:before {
  content: "\f89b";
}

.ti-device-ipad-horizontal-question:before {
  content: "\f89c";
}

.ti-device-ipad-horizontal-search:before {
  content: "\f89d";
}

.ti-device-ipad-horizontal-share:before {
  content: "\f89e";
}

.ti-device-ipad-horizontal-star:before {
  content: "\f89f";
}

.ti-device-ipad-horizontal-up:before {
  content: "\f8a0";
}

.ti-device-ipad-horizontal-x:before {
  content: "\f8a1";
}

.ti-device-ipad-minus:before {
  content: "\f8a2";
}

.ti-device-ipad-off:before {
  content: "\f8a3";
}

.ti-device-ipad-pause:before {
  content: "\f8a4";
}

.ti-device-ipad-pin:before {
  content: "\f8a5";
}

.ti-device-ipad-plus:before {
  content: "\f8a6";
}

.ti-device-ipad-question:before {
  content: "\f8a7";
}

.ti-device-ipad-search:before {
  content: "\f8a8";
}

.ti-device-ipad-share:before {
  content: "\f8a9";
}

.ti-device-ipad-star:before {
  content: "\f8aa";
}

.ti-device-ipad-up:before {
  content: "\f8ab";
}

.ti-device-ipad-x:before {
  content: "\f8ac";
}

.ti-device-landline-phone:before {
  content: "\f649";
}

.ti-device-laptop:before {
  content: "\eb64";
}

.ti-device-laptop-off:before {
  content: "\f061";
}

.ti-device-mobile:before {
  content: "\ea8a";
}

.ti-device-mobile-bolt:before {
  content: "\f8ad";
}

.ti-device-mobile-cancel:before {
  content: "\f8ae";
}

.ti-device-mobile-charging:before {
  content: "\f224";
}

.ti-device-mobile-check:before {
  content: "\f8af";
}

.ti-device-mobile-code:before {
  content: "\f8b0";
}

.ti-device-mobile-cog:before {
  content: "\f8b1";
}

.ti-device-mobile-dollar:before {
  content: "\f8b2";
}

.ti-device-mobile-down:before {
  content: "\f8b3";
}

.ti-device-mobile-exclamation:before {
  content: "\f8b4";
}

.ti-device-mobile-heart:before {
  content: "\f8b5";
}

.ti-device-mobile-message:before {
  content: "\ee79";
}

.ti-device-mobile-minus:before {
  content: "\f8b6";
}

.ti-device-mobile-off:before {
  content: "\f062";
}

.ti-device-mobile-pause:before {
  content: "\f8b7";
}

.ti-device-mobile-pin:before {
  content: "\f8b8";
}

.ti-device-mobile-plus:before {
  content: "\f8b9";
}

.ti-device-mobile-question:before {
  content: "\f8ba";
}

.ti-device-mobile-rotated:before {
  content: "\ecdb";
}

.ti-device-mobile-search:before {
  content: "\f8bb";
}

.ti-device-mobile-share:before {
  content: "\f8bc";
}

.ti-device-mobile-star:before {
  content: "\f8bd";
}

.ti-device-mobile-up:before {
  content: "\f8be";
}

.ti-device-mobile-vibration:before {
  content: "\eb86";
}

.ti-device-mobile-x:before {
  content: "\f8bf";
}

.ti-device-nintendo:before {
  content: "\f026";
}

.ti-device-nintendo-off:before {
  content: "\f111";
}

.ti-device-projector:before {
  content: "ﰑ";
}

.ti-device-remote:before {
  content: "\f792";
}

.ti-device-screen:before {
  content: "𐈫";
}

.ti-device-sd-card:before {
  content: "\f384";
}

.ti-device-sim:before {
  content: "\f4b2";
}

.ti-device-sim-1:before {
  content: "\f4af";
}

.ti-device-sim-2:before {
  content: "\f4b0";
}

.ti-device-sim-3:before {
  content: "\f4b1";
}

.ti-device-speaker:before {
  content: "\ea8b";
}

.ti-device-speaker-off:before {
  content: "\f112";
}

.ti-device-tablet:before {
  content: "\ea8c";
}

.ti-device-tablet-bolt:before {
  content: "\f8c0";
}

.ti-device-tablet-cancel:before {
  content: "\f8c1";
}

.ti-device-tablet-check:before {
  content: "\f8c2";
}

.ti-device-tablet-code:before {
  content: "\f8c3";
}

.ti-device-tablet-cog:before {
  content: "\f8c4";
}

.ti-device-tablet-dollar:before {
  content: "\f8c5";
}

.ti-device-tablet-down:before {
  content: "\f8c6";
}

.ti-device-tablet-exclamation:before {
  content: "\f8c7";
}

.ti-device-tablet-heart:before {
  content: "\f8c8";
}

.ti-device-tablet-minus:before {
  content: "\f8c9";
}

.ti-device-tablet-off:before {
  content: "\f063";
}

.ti-device-tablet-pause:before {
  content: "\f8ca";
}

.ti-device-tablet-pin:before {
  content: "\f8cb";
}

.ti-device-tablet-plus:before {
  content: "\f8cc";
}

.ti-device-tablet-question:before {
  content: "\f8cd";
}

.ti-device-tablet-search:before {
  content: "\f8ce";
}

.ti-device-tablet-share:before {
  content: "\f8cf";
}

.ti-device-tablet-star:before {
  content: "\f8d0";
}

.ti-device-tablet-up:before {
  content: "\f8d1";
}

.ti-device-tablet-x:before {
  content: "\f8d2";
}

.ti-device-tv:before {
  content: "\ea8d";
}

.ti-device-tv-off:before {
  content: "\f064";
}

.ti-device-tv-old:before {
  content: "\f1d3";
}

.ti-device-unknown:before {
  content: "ﻴ";
}

.ti-device-usb:before {
  content: "ﱙ";
}

.ti-device-vision-pro:before {
  content: "﫧";
}

.ti-device-vision-pro-wifi:before {
  content: "𐉴";
}

.ti-device-watch:before {
  content: "\ebf9";
}

.ti-device-watch-bolt:before {
  content: "\f8d3";
}

.ti-device-watch-cancel:before {
  content: "\f8d4";
}

.ti-device-watch-check:before {
  content: "\f8d5";
}

.ti-device-watch-code:before {
  content: "\f8d6";
}

.ti-device-watch-cog:before {
  content: "\f8d7";
}

.ti-device-watch-dollar:before {
  content: "\f8d8";
}

.ti-device-watch-down:before {
  content: "\f8d9";
}

.ti-device-watch-exclamation:before {
  content: "\f8da";
}

.ti-device-watch-heart:before {
  content: "\f8db";
}

.ti-device-watch-minus:before {
  content: "\f8dc";
}

.ti-device-watch-off:before {
  content: "\f065";
}

.ti-device-watch-pause:before {
  content: "\f8dd";
}

.ti-device-watch-pin:before {
  content: "\f8de";
}

.ti-device-watch-plus:before {
  content: "\f8df";
}

.ti-device-watch-question:before {
  content: "\f8e0";
}

.ti-device-watch-search:before {
  content: "\f8e1";
}

.ti-device-watch-share:before {
  content: "\f8e2";
}

.ti-device-watch-star:before {
  content: "\f8e3";
}

.ti-device-watch-stats:before {
  content: "\ef7d";
}

.ti-device-watch-stats-2:before {
  content: "\ef7c";
}

.ti-device-watch-up:before {
  content: "\f8e4";
}

.ti-device-watch-x:before {
  content: "\f8e5";
}

.ti-device-workstation:before {
  content: "𐉳";
}

.ti-devices:before {
  content: "\eb87";
}

.ti-devices-2:before {
  content: "\ed29";
}

.ti-devices-bolt:before {
  content: "\f8e6";
}

.ti-devices-cancel:before {
  content: "\f8e7";
}

.ti-devices-check:before {
  content: "\f8e8";
}

.ti-devices-code:before {
  content: "\f8e9";
}

.ti-devices-cog:before {
  content: "\f8ea";
}

.ti-devices-dollar:before {
  content: "\f8eb";
}

.ti-devices-down:before {
  content: "\f8ec";
}

.ti-devices-exclamation:before {
  content: "\f8ed";
}

.ti-devices-heart:before {
  content: "\f8ee";
}

.ti-devices-minus:before {
  content: "\f8ef";
}

.ti-devices-off:before {
  content: "\f3e4";
}

.ti-devices-pause:before {
  content: "\f8f0";
}

.ti-devices-pc:before {
  content: "\ee7a";
}

.ti-devices-pc-off:before {
  content: "\f113";
}

.ti-devices-pin:before {
  content: "\f8f1";
}

.ti-devices-plus:before {
  content: "\f8f2";
}

.ti-devices-question:before {
  content: "\f8f3";
}

.ti-devices-search:before {
  content: "\f8f4";
}

.ti-devices-share:before {
  content: "\f8f5";
}

.ti-devices-star:before {
  content: "\f8f6";
}

.ti-devices-up:before {
  content: "\f8f7";
}

.ti-devices-x:before {
  content: "\f8f8";
}

.ti-diabolo:before {
  content: "煮";
}

.ti-diabolo-off:before {
  content: "漢";
}

.ti-diabolo-plus:before {
  content: "瀞";
}

.ti-dialpad:before {
  content: "\f067";
}

.ti-dialpad-off:before {
  content: "\f114";
}

.ti-diamond:before {
  content: "\eb65";
}

.ti-diamond-off:before {
  content: "\f115";
}

.ti-diamonds:before {
  content: "\eff5";
}

.ti-diaper:before {
  content: "ﾢ";
}

.ti-dice:before {
  content: "\eb66";
}

.ti-dice-1:before {
  content: "\f08b";
}

.ti-dice-2:before {
  content: "\f08c";
}

.ti-dice-3:before {
  content: "\f08d";
}

.ti-dice-4:before {
  content: "\f08e";
}

.ti-dice-5:before {
  content: "\f08f";
}

.ti-dice-6:before {
  content: "\f090";
}

.ti-dimensions:before {
  content: "\ee7b";
}

.ti-direction:before {
  content: "\ebfb";
}

.ti-direction-arrows:before {
  content: "ﴶ";
}

.ti-direction-horizontal:before {
  content: "\ebfa";
}

.ti-direction-sign:before {
  content: "\f1f7";
}

.ti-direction-sign-off:before {
  content: "\f3e5";
}

.ti-directions:before {
  content: "\ea8e";
}

.ti-directions-off:before {
  content: "\f116";
}

.ti-disabled:before {
  content: "\ea8f";
}

.ti-disabled-2:before {
  content: "\ebaf";
}

.ti-disabled-off:before {
  content: "\f117";
}

.ti-disc:before {
  content: "\ea90";
}

.ti-disc-golf:before {
  content: "\f385";
}

.ti-disc-off:before {
  content: "\f118";
}

.ti-discount:before {
  content: "\ebbd";
}

.ti-discount-off:before {
  content: "\f3e7";
}

.ti-divide:before {
  content: "\ed5c";
}

.ti-dna:before {
  content: "\ee7d";
}

.ti-dna-2:before {
  content: "\ef5c";
}

.ti-dna-2-off:before {
  content: "\f119";
}

.ti-dna-off:before {
  content: "\f11a";
}

.ti-dog:before {
  content: "\f660";
}

.ti-dog-bowl:before {
  content: "\ef29";
}

.ti-door:before {
  content: "\ef4e";
}

.ti-door-enter:before {
  content: "\ef4c";
}

.ti-door-exit:before {
  content: "\ef4d";
}

.ti-door-hanger:before {
  content: "𐈻";
}

.ti-door-off:before {
  content: "\f11b";
}

.ti-dots:before {
  content: "\ea95";
}

.ti-dots-circle-horizontal:before {
  content: "\ea91";
}

.ti-dots-diagonal:before {
  content: "\ea93";
}

.ti-dots-diagonal-2:before {
  content: "\ea92";
}

.ti-dots-vertical:before {
  content: "\ea94";
}

.ti-download:before {
  content: "\ea96";
}

.ti-download-off:before {
  content: "\f11c";
}

.ti-drag-drop:before {
  content: "\eb89";
}

.ti-drag-drop-2:before {
  content: "\eb88";
}

.ti-dragon:before {
  content: "𐉲";
}

.ti-drone:before {
  content: "\ed79";
}

.ti-drone-off:before {
  content: "\ee7e";
}

.ti-drop-circle:before {
  content: "\efde";
}

.ti-droplet:before {
  content: "\ea97";
}

.ti-droplet-bolt:before {
  content: "\f8f9";
}

.ti-droplet-cancel:before {
  content: "\f8fa";
}

.ti-droplet-check:before {
  content: "\f8fb";
}

.ti-droplet-code:before {
  content: "\f8fc";
}

.ti-droplet-cog:before {
  content: "\f8fd";
}

.ti-droplet-dollar:before {
  content: "\f8fe";
}

.ti-droplet-down:before {
  content: "\f8ff";
}

.ti-droplet-exclamation:before {
  content: "豈";
}

.ti-droplet-half:before {
  content: "\ee82";
}

.ti-droplet-half-2:before {
  content: "\ee81";
}

.ti-droplet-heart:before {
  content: "更";
}

.ti-droplet-minus:before {
  content: "車";
}

.ti-droplet-off:before {
  content: "\ee83";
}

.ti-droplet-pause:before {
  content: "賈";
}

.ti-droplet-pin:before {
  content: "滑";
}

.ti-droplet-plus:before {
  content: "串";
}

.ti-droplet-question:before {
  content: "句";
}

.ti-droplet-search:before {
  content: "龜";
}

.ti-droplet-share:before {
  content: "龜";
}

.ti-droplet-star:before {
  content: "契";
}

.ti-droplet-up:before {
  content: "金";
}

.ti-droplet-x:before {
  content: "喇";
}

.ti-droplets:before {
  content: "ﰒ";
}

.ti-dual-screen:before {
  content: "繁";
}

.ti-dumbbell:before {
  content: "𐉍";
}

.ti-dumpling:before {
  content: "ﺵ";
}

.ti-e-passport:before {
  content: "\f4df";
}

.ti-ear:before {
  content: "\ebce";
}

.ti-ear-off:before {
  content: "\ee84";
}

.ti-ear-scan:before {
  content: "ﵗ";
}

.ti-earphone-bluetooth:before {
  content: "𐈺";
}

.ti-ease-in:before {
  content: "\f573";
}

.ti-ease-in-control-point:before {
  content: "\f570";
}

.ti-ease-in-out:before {
  content: "\f572";
}

.ti-ease-in-out-control-points:before {
  content: "\f571";
}

.ti-ease-out:before {
  content: "\f575";
}

.ti-ease-out-control-point:before {
  content: "\f574";
}

.ti-edit:before {
  content: "\ea98";
}

.ti-edit-circle:before {
  content: "\ee85";
}

.ti-edit-circle-off:before {
  content: "\f11d";
}

.ti-edit-off:before {
  content: "\f11e";
}

.ti-egg:before {
  content: "\eb8a";
}

.ti-egg-cracked:before {
  content: "\f2d6";
}

.ti-egg-fried:before {
  content: "\f386";
}

.ti-egg-off:before {
  content: "\f11f";
}

.ti-eggs:before {
  content: "\f500";
}

.ti-elevator:before {
  content: "\efdf";
}

.ti-elevator-off:before {
  content: "\f3e8";
}

.ti-email-stamp:before {
  content: "𐉦";
}

.ti-emergency-bed:before {
  content: "\ef5d";
}

.ti-empathize:before {
  content: "\f29b";
}

.ti-empathize-off:before {
  content: "\f3e9";
}

.ti-emphasis:before {
  content: "\ebcf";
}

.ti-engine:before {
  content: "\ef7e";
}

.ti-engine-off:before {
  content: "\f120";
}

.ti-equal:before {
  content: "\ee87";
}

.ti-equal-double:before {
  content: "\f4e1";
}

.ti-equal-not:before {
  content: "\ee86";
}

.ti-eraser:before {
  content: "\eb8b";
}

.ti-eraser-off:before {
  content: "\f121";
}

.ti-error-404:before {
  content: "\f027";
}

.ti-error-404-off:before {
  content: "\f122";
}

.ti-escalator:before {
  content: "ﬆ";
}

.ti-escalator-down:before {
  content: "ﬄ";
}

.ti-escalator-up:before {
  content: "ﬅ";
}

.ti-exchange:before {
  content: "\ebe7";
}

.ti-exchange-off:before {
  content: "\f123";
}

.ti-exclamation-circle:before {
  content: "\f634";
}

.ti-exclamation-mark:before {
  content: "\efb4";
}

.ti-exclamation-mark-off:before {
  content: "\f124";
}

.ti-exercise-ball:before {
  content: "𐉌";
}

.ti-explicit:before {
  content: "\f256";
}

.ti-explicit-off:before {
  content: "\f3ea";
}

.ti-exposure:before {
  content: "\eb8c";
}

.ti-exposure-0:before {
  content: "\f29c";
}

.ti-exposure-minus-1:before {
  content: "\f29d";
}

.ti-exposure-minus-2:before {
  content: "\f29e";
}

.ti-exposure-off:before {
  content: "\f3eb";
}

.ti-exposure-plus-1:before {
  content: "\f29f";
}

.ti-exposure-plus-2:before {
  content: "\f2a0";
}

.ti-external-link:before {
  content: "\ea99";
}

.ti-external-link-off:before {
  content: "\f125";
}

.ti-eye:before {
  content: "\ea9a";
}

.ti-eye-bitcoin:before {
  content: "］";
}

.ti-eye-bolt:before {
  content: "ﭭ";
}

.ti-eye-cancel:before {
  content: "ﭮ";
}

.ti-eye-check:before {
  content: "\ee88";
}

.ti-eye-closed:before {
  content: "\f7ec";
}

.ti-eye-code:before {
  content: "ﭯ";
}

.ti-eye-cog:before {
  content: "\f7ed";
}

.ti-eye-discount:before {
  content: "ﭰ";
}

.ti-eye-dollar:before {
  content: "ﭱ";
}

.ti-eye-dotted:before {
  content: "ﺭ";
}

.ti-eye-down:before {
  content: "ﭲ";
}

.ti-eye-edit:before {
  content: "\f7ee";
}

.ti-eye-exclamation:before {
  content: "\f7ef";
}

.ti-eye-heart:before {
  content: "\f7f0";
}

.ti-eye-minus:before {
  content: "ﭳ";
}

.ti-eye-off:before {
  content: "\ecf0";
}

.ti-eye-pause:before {
  content: "ﭴ";
}

.ti-eye-pin:before {
  content: "ﭵ";
}

.ti-eye-plus:before {
  content: "ﭶ";
}

.ti-eye-question:before {
  content: "ﭷ";
}

.ti-eye-search:before {
  content: "ﭸ";
}

.ti-eye-share:before {
  content: "ﭹ";
}

.ti-eye-spark:before {
  content: "ﾺ";
}

.ti-eye-star:before {
  content: "ﭺ";
}

.ti-eye-table:before {
  content: "\ef5e";
}

.ti-eye-up:before {
  content: "ﭻ";
}

.ti-eye-x:before {
  content: "\f7f1";
}

.ti-eyeglass:before {
  content: "\ee8a";
}

.ti-eyeglass-2:before {
  content: "\ee89";
}

.ti-eyeglass-off:before {
  content: "\f126";
}

.ti-face-id:before {
  content: "\ea9b";
}

.ti-face-id-error:before {
  content: "\efa7";
}

.ti-face-mask:before {
  content: "\efb5";
}

.ti-face-mask-off:before {
  content: "\f127";
}

.ti-fall:before {
  content: "\ecb9";
}

.ti-favicon:before {
  content: "ﵥ";
}

.ti-feather:before {
  content: "\ee8b";
}

.ti-feather-off:before {
  content: "\f128";
}

.ti-fence:before {
  content: "\ef2a";
}

.ti-fence-off:before {
  content: "\f129";
}

.ti-ferry:before {
  content: "𐁴";
}

.ti-fidget-spinner:before {
  content: "\f068";
}

.ti-file:before {
  content: "\eaa4";
}

.ti-file-3d:before {
  content: "\f032";
}

.ti-file-ai:before {
  content: "ﾡ";
}

.ti-file-alert:before {
  content: "\ede6";
}

.ti-file-analytics:before {
  content: "\ede7";
}

.ti-file-arrow-left:before {
  content: "\f033";
}

.ti-file-arrow-right:before {
  content: "\f034";
}

.ti-file-barcode:before {
  content: "\f035";
}

.ti-file-bitcoin:before {
  content: "ﾠ";
}

.ti-file-broken:before {
  content: "\f501";
}

.ti-file-certificate:before {
  content: "\ed4d";
}

.ti-file-chart:before {
  content: "\f036";
}

.ti-file-check:before {
  content: "\ea9c";
}

.ti-file-code:before {
  content: "\ebd0";
}

.ti-file-code-2:before {
  content: "\ede8";
}

.ti-file-cv:before {
  content: "署";
}

.ti-file-database:before {
  content: "\f037";
}

.ti-file-delta:before {
  content: "\f53d";
}

.ti-file-description:before {
  content: "\f028";
}

.ti-file-diff:before {
  content: "\ecf1";
}

.ti-file-digit:before {
  content: "\efa8";
}

.ti-file-dislike:before {
  content: "\ed2a";
}

.ti-file-dollar:before {
  content: "\efe0";
}

.ti-file-dots:before {
  content: "\f038";
}

.ti-file-download:before {
  content: "\ea9d";
}

.ti-file-euro:before {
  content: "\efe1";
}

.ti-file-excel:before {
  content: "ﻳ";
}

.ti-file-export:before {
  content: "\ede9";
}

.ti-file-function:before {
  content: "\f53e";
}

.ti-file-horizontal:before {
  content: "\ebb0";
}

.ti-file-import:before {
  content: "\edea";
}

.ti-file-infinity:before {
  content: "\f502";
}

.ti-file-info:before {
  content: "\edec";
}

.ti-file-invoice:before {
  content: "\eb67";
}

.ti-file-isr:before {
  content: "ﺬ";
}

.ti-file-lambda:before {
  content: "\f53f";
}

.ti-file-like:before {
  content: "\ed2b";
}

.ti-file-minus:before {
  content: "\ea9e";
}

.ti-file-music:before {
  content: "\ea9f";
}

.ti-file-neutral:before {
  content: "ﴢ";
}

.ti-file-off:before {
  content: "\ecf2";
}

.ti-file-orientation:before {
  content: "\f2a1";
}

.ti-file-pencil:before {
  content: "\f039";
}

.ti-file-percent:before {
  content: "\f540";
}

.ti-file-phone:before {
  content: "\ecdc";
}

.ti-file-plus:before {
  content: "\eaa0";
}

.ti-file-power:before {
  content: "\f03a";
}

.ti-file-report:before {
  content: "\eded";
}

.ti-file-rss:before {
  content: "\f03b";
}

.ti-file-sad:before {
  content: "ﴣ";
}

.ti-file-scissors:before {
  content: "\f03c";
}

.ti-file-search:before {
  content: "\ed5d";
}

.ti-file-settings:before {
  content: "\f029";
}

.ti-file-shredder:before {
  content: "\eaa1";
}

.ti-file-signal:before {
  content: "\f03d";
}

.ti-file-smile:before {
  content: "ﴤ";
}

.ti-file-spark:before {
  content: "ﾹ";
}

.ti-file-spreadsheet:before {
  content: "\f03e";
}

.ti-file-stack:before {
  content: "\f503";
}

.ti-file-star:before {
  content: "\f03f";
}

.ti-file-symlink:before {
  content: "\ed53";
}

.ti-file-text:before {
  content: "\eaa2";
}

.ti-file-text-ai:before {
  content: "﨧";
}

.ti-file-text-shield:before {
  content: "𐃲";
}

.ti-file-text-spark:before {
  content: "ﾸ";
}

.ti-file-time:before {
  content: "\f040";
}

.ti-file-type-bmp:before {
  content: "﬇";
}

.ti-file-type-css:before {
  content: "﬈";
}

.ti-file-type-csv:before {
  content: "﬉";
}

.ti-file-type-doc:before {
  content: "﬊";
}

.ti-file-type-docx:before {
  content: "﬋";
}

.ti-file-type-html:before {
  content: "﬌";
}

.ti-file-type-jpg:before {
  content: "﬍";
}

.ti-file-type-js:before {
  content: "﬎";
}

.ti-file-type-jsx:before {
  content: "﬏";
}

.ti-file-type-pdf:before {
  content: "﬐";
}

.ti-file-type-php:before {
  content: "﬑";
}

.ti-file-type-png:before {
  content: "﬒";
}

.ti-file-type-ppt:before {
  content: "ﬓ";
}

.ti-file-type-rs:before {
  content: "ﬔ";
}

.ti-file-type-sql:before {
  content: "ﬕ";
}

.ti-file-type-svg:before {
  content: "ﬖ";
}

.ti-file-type-ts:before {
  content: "ﬗ";
}

.ti-file-type-tsx:before {
  content: "﬘";
}

.ti-file-type-txt:before {
  content: "﬙";
}

.ti-file-type-vue:before {
  content: "﬚";
}

.ti-file-type-xls:before {
  content: "﬛";
}

.ti-file-type-xml:before {
  content: "﬜";
}

.ti-file-type-zip:before {
  content: "יִ";
}

.ti-file-typography:before {
  content: "\f041";
}

.ti-file-unknown:before {
  content: "\f042";
}

.ti-file-upload:before {
  content: "\ec91";
}

.ti-file-vector:before {
  content: "\f043";
}

.ti-file-word:before {
  content: "ﻲ";
}

.ti-file-x:before {
  content: "\eaa3";
}

.ti-file-zip:before {
  content: "\ed4e";
}

.ti-files:before {
  content: "\edef";
}

.ti-files-off:before {
  content: "\edee";
}

.ti-filter:before {
  content: "\eaa5";
}

.ti-filter-2:before {
  content: "𐅋";
}

.ti-filter-2-bolt:before {
  content: "𐅟";
}

.ti-filter-2-cancel:before {
  content: "𐅞";
}

.ti-filter-2-check:before {
  content: "𐅝";
}

.ti-filter-2-code:before {
  content: "𐅜";
}

.ti-filter-2-cog:before {
  content: "𐅛";
}

.ti-filter-2-discount:before {
  content: "𐅚";
}

.ti-filter-2-dollar:before {
  content: "𐅙";
}

.ti-filter-2-down:before {
  content: "𐅘";
}

.ti-filter-2-edit:before {
  content: "𐅗";
}

.ti-filter-2-exclamation:before {
  content: "𐅖";
}

.ti-filter-2-minus:before {
  content: "𐅕";
}

.ti-filter-2-pause:before {
  content: "𐅔";
}

.ti-filter-2-pin:before {
  content: "𐅓";
}

.ti-filter-2-plus:before {
  content: "𐅒";
}

.ti-filter-2-question:before {
  content: "𐅑";
}

.ti-filter-2-search:before {
  content: "𐅐";
}

.ti-filter-2-share:before {
  content: "𐅏";
}

.ti-filter-2-spark:before {
  content: "𐅎";
}

.ti-filter-2-up:before {
  content: "𐅍";
}

.ti-filter-2-x:before {
  content: "𐅌";
}

.ti-filter-bolt:before {
  content: "ﭼ";
}

.ti-filter-cancel:before {
  content: "ﭽ";
}

.ti-filter-check:before {
  content: "ﭾ";
}

.ti-filter-code:before {
  content: "ﭿ";
}

.ti-filter-cog:before {
  content: "茶";
}

.ti-filter-discount:before {
  content: "ﮀ";
}

.ti-filter-dollar:before {
  content: "刺";
}

.ti-filter-down:before {
  content: "ﮁ";
}

.ti-filter-edit:before {
  content: "切";
}

.ti-filter-exclamation:before {
  content: "ﮂ";
}

.ti-filter-heart:before {
  content: "ﮃ";
}

.ti-filter-minus:before {
  content: "度";
}

.ti-filter-off:before {
  content: "\ed2c";
}

.ti-filter-pause:before {
  content: "ﮄ";
}

.ti-filter-pin:before {
  content: "ﮅ";
}

.ti-filter-plus:before {
  content: "拓";
}

.ti-filter-question:before {
  content: "ﮆ";
}

.ti-filter-search:before {
  content: "ﮇ";
}

.ti-filter-share:before {
  content: "ﮈ";
}

.ti-filter-spark:before {
  content: "𐅊";
}

.ti-filter-star:before {
  content: "糖";
}

.ti-filter-up:before {
  content: "ﮉ";
}

.ti-filter-x:before {
  content: "宅";
}

.ti-filters:before {
  content: "\f793";
}

.ti-fingerprint:before {
  content: "\ebd1";
}

.ti-fingerprint-off:before {
  content: "\f12a";
}

.ti-fingerprint-scan:before {
  content: "ﲵ";
}

.ti-fire-extinguisher:before {
  content: "﫶";
}

.ti-fire-hydrant:before {
  content: "\f3a9";
}

.ti-fire-hydrant-off:before {
  content: "\f3ec";
}

.ti-firetruck:before {
  content: "\ebe8";
}

.ti-firewall-check:before {
  content: "𐇱";
}

.ti-firewall-flame:before {
  content: "𐇰";
}

.ti-first-aid-kit:before {
  content: "\ef5f";
}

.ti-first-aid-kit-off:before {
  content: "\f3ed";
}

.ti-fish:before {
  content: "\ef2b";
}

.ti-fish-bone:before {
  content: "\f287";
}

.ti-fish-christianity:before {
  content: "\f58b";
}

.ti-fish-hook:before {
  content: "\f1f9";
}

.ti-fish-hook-off:before {
  content: "\f3ee";
}

.ti-fish-off:before {
  content: "\f12b";
}

.ti-flag:before {
  content: "\eaa6";
}

.ti-flag-2:before {
  content: "\ee8c";
}

.ti-flag-2-off:before {
  content: "\f12c";
}

.ti-flag-3:before {
  content: "\ee8d";
}

.ti-flag-bitcoin:before {
  content: "＼";
}

.ti-flag-bolt:before {
  content: "ﮊ";
}

.ti-flag-cancel:before {
  content: "ﮋ";
}

.ti-flag-check:before {
  content: "ﮌ";
}

.ti-flag-code:before {
  content: "ﮍ";
}

.ti-flag-cog:before {
  content: "ﮎ";
}

.ti-flag-discount:before {
  content: "ﮏ";
}

.ti-flag-dollar:before {
  content: "ﮐ";
}

.ti-flag-down:before {
  content: "ﮑ";
}

.ti-flag-exclamation:before {
  content: "ﮒ";
}

.ti-flag-heart:before {
  content: "ﮓ";
}

.ti-flag-minus:before {
  content: "ﮔ";
}

.ti-flag-off:before {
  content: "\f12d";
}

.ti-flag-pause:before {
  content: "ﮕ";
}

.ti-flag-pin:before {
  content: "ﮖ";
}

.ti-flag-plus:before {
  content: "ﮗ";
}

.ti-flag-question:before {
  content: "ﮘ";
}

.ti-flag-search:before {
  content: "ﮙ";
}

.ti-flag-share:before {
  content: "ﮚ";
}

.ti-flag-spark:before {
  content: "ﾷ";
}

.ti-flag-star:before {
  content: "ﮛ";
}

.ti-flag-up:before {
  content: "ﮜ";
}

.ti-flag-x:before {
  content: "ﮝ";
}

.ti-flame:before {
  content: "\ec2c";
}

.ti-flame-off:before {
  content: "\f12e";
}

.ti-flare:before {
  content: "\ee8e";
}

.ti-flask:before {
  content: "\ebd2";
}

.ti-flask-2:before {
  content: "\ef60";
}

.ti-flask-2-off:before {
  content: "\f12f";
}

.ti-flask-off:before {
  content: "\f130";
}

.ti-flip-flops:before {
  content: "\f564";
}

.ti-flip-horizontal:before {
  content: "\eaa7";
}

.ti-flip-vertical:before {
  content: "\eaa8";
}

.ti-float-center:before {
  content: "\ebb1";
}

.ti-float-left:before {
  content: "\ebb2";
}

.ti-float-none:before {
  content: "\ed13";
}

.ti-float-right:before {
  content: "\ebb3";
}

.ti-flood:before {
  content: "𐉋";
}

.ti-flower:before {
  content: "\eff6";
}

.ti-flower-off:before {
  content: "\f131";
}

.ti-focus:before {
  content: "\eb8d";
}

.ti-focus-2:before {
  content: "\ebd3";
}

.ti-focus-auto:before {
  content: "謁";
}

.ti-focus-centered:before {
  content: "\f02a";
}

.ti-fold:before {
  content: "\ed56";
}

.ti-fold-down:before {
  content: "\ed54";
}

.ti-fold-up:before {
  content: "\ed55";
}

.ti-folder:before {
  content: "\eaad";
}

.ti-folder-bolt:before {
  content: "奈";
}

.ti-folder-cancel:before {
  content: "懶";
}

.ti-folder-check:before {
  content: "癩";
}

.ti-folder-code:before {
  content: "羅";
}

.ti-folder-cog:before {
  content: "蘿";
}

.ti-folder-dollar:before {
  content: "螺";
}

.ti-folder-down:before {
  content: "裸";
}

.ti-folder-exclamation:before {
  content: "邏";
}

.ti-folder-heart:before {
  content: "樂";
}

.ti-folder-minus:before {
  content: "\eaaa";
}

.ti-folder-off:before {
  content: "\ed14";
}

.ti-folder-open:before {
  content: "﫷";
}

.ti-folder-pause:before {
  content: "洛";
}

.ti-folder-pin:before {
  content: "烙";
}

.ti-folder-plus:before {
  content: "\eaab";
}

.ti-folder-question:before {
  content: "珞";
}

.ti-folder-root:before {
  content: "﵃";
}

.ti-folder-search:before {
  content: "落";
}

.ti-folder-share:before {
  content: "酪";
}

.ti-folder-star:before {
  content: "駱";
}

.ti-folder-symlink:before {
  content: "亂";
}

.ti-folder-up:before {
  content: "卵";
}

.ti-folder-x:before {
  content: "\eaac";
}

.ti-folders:before {
  content: "\eaae";
}

.ti-folders-off:before {
  content: "\f133";
}

.ti-footsteps:before {
  content: "𐉥";
}

.ti-forbid:before {
  content: "\ebd5";
}

.ti-forbid-2:before {
  content: "\ebd4";
}

.ti-forklift:before {
  content: "\ebe9";
}

.ti-forms:before {
  content: "\ee8f";
}

.ti-fountain:before {
  content: "\f09b";
}

.ti-fountain-off:before {
  content: "\f134";
}

.ti-frame:before {
  content: "\eaaf";
}

.ti-frame-off:before {
  content: "\f135";
}

.ti-free-rights:before {
  content: "\efb6";
}

.ti-freeze-column:before {
  content: "謹";
}

.ti-freeze-row:before {
  content: "贈";
}

.ti-freeze-row-column:before {
  content: "賓";
}

.ti-fridge:before {
  content: "\f1fa";
}

.ti-fridge-off:before {
  content: "\f3ef";
}

.ti-friends:before {
  content: "\eab0";
}

.ti-friends-off:before {
  content: "\f136";
}

.ti-frustum:before {
  content: "犯";
}

.ti-frustum-off:before {
  content: "瞧";
}

.ti-frustum-plus:before {
  content: "爵";
}

.ti-function:before {
  content: "\f225";
}

.ti-function-off:before {
  content: "\f3f0";
}

.ti-galaxy:before {
  content: "ﲶ";
}

.ti-garden-cart:before {
  content: "\f23e";
}

.ti-garden-cart-off:before {
  content: "\f3f1";
}

.ti-gas-station:before {
  content: "\ec7d";
}

.ti-gas-station-off:before {
  content: "\f137";
}

.ti-gauge:before {
  content: "\eab1";
}

.ti-gauge-off:before {
  content: "\f138";
}

.ti-gavel:before {
  content: "\ef90";
}

.ti-gender-agender:before {
  content: "\f0e1";
}

.ti-gender-androgyne:before {
  content: "\f0e2";
}

.ti-gender-bigender:before {
  content: "\f0e3";
}

.ti-gender-demiboy:before {
  content: "\f0e4";
}

.ti-gender-demigirl:before {
  content: "\f0e5";
}

.ti-gender-epicene:before {
  content: "\f0e6";
}

.ti-gender-female:before {
  content: "\f0e7";
}

.ti-gender-femme:before {
  content: "\f0e8";
}

.ti-gender-genderfluid:before {
  content: "\f0e9";
}

.ti-gender-genderless:before {
  content: "\f0ea";
}

.ti-gender-genderqueer:before {
  content: "\f0eb";
}

.ti-gender-hermaphrodite:before {
  content: "\f0ec";
}

.ti-gender-intergender:before {
  content: "\f0ed";
}

.ti-gender-male:before {
  content: "\f0ee";
}

.ti-gender-neutrois:before {
  content: "\f0ef";
}

.ti-gender-third:before {
  content: "\f0f0";
}

.ti-gender-transgender:before {
  content: "\f0f1";
}

.ti-gender-travesti:before {
  content: "\f0f2";
}

.ti-geometry:before {
  content: "\ee90";
}

.ti-ghost:before {
  content: "\eb8e";
}

.ti-ghost-2:before {
  content: "\f57c";
}

.ti-ghost-3:before {
  content: "ﰓ";
}

.ti-ghost-off:before {
  content: "\f3f2";
}

.ti-gif:before {
  content: "\f257";
}

.ti-gift:before {
  content: "\eb68";
}

.ti-gift-card:before {
  content: "\f3aa";
}

.ti-gift-off:before {
  content: "\f3f3";
}

.ti-git-branch:before {
  content: "\eab2";
}

.ti-git-branch-deleted:before {
  content: "\f57d";
}

.ti-git-cherry-pick:before {
  content: "\f57e";
}

.ti-git-commit:before {
  content: "\eab3";
}

.ti-git-compare:before {
  content: "\eab4";
}

.ti-git-fork:before {
  content: "\eb8f";
}

.ti-git-merge:before {
  content: "\eab5";
}

.ti-git-pull-request:before {
  content: "\eab6";
}

.ti-git-pull-request-closed:before {
  content: "\ef7f";
}

.ti-git-pull-request-conflict:before {
  content: "𐉤";
}

.ti-git-pull-request-draft:before {
  content: "\efb7";
}

.ti-gizmo:before {
  content: "\f02b";
}

.ti-glass:before {
  content: "\eab8";
}

.ti-glass-champagne:before {
  content: "ﶜ";
}

.ti-glass-cocktail:before {
  content: "ﶝ";
}

.ti-glass-full:before {
  content: "\eab7";
}

.ti-glass-gin:before {
  content: "ﶞ";
}

.ti-glass-off:before {
  content: "\ee91";
}

.ti-globe:before {
  content: "\eab9";
}

.ti-globe-off:before {
  content: "\f139";
}

.ti-go-game:before {
  content: "\f512";
}

.ti-golf:before {
  content: "\ed8c";
}

.ti-golf-off:before {
  content: "\f13a";
}

.ti-gps:before {
  content: "\ed7a";
}

.ti-gradienter:before {
  content: "\f3ab";
}

.ti-grain:before {
  content: "\ee92";
}

.ti-grape:before {
  content: "𐈹";
}

.ti-graph:before {
  content: "\f288";
}

.ti-graph-off:before {
  content: "\f3f4";
}

.ti-grave:before {
  content: "\f580";
}

.ti-grave-2:before {
  content: "\f57f";
}

.ti-grid-3x3:before {
  content: "ﲤ";
}

.ti-grid-4x4:before {
  content: "ﲥ";
}

.ti-grid-dots:before {
  content: "\eaba";
}

.ti-grid-goldenratio:before {
  content: "ﲦ";
}

.ti-grid-pattern:before {
  content: "\efc9";
}

.ti-grid-scan:before {
  content: "ﲧ";
}

.ti-grill:before {
  content: "\efa9";
}

.ti-grill-fork:before {
  content: "\f35b";
}

.ti-grill-off:before {
  content: "\f3f5";
}

.ti-grill-spatula:before {
  content: "\f35c";
}

.ti-grip-horizontal:before {
  content: "\ec00";
}

.ti-grip-vertical:before {
  content: "\ec01";
}

.ti-growth:before {
  content: "\ee93";
}

.ti-guitar-pick:before {
  content: "\f4c6";
}

.ti-gymnastics:before {
  content: "﵄";
}

.ti-h-1:before {
  content: "\ec94";
}

.ti-h-2:before {
  content: "\ec95";
}

.ti-h-3:before {
  content: "\ec96";
}

.ti-h-4:before {
  content: "\ec97";
}

.ti-h-5:before {
  content: "\ec98";
}

.ti-h-6:before {
  content: "\ec99";
}

.ti-hammer:before {
  content: "\ef91";
}

.ti-hammer-drill:before {
  content: "𐈸";
}

.ti-hammer-off:before {
  content: "\f13c";
}

.ti-hand-click:before {
  content: "\ef4f";
}

.ti-hand-click-off:before {
  content: "𐃱";
}

.ti-hand-finger:before {
  content: "\ee94";
}

.ti-hand-finger-down:before {
  content: "ｏ";
}

.ti-hand-finger-left:before {
  content: "ｎ";
}

.ti-hand-finger-off:before {
  content: "\f13d";
}

.ti-hand-finger-right:before {
  content: "ｍ";
}

.ti-hand-grab:before {
  content: "\f091";
}

.ti-hand-little-finger:before {
  content: "\ee95";
}

.ti-hand-love-you:before {
  content: "\ee97";
}

.ti-hand-middle-finger:before {
  content: "\ec2d";
}

.ti-hand-move:before {
  content: "\ef50";
}

.ti-hand-off:before {
  content: "\ed15";
}

.ti-hand-ring-finger:before {
  content: "\ee96";
}

.ti-hand-sanitizer:before {
  content: "\f5f4";
}

.ti-hand-stop:before {
  content: "\ec2e";
}

.ti-hand-three-fingers:before {
  content: "\ee98";
}

.ti-hand-two-fingers:before {
  content: "\ee99";
}

.ti-hanger:before {
  content: "\ee9a";
}

.ti-hanger-2:before {
  content: "\f09c";
}

.ti-hanger-off:before {
  content: "\f13e";
}

.ti-hash:before {
  content: "\eabc";
}

.ti-haze:before {
  content: "\efaa";
}

.ti-haze-moon:before {
  content: "﫸";
}

.ti-hdr:before {
  content: "嗢";
}

.ti-heading:before {
  content: "\ee9b";
}

.ti-heading-off:before {
  content: "\f13f";
}

.ti-headphones:before {
  content: "\eabd";
}

.ti-headphones-off:before {
  content: "\ed1d";
}

.ti-headset:before {
  content: "\eb90";
}

.ti-headset-off:before {
  content: "\f3f6";
}

.ti-health-recognition:before {
  content: "\f1fb";
}

.ti-heart:before {
  content: "\eabe";
}

.ti-heart-bitcoin:before {
  content: "［";
}

.ti-heart-bolt:before {
  content: "ﮞ";
}

.ti-heart-broken:before {
  content: "\ecba";
}

.ti-heart-cancel:before {
  content: "ﮟ";
}

.ti-heart-check:before {
  content: "ﮠ";
}

.ti-heart-code:before {
  content: "ﮡ";
}

.ti-heart-cog:before {
  content: "ﮢ";
}

.ti-heart-discount:before {
  content: "ﮣ";
}

.ti-heart-dollar:before {
  content: "ﮤ";
}

.ti-heart-down:before {
  content: "ﮥ";
}

.ti-heart-exclamation:before {
  content: "ﮦ";
}

.ti-heart-handshake:before {
  content: "\f0f3";
}

.ti-heart-minus:before {
  content: "\f140";
}

.ti-heart-off:before {
  content: "\f141";
}

.ti-heart-pause:before {
  content: "ﮧ";
}

.ti-heart-pin:before {
  content: "ﮨ";
}

.ti-heart-plus:before {
  content: "\f142";
}

.ti-heart-question:before {
  content: "ﮩ";
}

.ti-heart-rate-monitor:before {
  content: "\ef61";
}

.ti-heart-search:before {
  content: "ﮪ";
}

.ti-heart-share:before {
  content: "ﮫ";
}

.ti-heart-spark:before {
  content: "ﾶ";
}

.ti-heart-star:before {
  content: "ﮬ";
}

.ti-heart-up:before {
  content: "ﮭ";
}

.ti-heart-x:before {
  content: "ﮮ";
}

.ti-heartbeat:before {
  content: "\ef92";
}

.ti-hearts:before {
  content: "\f387";
}

.ti-hearts-off:before {
  content: "\f3f7";
}

.ti-helicopter:before {
  content: "\ed8e";
}

.ti-helicopter-landing:before {
  content: "\ed8d";
}

.ti-helmet:before {
  content: "\efca";
}

.ti-helmet-off:before {
  content: "\f143";
}

.ti-help:before {
  content: "\eabf";
}

.ti-help-circle:before {
  content: "欄";
}

.ti-help-hexagon:before {
  content: "\f7a8";
}

.ti-help-octagon:before {
  content: "\f7a9";
}

.ti-help-off:before {
  content: "\f3f8";
}

.ti-help-small:before {
  content: "爛";
}

.ti-help-square:before {
  content: "鸞";
}

.ti-help-square-rounded:before {
  content: "蘭";
}

.ti-help-triangle:before {
  content: "嵐";
}

.ti-hemisphere:before {
  content: "甆";
}

.ti-hemisphere-off:before {
  content: "猪";
}

.ti-hemisphere-plus:before {
  content: "瑱";
}

.ti-hexagon:before {
  content: "\ec02";
}

.ti-hexagon-3d:before {
  content: "\f4c7";
}

.ti-hexagon-asterisk:before {
  content: "𐆫";
}

.ti-hexagon-letter-a:before {
  content: "\f463";
}

.ti-hexagon-letter-b:before {
  content: "\f464";
}

.ti-hexagon-letter-c:before {
  content: "\f465";
}

.ti-hexagon-letter-d:before {
  content: "\f466";
}

.ti-hexagon-letter-e:before {
  content: "\f467";
}

.ti-hexagon-letter-f:before {
  content: "\f468";
}

.ti-hexagon-letter-g:before {
  content: "\f469";
}

.ti-hexagon-letter-h:before {
  content: "\f46a";
}

.ti-hexagon-letter-i:before {
  content: "\f46b";
}

.ti-hexagon-letter-j:before {
  content: "\f46c";
}

.ti-hexagon-letter-k:before {
  content: "\f46d";
}

.ti-hexagon-letter-l:before {
  content: "\f46e";
}

.ti-hexagon-letter-m:before {
  content: "\f46f";
}

.ti-hexagon-letter-n:before {
  content: "\f470";
}

.ti-hexagon-letter-o:before {
  content: "\f471";
}

.ti-hexagon-letter-p:before {
  content: "\f472";
}

.ti-hexagon-letter-q:before {
  content: "\f473";
}

.ti-hexagon-letter-r:before {
  content: "\f474";
}

.ti-hexagon-letter-s:before {
  content: "\f475";
}

.ti-hexagon-letter-t:before {
  content: "\f476";
}

.ti-hexagon-letter-u:before {
  content: "\f477";
}

.ti-hexagon-letter-v:before {
  content: "\f4b3";
}

.ti-hexagon-letter-w:before {
  content: "\f478";
}

.ti-hexagon-letter-x:before {
  content: "\f479";
}

.ti-hexagon-letter-y:before {
  content: "\f47a";
}

.ti-hexagon-letter-z:before {
  content: "\f47b";
}

.ti-hexagon-minus:before {
  content: "ﲏ";
}

.ti-hexagon-minus-2:before {
  content: "ﲎ";
}

.ti-hexagon-number-0:before {
  content: "\f459";
}

.ti-hexagon-number-1:before {
  content: "\f45a";
}

.ti-hexagon-number-2:before {
  content: "\f45b";
}

.ti-hexagon-number-3:before {
  content: "\f45c";
}

.ti-hexagon-number-4:before {
  content: "\f45d";
}

.ti-hexagon-number-5:before {
  content: "\f45e";
}

.ti-hexagon-number-6:before {
  content: "\f45f";
}

.ti-hexagon-number-7:before {
  content: "\f460";
}

.ti-hexagon-number-8:before {
  content: "\f461";
}

.ti-hexagon-number-9:before {
  content: "\f462";
}

.ti-hexagon-off:before {
  content: "\ee9c";
}

.ti-hexagon-plus:before {
  content: "ﱅ";
}

.ti-hexagon-plus-2:before {
  content: "ﲐ";
}

.ti-hexagonal-prism:before {
  content: "瘟";
}

.ti-hexagonal-prism-off:before {
  content: "画";
}

.ti-hexagonal-prism-plus:before {
  content: "瘝";
}

.ti-hexagonal-pyramid:before {
  content: "直";
}

.ti-hexagonal-pyramid-off:before {
  content: "益";
}

.ti-hexagonal-pyramid-plus:before {
  content: "盛";
}

.ti-hexagons:before {
  content: "\f09d";
}

.ti-hexagons-off:before {
  content: "\f3f9";
}

.ti-hierarchy:before {
  content: "\ee9e";
}

.ti-hierarchy-2:before {
  content: "\ee9d";
}

.ti-hierarchy-3:before {
  content: "\f289";
}

.ti-hierarchy-off:before {
  content: "\f3fa";
}

.ti-highlight:before {
  content: "\ef3f";
}

.ti-highlight-off:before {
  content: "\f144";
}

.ti-history:before {
  content: "\ebea";
}

.ti-history-off:before {
  content: "\f3fb";
}

.ti-history-toggle:before {
  content: "\f1fc";
}

.ti-home:before {
  content: "\eac1";
}

.ti-home-2:before {
  content: "\eac0";
}

.ti-home-bitcoin:before {
  content: "Ｚ";
}

.ti-home-bolt:before {
  content: "\f336";
}

.ti-home-cancel:before {
  content: "\f350";
}

.ti-home-check:before {
  content: "\f337";
}

.ti-home-cog:before {
  content: "\f338";
}

.ti-home-dollar:before {
  content: "\f339";
}

.ti-home-dot:before {
  content: "\f33a";
}

.ti-home-down:before {
  content: "\f33b";
}

.ti-home-eco:before {
  content: "\f351";
}

.ti-home-edit:before {
  content: "\f352";
}

.ti-home-exclamation:before {
  content: "\f33c";
}

.ti-home-hand:before {
  content: "\f504";
}

.ti-home-heart:before {
  content: "\f353";
}

.ti-home-infinity:before {
  content: "\f505";
}

.ti-home-link:before {
  content: "\f354";
}

.ti-home-lock:before {
  content: "𐈄";
}

.ti-home-minus:before {
  content: "\f33d";
}

.ti-home-move:before {
  content: "\f33e";
}

.ti-home-off:before {
  content: "\f145";
}

.ti-home-plus:before {
  content: "\f33f";
}

.ti-home-question:before {
  content: "\f340";
}

.ti-home-ribbon:before {
  content: "\f355";
}

.ti-home-search:before {
  content: "\f341";
}

.ti-home-share:before {
  content: "\f342";
}

.ti-home-shield:before {
  content: "\f343";
}

.ti-home-signal:before {
  content: "\f356";
}

.ti-home-spark:before {
  content: "ﾵ";
}

.ti-home-star:before {
  content: "\f344";
}

.ti-home-stats:before {
  content: "\f345";
}

.ti-home-up:before {
  content: "\f346";
}

.ti-home-x:before {
  content: "\f347";
}

.ti-horse:before {
  content: "ﱆ";
}

.ti-horse-toy:before {
  content: "\f28a";
}

.ti-horseshoe:before {
  content: "ﲷ";
}

.ti-hospital:before {
  content: "ﵙ";
}

.ti-hospital-circle:before {
  content: "ﵘ";
}

.ti-hotel-service:before {
  content: "\ef80";
}

.ti-hourglass:before {
  content: "\ef93";
}

.ti-hourglass-empty:before {
  content: "\f146";
}

.ti-hourglass-high:before {
  content: "\f092";
}

.ti-hourglass-low:before {
  content: "\f093";
}

.ti-hourglass-off:before {
  content: "\f147";
}

.ti-hours-12:before {
  content: "ﱓ";
}

.ti-hours-24:before {
  content: "\f5e7";
}

.ti-html:before {
  content: "\f7b1";
}

.ti-http-connect:before {
  content: "﨨";
}

.ti-http-connect-off:before {
  content: "𐃧";
}

.ti-http-delete:before {
  content: "﨩";
}

.ti-http-delete-off:before {
  content: "𐃦";
}

.ti-http-get:before {
  content: "飯";
}

.ti-http-get-off:before {
  content: "𐃥";
}

.ti-http-head:before {
  content: "飼";
}

.ti-http-head-off:before {
  content: "𐃤";
}

.ti-http-options:before {
  content: "館";
}

.ti-http-options-off:before {
  content: "𐃣";
}

.ti-http-patch:before {
  content: "鶴";
}

.ti-http-patch-off:before {
  content: "𐃢";
}

.ti-http-post:before {
  content: "郞";
}

.ti-http-post-off:before {
  content: "𐃡";
}

.ti-http-put:before {
  content: "隷";
}

.ti-http-put-off:before {
  content: "𐃠";
}

.ti-http-que:before {
  content: "者";
}

.ti-http-que-off:before {
  content: "𐃟";
}

.ti-http-trace:before {
  content: "侮";
}

.ti-http-trace-off:before {
  content: "𐃞";
}

.ti-hula-hoop:before {
  content: "𐉊";
}

.ti-ice-cream:before {
  content: "\eac2";
}

.ti-ice-cream-2:before {
  content: "\ee9f";
}

.ti-ice-cream-off:before {
  content: "\f148";
}

.ti-ice-skating:before {
  content: "\efcb";
}

.ti-iceberg:before {
  content: "𐈪";
}

.ti-icons:before {
  content: "\f1d4";
}

.ti-icons-off:before {
  content: "\f3fc";
}

.ti-icosahedron:before {
  content: "ﻆ";
}

.ti-id:before {
  content: "\eac3";
}

.ti-id-badge:before {
  content: "\eff7";
}

.ti-id-badge-2:before {
  content: "\f076";
}

.ti-id-badge-off:before {
  content: "\f3fd";
}

.ti-id-off:before {
  content: "\f149";
}

.ti-image-generation:before {
  content: "𐇯";
}

.ti-image-in-picture:before {
  content: "ﶟ";
}

.ti-inbox:before {
  content: "\eac4";
}

.ti-inbox-off:before {
  content: "\f14a";
}

.ti-indent-decrease:before {
  content: "\eb91";
}

.ti-indent-increase:before {
  content: "\eb92";
}

.ti-infinity:before {
  content: "\eb69";
}

.ti-infinity-2:before {
  content: "𐈷";
}

.ti-infinity-off:before {
  content: "\f3fe";
}

.ti-info-circle:before {
  content: "\eac5";
}

.ti-info-hexagon:before {
  content: "\f7aa";
}

.ti-info-octagon:before {
  content: "\f7ab";
}

.ti-info-small:before {
  content: "濫";
}

.ti-info-square:before {
  content: "\eac6";
}

.ti-info-square-rounded:before {
  content: "\f635";
}

.ti-info-triangle:before {
  content: "藍";
}

.ti-inner-shadow-bottom:before {
  content: "\f520";
}

.ti-inner-shadow-bottom-left:before {
  content: "\f51e";
}

.ti-inner-shadow-bottom-right:before {
  content: "\f51f";
}

.ti-inner-shadow-left:before {
  content: "\f521";
}

.ti-inner-shadow-right:before {
  content: "\f522";
}

.ti-inner-shadow-top:before {
  content: "\f525";
}

.ti-inner-shadow-top-left:before {
  content: "\f523";
}

.ti-inner-shadow-top-right:before {
  content: "\f524";
}

.ti-input-ai:before {
  content: "ﱚ";
}

.ti-input-check:before {
  content: "ﱛ";
}

.ti-input-search:before {
  content: "\f2a2";
}

.ti-input-spark:before {
  content: "ﾴ";
}

.ti-input-x:before {
  content: "ﱜ";
}

.ti-invoice:before {
  content: "ﺫ";
}

.ti-ironing:before {
  content: "塚";
}

.ti-ironing-1:before {
  content: "\f2f4";
}

.ti-ironing-2:before {
  content: "\f2f5";
}

.ti-ironing-3:before {
  content: "\f2f6";
}

.ti-ironing-off:before {
  content: "\f2f7";
}

.ti-ironing-steam:before {
  content: "\f2f9";
}

.ti-ironing-steam-off:before {
  content: "\f2f8";
}

.ti-irregular-polyhedron:before {
  content: "磌";
}

.ti-irregular-polyhedron-off:before {
  content: "睊";
}

.ti-irregular-polyhedron-plus:before {
  content: "着";
}

.ti-italic:before {
  content: "\eb93";
}

.ti-italic-off:before {
  content: "𐉱";
}

.ti-jacket:before {
  content: "\f661";
}

.ti-jetpack:before {
  content: "\f581";
}

.ti-jetski:before {
  content: "𐈩";
}

.ti-jewish-star:before {
  content: "\f3ff";
}

.ti-join-bevel:before {
  content: "ｌ";
}

.ti-join-round:before {
  content: "ｋ";
}

.ti-join-straight:before {
  content: "ｊ";
}

.ti-joker:before {
  content: "𐁟";
}

.ti-jpg:before {
  content: "\f3ac";
}

.ti-json:before {
  content: "\f7b2";
}

.ti-jump-rope:before {
  content: "\ed8f";
}

.ti-karate:before {
  content: "\ed32";
}

.ti-kayak:before {
  content: "\f1d6";
}

.ti-kerning:before {
  content: "\efb8";
}

.ti-key:before {
  content: "\eac7";
}

.ti-key-off:before {
  content: "\f14b";
}

.ti-keyboard:before {
  content: "\ebd6";
}

.ti-keyboard-hide:before {
  content: "\ec7e";
}

.ti-keyboard-off:before {
  content: "\eea0";
}

.ti-keyboard-show:before {
  content: "\ec7f";
}

.ti-keyframe:before {
  content: "\f576";
}

.ti-keyframe-align-center:before {
  content: "\f582";
}

.ti-keyframe-align-horizontal:before {
  content: "\f583";
}

.ti-keyframe-align-vertical:before {
  content: "\f584";
}

.ti-keyframes:before {
  content: "\f585";
}

.ti-label:before {
  content: "Ｘ";
}

.ti-label-important:before {
  content: "ｉ";
}

.ti-label-off:before {
  content: "Ｙ";
}

.ti-ladder:before {
  content: "\efe2";
}

.ti-ladder-off:before {
  content: "\f14c";
}

.ti-ladle:before {
  content: "ﰔ";
}

.ti-lambda:before {
  content: "\f541";
}

.ti-lamp:before {
  content: "\efab";
}

.ti-lamp-2:before {
  content: "\f09e";
}

.ti-lamp-off:before {
  content: "\f14d";
}

.ti-lane:before {
  content: "﫹";
}

.ti-language:before {
  content: "\ebbe";
}

.ti-language-hiragana:before {
  content: "\ef77";
}

.ti-language-katakana:before {
  content: "\ef78";
}

.ti-language-off:before {
  content: "\f14e";
}

.ti-lasso:before {
  content: "\efac";
}

.ti-lasso-off:before {
  content: "\f14f";
}

.ti-lasso-polygon:before {
  content: "\f388";
}

.ti-laurel-wreath:before {
  content: "ｅ";
}

.ti-laurel-wreath-1:before {
  content: "ｈ";
}

.ti-laurel-wreath-2:before {
  content: "ｇ";
}

.ti-laurel-wreath-3:before {
  content: "ｆ";
}

.ti-lawn-mower:before {
  content: "𐈶";
}

.ti-layers-difference:before {
  content: "\eac8";
}

.ti-layers-intersect:before {
  content: "\eac9";
}

.ti-layers-intersect-2:before {
  content: "\eff8";
}

.ti-layers-linked:before {
  content: "\eea1";
}

.ti-layers-off:before {
  content: "\f150";
}

.ti-layers-selected:before {
  content: "ﺩ";
}

.ti-layers-selected-bottom:before {
  content: "ﺪ";
}

.ti-layers-subtract:before {
  content: "\eaca";
}

.ti-layers-union:before {
  content: "\eacb";
}

.ti-layout:before {
  content: "\eadb";
}

.ti-layout-2:before {
  content: "\eacc";
}

.ti-layout-align-bottom:before {
  content: "\eacd";
}

.ti-layout-align-center:before {
  content: "\eace";
}

.ti-layout-align-left:before {
  content: "\eacf";
}

.ti-layout-align-middle:before {
  content: "\ead0";
}

.ti-layout-align-right:before {
  content: "\ead1";
}

.ti-layout-align-top:before {
  content: "\ead2";
}

.ti-layout-board:before {
  content: "\ef95";
}

.ti-layout-board-split:before {
  content: "\ef94";
}

.ti-layout-bottombar:before {
  content: "\ead3";
}

.ti-layout-bottombar-collapse:before {
  content: "\f28b";
}

.ti-layout-bottombar-expand:before {
  content: "\f28c";
}

.ti-layout-bottombar-inactive:before {
  content: "﵅";
}

.ti-layout-cards:before {
  content: "\ec13";
}

.ti-layout-collage:before {
  content: "\f389";
}

.ti-layout-columns:before {
  content: "\ead4";
}

.ti-layout-dashboard:before {
  content: "\f02c";
}

.ti-layout-distribute-horizontal:before {
  content: "\ead5";
}

.ti-layout-distribute-vertical:before {
  content: "\ead6";
}

.ti-layout-grid:before {
  content: "\edba";
}

.ti-layout-grid-add:before {
  content: "\edb9";
}

.ti-layout-grid-remove:before {
  content: "墳";
}

.ti-layout-kanban:before {
  content: "\ec3f";
}

.ti-layout-list:before {
  content: "\ec14";
}

.ti-layout-navbar:before {
  content: "\ead7";
}

.ti-layout-navbar-collapse:before {
  content: "\f28d";
}

.ti-layout-navbar-expand:before {
  content: "\f28e";
}

.ti-layout-navbar-inactive:before {
  content: "﵆";
}

.ti-layout-off:before {
  content: "\f151";
}

.ti-layout-rows:before {
  content: "\ead8";
}

.ti-layout-sidebar:before {
  content: "\eada";
}

.ti-layout-sidebar-inactive:before {
  content: "﵇";
}

.ti-layout-sidebar-left-collapse:before {
  content: "\f004";
}

.ti-layout-sidebar-left-expand:before {
  content: "\f005";
}

.ti-layout-sidebar-right:before {
  content: "\ead9";
}

.ti-layout-sidebar-right-collapse:before {
  content: "\f006";
}

.ti-layout-sidebar-right-expand:before {
  content: "\f007";
}

.ti-layout-sidebar-right-inactive:before {
  content: "﵈";
}

.ti-leaf:before {
  content: "\ed4f";
}

.ti-leaf-2:before {
  content: "ｄ";
}

.ti-leaf-maple:before {
  content: "𐉉";
}

.ti-leaf-off:before {
  content: "\f400";
}

.ti-lego:before {
  content: "\eadc";
}

.ti-lego-off:before {
  content: "\f401";
}

.ti-lemon:before {
  content: "\ef10";
}

.ti-lemon-2:before {
  content: "\ef81";
}

.ti-letter-a:before {
  content: "\ec50";
}

.ti-letter-a-small:before {
  content: "ﳇ";
}

.ti-letter-b:before {
  content: "\ec51";
}

.ti-letter-b-small:before {
  content: "ﳈ";
}

.ti-letter-c:before {
  content: "\ec52";
}

.ti-letter-c-small:before {
  content: "ﳉ";
}

.ti-letter-case:before {
  content: "\eea5";
}

.ti-letter-case-lower:before {
  content: "\eea2";
}

.ti-letter-case-toggle:before {
  content: "\eea3";
}

.ti-letter-case-upper:before {
  content: "\eea4";
}

.ti-letter-d:before {
  content: "\ec53";
}

.ti-letter-d-small:before {
  content: "ﳊ";
}

.ti-letter-e:before {
  content: "\ec54";
}

.ti-letter-e-small:before {
  content: "ﳋ";
}

.ti-letter-f:before {
  content: "\ec55";
}

.ti-letter-f-small:before {
  content: "ﳌ";
}

.ti-letter-g:before {
  content: "\ec56";
}

.ti-letter-g-small:before {
  content: "ﳍ";
}

.ti-letter-h:before {
  content: "\ec57";
}

.ti-letter-h-small:before {
  content: "ﳎ";
}

.ti-letter-i:before {
  content: "\ec58";
}

.ti-letter-i-small:before {
  content: "ﳏ";
}

.ti-letter-j:before {
  content: "\ec59";
}

.ti-letter-j-small:before {
  content: "ﳐ";
}

.ti-letter-k:before {
  content: "\ec5a";
}

.ti-letter-k-small:before {
  content: "ﳑ";
}

.ti-letter-l:before {
  content: "\ec5b";
}

.ti-letter-l-small:before {
  content: "ﳒ";
}

.ti-letter-m:before {
  content: "\ec5c";
}

.ti-letter-m-small:before {
  content: "ﳓ";
}

.ti-letter-n:before {
  content: "\ec5d";
}

.ti-letter-n-small:before {
  content: "ﳔ";
}

.ti-letter-o:before {
  content: "\ec5e";
}

.ti-letter-o-small:before {
  content: "ﳕ";
}

.ti-letter-p:before {
  content: "\ec5f";
}

.ti-letter-p-small:before {
  content: "ﳖ";
}

.ti-letter-q:before {
  content: "\ec60";
}

.ti-letter-q-small:before {
  content: "ﳗ";
}

.ti-letter-r:before {
  content: "\ec61";
}

.ti-letter-r-small:before {
  content: "ﳘ";
}

.ti-letter-s:before {
  content: "\ec62";
}

.ti-letter-s-small:before {
  content: "ﳙ";
}

.ti-letter-spacing:before {
  content: "\eea6";
}

.ti-letter-t:before {
  content: "\ec63";
}

.ti-letter-t-small:before {
  content: "ﳚ";
}

.ti-letter-u:before {
  content: "\ec64";
}

.ti-letter-u-small:before {
  content: "ﳛ";
}

.ti-letter-v:before {
  content: "\ec65";
}

.ti-letter-v-small:before {
  content: "ﳜ";
}

.ti-letter-w:before {
  content: "\ec66";
}

.ti-letter-w-small:before {
  content: "ﳝ";
}

.ti-letter-x:before {
  content: "\ec67";
}

.ti-letter-x-small:before {
  content: "ﳞ";
}

.ti-letter-y:before {
  content: "\ec68";
}

.ti-letter-y-small:before {
  content: "ﳟ";
}

.ti-letter-z:before {
  content: "\ec69";
}

.ti-letter-z-small:before {
  content: "ﳠ";
}

.ti-library:before {
  content: "﵌";
}

.ti-library-minus:before {
  content: "﵉";
}

.ti-library-photo:before {
  content: "﵊";
}

.ti-library-plus:before {
  content: "﵋";
}

.ti-license:before {
  content: "\ebc0";
}

.ti-license-off:before {
  content: "\f153";
}

.ti-lifebuoy:before {
  content: "\eadd";
}

.ti-lifebuoy-off:before {
  content: "\f154";
}

.ti-lighter:before {
  content: "\f794";
}

.ti-line:before {
  content: "\ec40";
}

.ti-line-dashed:before {
  content: "\eea7";
}

.ti-line-dotted:before {
  content: "\eea8";
}

.ti-line-height:before {
  content: "\eb94";
}

.ti-line-scan:before {
  content: "ﲸ";
}

.ti-link:before {
  content: "\eade";
}

.ti-link-minus:before {
  content: "ﴖ";
}

.ti-link-off:before {
  content: "\f402";
}

.ti-link-plus:before {
  content: "ﴗ";
}

.ti-list:before {
  content: "\eb6b";
}

.ti-list-check:before {
  content: "\eb6a";
}

.ti-list-details:before {
  content: "\ef40";
}

.ti-list-letters:before {
  content: "ﱇ";
}

.ti-list-numbers:before {
  content: "\ef11";
}

.ti-list-search:before {
  content: "\eea9";
}

.ti-list-tree:before {
  content: "﫺";
}

.ti-live-photo:before {
  content: "\eadf";
}

.ti-live-photo-off:before {
  content: "\f403";
}

.ti-live-view:before {
  content: "\ec6b";
}

.ti-load-balancer:before {
  content: "臭";
}

.ti-loader:before {
  content: "\eca3";
}

.ti-loader-2:before {
  content: "\f226";
}

.ti-loader-3:before {
  content: "\f513";
}

.ti-loader-4:before {
  content: "𐈵";
}

.ti-loader-quarter:before {
  content: "\eca2";
}

.ti-location:before {
  content: "\eae0";
}

.ti-location-bolt:before {
  content: "ﮯ";
}

.ti-location-broken:before {
  content: "\f2c4";
}

.ti-location-cancel:before {
  content: "ﮰ";
}

.ti-location-check:before {
  content: "ﮱ";
}

.ti-location-code:before {
  content: "﮲";
}

.ti-location-cog:before {
  content: "﮳";
}

.ti-location-discount:before {
  content: "﮴";
}

.ti-location-dollar:before {
  content: "﮵";
}

.ti-location-down:before {
  content: "﮶";
}

.ti-location-exclamation:before {
  content: "﮷";
}

.ti-location-heart:before {
  content: "﮸";
}

.ti-location-minus:before {
  content: "﮹";
}

.ti-location-off:before {
  content: "\f155";
}

.ti-location-pause:before {
  content: "﮺";
}

.ti-location-pin:before {
  content: "﮻";
}

.ti-location-plus:before {
  content: "﮼";
}

.ti-location-question:before {
  content: "﮽";
}

.ti-location-search:before {
  content: "﮾";
}

.ti-location-share:before {
  content: "﮿";
}

.ti-location-star:before {
  content: "﯀";
}

.ti-location-up:before {
  content: "﯁";
}

.ti-location-x:before {
  content: "﯂";
}

.ti-lock:before {
  content: "\eae2";
}

.ti-lock-access:before {
  content: "\eeaa";
}

.ti-lock-access-off:before {
  content: "\f404";
}

.ti-lock-bitcoin:before {
  content: "Ｗ";
}

.ti-lock-bolt:before {
  content: "襤";
}

.ti-lock-cancel:before {
  content: "拉";
}

.ti-lock-check:before {
  content: "臘";
}

.ti-lock-code:before {
  content: "蠟";
}

.ti-lock-cog:before {
  content: "廊";
}

.ti-lock-dollar:before {
  content: "朗";
}

.ti-lock-down:before {
  content: "浪";
}

.ti-lock-exclamation:before {
  content: "狼";
}

.ti-lock-heart:before {
  content: "郎";
}

.ti-lock-minus:before {
  content: "來";
}

.ti-lock-off:before {
  content: "\ed1e";
}

.ti-lock-open:before {
  content: "\eae1";
}

.ti-lock-open-2:before {
  content: "ﺨ";
}

.ti-lock-open-off:before {
  content: "\f156";
}

.ti-lock-password:before {
  content: "ﾟ";
}

.ti-lock-pause:before {
  content: "冷";
}

.ti-lock-pin:before {
  content: "勞";
}

.ti-lock-plus:before {
  content: "擄";
}

.ti-lock-question:before {
  content: "櫓";
}

.ti-lock-search:before {
  content: "爐";
}

.ti-lock-share:before {
  content: "盧";
}

.ti-lock-square:before {
  content: "\ef51";
}

.ti-lock-square-rounded:before {
  content: "\f636";
}

.ti-lock-star:before {
  content: "老";
}

.ti-lock-up:before {
  content: "蘆";
}

.ti-lock-x:before {
  content: "虜";
}

.ti-logic-and:before {
  content: "\f240";
}

.ti-logic-buffer:before {
  content: "\f241";
}

.ti-logic-nand:before {
  content: "\f242";
}

.ti-logic-nor:before {
  content: "\f243";
}

.ti-logic-not:before {
  content: "\f244";
}

.ti-logic-or:before {
  content: "\f245";
}

.ti-logic-xnor:before {
  content: "\f246";
}

.ti-logic-xor:before {
  content: "\f247";
}

.ti-login:before {
  content: "\eba7";
}

.ti-login-2:before {
  content: "ﱶ";
}

.ti-logout:before {
  content: "\eba8";
}

.ti-logout-2:before {
  content: "奄";
}

.ti-logs:before {
  content: "ﺧ";
}

.ti-lollipop:before {
  content: "\efcc";
}

.ti-lollipop-off:before {
  content: "\f157";
}

.ti-luggage:before {
  content: "\efad";
}

.ti-luggage-off:before {
  content: "\f158";
}

.ti-lungs:before {
  content: "\ef62";
}

.ti-lungs-off:before {
  content: "\f405";
}

.ti-macro:before {
  content: "\eeab";
}

.ti-macro-off:before {
  content: "\f406";
}

.ti-magnet:before {
  content: "\eae3";
}

.ti-magnet-off:before {
  content: "\f159";
}

.ti-magnetic:before {
  content: "ﲹ";
}

.ti-mail:before {
  content: "\eae5";
}

.ti-mail-ai:before {
  content: "僧";
}

.ti-mail-bitcoin:before {
  content: "Ｖ";
}

.ti-mail-bolt:before {
  content: "路";
}

.ti-mail-cancel:before {
  content: "露";
}

.ti-mail-check:before {
  content: "魯";
}

.ti-mail-code:before {
  content: "鷺";
}

.ti-mail-cog:before {
  content: "碌";
}

.ti-mail-dollar:before {
  content: "祿";
}

.ti-mail-down:before {
  content: "綠";
}

.ti-mail-exclamation:before {
  content: "菉";
}

.ti-mail-fast:before {
  content: "\f069";
}

.ti-mail-forward:before {
  content: "\eeac";
}

.ti-mail-heart:before {
  content: "錄";
}

.ti-mail-minus:before {
  content: "鹿";
}

.ti-mail-off:before {
  content: "\f15a";
}

.ti-mail-opened:before {
  content: "\eae4";
}

.ti-mail-pause:before {
  content: "論";
}

.ti-mail-pin:before {
  content: "壟";
}

.ti-mail-plus:before {
  content: "弄";
}

.ti-mail-question:before {
  content: "籠";
}

.ti-mail-search:before {
  content: "聾";
}

.ti-mail-share:before {
  content: "牢";
}

.ti-mail-spark:before {
  content: "ﾳ";
}

.ti-mail-star:before {
  content: "磊";
}

.ti-mail-up:before {
  content: "賂";
}

.ti-mail-x:before {
  content: "雷";
}

.ti-mailbox:before {
  content: "\eead";
}

.ti-mailbox-off:before {
  content: "\f15b";
}

.ti-man:before {
  content: "\eae6";
}

.ti-manual-gearbox:before {
  content: "\ed7b";
}

.ti-map:before {
  content: "\eae9";
}

.ti-map-2:before {
  content: "\eae7";
}

.ti-map-bolt:before {
  content: "﯃";
}

.ti-map-cancel:before {
  content: "﯄";
}

.ti-map-check:before {
  content: "﯅";
}

.ti-map-code:before {
  content: "﯆";
}

.ti-map-cog:before {
  content: "﯇";
}

.ti-map-discount:before {
  content: "﯈";
}

.ti-map-dollar:before {
  content: "﯉";
}

.ti-map-down:before {
  content: "﯊";
}

.ti-map-east:before {
  content: "ﱝ";
}

.ti-map-exclamation:before {
  content: "﯋";
}

.ti-map-heart:before {
  content: "﯌";
}

.ti-map-lock:before {
  content: "𐈃";
}

.ti-map-minus:before {
  content: "﯍";
}

.ti-map-north:before {
  content: "ﱞ";
}

.ti-map-off:before {
  content: "\f15c";
}

.ti-map-pause:before {
  content: "﯎";
}

.ti-map-pin:before {
  content: "\eae8";
}

.ti-map-pin-2:before {
  content: "ﱈ";
}

.ti-map-pin-bolt:before {
  content: "壘";
}

.ti-map-pin-cancel:before {
  content: "屢";
}

.ti-map-pin-check:before {
  content: "樓";
}

.ti-map-pin-code:before {
  content: "淚";
}

.ti-map-pin-cog:before {
  content: "漏";
}

.ti-map-pin-dollar:before {
  content: "累";
}

.ti-map-pin-down:before {
  content: "縷";
}

.ti-map-pin-exclamation:before {
  content: "陋";
}

.ti-map-pin-heart:before {
  content: "勒";
}

.ti-map-pin-minus:before {
  content: "肋";
}

.ti-map-pin-off:before {
  content: "\ecf3";
}

.ti-map-pin-pause:before {
  content: "凜";
}

.ti-map-pin-pin:before {
  content: "凌";
}

.ti-map-pin-plus:before {
  content: "稜";
}

.ti-map-pin-question:before {
  content: "綾";
}

.ti-map-pin-search:before {
  content: "菱";
}

.ti-map-pin-share:before {
  content: "\f795";
}

.ti-map-pin-star:before {
  content: "陵";
}

.ti-map-pin-up:before {
  content: "讀";
}

.ti-map-pin-x:before {
  content: "拏";
}

.ti-map-pins:before {
  content: "\ed5e";
}

.ti-map-plus:before {
  content: "﯏";
}

.ti-map-question:before {
  content: "﯐";
}

.ti-map-route:before {
  content: "ﱹ";
}

.ti-map-search:before {
  content: "\ef82";
}

.ti-map-share:before {
  content: "﯑";
}

.ti-map-shield:before {
  content: "𐈂";
}

.ti-map-south:before {
  content: "ﱟ";
}

.ti-map-star:before {
  content: "﯒";
}

.ti-map-up:before {
  content: "ﯓ";
}

.ti-map-west:before {
  content: "ﱠ";
}

.ti-map-x:before {
  content: "ﯔ";
}

.ti-markdown:before {
  content: "\ec41";
}

.ti-markdown-off:before {
  content: "\f407";
}

.ti-marquee:before {
  content: "\ec77";
}

.ti-marquee-2:before {
  content: "\eeae";
}

.ti-marquee-off:before {
  content: "\f15d";
}

.ti-mars:before {
  content: "\ec80";
}

.ti-mask:before {
  content: "\eeb0";
}

.ti-mask-off:before {
  content: "\eeaf";
}

.ti-masks-theater:before {
  content: "\f263";
}

.ti-masks-theater-off:before {
  content: "\f408";
}

.ti-massage:before {
  content: "\eeb1";
}

.ti-matchstick:before {
  content: "\f577";
}

.ti-math:before {
  content: "\ebeb";
}

.ti-math-1-divide-2:before {
  content: "\f4e2";
}

.ti-math-1-divide-3:before {
  content: "\f4e3";
}

.ti-math-avg:before {
  content: "\f0f4";
}

.ti-math-cos:before {
  content: "？";
}

.ti-math-ctg:before {
  content: "Ｕ";
}

.ti-math-equal-greater:before {
  content: "\f4e4";
}

.ti-math-equal-lower:before {
  content: "\f4e5";
}

.ti-math-function:before {
  content: "\eeb2";
}

.ti-math-function-off:before {
  content: "\f15e";
}

.ti-math-function-y:before {
  content: "\f4e6";
}

.ti-math-greater:before {
  content: "\f4e7";
}

.ti-math-integral:before {
  content: "\f4e9";
}

.ti-math-integral-x:before {
  content: "\f4e8";
}

.ti-math-integrals:before {
  content: "\f4ea";
}

.ti-math-lower:before {
  content: "\f4eb";
}

.ti-math-max:before {
  content: "\f0f5";
}

.ti-math-max-min:before {
  content: "ﶠ";
}

.ti-math-min:before {
  content: "\f0f6";
}

.ti-math-not:before {
  content: "\f4ec";
}

.ti-math-off:before {
  content: "\f409";
}

.ti-math-pi:before {
  content: "\f4ee";
}

.ti-math-pi-divide-2:before {
  content: "\f4ed";
}

.ti-math-sec:before {
  content: "Ｔ";
}

.ti-math-sin:before {
  content: "＞";
}

.ti-math-symbols:before {
  content: "\eeb3";
}

.ti-math-tg:before {
  content: "Ｓ";
}

.ti-math-x-divide-2:before {
  content: "\f4ef";
}

.ti-math-x-divide-y:before {
  content: "\f4f1";
}

.ti-math-x-divide-y-2:before {
  content: "\f4f0";
}

.ti-math-x-floor-divide-y:before {
  content: "𐁳";
}

.ti-math-x-minus-x:before {
  content: "\f4f2";
}

.ti-math-x-minus-y:before {
  content: "\f4f3";
}

.ti-math-x-plus-x:before {
  content: "\f4f4";
}

.ti-math-x-plus-y:before {
  content: "\f4f5";
}

.ti-math-xy:before {
  content: "\f4f6";
}

.ti-math-y-minus-y:before {
  content: "\f4f7";
}

.ti-math-y-plus-y:before {
  content: "\f4f8";
}

.ti-matrix:before {
  content: "𐂼";
}

.ti-maximize:before {
  content: "\eaea";
}

.ti-maximize-off:before {
  content: "\f15f";
}

.ti-meat:before {
  content: "\ef12";
}

.ti-meat-off:before {
  content: "\f40a";
}

.ti-medal:before {
  content: "\ec78";
}

.ti-medal-2:before {
  content: "\efcd";
}

.ti-medical-cross:before {
  content: "\ec2f";
}

.ti-medical-cross-circle:before {
  content: "﫨";
}

.ti-medical-cross-off:before {
  content: "\f160";
}

.ti-medicine-syrup:before {
  content: "\ef63";
}

.ti-meeple:before {
  content: "\f514";
}

.ti-melon:before {
  content: "ﱺ";
}

.ti-menorah:before {
  content: "\f58c";
}

.ti-menu:before {
  content: "\eaeb";
}

.ti-menu-2:before {
  content: "\ec42";
}

.ti-menu-3:before {
  content: "ｃ";
}

.ti-menu-4:before {
  content: "ｂ";
}

.ti-menu-deep:before {
  content: "﫻";
}

.ti-menu-order:before {
  content: "\f5f5";
}

.ti-mesh:before {
  content: "𐈁";
}

.ti-message:before {
  content: "\eaef";
}

.ti-message-2:before {
  content: "\eaec";
}

.ti-message-2-bolt:before {
  content: "樂";
}

.ti-message-2-cancel:before {
  content: "諾";
}

.ti-message-2-check:before {
  content: "丹";
}

.ti-message-2-code:before {
  content: "\f012";
}

.ti-message-2-cog:before {
  content: "寧";
}

.ti-message-2-dollar:before {
  content: "怒";
}

.ti-message-2-down:before {
  content: "率";
}

.ti-message-2-exclamation:before {
  content: "異";
}

.ti-message-2-heart:before {
  content: "北";
}

.ti-message-2-minus:before {
  content: "磻";
}

.ti-message-2-off:before {
  content: "\f40b";
}

.ti-message-2-pause:before {
  content: "便";
}

.ti-message-2-pin:before {
  content: "復";
}

.ti-message-2-plus:before {
  content: "不";
}

.ti-message-2-question:before {
  content: "泌";
}

.ti-message-2-search:before {
  content: "數";
}

.ti-message-2-share:before {
  content: "\f077";
}

.ti-message-2-star:before {
  content: "索";
}

.ti-message-2-up:before {
  content: "參";
}

.ti-message-2-x:before {
  content: "塞";
}

.ti-message-bolt:before {
  content: "省";
}

.ti-message-cancel:before {
  content: "葉";
}

.ti-message-chatbot:before {
  content: "\f38a";
}

.ti-message-check:before {
  content: "說";
}

.ti-message-circle:before {
  content: "\eaed";
}

.ti-message-circle-bolt:before {
  content: "殺";
}

.ti-message-circle-cancel:before {
  content: "辰";
}

.ti-message-circle-check:before {
  content: "沈";
}

.ti-message-circle-code:before {
  content: "拾";
}

.ti-message-circle-cog:before {
  content: "若";
}

.ti-message-circle-dollar:before {
  content: "掠";
}

.ti-message-circle-down:before {
  content: "略";
}

.ti-message-circle-exclamation:before {
  content: "亮";
}

.ti-message-circle-heart:before {
  content: "兩";
}

.ti-message-circle-minus:before {
  content: "凉";
}

.ti-message-circle-off:before {
  content: "\ed40";
}

.ti-message-circle-pause:before {
  content: "梁";
}

.ti-message-circle-pin:before {
  content: "糧";
}

.ti-message-circle-plus:before {
  content: "良";
}

.ti-message-circle-question:before {
  content: "諒";
}

.ti-message-circle-search:before {
  content: "量";
}

.ti-message-circle-share:before {
  content: "勵";
}

.ti-message-circle-star:before {
  content: "呂";
}

.ti-message-circle-up:before {
  content: "女";
}

.ti-message-circle-user:before {
  content: "ﻅ";
}

.ti-message-circle-x:before {
  content: "廬";
}

.ti-message-code:before {
  content: "\f013";
}

.ti-message-cog:before {
  content: "旅";
}

.ti-message-dollar:before {
  content: "濾";
}

.ti-message-dots:before {
  content: "\eaee";
}

.ti-message-down:before {
  content: "礪";
}

.ti-message-exclamation:before {
  content: "閭";
}

.ti-message-forward:before {
  content: "\f28f";
}

.ti-message-heart:before {
  content: "驪";
}

.ti-message-language:before {
  content: "\efae";
}

.ti-message-minus:before {
  content: "麗";
}

.ti-message-off:before {
  content: "\ed41";
}

.ti-message-pause:before {
  content: "黎";
}

.ti-message-pin:before {
  content: "力";
}

.ti-message-plus:before {
  content: "\ec9a";
}

.ti-message-question:before {
  content: "曆";
}

.ti-message-reply:before {
  content: "﵍";
}

.ti-message-report:before {
  content: "\ec9b";
}

.ti-message-search:before {
  content: "歷";
}

.ti-message-share:before {
  content: "\f078";
}

.ti-message-star:before {
  content: "轢";
}

.ti-message-up:before {
  content: "年";
}

.ti-message-user:before {
  content: "ﻄ";
}

.ti-message-x:before {
  content: "憐";
}

.ti-messages:before {
  content: "\eb6c";
}

.ti-messages-off:before {
  content: "\ed42";
}

.ti-meteor:before {
  content: "\f1fd";
}

.ti-meteor-off:before {
  content: "\f40c";
}

.ti-meter-cube:before {
  content: "ﵼ";
}

.ti-meter-square:before {
  content: "ﵽ";
}

.ti-metronome:before {
  content: "ﴥ";
}

.ti-michelin-bib-gourmand:before {
  content: "﫩";
}

.ti-michelin-star:before {
  content: "﫫";
}

.ti-michelin-star-green:before {
  content: "﫪";
}

.ti-mickey:before {
  content: "\f2a3";
}

.ti-microfrontends:before {
  content: "𐇮";
}

.ti-microphone:before {
  content: "\eaf0";
}

.ti-microphone-2:before {
  content: "\ef2c";
}

.ti-microphone-2-off:before {
  content: "\f40d";
}

.ti-microphone-off:before {
  content: "\ed16";
}

.ti-microscope:before {
  content: "\ef64";
}

.ti-microscope-off:before {
  content: "\f40e";
}

.ti-microwave:before {
  content: "\f248";
}

.ti-microwave-off:before {
  content: "\f264";
}

.ti-middleware:before {
  content: "𐇭";
}

.ti-military-award:before {
  content: "\f079";
}

.ti-military-rank:before {
  content: "\efcf";
}

.ti-milk:before {
  content: "\ef13";
}

.ti-milk-off:before {
  content: "\f40f";
}

.ti-milkshake:before {
  content: "\f4c8";
}

.ti-minimize:before {
  content: "\eaf1";
}

.ti-minus:before {
  content: "\eaf2";
}

.ti-minus-vertical:before {
  content: "\eeb4";
}

.ti-mist:before {
  content: "\ec30";
}

.ti-mist-off:before {
  content: "\f410";
}

.ti-mobiledata:before {
  content: "淋";
}

.ti-mobiledata-off:before {
  content: "林";
}

.ti-moneybag:before {
  content: "\f506";
}

.ti-moneybag-edit:before {
  content: "𐄽";
}

.ti-moneybag-heart:before {
  content: "𐄼";
}

.ti-moneybag-minus:before {
  content: "𐄻";
}

.ti-moneybag-move:before {
  content: "𐄹";
}

.ti-moneybag-move-back:before {
  content: "𐄺";
}

.ti-moneybag-plus:before {
  content: "𐄸";
}

.ti-monkeybar:before {
  content: "ﺴ";
}

.ti-mood-angry:before {
  content: "\f2de";
}

.ti-mood-annoyed:before {
  content: "\f2e0";
}

.ti-mood-annoyed-2:before {
  content: "\f2df";
}

.ti-mood-bitcoin:before {
  content: "Ｒ";
}

.ti-mood-boy:before {
  content: "\ed2d";
}

.ti-mood-check:before {
  content: "\f7b3";
}

.ti-mood-cog:before {
  content: "\f7b4";
}

.ti-mood-confused:before {
  content: "\eaf3";
}

.ti-mood-crazy-happy:before {
  content: "\ed90";
}

.ti-mood-cry:before {
  content: "\ecbb";
}

.ti-mood-dollar:before {
  content: "\f7b5";
}

.ti-mood-edit:before {
  content: "洞";
}

.ti-mood-empty:before {
  content: "\eeb5";
}

.ti-mood-happy:before {
  content: "\eaf4";
}

.ti-mood-heart:before {
  content: "\f7b6";
}

.ti-mood-kid:before {
  content: "\ec03";
}

.ti-mood-look-down:before {
  content: "ﴷ";
}

.ti-mood-look-left:before {
  content: "\f2c5";
}

.ti-mood-look-right:before {
  content: "\f2c6";
}

.ti-mood-look-up:before {
  content: "ﴸ";
}

.ti-mood-minus:before {
  content: "\f7b7";
}

.ti-mood-nerd:before {
  content: "\f2e1";
}

.ti-mood-nervous:before {
  content: "\ef96";
}

.ti-mood-neutral:before {
  content: "\eaf5";
}

.ti-mood-off:before {
  content: "\f161";
}

.ti-mood-pin:before {
  content: "\f7b8";
}

.ti-mood-plus:before {
  content: "\f7b9";
}

.ti-mood-puzzled:before {
  content: "ﴹ";
}

.ti-mood-sad:before {
  content: "\eaf6";
}

.ti-mood-sad-2:before {
  content: "\f2e2";
}

.ti-mood-sad-dizzy:before {
  content: "\f2e3";
}

.ti-mood-sad-squint:before {
  content: "\f2e4";
}

.ti-mood-search:before {
  content: "\f7ba";
}

.ti-mood-share:before {
  content: "暴";
}

.ti-mood-sick:before {
  content: "\f2e5";
}

.ti-mood-silence:before {
  content: "\f2e6";
}

.ti-mood-sing:before {
  content: "\f2c7";
}

.ti-mood-smile:before {
  content: "\eaf7";
}

.ti-mood-smile-beam:before {
  content: "\f2e7";
}

.ti-mood-smile-dizzy:before {
  content: "\f2e8";
}

.ti-mood-spark:before {
  content: "ﾲ";
}

.ti-mood-surprised:before {
  content: "\ec04";
}

.ti-mood-tongue:before {
  content: "\eb95";
}

.ti-mood-tongue-wink:before {
  content: "\f2ea";
}

.ti-mood-tongue-wink-2:before {
  content: "\f2e9";
}

.ti-mood-unamused:before {
  content: "\f2eb";
}

.ti-mood-up:before {
  content: "\f7bb";
}

.ti-mood-wink:before {
  content: "\f2ed";
}

.ti-mood-wink-2:before {
  content: "\f2ec";
}

.ti-mood-wrrr:before {
  content: "\f2ee";
}

.ti-mood-x:before {
  content: "\f7bc";
}

.ti-mood-xd:before {
  content: "\f2ef";
}

.ti-moon:before {
  content: "\eaf8";
}

.ti-moon-2:before {
  content: "\ece6";
}

.ti-moon-off:before {
  content: "\f162";
}

.ti-moon-stars:before {
  content: "\ece7";
}

.ti-moped:before {
  content: "\ecbc";
}

.ti-mosque:before {
  content: "𐈴";
}

.ti-motorbike:before {
  content: "\eeb6";
}

.ti-mountain:before {
  content: "\ef97";
}

.ti-mountain-off:before {
  content: "\f411";
}

.ti-mouse:before {
  content: "\eaf9";
}

.ti-mouse-2:before {
  content: "\f1d7";
}

.ti-mouse-off:before {
  content: "\f163";
}

.ti-moustache:before {
  content: "\f4c9";
}

.ti-movie:before {
  content: "\eafa";
}

.ti-movie-off:before {
  content: "\f164";
}

.ti-mug:before {
  content: "\eafb";
}

.ti-mug-off:before {
  content: "\f165";
}

.ti-multiplier-0-5x:before {
  content: "\ef41";
}

.ti-multiplier-1-5x:before {
  content: "\ef42";
}

.ti-multiplier-1x:before {
  content: "\ef43";
}

.ti-multiplier-2x:before {
  content: "\ef44";
}

.ti-mushroom:before {
  content: "\ef14";
}

.ti-mushroom-off:before {
  content: "\f412";
}

.ti-music:before {
  content: "\eafc";
}

.ti-music-bolt:before {
  content: "ﯕ";
}

.ti-music-cancel:before {
  content: "ﯖ";
}

.ti-music-check:before {
  content: "ﯗ";
}

.ti-music-code:before {
  content: "ﯘ";
}

.ti-music-cog:before {
  content: "ﯙ";
}

.ti-music-discount:before {
  content: "ﯚ";
}

.ti-music-dollar:before {
  content: "ﯛ";
}

.ti-music-down:before {
  content: "ﯜ";
}

.ti-music-exclamation:before {
  content: "ﯝ";
}

.ti-music-heart:before {
  content: "ﯞ";
}

.ti-music-minus:before {
  content: "ﯟ";
}

.ti-music-off:before {
  content: "\f166";
}

.ti-music-pause:before {
  content: "ﯠ";
}

.ti-music-pin:before {
  content: "ﯡ";
}

.ti-music-plus:before {
  content: "ﯢ";
}

.ti-music-question:before {
  content: "ﯣ";
}

.ti-music-search:before {
  content: "ﯤ";
}

.ti-music-share:before {
  content: "ﯥ";
}

.ti-music-star:before {
  content: "ﯦ";
}

.ti-music-up:before {
  content: "ﯧ";
}

.ti-music-x:before {
  content: "ﯨ";
}

.ti-navigation:before {
  content: "\f2c8";
}

.ti-navigation-bolt:before {
  content: "ﯩ";
}

.ti-navigation-cancel:before {
  content: "ﯪ";
}

.ti-navigation-check:before {
  content: "ﯫ";
}

.ti-navigation-code:before {
  content: "ﯬ";
}

.ti-navigation-cog:before {
  content: "ﯭ";
}

.ti-navigation-discount:before {
  content: "ﯮ";
}

.ti-navigation-dollar:before {
  content: "ﯯ";
}

.ti-navigation-down:before {
  content: "ﯰ";
}

.ti-navigation-east:before {
  content: "ﲺ";
}

.ti-navigation-exclamation:before {
  content: "ﯱ";
}

.ti-navigation-heart:before {
  content: "ﯲ";
}

.ti-navigation-minus:before {
  content: "ﯳ";
}

.ti-navigation-north:before {
  content: "ﲻ";
}

.ti-navigation-off:before {
  content: "\f413";
}

.ti-navigation-pause:before {
  content: "ﯴ";
}

.ti-navigation-pin:before {
  content: "ﯵ";
}

.ti-navigation-plus:before {
  content: "ﯶ";
}

.ti-navigation-question:before {
  content: "ﯷ";
}

.ti-navigation-search:before {
  content: "ﯸ";
}

.ti-navigation-share:before {
  content: "ﯹ";
}

.ti-navigation-south:before {
  content: "ﲼ";
}

.ti-navigation-star:before {
  content: "ﯺ";
}

.ti-navigation-top:before {
  content: "﫬";
}

.ti-navigation-up:before {
  content: "ﯻ";
}

.ti-navigation-west:before {
  content: "ﲽ";
}

.ti-navigation-x:before {
  content: "ﯼ";
}

.ti-needle:before {
  content: "\f508";
}

.ti-needle-thread:before {
  content: "\f507";
}

.ti-network:before {
  content: "\f09f";
}

.ti-network-off:before {
  content: "\f414";
}

.ti-new-section:before {
  content: "\ebc1";
}

.ti-news:before {
  content: "\eafd";
}

.ti-news-off:before {
  content: "\f167";
}

.ti-nfc:before {
  content: "\eeb7";
}

.ti-nfc-off:before {
  content: "\f168";
}

.ti-no-copyright:before {
  content: "\efb9";
}

.ti-no-creative-commons:before {
  content: "\efba";
}

.ti-no-derivatives:before {
  content: "\efbb";
}

.ti-noise-reduction:before {
  content: "𐉣";
}

.ti-north-star:before {
  content: "\f014";
}

.ti-notdef:before {
  content: "𐉈";
}

.ti-note:before {
  content: "\eb6d";
}

.ti-note-off:before {
  content: "\f169";
}

.ti-notebook:before {
  content: "\eb96";
}

.ti-notebook-off:before {
  content: "\f415";
}

.ti-notes:before {
  content: "\eb6e";
}

.ti-notes-off:before {
  content: "\f16a";
}

.ti-notification:before {
  content: "\eafe";
}

.ti-notification-off:before {
  content: "\f16b";
}

.ti-number:before {
  content: "\f1fe";
}

.ti-number-0:before {
  content: "\edf0";
}

.ti-number-0-small:before {
  content: "ﳡ";
}

.ti-number-1:before {
  content: "\edf1";
}

.ti-number-1-small:before {
  content: "ﳢ";
}

.ti-number-10:before {
  content: "𐁞";
}

.ti-number-10-small:before {
  content: "ﳣ";
}

.ti-number-100-small:before {
  content: "𐀅";
}

.ti-number-11:before {
  content: "𐁝";
}

.ti-number-11-small:before {
  content: "ﳤ";
}

.ti-number-12-small:before {
  content: "ﳥ";
}

.ti-number-123:before {
  content: "\f554";
}

.ti-number-13-small:before {
  content: "ﳦ";
}

.ti-number-14-small:before {
  content: "ﳧ";
}

.ti-number-15-small:before {
  content: "ﳨ";
}

.ti-number-16-small:before {
  content: "ﳩ";
}

.ti-number-17-small:before {
  content: "ﳪ";
}

.ti-number-18-small:before {
  content: "ﳫ";
}

.ti-number-19-small:before {
  content: "ﳬ";
}

.ti-number-2:before {
  content: "\edf2";
}

.ti-number-2-small:before {
  content: "ﳭ";
}

.ti-number-20-small:before {
  content: "ﳮ";
}

.ti-number-21-small:before {
  content: "ﳯ";
}

.ti-number-22-small:before {
  content: "ﳰ";
}

.ti-number-23-small:before {
  content: "ﳱ";
}

.ti-number-24-small:before {
  content: "ﳲ";
}

.ti-number-25-small:before {
  content: "ﳳ";
}

.ti-number-26-small:before {
  content: "ﳴ";
}

.ti-number-27-small:before {
  content: "ﳵ";
}

.ti-number-28-small:before {
  content: "ﳶ";
}

.ti-number-29-small:before {
  content: "ﳷ";
}

.ti-number-3:before {
  content: "\edf3";
}

.ti-number-3-small:before {
  content: "ﳸ";
}

.ti-number-30-small:before {
  content: "𐀄";
}

.ti-number-31-small:before {
  content: "𐀃";
}

.ti-number-32-small:before {
  content: "𐀂";
}

.ti-number-33-small:before {
  content: "𐀁";
}

.ti-number-34-small:before {
  content: "𐀀";
}

.ti-number-35-small:before {
  content: "𐈐";
}

.ti-number-36-small:before {
  content: "𐈑";
}

.ti-number-37-small:before {
  content: "𐈒";
}

.ti-number-38-small:before {
  content: "𐈓";
}

.ti-number-39-small:before {
  content: "𐈔";
}

.ti-number-4:before {
  content: "\edf4";
}

.ti-number-4-small:before {
  content: "ﳹ";
}

.ti-number-40-small:before {
  content: "𐈕";
}

.ti-number-41-small:before {
  content: "𐈖";
}

.ti-number-42-small:before {
  content: "𐈗";
}

.ti-number-43-small:before {
  content: "𐈘";
}

.ti-number-44-small:before {
  content: "𐈙";
}

.ti-number-45-small:before {
  content: "𐈚";
}

.ti-number-46-small:before {
  content: "𐈛";
}

.ti-number-47-small:before {
  content: "𐈜";
}

.ti-number-48-small:before {
  content: "𐈝";
}

.ti-number-49-small:before {
  content: "𐈞";
}

.ti-number-5:before {
  content: "\edf5";
}

.ti-number-5-small:before {
  content: "ﳺ";
}

.ti-number-50-small:before {
  content: "𐈟";
}

.ti-number-51-small:before {
  content: "￯";
}

.ti-number-52-small:before {
  content: "￮";
}

.ti-number-53-small:before {
  content: "￭";
}

.ti-number-54-small:before {
  content: "￬";
}

.ti-number-55-small:before {
  content: "￫";
}

.ti-number-56-small:before {
  content: "￪";
}

.ti-number-57-small:before {
  content: "￩";
}

.ti-number-58-small:before {
  content: "￨";
}

.ti-number-59-small:before {
  content: "￧";
}

.ti-number-6:before {
  content: "\edf6";
}

.ti-number-6-small:before {
  content: "ﳻ";
}

.ti-number-60-small:before {
  content: "￦";
}

.ti-number-61-small:before {
  content: "￥";
}

.ti-number-62-small:before {
  content: "￤";
}

.ti-number-63-small:before {
  content: "￣";
}

.ti-number-64-small:before {
  content: "￢";
}

.ti-number-65-small:before {
  content: "￡";
}

.ti-number-66-small:before {
  content: "￠";
}

.ti-number-67-small:before {
  content: "￟";
}

.ti-number-68-small:before {
  content: "￞";
}

.ti-number-69-small:before {
  content: "￝";
}

.ti-number-7:before {
  content: "\edf7";
}

.ti-number-7-small:before {
  content: "ﳼ";
}

.ti-number-70-small:before {
  content: "ￜ";
}

.ti-number-71-small:before {
  content: "ￛ";
}

.ti-number-72-small:before {
  content: "ￚ";
}

.ti-number-73-small:before {
  content: "￙";
}

.ti-number-74-small:before {
  content: "￘";
}

.ti-number-75-small:before {
  content: "ￗ";
}

.ti-number-76-small:before {
  content: "ￖ";
}

.ti-number-77-small:before {
  content: "ￕ";
}

.ti-number-78-small:before {
  content: "ￔ";
}

.ti-number-79-small:before {
  content: "ￓ";
}

.ti-number-8:before {
  content: "\edf8";
}

.ti-number-8-small:before {
  content: "ﳽ";
}

.ti-number-80-small:before {
  content: "ￒ";
}

.ti-number-81-small:before {
  content: "￑";
}

.ti-number-82-small:before {
  content: "￐";
}

.ti-number-83-small:before {
  content: "ￏ";
}

.ti-number-84-small:before {
  content: "ￎ";
}

.ti-number-85-small:before {
  content: "ￍ";
}

.ti-number-86-small:before {
  content: "ￌ";
}

.ti-number-87-small:before {
  content: "ￋ";
}

.ti-number-88-small:before {
  content: "ￊ";
}

.ti-number-89-small:before {
  content: "￉";
}

.ti-number-9:before {
  content: "\edf9";
}

.ti-number-9-small:before {
  content: "ﳾ";
}

.ti-number-90-small:before {
  content: "￈";
}

.ti-number-91-small:before {
  content: "ￇ";
}

.ti-number-92-small:before {
  content: "ￆ";
}

.ti-number-93-small:before {
  content: "ￅ";
}

.ti-number-94-small:before {
  content: "ￄ";
}

.ti-number-95-small:before {
  content: "ￃ";
}

.ti-number-96-small:before {
  content: "ￂ";
}

.ti-number-97-small:before {
  content: "￁";
}

.ti-number-98-small:before {
  content: "￀";
}

.ti-number-99-small:before {
  content: "﾿";
}

.ti-numbers:before {
  content: "\f015";
}

.ti-nurse:before {
  content: "\ef65";
}

.ti-nut:before {
  content: "ﱡ";
}

.ti-object-scan:before {
  content: "ﻱ";
}

.ti-octagon:before {
  content: "\ecbd";
}

.ti-octagon-minus:before {
  content: "ﲒ";
}

.ti-octagon-minus-2:before {
  content: "ﲑ";
}

.ti-octagon-off:before {
  content: "\eeb8";
}

.ti-octagon-plus:before {
  content: "ﲔ";
}

.ti-octagon-plus-2:before {
  content: "ﲓ";
}

.ti-octahedron:before {
  content: "类";
}

.ti-octahedron-off:before {
  content: "窱";
}

.ti-octahedron-plus:before {
  content: "節";
}

.ti-old:before {
  content: "\eeb9";
}

.ti-olympic-torch:before {
  content: "𐈨";
}

.ti-olympics:before {
  content: "\eeba";
}

.ti-olympics-off:before {
  content: "\f416";
}

.ti-om:before {
  content: "\f58d";
}

.ti-omega:before {
  content: "\eb97";
}

.ti-option:before {
  content: "𐆟";
}

.ti-outbound:before {
  content: "\f249";
}

.ti-outlet:before {
  content: "\ebd7";
}

.ti-oval:before {
  content: "\f02e";
}

.ti-oval-vertical:before {
  content: "\f02d";
}

.ti-overline:before {
  content: "\eebb";
}

.ti-package:before {
  content: "\eaff";
}

.ti-package-export:before {
  content: "\f07a";
}

.ti-package-import:before {
  content: "\f07b";
}

.ti-package-off:before {
  content: "\f16c";
}

.ti-packages:before {
  content: "\f2c9";
}

.ti-pacman:before {
  content: "\eebc";
}

.ti-page-break:before {
  content: "\ec81";
}

.ti-paint:before {
  content: "\eb00";
}

.ti-paint-off:before {
  content: "\f16d";
}

.ti-palette:before {
  content: "\eb01";
}

.ti-palette-off:before {
  content: "\f16e";
}

.ti-panorama-horizontal:before {
  content: "\ed33";
}

.ti-panorama-horizontal-off:before {
  content: "\f417";
}

.ti-panorama-vertical:before {
  content: "\ed34";
}

.ti-panorama-vertical-off:before {
  content: "\f418";
}

.ti-paper-bag:before {
  content: "\f02f";
}

.ti-paper-bag-off:before {
  content: "\f16f";
}

.ti-paperclip:before {
  content: "\eb02";
}

.ti-parachute:before {
  content: "\ed7c";
}

.ti-parachute-off:before {
  content: "\f170";
}

.ti-parentheses:before {
  content: "\ebd8";
}

.ti-parentheses-off:before {
  content: "\f171";
}

.ti-parking:before {
  content: "\eb03";
}

.ti-parking-circle:before {
  content: "ﵚ";
}

.ti-parking-meter:before {
  content: "𐈧";
}

.ti-parking-off:before {
  content: "\f172";
}

.ti-password:before {
  content: "\f4ca";
}

.ti-password-fingerprint:before {
  content: "ﱻ";
}

.ti-password-mobile-phone:before {
  content: "ﱼ";
}

.ti-password-user:before {
  content: "ﱽ";
}

.ti-paw:before {
  content: "\eff9";
}

.ti-paw-off:before {
  content: "\f419";
}

.ti-paywall:before {
  content: "ﵾ";
}

.ti-pdf:before {
  content: "\f7ac";
}

.ti-peace:before {
  content: "\ecbe";
}

.ti-pencil:before {
  content: "\eb04";
}

.ti-pencil-bolt:before {
  content: "ﯽ";
}

.ti-pencil-cancel:before {
  content: "ﯾ";
}

.ti-pencil-check:before {
  content: "ﯿ";
}

.ti-pencil-code:before {
  content: "ﰀ";
}

.ti-pencil-cog:before {
  content: "ﰁ";
}

.ti-pencil-discount:before {
  content: "ﰂ";
}

.ti-pencil-dollar:before {
  content: "ﰃ";
}

.ti-pencil-down:before {
  content: "ﰄ";
}

.ti-pencil-exclamation:before {
  content: "ﰅ";
}

.ti-pencil-heart:before {
  content: "ﰆ";
}

.ti-pencil-minus:before {
  content: "\f1eb";
}

.ti-pencil-off:before {
  content: "\f173";
}

.ti-pencil-pause:before {
  content: "ﰇ";
}

.ti-pencil-pin:before {
  content: "ﰈ";
}

.ti-pencil-plus:before {
  content: "\f1ec";
}

.ti-pencil-question:before {
  content: "ﰉ";
}

.ti-pencil-search:before {
  content: "ﰊ";
}

.ti-pencil-share:before {
  content: "ﰋ";
}

.ti-pencil-star:before {
  content: "ﰌ";
}

.ti-pencil-up:before {
  content: "ﰍ";
}

.ti-pencil-x:before {
  content: "ﰎ";
}

.ti-pendulum:before {
  content: "𐈳";
}

.ti-pennant:before {
  content: "\ed7d";
}

.ti-pennant-2:before {
  content: "\f06a";
}

.ti-pennant-off:before {
  content: "\f174";
}

.ti-pentagon:before {
  content: "\efe3";
}

.ti-pentagon-minus:before {
  content: "ﺳ";
}

.ti-pentagon-number-0:before {
  content: "ﱾ";
}

.ti-pentagon-number-1:before {
  content: "ﱿ";
}

.ti-pentagon-number-2:before {
  content: "ﲀ";
}

.ti-pentagon-number-3:before {
  content: "ﲁ";
}

.ti-pentagon-number-4:before {
  content: "ﲂ";
}

.ti-pentagon-number-5:before {
  content: "ﲃ";
}

.ti-pentagon-number-6:before {
  content: "ﲄ";
}

.ti-pentagon-number-7:before {
  content: "ﲅ";
}

.ti-pentagon-number-8:before {
  content: "ﲆ";
}

.ti-pentagon-number-9:before {
  content: "ﲇ";
}

.ti-pentagon-off:before {
  content: "\f41a";
}

.ti-pentagon-plus:before {
  content: "ﱉ";
}

.ti-pentagon-x:before {
  content: "ﲈ";
}

.ti-pentagram:before {
  content: "\f586";
}

.ti-pepper:before {
  content: "\ef15";
}

.ti-pepper-off:before {
  content: "\f175";
}

.ti-percentage:before {
  content: "\ecf4";
}

.ti-percentage-0:before {
  content: "ﻥ";
}

.ti-percentage-10:before {
  content: "ﻤ";
}

.ti-percentage-100:before {
  content: "ﻣ";
}

.ti-percentage-20:before {
  content: "ﻢ";
}

.ti-percentage-25:before {
  content: "ﻡ";
}

.ti-percentage-30:before {
  content: "ﻠ";
}

.ti-percentage-33:before {
  content: "ﻟ";
}

.ti-percentage-40:before {
  content: "ﻞ";
}

.ti-percentage-50:before {
  content: "ﻝ";
}

.ti-percentage-60:before {
  content: "ﻜ";
}

.ti-percentage-66:before {
  content: "ﻛ";
}

.ti-percentage-70:before {
  content: "ﻚ";
}

.ti-percentage-75:before {
  content: "ﻙ";
}

.ti-percentage-80:before {
  content: "ﻘ";
}

.ti-percentage-90:before {
  content: "ﻗ";
}

.ti-perfume:before {
  content: "\f509";
}

.ti-perspective:before {
  content: "\eebd";
}

.ti-perspective-off:before {
  content: "\f176";
}

.ti-phone:before {
  content: "\eb09";
}

.ti-phone-call:before {
  content: "\eb05";
}

.ti-phone-calling:before {
  content: "\ec43";
}

.ti-phone-check:before {
  content: "\ec05";
}

.ti-phone-done:before {
  content: "ﾞ";
}

.ti-phone-end:before {
  content: "ﾝ";
}

.ti-phone-incoming:before {
  content: "\eb06";
}

.ti-phone-off:before {
  content: "\ecf5";
}

.ti-phone-outgoing:before {
  content: "\eb07";
}

.ti-phone-pause:before {
  content: "\eb08";
}

.ti-phone-plus:before {
  content: "\ec06";
}

.ti-phone-ringing:before {
  content: "ﾜ";
}

.ti-phone-spark:before {
  content: "ﾱ";
}

.ti-phone-x:before {
  content: "\ec07";
}

.ti-photo:before {
  content: "\eb0a";
}

.ti-photo-ai:before {
  content: "免";
}

.ti-photo-alt:before {
  content: "𐉢";
}

.ti-photo-bitcoin:before {
  content: "Ｑ";
}

.ti-photo-bolt:before {
  content: "戀";
}

.ti-photo-cancel:before {
  content: "\f35d";
}

.ti-photo-check:before {
  content: "\f35e";
}

.ti-photo-circle:before {
  content: "ﱊ";
}

.ti-photo-circle-minus:before {
  content: "ﱢ";
}

.ti-photo-circle-plus:before {
  content: "ﱣ";
}

.ti-photo-code:before {
  content: "撚";
}

.ti-photo-cog:before {
  content: "漣";
}

.ti-photo-dollar:before {
  content: "煉";
}

.ti-photo-down:before {
  content: "\f35f";
}

.ti-photo-edit:before {
  content: "\f360";
}

.ti-photo-exclamation:before {
  content: "璉";
}

.ti-photo-heart:before {
  content: "\f361";
}

.ti-photo-hexagon:before {
  content: "ﱋ";
}

.ti-photo-minus:before {
  content: "\f362";
}

.ti-photo-off:before {
  content: "\ecf6";
}

.ti-photo-pause:before {
  content: "秊";
}

.ti-photo-pentagon:before {
  content: "ﱌ";
}

.ti-photo-pin:before {
  content: "練";
}

.ti-photo-plus:before {
  content: "\f363";
}

.ti-photo-question:before {
  content: "聯";
}

.ti-photo-scan:before {
  content: "ﲨ";
}

.ti-photo-search:before {
  content: "\f364";
}

.ti-photo-sensor:before {
  content: "\f798";
}

.ti-photo-sensor-2:before {
  content: "\f796";
}

.ti-photo-sensor-3:before {
  content: "\f797";
}

.ti-photo-share:before {
  content: "輦";
}

.ti-photo-shield:before {
  content: "\f365";
}

.ti-photo-spark:before {
  content: "ﾰ";
}

.ti-photo-square-rounded:before {
  content: "ﱍ";
}

.ti-photo-star:before {
  content: "\f366";
}

.ti-photo-up:before {
  content: "\f38b";
}

.ti-photo-video:before {
  content: "ﲕ";
}

.ti-photo-x:before {
  content: "\f367";
}

.ti-physiotherapist:before {
  content: "\eebe";
}

.ti-piano:before {
  content: "䀘";
}

.ti-pick:before {
  content: "﫼";
}

.ti-picnic-table:before {
  content: "ﻖ";
}

.ti-picture-in-picture:before {
  content: "\ed35";
}

.ti-picture-in-picture-off:before {
  content: "\ed43";
}

.ti-picture-in-picture-on:before {
  content: "\ed44";
}

.ti-picture-in-picture-top:before {
  content: "\efe4";
}

.ti-pig:before {
  content: "\ef52";
}

.ti-pig-money:before {
  content: "\f38c";
}

.ti-pig-off:before {
  content: "\f177";
}

.ti-pilcrow:before {
  content: "\f5f6";
}

.ti-pilcrow-left:before {
  content: "ﵿ";
}

.ti-pilcrow-right:before {
  content: "ﶀ";
}

.ti-pill:before {
  content: "\ec44";
}

.ti-pill-off:before {
  content: "\f178";
}

.ti-pillow:before {
  content: "𐈦";
}

.ti-pills:before {
  content: "\ef66";
}

.ti-pin:before {
  content: "\ec9c";
}

.ti-pin-end:before {
  content: "ﵛ";
}

.ti-pin-invoke:before {
  content: "ﵜ";
}

.ti-ping-pong:before {
  content: "\f38d";
}

.ti-pinned:before {
  content: "\ed60";
}

.ti-pinned-off:before {
  content: "\ed5f";
}

.ti-pipeline:before {
  content: "𐈥";
}

.ti-pizza:before {
  content: "\edbb";
}

.ti-pizza-off:before {
  content: "\f179";
}

.ti-placeholder:before {
  content: "\f626";
}

.ti-plane:before {
  content: "\eb6f";
}

.ti-plane-arrival:before {
  content: "\eb99";
}

.ti-plane-departure:before {
  content: "\eb9a";
}

.ti-plane-inflight:before {
  content: "\ef98";
}

.ti-plane-off:before {
  content: "\f17a";
}

.ti-plane-tilt:before {
  content: "\f1ed";
}

.ti-planet:before {
  content: "\ec08";
}

.ti-planet-off:before {
  content: "\f17b";
}

.ti-plant:before {
  content: "\ed50";
}

.ti-plant-2:before {
  content: "\ed7e";
}

.ti-plant-2-off:before {
  content: "\f17c";
}

.ti-plant-off:before {
  content: "\f17d";
}

.ti-play-basketball:before {
  content: "辶";
}

.ti-play-bug:before {
  content: "𐊍";
}

.ti-play-bugs:before {
  content: "𐊌";
}

.ti-play-card:before {
  content: "\eebf";
}

.ti-play-card-1:before {
  content: "𐁜";
}

.ti-play-card-10:before {
  content: "𐁛";
}

.ti-play-card-2:before {
  content: "𐁚";
}

.ti-play-card-3:before {
  content: "𐁙";
}

.ti-play-card-4:before {
  content: "𐁘";
}

.ti-play-card-5:before {
  content: "𐁗";
}

.ti-play-card-6:before {
  content: "𐁖";
}

.ti-play-card-7:before {
  content: "𐁕";
}

.ti-play-card-8:before {
  content: "𐁔";
}

.ti-play-card-9:before {
  content: "𐁓";
}

.ti-play-card-a:before {
  content: "𐁒";
}

.ti-play-card-j:before {
  content: "𐁑";
}

.ti-play-card-k:before {
  content: "𐁐";
}

.ti-play-card-off:before {
  content: "\f17e";
}

.ti-play-card-q:before {
  content: "𐁏";
}

.ti-play-card-star:before {
  content: "𐁎";
}

.ti-play-football:before {
  content: "逸";
}

.ti-play-handball:before {
  content: "難";
}

.ti-play-volleyball:before {
  content: "響";
}

.ti-player-eject:before {
  content: "\efbc";
}

.ti-player-pause:before {
  content: "\ed45";
}

.ti-player-play:before {
  content: "\ed46";
}

.ti-player-record:before {
  content: "\ed47";
}

.ti-player-skip-back:before {
  content: "\ed48";
}

.ti-player-skip-forward:before {
  content: "\ed49";
}

.ti-player-stop:before {
  content: "\ed4a";
}

.ti-player-track-next:before {
  content: "\ed4b";
}

.ti-player-track-prev:before {
  content: "\ed4c";
}

.ti-playlist:before {
  content: "\eec0";
}

.ti-playlist-add:before {
  content: "\f008";
}

.ti-playlist-off:before {
  content: "\f17f";
}

.ti-playlist-x:before {
  content: "\f009";
}

.ti-playstation-circle:before {
  content: "\f2ad";
}

.ti-playstation-square:before {
  content: "\f2ae";
}

.ti-playstation-triangle:before {
  content: "\f2af";
}

.ti-playstation-x:before {
  content: "\f2b0";
}

.ti-plug:before {
  content: "\ebd9";
}

.ti-plug-connected:before {
  content: "\f00a";
}

.ti-plug-connected-x:before {
  content: "\f0a0";
}

.ti-plug-off:before {
  content: "\f180";
}

.ti-plug-x:before {
  content: "\f0a1";
}

.ti-plunger:before {
  content: "𐈲";
}

.ti-plus:before {
  content: "\eb0b";
}

.ti-plus-equal:before {
  content: "\f7ad";
}

.ti-plus-minus:before {
  content: "\f7ae";
}

.ti-png:before {
  content: "\f3ad";
}

.ti-podium:before {
  content: "\f1d8";
}

.ti-podium-off:before {
  content: "\f41b";
}

.ti-point:before {
  content: "\eb0c";
}

.ti-point-off:before {
  content: "\f181";
}

.ti-pointer:before {
  content: "\f265";
}

.ti-pointer-2:before {
  content: "𐉡";
}

.ti-pointer-bolt:before {
  content: "蓮";
}

.ti-pointer-cancel:before {
  content: "連";
}

.ti-pointer-check:before {
  content: "鍊";
}

.ti-pointer-code:before {
  content: "列";
}

.ti-pointer-cog:before {
  content: "劣";
}

.ti-pointer-collaboration:before {
  content: "𐉟";
}

.ti-pointer-collaboration-2:before {
  content: "𐉠";
}

.ti-pointer-dollar:before {
  content: "咽";
}

.ti-pointer-down:before {
  content: "烈";
}

.ti-pointer-exclamation:before {
  content: "裂";
}

.ti-pointer-heart:before {
  content: "說";
}

.ti-pointer-minus:before {
  content: "廉";
}

.ti-pointer-off:before {
  content: "念";
}

.ti-pointer-pause:before {
  content: "捻";
}

.ti-pointer-pin:before {
  content: "殮";
}

.ti-pointer-plus:before {
  content: "簾";
}

.ti-pointer-question:before {
  content: "獵";
}

.ti-pointer-search:before {
  content: "令";
}

.ti-pointer-share:before {
  content: "囹";
}

.ti-pointer-star:before {
  content: "寧";
}

.ti-pointer-up:before {
  content: "嶺";
}

.ti-pointer-x:before {
  content: "怜";
}

.ti-pokeball:before {
  content: "\eec1";
}

.ti-pokeball-off:before {
  content: "\f41c";
}

.ti-poker-chip:before {
  content: "\f515";
}

.ti-polaroid:before {
  content: "\eec2";
}

.ti-polygon:before {
  content: "\efd0";
}

.ti-polygon-off:before {
  content: "\f182";
}

.ti-poo:before {
  content: "\f258";
}

.ti-pool:before {
  content: "\ed91";
}

.ti-pool-off:before {
  content: "\f41d";
}

.ti-power:before {
  content: "\eb0d";
}

.ti-pray:before {
  content: "\ecbf";
}

.ti-premium-rights:before {
  content: "\efbd";
}

.ti-prescription:before {
  content: "\ef99";
}

.ti-presentation:before {
  content: "\eb70";
}

.ti-presentation-analytics:before {
  content: "\eec3";
}

.ti-presentation-off:before {
  content: "\f183";
}

.ti-printer:before {
  content: "\eb0e";
}

.ti-printer-off:before {
  content: "\f184";
}

.ti-prism:before {
  content: "缾";
}

.ti-prism-light:before {
  content: "ﺦ";
}

.ti-prism-off:before {
  content: "絛";
}

.ti-prism-plus:before {
  content: "練";
}

.ti-prison:before {
  content: "\ef79";
}

.ti-progress:before {
  content: "嗀";
}

.ti-progress-alert:before {
  content: "輻";
}

.ti-progress-bolt:before {
  content: "行";
}

.ti-progress-check:before {
  content: "降";
}

.ti-progress-down:before {
  content: "見";
}

.ti-progress-help:before {
  content: "廓";
}

.ti-progress-x:before {
  content: "兀";
}

.ti-prompt:before {
  content: "\eb0f";
}

.ti-prong:before {
  content: "ﶡ";
}

.ti-propeller:before {
  content: "\eec4";
}

.ti-propeller-off:before {
  content: "\f185";
}

.ti-protocol:before {
  content: "ﶁ";
}

.ti-pumpkin-scary:before {
  content: "\f587";
}

.ti-puzzle:before {
  content: "\eb10";
}

.ti-puzzle-2:before {
  content: "\ef83";
}

.ti-puzzle-off:before {
  content: "\f186";
}

.ti-pyramid:before {
  content: "\eec5";
}

.ti-pyramid-off:before {
  content: "\f187";
}

.ti-pyramid-plus:before {
  content: "者";
}

.ti-qrcode:before {
  content: "\eb11";
}

.ti-qrcode-off:before {
  content: "\f41e";
}

.ti-question-mark:before {
  content: "\ec9d";
}

.ti-queue-pop-in:before {
  content: "𐈀";
}

.ti-queue-pop-out:before {
  content: "𐇿";
}

.ti-quote:before {
  content: "\efbe";
}

.ti-quote-off:before {
  content: "\f188";
}

.ti-quote-open:before {
  content: "𐈤";
}

.ti-quotes:before {
  content: "ﬞ";
}

.ti-radar:before {
  content: "\f017";
}

.ti-radar-2:before {
  content: "\f016";
}

.ti-radar-off:before {
  content: "\f41f";
}

.ti-radio:before {
  content: "\ef2d";
}

.ti-radio-off:before {
  content: "\f420";
}

.ti-radioactive:before {
  content: "\ecc0";
}

.ti-radioactive-off:before {
  content: "\f189";
}

.ti-radius-bottom-left:before {
  content: "\eec6";
}

.ti-radius-bottom-right:before {
  content: "\eec7";
}

.ti-radius-top-left:before {
  content: "\eec8";
}

.ti-radius-top-right:before {
  content: "\eec9";
}

.ti-rainbow:before {
  content: "\edbc";
}

.ti-rainbow-off:before {
  content: "\f18a";
}

.ti-rating-12-plus:before {
  content: "\f266";
}

.ti-rating-14-plus:before {
  content: "\f267";
}

.ti-rating-16-plus:before {
  content: "\f268";
}

.ti-rating-18-plus:before {
  content: "\f269";
}

.ti-rating-21-plus:before {
  content: "\f26a";
}

.ti-razor:before {
  content: "\f4b5";
}

.ti-razor-electric:before {
  content: "\f4b4";
}

.ti-receipt:before {
  content: "\edfd";
}

.ti-receipt-2:before {
  content: "\edfa";
}

.ti-receipt-bitcoin:before {
  content: "ﵦ";
}

.ti-receipt-dollar:before {
  content: "ﵧ";
}

.ti-receipt-euro:before {
  content: "ﵨ";
}

.ti-receipt-off:before {
  content: "\edfb";
}

.ti-receipt-pound:before {
  content: "ﵩ";
}

.ti-receipt-refund:before {
  content: "\edfc";
}

.ti-receipt-rupee:before {
  content: "ﶂ";
}

.ti-receipt-tax:before {
  content: "\edbd";
}

.ti-receipt-yen:before {
  content: "ﵪ";
}

.ti-receipt-yuan:before {
  content: "ﵫ";
}

.ti-recharging:before {
  content: "\eeca";
}

.ti-record-mail:before {
  content: "\eb12";
}

.ti-record-mail-off:before {
  content: "\f18b";
}

.ti-rectangle:before {
  content: "\ed37";
}

.ti-rectangle-rounded-bottom:before {
  content: "﫭";
}

.ti-rectangle-rounded-top:before {
  content: "﫮";
}

.ti-rectangle-vertical:before {
  content: "\ed36";
}

.ti-rectangular-prism:before {
  content: "蝹";
}

.ti-rectangular-prism-off:before {
  content: "荒";
}

.ti-rectangular-prism-plus:before {
  content: "華";
}

.ti-recycle:before {
  content: "\eb9b";
}

.ti-recycle-off:before {
  content: "\f18c";
}

.ti-refresh:before {
  content: "\eb13";
}

.ti-refresh-alert:before {
  content: "\ed57";
}

.ti-refresh-dot:before {
  content: "\efbf";
}

.ti-refresh-off:before {
  content: "\f18d";
}

.ti-regex:before {
  content: "\f31f";
}

.ti-regex-off:before {
  content: "\f421";
}

.ti-registered:before {
  content: "\eb14";
}

.ti-relation-many-to-many:before {
  content: "\ed7f";
}

.ti-relation-one-to-many:before {
  content: "\ed80";
}

.ti-relation-one-to-one:before {
  content: "\ed81";
}

.ti-reload:before {
  content: "\f3ae";
}

.ti-remote-control:before {
  content: "𐊋";
}

.ti-reorder:before {
  content: "ﰕ";
}

.ti-repeat:before {
  content: "\eb72";
}

.ti-repeat-off:before {
  content: "\f18e";
}

.ti-repeat-once:before {
  content: "\eb71";
}

.ti-replace:before {
  content: "\ebc7";
}

.ti-replace-off:before {
  content: "\f422";
}

.ti-replace-user:before {
  content: "𐃰";
}

.ti-report:before {
  content: "\eece";
}

.ti-report-analytics:before {
  content: "\eecb";
}

.ti-report-medical:before {
  content: "\eecc";
}

.ti-report-money:before {
  content: "\eecd";
}

.ti-report-off:before {
  content: "\f18f";
}

.ti-report-search:before {
  content: "\ef84";
}

.ti-reserved-line:before {
  content: "臨";
}

.ti-resize:before {
  content: "\eecf";
}

.ti-restore:before {
  content: "﫽";
}

.ti-rewind-backward-10:before {
  content: "諸";
}

.ti-rewind-backward-15:before {
  content: "請";
}

.ti-rewind-backward-20:before {
  content: "謁";
}

.ti-rewind-backward-30:before {
  content: "諾";
}

.ti-rewind-backward-40:before {
  content: "諭";
}

.ti-rewind-backward-5:before {
  content: "謹";
}

.ti-rewind-backward-50:before {
  content: "變";
}

.ti-rewind-backward-60:before {
  content: "贈";
}

.ti-rewind-forward-10:before {
  content: "輸";
}

.ti-rewind-forward-15:before {
  content: "遲";
}

.ti-rewind-forward-20:before {
  content: "醙";
}

.ti-rewind-forward-30:before {
  content: "鉶";
}

.ti-rewind-forward-40:before {
  content: "陼";
}

.ti-rewind-forward-5:before {
  content: "難";
}

.ti-rewind-forward-50:before {
  content: "靖";
}

.ti-rewind-forward-60:before {
  content: "韛";
}

.ti-ribbon-health:before {
  content: "\f58e";
}

.ti-rings:before {
  content: "頻";
}

.ti-ripple:before {
  content: "\ed82";
}

.ti-ripple-down:before {
  content: "𐆪";
}

.ti-ripple-off:before {
  content: "\f190";
}

.ti-ripple-up:before {
  content: "𐆩";
}

.ti-road:before {
  content: "\f018";
}

.ti-road-off:before {
  content: "\f191";
}

.ti-road-sign:before {
  content: "\ecdd";
}

.ti-robot:before {
  content: "\f00b";
}

.ti-robot-face:before {
  content: "ﲾ";
}

.ti-robot-off:before {
  content: "\f192";
}

.ti-rocket:before {
  content: "\ec45";
}

.ti-rocket-off:before {
  content: "\f193";
}

.ti-rocking-chair:before {
  content: "𐊊";
}

.ti-roller-skating:before {
  content: "\efd1";
}

.ti-rollercoaster:before {
  content: "\f0a2";
}

.ti-rollercoaster-off:before {
  content: "\f423";
}

.ti-rosette:before {
  content: "\f599";
}

.ti-rosette-asterisk:before {
  content: "𐆨";
}

.ti-rosette-discount:before {
  content: "\ee7c";
}

.ti-rosette-discount-check:before {
  content: "\f1f8";
}

.ti-rosette-discount-check-off:before {
  content: "０";
}

.ti-rosette-discount-off:before {
  content: "\f3e6";
}

.ti-rosette-number-0:before {
  content: "\f58f";
}

.ti-rosette-number-1:before {
  content: "\f590";
}

.ti-rosette-number-2:before {
  content: "\f591";
}

.ti-rosette-number-3:before {
  content: "\f592";
}

.ti-rosette-number-4:before {
  content: "\f593";
}

.ti-rosette-number-5:before {
  content: "\f594";
}

.ti-rosette-number-6:before {
  content: "\f595";
}

.ti-rosette-number-7:before {
  content: "\f596";
}

.ti-rosette-number-8:before {
  content: "\f597";
}

.ti-rosette-number-9:before {
  content: "\f598";
}

.ti-rotate:before {
  content: "\eb16";
}

.ti-rotate-2:before {
  content: "\ebb4";
}

.ti-rotate-360:before {
  content: "\ef85";
}

.ti-rotate-3d:before {
  content: "\f020";
}

.ti-rotate-clockwise:before {
  content: "\eb15";
}

.ti-rotate-clockwise-2:before {
  content: "\ebb5";
}

.ti-rotate-dot:before {
  content: "\efe5";
}

.ti-rotate-rectangle:before {
  content: "\ec15";
}

.ti-roulette:before {
  content: "𐉞";
}

.ti-route:before {
  content: "\eb17";
}

.ti-route-2:before {
  content: "\f4b6";
}

.ti-route-alt-left:before {
  content: "ﲩ";
}

.ti-route-alt-right:before {
  content: "ﲪ";
}

.ti-route-off:before {
  content: "\f194";
}

.ti-route-scan:before {
  content: "ﲿ";
}

.ti-route-square:before {
  content: "ﲬ";
}

.ti-route-square-2:before {
  content: "ﲫ";
}

.ti-route-x:before {
  content: "ﲮ";
}

.ti-route-x-2:before {
  content: "ﲭ";
}

.ti-router:before {
  content: "\eb18";
}

.ti-router-off:before {
  content: "\f424";
}

.ti-row-insert-bottom:before {
  content: "\eed0";
}

.ti-row-insert-top:before {
  content: "\eed1";
}

.ti-row-remove:before {
  content: "﫾";
}

.ti-rss:before {
  content: "\eb19";
}

.ti-rubber-stamp:before {
  content: "\f5ab";
}

.ti-rubber-stamp-off:before {
  content: "\f5aa";
}

.ti-rugby:before {
  content: "𐉇";
}

.ti-ruler:before {
  content: "\eb1a";
}

.ti-ruler-2:before {
  content: "\eed2";
}

.ti-ruler-2-off:before {
  content: "\f195";
}

.ti-ruler-3:before {
  content: "\f290";
}

.ti-ruler-measure:before {
  content: "\f291";
}

.ti-ruler-measure-2:before {
  content: "／";
}

.ti-ruler-off:before {
  content: "\f196";
}

.ti-run:before {
  content: "\ec82";
}

.ti-run-sprint:before {
  content: "𐊉";
}

.ti-rv-truck:before {
  content: "ﳀ";
}

.ti-s-turn-down:before {
  content: "\f516";
}

.ti-s-turn-left:before {
  content: "\f517";
}

.ti-s-turn-right:before {
  content: "\f518";
}

.ti-s-turn-up:before {
  content: "\f519";
}

.ti-sailboat:before {
  content: "\ec83";
}

.ti-sailboat-2:before {
  content: "\f5f7";
}

.ti-sailboat-off:before {
  content: "\f425";
}

.ti-salad:before {
  content: "\f50a";
}

.ti-salt:before {
  content: "\ef16";
}

.ti-sandbox:before {
  content: "ﵬ";
}

.ti-satellite:before {
  content: "\eed3";
}

.ti-satellite-off:before {
  content: "\f197";
}

.ti-sausage:before {
  content: "\ef17";
}

.ti-scale:before {
  content: "\ebc2";
}

.ti-scale-off:before {
  content: "\f198";
}

.ti-scale-outline:before {
  content: "\ef53";
}

.ti-scale-outline-off:before {
  content: "\f199";
}

.ti-scan:before {
  content: "\ebc8";
}

.ti-scan-cube:before {
  content: "𐉝";
}

.ti-scan-eye:before {
  content: "\f1ff";
}

.ti-scan-letter-a:before {
  content: "𐈣";
}

.ti-scan-letter-t:before {
  content: "𐈢";
}

.ti-scan-position:before {
  content: "ﶬ";
}

.ti-scan-traces:before {
  content: "𐇬";
}

.ti-schema:before {
  content: "\f200";
}

.ti-schema-off:before {
  content: "\f426";
}

.ti-school:before {
  content: "\ecf7";
}

.ti-school-bell:before {
  content: "\f64a";
}

.ti-school-off:before {
  content: "\f19a";
}

.ti-scissors:before {
  content: "\eb1b";
}

.ti-scissors-off:before {
  content: "\f19b";
}

.ti-scooter:before {
  content: "\ec6c";
}

.ti-scooter-electric:before {
  content: "\ecc1";
}

.ti-scoreboard:before {
  content: "恵";
}

.ti-screen-share:before {
  content: "\ed18";
}

.ti-screen-share-off:before {
  content: "\ed17";
}

.ti-screenshot:before {
  content: "\f201";
}

.ti-scribble:before {
  content: "\f0a3";
}

.ti-scribble-off:before {
  content: "\f427";
}

.ti-script:before {
  content: "\f2da";
}

.ti-script-minus:before {
  content: "\f2d7";
}

.ti-script-plus:before {
  content: "\f2d8";
}

.ti-script-x:before {
  content: "\f2d9";
}

.ti-scuba-diving:before {
  content: "﵎";
}

.ti-scuba-diving-tank:before {
  content: "ﻺ";
}

.ti-scuba-mask:before {
  content: "\eed4";
}

.ti-scuba-mask-off:before {
  content: "\f428";
}

.ti-sdk:before {
  content: "\f3af";
}

.ti-search:before {
  content: "\eb1c";
}

.ti-search-off:before {
  content: "\f19c";
}

.ti-section:before {
  content: "\eed5";
}

.ti-section-sign:before {
  content: "\f019";
}

.ti-seedling:before {
  content: "\ed51";
}

.ti-seedling-off:before {
  content: "\f19d";
}

.ti-segway:before {
  content: "𐈡";
}

.ti-select:before {
  content: "\ec9e";
}

.ti-select-all:before {
  content: "立";
}

.ti-selector:before {
  content: "\eb1d";
}

.ti-send:before {
  content: "\eb1e";
}

.ti-send-2:before {
  content: "ﵝ";
}

.ti-send-off:before {
  content: "\f429";
}

.ti-seo:before {
  content: "\f26b";
}

.ti-separator:before {
  content: "\ebda";
}

.ti-separator-horizontal:before {
  content: "\ec79";
}

.ti-separator-vertical:before {
  content: "\ec7a";
}

.ti-server:before {
  content: "\eb1f";
}

.ti-server-2:before {
  content: "\f07c";
}

.ti-server-bolt:before {
  content: "\f320";
}

.ti-server-cog:before {
  content: "\f321";
}

.ti-server-off:before {
  content: "\f19e";
}

.ti-server-spark:before {
  content: "ﾯ";
}

.ti-serverless:before {
  content: "𐇫";
}

.ti-servicemark:before {
  content: "\ec09";
}

.ti-settings:before {
  content: "\eb20";
}

.ti-settings-2:before {
  content: "\f5ac";
}

.ti-settings-ai:before {
  content: "𐆧";
}

.ti-settings-automation:before {
  content: "\eed6";
}

.ti-settings-bolt:before {
  content: "玲";
}

.ti-settings-cancel:before {
  content: "瑩";
}

.ti-settings-check:before {
  content: "羚";
}

.ti-settings-code:before {
  content: "聆";
}

.ti-settings-cog:before {
  content: "鈴";
}

.ti-settings-dollar:before {
  content: "零";
}

.ti-settings-down:before {
  content: "靈";
}

.ti-settings-exclamation:before {
  content: "領";
}

.ti-settings-heart:before {
  content: "例";
}

.ti-settings-minus:before {
  content: "禮";
}

.ti-settings-off:before {
  content: "\f19f";
}

.ti-settings-pause:before {
  content: "醴";
}

.ti-settings-pin:before {
  content: "隸";
}

.ti-settings-plus:before {
  content: "惡";
}

.ti-settings-question:before {
  content: "了";
}

.ti-settings-search:before {
  content: "僚";
}

.ti-settings-share:before {
  content: "寮";
}

.ti-settings-spark:before {
  content: "ﾮ";
}

.ti-settings-star:before {
  content: "尿";
}

.ti-settings-up:before {
  content: "料";
}

.ti-settings-x:before {
  content: "樂";
}

.ti-shadow:before {
  content: "\eed8";
}

.ti-shadow-off:before {
  content: "\eed7";
}

.ti-shape:before {
  content: "\eb9c";
}

.ti-shape-2:before {
  content: "\eed9";
}

.ti-shape-3:before {
  content: "\eeda";
}

.ti-shape-off:before {
  content: "\f1a0";
}

.ti-share:before {
  content: "\eb21";
}

.ti-share-2:before {
  content: "\f799";
}

.ti-share-3:before {
  content: "\f7bd";
}

.ti-share-off:before {
  content: "\f1a1";
}

.ti-shareplay:before {
  content: "ﺥ";
}

.ti-shield:before {
  content: "\eb24";
}

.ti-shield-bolt:before {
  content: "燎";
}

.ti-shield-cancel:before {
  content: "療";
}

.ti-shield-check:before {
  content: "\eb22";
}

.ti-shield-checkered:before {
  content: "\ef9a";
}

.ti-shield-chevron:before {
  content: "\ef9b";
}

.ti-shield-code:before {
  content: "蓼";
}

.ti-shield-cog:before {
  content: "遼";
}

.ti-shield-dollar:before {
  content: "龍";
}

.ti-shield-down:before {
  content: "暈";
}

.ti-shield-exclamation:before {
  content: "阮";
}

.ti-shield-half:before {
  content: "\f358";
}

.ti-shield-heart:before {
  content: "劉";
}

.ti-shield-lock:before {
  content: "\ed58";
}

.ti-shield-minus:before {
  content: "杻";
}

.ti-shield-off:before {
  content: "\ecf8";
}

.ti-shield-pause:before {
  content: "柳";
}

.ti-shield-pin:before {
  content: "流";
}

.ti-shield-plus:before {
  content: "溜";
}

.ti-shield-question:before {
  content: "琉";
}

.ti-shield-search:before {
  content: "留";
}

.ti-shield-share:before {
  content: "硫";
}

.ti-shield-star:before {
  content: "紐";
}

.ti-shield-up:before {
  content: "類";
}

.ti-shield-x:before {
  content: "\eb23";
}

.ti-ship:before {
  content: "\ec84";
}

.ti-ship-off:before {
  content: "\f42a";
}

.ti-shirt:before {
  content: "\ec0a";
}

.ti-shirt-off:before {
  content: "\f1a2";
}

.ti-shirt-sport:before {
  content: "\f26c";
}

.ti-shoe:before {
  content: "\efd2";
}

.ti-shoe-off:before {
  content: "\f1a4";
}

.ti-shopping-bag:before {
  content: "\f5f8";
}

.ti-shopping-bag-check:before {
  content: "ﰖ";
}

.ti-shopping-bag-discount:before {
  content: "ﰗ";
}

.ti-shopping-bag-edit:before {
  content: "ﰘ";
}

.ti-shopping-bag-exclamation:before {
  content: "ﰙ";
}

.ti-shopping-bag-heart:before {
  content: "ﶢ";
}

.ti-shopping-bag-minus:before {
  content: "ﰚ";
}

.ti-shopping-bag-plus:before {
  content: "ﰛ";
}

.ti-shopping-bag-search:before {
  content: "ﰜ";
}

.ti-shopping-bag-x:before {
  content: "ﰝ";
}

.ti-shopping-cart:before {
  content: "\eb25";
}

.ti-shopping-cart-bolt:before {
  content: "ﭗ";
}

.ti-shopping-cart-cancel:before {
  content: "ﭘ";
}

.ti-shopping-cart-check:before {
  content: "ﭙ";
}

.ti-shopping-cart-code:before {
  content: "ﭚ";
}

.ti-shopping-cart-cog:before {
  content: "ﭛ";
}

.ti-shopping-cart-copy:before {
  content: "ﭜ";
}

.ti-shopping-cart-discount:before {
  content: "ﭝ";
}

.ti-shopping-cart-dollar:before {
  content: "ﭞ";
}

.ti-shopping-cart-down:before {
  content: "ﭟ";
}

.ti-shopping-cart-exclamation:before {
  content: "ﭠ";
}

.ti-shopping-cart-heart:before {
  content: "ﭡ";
}

.ti-shopping-cart-minus:before {
  content: "ﭢ";
}

.ti-shopping-cart-off:before {
  content: "\eedc";
}

.ti-shopping-cart-pause:before {
  content: "ﭣ";
}

.ti-shopping-cart-pin:before {
  content: "ﭤ";
}

.ti-shopping-cart-plus:before {
  content: "ﭥ";
}

.ti-shopping-cart-question:before {
  content: "ﭦ";
}

.ti-shopping-cart-search:before {
  content: "ﭧ";
}

.ti-shopping-cart-share:before {
  content: "ﭨ";
}

.ti-shopping-cart-star:before {
  content: "ﭩ";
}

.ti-shopping-cart-up:before {
  content: "ﭪ";
}

.ti-shopping-cart-x:before {
  content: "ﭫ";
}

.ti-shovel:before {
  content: "\f1d9";
}

.ti-shovel-pitchforks:before {
  content: "ﴺ";
}

.ti-shredder:before {
  content: "\eedf";
}

.ti-sign-left:before {
  content: "\f06b";
}

.ti-sign-right:before {
  content: "\f06c";
}

.ti-signal-2g:before {
  content: "\f79a";
}

.ti-signal-3g:before {
  content: "\f1ee";
}

.ti-signal-4g:before {
  content: "\f1ef";
}

.ti-signal-4g-plus:before {
  content: "\f259";
}

.ti-signal-5g:before {
  content: "\f1f0";
}

.ti-signal-6g:before {
  content: "笠";
}

.ti-signal-e:before {
  content: "粒";
}

.ti-signal-g:before {
  content: "狀";
}

.ti-signal-h:before {
  content: "識";
}

.ti-signal-h-plus:before {
  content: "炙";
}

.ti-signal-lte:before {
  content: "什";
}

.ti-signature:before {
  content: "\eee0";
}

.ti-signature-off:before {
  content: "\f1a5";
}

.ti-sitemap:before {
  content: "\eb9d";
}

.ti-sitemap-off:before {
  content: "\f1a6";
}

.ti-skateboard:before {
  content: "\ecc2";
}

.ti-skateboard-off:before {
  content: "\f42b";
}

.ti-skateboarding:before {
  content: "響";
}

.ti-sketching:before {
  content: "𐉜";
}

.ti-skew-x:before {
  content: "ﴻ";
}

.ti-skew-y:before {
  content: "ﴼ";
}

.ti-ski-jumping:before {
  content: "𤋮";
}

.ti-skull:before {
  content: "\f292";
}

.ti-slash:before {
  content: "\f4f9";
}

.ti-slashes:before {
  content: "\f588";
}

.ti-sleigh:before {
  content: "\ef9c";
}

.ti-slice:before {
  content: "\ebdb";
}

.ti-slideshow:before {
  content: "\ebc9";
}

.ti-smart-home:before {
  content: "\ecde";
}

.ti-smart-home-off:before {
  content: "\f1a7";
}

.ti-smoking:before {
  content: "\ecc4";
}

.ti-smoking-no:before {
  content: "\ecc3";
}

.ti-snowboarding:before {
  content: "﵏";
}

.ti-snowflake:before {
  content: "\ec0b";
}

.ti-snowflake-off:before {
  content: "\f1a8";
}

.ti-snowman:before {
  content: "\f26d";
}

.ti-soccer-field:before {
  content: "\ed92";
}

.ti-social:before {
  content: "\ebec";
}

.ti-social-off:before {
  content: "\f1a9";
}

.ti-sock:before {
  content: "\eee1";
}

.ti-sofa:before {
  content: "\efaf";
}

.ti-sofa-off:before {
  content: "\f42c";
}

.ti-solar-electricity:before {
  content: "ﳁ";
}

.ti-solar-panel:before {
  content: "\f7bf";
}

.ti-solar-panel-2:before {
  content: "\f7be";
}

.ti-sort-0-9:before {
  content: "\f54d";
}

.ti-sort-9-0:before {
  content: "\f54e";
}

.ti-sort-a-z:before {
  content: "\f54f";
}

.ti-sort-ascending:before {
  content: "\eb26";
}

.ti-sort-ascending-2:before {
  content: "\eee2";
}

.ti-sort-ascending-letters:before {
  content: "\ef18";
}

.ti-sort-ascending-numbers:before {
  content: "\ef19";
}

.ti-sort-ascending-shapes:before {
  content: "ﶔ";
}

.ti-sort-ascending-small-big:before {
  content: "ﶕ";
}

.ti-sort-descending:before {
  content: "\eb27";
}

.ti-sort-descending-2:before {
  content: "\eee3";
}

.ti-sort-descending-letters:before {
  content: "\ef1a";
}

.ti-sort-descending-numbers:before {
  content: "\ef1b";
}

.ti-sort-descending-shapes:before {
  content: "ﶗ";
}

.ti-sort-descending-small-big:before {
  content: "ﶖ";
}

.ti-sort-z-a:before {
  content: "\f550";
}

.ti-sos:before {
  content: "\f24a";
}

.ti-soup:before {
  content: "\ef2e";
}

.ti-soup-off:before {
  content: "\f42d";
}

.ti-source-code:before {
  content: "\f4a2";
}

.ti-space:before {
  content: "\ec0c";
}

.ti-space-off:before {
  content: "\f1aa";
}

.ti-spaces:before {
  content: "ﺤ";
}

.ti-spacing-horizontal:before {
  content: "\ef54";
}

.ti-spacing-vertical:before {
  content: "\ef55";
}

.ti-spade:before {
  content: "\effa";
}

.ti-sparkle:before {
  content: "𐉙";
}

.ti-sparkle-2:before {
  content: "𐉛";
}

.ti-sparkle-highlight:before {
  content: "𐉚";
}

.ti-sparkles:before {
  content: "\f6d7";
}

.ti-sparkles-2:before {
  content: "𐆦";
}

.ti-sparkles-2-off:before {
  content: "𐊈";
}

.ti-speakerphone:before {
  content: "\ed61";
}

.ti-speedboat:before {
  content: "\ed93";
}

.ti-sphere:before {
  content: "視";
}

.ti-sphere-2:before {
  content: "𐉘";
}

.ti-sphere-off:before {
  content: "襁";
}

.ti-sphere-plus:before {
  content: "覆";
}

.ti-spider:before {
  content: "\f293";
}

.ti-spiral:before {
  content: "\f294";
}

.ti-spiral-off:before {
  content: "\f42e";
}

.ti-sport-billiard:before {
  content: "\eee4";
}

.ti-spray:before {
  content: "\f50b";
}

.ti-spy:before {
  content: "\f227";
}

.ti-spy-off:before {
  content: "\f42f";
}

.ti-sql:before {
  content: "\f7c0";
}

.ti-square:before {
  content: "\eb2c";
}

.ti-square-arrow-down:before {
  content: "\f4b7";
}

.ti-square-arrow-left:before {
  content: "\f4b8";
}

.ti-square-arrow-right:before {
  content: "\f4b9";
}

.ti-square-arrow-up:before {
  content: "\f4ba";
}

.ti-square-asterisk:before {
  content: "\f01a";
}

.ti-square-check:before {
  content: "\eb28";
}

.ti-square-chevron-down:before {
  content: "\f627";
}

.ti-square-chevron-left:before {
  content: "\f628";
}

.ti-square-chevron-right:before {
  content: "\f629";
}

.ti-square-chevron-up:before {
  content: "\f62a";
}

.ti-square-chevrons-down:before {
  content: "\f64b";
}

.ti-square-chevrons-left:before {
  content: "\f64c";
}

.ti-square-chevrons-right:before {
  content: "\f64d";
}

.ti-square-chevrons-up:before {
  content: "\f64e";
}

.ti-square-dashed:before {
  content: "𐂻";
}

.ti-square-dot:before {
  content: "\ed59";
}

.ti-square-f0:before {
  content: "\f526";
}

.ti-square-f1:before {
  content: "\f527";
}

.ti-square-f2:before {
  content: "\f528";
}

.ti-square-f3:before {
  content: "\f529";
}

.ti-square-f4:before {
  content: "\f52a";
}

.ti-square-f5:before {
  content: "\f52b";
}

.ti-square-f6:before {
  content: "\f52c";
}

.ti-square-f7:before {
  content: "\f52d";
}

.ti-square-f8:before {
  content: "\f52e";
}

.ti-square-f9:before {
  content: "\f52f";
}

.ti-square-forbid:before {
  content: "\ed5b";
}

.ti-square-forbid-2:before {
  content: "\ed5a";
}

.ti-square-half:before {
  content: "\effb";
}

.ti-square-key:before {
  content: "\f638";
}

.ti-square-letter-a:before {
  content: "\f47c";
}

.ti-square-letter-b:before {
  content: "\f47d";
}

.ti-square-letter-c:before {
  content: "\f47e";
}

.ti-square-letter-d:before {
  content: "\f47f";
}

.ti-square-letter-e:before {
  content: "\f480";
}

.ti-square-letter-f:before {
  content: "\f481";
}

.ti-square-letter-g:before {
  content: "\f482";
}

.ti-square-letter-h:before {
  content: "\f483";
}

.ti-square-letter-i:before {
  content: "\f484";
}

.ti-square-letter-j:before {
  content: "\f485";
}

.ti-square-letter-k:before {
  content: "\f486";
}

.ti-square-letter-l:before {
  content: "\f487";
}

.ti-square-letter-m:before {
  content: "\f488";
}

.ti-square-letter-n:before {
  content: "\f489";
}

.ti-square-letter-o:before {
  content: "\f48a";
}

.ti-square-letter-p:before {
  content: "\f48b";
}

.ti-square-letter-q:before {
  content: "\f48c";
}

.ti-square-letter-r:before {
  content: "\f48d";
}

.ti-square-letter-s:before {
  content: "\f48e";
}

.ti-square-letter-t:before {
  content: "\f48f";
}

.ti-square-letter-u:before {
  content: "\f490";
}

.ti-square-letter-v:before {
  content: "\f4bb";
}

.ti-square-letter-w:before {
  content: "\f491";
}

.ti-square-letter-x:before {
  content: "\f4bc";
}

.ti-square-letter-y:before {
  content: "\f492";
}

.ti-square-letter-z:before {
  content: "\f493";
}

.ti-square-minus:before {
  content: "𐆞";
}

.ti-square-minus-2:before {
  content: "\eb29";
}

.ti-square-number-0:before {
  content: "\eee5";
}

.ti-square-number-1:before {
  content: "\eee6";
}

.ti-square-number-2:before {
  content: "\eee7";
}

.ti-square-number-3:before {
  content: "\eee8";
}

.ti-square-number-4:before {
  content: "\eee9";
}

.ti-square-number-5:before {
  content: "\eeea";
}

.ti-square-number-6:before {
  content: "\eeeb";
}

.ti-square-number-7:before {
  content: "\eeec";
}

.ti-square-number-8:before {
  content: "\eeed";
}

.ti-square-number-9:before {
  content: "\eeee";
}

.ti-square-off:before {
  content: "\eeef";
}

.ti-square-percentage:before {
  content: "ﶃ";
}

.ti-square-plus:before {
  content: "\eb2a";
}

.ti-square-plus-2:before {
  content: "ﲖ";
}

.ti-square-root:before {
  content: "\eef1";
}

.ti-square-root-2:before {
  content: "\eef0";
}

.ti-square-rotated:before {
  content: "\ecdf";
}

.ti-square-rotated-asterisk:before {
  content: "𐆥";
}

.ti-square-rotated-forbid:before {
  content: "\f01c";
}

.ti-square-rotated-forbid-2:before {
  content: "\f01b";
}

.ti-square-rotated-off:before {
  content: "\eef2";
}

.ti-square-rounded:before {
  content: "\f59a";
}

.ti-square-rounded-arrow-down:before {
  content: "\f639";
}

.ti-square-rounded-arrow-left:before {
  content: "\f63a";
}

.ti-square-rounded-arrow-right:before {
  content: "\f63b";
}

.ti-square-rounded-arrow-up:before {
  content: "\f63c";
}

.ti-square-rounded-check:before {
  content: "\f63d";
}

.ti-square-rounded-chevron-down:before {
  content: "\f62b";
}

.ti-square-rounded-chevron-left:before {
  content: "\f62c";
}

.ti-square-rounded-chevron-right:before {
  content: "\f62d";
}

.ti-square-rounded-chevron-up:before {
  content: "\f62e";
}

.ti-square-rounded-chevrons-down:before {
  content: "\f64f";
}

.ti-square-rounded-chevrons-left:before {
  content: "\f650";
}

.ti-square-rounded-chevrons-right:before {
  content: "\f651";
}

.ti-square-rounded-chevrons-up:before {
  content: "\f652";
}

.ti-square-rounded-letter-a:before {
  content: "\f5ae";
}

.ti-square-rounded-letter-b:before {
  content: "\f5af";
}

.ti-square-rounded-letter-c:before {
  content: "\f5b0";
}

.ti-square-rounded-letter-d:before {
  content: "\f5b1";
}

.ti-square-rounded-letter-e:before {
  content: "\f5b2";
}

.ti-square-rounded-letter-f:before {
  content: "\f5b3";
}

.ti-square-rounded-letter-g:before {
  content: "\f5b4";
}

.ti-square-rounded-letter-h:before {
  content: "\f5b5";
}

.ti-square-rounded-letter-i:before {
  content: "\f5b6";
}

.ti-square-rounded-letter-j:before {
  content: "\f5b7";
}

.ti-square-rounded-letter-k:before {
  content: "\f5b8";
}

.ti-square-rounded-letter-l:before {
  content: "\f5b9";
}

.ti-square-rounded-letter-m:before {
  content: "\f5ba";
}

.ti-square-rounded-letter-n:before {
  content: "\f5bb";
}

.ti-square-rounded-letter-o:before {
  content: "\f5bc";
}

.ti-square-rounded-letter-p:before {
  content: "\f5bd";
}

.ti-square-rounded-letter-q:before {
  content: "\f5be";
}

.ti-square-rounded-letter-r:before {
  content: "\f5bf";
}

.ti-square-rounded-letter-s:before {
  content: "\f5c0";
}

.ti-square-rounded-letter-t:before {
  content: "\f5c1";
}

.ti-square-rounded-letter-u:before {
  content: "\f5c2";
}

.ti-square-rounded-letter-v:before {
  content: "\f5c3";
}

.ti-square-rounded-letter-w:before {
  content: "\f5c4";
}

.ti-square-rounded-letter-x:before {
  content: "\f5c5";
}

.ti-square-rounded-letter-y:before {
  content: "\f5c6";
}

.ti-square-rounded-letter-z:before {
  content: "\f5c7";
}

.ti-square-rounded-minus:before {
  content: "\f63e";
}

.ti-square-rounded-minus-2:before {
  content: "ﲗ";
}

.ti-square-rounded-number-0:before {
  content: "\f5c8";
}

.ti-square-rounded-number-1:before {
  content: "\f5c9";
}

.ti-square-rounded-number-2:before {
  content: "\f5ca";
}

.ti-square-rounded-number-3:before {
  content: "\f5cb";
}

.ti-square-rounded-number-4:before {
  content: "\f5cc";
}

.ti-square-rounded-number-5:before {
  content: "\f5cd";
}

.ti-square-rounded-number-6:before {
  content: "\f5ce";
}

.ti-square-rounded-number-7:before {
  content: "\f5cf";
}

.ti-square-rounded-number-8:before {
  content: "\f5d0";
}

.ti-square-rounded-number-9:before {
  content: "\f5d1";
}

.ti-square-rounded-percentage:before {
  content: "ﶄ";
}

.ti-square-rounded-plus:before {
  content: "\f63f";
}

.ti-square-rounded-plus-2:before {
  content: "ﲘ";
}

.ti-square-rounded-x:before {
  content: "\f640";
}

.ti-square-toggle:before {
  content: "\eef4";
}

.ti-square-toggle-horizontal:before {
  content: "\eef3";
}

.ti-square-x:before {
  content: "\eb2b";
}

.ti-squares:before {
  content: "\eef6";
}

.ti-squares-diagonal:before {
  content: "\eef5";
}

.ti-squares-selected:before {
  content: "ﺣ";
}

.ti-stack:before {
  content: "\eb2d";
}

.ti-stack-2:before {
  content: "\eef7";
}

.ti-stack-3:before {
  content: "\ef9d";
}

.ti-stack-back:before {
  content: "ﴦ";
}

.ti-stack-backward:before {
  content: "ﴧ";
}

.ti-stack-forward:before {
  content: "ﴨ";
}

.ti-stack-front:before {
  content: "ﴩ";
}

.ti-stack-middle:before {
  content: "ﴪ";
}

.ti-stack-pop:before {
  content: "\f234";
}

.ti-stack-push:before {
  content: "\f235";
}

.ti-stairs:before {
  content: "\eca6";
}

.ti-stairs-down:before {
  content: "\eca4";
}

.ti-stairs-up:before {
  content: "\eca5";
}

.ti-star:before {
  content: "\eb2e";
}

.ti-star-half:before {
  content: "\ed19";
}

.ti-star-off:before {
  content: "\ed62";
}

.ti-stars:before {
  content: "\ed38";
}

.ti-stars-off:before {
  content: "\f430";
}

.ti-status-change:before {
  content: "\f3b0";
}

.ti-steam:before {
  content: "\f24b";
}

.ti-steering-wheel:before {
  content: "\ec7b";
}

.ti-steering-wheel-off:before {
  content: "\f431";
}

.ti-step-into:before {
  content: "\ece0";
}

.ti-step-out:before {
  content: "\ece1";
}

.ti-stereo-glasses:before {
  content: "\f4cb";
}

.ti-stethoscope:before {
  content: "\edbe";
}

.ti-stethoscope-off:before {
  content: "\f432";
}

.ti-sticker:before {
  content: "\eb2f";
}

.ti-sticker-2:before {
  content: "ﴽ";
}

.ti-stopwatch:before {
  content: "ﾛ";
}

.ti-storm:before {
  content: "\f24c";
}

.ti-storm-off:before {
  content: "\f433";
}

.ti-stretching:before {
  content: "\f2db";
}

.ti-stretching-2:before {
  content: "舘";
}

.ti-strikethrough:before {
  content: "\eb9e";
}

.ti-stroke-curved:before {
  content: "𐇾";
}

.ti-stroke-dynamic:before {
  content: "𐇽";
}

.ti-stroke-straight:before {
  content: "𐇼";
}

.ti-submarine:before {
  content: "\ed94";
}

.ti-subscript:before {
  content: "\eb9f";
}

.ti-subtask:before {
  content: "\ec9f";
}

.ti-subtitles:before {
  content: "𐆡";
}

.ti-subtitles-ai:before {
  content: "𐆤";
}

.ti-subtitles-edit:before {
  content: "𐆣";
}

.ti-subtitles-off:before {
  content: "𐆢";
}

.ti-sum:before {
  content: "\eb73";
}

.ti-sum-off:before {
  content: "\f1ab";
}

.ti-sun:before {
  content: "\eb30";
}

.ti-sun-electricity:before {
  content: "ﳂ";
}

.ti-sun-high:before {
  content: "\f236";
}

.ti-sun-low:before {
  content: "\f237";
}

.ti-sun-moon:before {
  content: "\f4a3";
}

.ti-sun-off:before {
  content: "\ed63";
}

.ti-sun-wind:before {
  content: "\f238";
}

.ti-sunglasses:before {
  content: "\f239";
}

.ti-sunrise:before {
  content: "\ef1c";
}

.ti-sunset:before {
  content: "\ec31";
}

.ti-sunset-2:before {
  content: "\f23a";
}

.ti-superscript:before {
  content: "\eba0";
}

.ti-svg:before {
  content: "\f25a";
}

.ti-swimming:before {
  content: "\ec92";
}

.ti-swipe:before {
  content: "\f551";
}

.ti-swipe-down:before {
  content: "ﵞ";
}

.ti-swipe-left:before {
  content: "ﵟ";
}

.ti-swipe-right:before {
  content: "ﵠ";
}

.ti-swipe-up:before {
  content: "ﵡ";
}

.ti-switch:before {
  content: "\eb33";
}

.ti-switch-2:before {
  content: "\edbf";
}

.ti-switch-3:before {
  content: "\edc0";
}

.ti-switch-horizontal:before {
  content: "\eb31";
}

.ti-switch-vertical:before {
  content: "\eb32";
}

.ti-sword:before {
  content: "\f030";
}

.ti-sword-off:before {
  content: "\f434";
}

.ti-swords:before {
  content: "\f132";
}

.ti-tab-close:before {
  content: "𐉰";
}

.ti-table:before {
  content: "\eba1";
}

.ti-table-alias:before {
  content: "\f25b";
}

.ti-table-column:before {
  content: "﫿";
}

.ti-table-dashed:before {
  content: "𐂺";
}

.ti-table-down:before {
  content: "靖";
}

.ti-table-export:before {
  content: "\eef8";
}

.ti-table-heart:before {
  content: "精";
}

.ti-table-import:before {
  content: "\eef9";
}

.ti-table-minus:before {
  content: "羽";
}

.ti-table-off:before {
  content: "\eefa";
}

.ti-table-options:before {
  content: "\f25c";
}

.ti-table-plus:before {
  content: "﨟";
}

.ti-table-row:before {
  content: "ﬀ";
}

.ti-table-share:before {
  content: "蘒";
}

.ti-table-shortcut:before {
  content: "\f25d";
}

.ti-table-spark:before {
  content: "ﾭ";
}

.ti-tabs:before {
  content: "𐊇";
}

.ti-tag:before {
  content: "𐂖";
}

.ti-tag-minus:before {
  content: "\eb34";
}

.ti-tag-off:before {
  content: "\efc0";
}

.ti-tag-plus:before {
  content: "𐂗";
}

.ti-tag-starred:before {
  content: "ﲙ";
}

.ti-tags:before {
  content: "\ef86";
}

.ti-tags-chevron-down:before {
  content: "𐊆";
}

.ti-tags-chevron-left:before {
  content: "𐊅";
}

.ti-tags-chevron-right:before {
  content: "𐊄";
}

.ti-tags-chevron-up:before {
  content: "𐊃";
}

.ti-tags-off:before {
  content: "\efc1";
}

.ti-taiwan-dollar:before {
  content: "𐉆";
}

.ti-tallymark-1:before {
  content: "\ec46";
}

.ti-tallymark-2:before {
  content: "\ec47";
}

.ti-tallymark-3:before {
  content: "\ec48";
}

.ti-tallymark-4:before {
  content: "\ec49";
}

.ti-tallymarks:before {
  content: "\ec4a";
}

.ti-tank:before {
  content: "\ed95";
}

.ti-target:before {
  content: "\eb35";
}

.ti-target-2:before {
  content: "𐉅";
}

.ti-target-arrow:before {
  content: "\f51a";
}

.ti-target-off:before {
  content: "\f1ad";
}

.ti-tax:before {
  content: "ﻮ";
}

.ti-tax-euro:before {
  content: "ﻰ";
}

.ti-tax-pound:before {
  content: "ﻯ";
}

.ti-teapot:before {
  content: "\f552";
}

.ti-telescope:before {
  content: "\f07d";
}

.ti-telescope-off:before {
  content: "\f1ae";
}

.ti-temperature:before {
  content: "\eb38";
}

.ti-temperature-celsius:before {
  content: "\eb36";
}

.ti-temperature-fahrenheit:before {
  content: "\eb37";
}

.ti-temperature-minus:before {
  content: "\ebed";
}

.ti-temperature-off:before {
  content: "\f1af";
}

.ti-temperature-plus:before {
  content: "\ebee";
}

.ti-temperature-snow:before {
  content: "ﶣ";
}

.ti-temperature-sun:before {
  content: "ﶤ";
}

.ti-template:before {
  content: "\eb39";
}

.ti-template-off:before {
  content: "\f1b0";
}

.ti-tent:before {
  content: "\eefb";
}

.ti-tent-off:before {
  content: "\f435";
}

.ti-terminal:before {
  content: "\ebdc";
}

.ti-terminal-2:before {
  content: "\ebef";
}

.ti-test-pipe:before {
  content: "\eb3a";
}

.ti-test-pipe-2:before {
  content: "\f0a4";
}

.ti-test-pipe-off:before {
  content: "\f1b1";
}

.ti-tex:before {
  content: "\f4e0";
}

.ti-text-caption:before {
  content: "\f4a4";
}

.ti-text-color:before {
  content: "\f2dc";
}

.ti-text-decrease:before {
  content: "\f202";
}

.ti-text-direction-ltr:before {
  content: "\eefc";
}

.ti-text-direction-rtl:before {
  content: "\eefd";
}

.ti-text-grammar:before {
  content: "ﵭ";
}

.ti-text-increase:before {
  content: "\f203";
}

.ti-text-orientation:before {
  content: "\f2a4";
}

.ti-text-outline:before {
  content: "𐉯";
}

.ti-text-plus:before {
  content: "\f2a5";
}

.ti-text-recognition:before {
  content: "\f204";
}

.ti-text-regex-asterisk:before {
  content: "𐉮";
}

.ti-text-regex-end:before {
  content: "𐉭";
}

.ti-text-regex-plus:before {
  content: "𐉬";
}

.ti-text-regex-question:before {
  content: "𐉫";
}

.ti-text-regex-start:before {
  content: "𐉪";
}

.ti-text-resize:before {
  content: "\ef87";
}

.ti-text-scan-2:before {
  content: "ﳃ";
}

.ti-text-scan-ai:before {
  content: "𐉗";
}

.ti-text-size:before {
  content: "\f2b1";
}

.ti-text-spellcheck:before {
  content: "\f2a6";
}

.ti-text-wrap:before {
  content: "\ebdd";
}

.ti-text-wrap-column:before {
  content: "ﺲ";
}

.ti-text-wrap-disabled:before {
  content: "\eca7";
}

.ti-texture:before {
  content: "\f51b";
}

.ti-theater:before {
  content: "\f79b";
}

.ti-thermometer:before {
  content: "\ef67";
}

.ti-thinking-high:before {
  content: "𐊂";
}

.ti-thinking-low:before {
  content: "𐊁";
}

.ti-thinking-medium:before {
  content: "𐊀";
}

.ti-thumb-down:before {
  content: "\eb3b";
}

.ti-thumb-down-off:before {
  content: "\f436";
}

.ti-thumb-up:before {
  content: "\eb3c";
}

.ti-thumb-up-off:before {
  content: "\f437";
}

.ti-tic-tac:before {
  content: "\f51c";
}

.ti-ticket:before {
  content: "\eb3d";
}

.ti-ticket-off:before {
  content: "\f1b2";
}

.ti-tie:before {
  content: "\f07e";
}

.ti-tilde:before {
  content: "\f4a5";
}

.ti-tilt-shift:before {
  content: "\eefe";
}

.ti-tilt-shift-off:before {
  content: "\f1b3";
}

.ti-time-duration-0:before {
  content: "䀹";
}

.ti-time-duration-10:before {
  content: "𥉉";
}

.ti-time-duration-15:before {
  content: "𥳐";
}

.ti-time-duration-30:before {
  content: "𧻓";
}

.ti-time-duration-45:before {
  content: "齃";
}

.ti-time-duration-5:before {
  content: "龎";
}

.ti-time-duration-60:before {
  content: "﫚";
}

.ti-time-duration-90:before {
  content: "﫛";
}

.ti-time-duration-off:before {
  content: "﫜";
}

.ti-timeline:before {
  content: "\f031";
}

.ti-timeline-event:before {
  content: "\f553";
}

.ti-timeline-event-exclamation:before {
  content: "\f662";
}

.ti-timeline-event-minus:before {
  content: "\f663";
}

.ti-timeline-event-plus:before {
  content: "\f664";
}

.ti-timeline-event-text:before {
  content: "\f665";
}

.ti-timeline-event-x:before {
  content: "\f666";
}

.ti-timezone:before {
  content: "ﻭ";
}

.ti-tip-jar:before {
  content: "ﻪ";
}

.ti-tip-jar-euro:before {
  content: "ﻬ";
}

.ti-tip-jar-pound:before {
  content: "ﻫ";
}

.ti-tir:before {
  content: "\ebf0";
}

.ti-toggle-left:before {
  content: "\eb3e";
}

.ti-toggle-right:before {
  content: "\eb3f";
}

.ti-toilet-paper:before {
  content: "\efd3";
}

.ti-toilet-paper-off:before {
  content: "\f1b4";
}

.ti-toml:before {
  content: "艹";
}

.ti-tool:before {
  content: "\eb40";
}

.ti-tools:before {
  content: "\ebca";
}

.ti-tools-kitchen:before {
  content: "\ed64";
}

.ti-tools-kitchen-2:before {
  content: "\eeff";
}

.ti-tools-kitchen-2-off:before {
  content: "\f1b5";
}

.ti-tools-kitchen-3:before {
  content: "ﴫ";
}

.ti-tools-kitchen-off:before {
  content: "\f1b6";
}

.ti-tools-off:before {
  content: "\f1b7";
}

.ti-tooltip:before {
  content: "\f2dd";
}

.ti-topology-bus:before {
  content: "\f5d9";
}

.ti-topology-complex:before {
  content: "\f5da";
}

.ti-topology-full:before {
  content: "\f5dc";
}

.ti-topology-full-hierarchy:before {
  content: "\f5db";
}

.ti-topology-ring:before {
  content: "\f5df";
}

.ti-topology-ring-2:before {
  content: "\f5dd";
}

.ti-topology-ring-3:before {
  content: "\f5de";
}

.ti-topology-star:before {
  content: "\f5e5";
}

.ti-topology-star-2:before {
  content: "\f5e0";
}

.ti-topology-star-3:before {
  content: "\f5e1";
}

.ti-topology-star-ring:before {
  content: "\f5e4";
}

.ti-topology-star-ring-2:before {
  content: "\f5e2";
}

.ti-topology-star-ring-3:before {
  content: "\f5e3";
}

.ti-torii:before {
  content: "\f59b";
}

.ti-tornado:before {
  content: "\ece2";
}

.ti-tournament:before {
  content: "\ecd0";
}

.ti-tower:before {
  content: "\f2cb";
}

.ti-tower-off:before {
  content: "\f2ca";
}

.ti-track:before {
  content: "\ef00";
}

.ti-tractor:before {
  content: "\ec0d";
}

.ti-trademark:before {
  content: "\ec0e";
}

.ti-traffic-cone:before {
  content: "\ec0f";
}

.ti-traffic-cone-off:before {
  content: "\f1b8";
}

.ti-traffic-lights:before {
  content: "\ed39";
}

.ti-traffic-lights-off:before {
  content: "\f1b9";
}

.ti-train:before {
  content: "\ed96";
}

.ti-transaction-bitcoin:before {
  content: "ﵮ";
}

.ti-transaction-dollar:before {
  content: "ﵯ";
}

.ti-transaction-euro:before {
  content: "ﵰ";
}

.ti-transaction-pound:before {
  content: "ﵱ";
}

.ti-transaction-rupee:before {
  content: "ﶅ";
}

.ti-transaction-yen:before {
  content: "ﵲ";
}

.ti-transaction-yuan:before {
  content: "ﵳ";
}

.ti-transfer:before {
  content: "ﰟ";
}

.ti-transfer-in:before {
  content: "\ef2f";
}

.ti-transfer-out:before {
  content: "\ef30";
}

.ti-transfer-vertical:before {
  content: "ﰞ";
}

.ti-transform:before {
  content: "\f38e";
}

.ti-transform-point:before {
  content: "ﶩ";
}

.ti-transform-point-bottom-left:before {
  content: "ﶥ";
}

.ti-transform-point-bottom-right:before {
  content: "ﶦ";
}

.ti-transform-point-top-left:before {
  content: "ﶧ";
}

.ti-transform-point-top-right:before {
  content: "ﶨ";
}

.ti-transition-bottom:before {
  content: "\f2b2";
}

.ti-transition-left:before {
  content: "\f2b3";
}

.ti-transition-right:before {
  content: "\f2b4";
}

.ti-transition-top:before {
  content: "\f2b5";
}

.ti-trash:before {
  content: "\eb41";
}

.ti-trash-off:before {
  content: "\ed65";
}

.ti-trash-x:before {
  content: "\ef88";
}

.ti-treadmill:before {
  content: "﩮";
}

.ti-treasure-chest:before {
  content: "𐉿";
}

.ti-tree:before {
  content: "\ef01";
}

.ti-trees:before {
  content: "\ec10";
}

.ti-trekking:before {
  content: "\f5ad";
}

.ti-trending-down:before {
  content: "\eb42";
}

.ti-trending-down-2:before {
  content: "\edc1";
}

.ti-trending-down-3:before {
  content: "\edc2";
}

.ti-trending-up:before {
  content: "\eb43";
}

.ti-trending-up-2:before {
  content: "\edc3";
}

.ti-trending-up-3:before {
  content: "\edc4";
}

.ti-trending-up-down:before {
  content: "𐇻";
}

.ti-triangle:before {
  content: "\eb44";
}

.ti-triangle-inverted:before {
  content: "\f01d";
}

.ti-triangle-minus:before {
  content: "ﲛ";
}

.ti-triangle-minus-2:before {
  content: "ﲚ";
}

.ti-triangle-off:before {
  content: "\ef02";
}

.ti-triangle-plus:before {
  content: "ﲝ";
}

.ti-triangle-plus-2:before {
  content: "ﲜ";
}

.ti-triangle-square-circle:before {
  content: "\ece8";
}

.ti-triangles:before {
  content: "\f0a5";
}

.ti-trident:before {
  content: "\ecc5";
}

.ti-trolley:before {
  content: "\f4cc";
}

.ti-trophy:before {
  content: "\eb45";
}

.ti-trophy-off:before {
  content: "\f438";
}

.ti-trowel:before {
  content: "\f368";
}

.ti-truck:before {
  content: "\ebc4";
}

.ti-truck-delivery:before {
  content: "\ec4b";
}

.ti-truck-loading:before {
  content: "\f1da";
}

.ti-truck-off:before {
  content: "\ef03";
}

.ti-truck-return:before {
  content: "\ec4c";
}

.ti-twig:before {
  content: "𐉾";
}

.ti-txt:before {
  content: "\f3b1";
}

.ti-typeface:before {
  content: "ﶫ";
}

.ti-typography:before {
  content: "\ebc5";
}

.ti-typography-off:before {
  content: "\f1ba";
}

.ti-u-turn-left:before {
  content: "ﺢ";
}

.ti-u-turn-right:before {
  content: "ﺡ";
}

.ti-ufo:before {
  content: "\f26f";
}

.ti-ufo-off:before {
  content: "\f26e";
}

.ti-uhd:before {
  content: "𐂪";
}

.ti-umbrella:before {
  content: "\ebf1";
}

.ti-umbrella-2:before {
  content: "．";
}

.ti-umbrella-closed:before {
  content: "，";
}

.ti-umbrella-closed-2:before {
  content: "－";
}

.ti-umbrella-off:before {
  content: "\f1bb";
}

.ti-underline:before {
  content: "\eba2";
}

.ti-underline-off:before {
  content: "𐉩";
}

.ti-unicycle:before {
  content: "𐉄";
}

.ti-universe:before {
  content: "ﳄ";
}

.ti-unlink:before {
  content: "\eb46";
}

.ti-upload:before {
  content: "\eb47";
}

.ti-urgent:before {
  content: "\eb48";
}

.ti-usb:before {
  content: "\f00c";
}

.ti-user:before {
  content: "\eb4d";
}

.ti-user-bitcoin:before {
  content: "Ｐ";
}

.ti-user-bolt:before {
  content: "六";
}

.ti-user-cancel:before {
  content: "戮";
}

.ti-user-check:before {
  content: "\eb49";
}

.ti-user-circle:before {
  content: "\ef68";
}

.ti-user-code:before {
  content: "陸";
}

.ti-user-cog:before {
  content: "倫";
}

.ti-user-dollar:before {
  content: "崙";
}

.ti-user-down:before {
  content: "淪";
}

.ti-user-edit:before {
  content: "\f7cc";
}

.ti-user-exclamation:before {
  content: "\ec12";
}

.ti-user-heart:before {
  content: "\f7cd";
}

.ti-user-hexagon:before {
  content: "ﱎ";
}

.ti-user-key:before {
  content: "𐇪";
}

.ti-user-minus:before {
  content: "\eb4a";
}

.ti-user-off:before {
  content: "\ecf9";
}

.ti-user-pause:before {
  content: "輪";
}

.ti-user-pentagon:before {
  content: "ﱏ";
}

.ti-user-pin:before {
  content: "\f7ce";
}

.ti-user-plus:before {
  content: "\eb4b";
}

.ti-user-question:before {
  content: "\f7cf";
}

.ti-user-scan:before {
  content: "ﲯ";
}

.ti-user-screen:before {
  content: "ﺠ";
}

.ti-user-search:before {
  content: "\ef89";
}

.ti-user-share:before {
  content: "律";
}

.ti-user-shield:before {
  content: "\f7d0";
}

.ti-user-square:before {
  content: "ﱑ";
}

.ti-user-square-rounded:before {
  content: "ﱐ";
}

.ti-user-star:before {
  content: "\f7d1";
}

.ti-user-up:before {
  content: "\f7d2";
}

.ti-user-x:before {
  content: "\eb4c";
}

.ti-users:before {
  content: "\ebf2";
}

.ti-users-group:before {
  content: "﨡";
}

.ti-users-minus:before {
  content: "﨎";
}

.ti-users-plus:before {
  content: "﨏";
}

.ti-uv-index:before {
  content: "\f3b2";
}

.ti-ux-circle:before {
  content: "\f369";
}

.ti-vaccine:before {
  content: "\ef04";
}

.ti-vaccine-bottle:before {
  content: "\ef69";
}

.ti-vaccine-bottle-off:before {
  content: "\f439";
}

.ti-vaccine-off:before {
  content: "\f1bc";
}

.ti-vacuum-cleaner:before {
  content: "\f5e6";
}

.ti-variable:before {
  content: "\ef05";
}

.ti-variable-minus:before {
  content: "\f36a";
}

.ti-variable-off:before {
  content: "\f1bd";
}

.ti-variable-plus:before {
  content: "\f36b";
}

.ti-vault:before {
  content: "𐉽";
}

.ti-vector:before {
  content: "\eca9";
}

.ti-vector-bezier:before {
  content: "\ef1d";
}

.ti-vector-bezier-2:before {
  content: "\f1a3";
}

.ti-vector-bezier-arc:before {
  content: "\f4cd";
}

.ti-vector-bezier-circle:before {
  content: "\f4ce";
}

.ti-vector-off:before {
  content: "\f1be";
}

.ti-vector-spline:before {
  content: "\f565";
}

.ti-vector-triangle:before {
  content: "\eca8";
}

.ti-vector-triangle-off:before {
  content: "\f1bf";
}

.ti-venus:before {
  content: "\ec86";
}

.ti-versions:before {
  content: "\ed52";
}

.ti-versions-off:before {
  content: "\f1c0";
}

.ti-video:before {
  content: "\ed22";
}

.ti-video-minus:before {
  content: "\ed1f";
}

.ti-video-off:before {
  content: "\ed20";
}

.ti-video-plus:before {
  content: "\ed21";
}

.ti-view-360:before {
  content: "\ed84";
}

.ti-view-360-arrow:before {
  content: "\f62f";
}

.ti-view-360-number:before {
  content: "\f566";
}

.ti-view-360-off:before {
  content: "\f1c1";
}

.ti-viewfinder:before {
  content: "\eb4e";
}

.ti-viewfinder-off:before {
  content: "\f1c2";
}

.ti-viewport-narrow:before {
  content: "\ebf3";
}

.ti-viewport-short:before {
  content: "ﻩ";
}

.ti-viewport-tall:before {
  content: "ﻨ";
}

.ti-viewport-wide:before {
  content: "\ebf4";
}

.ti-vignette:before {
  content: "𐉖";
}

.ti-vinyl:before {
  content: "\f00d";
}

.ti-vip:before {
  content: "\f3b3";
}

.ti-vip-2:before {
  content: "𐇺";
}

.ti-vip-off:before {
  content: "\f43a";
}

.ti-virtual-space:before {
  content: "𐉨";
}

.ti-virus:before {
  content: "\eb74";
}

.ti-virus-off:before {
  content: "\ed66";
}

.ti-virus-search:before {
  content: "\ed67";
}

.ti-vocabulary:before {
  content: "\ef1e";
}

.ti-vocabulary-off:before {
  content: "\f43b";
}

.ti-volcano:before {
  content: "\f79c";
}

.ti-volume:before {
  content: "\eb51";
}

.ti-volume-2:before {
  content: "\eb4f";
}

.ti-volume-3:before {
  content: "\eb50";
}

.ti-volume-4:before {
  content: "𐆝";
}

.ti-volume-off:before {
  content: "\f1c3";
}

.ti-vs:before {
  content: "ﱒ";
}

.ti-walk:before {
  content: "\ec87";
}

.ti-wall:before {
  content: "\ef7a";
}

.ti-wall-off:before {
  content: "\f43c";
}

.ti-wallet:before {
  content: "\eb75";
}

.ti-wallet-off:before {
  content: "\f1c4";
}

.ti-wallpaper:before {
  content: "\ef56";
}

.ti-wallpaper-off:before {
  content: "\f1c5";
}

.ti-wand:before {
  content: "\ebcb";
}

.ti-wand-off:before {
  content: "\f1c6";
}

.ti-wash:before {
  content: "\f311";
}

.ti-wash-dry:before {
  content: "\f304";
}

.ti-wash-dry-1:before {
  content: "\f2fa";
}

.ti-wash-dry-2:before {
  content: "\f2fb";
}

.ti-wash-dry-3:before {
  content: "\f2fc";
}

.ti-wash-dry-a:before {
  content: "\f2fd";
}

.ti-wash-dry-dip:before {
  content: "\f2fe";
}

.ti-wash-dry-f:before {
  content: "\f2ff";
}

.ti-wash-dry-flat:before {
  content: "奔";
}

.ti-wash-dry-hang:before {
  content: "\f300";
}

.ti-wash-dry-off:before {
  content: "\f301";
}

.ti-wash-dry-p:before {
  content: "\f302";
}

.ti-wash-dry-shade:before {
  content: "\f303";
}

.ti-wash-dry-w:before {
  content: "\f322";
}

.ti-wash-dryclean:before {
  content: "\f305";
}

.ti-wash-dryclean-off:before {
  content: "\f323";
}

.ti-wash-eco:before {
  content: "婢";
}

.ti-wash-gentle:before {
  content: "\f306";
}

.ti-wash-hand:before {
  content: "嬨";
}

.ti-wash-machine:before {
  content: "\f25e";
}

.ti-wash-off:before {
  content: "\f307";
}

.ti-wash-press:before {
  content: "\f308";
}

.ti-wash-temperature-1:before {
  content: "\f309";
}

.ti-wash-temperature-2:before {
  content: "\f30a";
}

.ti-wash-temperature-3:before {
  content: "\f30b";
}

.ti-wash-temperature-4:before {
  content: "\f30c";
}

.ti-wash-temperature-5:before {
  content: "\f30d";
}

.ti-wash-temperature-6:before {
  content: "\f30e";
}

.ti-wash-tumble-dry:before {
  content: "\f30f";
}

.ti-wash-tumble-off:before {
  content: "\f310";
}

.ti-waterpolo:before {
  content: "﩯";
}

.ti-wave-saw-tool:before {
  content: "\ecd3";
}

.ti-wave-sine:before {
  content: "\ecd4";
}

.ti-wave-square:before {
  content: "\ecd5";
}

.ti-waves-electricity:before {
  content: "ﳅ";
}

.ti-webhook:before {
  content: "\f01e";
}

.ti-webhook-off:before {
  content: "\f43d";
}

.ti-weight:before {
  content: "\f589";
}

.ti-wheat:before {
  content: "𐂨";
}

.ti-wheat-off:before {
  content: "𐂩";
}

.ti-wheel:before {
  content: "ﱤ";
}

.ti-wheelchair:before {
  content: "\f1db";
}

.ti-wheelchair-off:before {
  content: "\f43e";
}

.ti-whirl:before {
  content: "\f51d";
}

.ti-whisk:before {
  content: "𐆠";
}

.ti-wifi:before {
  content: "\eb52";
}

.ti-wifi-0:before {
  content: "\eba3";
}

.ti-wifi-1:before {
  content: "\eba4";
}

.ti-wifi-2:before {
  content: "\eba5";
}

.ti-wifi-off:before {
  content: "\ecfa";
}

.ti-wind:before {
  content: "\ec34";
}

.ti-wind-electricity:before {
  content: "ﳆ";
}

.ti-wind-off:before {
  content: "\f1c7";
}

.ti-windmill:before {
  content: "\ed85";
}

.ti-windmill-off:before {
  content: "\f1c8";
}

.ti-window:before {
  content: "\ef06";
}

.ti-window-maximize:before {
  content: "\f1f1";
}

.ti-window-minimize:before {
  content: "\f1f2";
}

.ti-window-off:before {
  content: "\f1c9";
}

.ti-windsock:before {
  content: "\f06d";
}

.ti-wiper:before {
  content: "\ecab";
}

.ti-wiper-wash:before {
  content: "\ecaa";
}

.ti-woman:before {
  content: "\eb53";
}

.ti-wood:before {
  content: "\f359";
}

.ti-world:before {
  content: "\eb54";
}

.ti-world-bolt:before {
  content: "慄";
}

.ti-world-cancel:before {
  content: "栗";
}

.ti-world-check:before {
  content: "率";
}

.ti-world-code:before {
  content: "隆";
}

.ti-world-cog:before {
  content: "利";
}

.ti-world-dollar:before {
  content: "吏";
}

.ti-world-down:before {
  content: "履";
}

.ti-world-download:before {
  content: "\ef8a";
}

.ti-world-exclamation:before {
  content: "易";
}

.ti-world-heart:before {
  content: "李";
}

.ti-world-latitude:before {
  content: "\ed2e";
}

.ti-world-longitude:before {
  content: "\ed2f";
}

.ti-world-map:before {
  content: "𐇩";
}

.ti-world-minus:before {
  content: "梨";
}

.ti-world-off:before {
  content: "\f1ca";
}

.ti-world-pause:before {
  content: "泥";
}

.ti-world-pin:before {
  content: "理";
}

.ti-world-plus:before {
  content: "痢";
}

.ti-world-question:before {
  content: "罹";
}

.ti-world-search:before {
  content: "裏";
}

.ti-world-share:before {
  content: "裡";
}

.ti-world-star:before {
  content: "里";
}

.ti-world-up:before {
  content: "離";
}

.ti-world-upload:before {
  content: "\ef8b";
}

.ti-world-www:before {
  content: "\f38f";
}

.ti-world-x:before {
  content: "匿";
}

.ti-wrecking-ball:before {
  content: "\ed97";
}

.ti-writing:before {
  content: "\ef08";
}

.ti-writing-off:before {
  content: "\f1cb";
}

.ti-writing-sign:before {
  content: "\ef07";
}

.ti-writing-sign-off:before {
  content: "\f1cc";
}

.ti-x:before {
  content: "\eb55";
}

.ti-x-mark:before {
  content: "𐈠";
}

.ti-x-power-y:before {
  content: "𐁲";
}

.ti-xbox-a:before {
  content: "\f2b6";
}

.ti-xbox-b:before {
  content: "\f2b7";
}

.ti-xbox-x:before {
  content: "\f2b8";
}

.ti-xbox-y:before {
  content: "\f2b9";
}

.ti-xd:before {
  content: "勉";
}

.ti-xxx:before {
  content: "ﰠ";
}

.ti-yarn:before {
  content: "𐉼";
}

.ti-yin-yang:before {
  content: "\ec35";
}

.ti-yoga:before {
  content: "\f01f";
}

.ti-zeppelin:before {
  content: "\f270";
}

.ti-zeppelin-off:before {
  content: "\f43f";
}

.ti-zero-config:before {
  content: "𐇨";
}

.ti-zip:before {
  content: "\f3b4";
}

.ti-zodiac-aquarius:before {
  content: "\ecac";
}

.ti-zodiac-aries:before {
  content: "\ecad";
}

.ti-zodiac-cancer:before {
  content: "\ecae";
}

.ti-zodiac-capricorn:before {
  content: "\ecaf";
}

.ti-zodiac-gemini:before {
  content: "\ecb0";
}

.ti-zodiac-leo:before {
  content: "\ecb1";
}

.ti-zodiac-libra:before {
  content: "\ecb2";
}

.ti-zodiac-pisces:before {
  content: "\ecb3";
}

.ti-zodiac-sagittarius:before {
  content: "\ecb4";
}

.ti-zodiac-scorpio:before {
  content: "\ecb5";
}

.ti-zodiac-taurus:before {
  content: "\ecb6";
}

.ti-zodiac-virgo:before {
  content: "\ecb7";
}

.ti-zoom:before {
  content: "ﶪ";
}

.ti-zoom-cancel:before {
  content: "\ec4d";
}

.ti-zoom-check:before {
  content: "\ef09";
}

.ti-zoom-code:before {
  content: "\f07f";
}

.ti-zoom-exclamation:before {
  content: "\f080";
}

.ti-zoom-in:before {
  content: "\eb56";
}

.ti-zoom-in-area:before {
  content: "\f1dc";
}

.ti-zoom-money:before {
  content: "\ef0a";
}

.ti-zoom-out:before {
  content: "\eb57";
}

.ti-zoom-out-area:before {
  content: "\f1dd";
}

.ti-zoom-pan:before {
  content: "\f1de";
}

.ti-zoom-question:before {
  content: "\edeb";
}

.ti-zoom-replace:before {
  content: "\f2a7";
}

.ti-zoom-reset:before {
  content: "\f295";
}

.ti-zoom-scan:before {
  content: "ﲰ";
}

.ti-zzz:before {
  content: "\f228";
}

.ti-zzz-off:before {
  content: "\f440";
}

.ti-123:before {
  content: "\f554";
}

.ti-360:before {
  content: "\f62f";
}

.ti-code-asterix:before {
  content: "\f312";
}

.ti-discount-2:before {
  content: "\ee7c";
}

.ti-discount-2-off:before {
  content: "\f3e6";
}

.ti-discount-check:before {
  content: "\f1f8";
}

.ti-hand-rock:before {
  content: "\ee97";
}

.ti-sort-deacending-small-big:before {
  content: "ﶖ";
}

.ti-shi-jumping:before {
  content: "𤋮";
}

.ti-box-seam:before {
  content: "\eaff";
}

.ti-kering:before {
  content: "\efb8";
}

.ti-2fa:before {
  content: "\eca0";
}

.ti-3d-cube-sphere:before {
  content: "\ecd7";
}

.ti-3d-cube-sphere-off:before {
  content: "\f3b5";
}

.ti-3d-rotate:before {
  content: "\f020";
}

.ti-12-hours:before {
  content: "ﱓ";
}

.ti-24-hours:before {
  content: "\f5e7";
}

.ti-360-view:before {
  content: "\f566";
}

.ti-circle-0:before {
  content: "\ee34";
}

.ti-circle-1:before {
  content: "\ee35";
}

.ti-circle-2:before {
  content: "\ee36";
}

.ti-circle-3:before {
  content: "\ee37";
}

.ti-circle-4:before {
  content: "\ee38";
}

.ti-circle-5:before {
  content: "\ee39";
}

.ti-circle-6:before {
  content: "\ee3a";
}

.ti-circle-7:before {
  content: "\ee3b";
}

.ti-circle-8:before {
  content: "\ee3c";
}

.ti-circle-9:before {
  content: "\ee3d";
}

.ti-hexagon-0:before {
  content: "\f459";
}

.ti-hexagon-1:before {
  content: "\f45a";
}

.ti-hexagon-2:before {
  content: "\f45b";
}

.ti-hexagon-3:before {
  content: "\f45c";
}

.ti-hexagon-4:before {
  content: "\f45d";
}

.ti-hexagon-5:before {
  content: "\f45e";
}

.ti-hexagon-6:before {
  content: "\f45f";
}

.ti-hexagon-7:before {
  content: "\f460";
}

.ti-hexagon-8:before {
  content: "\f461";
}

.ti-hexagon-9:before {
  content: "\f462";
}

.ti-square-0:before {
  content: "\eee5";
}

.ti-square-1:before {
  content: "\eee6";
}

.ti-square-2:before {
  content: "\eee7";
}

.ti-square-3:before {
  content: "\eee8";
}

.ti-square-4:before {
  content: "\eee9";
}

.ti-square-5:before {
  content: "\eeea";
}

.ti-square-6:before {
  content: "\eeeb";
}

.ti-square-7:before {
  content: "\eeec";
}

.ti-square-8:before {
  content: "\eeed";
}

.ti-square-9:before {
  content: "\eeee";
}

.ti-message-circle-2:before {
  content: "\eaed";
}

.ti-mood-suprised:before {
  content: "\ec04";
}

.ti-circle-dashed-letter-letter-v:before {
  content: "ﾄ";
}

.ti-seeding:before {
  content: "\ed51";
}

.ti-seeding-off:before {
  content: "\f19d";
}

.ti-brand-adobe-premier:before {
  content: "Ｆ";
}

.ti-foodsteps:before {
  content: "𐉥";
}

.ti-mood-confuzed:before {
  content: "\eaf3";
}

.ti-currency-rubel:before {
  content: "\ee67";
}

.ti-sport-billard:before {
  content: "\eee4";
}

.ti-physotherapist:before {
  content: "\eebe";
}

.ti-ikosaedr:before {
  content: "ﻆ";
}

.ti-gender-trasvesti:before {
  content: "\f0f2";
}

.ti-brand-kako-talk:before {
  content: "ﴭ";
}

.ti-brand-adobe-after-effect:before {
  content: "Ｊ";
}

.ti-fill.ti-accessible:before {
  content: "\f6ea";
}

.ti-fill.ti-ad:before {
  content: "\f6eb";
}

.ti-fill.ti-ad-circle:before {
  content: "\f7d3";
}

.ti-fill.ti-adjustments:before {
  content: "\f6ec";
}

.ti-fill.ti-adjustments-horizontal:before {
  content: "𐇧";
}

.ti-fill.ti-aerial-lift:before {
  content: "𐄁";
}

.ti-fill.ti-affiliate:before {
  content: "\f6ed";
}

.ti-fill.ti-air-balloon:before {
  content: "𐄀";
}

.ti-fill.ti-alarm:before {
  content: "\f709";
}

.ti-fill.ti-alarm-minus:before {
  content: "\f70a";
}

.ti-fill.ti-alarm-plus:before {
  content: "\f70b";
}

.ti-fill.ti-alarm-snooze:before {
  content: "\f70c";
}

.ti-fill.ti-alert-circle:before {
  content: "\f6ee";
}

.ti-fill.ti-alert-hexagon:before {
  content: "勤";
}

.ti-fill.ti-alert-octagon:before {
  content: "\f6ef";
}

.ti-fill.ti-alert-square:before {
  content: "卑";
}

.ti-fill.ti-alert-square-rounded:before {
  content: "喝";
}

.ti-fill.ti-alert-triangle:before {
  content: "\f6f0";
}

.ti-fill.ti-alien:before {
  content: "\f70d";
}

.ti-fill.ti-align-box-bottom-center:before {
  content: "\f70e";
}

.ti-fill.ti-align-box-bottom-left:before {
  content: "\f70f";
}

.ti-fill.ti-align-box-bottom-right:before {
  content: "\f710";
}

.ti-fill.ti-align-box-center-middle:before {
  content: "\f7d4";
}

.ti-fill.ti-align-box-left-bottom:before {
  content: "\f711";
}

.ti-fill.ti-align-box-left-middle:before {
  content: "\f712";
}

.ti-fill.ti-align-box-left-top:before {
  content: "\f713";
}

.ti-fill.ti-align-box-right-bottom:before {
  content: "\f714";
}

.ti-fill.ti-align-box-right-middle:before {
  content: "\f7d5";
}

.ti-fill.ti-align-box-right-top:before {
  content: "\f715";
}

.ti-fill.ti-align-box-top-center:before {
  content: "\f716";
}

.ti-fill.ti-align-box-top-left:before {
  content: "\f717";
}

.ti-fill.ti-align-box-top-right:before {
  content: "\f718";
}

.ti-fill.ti-analyze:before {
  content: "\f719";
}

.ti-fill.ti-app-window:before {
  content: "\f71a";
}

.ti-fill.ti-apple:before {
  content: "𐀗";
}

.ti-fill.ti-apps:before {
  content: "\f6f1";
}

.ti-fill.ti-archive:before {
  content: "廒";
}

.ti-fill.ti-arrow-autofit-content:before {
  content: "\f6f2";
}

.ti-fill.ti-arrow-autofit-down:before {
  content: "𐄓";
}

.ti-fill.ti-arrow-autofit-height:before {
  content: "𐄒";
}

.ti-fill.ti-arrow-autofit-left:before {
  content: "𐄑";
}

.ti-fill.ti-arrow-autofit-right:before {
  content: "𐄐";
}

.ti-fill.ti-arrow-autofit-up:before {
  content: "𐄏";
}

.ti-fill.ti-arrow-autofit-width:before {
  content: "𐄎";
}

.ti-fill.ti-arrow-badge-down:before {
  content: "\f7d6";
}

.ti-fill.ti-arrow-badge-left:before {
  content: "\f7d7";
}

.ti-fill.ti-arrow-badge-right:before {
  content: "\f7d8";
}

.ti-fill.ti-arrow-badge-up:before {
  content: "\f7d9";
}

.ti-fill.ti-arrow-big-down:before {
  content: "\f6c6";
}

.ti-fill.ti-arrow-big-down-line:before {
  content: "\f6c7";
}

.ti-fill.ti-arrow-big-down-lines:before {
  content: "\f6c8";
}

.ti-fill.ti-arrow-big-left:before {
  content: "\f6c9";
}

.ti-fill.ti-arrow-big-left-line:before {
  content: "\f6ca";
}

.ti-fill.ti-arrow-big-left-lines:before {
  content: "\f6cb";
}

.ti-fill.ti-arrow-big-right:before {
  content: "\f6cc";
}

.ti-fill.ti-arrow-big-right-line:before {
  content: "\f6cd";
}

.ti-fill.ti-arrow-big-right-lines:before {
  content: "\f6ce";
}

.ti-fill.ti-arrow-big-up:before {
  content: "\f6cf";
}

.ti-fill.ti-arrow-big-up-line:before {
  content: "\f6d0";
}

.ti-fill.ti-arrow-big-up-lines:before {
  content: "\f6d1";
}

.ti-fill.ti-arrow-down-circle:before {
  content: "𐀻";
}

.ti-fill.ti-arrow-down-rhombus:before {
  content: "𐀺";
}

.ti-fill.ti-arrow-down-square:before {
  content: "𐀹";
}

.ti-fill.ti-arrow-guide:before {
  content: "𐀸";
}

.ti-fill.ti-arrow-left-circle:before {
  content: "𐀷";
}

.ti-fill.ti-arrow-left-rhombus:before {
  content: "𐀶";
}

.ti-fill.ti-arrow-left-square:before {
  content: "𐀵";
}

.ti-fill.ti-arrow-move-down:before {
  content: "𐀴";
}

.ti-fill.ti-arrow-move-left:before {
  content: "𐀳";
}

.ti-fill.ti-arrow-move-right:before {
  content: "𐀲";
}

.ti-fill.ti-arrow-move-up:before {
  content: "𐀱";
}

.ti-fill.ti-arrow-right-circle:before {
  content: "𐀰";
}

.ti-fill.ti-arrow-right-rhombus:before {
  content: "𐀯";
}

.ti-fill.ti-arrow-right-square:before {
  content: "𐀮";
}

.ti-fill.ti-arrow-up-circle:before {
  content: "𐀭";
}

.ti-fill.ti-arrow-up-rhombus:before {
  content: "𐀬";
}

.ti-fill.ti-arrow-up-square:before {
  content: "𐀫";
}

.ti-fill.ti-artboard:before {
  content: "廙";
}

.ti-fill.ti-article:before {
  content: "\f7da";
}

.ti-fill.ti-aspect-ratio:before {
  content: "\f7db";
}

.ti-fill.ti-assembly:before {
  content: "ﺞ";
}

.ti-fill.ti-asset:before {
  content: "ﺝ";
}

.ti-fill.ti-atom-2:before {
  content: "\f71b";
}

.ti-fill.ti-automatic-gearbox:before {
  content: "𐀪";
}

.ti-fill.ti-award:before {
  content: "\f71c";
}

.ti-fill.ti-baby-carriage:before {
  content: "ﺜ";
}

.ti-fill.ti-backspace:before {
  content: "\f7dc";
}

.ti-fill.ti-badge:before {
  content: "\f667";
}

.ti-fill.ti-badge-3d:before {
  content: "ﺛ";
}

.ti-fill.ti-badge-4k:before {
  content: "ﺚ";
}

.ti-fill.ti-badge-8k:before {
  content: "ﺙ";
}

.ti-fill.ti-badge-ad:before {
  content: "ﺘ";
}

.ti-fill.ti-badge-ar:before {
  content: "ﺗ";
}

.ti-fill.ti-badge-cc:before {
  content: "ﺖ";
}

.ti-fill.ti-badge-hd:before {
  content: "ﺕ";
}

.ti-fill.ti-badge-sd:before {
  content: "ﺔ";
}

.ti-fill.ti-badge-tm:before {
  content: "ﺓ";
}

.ti-fill.ti-badge-vo:before {
  content: "ﺒ";
}

.ti-fill.ti-badge-vr:before {
  content: "ﺑ";
}

.ti-fill.ti-badge-wc:before {
  content: "ﺐ";
}

.ti-fill.ti-badges:before {
  content: "\f7dd";
}

.ti-fill.ti-ball-bowling:before {
  content: "𐇅";
}

.ti-fill.ti-balloon:before {
  content: "彩";
}

.ti-fill.ti-ballpen:before {
  content: "徭";
}

.ti-fill.ti-bandage:before {
  content: "\f7de";
}

.ti-fill.ti-barbell:before {
  content: "ﺏ";
}

.ti-fill.ti-barrier-block:before {
  content: "ﺎ";
}

.ti-fill.ti-basket:before {
  content: "\f7df";
}

.ti-fill.ti-bath:before {
  content: "\f71d";
}

.ti-fill.ti-battery:before {
  content: "\f668";
}

.ti-fill.ti-battery-1:before {
  content: "\f71e";
}

.ti-fill.ti-battery-2:before {
  content: "\f71f";
}

.ti-fill.ti-battery-3:before {
  content: "\f720";
}

.ti-fill.ti-battery-4:before {
  content: "\f721";
}

.ti-fill.ti-battery-automotive:before {
  content: "𐀩";
}

.ti-fill.ti-battery-vertical:before {
  content: "𐀤";
}

.ti-fill.ti-battery-vertical-1:before {
  content: "𐀨";
}

.ti-fill.ti-battery-vertical-2:before {
  content: "𐀧";
}

.ti-fill.ti-battery-vertical-3:before {
  content: "𐀦";
}

.ti-fill.ti-battery-vertical-4:before {
  content: "𐀥";
}

.ti-fill.ti-bed:before {
  content: "\f7e0";
}

.ti-fill.ti-bed-flat:before {
  content: "ﺍ";
}

.ti-fill.ti-beer:before {
  content: "\f7e1";
}

.ti-fill.ti-bell:before {
  content: "\f669";
}

.ti-fill.ti-bell-minus:before {
  content: "\f722";
}

.ti-fill.ti-bell-plus:before {
  content: "\f723";
}

.ti-fill.ti-bell-ringing:before {
  content: "\f725";
}

.ti-fill.ti-bell-ringing-2:before {
  content: "\f724";
}

.ti-fill.ti-bell-x:before {
  content: "\f726";
}

.ti-fill.ti-bell-z:before {
  content: "\f727";
}

.ti-fill.ti-bike:before {
  content: "𐀣";
}

.ti-fill.ti-binary-tree:before {
  content: "､";
}

.ti-fill.ti-binary-tree-2:before {
  content: "･";
}

.ti-fill.ti-binoculars:before {
  content: "＋";
}

.ti-fill.ti-biohazard:before {
  content: "ﺌ";
}

.ti-fill.ti-blade:before {
  content: "\f7e2";
}

.ti-fill.ti-blender:before {
  content: "𐀢";
}

.ti-fill.ti-blob:before {
  content: "ﺱ";
}

.ti-fill.ti-bolt:before {
  content: "𐀡";
}

.ti-fill.ti-bomb:before {
  content: "惘";
}

.ti-fill.ti-bone:before {
  content: "ﺋ";
}

.ti-fill.ti-bong:before {
  content: "𐀠";
}

.ti-fill.ti-book:before {
  content: "慎";
}

.ti-fill.ti-bookmark:before {
  content: "愈";
}

.ti-fill.ti-bookmarks:before {
  content: "ײַ";
}

.ti-fill.ti-boom:before {
  content: "ﺊ";
}

.ti-fill.ti-bottle:before {
  content: "憎";
}

.ti-fill.ti-bounce-left:before {
  content: "ﬠ";
}

.ti-fill.ti-bounce-right:before {
  content: "ﬡ";
}

.ti-fill.ti-bow:before {
  content: "ﺉ";
}

.ti-fill.ti-bowl:before {
  content: "ﬢ";
}

.ti-fill.ti-bowl-chopsticks:before {
  content: "ﺈ";
}

.ti-fill.ti-bowl-spoon:before {
  content: "ﺇ";
}

.ti-fill.ti-box-align-bottom:before {
  content: "慠";
}

.ti-fill.ti-box-align-bottom-left:before {
  content: "懲";
}

.ti-fill.ti-box-align-bottom-right:before {
  content: "戴";
}

.ti-fill.ti-box-align-left:before {
  content: "揄";
}

.ti-fill.ti-box-align-right:before {
  content: "搜";
}

.ti-fill.ti-box-align-top:before {
  content: "摒";
}

.ti-fill.ti-box-align-top-left:before {
  content: "敖";
}

.ti-fill.ti-box-align-top-right:before {
  content: "晴";
}

.ti-fill.ti-box-multiple:before {
  content: "𐀟";
}

.ti-fill.ti-brand-angular:before {
  content: "𐂕";
}

.ti-fill.ti-brand-apple:before {
  content: "ﵴ";
}

.ti-fill.ti-brand-bitbucket:before {
  content: "𐃋";
}

.ti-fill.ti-brand-discord:before {
  content: "\f7e4";
}

.ti-fill.ti-brand-dribbble:before {
  content: "\f7e5";
}

.ti-fill.ti-brand-facebook:before {
  content: "\f7e6";
}

.ti-fill.ti-brand-github:before {
  content: "\f7e7";
}

.ti-fill.ti-brand-google:before {
  content: "ﴚ";
}

.ti-fill.ti-brand-instagram:before {
  content: "𐂔";
}

.ti-fill.ti-brand-kick:before {
  content: "𐂓";
}

.ti-fill.ti-brand-linkedin:before {
  content: "𐂒";
}

.ti-fill.ti-brand-messenger:before {
  content: "𐂧";
}

.ti-fill.ti-brand-open-source:before {
  content: "𐂑";
}

.ti-fill.ti-brand-opera:before {
  content: "𐂐";
}

.ti-fill.ti-brand-patreon:before {
  content: "ﳿ";
}

.ti-fill.ti-brand-paypal:before {
  content: "\f7e9";
}

.ti-fill.ti-brand-pinterest:before {
  content: "𐂏";
}

.ti-fill.ti-brand-signal:before {
  content: "𐉻";
}

.ti-fill.ti-brand-sketch:before {
  content: "𐂎";
}

.ti-fill.ti-brand-snapchat:before {
  content: "𐂍";
}

.ti-fill.ti-brand-spotify:before {
  content: "ﺆ";
}

.ti-fill.ti-brand-steam:before {
  content: "𐂌";
}

.ti-fill.ti-brand-stripe:before {
  content: "𐂋";
}

.ti-fill.ti-brand-tabler:before {
  content: "𐂊";
}

.ti-fill.ti-brand-tiktok:before {
  content: "\f7ea";
}

.ti-fill.ti-brand-tinder:before {
  content: "𐂉";
}

.ti-fill.ti-brand-tumblr:before {
  content: "𐂈";
}

.ti-fill.ti-brand-twitter:before {
  content: "\f7eb";
}

.ti-fill.ti-brand-vercel:before {
  content: "𐂇";
}

.ti-fill.ti-brand-vimeo:before {
  content: "𐂆";
}

.ti-fill.ti-brand-weibo:before {
  content: "𐂦";
}

.ti-fill.ti-brand-whatsapp:before {
  content: "𐂅";
}

.ti-fill.ti-brand-windows:before {
  content: "𐂄";
}

.ti-fill.ti-brand-x:before {
  content: "ﰡ";
}

.ti-fill.ti-brand-youtube:before {
  content: "ﰢ";
}

.ti-fill.ti-bread:before {
  content: "ﺅ";
}

.ti-fill.ti-briefcase:before {
  content: "ﴀ";
}

.ti-fill.ti-briefcase-2:before {
  content: "ﺄ";
}

.ti-fill.ti-brightness:before {
  content: "ﺂ";
}

.ti-fill.ti-brightness-auto:before {
  content: "ﺃ";
}

.ti-fill.ti-brightness-down:before {
  content: "ﬣ";
}

.ti-fill.ti-brightness-up:before {
  content: "ﬤ";
}

.ti-fill.ti-bubble:before {
  content: "ﻃ";
}

.ti-fill.ti-bubble-text:before {
  content: "𐂥";
}

.ti-fill.ti-bug:before {
  content: "ﴁ";
}

.ti-fill.ti-building-bridge-2:before {
  content: "𐆉";
}

.ti-fill.ti-building-broadcast-tower:before {
  content: "ﺁ";
}

.ti-fill.ti-bulb:before {
  content: "\f66a";
}

.ti-fill.ti-bus:before {
  content: "𐃿";
}

.ti-fill.ti-butterfly:before {
  content: "𐀖";
}

.ti-fill.ti-cactus:before {
  content: "ﬥ";
}

.ti-fill.ti-calculator:before {
  content: "ﬦ";
}

.ti-fill.ti-calendar:before {
  content: "ﬧ";
}

.ti-fill.ti-calendar-event:before {
  content: "𐂹";
}

.ti-fill.ti-calendar-month:before {
  content: "𐂸";
}

.ti-fill.ti-calendar-week:before {
  content: "𐂷";
}

.ti-fill.ti-camera:before {
  content: "嘆";
}

.ti-fill.ti-campfire:before {
  content: "ﬨ";
}

.ti-fill.ti-candle:before {
  content: "ﰣ";
}

.ti-fill.ti-cannabis:before {
  content: "𐀕";
}

.ti-fill.ti-capsule:before {
  content: "ﰤ";
}

.ti-fill.ti-capsule-horizontal:before {
  content: "ﰥ";
}

.ti-fill.ti-capture:before {
  content: "﬩";
}

.ti-fill.ti-car:before {
  content: "𐁌";
}

.ti-fill.ti-car-4wd:before {
  content: "𐀞";
}

.ti-fill.ti-car-crane:before {
  content: "𐃾";
}

.ti-fill.ti-car-fan:before {
  content: "𐀝";
}

.ti-fill.ti-car-suv:before {
  content: "𐁍";
}

.ti-fill.ti-carambola:before {
  content: "𐀔";
}

.ti-fill.ti-caravan:before {
  content: "𐃽";
}

.ti-fill.ti-cardboards:before {
  content: "𐀜";
}

.ti-fill.ti-cards:before {
  content: "ﰦ";
}

.ti-fill.ti-caret-down:before {
  content: "שׁ";
}

.ti-fill.ti-caret-left:before {
  content: "שׂ";
}

.ti-fill.ti-caret-left-right:before {
  content: "ﴂ";
}

.ti-fill.ti-caret-right:before {
  content: "שּׁ";
}

.ti-fill.ti-caret-up:before {
  content: "שּׂ";
}

.ti-fill.ti-caret-up-down:before {
  content: "ﴃ";
}

.ti-fill.ti-carousel-horizontal:before {
  content: "朗";
}

.ti-fill.ti-carousel-vertical:before {
  content: "望";
}

.ti-fill.ti-cash-banknote:before {
  content: "ﺀ";
}

.ti-fill.ti-category:before {
  content: "אַ";
}

.ti-fill.ti-charging-pile:before {
  content: "𐀛";
}

.ti-fill.ti-chart-area:before {
  content: "\f66b";
}

.ti-fill.ti-chart-area-line:before {
  content: "\f66c";
}

.ti-fill.ti-chart-bubble:before {
  content: "\f66d";
}

.ti-fill.ti-chart-candle:before {
  content: "\f66e";
}

.ti-fill.ti-chart-donut:before {
  content: "\f66f";
}

.ti-fill.ti-chart-dots:before {
  content: "ﴄ";
}

.ti-fill.ti-chart-dots-2:before {
  content: "𐃝";
}

.ti-fill.ti-chart-dots-3:before {
  content: "𐃜";
}

.ti-fill.ti-chart-funnel:before {
  content: "𐃛";
}

.ti-fill.ti-chart-grid-dots:before {
  content: "ﴅ";
}

.ti-fill.ti-chart-pie:before {
  content: "\f670";
}

.ti-fill.ti-chart-pie-2:before {
  content: "𐃚";
}

.ti-fill.ti-chart-pie-3:before {
  content: "𐃙";
}

.ti-fill.ti-chart-pie-4:before {
  content: "𐃘";
}

.ti-fill.ti-check:before {
  content: "𐇦";
}

.ti-fill.ti-chef-hat:before {
  content: "𐃗";
}

.ti-fill.ti-cherry:before {
  content: "\f728";
}

.ti-fill.ti-chess:before {
  content: "\f72a";
}

.ti-fill.ti-chess-bishop:before {
  content: "\f729";
}

.ti-fill.ti-chess-king:before {
  content: "\f72b";
}

.ti-fill.ti-chess-knight:before {
  content: "\f72c";
}

.ti-fill.ti-chess-queen:before {
  content: "\f72d";
}

.ti-fill.ti-chess-rook:before {
  content: "\f72e";
}

.ti-fill.ti-chevron-down:before {
  content: "𐇥";
}

.ti-fill.ti-chevron-right:before {
  content: "𐇤";
}

.ti-fill.ti-christmas-tree:before {
  content: "𐀚";
}

.ti-fill.ti-circle:before {
  content: "\f671";
}

.ti-fill.ti-circle-arrow-down:before {
  content: "\f6f4";
}

.ti-fill.ti-circle-arrow-down-left:before {
  content: "\f6f5";
}

.ti-fill.ti-circle-arrow-down-right:before {
  content: "\f6f7";
}

.ti-fill.ti-circle-arrow-left:before {
  content: "\f6fa";
}

.ti-fill.ti-circle-arrow-right:before {
  content: "\f6fc";
}

.ti-fill.ti-circle-arrow-up:before {
  content: "\f6fe";
}

.ti-fill.ti-circle-arrow-up-left:before {
  content: "\f6ff";
}

.ti-fill.ti-circle-arrow-up-right:before {
  content: "\f701";
}

.ti-fill.ti-circle-caret-down:before {
  content: "𐃖";
}

.ti-fill.ti-circle-caret-left:before {
  content: "𐃕";
}

.ti-fill.ti-circle-caret-right:before {
  content: "𐃔";
}

.ti-fill.ti-circle-caret-up:before {
  content: "𐃓";
}

.ti-fill.ti-circle-check:before {
  content: "\f704";
}

.ti-fill.ti-circle-chevron-down:before {
  content: "𐃒";
}

.ti-fill.ti-circle-chevron-left:before {
  content: "𐃑";
}

.ti-fill.ti-circle-chevron-right:before {
  content: "𐃐";
}

.ti-fill.ti-circle-chevron-up:before {
  content: "𐃏";
}

.ti-fill.ti-circle-chevrons-down:before {
  content: "𐃯";
}

.ti-fill.ti-circle-chevrons-left:before {
  content: "𐃮";
}

.ti-fill.ti-circle-chevrons-right:before {
  content: "𐃭";
}

.ti-fill.ti-circle-chevrons-up:before {
  content: "𐃬";
}

.ti-fill.ti-circle-dot:before {
  content: "\f705";
}

.ti-fill.ti-circle-key:before {
  content: "\f706";
}

.ti-fill.ti-circle-letter-a:before {
  content: "ﹿ";
}

.ti-fill.ti-circle-letter-b:before {
  content: "ﹾ";
}

.ti-fill.ti-circle-letter-c:before {
  content: "ﹽ";
}

.ti-fill.ti-circle-letter-d:before {
  content: "ﹼ";
}

.ti-fill.ti-circle-letter-e:before {
  content: "ﹻ";
}

.ti-fill.ti-circle-letter-f:before {
  content: "ﹺ";
}

.ti-fill.ti-circle-letter-g:before {
  content: "ﹹ";
}

.ti-fill.ti-circle-letter-h:before {
  content: "ﹸ";
}

.ti-fill.ti-circle-letter-i:before {
  content: "ﹷ";
}

.ti-fill.ti-circle-letter-j:before {
  content: "ﹶ";
}

.ti-fill.ti-circle-letter-k:before {
  content: "﹵";
}

.ti-fill.ti-circle-letter-l:before {
  content: "ﹴ";
}

.ti-fill.ti-circle-letter-m:before {
  content: "ﹳ";
}

.ti-fill.ti-circle-letter-n:before {
  content: "ﹲ";
}

.ti-fill.ti-circle-letter-o:before {
  content: "ﹱ";
}

.ti-fill.ti-circle-letter-p:before {
  content: "ﹰ";
}

.ti-fill.ti-circle-letter-q:before {
  content: "﹯";
}

.ti-fill.ti-circle-letter-r:before {
  content: "﹮";
}

.ti-fill.ti-circle-letter-s:before {
  content: "﹭";
}

.ti-fill.ti-circle-letter-t:before {
  content: "﹬";
}

.ti-fill.ti-circle-letter-u:before {
  content: "﹫";
}

.ti-fill.ti-circle-letter-v:before {
  content: "﹪";
}

.ti-fill.ti-circle-letter-w:before {
  content: "﹩";
}

.ti-fill.ti-circle-letter-x:before {
  content: "﹨";
}

.ti-fill.ti-circle-letter-y:before {
  content: "﹧";
}

.ti-fill.ti-circle-letter-z:before {
  content: "﹦";
}

.ti-fill.ti-circle-number-0:before {
  content: "\f72f";
}

.ti-fill.ti-circle-number-1:before {
  content: "\f730";
}

.ti-fill.ti-circle-number-2:before {
  content: "\f731";
}

.ti-fill.ti-circle-number-3:before {
  content: "\f732";
}

.ti-fill.ti-circle-number-4:before {
  content: "\f733";
}

.ti-fill.ti-circle-number-5:before {
  content: "\f734";
}

.ti-fill.ti-circle-number-6:before {
  content: "\f735";
}

.ti-fill.ti-circle-number-7:before {
  content: "\f736";
}

.ti-fill.ti-circle-number-8:before {
  content: "\f737";
}

.ti-fill.ti-circle-number-9:before {
  content: "\f738";
}

.ti-fill.ti-circle-percentage:before {
  content: "ﻕ";
}

.ti-fill.ti-circle-plus:before {
  content: "ﻹ";
}

.ti-fill.ti-circle-rectangle:before {
  content: "｣";
}

.ti-fill.ti-circle-x:before {
  content: "\f739";
}

.ti-fill.ti-circles:before {
  content: "\f672";
}

.ti-fill.ti-click:before {
  content: "𐇣";
}

.ti-fill.ti-clipboard:before {
  content: "𐃌";
}

.ti-fill.ti-clipboard-check:before {
  content: "𐃎";
}

.ti-fill.ti-clipboard-data:before {
  content: "𐃫";
}

.ti-fill.ti-clipboard-list:before {
  content: "𐃪";
}

.ti-fill.ti-clipboard-plus:before {
  content: "𐅶";
}

.ti-fill.ti-clipboard-smile:before {
  content: "𐅵";
}

.ti-fill.ti-clipboard-text:before {
  content: "𐃩";
}

.ti-fill.ti-clipboard-typography:before {
  content: "𐃨";
}

.ti-fill.ti-clipboard-x:before {
  content: "𐃍";
}

.ti-fill.ti-clock:before {
  content: "\f73a";
}

.ti-fill.ti-clock-hour-1:before {
  content: "﹥";
}

.ti-fill.ti-clock-hour-10:before {
  content: "﹤";
}

.ti-fill.ti-clock-hour-11:before {
  content: "﹣";
}

.ti-fill.ti-clock-hour-12:before {
  content: "﹢";
}

.ti-fill.ti-clock-hour-2:before {
  content: "﹡";
}

.ti-fill.ti-clock-hour-3:before {
  content: "﹠";
}

.ti-fill.ti-clock-hour-4:before {
  content: "﹟";
}

.ti-fill.ti-clock-hour-5:before {
  content: "﹞";
}

.ti-fill.ti-clock-hour-6:before {
  content: "﹝";
}

.ti-fill.ti-clock-hour-7:before {
  content: "﹜";
}

.ti-fill.ti-clock-hour-8:before {
  content: "﹛";
}

.ti-fill.ti-clock-hour-9:before {
  content: "﹚";
}

.ti-fill.ti-cloud:before {
  content: "\f673";
}

.ti-fill.ti-cloud-computing:before {
  content: "𐄍";
}

.ti-fill.ti-cloud-data-connection:before {
  content: "𐄌";
}

.ti-fill.ti-clover:before {
  content: "𐀓";
}

.ti-fill.ti-clubs:before {
  content: "\f674";
}

.ti-fill.ti-code-circle:before {
  content: "ﻓ";
}

.ti-fill.ti-code-circle-2:before {
  content: "ﻔ";
}

.ti-fill.ti-coin:before {
  content: "ﴈ";
}

.ti-fill.ti-coin-bitcoin:before {
  content: "ﴆ";
}

.ti-fill.ti-coin-euro:before {
  content: "ﴇ";
}

.ti-fill.ti-coin-monero:before {
  content: "ﴉ";
}

.ti-fill.ti-coin-pound:before {
  content: "ﴊ";
}

.ti-fill.ti-coin-rupee:before {
  content: "ﴋ";
}

.ti-fill.ti-coin-taka:before {
  content: "ﴌ";
}

.ti-fill.ti-coin-yen:before {
  content: "ﴎ";
}

.ti-fill.ti-coin-yuan:before {
  content: "ﴏ";
}

.ti-fill.ti-columns-1:before {
  content: "𐆈";
}

.ti-fill.ti-columns-2:before {
  content: "𐆇";
}

.ti-fill.ti-columns-3:before {
  content: "𐆆";
}

.ti-fill.ti-compass:before {
  content: "ﴐ";
}

.ti-fill.ti-cone:before {
  content: "﹘";
}

.ti-fill.ti-cone-2:before {
  content: "﹙";
}

.ti-fill.ti-confetti:before {
  content: "𐆅";
}

.ti-fill.ti-container:before {
  content: "𐆄";
}

.ti-fill.ti-contrast:before {
  content: "﹖";
}

.ti-fill.ti-contrast-2:before {
  content: "﹗";
}

.ti-fill.ti-cookie:before {
  content: "﹔";
}

.ti-fill.ti-cookie-man:before {
  content: "﹕";
}

.ti-fill.ti-copy:before {
  content: "𐇢";
}

.ti-fill.ti-copy-check:before {
  content: "﹓";
}

.ti-fill.ti-copy-minus:before {
  content: "﹒";
}

.ti-fill.ti-copy-plus:before {
  content: "﹑";
}

.ti-fill.ti-copy-x:before {
  content: "﹐";
}

.ti-fill.ti-copyleft:before {
  content: "\f73b";
}

.ti-fill.ti-copyright:before {
  content: "\f73c";
}

.ti-fill.ti-credit-card:before {
  content: "ﴑ";
}

.ti-fill.ti-crop-1-1:before {
  content: "﹏";
}

.ti-fill.ti-crop-16-9:before {
  content: "﹎";
}

.ti-fill.ti-crop-3-2:before {
  content: "﹍";
}

.ti-fill.ti-crop-5-4:before {
  content: "﹌";
}

.ti-fill.ti-crop-7-5:before {
  content: "﹋";
}

.ti-fill.ti-crop-landscape:before {
  content: "﹊";
}

.ti-fill.ti-crop-portrait:before {
  content: "﹉";
}

.ti-fill.ti-cross:before {
  content: "\f675";
}

.ti-fill.ti-crown:before {
  content: "𐇄";
}

.ti-fill.ti-current-location:before {
  content: "𐄥";
}

.ti-fill.ti-dashboard:before {
  content: "𐀙";
}

.ti-fill.ti-database:before {
  content: "𐇡";
}

.ti-fill.ti-device-cctv:before {
  content: "𐁋";
}

.ti-fill.ti-device-desktop:before {
  content: "𐁊";
}

.ti-fill.ti-device-floppy:before {
  content: "𐇠";
}

.ti-fill.ti-device-gamepad:before {
  content: "𐆜";
}

.ti-fill.ti-device-gamepad-2:before {
  content: "𐇟";
}

.ti-fill.ti-device-gamepad-3:before {
  content: "𐁉";
}

.ti-fill.ti-device-heart-monitor:before {
  content: "器";
}

.ti-fill.ti-device-imac:before {
  content: "𐁈";
}

.ti-fill.ti-device-ipad:before {
  content: "𐁇";
}

.ti-fill.ti-device-mobile:before {
  content: "塀";
}

.ti-fill.ti-device-remote:before {
  content: "𐁆";
}

.ti-fill.ti-device-speaker:before {
  content: "𐁅";
}

.ti-fill.ti-device-tablet:before {
  content: "墨";
}

.ti-fill.ti-device-tv:before {
  content: "𐁃";
}

.ti-fill.ti-device-tv-old:before {
  content: "𐁄";
}

.ti-fill.ti-device-unknown:before {
  content: "𐀘";
}

.ti-fill.ti-device-usb:before {
  content: "𐁂";
}

.ti-fill.ti-device-vision-pro:before {
  content: "𐁁";
}

.ti-fill.ti-device-watch:before {
  content: "𐁀";
}

.ti-fill.ti-dialpad:before {
  content: "層";
}

.ti-fill.ti-diamond:before {
  content: "\f73d";
}

.ti-fill.ti-diamonds:before {
  content: "\f676";
}

.ti-fill.ti-dice:before {
  content: "\f744";
}

.ti-fill.ti-dice-1:before {
  content: "\f73e";
}

.ti-fill.ti-dice-2:before {
  content: "\f73f";
}

.ti-fill.ti-dice-3:before {
  content: "\f740";
}

.ti-fill.ti-dice-4:before {
  content: "\f741";
}

.ti-fill.ti-dice-5:before {
  content: "\f742";
}

.ti-fill.ti-dice-6:before {
  content: "\f743";
}

.ti-fill.ti-direction-arrows:before {
  content: "𐃊";
}

.ti-fill.ti-direction-sign:before {
  content: "\f745";
}

.ti-fill.ti-directions:before {
  content: "𐀿";
}

.ti-fill.ti-disc:before {
  content: "𐀾";
}

.ti-fill.ti-discount:before {
  content: "𐀽";
}

.ti-fill.ti-dots:before {
  content: "𐇝";
}

.ti-fill.ti-dots-vertical:before {
  content: "𐇞";
}

.ti-fill.ti-download:before {
  content: "𐇜";
}

.ti-fill.ti-drop-circle:before {
  content: "𐄷";
}

.ti-fill.ti-droplet:before {
  content: "\ee80";
}

.ti-fill.ti-droplet-half:before {
  content: "\f6c5";
}

.ti-fill.ti-droplet-half-2:before {
  content: "ﭬ";
}

.ti-fill.ti-droplets:before {
  content: "𐃉";
}

.ti-fill.ti-dual-screen:before {
  content: "𐄶";
}

.ti-fill.ti-dumpling:before {
  content: "𐄵";
}

.ti-fill.ti-ease-in-control-point:before {
  content: "𐅴";
}

.ti-fill.ti-ease-in-out-control-points:before {
  content: "𐅳";
}

.ti-fill.ti-ease-out-control-point:before {
  content: "𐅲";
}

.ti-fill.ti-edit:before {
  content: "𐇛";
}

.ti-fill.ti-egg:before {
  content: "\f678";
}

.ti-fill.ti-egg-cracked:before {
  content: "𐀒";
}

.ti-fill.ti-egg-fried:before {
  content: "𐄴";
}

.ti-fill.ti-elevator:before {
  content: "𐀼";
}

.ti-fill.ti-engine:before {
  content: "𐃼";
}

.ti-fill.ti-escalator:before {
  content: "𐄱";
}

.ti-fill.ti-escalator-down:before {
  content: "𐄳";
}

.ti-fill.ti-escalator-up:before {
  content: "𐄲";
}

.ti-fill.ti-exchange:before {
  content: "𐄰";
}

.ti-fill.ti-exclamation-circle:before {
  content: "｢";
}

.ti-fill.ti-explicit:before {
  content: "𐄯";
}

.ti-fill.ti-exposure:before {
  content: "𐄤";
}

.ti-fill.ti-external-link:before {
  content: "𐇚";
}

.ti-fill.ti-eye:before {
  content: "\f679";
}

.ti-fill.ti-eye-table:before {
  content: "𐄣";
}

.ti-fill.ti-eyeglass:before {
  content: "𐃈";
}

.ti-fill.ti-eyeglass-2:before {
  content: "𐄢";
}

.ti-fill.ti-face-mask:before {
  content: "𐄡";
}

.ti-fill.ti-favicon:before {
  content: "𐁱";
}

.ti-fill.ti-feather:before {
  content: "𐀑";
}

.ti-fill.ti-fence:before {
  content: "𐄠";
}

.ti-fill.ti-ferry:before {
  content: "𐃻";
}

.ti-fill.ti-fidget-spinner:before {
  content: "𐄟";
}

.ti-fill.ti-file:before {
  content: "\f747";
}

.ti-fill.ti-file-analytics:before {
  content: "𐅱";
}

.ti-fill.ti-file-check:before {
  content: "𐄮";
}

.ti-fill.ti-file-code:before {
  content: "𐅰";
}

.ti-fill.ti-file-code-2:before {
  content: "𐄭";
}

.ti-fill.ti-file-cv:before {
  content: "𐄬";
}

.ti-fill.ti-file-delta:before {
  content: "𐄫";
}

.ti-fill.ti-file-description:before {
  content: "𐄞";
}

.ti-fill.ti-file-diff:before {
  content: "𐅯";
}

.ti-fill.ti-file-digit:before {
  content: "𐄝";
}

.ti-fill.ti-file-dollar:before {
  content: "𐆛";
}

.ti-fill.ti-file-dots:before {
  content: "𐅮";
}

.ti-fill.ti-file-download:before {
  content: "𐄪";
}

.ti-fill.ti-file-euro:before {
  content: "𐆚";
}

.ti-fill.ti-file-function:before {
  content: "𐅭";
}

.ti-fill.ti-file-horizontal:before {
  content: "𐄜";
}

.ti-fill.ti-file-info:before {
  content: "𐅬";
}

.ti-fill.ti-file-invoice:before {
  content: "𐄛";
}

.ti-fill.ti-file-lambda:before {
  content: "𐄩";
}

.ti-fill.ti-file-minus:before {
  content: "𐄚";
}

.ti-fill.ti-file-music:before {
  content: "𐆙";
}

.ti-fill.ti-file-neutral:before {
  content: "𐄙";
}

.ti-fill.ti-file-pencil:before {
  content: "𐆘";
}

.ti-fill.ti-file-percent:before {
  content: "𐄨";
}

.ti-fill.ti-file-phone:before {
  content: "𐄧";
}

.ti-fill.ti-file-power:before {
  content: "𐄘";
}

.ti-fill.ti-file-rss:before {
  content: "𐄦";
}

.ti-fill.ti-file-sad:before {
  content: "𐄗";
}

.ti-fill.ti-file-scissors:before {
  content: "𐆗";
}

.ti-fill.ti-file-settings:before {
  content: "𐆖";
}

.ti-fill.ti-file-signal:before {
  content: "𐆕";
}

.ti-fill.ti-file-smile:before {
  content: "𐄖";
}

.ti-fill.ti-file-star:before {
  content: "𐄕";
}

.ti-fill.ti-file-text:before {
  content: "𐄔";
}

.ti-fill.ti-file-time:before {
  content: "𐆔";
}

.ti-fill.ti-file-typography:before {
  content: "𐅫";
}

.ti-fill.ti-file-unknown:before {
  content: "𐆓";
}

.ti-fill.ti-file-upload:before {
  content: "𐆒";
}

.ti-fill.ti-file-vector:before {
  content: "𐆑";
}

.ti-fill.ti-file-x:before {
  content: "\f748";
}

.ti-fill.ti-files:before {
  content: "𐆐";
}

.ti-fill.ti-filter:before {
  content: "ﰧ";
}

.ti-fill.ti-filters:before {
  content: "𐃇";
}

.ti-fill.ti-fish-bone:before {
  content: "𐄋";
}

.ti-fill.ti-flag:before {
  content: "\f67a";
}

.ti-fill.ti-flag-2:before {
  content: "\f707";
}

.ti-fill.ti-flag-3:before {
  content: "\f708";
}

.ti-fill.ti-flame:before {
  content: "𐃆";
}

.ti-fill.ti-flare:before {
  content: "𐃅";
}

.ti-fill.ti-flask:before {
  content: "ﴓ";
}

.ti-fill.ti-flask-2:before {
  content: "ﴒ";
}

.ti-fill.ti-flower:before {
  content: "𐀐";
}

.ti-fill.ti-folder:before {
  content: "\f749";
}

.ti-fill.ti-folder-open:before {
  content: "𐇃";
}

.ti-fill.ti-folders:before {
  content: "𐃄";
}

.ti-fill.ti-forbid:before {
  content: "ﰩ";
}

.ti-fill.ti-forbid-2:before {
  content: "ﰨ";
}

.ti-fill.ti-fountain:before {
  content: "ﰪ";
}

.ti-fill.ti-function:before {
  content: "ﰫ";
}

.ti-fill.ti-garden-cart:before {
  content: "𐃃";
}

.ti-fill.ti-gas-station:before {
  content: "𐃺";
}

.ti-fill.ti-gauge:before {
  content: "ﰬ";
}

.ti-fill.ti-ghost:before {
  content: "\f74b";
}

.ti-fill.ti-ghost-2:before {
  content: "\f74a";
}

.ti-fill.ti-ghost-3:before {
  content: "𐂤";
}

.ti-fill.ti-gift:before {
  content: "ﴔ";
}

.ti-fill.ti-gift-card:before {
  content: "ﰭ";
}

.ti-fill.ti-glass:before {
  content: "𐀏";
}

.ti-fill.ti-glass-full:before {
  content: "ﰮ";
}

.ti-fill.ti-globe:before {
  content: "ﰯ";
}

.ti-fill.ti-golf:before {
  content: "𐂣";
}

.ti-fill.ti-gps:before {
  content: "﹈";
}

.ti-fill.ti-graph:before {
  content: "ﴕ";
}

.ti-fill.ti-grid-pattern:before {
  content: "𐃂";
}

.ti-fill.ti-guitar-pick:before {
  content: "\f67b";
}

.ti-fill.ti-hanger-2:before {
  content: "｡";
}

.ti-fill.ti-headphones:before {
  content: "屮";
}

.ti-fill.ti-headset:before {
  content: "𐇙";
}

.ti-fill.ti-heart:before {
  content: "\f67c";
}

.ti-fill.ti-heart-broken:before {
  content: "𐅪";
}

.ti-fill.ti-helicopter:before {
  content: "𐃹";
}

.ti-fill.ti-helicopter-landing:before {
  content: "𐃁";
}

.ti-fill.ti-help:before {
  content: "𐇘";
}

.ti-fill.ti-help-circle:before {
  content: "悔";
}

.ti-fill.ti-help-hexagon:before {
  content: "慨";
}

.ti-fill.ti-help-octagon:before {
  content: "憎";
}

.ti-fill.ti-help-square:before {
  content: "懲";
}

.ti-fill.ti-help-square-rounded:before {
  content: "敏";
}

.ti-fill.ti-help-triangle:before {
  content: "既";
}

.ti-fill.ti-hexagon:before {
  content: "\f67d";
}

.ti-fill.ti-hexagon-letter-a:before {
  content: "﹇";
}

.ti-fill.ti-hexagon-letter-b:before {
  content: "﹆";
}

.ti-fill.ti-hexagon-letter-c:before {
  content: "﹅";
}

.ti-fill.ti-hexagon-letter-d:before {
  content: "﹄";
}

.ti-fill.ti-hexagon-letter-e:before {
  content: "﹃";
}

.ti-fill.ti-hexagon-letter-f:before {
  content: "﹂";
}

.ti-fill.ti-hexagon-letter-g:before {
  content: "﹁";
}

.ti-fill.ti-hexagon-letter-h:before {
  content: "﹀";
}

.ti-fill.ti-hexagon-letter-i:before {
  content: "︿";
}

.ti-fill.ti-hexagon-letter-j:before {
  content: "︾";
}

.ti-fill.ti-hexagon-letter-k:before {
  content: "︽";
}

.ti-fill.ti-hexagon-letter-l:before {
  content: "︼";
}

.ti-fill.ti-hexagon-letter-m:before {
  content: "︻";
}

.ti-fill.ti-hexagon-letter-n:before {
  content: "︺";
}

.ti-fill.ti-hexagon-letter-o:before {
  content: "︹";
}

.ti-fill.ti-hexagon-letter-p:before {
  content: "︸";
}

.ti-fill.ti-hexagon-letter-q:before {
  content: "︷";
}

.ti-fill.ti-hexagon-letter-r:before {
  content: "︶";
}

.ti-fill.ti-hexagon-letter-s:before {
  content: "︵";
}

.ti-fill.ti-hexagon-letter-t:before {
  content: "︴";
}

.ti-fill.ti-hexagon-letter-u:before {
  content: "︳";
}

.ti-fill.ti-hexagon-letter-v:before {
  content: "︲";
}

.ti-fill.ti-hexagon-letter-w:before {
  content: "︱";
}

.ti-fill.ti-hexagon-letter-x:before {
  content: "︰";
}

.ti-fill.ti-hexagon-letter-y:before {
  content: "︯";
}

.ti-fill.ti-hexagon-letter-z:before {
  content: "︮";
}

.ti-fill.ti-hexagon-minus:before {
  content: "︭";
}

.ti-fill.ti-hexagon-number-0:before {
  content: "\f74c";
}

.ti-fill.ti-hexagon-number-1:before {
  content: "\f74d";
}

.ti-fill.ti-hexagon-number-2:before {
  content: "\f74e";
}

.ti-fill.ti-hexagon-number-3:before {
  content: "\f74f";
}

.ti-fill.ti-hexagon-number-4:before {
  content: "\f750";
}

.ti-fill.ti-hexagon-number-5:before {
  content: "\f751";
}

.ti-fill.ti-hexagon-number-6:before {
  content: "\f752";
}

.ti-fill.ti-hexagon-number-7:before {
  content: "\f753";
}

.ti-fill.ti-hexagon-number-8:before {
  content: "\f754";
}

.ti-fill.ti-hexagon-number-9:before {
  content: "\f755";
}

.ti-fill.ti-hexagon-plus:before {
  content: "︬";
}

.ti-fill.ti-home:before {
  content: "︫";
}

.ti-fill.ti-home-2:before {
  content: "𐇗";
}

.ti-fill.ti-hospital-circle:before {
  content: "ﻒ";
}

.ti-fill.ti-hourglass:before {
  content: "\f756";
}

.ti-fill.ti-icons:before {
  content: "𐁰";
}

.ti-fill.ti-id:before {
  content: "𐇖";
}

.ti-fill.ti-info-circle:before {
  content: "\f6d8";
}

.ti-fill.ti-info-hexagon:before {
  content: "暑";
}

.ti-fill.ti-info-octagon:before {
  content: "梅";
}

.ti-fill.ti-info-square:before {
  content: "海";
}

.ti-fill.ti-info-square-rounded:before {
  content: "\f6d9";
}

.ti-fill.ti-info-triangle:before {
  content: "渚";
}

.ti-fill.ti-inner-shadow-bottom:before {
  content: "\f757";
}

.ti-fill.ti-inner-shadow-bottom-left:before {
  content: "\f758";
}

.ti-fill.ti-inner-shadow-bottom-right:before {
  content: "\f759";
}

.ti-fill.ti-inner-shadow-left:before {
  content: "\f75a";
}

.ti-fill.ti-inner-shadow-right:before {
  content: "\f75b";
}

.ti-fill.ti-inner-shadow-top:before {
  content: "\f75c";
}

.ti-fill.ti-inner-shadow-top-left:before {
  content: "\f75d";
}

.ti-fill.ti-inner-shadow-top-right:before {
  content: "\f75e";
}

.ti-fill.ti-ironing:before {
  content: "︪";
}

.ti-fill.ti-ironing-1:before {
  content: "𐁯";
}

.ti-fill.ti-ironing-2:before {
  content: "𐁮";
}

.ti-fill.ti-ironing-3:before {
  content: "𐁭";
}

.ti-fill.ti-ironing-steam:before {
  content: "𐁬";
}

.ti-fill.ti-jetpack:before {
  content: "︩";
}

.ti-fill.ti-jewish-star:before {
  content: "\f67e";
}

.ti-fill.ti-key:before {
  content: "︨";
}

.ti-fill.ti-keyboard:before {
  content: "𐂢";
}

.ti-fill.ti-keyframe:before {
  content: "ﰳ";
}

.ti-fill.ti-keyframe-align-center:before {
  content: "ﰰ";
}

.ti-fill.ti-keyframe-align-horizontal:before {
  content: "ﰱ";
}

.ti-fill.ti-keyframe-align-vertical:before {
  content: "ﰲ";
}

.ti-fill.ti-keyframes:before {
  content: "ﰴ";
}

.ti-fill.ti-label:before {
  content: "ａ";
}

.ti-fill.ti-label-important:before {
  content: "｠";
}

.ti-fill.ti-lasso-polygon:before {
  content: "｟";
}

.ti-fill.ti-laurel-wreath:before {
  content: "𐃀";
}

.ti-fill.ti-laurel-wreath-1:before {
  content: "𐅩";
}

.ti-fill.ti-laurel-wreath-2:before {
  content: "𐅨";
}

.ti-fill.ti-laurel-wreath-3:before {
  content: "𐅧";
}

.ti-fill.ti-layout:before {
  content: "︗";
}

.ti-fill.ti-layout-2:before {
  content: "︧";
}

.ti-fill.ti-layout-align-bottom:before {
  content: "︦";
}

.ti-fill.ti-layout-align-center:before {
  content: "︥";
}

.ti-fill.ti-layout-align-left:before {
  content: "︤";
}

.ti-fill.ti-layout-align-middle:before {
  content: "︣";
}

.ti-fill.ti-layout-align-right:before {
  content: "︢";
}

.ti-fill.ti-layout-align-top:before {
  content: "︡";
}

.ti-fill.ti-layout-board:before {
  content: "𐆂";
}

.ti-fill.ti-layout-board-split:before {
  content: "𐆃";
}

.ti-fill.ti-layout-bottombar:before {
  content: "ﰷ";
}

.ti-fill.ti-layout-bottombar-collapse:before {
  content: "ﰵ";
}

.ti-fill.ti-layout-bottombar-expand:before {
  content: "ﰶ";
}

.ti-fill.ti-layout-cards:before {
  content: "︠";
}

.ti-fill.ti-layout-dashboard:before {
  content: "︟";
}

.ti-fill.ti-layout-distribute-horizontal:before {
  content: "︞";
}

.ti-fill.ti-layout-distribute-vertical:before {
  content: "︝";
}

.ti-fill.ti-layout-grid:before {
  content: "︜";
}

.ti-fill.ti-layout-kanban:before {
  content: "︛";
}

.ti-fill.ti-layout-list:before {
  content: "︚";
}

.ti-fill.ti-layout-navbar:before {
  content: "ﰺ";
}

.ti-fill.ti-layout-navbar-collapse:before {
  content: "ﰸ";
}

.ti-fill.ti-layout-navbar-expand:before {
  content: "ﰹ";
}

.ti-fill.ti-layout-sidebar:before {
  content: "︘";
}

.ti-fill.ti-layout-sidebar-left-collapse:before {
  content: "ﰻ";
}

.ti-fill.ti-layout-sidebar-left-expand:before {
  content: "ﰼ";
}

.ti-fill.ti-layout-sidebar-right:before {
  content: "︙";
}

.ti-fill.ti-layout-sidebar-right-collapse:before {
  content: "ﰽ";
}

.ti-fill.ti-layout-sidebar-right-expand:before {
  content: "ﰾ";
}

.ti-fill.ti-leaf:before {
  content: "𐇂";
}

.ti-fill.ti-lego:before {
  content: "︖";
}

.ti-fill.ti-lemon-2:before {
  content: "𐂿";
}

.ti-fill.ti-library:before {
  content: "𐆀";
}

.ti-fill.ti-library-plus:before {
  content: "𐆁";
}

.ti-fill.ti-lifebuoy:before {
  content: "𐂾";
}

.ti-fill.ti-link:before {
  content: "𐇕";
}

.ti-fill.ti-list:before {
  content: "𐇒";
}

.ti-fill.ti-list-check:before {
  content: "𐇔";
}

.ti-fill.ti-list-details:before {
  content: "𐇓";
}

.ti-fill.ti-live-photo:before {
  content: "ﻑ";
}

.ti-fill.ti-live-view:before {
  content: "𐂡";
}

.ti-fill.ti-location:before {
  content: "\f67f";
}

.ti-fill.ti-lock:before {
  content: "︕";
}

.ti-fill.ti-lock-square-rounded:before {
  content: "\f6da";
}

.ti-fill.ti-lungs:before {
  content: "︔";
}

.ti-fill.ti-macro:before {
  content: "︓";
}

.ti-fill.ti-magnet:before {
  content: "︒";
}

.ti-fill.ti-mail:before {
  content: "漢";
}

.ti-fill.ti-mail-opened:before {
  content: "煮";
}

.ti-fill.ti-man:before {
  content: "︑";
}

.ti-fill.ti-manual-gearbox:before {
  content: "︐";
}

.ti-fill.ti-map-pin:before {
  content: "\f680";
}

.ti-fill.ti-medical-cross:before {
  content: "\f681";
}

.ti-fill.ti-meeple:before {
  content: "𐂠";
}

.ti-fill.ti-melon:before {
  content: "𐀎";
}

.ti-fill.ti-menu-2:before {
  content: "𐇑";
}

.ti-fill.ti-message:before {
  content: "ﻍ";
}

.ti-fill.ti-message-2:before {
  content: "𐂟";
}

.ti-fill.ti-message-chatbot:before {
  content: "ﻐ";
}

.ti-fill.ti-message-circle:before {
  content: "ﻏ";
}

.ti-fill.ti-message-report:before {
  content: "ﻎ";
}

.ti-fill.ti-messages:before {
  content: "𐇐";
}

.ti-fill.ti-meteor:before {
  content: "𐀍";
}

.ti-fill.ti-michelin-star:before {
  content: "𐀌";
}

.ti-fill.ti-mickey:before {
  content: "\f683";
}

.ti-fill.ti-microphone:before {
  content: "️";
}

.ti-fill.ti-microscope:before {
  content: "𐅦";
}

.ti-fill.ti-microwave:before {
  content: "︎";
}

.ti-fill.ti-military-rank:before {
  content: "～";
}

.ti-fill.ti-milk:before {
  content: "𐀋";
}

.ti-fill.ti-mood-angry:before {
  content: "＊";
}

.ti-fill.ti-mood-confused:before {
  content: "\f7f2";
}

.ti-fill.ti-mood-crazy-happy:before {
  content: "）";
}

.ti-fill.ti-mood-empty:before {
  content: "\f7f3";
}

.ti-fill.ti-mood-happy:before {
  content: "\f7f4";
}

.ti-fill.ti-mood-kid:before {
  content: "\f7f5";
}

.ti-fill.ti-mood-neutral:before {
  content: "\f7f6";
}

.ti-fill.ti-mood-sad:before {
  content: "\f7f7";
}

.ti-fill.ti-mood-smile:before {
  content: "\f7f8";
}

.ti-fill.ti-mood-wrrr:before {
  content: "（";
}

.ti-fill.ti-moon:before {
  content: "\f684";
}

.ti-fill.ti-motorbike:before {
  content: "𐃸";
}

.ti-fill.ti-mountain:before {
  content: "𐀊";
}

.ti-fill.ti-mouse:before {
  content: "אָ";
}

.ti-fill.ti-mug:before {
  content: "𐀉";
}

.ti-fill.ti-mushroom:before {
  content: "\f7f9";
}

.ti-fill.ti-navigation:before {
  content: "\f685";
}

.ti-fill.ti-nurse:before {
  content: "𐂞";
}

.ti-fill.ti-octagon:before {
  content: "\f686";
}

.ti-fill.ti-octagon-minus:before {
  content: "𐅿";
}

.ti-fill.ti-octagon-plus:before {
  content: "𐅾";
}

.ti-fill.ti-oval:before {
  content: "\f687";
}

.ti-fill.ti-oval-vertical:before {
  content: "\f688";
}

.ti-fill.ti-pacman:before {
  content: "𐇁";
}

.ti-fill.ti-paint:before {
  content: "\f75f";
}

.ti-fill.ti-palette:before {
  content: "𐂝";
}

.ti-fill.ti-panorama-horizontal:before {
  content: "ﻌ";
}

.ti-fill.ti-panorama-vertical:before {
  content: "ﻋ";
}

.ti-fill.ti-parking-circle:before {
  content: "ﻊ";
}

.ti-fill.ti-paw:before {
  content: "\f689";
}

.ti-fill.ti-pencil:before {
  content: "𐇏";
}

.ti-fill.ti-pennant:before {
  content: "\f68b";
}

.ti-fill.ti-pennant-2:before {
  content: "\f68a";
}

.ti-fill.ti-pentagon:before {
  content: "\f68c";
}

.ti-fill.ti-phone:before {
  content: "爫";
}

.ti-fill.ti-phone-call:before {
  content: "𐇀";
}

.ti-fill.ti-phone-calling:before {
  content: "𐆿";
}

.ti-fill.ti-phone-check:before {
  content: "𐆾";
}

.ti-fill.ti-phone-x:before {
  content: "𐆽";
}

.ti-fill.ti-photo:before {
  content: "琢";
}

.ti-fill.ti-picture-in-picture:before {
  content: "ﻁ";
}

.ti-fill.ti-picture-in-picture-top:before {
  content: "ﻂ";
}

.ti-fill.ti-pig:before {
  content: "𐄊";
}

.ti-fill.ti-pill:before {
  content: "＇";
}

.ti-fill.ti-pin:before {
  content: "\f68d";
}

.ti-fill.ti-pinned:before {
  content: "\f68e";
}

.ti-fill.ti-pizza:before {
  content: "𐀈";
}

.ti-fill.ti-plane:before {
  content: "𐆹";
}

.ti-fill.ti-plane-arrival:before {
  content: "𐆼";
}

.ti-fill.ti-plane-departure:before {
  content: "𐆻";
}

.ti-fill.ti-plane-tilt:before {
  content: "𐆺";
}

.ti-fill.ti-play-card:before {
  content: "𐆸";
}

.ti-fill.ti-play-card-1:before {
  content: "𐂃";
}

.ti-fill.ti-play-card-10:before {
  content: "𐂂";
}

.ti-fill.ti-play-card-2:before {
  content: "𐂁";
}

.ti-fill.ti-play-card-3:before {
  content: "𐂀";
}

.ti-fill.ti-play-card-4:before {
  content: "𐁿";
}

.ti-fill.ti-play-card-5:before {
  content: "𐁾";
}

.ti-fill.ti-play-card-6:before {
  content: "𐁽";
}

.ti-fill.ti-play-card-7:before {
  content: "𐁼";
}

.ti-fill.ti-play-card-8:before {
  content: "𐁻";
}

.ti-fill.ti-play-card-9:before {
  content: "𐁺";
}

.ti-fill.ti-play-card-a:before {
  content: "𐁹";
}

.ti-fill.ti-play-card-j:before {
  content: "𐁸";
}

.ti-fill.ti-play-card-k:before {
  content: "𐁷";
}

.ti-fill.ti-play-card-q:before {
  content: "𐁶";
}

.ti-fill.ti-play-card-star:before {
  content: "𐁵";
}

.ti-fill.ti-player-eject:before {
  content: "\f68f";
}

.ti-fill.ti-player-pause:before {
  content: "\f690";
}

.ti-fill.ti-player-play:before {
  content: "\f691";
}

.ti-fill.ti-player-record:before {
  content: "\f692";
}

.ti-fill.ti-player-skip-back:before {
  content: "\f693";
}

.ti-fill.ti-player-skip-forward:before {
  content: "\f694";
}

.ti-fill.ti-player-stop:before {
  content: "\f695";
}

.ti-fill.ti-player-track-next:before {
  content: "\f696";
}

.ti-fill.ti-player-track-prev:before {
  content: "\f697";
}

.ti-fill.ti-playlist:before {
  content: "𐆷";
}

.ti-fill.ti-plus:before {
  content: "𐇎";
}

.ti-fill.ti-point:before {
  content: "\f698";
}

.ti-fill.ti-pointer:before {
  content: "אּ";
}

.ti-fill.ti-polaroid:before {
  content: "碑";
}

.ti-fill.ti-poo:before {
  content: "ﻉ";
}

.ti-fill.ti-presentation:before {
  content: "｜";
}

.ti-fill.ti-presentation-analytics:before {
  content: "｝";
}

.ti-fill.ti-puzzle:before {
  content: "\f699";
}

.ti-fill.ti-quote:before {
  content: "𐂜";
}

.ti-fill.ti-radar:before {
  content: "︍";
}

.ti-fill.ti-radioactive:before {
  content: "\f760";
}

.ti-fill.ti-receipt:before {
  content: "＆";
}

.ti-fill.ti-receipt-dollar:before {
  content: "𐅽";
}

.ti-fill.ti-receipt-euro:before {
  content: "𐅼";
}

.ti-fill.ti-receipt-pound:before {
  content: "𐅻";
}

.ti-fill.ti-receipt-rupee:before {
  content: "𐅺";
}

.ti-fill.ti-receipt-yen:before {
  content: "𐅹";
}

.ti-fill.ti-receipt-yuan:before {
  content: "𐅸";
}

.ti-fill.ti-rectangle:before {
  content: "\f69a";
}

.ti-fill.ti-rectangle-vertical:before {
  content: "\f69b";
}

.ti-fill.ti-registered:before {
  content: "𐆏";
}

.ti-fill.ti-relation-many-to-many:before {
  content: "︌";
}

.ti-fill.ti-relation-one-to-many:before {
  content: "︋";
}

.ti-fill.ti-relation-one-to-one:before {
  content: "︊";
}

.ti-fill.ti-replace:before {
  content: "\f69c";
}

.ti-fill.ti-report-analytics:before {
  content: "𐆶";
}

.ti-fill.ti-report-money:before {
  content: "𐆵";
}

.ti-fill.ti-rollercoaster:before {
  content: "𐃷";
}

.ti-fill.ti-rosette:before {
  content: "\f69d";
}

.ti-fill.ti-rosette-discount:before {
  content: "％";
}

.ti-fill.ti-rosette-discount-check:before {
  content: "\f746";
}

.ti-fill.ti-salad:before {
  content: "𐀇";
}

.ti-fill.ti-satellite:before {
  content: "𐆴";
}

.ti-fill.ti-scale:before {
  content: "𐇍";
}

.ti-fill.ti-school:before {
  content: "𐇌";
}

.ti-fill.ti-scuba-diving-tank:before {
  content: "＄";
}

.ti-fill.ti-search:before {
  content: "𐇋";
}

.ti-fill.ti-section:before {
  content: "︉";
}

.ti-fill.ti-seedling:before {
  content: "𐀆";
}

.ti-fill.ti-send:before {
  content: "𐇊";
}

.ti-fill.ti-settings:before {
  content: "\f69e";
}

.ti-fill.ti-shield:before {
  content: "\f69f";
}

.ti-fill.ti-shield-check:before {
  content: "\f761";
}

.ti-fill.ti-shield-checkered:before {
  content: "\f762";
}

.ti-fill.ti-shield-half:before {
  content: "\f357";
}

.ti-fill.ti-shield-lock:before {
  content: "\f763";
}

.ti-fill.ti-shirt:before {
  content: "\f6a0";
}

.ti-fill.ti-shopping-cart:before {
  content: "ﰿ";
}

.ti-fill.ti-sign-left:before {
  content: "\f6a1";
}

.ti-fill.ti-sign-right:before {
  content: "\f6a2";
}

.ti-fill.ti-sitemap:before {
  content: "𐁫";
}

.ti-fill.ti-sort-ascending-2:before {
  content: "｛";
}

.ti-fill.ti-sort-ascending-shapes:before {
  content: "ｚ";
}

.ti-fill.ti-sort-descending-2:before {
  content: "ｙ";
}

.ti-fill.ti-sort-descending-shapes:before {
  content: "ｘ";
}

.ti-fill.ti-soup:before {
  content: "︈";
}

.ti-fill.ti-spade:before {
  content: "\f6a3";
}

.ti-fill.ti-sparkles:before {
  content: "𐆲";
}

.ti-fill.ti-sparkles-2:before {
  content: "𐆳";
}

.ti-fill.ti-speedboat:before {
  content: "𐃶";
}

.ti-fill.ti-spider:before {
  content: "𐄉";
}

.ti-fill.ti-square:before {
  content: "ﱀ";
}

.ti-fill.ti-square-arrow-down:before {
  content: "בּ";
}

.ti-fill.ti-square-arrow-left:before {
  content: "גּ";
}

.ti-fill.ti-square-arrow-right:before {
  content: "דּ";
}

.ti-fill.ti-square-arrow-up:before {
  content: "הּ";
}

.ti-fill.ti-square-asterisk:before {
  content: "וּ";
}

.ti-fill.ti-square-check:before {
  content: "\f76d";
}

.ti-fill.ti-square-chevron-down:before {
  content: "זּ";
}

.ti-fill.ti-square-chevron-left:before {
  content: "﬷";
}

.ti-fill.ti-square-chevron-right:before {
  content: "טּ";
}

.ti-fill.ti-square-chevron-up:before {
  content: "יּ";
}

.ti-fill.ti-square-chevrons-down:before {
  content: "ךּ";
}

.ti-fill.ti-square-chevrons-left:before {
  content: "כּ";
}

.ti-fill.ti-square-chevrons-right:before {
  content: "לּ";
}

.ti-fill.ti-square-chevrons-up:before {
  content: "﬽";
}

.ti-fill.ti-square-dot:before {
  content: "מּ";
}

.ti-fill.ti-square-f0:before {
  content: "\f76e";
}

.ti-fill.ti-square-f1:before {
  content: "\f76f";
}

.ti-fill.ti-square-f2:before {
  content: "\f770";
}

.ti-fill.ti-square-f3:before {
  content: "\f771";
}

.ti-fill.ti-square-f4:before {
  content: "\f772";
}

.ti-fill.ti-square-f5:before {
  content: "\f773";
}

.ti-fill.ti-square-f6:before {
  content: "\f774";
}

.ti-fill.ti-square-f7:before {
  content: "\f775";
}

.ti-fill.ti-square-f8:before {
  content: "\f776";
}

.ti-fill.ti-square-f9:before {
  content: "\f777";
}

.ti-fill.ti-square-letter-a:before {
  content: "︇";
}

.ti-fill.ti-square-letter-b:before {
  content: "︆";
}

.ti-fill.ti-square-letter-c:before {
  content: "︅";
}

.ti-fill.ti-square-letter-d:before {
  content: "︄";
}

.ti-fill.ti-square-letter-e:before {
  content: "︃";
}

.ti-fill.ti-square-letter-f:before {
  content: "︂";
}

.ti-fill.ti-square-letter-g:before {
  content: "︁";
}

.ti-fill.ti-square-letter-h:before {
  content: "︀";
}

.ti-fill.ti-square-letter-i:before {
  content: "﷿";
}

.ti-fill.ti-square-letter-j:before {
  content: "﷾";
}

.ti-fill.ti-square-letter-k:before {
  content: "﷽";
}

.ti-fill.ti-square-letter-l:before {
  content: "﷼";
}

.ti-fill.ti-square-letter-m:before {
  content: "ﷻ";
}

.ti-fill.ti-square-letter-n:before {
  content: "ﷺ";
}

.ti-fill.ti-square-letter-o:before {
  content: "ﷹ";
}

.ti-fill.ti-square-letter-p:before {
  content: "ﷸ";
}

.ti-fill.ti-square-letter-q:before {
  content: "ﷷ";
}

.ti-fill.ti-square-letter-r:before {
  content: "ﷶ";
}

.ti-fill.ti-square-letter-s:before {
  content: "ﷵ";
}

.ti-fill.ti-square-letter-t:before {
  content: "ﷴ";
}

.ti-fill.ti-square-letter-u:before {
  content: "ﷳ";
}

.ti-fill.ti-square-letter-v:before {
  content: "ﷲ";
}

.ti-fill.ti-square-letter-w:before {
  content: "ﷱ";
}

.ti-fill.ti-square-letter-x:before {
  content: "ﷰ";
}

.ti-fill.ti-square-letter-y:before {
  content: "﷯";
}

.ti-fill.ti-square-letter-z:before {
  content: "﷮";
}

.ti-fill.ti-square-minus:before {
  content: "﬿";
}

.ti-fill.ti-square-number-0:before {
  content: "\f764";
}

.ti-fill.ti-square-number-1:before {
  content: "\f765";
}

.ti-fill.ti-square-number-2:before {
  content: "\f7fa";
}

.ti-fill.ti-square-number-3:before {
  content: "\f766";
}

.ti-fill.ti-square-number-4:before {
  content: "\f767";
}

.ti-fill.ti-square-number-5:before {
  content: "\f768";
}

.ti-fill.ti-square-number-6:before {
  content: "\f769";
}

.ti-fill.ti-square-number-7:before {
  content: "\f76a";
}

.ti-fill.ti-square-number-8:before {
  content: "\f76b";
}

.ti-fill.ti-square-number-9:before {
  content: "\f76c";
}

.ti-fill.ti-square-rotated:before {
  content: "\f6a4";
}

.ti-fill.ti-square-rounded:before {
  content: "\f6a5";
}

.ti-fill.ti-square-rounded-arrow-down:before {
  content: "\f6db";
}

.ti-fill.ti-square-rounded-arrow-left:before {
  content: "\f6dc";
}

.ti-fill.ti-square-rounded-arrow-right:before {
  content: "\f6dd";
}

.ti-fill.ti-square-rounded-arrow-up:before {
  content: "\f6de";
}

.ti-fill.ti-square-rounded-check:before {
  content: "\f6df";
}

.ti-fill.ti-square-rounded-chevron-down:before {
  content: "\f6e0";
}

.ti-fill.ti-square-rounded-chevron-left:before {
  content: "\f6e1";
}

.ti-fill.ti-square-rounded-chevron-right:before {
  content: "\f6e2";
}

.ti-fill.ti-square-rounded-chevron-up:before {
  content: "\f6e3";
}

.ti-fill.ti-square-rounded-chevrons-down:before {
  content: "\f6e4";
}

.ti-fill.ti-square-rounded-chevrons-left:before {
  content: "\f6e5";
}

.ti-fill.ti-square-rounded-chevrons-right:before {
  content: "\f6e6";
}

.ti-fill.ti-square-rounded-chevrons-up:before {
  content: "\f6e7";
}

.ti-fill.ti-square-rounded-letter-a:before {
  content: "﷭";
}

.ti-fill.ti-square-rounded-letter-b:before {
  content: "﷬";
}

.ti-fill.ti-square-rounded-letter-c:before {
  content: "﷫";
}

.ti-fill.ti-square-rounded-letter-d:before {
  content: "﷪";
}

.ti-fill.ti-square-rounded-letter-e:before {
  content: "﷩";
}

.ti-fill.ti-square-rounded-letter-f:before {
  content: "﷨";
}

.ti-fill.ti-square-rounded-letter-g:before {
  content: "﷧";
}

.ti-fill.ti-square-rounded-letter-h:before {
  content: "﷦";
}

.ti-fill.ti-square-rounded-letter-i:before {
  content: "﷥";
}

.ti-fill.ti-square-rounded-letter-j:before {
  content: "﷤";
}

.ti-fill.ti-square-rounded-letter-k:before {
  content: "﷣";
}

.ti-fill.ti-square-rounded-letter-l:before {
  content: "﷢";
}

.ti-fill.ti-square-rounded-letter-m:before {
  content: "﷡";
}

.ti-fill.ti-square-rounded-letter-n:before {
  content: "﷠";
}

.ti-fill.ti-square-rounded-letter-o:before {
  content: "﷟";
}

.ti-fill.ti-square-rounded-letter-p:before {
  content: "﷞";
}

.ti-fill.ti-square-rounded-letter-q:before {
  content: "﷝";
}

.ti-fill.ti-square-rounded-letter-r:before {
  content: "﷜";
}

.ti-fill.ti-square-rounded-letter-s:before {
  content: "﷛";
}

.ti-fill.ti-square-rounded-letter-t:before {
  content: "﷚";
}

.ti-fill.ti-square-rounded-letter-u:before {
  content: "﷙";
}

.ti-fill.ti-square-rounded-letter-v:before {
  content: "﷘";
}

.ti-fill.ti-square-rounded-letter-w:before {
  content: "﷗";
}

.ti-fill.ti-square-rounded-letter-x:before {
  content: "﷖";
}

.ti-fill.ti-square-rounded-letter-y:before {
  content: "﷕";
}

.ti-fill.ti-square-rounded-letter-z:before {
  content: "﷔";
}

.ti-fill.ti-square-rounded-minus:before {
  content: "נּ";
}

.ti-fill.ti-square-rounded-number-0:before {
  content: "\f778";
}

.ti-fill.ti-square-rounded-number-1:before {
  content: "\f779";
}

.ti-fill.ti-square-rounded-number-2:before {
  content: "\f77a";
}

.ti-fill.ti-square-rounded-number-3:before {
  content: "\f77b";
}

.ti-fill.ti-square-rounded-number-4:before {
  content: "\f77c";
}

.ti-fill.ti-square-rounded-number-5:before {
  content: "\f77d";
}

.ti-fill.ti-square-rounded-number-6:before {
  content: "\f77e";
}

.ti-fill.ti-square-rounded-number-7:before {
  content: "\f77f";
}

.ti-fill.ti-square-rounded-number-8:before {
  content: "\f780";
}

.ti-fill.ti-square-rounded-number-9:before {
  content: "\f781";
}

.ti-fill.ti-square-rounded-plus:before {
  content: "\f6e8";
}

.ti-fill.ti-square-rounded-x:before {
  content: "\f6e9";
}

.ti-fill.ti-square-x:before {
  content: "סּ";
}

.ti-fill.ti-squares:before {
  content: "ﺟ";
}

.ti-fill.ti-stack:before {
  content: "﷑";
}

.ti-fill.ti-stack-2:before {
  content: "﷓";
}

.ti-fill.ti-stack-3:before {
  content: "﷒";
}

.ti-fill.ti-star:before {
  content: "\f6a6";
}

.ti-fill.ti-star-half:before {
  content: "\f6a7";
}

.ti-fill.ti-stars:before {
  content: "\f6a8";
}

.ti-fill.ti-steering-wheel:before {
  content: "＃";
}

.ti-fill.ti-sun:before {
  content: "\f6a9";
}

.ti-fill.ti-sun-high:before {
  content: "𐄈";
}

.ti-fill.ti-sun-low:before {
  content: "𐄇";
}

.ti-fill.ti-sunglasses:before {
  content: "ﻈ";
}

.ti-fill.ti-sunrise:before {
  content: "𐄆";
}

.ti-fill.ti-sunset:before {
  content: "𐄄";
}

.ti-fill.ti-sunset-2:before {
  content: "𐄅";
}

.ti-fill.ti-swipe-down:before {
  content: "ｗ";
}

.ti-fill.ti-swipe-left:before {
  content: "ｖ";
}

.ti-fill.ti-swipe-right:before {
  content: "ｕ";
}

.ti-fill.ti-swipe-up:before {
  content: "ｔ";
}

.ti-fill.ti-table:before {
  content: "\f782";
}

.ti-fill.ti-tag:before {
  content: "＂";
}

.ti-fill.ti-tags:before {
  content: "！";
}

.ti-fill.ti-temperature-minus:before {
  content: "𐄃";
}

.ti-fill.ti-temperature-plus:before {
  content: "𐄂";
}

.ti-fill.ti-template:before {
  content: "𐅷";
}

.ti-fill.ti-test-pipe-2:before {
  content: "ｓ";
}

.ti-fill.ti-thumb-down:before {
  content: "\f6aa";
}

.ti-fill.ti-thumb-up:before {
  content: "\f6ab";
}

.ti-fill.ti-ticket:before {
  content: "𐇉";
}

.ti-fill.ti-tilt-shift:before {
  content: "ﻇ";
}

.ti-fill.ti-timeline-event:before {
  content: "ﴘ";
}

.ti-fill.ti-toggle-left:before {
  content: "ﻀ";
}

.ti-fill.ti-toggle-right:before {
  content: "ﺿ";
}

.ti-fill.ti-tools-kitchen-2:before {
  content: "𐇈";
}

.ti-fill.ti-train:before {
  content: "𐃵";
}

.ti-fill.ti-transform:before {
  content: "\f6ac";
}

.ti-fill.ti-transition-bottom:before {
  content: "﷐";
}

.ti-fill.ti-transition-left:before {
  content: "﷏";
}

.ti-fill.ti-transition-right:before {
  content: "﷎";
}

.ti-fill.ti-transition-top:before {
  content: "﷍";
}

.ti-fill.ti-trash:before {
  content: "\f783";
}

.ti-fill.ti-trash-x:before {
  content: "\f784";
}

.ti-fill.ti-triangle:before {
  content: "\f6ad";
}

.ti-fill.ti-triangle-inverted:before {
  content: "\f6ae";
}

.ti-fill.ti-triangle-square-circle:before {
  content: "﭂";
}

.ti-fill.ti-trolley:before {
  content: "𐃴";
}

.ti-fill.ti-trophy:before {
  content: "\f6af";
}

.ti-fill.ti-truck:before {
  content: "𐃳";
}

.ti-fill.ti-ufo:before {
  content: "𐅥";
}

.ti-fill.ti-umbrella:before {
  content: "\f6b0";
}

.ti-fill.ti-user:before {
  content: "ﴙ";
}

.ti-fill.ti-versions:before {
  content: "\f6b1";
}

.ti-fill.ti-video:before {
  content: "𐂛";
}

.ti-fill.ti-video-minus:before {
  content: "𐆎";
}

.ti-fill.ti-video-plus:before {
  content: "𐆍";
}

.ti-fill.ti-windmill:before {
  content: "\f6b2";
}

.ti-fill.ti-windsock:before {
  content: "𐂚";
}

.ti-fill.ti-woman:before {
  content: "﷌";
}

.ti-fill.ti-world:before {
  content: "𐇇";
}

.ti-fill.ti-writing:before {
  content: "𐆋";
}

.ti-fill.ti-writing-sign:before {
  content: "𐆌";
}

.ti-fill.ti-x:before {
  content: "𐇆";
}

.ti-fill.ti-xbox-a:before {
  content: "﷋";
}

.ti-fill.ti-xbox-b:before {
  content: "﷊";
}

.ti-fill.ti-xbox-x:before {
  content: "﷉";
}

.ti-fill.ti-xbox-y:before {
  content: "﷈";
}

.ti-fill.ti-yin-yang:before {
  content: "\f785";
}

.ti-fill.ti-zeppelin:before {
  content: "ﷇ";
}

.ti-fill.ti-zoom:before {
  content: "\f787";
}

.ti-fill.ti-zoom-cancel:before {
  content: "ﷆ";
}

.ti-fill.ti-zoom-check:before {
  content: "\f786";
}

.ti-fill.ti-zoom-code:before {
  content: "ﷅ";
}

.ti-fill.ti-zoom-exclamation:before {
  content: "ﷄ";
}

.ti-fill.ti-zoom-in:before {
  content: "\f789";
}

.ti-fill.ti-zoom-in-area:before {
  content: "\f788";
}

.ti-fill.ti-zoom-money:before {
  content: "ﷃ";
}

.ti-fill.ti-zoom-out:before {
  content: "\f78a";
}

.ti-fill.ti-zoom-out-area:before {
  content: "ﷂ";
}

.ti-fill.ti-zoom-pan:before {
  content: "ﷁ";
}

.ti-fill.ti-zoom-question:before {
  content: "ﷀ";
}

.ti-fill.ti-zoom-scan:before {
  content: "ﶿ";
}

.ti-fill.ti-discount-check:before {
  content: "\f746";
}

.ti-fill.ti-message-circle-2:before {
  content: "ﻏ";
}

.ti-fill.ti-seeding:before {
  content: "𐀆";
}

.fa,
.fas,
.far,
.fal,
.fab,
.fad {
  font-family: var(--icon-font) !important;
  font-size: var(--glyph, var(--glyph-md));
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-angle-right:before {
  content: "\ea61";
}

.fa-arrow-down:before {
  content: "\ea16";
}

.fa-arrow-left:before {
  content: "\ea19";
}

.fa-arrow-up:before {
  content: "\ea25";
}

.fa-arrows-alt:before {
  content: "\f22f";
}

.fa-calendar-alt:before {
  content: "\ea53";
}

.fa-check:before {
  content: "\ea5e";
}

.fa-check-circle:before {
  content: "\ea67";
}

.fa-chevron-down:before {
  content: "\ea5f";
}

.fa-chevron-right:before {
  content: "\ea61";
}

.fa-circle-check:before {
  content: "\ea67";
}

.fa-clock:before {
  content: "\ea70";
}

.fa-cloud:before {
  content: "\ea76";
}

.fa-cloud-slash:before {
  content: "\ed3e";
}

.fa-cloud-upload:before {
  content: "\ea75";
}

.fa-database:before {
  content: "\ea88";
}

.fa-diagram-project:before {
  content: "\eb9d";
}

.fa-exclamation-circle:before {
  content: "\f634";
}

.fa-exclamation-triangle:before {
  content: "\ea06";
}

.fa-expand-alt:before {
  content: "\ea28";
}

.fa-file:before {
  content: "\eaa4";
}

.fa-file-alt:before {
  content: "\eaa2";
}

.fa-file-archive:before {
  content: "\ed4e";
}

.fa-file-audio:before {
  content: "\ea9f";
}

.fa-file-code:before {
  content: "\ebd0";
}

.fa-file-excel:before {
  content: "ﻳ";
}

.fa-file-image:before {
  content: "\eb0a";
}

.fa-file-pdf:before {
  content: "﬐";
}

.fa-file-powerpoint:before {
  content: "ﬓ";
}

.fa-file-video:before {
  content: "\eafa";
}

.fa-file-word:before {
  content: "ﻲ";
}

.fa-folder:before {
  content: "\eaad";
}

.fa-folder-open:before {
  content: "﫷";
}

.fa-folder-plus:before {
  content: "\eaab";
}

.fa-grip-lines:before {
  content: "\ec00";
}

.fa-grip-vertical:before {
  content: "\ec01";
}

.fa-indent:before {
  content: "\eb92";
}

.fa-info:before {
  content: "\eac5";
}

.fa-info-circle:before {
  content: "\eac5";
}

.fa-pen:before {
  content: "\eb04";
}

.fa-pencil:before {
  content: "\eb04";
}

.fa-photo-video:before {
  content: "ﲕ";
}

.fa-plus:before {
  content: "\eb0b";
}

.fa-rocket:before {
  content: "\ec45";
}

.fa-save:before {
  content: "\eb62";
}

.fa-search:before {
  content: "\eb1c";
}

.fa-server:before {
  content: "\eb1f";
}

.fa-siren-on:before {
  content: "\ecc6";
}

.fa-sort-alt:before {
  content: "\eb5a";
}

.fa-spinner-third:before {
  content: "\f226";
}

.fa-times:before {
  content: "\eb55";
}

.fa-tower-broadcast:before {
  content: "\f1e9";
}

.fa-trash-alt:before {
  content: "\eb41";
}

.fa-upload:before {
  content: "\eb47";
}

.fa-2x {
  font-size: 2em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-spin {
  animation: ti-spin 2s linear infinite;
}

html::before {
  content: "";
  position: fixed;
  top: var(--chrome-sticky-bottom);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  background: var(--mark-ink);
  opacity: var(--mark-opacity);
  -webkit-mask-image: url("/assets/themes/default/images/default.sweep.svg"), linear-gradient(105deg, transparent 6%, #000 62%);
  mask-image: url("/assets/themes/default/images/default.sweep.svg"), linear-gradient(105deg, transparent 6%, #000 62%);
  -webkit-mask-repeat: no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  -webkit-mask-size: auto 419%, 100% 100%;
  mask-size: auto 419%, 100% 100%;
  -webkit-mask-position: left calc(50vw - 2.095 * (100vh - var(--chrome-sticky-bottom))) top calc(-3.404 * (100vh - var(--chrome-sticky-bottom))), left 0 top 0;
  mask-position: left calc(50vw - 2.095 * (100vh - var(--chrome-sticky-bottom))) top calc(-3.404 * (100vh - var(--chrome-sticky-bottom))), left 0 top 0;
}

@supports not ((mask-composite: intersect) or (-webkit-mask-composite: source-in)) {
  html::before {
    -webkit-mask-image: url("/assets/themes/default/images/default.sweep.svg");
    mask-image: url("/assets/themes/default/images/default.sweep.svg");
  }
}

@media (max-width: 600px) {
  html::before {
    top: 0;
    -webkit-mask-position: left calc(50vw - 209.5vh) top -340.4vh, left 0 top 0;
    mask-position: left calc(50vw - 209.5vh) top -340.4vh, left 0 top 0;
  }
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-thumb) transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
  border-radius: var(--radius-sm);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--scrollbar-thumb), var(--scrollbar-thumb-end));
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: var(--radius-sm);
  box-shadow: var(--scrollbar-glow);
  transition: background var(--dur) ease, box-shadow var(--dur) ease;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
  box-shadow: var(--scrollbar-glow);
}

::-webkit-scrollbar-thumb:active {
  background: var(--scrollbar-thumb);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.iconrail {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  z-index: 1080;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  background: var(--chrome-glass-bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  backdrop-filter: var(--chrome-glass-filter);
  -webkit-backdrop-filter: var(--chrome-glass-filter);
  box-shadow: var(--shadow-xl);
  transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1), opacity var(--dur-slow) ease;
}

.iconrail.is-tucked {
  transform: translateX(-50%) translateY(165%);
  opacity: 0;
  pointer-events: none;
}

.iconrail__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--space-1);
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

.iconrail__item {
  position: relative;
  display: flex;
  justify-content: center;
  list-style: none;
}

.iconrail__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--control-lg);
  height: var(--control-lg);
  border: 0;
  border-radius: var(--radius-md);
  background: transparent;
  color: var(--text-muted);
  text-decoration: none;
  cursor: pointer;
  transition: background var(--dur) ease, color var(--dur) ease, box-shadow var(--dur) ease;
}

.iconrail__link .iconrail__icon {
  font-size: var(--glyph-lg);
  line-height: var(--lh-none);
  color: var(--text-muted);
}

.iconrail__link:hover {
  background: var(--surface-strong);
  color: var(--text-color);
}

.iconrail__link:hover .iconrail__icon {
  color: var(--text-color);
}

.iconrail__link:focus-visible {
  outline: 2px solid var(--theme-secondary);
  outline-offset: 2px;
}

.iconrail__item.active .iconrail__link {
  background: var(--dock-active-bg);
  color: var(--text-color);
  box-shadow: var(--glow-active);
}

.iconrail__item.active .iconrail__link .iconrail__icon {
  color: var(--text-color);
}

.iconrail__item.active .iconrail__link::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 22px;
  height: 3px;
  border-radius: 3px;
  background: var(--theme-secondary);
}

@media (min-width: 1025px) {
  .iconrail__item.active .iconrail__link {
    width: auto;
    gap: var(--space-2);
    padding: 0 var(--space-3);
  }

  .iconrail__item.active .iconrail__link::before {
    display: none;
  }

  .iconrail__item.active .iconrail__flyout {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    font-size: var(--fs-md);
    font-weight: var(--fw-semibold);
    color: var(--text-color);
    white-space: nowrap;
  }

  .iconrail__item.active .iconrail__flyout::before {
    display: none;
  }
}

.iconrail__item--settings {
  margin-left: var(--space-2);
  padding-left: var(--space-2);
}

.iconrail__item--settings::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background: var(--border-soft);
}

.iconrail__item--pins {
  margin-left: var(--space-2);
  padding-left: var(--space-2);
}

.iconrail__item--pins::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 28px;
  background: var(--border-soft);
}

.iconrail__item--pins .iconrail__link .iconrail__icon {
  color: var(--theme-secondary);
}

.iconrail__pins-flyout {
  position: fixed;
  z-index: 1300;
  width: 248px;
  max-height: 60vh;
  overflow-y: auto;
  padding: var(--space-2);
  background: var(--app-panel-bg);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(6px);
  transition: opacity var(--dur-fast) ease, transform var(--dur-fast) ease;
}

.iconrail__pins-flyout.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.iconrail__pins-title {
  display: block;
  padding: var(--space-1) var(--space-2) var(--space-2);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-faint);
}

.iconrail__pins-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.iconrail__pin {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2);
  border-radius: var(--radius-sm);
  color: var(--text-color);
  text-decoration: none;
  font-size: var(--fs-sm);
}

.iconrail__pin i {
  flex-shrink: 0;
  width: 1em;
  text-align: center;
  color: var(--text-muted);
}

.iconrail__pin span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.iconrail__pin:hover {
  background: var(--surface-strong);
}

.iconrail__pin:hover i {
  color: var(--theme-secondary);
}

.iconrail__flyout {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  z-index: 1200;
  padding: var(--space-2) var(--space-3);
  white-space: nowrap;
  background: var(--app-panel-bg);
  color: var(--text-color);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--dur-fast) ease, transform var(--dur-fast) ease;
}

.iconrail__flyout::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
}

.iconrail__item:not(.active):hover .iconrail__flyout,
.iconrail__item:not(.active):focus-within .iconrail__flyout {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-10px);
}

.iconrail__hint {
  margin-left: var(--space-2);
  padding: 1px 5px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xs);
  background: var(--surface-medium);
  color: var(--hd-icon, var(--text-muted));
  font-size: var(--fs-xs);
  line-height: var(--lh-none);
  white-space: nowrap;
}

.iconrail__item.active .iconrail__hint {
  display: none;
}

.iconrail.is-hinting .iconrail__item:not(.active) .iconrail__flyout {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-10px);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  font-size: 0;
}

.iconrail.is-hinting .iconrail__hint {
  margin-left: 0;
}

@media (max-width: 1024px) {
  .iconrail {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transform: none;
    gap: 0;
    padding: var(--space-2) var(--space-1);
    padding-bottom: calc(6px + env(safe-area-inset-bottom, 0px));
    border: 0;
    border-top: 1px solid var(--border-strong);
    border-radius: 0;
    background: color-mix(in srgb, var(--app-panel-bg) 88%, transparent);
    box-shadow: var(--shadow-dock);
  }

  .iconrail.is-tucked {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .iconrail::before {
    display: none;
  }

  .iconrail__list {
    display: contents;
  }

  .iconrail__item {
    flex: 1 1 0;
    justify-content: center;
  }

  .iconrail__item--settings {
    margin-left: 0;
    padding-left: 0;
  }

  .iconrail__item--settings::after {
    display: none;
  }

  .iconrail__link {
    width: 100%;
    height: 48px;
    border-radius: var(--radius-md);
  }

  .iconrail__link .iconrail__icon {
    font-size: var(--glyph-xl);
  }

  .iconrail__flyout {
    display: none !important;
  }

  .iconrail__item--pins {
    display: none !important;
  }

  .iconrail__item.active .iconrail__link::before {
    bottom: 6px;
  }
}

@media (min-width: 1025px) {
  body.has-debug-bar .iconrail {
    bottom: 50px;
  }
}

.iconrail-peek {
  position: fixed;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
  z-index: 1079;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 5px;
  border-radius: var(--radius-pill);
  background: var(--btn-primary-bg);
  box-shadow: var(--glow-accent);
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--dur-slow) ease, width 0.22s cubic-bezier(0.22, 0.61, 0.36, 1), height 0.22s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow var(--dur-slow) ease;
}

@media (max-width: 1024px) {
  .iconrail-peek {
    display: none;
  }
}

.iconrail-peek__label {
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.03em;
  line-height: var(--lh-none);
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 8, 32, 0.55);
  opacity: 0;
  transform: translateY(3px);
  transition: opacity var(--dur) ease 0.03s, transform var(--dur) ease 0.03s;
}

body.has-debug-bar .iconrail-peek {
  bottom: 45px;
}

.iconrail.is-tucked ~ .iconrail-peek {
  opacity: 1;
  animation: iconrail-peek-pulse 2.6s ease-in-out infinite;
}

@keyframes iconrail-peek-pulse {
  0%, 100% {
    transform: translateX(-50%) scaleX(0.9);
    box-shadow: var(--glow-accent);
  }

  50% {
    transform: translateX(-50%) scaleX(1.1);
    box-shadow: var(--glow-accent);
  }
}

@media (prefers-reduced-motion: reduce) {
  .iconrail.is-tucked ~ .iconrail-peek {
    animation: none;
  }
}

.iconrail.is-near ~ .iconrail-peek {
  animation: none;
  width: 88px;
  height: 26px;
  box-shadow: var(--shadow-lg);
}

.iconrail.is-near ~ .iconrail-peek .iconrail-peek__label {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1025px) {
  .content {
    padding-bottom: 104px;
  }

  body.has-debug-bar .content {
    padding-bottom: 140px;
  }
}

@media (max-width: 1024px) {
  .content {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }
}

:root {
  --app-shell-max: 1320px;
}

.content {
  padding-top: var(--space-5) !important;
  padding-bottom: 90px !important;
}

.page-head {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  gap: var(--space-4);
  min-height: 44px;
  margin: 0;
  padding: 0 var(--space-5);
  background: var(--chrome-bar);
  border-bottom: 1px solid var(--chrome-line);
}

.page-head--has-hero {
  border-bottom: 0;
}

.page-head__heading {
  display: flex;
  align-items: center;
  align-self: center;
  gap: var(--space-3);
  flex: 1 1 auto;
  min-width: 0;
}

.page-head__title {
  flex: 0 1 auto;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--text-strong);
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
}

.page-head__subtitle {
  flex: 0 1 auto;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--text-muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}

.page-head__actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  margin-right: calc(var(--space-5) * -1);
}

.page-head__actions .layout-action-group {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
}

.page-head__actions .btn,
.page-head__back {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  height: auto;
  min-height: 0;
  align-self: stretch;
  padding: 0 var(--space-4) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--nav-ink) !important;
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-none);
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: none;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.page-head__actions .btn i,
.page-head__back i {
  font-size: var(--glyph-sm);
}

.page-head__actions .btn:hover,
.page-head__actions .btn:focus-visible,
.page-head__back:hover,
.page-head__back:focus-visible {
  background: var(--overlay-soft) !important;
  color: var(--on-chrome) !important;
}

.page-head__actions [class*="--danger"],
.page-head__actions .btn-error {
  color: var(--status-error) !important;
}

.page-head__actions [class*="--danger"]:hover,
.page-head__actions [class*="--danger"]:focus-visible,
.page-head__actions .btn-error:hover,
.page-head__actions .btn-error:focus-visible {
  background: var(--status-error-soft) !important;
  color: var(--status-error) !important;
}

.page-head__actions .btn-primary {
  color: #fff !important;
  font-weight: var(--fw-bold);
  background: var(--btn-primary-bg) !important;
}

.page-head__actions .btn-primary i {
  color: #fff !important;
}

.page-head__actions .btn-primary:hover,
.page-head__actions .btn-primary:focus-visible {
  background: color-mix(in srgb, var(--btn-primary-bg) 85%, #fff) !important;
  color: #fff !important;
}

.page-head__subtitle:has(.layout-badge) {
  display: inline-flex;
  align-items: center;
  align-self: center;
}

.page-head .codex-pin,
.page-head .codex-watch {
  flex: 0 0 auto;
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--nav-ink);
  opacity: 1;
  cursor: pointer;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.page-head .codex-pin i,
.page-head .codex-watch i {
  font-size: var(--glyph-sm);
}

.page-head .codex-pin:hover,
.page-head .codex-watch:hover {
  background: var(--overlay-soft);
  color: var(--on-chrome);
}

.page-head .codex-pin.is-pinned {
  color: var(--theme-secondary);
}

.page-head .codex-watch.is-watching {
  color: var(--theme-primary);
}

.page-head__back {
  justify-content: center;
  width: 44px;
  padding: 0 !important;
  color: var(--text-muted);
}

.page-head__back i {
  font-size: var(--glyph-sm);
}

.page-head:has(.page-head__back) {
  padding-left: 0;
}

@media (max-width: 600px) {
  .page-head {
    flex-wrap: wrap;
    align-items: center;
    min-height: 0;
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
    row-gap: var(--space-2);
  }

  .page-head__heading {
    flex: 1 1 auto;
  }

  .page-head__actions {
    order: 5;
    flex: 1 1 100%;
    justify-content: flex-end;
  }

  .page-head__actions .layout-action__label {
    display: none;
  }

  .page-head__actions .btn,
  .page-head__back,
  .page-head .codex-pin,
  .page-head .codex-watch {
    gap: 0;
    height: 40px;
    min-height: 40px;
  }

  .page-head__actions.is-collapsed .layout-action__label {
    display: inline;
  }

  .page-head__actions.is-collapsed .btn {
    gap: var(--space-2);
  }

  .page-head__more {
    position: relative;
    display: inline-flex;
  }

  .page-head__more-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-sm);
    background: var(--surface-medium);
    color: var(--text-color);
    cursor: pointer;
    transition: background var(--dur) ease, border-color var(--dur) ease;
  }

  .page-head__more.is-open .page-head__more-toggle {
    border-color: var(--border-strong);
    background: var(--surface-strong);
  }

  .page-head__more-panel {
    position: absolute;
    top: calc(100% + var(--space-2));
    right: 0;
    z-index: 61;
    display: none;
    flex-direction: column;
    min-width: 190px;
    max-width: 78vw;
    padding: var(--space-1);
    border-radius: var(--radius-md);
    background: var(--app-panel-bg);
    border: 1px solid var(--border-strong);
    box-shadow: var(--shadow-menu);
  }

  .page-head__more.is-open .page-head__more-panel {
    display: flex;
  }

  .page-head__actions .page-head__more-panel .page-head__more-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: var(--space-3);
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: var(--space-2) var(--space-3);
    border: 0 !important;
    border-radius: var(--radius-sm);
    background: transparent !important;
    color: var(--text-color) !important;
    font-size: var(--fs-md);
    font-weight: var(--fw-normal);
    text-align: left;
    white-space: nowrap;
  }

  .page-head__actions .page-head__more-panel .page-head__more-item:hover {
    background: var(--surface-medium) !important;
    color: var(--text-strong) !important;
  }

  .page-head__actions .page-head__more-panel .page-head__more-item .layout-action__label {
    color: inherit;
  }

  .page-head__actions .page-head__more-panel .page-head__more-item.btn-error,
  .page-head__actions .page-head__more-panel .page-head__more-item.btn-error:hover {
    color: var(--status-error) !important;
  }

  .page-head__actions .page-head__more-panel .page-head__more-item.btn-error:hover {
    background: rgba(var(--status-error-rgb), 0.12) !important;
  }

  .page-head__actions .page-head__more-panel .page-head__more-item i {
    width: var(--icon-sm);
    text-align: center;
  }
}

@media (max-width: 600px) {
  .content {
    padding-left: var(--space-4) !important;
    padding-right: var(--space-4) !important;
  }

  .content .card,
  .content .layout-card,
  .content .codex-widget {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .content .card > .card-head,
  .content .card > .card-content,
  .content .layout-card__header,
  .content .layout-card__body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.page-head-hero {
  box-sizing: border-box;
  padding: var(--space-3) var(--space-5);
  background: var(--chrome-bar);
  border-bottom: 1px solid var(--chrome-line);
}

.content-inside {
  max-width: var(--app-shell-max, 1320px);
  width: 100%;
  margin-inline: auto;
}

.page-mylist .kanban-board {
  width: calc(100vw - 48px);
  max-width: calc(100vw - 48px);
  margin-left: calc(50% - 50vw + 24px);
}

body.has-dossier-accent .content:has(.kanban-board) {
  container-type: inline-size;
}

body.has-dossier-accent .kanban-board {
  width: calc(100cqw - 48px);
  max-width: calc(100cqw - 48px);
  margin-inline: calc((100% - 100cqw + 48px) / 2);
}

@media (min-width: 1025px) {
  .sidebar {
    position: sticky;
    top: 80px;
    align-self: flex-start;
    height: calc(100dvh - 80px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
    border-right: 0;
    box-shadow: none;
  }

  .sidebar.dossier-sidebar,
  .sidebar.settings-context,
  .sidebar.doc-sidebar,
  .sidebar.snippet-sidebar,
  .sidebar.endpoint-sidebar,
  .sidebar.incident-sidebar {
    background: transparent;
    border-right: 1px solid var(--chrome-line);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (min-width: 1025px) {
  .page-body {
    flex-wrap: nowrap;
  }

  .page-body > .content {
    min-width: 0;
  }

  body:not(.has-dossier-accent) .sidebar:not(.settings-context):not(.doc-sidebar):not(.snippet-sidebar):not(.endpoint-sidebar):not(.incident-sidebar) {
    display: none;
  }

  body:not(.has-dossier-accent) .content {
    flex: 1 1 auto;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .page-body > .content {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
}

.settings-context__title {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
  padding: 0 var(--space-5);
  color: var(--text-strong);
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
}

.settings-context__title i {
  color: var(--theme-secondary);
  font-size: var(--glyph-md);
}

@media (min-width: 1025px) {
  .sidebar {
    padding-top: 0 !important;
    padding-right: 0 !important;
  }

  .sidebar.dossier-sidebar,
  .sidebar.settings-context,
  .sidebar.doc-sidebar,
  .sidebar.snippet-sidebar,
  .sidebar.endpoint-sidebar,
  .sidebar.incident-sidebar {
    padding-left: 0 !important;
  }
}

.sidebar .menu-sidebar .sidebar-item a .badge {
  margin-left: auto;
  flex-shrink: 0;
}

.sidebar .menu-sidebar ul li > a {
  position: relative;
  min-height: 34px;
  padding-top: var(--space-1) !important;
  padding-bottom: var(--space-1) !important;
  font-size: var(--fs-base) !important;
  line-height: 24px !important;
}

.sidebar .menu-sidebar ul li > a .sidebar-icon {
  font-size: var(--glyph-lg) !important;
  line-height: 24px !important;
}

.sidebar .menu-sidebar ul li > a {
  border-left: 3px solid transparent;
  border-radius: 0 !important;
  padding-right: var(--space-4) !important;
  padding-left: calc(var(--space-5) - 3px) !important;
  transition: background var(--dur) ease, color var(--dur) ease;
}

.sidebar .menu-sidebar ul li > a:hover {
  background: var(--surface-medium);
}

.sidebar .menu-sidebar ul li.active > a {
  background: var(--surface-strong);
  border-left-color: var(--theme-primary);
  box-shadow: none;
}

.sidebar .menu-sidebar ul li.active > a::before {
  display: none;
}

.sidebar .menu-sidebar ul li.active > a .sidebar-icon {
  border-bottom: 0 !important;
}

.sidebar .menu-sidebar .menu-heading {
  margin: var(--space-1) 0 0 !important;
  padding: var(--space-2) var(--space-4) var(--space-2) var(--space-5) !important;
  background: var(--overlay-soft);
  color: var(--text-muted) !important;
  font-size: 12px !important;
  font-weight: var(--fw-bold) !important;
  letter-spacing: 1px !important;
  line-height: 16px;
}

.sidebar .menu-sidebar ul li.active > a .sidebar-icon {
  color: var(--theme-primary) !important;
}

.context-nav__toggle {
  display: none;
}

@media (max-width: 1024px) {
  body:not(.has-dossier-accent) .sidebar:not(.settings-context):not(.doc-sidebar):not(.snippet-sidebar):not(.endpoint-sidebar):not(.incident-sidebar) {
    display: none;
  }

  .region-slot-layout {
    display: contents;
  }

  .sidebar.dossier-sidebar,
  .sidebar.settings-context,
  .sidebar.doc-sidebar,
  .sidebar.snippet-sidebar,
  .sidebar.endpoint-sidebar,
  .sidebar.incident-sidebar {
    position: sticky !important;
    top: calc(var(--bar-head) + var(--bar-crumb)) !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    align-self: flex-start !important;
    overflow: visible !important;
    margin: 0 0 var(--space-4) !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    z-index: 60;
  }

  .context-nav__toggle {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    width: 100%;
    padding: var(--space-3) var(--space-4);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-md);
    background: color-mix(in srgb, var(--app-panel-bg) 86%, transparent);
    backdrop-filter: saturate(135%) blur(12px);
    -webkit-backdrop-filter: saturate(135%) blur(12px);
    box-shadow: var(--shadow-md);
    color: var(--text-color);
    font-size: var(--fs-md);
    font-weight: var(--fw-semibold);
    cursor: pointer;
  }

  .context-nav__toggle .context-nav__icon {
    color: var(--theme-secondary);
    font-size: var(--glyph-md);
  }

  .context-nav__toggle .context-nav__current {
    flex: 1 1 auto;
    text-align: left;
  }

  .context-nav__toggle .context-nav__chev {
    margin-left: auto;
    font-size: var(--glyph-sm);
    color: var(--text-muted);
    transition: transform var(--dur-slow) ease;
  }

  .context-nav__body {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: 65vh;
    overflow-y: auto;
    padding: 0;
    border-radius: var(--radius-md);
    background: var(--app-panel-bg);
    border: 1px solid var(--border-strong);
    box-shadow: var(--shadow-menu);
    z-index: 61;
  }

  .context-nav__body .context-nav__debug {
    padding: var(--space-3);
  }

  .sidebar.dossier-sidebar:not(.is-open) .context-nav__body,
  .sidebar.settings-context:not(.is-open) .context-nav__body,
  .sidebar.doc-sidebar:not(.is-open) .context-nav__body,
  .sidebar.snippet-sidebar:not(.is-open) .context-nav__body,
  .sidebar.endpoint-sidebar:not(.is-open) .context-nav__body,
  .sidebar.incident-sidebar:not(.is-open) .context-nav__body {
    display: none;
  }

  .sidebar.is-open .context-nav__toggle {
    border-color: var(--border-strong);
  }

  .sidebar.is-open .context-nav__toggle .context-nav__chev {
    transform: rotate(180deg);
  }
}

@media (max-width: 767px) {
  .sidebar.dossier-sidebar,
  .sidebar.settings-context,
  .sidebar.doc-sidebar,
  .sidebar.snippet-sidebar,
  .sidebar.endpoint-sidebar,
  .sidebar.incident-sidebar {
    top: var(--bar-head) !important;
  }
}

@media (max-width: 1024px) {
  .debug-bar {
    display: none !important;
  }
}

.debug-bar {
  position: fixed;
  left: 0;
  right: 96px;
  bottom: 0;
  z-index: 850;
  display: flex;
  align-items: center;
  gap: var(--space-4);
  min-height: 36px;
  padding: var(--space-1) var(--space-4);
  font-size: var(--fs-xs);
  line-height: var(--lh-snug);
  color: var(--text-color);
  background: color-mix(in srgb, var(--app-panel-bg) 86%, transparent);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--border-soft);
  border-right: 1px solid var(--border-soft);
  border-top-right-radius: var(--radius-md);
  box-shadow: 0 -6px 22px rgba(0, 0, 0, 0.3);
  transition: transform var(--dur-slow) ease, width var(--dur-slow) ease;
}

.debug-bar__tag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: default;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--theme-primary);
}

.debug-bar__tag i {
  font-size: var(--glyph-xs);
}

.debug-bar__metrics {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-1) var(--space-4);
  min-width: 0;
  overflow: hidden;
}

.debug-bar__metric {
  display: inline-flex;
  align-items: baseline;
  gap: var(--space-1);
  white-space: nowrap;
  font-family: ui-monospace, "SFMono-Regular", "JetBrains Mono", Menlo, Consolas, monospace;
}

.debug-bar__metric-label {
  color: var(--app-muted);
}

.debug-bar__metric-value {
  color: var(--text-color);
  font-weight: var(--fw-semibold);
}

.debug-bar__tools {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  flex-shrink: 0;
}

.debug-bar__tool.dropdown.debug {
  position: relative;
  margin: 0;
}

.debug-bar__tool.dropdown.debug .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  padding: 3px var(--space-2);
  border-radius: var(--radius-xs);
  font-size: var(--fs-xs);
  color: var(--app-muted);
  text-decoration: none;
  transition: background var(--dur) ease, color var(--dur) ease;
}

.debug-bar__tool.dropdown.debug .dropdown-toggle:hover {
  background: var(--overlay-soft);
  color: var(--text-color);
}

.debug-bar__tool.dropdown.debug .dropdown-toggle i {
  font-size: var(--glyph-xs);
}

.debug-bar__tool.dropdown.debug .dropdown-toggle .badge {
  font-size: var(--fs-xs);
  padding: 1px var(--space-1);
}

.debug-bar__tool.dropdown.debug .dropdown-list {
  top: auto;
  bottom: calc(100% + 8px);
  right: 0;
  left: auto;
  max-height: 60vh;
  overflow: auto;
}

.debug-bar__tool.dropdown.debug .dropdown-list li {
  font-size: var(--fs-xs);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
}

.debug-bar__actions {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-left: auto;
  flex-shrink: 0;
}

.debug-bar__clear.btn {
  padding: 3px var(--space-3);
  font-size: var(--fs-xs);
  line-height: var(--lh-normal);
}

.debug-bar__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-lg);
  height: var(--icon-lg);
  border: 0;
  border-radius: var(--radius-xs);
  background: transparent;
  color: var(--app-muted);
  cursor: pointer;
  transition: background var(--dur) ease, color var(--dur) ease;
}

.debug-bar__toggle:hover {
  background: var(--overlay-soft);
  color: var(--text-color);
}

.debug-bar__toggle i {
  transition: transform var(--dur-slow);
}

.debug-bar.is-collapsed {
  right: auto;
  gap: var(--space-2);
  border-top-right-radius: var(--radius-md);
  border-right: 1px solid var(--border-soft);
}

.debug-bar.is-collapsed .debug-bar__metrics,
.debug-bar.is-collapsed .debug-bar__tools,
.debug-bar.is-collapsed .debug-bar__clear {
  display: none;
}

.debug-bar.is-collapsed .debug-bar__actions {
  margin-left: var(--space-1);
}

.debug-bar.is-collapsed .debug-bar__tag {
  cursor: pointer;
}

.debug-bar.is-collapsed .debug-bar__toggle i {
  transform: rotate(180deg);
}

@media (min-width: 1025px) {
  body.has-debug-bar .sidebar {
    height: calc(100dvh - 80px - 36px);
  }
}

.header .dropdown .account-user-name {
  background: none;
  width: auto;
  height: auto;
  font-size: inherit;
}

.header .dropdown .account-user-name .layout-avatar {
  position: relative;
}

.header .dropdown-toggle:hover .account-user-name {
  background: none !important;
}

.header {
  --hd-ctrl-h: 40px;
  --hd-gap: 10px;
  --hd-radius-pill: 999px;
  --hd-blur: blur(12px) saturate(150%);
  --hd-glow: var(--glow-soft);
  box-sizing: border-box;
  padding-right: var(--space-4);
  overflow-x: clip;
  background: var(--chrome-bar) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--chrome-line) !important;
  box-shadow: none !important;
  position: sticky;
  top: 0;
  z-index: 3;
  height: var(--bar-head) !important;
  min-height: var(--bar-head) !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  transition: background var(--dur-slow) ease, box-shadow var(--dur-slow) ease, backdrop-filter var(--dur-slow) ease;
}

.chrome-crumbs {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  height: var(--bar-crumb, 32px);
  padding: 0 var(--space-5);
  box-shadow: inset 0 -1px 0 var(--chrome-line);
  background: var(--chrome-bar-2);
  color: var(--chrome-ink-dim);
  font-size: 12px;
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.chrome-crumbs .breadcrumb {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
}

.chrome-crumbs .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  color: var(--chrome-ink-dim);
}

.chrome-crumbs .breadcrumb-item::after {
  content: none !important;
  display: none !important;
}

.chrome-crumbs .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  flex: none;
  width: 5px;
  height: 5px;
  margin: 0 var(--space-3) 0 var(--space-2);
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.55;
}

.chrome-crumbs .breadcrumb-item a {
  display: inline-flex;
  align-items: center;
  line-height: 16px;
  padding: 2px var(--space-2);
  margin: 0 -2px;
  border-radius: var(--radius-atom);
  color: inherit;
  text-decoration: none !important;
  transition: color var(--dur) ease, background var(--dur) ease;
}

.chrome-crumbs .breadcrumb-item a:hover {
  color: var(--chrome-ink);
  background: var(--overlay-medium);
  text-decoration: none !important;
}

.chrome-crumbs .breadcrumb-item a {
  font-weight: var(--fw-medium);
}

.chrome-crumbs .breadcrumb .breadcrumb-item:last-child:not(.active),
.chrome-crumbs .breadcrumb .breadcrumb-item:last-child:not(.active) a {
  color: var(--chrome-ink-dim);
}

.chrome-crumbs .breadcrumb-item.active,
.chrome-crumbs .breadcrumb-item.active a {
  color: var(--chrome-ink) !important;
  font-weight: var(--fw-bold);
}

.chrome-crumbs .breadcrumb-item.active a:hover {
  background: transparent;
  cursor: default;
}

.header.has-crumbs {
  top: var(--bar-crumb, 28px);
}

@media (max-width: 767px) {
  .chrome-crumbs {
    display: none;
  }

  .header.has-crumbs {
    top: 0;
  }

  .header .theme-logo .theme-logo-image {
    width: 44px !important;
    flex: 0 0 44px !important;
    overflow: hidden;
  }

  .header.has-crumbs,
  .header {
    padding-right: calc(var(--space-5) + 52px) !important;
  }
}

.header::after {
  display: none !important;
}

.header.is-scrolled,
.chrome-crumbs.is-scrolled {
  background: var(--chrome-bar-glass) !important;
  backdrop-filter: var(--chrome-glass-filter);
  -webkit-backdrop-filter: var(--chrome-glass-filter);
}

.header .theme-logo {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}

.header .header-search {
  flex: 0 1 380px !important;
  min-width: 220px !important;
}

.header .theme-logo {
  position: relative;
  z-index: 1;
}

.header .theme-logo {
  height: auto !important;
}

.header .theme-logo .theme-logo-image {
  flex: 0 0 auto;
  height: var(--control-lg) !important;
  width: auto !important;
  aspect-ratio: 300/97;
  background-position-x: 0 !important;
  margin-left: var(--space-4);
}

.header .theme-logo .theme-core {
  align-self: center;
  height: auto !important;
  align-items: center;
  padding: 0 !important;
  margin-left: var(--space-4);
  gap: var(--space-4);
  background: transparent !important;
  box-shadow: none;
}

.header .theme-logo .theme-core::before {
  content: "";
  width: 1px;
  height: 26px;
  background: var(--border-strong);
}

.header .theme-logo .theme-core h5 {
  margin: 0;
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
  line-height: var(--lh-none);
  color: var(--spark) !important;
}

.breadcrumb-item.active,
.breadcrumb-item.active a {
  color: var(--text-muted) !important;
}

.header .header-nav {
  display: flex;
  align-self: stretch;
  align-items: stretch;
  gap: 0;
  min-width: 0;
  flex: 0 1 auto;
  margin-left: var(--space-5);
  overflow: hidden;
}

.header .header-nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  height: 100%;
  padding: 0 var(--space-4);
  border-radius: 0;
  color: var(--nav-ink);
  font-size: 14px;
  font-weight: var(--fw-semibold);
  line-height: 20px;
  white-space: nowrap;
  text-decoration: none !important;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.header .header-nav__link:hover {
  color: var(--on-chrome);
  background: var(--overlay-soft);
}

.header .header-nav__link::after {
  content: "";
  position: absolute;
  left: var(--space-3);
  right: var(--space-3);
  bottom: 0;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: var(--theme-secondary);
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
}

.header .header-nav__link:hover::after {
  opacity: 0.4;
}

.header .header-nav__link.active {
  color: var(--on-chrome);
  font-weight: var(--fw-bold);
}

.header .header-nav__link.active::after {
  opacity: 1;
}

.header .header-nav__icon {
  font-size: var(--glyph-md);
  opacity: 0.75;
}

.header .header-nav.active .header .header-nav__icon,
.header .header-nav__link.active .header .header-nav__icon {
  opacity: 1;
}

.header .header-nav__link--home {
  padding: 0 var(--space-3);
}

.header .header-nav__link--home .header-nav__icon {
  font-size: var(--glyph-lg);
  opacity: 1;
}

.header .header-nav__hint {
  display: none;
  margin-left: var(--space-1);
  padding: 0 4px;
  border: 1px solid color-mix(in srgb, var(--theme-secondary) 42%, transparent);
  border-radius: 3px;
  font-family: inherit;
  font-size: 10px;
  line-height: 14px;
  color: var(--theme-secondary);
  background: color-mix(in srgb, var(--theme-secondary) 10%, transparent);
}

.header .header-nav.is-hinting .header .header-nav__hint {
  display: inline-block;
}

@media (max-width: 1450px) {
  .header .header-nav__label {
    display: none;
  }

  .header .header-nav__link {
    padding: 0 var(--space-3);
  }

  .header .header-nav__icon {
    font-size: var(--glyph-md);
    opacity: 1;
  }
}

.header .header-nav__sheet {
  display: contents;
}

.header .header-nav__more,
.header .header-nav__link--util {
  display: none;
}

.header .header-nav__link--home .header-nav__label {
  display: none;
}

.header .header-nav__more {
  appearance: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.header .header-nav:has(.header-nav__hidden) {
  overflow: visible;
}

.header .header-nav__hidden {
  display: inline-flex;
  align-items: stretch;
}

.header .header-nav__hidden .header-nav__hidden-toggle {
  padding: 0 var(--space-3);
}

.header .header-nav__hidden .dropdown-list {
  top: calc(100% + 4px);
  right: 0;
  left: auto;
  min-width: 210px;
  padding: var(--space-2);
  background: var(--acrylic-menu-bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  backdrop-filter: var(--acrylic-menu-filter);
  -webkit-backdrop-filter: var(--acrylic-menu-filter);
  box-shadow: var(--shadow-menu);
}

.header .header-nav__hidden .dropdown-list .header-nav__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: var(--space-3);
  height: auto;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-xs);
}

.header .header-nav__hidden .dropdown-list .header-nav__link::after {
  display: none;
}

.header .header-nav__hidden .dropdown-list .header-nav__link:hover {
  background: var(--surface-medium);
}

.header .header-nav__hidden .dropdown-list .header-nav__link.active {
  color: var(--on-chrome);
  background: var(--surface-medium);
}

.header .header-nav__hidden .dropdown-list .header-nav__label {
  display: block !important;
}

.header .header-nav__hidden .dropdown-list .header-nav__icon {
  width: 1.4em;
  text-align: center;
}

.header .header-nav__hidden .header-nav__hidden-edit {
  margin-top: var(--space-1);
  padding-top: var(--space-2);
  border-top: 1px solid var(--border-subtle);
  color: var(--nav-ink);
  font-weight: var(--fw-regular);
}

.header .header-nav__hidden:hover .dropdown-list,
.header .header-nav__hidden:focus-within .dropdown-list {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .header .header-nav {
    display: flex !important;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1090;
    align-self: auto;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: var(--app-panel-bg);
    border-top: 1px solid var(--border-strong);
    box-shadow: var(--shadow-lg);
    overflow: visible;
  }

  .header .header-nav .header-nav__link {
    flex: 1 1 0;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    height: 56px;
    padding: 0 2px;
  }

  .header .header-nav .header-nav__link::after {
    top: 0;
    bottom: auto;
    left: 25%;
    right: 25%;
  }

  .header .header-nav .header-nav__link.active {
    color: var(--on-chrome);
  }

  .header .header-nav .header-nav__link:hover {
    background: transparent;
  }

  .header .header-nav .header-nav__icon {
    font-size: var(--glyph-lg);
    opacity: 0.75;
  }

  .header .header-nav .header-nav__link.active .header-nav__icon {
    opacity: 1;
  }

  .header .header-nav .header-nav__label {
    display: block !important;
    max-width: 100%;
    overflow: hidden;
    font-size: var(--fs-xs);
    line-height: var(--lh-tight);
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .header .header-nav .header-nav__link--home .header-nav__label {
    display: block !important;
  }

  .header .header-nav .header-nav__hint {
    display: none !important;
  }

  .header .header-nav .header-nav__more {
    display: flex;
  }

  .header .header-nav .header-nav__sheet {
    display: none;
  }

  .header .header-nav.is-more-open .header-nav__sheet {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: var(--space-3);
    bottom: calc(56px + env(safe-area-inset-bottom, 0px) + var(--space-2));
    width: min(66vw, 260px);
    gap: 2px;
    padding: var(--space-2);
    background: var(--app-panel-bg);
    border: 1px solid var(--border-strong);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
  }

  .header .header-nav.is-more-open .header-nav__sheet .header-nav__link {
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    justify-content: flex-start;
    gap: var(--space-3);
    height: auto;
    padding: var(--space-3);
    border-radius: var(--radius-atom);
  }

  .header .header-nav.is-more-open .header-nav__sheet .header-nav__link::after {
    display: none;
  }

  .header .header-nav.is-more-open .header-nav__sheet .header-nav__link.active {
    background: var(--surface-medium);
    color: var(--on-chrome);
  }

  .header .header-nav.is-more-open .header-nav__sheet .header-nav__icon {
    font-size: var(--glyph-lg);
    width: 1.4em;
    text-align: center;
  }

  .header .header-nav.is-more-open .header-nav__sheet .header-nav__label {
    font-size: var(--fs-base);
  }

  .header .header-nav.is-more-open .header-nav__sheet .header-nav__hidden,
  .header .header-nav.is-more-open .header-nav__sheet .header-nav__hidden .dropdown-list {
    display: contents;
    opacity: 1;
    visibility: visible;
  }

  .header .header-nav.is-more-open .header-nav__sheet .header-nav__hidden-toggle,
  .header .header-nav.is-more-open .header-nav__sheet .header-nav__hidden .dropdown-list-title {
    display: none;
  }

  .header .header-nav.is-more-open .header-nav__sheet .header-nav__hidden-edit {
    border-top: 1px solid var(--border-subtle);
  }

  body.is-more-open .header {
    z-index: 2200 !important;
  }

  .header.is-scrolled {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: var(--app-panel-bg) !important;
  }

  .content {
    padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px) + var(--space-4)) !important;
  }
}

.chrome-utils {
  position: fixed;
  top: 0;
  right: var(--space-5);
  height: var(--bar-crumb);
  z-index: 1100;
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.chrome-utils .header-pins__toggle,
.chrome-utils .header-cog {
  width: var(--control-sm);
  height: var(--control-sm);
  display: inline-grid;
  place-items: center;
  border-radius: var(--radius-atom);
  color: var(--chrome-ink-dim);
  font-size: 14px;
  text-decoration: none !important;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.chrome-utils .header-pins__toggle:hover,
.chrome-utils .header-cog:hover {
  color: var(--chrome-ink);
  background: var(--overlay-medium);
}

.chrome-utils .header-cog.active {
  color: var(--theme-primary);
  background: var(--overlay-medium);
}

.header-pins {
  position: relative;
  display: inline-flex;
}

.header-pins[hidden] {
  display: none;
}

@media (max-width: 767px) {
  .chrome-utils {
    height: var(--bar-head);
    align-items: center;
    gap: 0;
  }

  .chrome-utils .header-pins,
  .chrome-utils .header-cog {
    display: none !important;
  }
}

.header-pins__flyout {
  position: fixed;
  z-index: 60;
  min-width: 240px;
  padding: var(--space-2);
  background: var(--acrylic-menu-bg);
  border: 1px solid var(--border-strong);
  backdrop-filter: var(--acrylic-menu-filter);
  -webkit-backdrop-filter: var(--acrylic-menu-filter);
  box-shadow: var(--shadow-menu);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--dur) var(--ease), visibility var(--dur) var(--ease);
}

.header-pins__flyout.is-open {
  opacity: 1;
  visibility: visible;
}

.header-pins:hover .header-pins__flyout,
.header-pins:focus-within .header-pins__flyout {
  opacity: 1;
  visibility: visible;
}

.header-pins__title {
  display: block;
  padding: var(--space-1) var(--space-2) var(--space-2);
  color: var(--text-faint);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-pins__pin {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2);
  border-radius: var(--radius-atom);
  color: var(--text-color);
  font-size: 13px;
  text-decoration: none !important;
}

.header-pins__pin i {
  width: 16px;
  text-align: center;
  color: var(--text-faint);
}

.header-pins__pin:hover {
  background: var(--surface-medium);
  color: var(--text-strong);
}

.header .header-search {
  margin: 0 0 0 auto !important;
}

.header .time-timer,
.header .notif-bell {
  margin-left: var(--hd-gap) !important;
}

.header .dropdown.account {
  margin-left: var(--hd-gap);
}

.header .header-title:not(.dialog-body *) {
  min-width: 0;
  flex-wrap: nowrap;
}

.header .header-title:not(.dialog-body *) > div {
  min-width: 0;
  overflow: hidden;
}

.header .header-title:not(.dialog-body *) h4,
.header .header-title:not(.dialog-body *) .breadcrumb {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.header .header-title:not(.dialog-body *) .breadcrumb-item {
  display: inline;
}

.header .header-title .return-button {
  flex: 0 0 auto;
  height: var(--hd-ctrl-h) !important;
  width: var(--hd-ctrl-h) !important;
  border: var(--hd-border) !important;
  border-radius: 50% !important;
  background: var(--hd-surface);
  backdrop-filter: var(--hd-blur);
  -webkit-backdrop-filter: var(--hd-blur);
  color: var(--hd-icon);
  transition: background var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, color var(--dur) ease;
}

.header .header-title .return-button i {
  color: inherit;
}

.header .header-title .return-button:hover {
  background: var(--hd-surface-hover) !important;
  border-color: var(--hd-border-hover) !important;
  box-shadow: var(--hd-glow);
}

.header .header-title .return-button:hover * {
  color: var(--hd-icon-hover);
}

.header .dropdown.account {
  height: auto;
  align-items: center;
}

.header .dropdown.account .dropdown-toggle {
  height: var(--hd-ctrl-h) !important;
  width: var(--hd-ctrl-h) !important;
  padding: 0 !important;
  border-left: 0 !important;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow var(--dur) ease;
}

.header .dropdown.account .dropdown-toggle:hover {
  background: transparent !important;
  box-shadow: var(--hd-glow);
}

.header .dropdown.account .account-user {
  padding: 0;
}

.header .dropdown.account .layout-avatar {
  width: var(--hd-ctrl-h) !important;
  height: var(--hd-ctrl-h) !important;
  font-size: var(--fs-md) !important;
}

@media (max-width: 1024px) {
  .header .theme-logo {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }
}

@media (max-width: 767px) {
  .header .header-title:not(.dialog-body *) {
    display: none !important;
  }

  .header .header-search {
    display: flex !important;
    flex: 0 0 var(--hd-ctrl-h) !important;
    width: var(--hd-ctrl-h) !important;
    min-width: 0 !important;
    transition: flex-basis var(--dur-slow) ease, width var(--dur-slow) ease;
  }

  .header .header-search .header-search__input {
    width: 100% !important;
    min-width: 0 !important;
    padding-right: 0 !important;
  }

  .header .header-search .header-search__input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
  }

  .header .header-search__hint {
    display: none !important;
  }

  .header .header-search.is-fullscreen {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2100;
    width: 100vw !important;
    height: 100vh !important;
    flex: none !important;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    padding: var(--space-4) !important;
    padding-top: calc(var(--space-4) + env(safe-area-inset-top, 0px)) !important;
    background: var(--app-panel-bg);
  }

  .header-search.is-fullscreen .header-search__icon {
    display: none;
  }

  .header-search.is-fullscreen .header-search__input {
    flex: 0 0 auto !important;
    width: 100% !important;
    height: var(--control-lg) !important;
    padding-left: var(--space-4) !important;
    padding-right: calc(var(--control-lg) + var(--space-2)) !important;
    font-size: var(--fs-lg) !important;
  }

  .header-search.is-fullscreen .header-search__results {
    position: static !important;
    inset: auto !important;
    flex: 1 1 auto;
    width: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow-y: auto;
  }

  .header-search.is-fullscreen .header-search__close {
    display: inline-flex;
    position: absolute;
    top: calc(var(--space-4) + env(safe-area-inset-top, 0px));
    right: var(--space-4);
    align-items: center;
    justify-content: center;
    width: var(--control-lg);
    height: var(--control-lg);
    padding: 0;
    border: 0;
    border-radius: var(--radius-atom);
    background: transparent;
    color: var(--text-muted);
    font-size: var(--fs-lg);
    cursor: pointer;
  }

  .header-search.is-fullscreen .header-search__close:hover,
  .header-search.is-fullscreen .header-search__close:focus-visible {
    background: var(--overlay-soft);
    color: var(--text-strong);
  }

  body.is-search-open {
    overflow: hidden;
  }

  body.is-search-open .header {
    z-index: 2200 !important;
  }
}

.header-search__close {
  display: none;
}

@media (display-mode: window-controls-overlay) {
  .chrome-utils {
    right: calc(var(--space-5) + 100vw - env(titlebar-area-width, 100vw) - env(titlebar-area-x, 0px)) !important;
  }
}

.layout-avatar__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.layout-avatar:has(.layout-avatar__presence) {
  overflow: visible;
}

.layout-avatar__presence {
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 32%;
  height: 32%;
  min-width: 9px;
  min-height: 9px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--panel-bg);
  background: var(--status-neutral, #8a97ad);
  pointer-events: none;
}

.layout-avatar__presence--available {
  background: var(--status-success);
}

.layout-avatar__presence--away {
  background: var(--status-warning);
}

.layout-avatar__presence--busy {
  background: var(--status-error);
}

.codex-pin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--space-6);
  height: var(--space-6);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-color);
  border-radius: var(--radius-sm);
  cursor: pointer;
  opacity: 0.75;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease), opacity var(--dur) var(--ease);
}

.codex-pin i {
  font-size: var(--glyph-lg);
}

.codex-pin:hover {
  opacity: 1;
  color: var(--status-warning);
  background: var(--surface-medium);
}

.codex-pin.is-pinned {
  opacity: 1;
  color: var(--status-warning);
}

.dossier-hero__pin {
  margin-left: var(--space-1);
  flex: 0 0 auto;
}

.codex-task__pin {
  flex-shrink: 0;
  width: var(--space-5);
  height: var(--space-5);
  opacity: 0;
}

.codex-task__pin i {
  font-size: var(--glyph-sm);
}

.codex-task:hover .codex-task__pin {
  opacity: 0.6;
}

.codex-task__pin.is-pinned {
  opacity: 1;
}

.card-tabnav-row {
  display: flex;
  align-items: center;
}

.card-tabnav-row .tablist {
  margin-bottom: 0;
}

.codex-watch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--space-6);
  height: var(--space-6);
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text-color);
  border-radius: var(--radius-sm);
  cursor: pointer;
  opacity: 0.75;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease), opacity var(--dur) var(--ease);
}

.codex-watch i {
  font-size: var(--glyph-lg);
}

.codex-watch:hover {
  opacity: 1;
  color: var(--status-info);
  background: var(--surface-medium);
}

.codex-watch.is-watching {
  opacity: 1;
  color: var(--status-info);
}

.dossier-hero__watch {
  margin-left: var(--space-1);
  flex: 0 0 auto;
}

.peek-card {
  position: fixed;
  z-index: 1000;
  min-width: 208px;
  max-width: 280px;
  padding: var(--space-3);
  background: var(--surface-panel);
  border: 1px solid var(--border-strong);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-lg);
  color: var(--text-color);
  opacity: 0;
  transform: translateY(4px);
  pointer-events: none;
  transition: opacity 0.12s ease, transform 0.12s ease;
}

.peek-card--visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.peek-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.peek-card__avatar {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--surface-raised);
}

.peek-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.peek-card__initial {
  font-size: 18px;
  font-weight: var(--fw-semibold);
  color: var(--text-color);
}

.peek-card__meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.peek-card__name {
  font-weight: var(--fw-semibold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.peek-card__role {
  font-size: 0.82em;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.peek-card__presence {
  margin-top: 2px;
  font-size: 0.8em;
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.peek-card__presence::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--status-neutral);
}

.peek-card__presence--available::before {
  background: var(--status-success);
}

.peek-card__presence--away::before {
  background: var(--status-warning);
}

.peek-card__presence--busy::before {
  background: var(--status-error);
}

.peek-card__actions {
  display: flex;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

.peek-card__action {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 10px;
  font-size: 0.85em;
  color: var(--text-color);
  text-decoration: none;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  transition: background 0.12s ease, border-color 0.12s ease;
}

.peek-card__action i {
  font-size: var(--glyph-sm);
}

.peek-card__action:hover {
  background: var(--surface-raised);
  border-color: var(--border-strong);
}

.peek-card__action--teams i {
  color: #6264a7;
}

.codex-row-gap {
  margin-bottom: var(--space-8);
}

.codex-status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: var(--space-2);
  flex-shrink: 0;
  background: var(--text-muted);
}

.codex-status-dot--ok {
  background: var(--status-success);
}

.codex-status-dot--error {
  background: var(--status-error);
}

.codex-status-dot--warning {
  background: var(--status-warning);
}

.codex-status-dot--unknown {
  background: var(--text-muted);
}

.codex-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px var(--space-3);
  border-radius: var(--radius-pill);
  border: 1px solid var(--border-soft);
  font-size: 0.72rem;
  font-weight: var(--fw-medium);
  background: var(--surface-medium);
  color: var(--text-color);
  white-space: nowrap;
}

.codex-hero a,
.codex-ql a,
.codex-widget a {
  text-decoration: none;
}

.codex-widget .codex-task__title,
.codex-widget .codex-launch__link {
  color: var(--text-color);
}

.codex-widget .codex-task__title:hover,
.codex-widget .codex-launch__link:hover {
  color: var(--theme-primary);
}

.codex-dossier-chip,
.codex-pill,
.codex-widget .layout-badge {
  height: 23px;
  box-sizing: border-box;
  padding: 0 var(--space-3);
  border-radius: var(--radius-pill);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-none);
  white-space: nowrap;
}

.codex-pill {
  display: inline-flex;
  align-items: center;
}

.codex-pill--danger {
  color: color-mix(in srgb, var(--status-error) 64%, #fff);
  background: rgba(var(--status-error), 0.16);
}

.codex-pill--warning {
  color: color-mix(in srgb, var(--status-warning) 64%, #fff);
  background: rgba(var(--status-warning), 0.16);
}

.codex-pill--info {
  color: color-mix(in srgb, var(--status-info) 64%, #fff);
  background: rgba(var(--status-info), 0.16);
}

.codex-pill--success {
  color: color-mix(in srgb, var(--status-success) 64%, #fff);
  background: rgba(var(--status-success), 0.16);
}

.codex-pill--ok {
  color: color-mix(in srgb, var(--status-success) 64%, #fff);
  background: rgba(var(--status-success), 0.16);
}

.codex-pill--neutral {
  color: color-mix(in srgb, var(--text-muted) 64%, #fff);
  background: rgba(var(--text-muted), 0.16);
}

.codex-pill--neutral {
  color: var(--text-muted);
  background: rgba(var(--text-muted), 0.14);
}

.codex-dossier-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  max-width: 190px;
  color: var(--text-color);
  background: var(--surface-medium);
  border: 1px solid var(--border-soft);
  text-decoration: none;
  transition: background var(--dur) ease, border-color var(--dur) ease;
}

.codex-dossier-chip i {
  font-size: var(--glyph-xs);
  color: var(--chip-color, var(--theme-primary));
}

.codex-dossier-chip span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.codex-dossier-chip:hover {
  background: var(--surface-strong);
  border-color: var(--border-strong);
  text-decoration: none;
}

.layout-entity-card .codex-dossier-chip {
  height: 20px;
  padding: 0 var(--space-2);
  font-size: var(--fs-xs);
}

.codex-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-6);
  flex-wrap: wrap;
  padding: var(--space-3) 0 var(--space-5);
  border-bottom: 1px solid var(--chrome-line);
}

.codex-hero__id {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  min-width: 0;
}

.codex-hero__avatar {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  border-radius: 50%;
  box-shadow: var(--glow-avatar);
}

.codex-hero__body {
  min-width: 0;
}

.codex-hero__title {
  margin: 0;
  font-size: var(--fs-2xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  letter-spacing: -0.015em;
  color: var(--text-strong);
}

.codex-hero__name {
  color: var(--text-strong);
}

.codex-hero__lead {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin: var(--space-1) 0 0;
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.codex-hero__spark {
  color: var(--theme-secondary);
}

.codex-hero__date {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: var(--space-2) var(--space-4);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  text-align: center;
}

.codex-hero__date-weekday {
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--theme-secondary);
}

.codex-hero__date-day {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  color: var(--text-strong);
}

.codex-hero__date-month {
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

@media (max-width: 767px) {
  .codex-hero__title {
    font-size: var(--fs-xl);
  }

  .codex-hero__date {
    display: none;
  }
}

.codex-col-main,
.codex-rail {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.codex-ql__eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin: 0 var(--space-1) var(--space-3);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-faint);
}

.codex-ql__eyebrow i {
  color: var(--theme-secondary);
}

.codex-ql__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: var(--space-4);
}

.codex-ql {
  --ql-accent: var(--theme-secondary);
}

.codex-ql__tile {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-4);
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  color: var(--text-color);
  animation: codex-ql-rise var(--dur-slow) var(--ease) both;
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.codex-ql__tile::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, var(--overlay-subtle) 0%, transparent 42%);
  opacity: 0.7;
  pointer-events: none;
  transition: opacity var(--dur) var(--ease);
}

.codex-ql__tile > * {
  position: relative;
}

.codex-ql__tile:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--ql-accent) 55%, transparent);
  box-shadow: 0 14px 34px -14px color-mix(in srgb, var(--ql-accent) 55%, transparent), 0 0 0 1px color-mix(in srgb, var(--ql-accent) 34%, transparent);
}

.codex-ql__tile:hover::before {
  opacity: 1;
}

.codex-ql__tile:hover .codex-ql__badge {
  background: var(--ql-accent);
  color: #fff;
  border-color: transparent;
  transform: scale(1.06) rotate(-3deg);
}

.codex-ql__tile:hover .codex-ql__badge::after {
  transform: translateX(180%) skewX(-18deg);
}

.codex-ql__tile:hover .codex-ql__label {
  color: var(--ql-accent);
}

.codex-ql__tile:hover .codex-ql__go {
  opacity: 1;
  transform: translateX(0);
  color: color-mix(in srgb, var(--ql-accent) 62%, #fff);
}

.codex-ql__tile:nth-child(1) {
  animation-delay: 0.04s;
}

.codex-ql__tile:nth-child(2) {
  animation-delay: 0.09s;
}

.codex-ql__tile:nth-child(3) {
  animation-delay: 0.14s;
}

.codex-ql__tile:nth-child(4) {
  animation-delay: 0.19s;
}

.codex-ql__tile:nth-child(5) {
  animation-delay: 0.24s;
}

.codex-ql__tile:nth-child(6) {
  animation-delay: 0.29s;
}

.codex-ql__tile:nth-child(n+7) {
  animation-delay: 0.34s;
}

.codex-ql__badge {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: var(--radius-md);
  background: var(--surface-strong);
  border: 1px solid var(--border-soft);
  color: var(--text-color);
  font-size: var(--fs-xl);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.codex-ql__badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 45%;
  height: 100%;
  background: linear-gradient(100deg, transparent, var(--overlay-soft), transparent);
  transform: translateX(0) skewX(-18deg);
  transition: transform var(--dur-slow) var(--ease);
  pointer-events: none;
}

.codex-ql__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}

.codex-ql__label {
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color var(--dur) var(--ease);
}

.codex-ql__hint {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.codex-ql__go {
  flex-shrink: 0;
  margin-left: auto;
  font-size: var(--glyph-sm);
  color: var(--text-faint);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease), color var(--dur) var(--ease);
}

@media (max-width: 767px) {
  .codex-ql__grid {
    gap: var(--space-3);
  }

  .codex-ql__tile {
    min-width: 0;
  }

  .codex-ql__hint {
    display: none;
  }
}

@keyframes codex-ql-rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .codex-ql__tile {
    animation: none;
  }

  .codex-ql__badge::after {
    display: none;
  }
}

.codex-widget {
  height: 100%;
}

.codex-col-main .codex-widget,
.codex-rail .codex-widget {
  height: auto;
}

.codex-widget .layout-card__title {
  font-size: var(--fs-base);
  font-weight: var(--fw-semibold);
}

.codex-widget .layout-card__title i {
  color: var(--text-muted);
  font-weight: var(--fw-normal);
}

.codex-widget .layout-card__subtitle {
  margin-top: 2px;
}

.codex-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--control-xs);
  height: var(--icon-md);
  padding: 0 var(--space-2);
  margin-left: var(--space-1);
  border-radius: var(--radius-md);
  background: var(--surface-strong);
  color: var(--theme-primary);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  vertical-align: middle;
}

.codex-task-group:not(:first-child) .codex-task-group__head {
  margin-top: var(--space-5);
}

.codex-task-group__head {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-1);
}

.codex-task-group__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.codex-task-group__rule {
  flex: 1;
  height: 1px;
}

.codex-task-group__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--icon-md);
  height: var(--icon-md);
  padding: 0 var(--space-2);
  border-radius: var(--radius-sm);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  color: var(--text-muted);
  background: var(--surface-strong);
}

.codex-task-group--danger .codex-task-group__label {
  color: color-mix(in srgb, var(--status-error) 82%, #fff);
}

.codex-task-group--danger .codex-task-group__rule {
  background: linear-gradient(90deg, rgba(var(--status-error), 0.45), rgba(var(--status-error), 0));
}

.codex-task-group--danger .codex-task {
  --task-accent: var(--status-error);
}

.codex-task-group--warning .codex-task-group__label {
  color: color-mix(in srgb, var(--status-warning) 82%, #fff);
}

.codex-task-group--warning .codex-task-group__rule {
  background: linear-gradient(90deg, rgba(var(--status-warning), 0.45), rgba(var(--status-warning), 0));
}

.codex-task-group--warning .codex-task {
  --task-accent: var(--status-warning);
}

.codex-task-group--info .codex-task-group__label {
  color: color-mix(in srgb, var(--status-info) 82%, #fff);
}

.codex-task-group--info .codex-task-group__rule {
  background: linear-gradient(90deg, rgba(var(--status-info), 0.45), rgba(var(--status-info), 0));
}

.codex-task-group--info .codex-task {
  --task-accent: var(--status-info);
}

.codex-task-group--neutral .codex-task-group__label {
  color: color-mix(in srgb, var(--text-muted) 82%, #fff);
}

.codex-task-group--neutral .codex-task-group__rule {
  background: linear-gradient(90deg, rgba(var(--text-muted), 0.45), rgba(var(--text-muted), 0));
}

.codex-task-group--neutral .codex-task {
  --task-accent: var(--text-muted);
}

.codex-task-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.codex-task {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  border: 1px solid var(--border-subtle);
  border-left: 3px solid var(--task-accent, var(--border-strong));
  transition: background var(--dur) ease, border-color var(--dur) ease, transform var(--dur) ease;
}

.codex-task:hover {
  background: var(--surface-medium);
  border-color: var(--border-soft);
  transform: translateX(2px);
}

.codex-task__dot {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 1px;
  border-radius: 50%;
  border: 2px solid var(--border-strong);
}

.codex-task__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.codex-task__head {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
}

.codex-task__title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.codex-task__title:hover {
  color: var(--theme-primary);
}

.codex-task__due {
  flex-shrink: 0;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  white-space: nowrap;
}

.codex-task__due i {
  font-size: var(--glyph-sm);
  opacity: 0.7;
}

.codex-task__due--danger {
  color: color-mix(in srgb, var(--status-error) 72%, #fff);
}

.codex-task__due--warning {
  color: color-mix(in srgb, var(--status-warning) 78%, #fff);
}

.codex-task__due--info {
  color: var(--text-muted);
}

.codex-task__due--neutral {
  color: var(--text-muted);
}

.codex-task__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-1);
  min-width: 0;
}

.codex-task__meta .codex-dossier-chip,
.codex-task__meta .layout-badge {
  height: 18px;
  min-height: 0;
  padding: 0 var(--space-2);
  font-size: var(--fs-xs);
}

.codex-task__meta .codex-flag {
  font-size: var(--fs-xs);
}

.codex-flag {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-size: var(--fs-sm);
  line-height: var(--lh-none);
}

.codex-flag--high {
  color: var(--status-warning);
}

.codex-flag--critical {
  color: var(--status-error);
}

.codex-launchpad {
  list-style: none;
  margin: 0;
  padding: 0;
}

.codex-launch + .codex-launch {
  border-top: 1px solid rgba(127, 145, 173, 0.1);
}

.codex-launch__link {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-3);
  margin: 0 -10px;
  border-radius: var(--radius-md);
  color: var(--text-color);
  transition: background var(--dur) ease;
}

.codex-launch__link:hover {
  background: var(--surface-medium);
}

.codex-launch__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex: 1;
  gap: var(--space-2);
}

.codex-launch__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
}

.codex-launch__name {
  font-weight: var(--fw-semibold);
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.codex-launch__meta {
  font-size: 0.72rem;
  opacity: 0.6;
}

.codex-launch__warn {
  color: var(--status-error);
}

.codex-launch__more {
  display: inline-block;
  margin-top: var(--space-3);
  font-size: 0.72rem;
  font-weight: var(--fw-semibold);
  color: var(--theme-primary, var(--theme-primary));
}

.codex-infra-strip {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
  padding: var(--space-3) var(--space-5);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
}

.codex-infra-strip__head {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-weight: var(--fw-semibold);
}

.codex-infra-strip__head i {
  color: var(--theme-primary);
}

.codex-infra-strip__stat {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}

.codex-infra-strip__stat b {
  font-weight: var(--fw-bold);
  color: var(--text-color);
}

.codex-infra-strip__stat b.ok {
  color: var(--status-success);
}

.codex-infra-strip__stat b.bad {
  color: var(--status-error);
}

.codex-infra-strip__crons {
  color: inherit;
  text-decoration: none;
}

.codex-infra-strip__crons:hover {
  color: var(--text-color);
}

.codex-infra-strip__right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.codex-infra-strip__ok {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 0.8rem;
  color: var(--status-success);
}

.codex-infra-strip__all {
  font-size: 0.72rem;
  color: var(--text-muted);
  white-space: nowrap;
}

.codex-infra-strip__all:hover {
  color: var(--theme-secondary);
}

.codex-infra-strip__all i {
  margin-left: var(--space-1);
}

@media (max-width: 767px) {
  .codex-infra-strip__right {
    margin-left: 0;
    width: 100%;
  }
}

.codex-env-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: var(--fw-semibold);
  color: color-mix(in srgb, var(--status-error) 72%, #fff);
  background: rgba(var(--status-error), 0.13);
  border: 1px solid rgba(var(--status-error), 0.3);
  transition: background var(--dur) ease;
}

.codex-env-chip__blip {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--status-error);
  box-shadow: 0 0 0 3px rgba(var(--status-error), 0.22);
}

.codex-env-chip:hover {
  background: rgba(var(--status-error), 0.2);
}

.codex-widgets__edit.is-active {
  background: rgba(var(--theme-primary-rgb), 0.14);
  border-color: rgba(var(--theme-primary-rgb), 0.4);
  color: var(--theme-primary);
}

.codex-widget-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 4px;
  grid-auto-flow: row dense;
  column-gap: var(--space-5);
  align-items: start;
}

.codex-widget-cell {
  grid-row-end: span 150;
}

.codex-widget-cell {
  grid-column: span 6;
}

.codex-widget-cell--sm {
  grid-column: span 4;
}

.codex-widget-cell--md {
  grid-column: span 6;
}

.codex-widget-cell--lg {
  grid-column: span 8;
}

.codex-widget-cell--full {
  grid-column: span 12;
}

@media (max-width: 992px) {
  .codex-widget-grid {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
    min-width: 0;
  }

  .codex-widget-cell {
    grid-column: 1/-1 !important;
    grid-row-end: auto !important;
    height: auto !important;
    min-width: 0;
    max-width: 100%;
  }

  .codex-widget-cell > .codex-widget-cell__body > .codex-widget {
    height: auto !important;
  }

  .codex-widget-cell .layout-card__body {
    flex: 0 0 auto !important;
  }
}

.codex-widget-cell {
  position: relative;
}

.codex-widget-cell > .codex-widget-cell__body,
.codex-widget-cell > .codex-widget-cell__body > .codex-widget {
  height: auto;
}

.codex-widget-cell .layout-card__body {
  max-height: 32rem;
  overflow: hidden auto;
}

.codex-widget-cell__chrome {
  position: absolute;
  top: var(--space-2);
  right: var(--space-2);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: var(--space-2);
  max-width: calc(100% - var(--space-4));
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-md);
  background: var(--app-panel-bg-raised);
  border: 1px solid var(--border-soft);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--dur) var(--ease);
}

.codex-widget-cell__chrome > .layout-action-group {
  display: contents;
}

.codex-widget-cell__grip {
  display: inline-flex;
  align-items: center;
  padding: 0 var(--space-1);
  color: var(--text-muted);
  cursor: grab;
}

.codex-widget-cell__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-md);
  height: var(--icon-md);
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.codex-widget-cell__btn:hover {
  background: var(--surface-strong);
  color: var(--text-color);
}

.codex-widget-cell__remove:hover {
  background: rgba(var(--status-error-rgb), 0.16);
  color: var(--status-error);
}

.codex-widget-seg {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  padding: 2px;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-pill);
  background: var(--surface-medium);
}

.codex-widget-seg__icon {
  margin: 0 2px 0 var(--space-1);
  color: var(--text-muted);
  font-size: var(--glyph-xs);
}

.codex-widget-seg__btn {
  padding: 2px var(--space-2);
  border: none;
  border-radius: var(--radius-pill);
  background: transparent;
  color: var(--text-muted);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.codex-widget-seg__btn:hover {
  color: var(--text-color);
}

.codex-widget-seg__btn.is-active {
  background: rgba(var(--theme-primary-rgb), 0.16);
  color: var(--theme-primary);
}

.codex-widget-cell[data-widget-height=compact] .codex-widget {
  height: 12rem;
}

.codex-widget-cell[data-widget-height=normal] .codex-widget {
  height: 20rem;
}

.codex-widget-cell[data-widget-height=tall] .codex-widget {
  height: 32rem;
}

.codex-widget-cell[data-widget-height=xl] .codex-widget {
  height: 44rem;
}

.codex-widget-cell:not([data-widget-height=auto]) .codex-widget {
  display: flex;
  flex-direction: column;
}

.codex-widget-cell:not([data-widget-height=auto]) .layout-card__body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  height: auto;
}

.codex-widgets.is-editing .codex-widget-cell__chrome {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.codex-widgets.is-editing .codex-widget-cell {
  border-radius: var(--radius-md);
  outline: 1px solid var(--border-soft);
  outline-offset: var(--space-1);
  transition: outline-color var(--dur) var(--ease);
}

.codex-widgets.is-editing .codex-widget-cell:hover {
  outline-color: rgba(var(--theme-primary-rgb), 0.45);
}

.codex-widgets:not(.is-editing) .codex-widgets__addwrap {
  display: none;
}

.codex-widget-cell.is-just-added {
  animation: codex-widget-added 2.4s var(--ease);
}

@keyframes codex-widget-added {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--theme-primary-rgb), 0);
  }

  /* stylelint-disable-line */
  12% {
    box-shadow: 0 0 0 3px rgba(var(--theme-primary-rgb), 0.55);
  }

  /* stylelint-disable-line */
  100% {
    box-shadow: 0 0 0 3px rgba(var(--theme-primary-rgb), 0);
  }

  /* stylelint-disable-line */}

@media (prefers-reduced-motion: reduce) {
  .codex-widget-cell.is-just-added {
    animation: none;
  }
}

.codex-widget-cfg[hidden] {
  display: none !important;
}

.codex-widget-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  margin-top: var(--space-3);
  padding: var(--space-2);
  border-radius: var(--radius-sm);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--text-muted);
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.codex-widget-more:hover {
  background: var(--surface-medium);
  color: var(--theme-primary);
}

.codex-spotlight {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.codex-spotlight__progress {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.codex-spotlight__progress .layout-progress {
  flex: 1;
}

.codex-spotlight__pct {
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--theme-primary);
}

.codex-spotlight__vitals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}

.codex-spotlight__vital {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: var(--space-3);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.codex-spotlight__vital.is-alarm {
  border-color: rgba(var(--status-warning-rgb), 0.4);
  background: rgba(var(--status-warning-rgb), 0.1);
}

.codex-spotlight__value {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--text-color);
}

.codex-spotlight__label {
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.codex-spotlight__meta {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.codex-spotlight__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  font-size: var(--fs-sm);
}

.codex-spotlight__k {
  color: var(--text-muted);
}

.codex-spotlight__k i {
  color: var(--text-muted);
}

.codex-spotlight__v {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  text-align: right;
}

.codex-spotlight__section {
  display: block;
  margin-bottom: var(--space-2);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}

.codex-spotlight__name {
  margin-left: var(--space-2);
}

.page-dashboard .codex-widgets.is-fullwidth {
  width: calc(100vw - 48px);
  max-width: calc(100vw - 48px);
  margin-left: calc(50% - 50vw + 24px);
}

.codex-widgets__fw.is-active {
  background: rgba(var(--theme-primary-rgb), 0.14);
  border-color: rgba(var(--theme-primary-rgb), 0.4);
  color: var(--theme-primary);
}

.codex-widget-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--space-3);
}

.codex-widget-tile {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-3);
  text-align: left;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  cursor: pointer;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.codex-widget-tile:hover {
  border-color: rgba(var(--theme-primary-rgb), 0.5);
  background: rgba(var(--theme-primary-rgb), 0.06);
  transform: translateY(-1px);
}

.codex-widget-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--control-md);
  height: var(--control-md);
  flex: 0 0 auto;
  border-radius: var(--radius-sm);
  background: rgba(var(--theme-primary-rgb), 0.12);
  color: var(--theme-primary);
  font-size: var(--glyph-sm);
}

.codex-widget-tile__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.codex-widget-tile__name {
  font-weight: var(--fw-semibold);
  color: var(--text-color);
}

.codex-widget-tile__desc {
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.codex-hidden-submit {
  display: none !important;
}

.codex-notes {
  white-space: pre-wrap;
  word-break: break-word;
  font-size: var(--fs-sm);
  line-height: var(--lh-relaxed);
  color: var(--text-color);
}

.env-info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-3) var(--space-5);
  padding: var(--space-4) var(--space-5);
  margin-bottom: var(--space-4);
}

.env-info-bar__left {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  min-width: 0;
}

.env-info-bar__right {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.env-url {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-size: 0.72rem;
  opacity: 0.5;
  text-decoration: none;
  color: inherit !important;
  transition: opacity var(--dur);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.env-url:hover {
  opacity: 0.8;
}

.env-url i {
  flex-shrink: 0;
  font-size: var(--glyph-xs);
}

.env-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  padding: 3px var(--space-3);
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: var(--fw-medium);
  background: var(--surface-strong);
  border: 1px solid var(--border-soft);
  opacity: 0.6;
  white-space: nowrap;
}

.env-meta-pill i {
  font-size: var(--glyph-xs);
}

.env-actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding-left: var(--space-2);
}

.env-hero__strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.env-hero__vitals {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.env-hero__vital {
  --vital-tone: var(--status-neutral);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-width: 116px;
  padding: var(--space-2) var(--space-3);
  overflow: hidden;
  background: var(--overlay-soft);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
}

.env-hero__vital > i {
  color: var(--vital-tone);
  font-size: var(--glyph-md);
}

.env-hero__vital--success {
  --vital-tone: var(--status-success);
}

.env-hero__vital--warning {
  --vital-tone: var(--status-warning);
}

.env-hero__vital--error {
  --vital-tone: var(--status-error);
}

.env-hero__vital--info {
  --vital-tone: var(--status-info);
}

.env-hero__vital--neutral {
  --vital-tone: var(--status-neutral);
}

.env-hero__vital-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.env-hero__vital-value {
  font-weight: var(--fw-semibold);
}

.env-hero__vital-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}

.env-hero__vital-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--border-subtle);
}

.env-hero__vital-bar > span {
  display: block;
  height: 100%;
  background: var(--vital-tone);
}

.env-hero__meta {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.env-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-size: 0.8rem;
  color: var(--text-muted);
}

@media (max-width: 640px) {
  .env-hero__vital {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
  }
}

.env-control {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.env-control__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.env-control__panels {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .env-control__panels {
    grid-template-columns: 1fr;
  }
}

.env-control__diag {
  margin-top: var(--space-2);
}

.env-control__scroll {
  max-height: 320px;
  overflow: auto;
}

.env-control__group + .env-control__group {
  margin-top: var(--space-1);
}

.env-control__group > summary {
  cursor: pointer;
  padding: var(--space-1) 0;
}

.env-control__list {
  margin: var(--space-1) 0 var(--space-2);
  padding-left: var(--space-4);
  font-size: var(--fs-sm);
  color: var(--text-muted);
  word-break: break-word;
}

.env-control__list li {
  padding: 1px 0;
}

.env-control__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
}

.env-monitoring__summary {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-4);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--text-muted);
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: color var(--dur) ease, border-color var(--dur) ease, background var(--dur) ease;
}

.env-monitoring__summary::-webkit-details-marker {
  display: none;
}

.env-monitoring__summary:hover {
  color: var(--text-color);
  border-color: var(--border-soft);
  background: var(--surface-medium);
}

.env-monitoring__chevron {
  font-size: var(--glyph-xs);
  transition: transform var(--dur) ease;
}

.env-monitoring[open] .env-monitoring__summary {
  border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.env-monitoring[open] .env-monitoring__chevron {
  transform: rotate(90deg);
}

.env-monitoring__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  margin-top: var(--space-4);
}

.log-block {
  display: block;
  border-radius: 4px;
  padding: var(--space-3);
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.72rem;
  max-height: 500px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
  background: var(--app-panel-bg-raised);
  border: 1px solid var(--border-soft);
}

.env-run-actions {
  margin-top: var(--space-4);
}

.env-run-log {
  margin-top: var(--space-4);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.env-run-log__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-2) var(--space-3);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  background: var(--app-panel-bg);
}

.env-run-log__pre {
  margin: 0;
  max-height: 340px;
  overflow: auto;
  padding: var(--space-3);
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.72rem;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-all;
  background: var(--app-panel-bg-raised);
}

.env-run-log__notice[hidden] {
  display: none;
}

.env-run-log__notice {
  margin: 0;
  padding: var(--space-2) var(--space-3);
  border-top: 1px solid var(--border-subtle);
  font-size: var(--fs-xs);
  color: var(--status-warning);
  background: var(--status-warning-soft);
}

.env-run-log__notice.is-error {
  color: var(--status-error);
  background: var(--status-error-soft);
}

.env-uptime-chart {
  margin-bottom: var(--space-4);
}

.env-uptime-chart canvas {
  width: 100% !important;
  height: 120px !important;
  max-height: 120px;
  display: block;
}

.env-error-logs {
  margin-bottom: var(--space-4);
}

.env-error-logs .card-head {
  flex-wrap: wrap;
  gap: var(--space-2);
}

.env-error-logs__actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.env-error-logs__limit {
  height: 36px;
  padding: 0 var(--space-2);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-soft);
  background: var(--app-panel-bg-raised);
  color: inherit;
  font-size: 0.72rem;
  cursor: pointer;
}

.env-error-logs__body {
  min-height: 60px;
}

.env-error-logs__empty {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-5);
  font-size: 0.8rem;
  opacity: 0.45;
  justify-content: center;
}

.env-error-logs__empty i {
  font-size: var(--glyph-lg);
}

.env-error-logs__loading {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-5);
  font-size: 0.8rem;
  opacity: 0.5;
  justify-content: center;
}

.env-error-logs__loading i {
  font-size: var(--glyph-md);
}

.env-error-logs__error {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-4);
  font-size: 0.8rem;
  color: var(--status-error) !important;
  background: rgba(var(--status-error), 0.06);
  border-radius: var(--radius-xs);
}

.env-error-logs__error i {
  font-size: var(--glyph-md);
  flex-shrink: 0;
}

.env-error-logs__section {
  margin-bottom: var(--space-4);
}

.env-error-logs__section:last-child {
  margin-bottom: 0;
}

.env-error-logs__section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-2);
}

.env-error-logs__section-title {
  font-size: 0.8rem;
  font-weight: var(--fw-semibold);
}

.env-error-logs__section-title i {
  margin-right: var(--space-1);
  opacity: 0.5;
}

.env-error-logs__section-meta {
  font-size: 0.72rem;
  opacity: 0.4;
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
}

.env-error-logs__shared-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  margin-left: var(--space-2);
  padding: 1px var(--space-2);
  border-radius: var(--radius-md);
  font-size: 0.72rem;
  font-weight: var(--fw-medium);
  background: rgba(128, 128, 128, 0.12);
  opacity: 0.55;
  vertical-align: middle;
}

.env-error-logs__shared-badge i {
  font-size: var(--glyph-xs);
}

.env-error-logs__pre {
  display: block;
  border-radius: var(--radius-xs);
  padding: var(--space-3);
  font-family: "Monaco", "Menlo", "Ubuntu Mono", monospace;
  font-size: 0.72rem;
  line-height: var(--lh-normal);
  max-height: 500px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
  background: var(--surface-raised);
  border: 1px solid rgba(128, 128, 128, 0.08);
}

.env-error-logs__line--error {
  color: var(--status-error) !important;
  font-weight: var(--fw-medium);
}

.env-error-logs__line--warning {
  color: var(--status-warning) !important;
}

@media (max-width: 768px) {
  .env-info-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .env-info-bar__right {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .env-actions {
    padding-left: 0;
    border-left: none;
    padding-top: var(--space-2);
    border-top: 1px solid rgba(128, 128, 128, 0.12);
    width: 100%;
  }

  .env-url {
    max-width: 100%;
  }
}

.codex-settings__sidebar-card + .codex-settings__sidebar-card {
  margin-top: var(--space-4);
}

.codex-settings__info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border-subtle);
}

.codex-settings__info-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.codex-settings__info-row:first-of-type {
  padding-top: 0;
}

.codex-settings__info-label {
  font-size: 0.8rem;
  color: var(--text-faint);
}

.codex-settings__info-value {
  font-size: 0.8rem;
  font-weight: var(--fw-medium);
  color: var(--text-muted);
  font-family: "SF Mono", "Fira Code", monospace;
}

.account-page {
  max-width: 880px;
  margin: 0 auto;
}

.account-hero {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-5);
  margin-bottom: var(--space-4);
  background: var(--app-panel-bg-raised);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.account-hero__avatar {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  font-size: var(--fs-2xl);
}

.account-hero__id {
  flex: 1 1 auto;
  min-width: 0;
}

.account-hero__name {
  margin: 0;
  font-size: var(--fs-2xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
}

.account-hero__email,
.account-hero__meta {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin: var(--space-1) 0 0;
  color: var(--text-muted);
  font-size: var(--fs-sm);
}

.account-hero__email i,
.account-hero__meta i {
  width: 1em;
  text-align: center;
  opacity: 0.7;
}

.account-hero__type {
  flex-shrink: 0;
  align-self: flex-start;
}

@media (max-width: 600px) {
  .account-hero {
    flex-wrap: wrap;
    gap: var(--space-3);
    padding: var(--space-4);
  }

  .account-hero__name {
    font-size: var(--fs-xl);
    overflow-wrap: anywhere;
  }

  .account-hero__email,
  .account-hero__meta {
    overflow-wrap: anywhere;
  }

  .account-hero__type {
    flex-basis: 100%;
    order: 3;
  }
}

.account-note {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3);
  margin-bottom: var(--space-4);
  background: var(--status-info-soft);
  border: 1px solid var(--status-info);
  border-radius: var(--radius-md);
  color: var(--text-color);
  font-size: var(--fs-sm);
}

.account-note i {
  color: var(--status-info);
  font-size: var(--glyph-sm);
}

.account-form input:disabled,
.account-form select:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.account-form__footer {
  margin-top: var(--space-5);
  text-align: right;
}

.alert-wrapper {
  --toast-surface: rgba(15, 23, 40, 0.86);
  --toast-hairline: rgba(255, 255, 255, 0.10);
  --toast-sheen: rgba(255, 255, 255, 0.06);
  --toast-glass: blur(22px) saturate(140%);
  --toast-ink: #eef2f7;
  --toast-ink-soft: rgba(238, 242, 247, 0.55);
  --toast-chip: rgba(255, 255, 255, 0.08);
  --toast-drop: 0 22px 60px -22px rgba(0, 0, 0, 0.72);
  position: fixed;
  top: 96px;
  right: var(--space-5);
  bottom: auto;
  left: auto;
  transform: none;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-2);
  padding: 0;
  width: max-content;
  max-width: min(400px, 100vw - 32px);
  pointer-events: none;
}

.alert-wrapper .alert.card {
  pointer-events: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) var(--space-4) var(--space-2) var(--space-2);
  min-width: 280px;
  max-width: 100%;
  border-radius: var(--radius-pill);
  border: 1px solid var(--toast-hairline);
  background: linear-gradient(150deg, var(--toast-sheen) 0%, transparent 55%), var(--toast-surface);
  backdrop-filter: var(--toast-glass);
  -webkit-backdrop-filter: var(--toast-glass);
  box-shadow: var(--toast-drop);
  color: var(--toast-ink);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-snug);
  text-align: left;
  cursor: pointer;
  animation: codex-toast-in 0.5s cubic-bezier(0.22, 1.35, 0.34, 1) both, codex-toast-out 350ms cubic-bezier(0.4, 0, 1, 1) 2650ms both;
}

.alert-wrapper .alert.card::before {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0;
  border-radius: 50%;
  font-size: var(--fs-sm);
  background: var(--toast-chip);
  color: var(--toast-ink);
}

.alert-wrapper .alert.card i {
  flex: 0 0 auto;
  margin-left: auto;
  padding-left: var(--space-2);
  color: var(--toast-ink-soft);
  font-size: var(--glyph-sm);
  transition: color var(--dur) ease, transform var(--dur) ease;
}

.alert-wrapper .alert.card:hover i {
  color: var(--toast-ink);
  transform: rotate(90deg);
}

.alert-wrapper .alert.card.alert-success::before {
  background: var(--status-success);
  color: #fff;
  animation: codex-toast-ping 1.5s ease-out 1;
}

.alert-wrapper .alert.card.alert-error::before {
  background: var(--status-error);
  color: #fff;
  animation: codex-toast-ping 1.5s ease-out 1;
}

.alert-wrapper .alert.card.alert-warning::before {
  background: var(--status-warning);
  color: #fff;
  animation: codex-toast-ping 1.5s ease-out 1;
}

.alert-wrapper .alert.card.alert-info::before {
  background: var(--status-info);
  color: #fff;
  animation: codex-toast-ping 1.5s ease-out 1;
}

@keyframes codex-toast-in {
  from {
    opacity: 0;
    transform: translateX(28px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes codex-toast-out {
  from {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  to {
    opacity: 0;
    transform: translateX(28px) scale(0.98);
  }
}

@keyframes codex-toast-ping {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .alert-wrapper .alert.card {
    animation: codex-toast-out 350ms ease-in 2650ms both;
  }

  .alert-wrapper .alert.card::before {
    animation: none;
  }
}

.layout-action {
  border: 1px solid transparent;
  color: var(--text-muted);
  transition: color var(--dur) ease, background var(--dur) ease, border-color var(--dur) ease;
}

.layout-action:hover,
.layout-action:focus {
  color: var(--text-color);
  background: var(--surface-strong);
  border-color: var(--border-soft);
}

.layout-card.layout-card--feature {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--card-border, var(--border-soft));
}

.layout-card.layout-card--feature::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: var(--feature-accent, var(--theme-primary));
}

.layout-card.layout-card--feature:hover,
.layout-card.layout-card--feature:focus-within {
  border-color: var(--card-border, var(--border-soft));
  border-width: 1px;
}

.codex-list .layout-media-row__title,
.listing--media .listing-rows .layout-media-row__title {
  font-weight: var(--fw-semibold);
}

.codex-list .layout-media-row.listing-row,
.listing--media .listing-rows .layout-media-row.listing-row {
  flex-wrap: nowrap;
}

.codex-list .layout-media-row--overlay > .layout-media-row__lead,
.codex-list .layout-media-row--overlay > .layout-media-row__body,
.listing--media .listing-rows .layout-media-row--overlay > .layout-media-row__lead,
.listing--media .listing-rows .layout-media-row--overlay > .layout-media-row__body {
  pointer-events: none;
}

.codex-list .layout-media-row--overlay .layout-media-row__body a,
.codex-list .layout-media-row--overlay .layout-media-row__body button,
.codex-list .layout-media-row--overlay .layout-media-row__body [data-util],
.listing--media .listing-rows .layout-media-row--overlay .layout-media-row__body a,
.listing--media .listing-rows .layout-media-row--overlay .layout-media-row__body button,
.listing--media .listing-rows .layout-media-row--overlay .layout-media-row__body [data-util] {
  pointer-events: auto;
}

.codex-list .layout-media-row {
  border-radius: 0;
}

.codex-list .layout-media-row:hover {
  background: var(--overlay-subtle);
}

.codex-list .layout-media-row + .layout-media-row {
  border-top: 1px solid var(--border-subtle);
}

.codex-list .layout-media-row {
  color: var(--text-color);
}

.codex-list--panel {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--app-panel-bg);
  overflow: hidden;
}

.codex-list--cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
}

.codex-list--cols .layout-media-row {
  border-bottom: 1px solid var(--border-subtle);
}

.codex-list--cols .layout-media-row + .layout-media-row {
  border-top: 0;
}

.codex-list--cols .layout-media-row:nth-child(2n) {
  border-left: 1px solid var(--border-subtle);
}

@media (max-width: 900px) {
  .codex-list--cols {
    grid-template-columns: 1fr;
  }

  .codex-list--cols .layout-media-row:nth-child(2n) {
    border-left: 0;
  }
}

.layout-entity-card .layout-entity-card__title {
  font-size: var(--fs-md);
}

.layout-entity-card .layout-entity-card__body {
  font-size: var(--fs-sm);
}

.layout-progress--primary .layout-progress__value {
  color: var(--theme-primary);
}

.layout-progress--primary .layout-progress__fill {
  background: linear-gradient(90deg, var(--dossier-color, var(--theme-primary)), color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 55%, #fff));
}

.layout-progress--info .layout-progress__fill {
  background: var(--theme-secondary);
}

.layout-progress--success .layout-progress__fill {
  background: var(--status-success);
}

.layout-progress--danger .layout-progress__fill,
.layout-progress--error .layout-progress__fill {
  background: var(--status-error);
}

.layout-progress--warning .layout-progress__fill {
  background: var(--status-warning);
}

.layout-progress--neutral .layout-progress__fill {
  background: var(--text-faint);
}

.layout-progress__track {
  background: var(--surface-strong);
}

.layout-progress__fill {
  transition: width var(--dur-slow, 0.4s) ease;
}

.layout-progress__description {
  font-size: var(--fs-xs);
  color: var(--text-faint);
}

.layout-timeline .layout-timeline__item:not(:last-child) .layout-timeline__marker::after {
  display: none;
}

.layout-timeline .layout-timeline__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 14px;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, color-mix(in srgb, var(--tl-tone) 40%, transparent), var(--border-color, rgba(128, 128, 128, 0.14)));
}

@media (max-width: 600px) {
  .layout-card__header {
    flex-wrap: wrap;
  }

  .layout-card__actions {
    flex: 1 1 auto;
    min-width: 0;
  }

  .layout-card__actions .layout-action-group {
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.documentation-item-form:not(.doc-type-method):not(.doc-type-endpoint) .doc-only-typed {
  display: none !important;
}

.documentation-item-form:not(.doc-type-endpoint) .doc-only-endpoint {
  display: none !important;
}

.documentation-item-form:not(.doc-type-hardware):not(.doc-type-software) .doc-only-specs {
  display: none !important;
}

.documentation-item-form:not(.doc-type-procedure) .doc-only-steps {
  display: none !important;
}

.doc-item-lang {
  flex: 0 0 auto;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.04em;
  padding: 2px 7px;
  border-radius: var(--radius-xs);
}

.doc-item-lang--php,
.doc-item-lang--js,
.doc-item-lang--html,
.doc-item-lang--css,
.doc-item-lang--sql,
.doc-item-lang--bash,
.doc-item-lang--python,
.doc-item-lang--json,
.doc-item-lang--markdown,
.doc-item-lang--other {
  color: var(--text-muted)  !important;
  background: var(--overlay-medium);
}

.doc-lede {
  max-width: 68ch;
  margin: 0 0 var(--space-5);
  color: var(--text-muted);
  font-size: var(--fs-md);
  line-height: var(--lh-relaxed);
}

.doc-category-section,
.doc-category-actions {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.doc-category-actions .doc-lede {
  margin-bottom: var(--space-1);
}

.doc-spaces {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--space-4);
  max-width: 920px;
  margin: var(--space-4) auto 0;
}

.doc-space-door {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-5);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  background: var(--surface-soft);
  color: var(--text-color);
  text-decoration: none;
  transition: transform var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
}

.doc-space-door:hover {
  transform: translateY(-2px);
  border-color: var(--border-strong);
  background: var(--surface-medium);
  box-shadow: var(--shadow-md);
}

.doc-space-door__icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-md);
  font-size: var(--glyph-xl);
  color: var(--theme-primary);
  background: rgba(var(--theme-primary-rgb), 0.1);
  border: 1px solid var(--border-subtle);
  transition: background var(--dur) var(--ease);
}

.doc-space-door:hover .doc-space-door__icon {
  background: rgba(var(--theme-primary-rgb), 0.18);
}

.doc-space-door__body {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1 1 auto;
}

.doc-space-door__label {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--text-strong);
}

.doc-space-door__desc {
  font-size: var(--fs-sm);
  color: var(--text-muted);
  line-height: var(--lh-snug);
}

.doc-space-door__count {
  margin-top: var(--space-1);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-faint);
}

.doc-space-door__arrow {
  flex: 0 0 auto;
  color: var(--text-faint);
  font-size: var(--glyph-sm);
  transition: transform var(--dur) var(--ease), color var(--dur) var(--ease);
}

.doc-space-door:hover .doc-space-door__arrow {
  color: var(--theme-primary);
  transform: translateX(3px);
}

.doc-spaces-switch.tablist {
  margin-bottom: var(--space-4);
}

.doc-spaces-switch.tablist .nav-tabs {
  width: 100%;
}

.doc-spaces-switch.tablist .nav-tabs li {
  flex: 1 1 0;
  min-width: 0;
}

.doc-spaces-switch.tablist .nav-tabs li a {
  width: 100%;
  justify-content: center;
  padding: var(--space-2) var(--space-3);
  font-size: var(--fs-sm);
}

.doc-spaces-switch.tablist .nav-tabs li a i {
  font-size: var(--glyph-sm);
}

.doc-package-grid .doc-package-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  height: 100%;
  padding: var(--space-4);
  transition: transform var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease;
}

.doc-package-grid .doc-package-tile:hover {
  transform: translateY(-2px);
}

.doc-package-grid .doc-package-tile__head {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  min-width: 0;
}

.doc-package-grid .doc-package-tile__icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-sm);
  font-size: var(--glyph-sm);
  background: rgba(var(--theme-primary-rgb), 0.1);
  border: 1px solid var(--border-subtle);
  color: var(--text-muted);
  transition: background var(--dur) ease, border-color var(--dur) ease, color var(--dur) ease;
}

.doc-package-grid .doc-package-tile:hover .doc-package-tile__icon {
  background: rgba(var(--theme-primary-rgb), 0.18);
  border-color: var(--border-soft);
  color: var(--text-color);
}

.doc-package-grid .doc-package-tile__name {
  flex: 1 1 auto;
  min-width: 0;
  font-family: "SF Mono", "Fira Code", ui-monospace, monospace;
  font-weight: var(--fw-semibold);
  font-size: var(--fs-base);
  color: var(--text-strong);
  text-decoration: none;
  overflow-wrap: anywhere;
}

.doc-package-grid .doc-package-tile__name::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.doc-package-grid .doc-package-tile__head .layout-action-group {
  position: absolute;
  top: var(--space-3);
  right: var(--space-3);
  z-index: 1;
}

.doc-package-grid .doc-package-tile__meta {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--text-muted);
  font-size: var(--fs-sm);
}

.doc-package-grid .doc-package-tile__meta strong {
  color: var(--text-strong);
  font-weight: var(--fw-semibold);
}

.doc-package-grid .doc-package-tile__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--border-strong);
}

.doc-package-grid .doc-package-tile__langs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
  margin-top: auto;
}

.doc-items {
  display: flex;
  flex-direction: column;
}

.doc-item {
  padding: var(--space-6) 0 var(--space-8);
  border-top: 1px solid var(--border-subtle);
}

.doc-item:first-child {
  border-top: 0;
  padding-top: var(--space-2);
}

.doc-item .doc-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.doc-item .doc-item-heading {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  min-width: 0;
}

.doc-item .doc-item-anchor {
  flex: 0 0 auto;
  color: var(--text-faint);
  font-size: var(--fs-sm);
  opacity: 0;
  transition: color var(--dur) ease, opacity var(--dur) ease;
}

.doc-item .doc-item-anchor:hover {
  color: var(--cm-link);
}

.doc-item:hover .doc-item-anchor,
.doc-item .doc-item-header:hover .doc-item-anchor {
  opacity: 1;
}

.doc-item .doc-item-signature {
  min-width: 0;
  font-family: "SF Mono", "Fira Code", ui-monospace, monospace;
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.01em;
  color: var(--text-strong);
  background: none;
  padding: 0;
  word-break: break-word;
}

.doc-item .doc-item-signature .sig-name {
  color: var(--text-strong) !important;
}

.doc-item .doc-item-signature .sig-type {
  color: var(--cm-link) !important;
  font-weight: var(--fw-medium);
}

.doc-item .doc-item-signature .sig-param {
  color: var(--cm-keyword) !important;
  font-weight: var(--fw-normal);
}

.doc-item .doc-item-signature .sig-default {
  color: var(--cm-string-2) !important;
  font-weight: var(--fw-normal);
}

.doc-item .doc-item-signature .sig-return {
  color: var(--cm-type) !important;
  font-weight: var(--fw-medium);
}

.doc-item .doc-item-signature .sig-punc {
  color: var(--text-faint) !important;
  font-weight: var(--fw-normal);
}

.doc-item .doc-endpoint-method {
  flex: 0 0 auto;
  font-family: "SF Mono", "Fira Code", ui-monospace, monospace;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.06em;
  padding: 3px 9px;
  border-radius: var(--radius-xs);
  color: #0b1524 !important;
}

.doc-item .doc-endpoint-method--get {
  background: #c3e88d;
}

.doc-item .doc-endpoint-method--post {
  background: #82aaff;
}

.doc-item .doc-endpoint-method--put {
  background: #ffcb6b;
}

.doc-item .doc-endpoint-method--patch {
  background: #72c9ff;
}

.doc-item .doc-endpoint-method--delete {
  background: #ff5370;
  color: #fff !important;
}

.doc-item .doc-item-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.doc-item .doc-item-description {
  margin: 0;
  color: var(--text-muted);
  font-size: var(--fs-sm);
  line-height: var(--lh-normal);
}

.doc-item .doc-item-body {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  margin-top: var(--space-1);
}

.doc-item .doc-item-section {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.doc-item .doc-item-label {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin: 0;
  font-weight: var(--fw-bold);
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-faint);
}

.doc-item .doc-params {
  display: flex;
  flex-direction: column;
}

.doc-item .doc-param-row {
  display: flex;
  align-items: baseline;
  gap: var(--space-4);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border-subtle);
}

.doc-item .doc-param-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.doc-item .doc-param-row .doc-param-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-1) var(--space-2);
  flex: 0 0 auto;
  width: 260px;
}

.doc-item .doc-param-row .doc-param-desc {
  flex: 1;
  min-width: 0;
  font-size: var(--fs-sm);
  font-style: normal;
  color: var(--text-muted);
  line-height: var(--lh-snug);
}

.doc-item .doc-param-key {
  font-family: "SF Mono", "Fira Code", ui-monospace, monospace;
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--cm-link);
  background: rgba(var(--theme-primary-rgb), 0.1);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xs);
  padding: 2px 8px;
}

.doc-item .doc-param-type {
  font-family: "SF Mono", "Fira Code", ui-monospace, monospace;
  font-size: var(--fs-xs);
  color: var(--cm-def);
}

.doc-item .doc-param-in {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  background: var(--overlay-medium);
  border-radius: var(--radius-pill);
  padding: 1px 8px;
}

.doc-item .doc-param-default {
  font-family: "SF Mono", "Fira Code", ui-monospace, monospace;
  font-size: var(--fs-xs);
  color: var(--cm-string-2);
  opacity: 0.9;
  white-space: nowrap;
}

.doc-item .doc-returns {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
}

.doc-item .doc-returns-type {
  color: var(--cm-property);
}

.doc-item .doc-badge-required,
.doc-item .doc-badge-optional {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: var(--radius-pill);
  padding: 1px 8px;
}

.doc-item .doc-badge-required {
  color: var(--status-warning);
  background: rgba(var(--status-warning-rgb), 0.12);
  border: 1px solid rgba(var(--status-warning-rgb), 0.3);
}

.doc-item .doc-badge-optional {
  color: var(--text-muted);
  background: transparent;
  border: 1px solid var(--border-soft);
}

.doc-item .doc-lang-chip {
  font-family: "SF Mono", "Fira Code", ui-monospace, monospace;
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  text-transform: none;
  letter-spacing: 0;
  color: var(--text-muted);
  background: var(--surface-medium);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xs);
  padding: 1px 7px;
}

.doc-item--ops .doc-ops-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: var(--radius-sm);
  font-size: var(--glyph-sm);
  color: var(--theme-primary);
  background: rgba(var(--theme-primary-rgb), 0.1);
  border: 1px solid var(--border-subtle);
}

.doc-item--ops .doc-ops-name {
  min-width: 0;
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  color: var(--text-strong);
  word-break: break-word;
}

.doc-item--ops .doc-ops-type {
  flex: 0 0 auto;
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  background: var(--surface-medium);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-pill);
  padding: 2px 9px;
}

.doc-specs {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.doc-spec-row {
  display: flex;
  gap: var(--space-4);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border-subtle);
}

.doc-spec-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.doc-spec-key {
  flex: 0 0 auto;
  width: 220px;
  font-weight: var(--fw-semibold);
  color: var(--text-color);
}

.doc-spec-value {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: var(--text-muted);
  line-height: var(--lh-snug);
}

.doc-steps {
  margin: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: doc-step;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.doc-step {
  counter-increment: doc-step;
  position: relative;
  padding-left: var(--space-8);
  min-height: 26px;
  display: flex;
  align-items: center;
  color: var(--text-muted);
  line-height: var(--lh-normal);
}

.doc-step::before {
  content: counter(doc-step);
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--theme-primary);
  background: rgba(var(--theme-primary-rgb), 0.1);
  border: 1px solid var(--border-subtle);
}

.doc-item .doc-item-description,
.doc-item .doc-param-row .doc-param-desc {
  color: var(--text-muted) !important;
}

.doc-item .doc-item-label {
  color: var(--text-faint) !important;
}

.doc-item .doc-param-key {
  color: var(--cm-link) !important;
}

.doc-item .doc-param-type {
  color: var(--cm-def) !important;
}

.doc-item .doc-param-in {
  color: var(--text-muted) !important;
}

.doc-item .doc-param-default {
  color: var(--cm-string-2) !important;
}

.doc-item .doc-returns-type {
  color: var(--cm-property) !important;
}

.doc-item .doc-badge-required {
  color: var(--status-warning) !important;
}

.doc-item .doc-badge-optional {
  color: var(--text-muted) !important;
}

.doc-item .doc-lang-chip {
  color: var(--text-muted) !important;
}

.doc-item .doc-spec-value,
.doc-item .doc-step {
  color: var(--text-muted) !important;
}

.doc-item .doc-spec-key {
  color: var(--text-color) !important;
}

.doc-item .doc-ops-name {
  color: var(--text-strong) !important;
}

.doc-item .doc-ops-type {
  color: var(--text-muted) !important;
}

.doc-lede {
  color: var(--text-muted) !important;
}

.doc-sidebar__search {
  position: relative;
  margin-bottom: var(--space-4);
}

.doc-sidebar__search-icon {
  position: absolute;
  left: var(--space-3);
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--glyph-sm);
  color: var(--text-muted);
  pointer-events: none;
}

.doc-sidebar__search-input {
  width: 100%;
  padding: var(--space-2) var(--space-3) var(--space-2) var(--space-6);
  border-radius: var(--radius-sm);
  background: var(--surface-medium);
  border: 1px solid var(--border-soft);
  color: var(--text-color);
  font: inherit;
  font-size: var(--fs-sm);
  transition: border-color var(--dur) ease, background var(--dur) ease;
}

.doc-sidebar__search-input::placeholder {
  color: var(--text-faint);
}

.doc-sidebar__search-input:focus {
  outline: none;
  border-color: var(--border-strong);
  background: var(--surface-strong);
}

.doc-sidebar .doc-tree {
  font-size: var(--fs-md);
}

.doc-sidebar .doc-tree summary {
  list-style: none;
  cursor: pointer;
}

.doc-sidebar .doc-tree summary::-webkit-details-marker {
  display: none;
}

.doc-sidebar .doc-tree .doc-tree__row {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: 5px var(--space-2);
  border-radius: var(--radius-sm);
  transition: background var(--dur) ease;
}

.doc-sidebar .doc-tree .doc-tree__row:hover {
  background: var(--overlay-soft);
}

.doc-sidebar .doc-tree .doc-tree__chev {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--text-muted);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform var(--dur) ease;
}

.doc-sidebar .doc-tree .doc-tree__chev--leaf {
  stroke: none;
}

.doc-sidebar .doc-tree details[open] > summary > .doc-tree__chev {
  transform: rotate(90deg);
}

.doc-sidebar .doc-tree .doc-tree__label {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-muted);
}

.doc-sidebar .doc-tree .doc-tree__pkg-name {
  color: var(--text-strong);
  font-weight: var(--fw-semibold);
}

.doc-sidebar .doc-tree .doc-tree__pkg-body {
  margin-top: 2px;
}

.doc-sidebar .doc-tree .doc-tree__cat--top > summary > .doc-tree__cat-name,
.doc-sidebar .doc-tree .doc-tree__cat--top.doc-tree__cat-link .doc-tree__label {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  color: var(--text-faint);
}

.doc-sidebar .doc-tree .doc-tree__cat-name {
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.doc-sidebar .doc-tree .doc-tree__children {
  margin: 2px 0 var(--space-3) 13px;
  padding-left: var(--space-3);
  border-left: 1px solid var(--border-strong);
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.doc-sidebar .doc-tree details[open]:has(.active) > .doc-tree__children,
.doc-sidebar .doc-tree details[open]:has(.is-current) > .doc-tree__children {
  border-left-color: var(--theme-primary, var(--cm-link));
}

.doc-sidebar .doc-tree .doc-tree__method {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-1) var(--space-2) var(--space-1) var(--space-3);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: background var(--dur) ease;
}

.doc-sidebar .doc-tree .doc-tree__method:hover {
  background: var(--overlay-soft);
}

.doc-sidebar .doc-tree .doc-tree__method-name {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "SF Mono", "Fira Code", ui-monospace, monospace;
  font-size: var(--fs-sm);
  color: var(--text-muted);
  transition: color var(--dur) ease;
}

.doc-sidebar .doc-tree .doc-tree__method:hover .doc-tree__method-name {
  color: var(--text-color);
}

.doc-sidebar .doc-tree .doc-tree__ops-icon {
  flex: 0 0 auto;
  width: 14px;
  text-align: center;
  font-size: var(--glyph-sm);
  color: var(--text-faint);
  transition: color var(--dur) ease;
}

.doc-sidebar .doc-tree .doc-tree__method:hover .doc-tree__ops-icon,
.doc-sidebar .doc-tree .doc-tree__method.is-current .doc-tree__ops-icon {
  color: var(--theme-primary, var(--cm-link));
}

.doc-sidebar .doc-tree .doc-tree__lang {
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 1px 5px;
  border-radius: 4px;
}

.doc-sidebar .doc-tree .doc-tree__lang--php,
.doc-sidebar .doc-tree .doc-tree__lang--js,
.doc-sidebar .doc-tree .doc-tree__lang--html,
.doc-sidebar .doc-tree .doc-tree__lang--css,
.doc-sidebar .doc-tree .doc-tree__lang--sql,
.doc-sidebar .doc-tree .doc-tree__lang--bash,
.doc-sidebar .doc-tree .doc-tree__lang--python,
.doc-sidebar .doc-tree .doc-tree__lang--json,
.doc-sidebar .doc-tree .doc-tree__lang--markdown,
.doc-sidebar .doc-tree .doc-tree__lang--other {
  color: var(--text-muted);
  background: var(--overlay-medium);
}

.doc-sidebar .doc-tree .doc-tree__cat-name.active,
.doc-sidebar .doc-tree .doc-tree__cat--top > summary > .doc-tree__cat-name.active,
.doc-sidebar .doc-tree .doc-tree__cat-link.active .doc-tree__label {
  color: var(--theme-primary, var(--cm-link));
}

.doc-sidebar .doc-tree summary:has(> .doc-tree__cat-name.active),
.doc-sidebar .doc-tree .doc-tree__cat-link.active {
  background: rgba(var(--theme-primary-rgb), 0.12);
  border-radius: var(--radius-sm);
}

.doc-sidebar .doc-tree .doc-tree__method.is-current {
  background: rgba(var(--theme-primary-rgb), 0.14);
}

.doc-sidebar .doc-tree .doc-tree__method.is-current .doc-tree__method-name {
  color: var(--theme-primary, var(--cm-link));
  font-weight: var(--fw-semibold);
}

.doc-sidebar .doc-tree.is-searching .doc-tree__children {
  display: flex !important;
}

.doc-sidebar .doc-tree [hidden] {
  display: none !important;
}

.code-view {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: var(--space-3);
  overflow: auto;
  background: var(--app-panel-bg);
  border-radius: var(--radius-sm);
  font-size: 13px;
  line-height: 1.5;
  font-family: var(--font-mono, ui-monospace, "SFMono-Regular", "Consolas", monospace);
  white-space: pre-wrap;
  tab-size: 4;
}

.code-view:not(.is-colorized) {
  visibility: hidden;
}

.code-view--tall {
  max-height: 60vh;
}

.snippet-vault {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.snippet-rail__group {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.snippet-rail__scope {
  margin-bottom: var(--space-1);
}

.snippet-rail__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: var(--space-1) 0 0;
  padding: var(--space-2) var(--space-4) var(--space-2) var(--space-5);
  background: var(--overlay-soft);
  color: var(--text-muted);
  font-size: 12px;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 16px;
}

.snippet-scope,
.snippet-cat {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  min-height: 34px;
  padding: var(--space-1) var(--space-4) var(--space-1) calc(var(--space-5) - 3px);
  border-left: 3px solid transparent;
  border-radius: 0;
  color: var(--text-muted);
  font-size: var(--fs-base);
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--dur) ease, color var(--dur) ease;
}

.snippet-scope i,
.snippet-cat i {
  width: 18px;
  text-align: center;
  font-size: var(--glyph-lg);
  color: var(--text-faint);
}

.snippet-scope:hover,
.snippet-cat:hover {
  background: var(--surface-medium);
  color: var(--text-color);
}

.snippet-scope.is-active,
.snippet-cat.is-active {
  background: var(--surface-strong);
  border-left-color: var(--theme-primary);
  color: var(--text-strong);
  font-weight: var(--fw-semibold);
  box-shadow: none;
}

.snippet-scope.is-active i,
.snippet-cat.is-active i {
  color: var(--theme-primary);
}

.snippet-cat:not(:has(> i)) {
  padding-left: calc(var(--space-5) - 3px + 18px + var(--space-3));
}

.snippet-scope__name,
.snippet-cat__name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.snippet-cat__name--muted {
  color: var(--text-faint);
}

.snippet-rail__count {
  flex: 0 0 auto;
  padding: 1px var(--space-2);
  border-radius: var(--radius-atom);
  background: var(--surface-strong);
  color: var(--text-muted);
  font-size: 12px;
  font-weight: var(--fw-semibold);
  font-variant-numeric: tabular-nums;
  line-height: 16px;
}

.snippet-cat__actions {
  flex: 0 0 auto;
}

.snippet-cat:hover .snippet-rail__count {
  display: none;
}

.snippet-langs .nav-tabs li a.is-active {
  color: var(--text-color);
  background: var(--tab-active-bg);
  box-shadow: var(--shadow-sm);
}

.snippet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--space-4);
}

.snippet-card {
  display: flex;
  flex-direction: column;
  background: var(--surface-soft);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease;
}

.snippet-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-soft);
  box-shadow: var(--shadow-md, 0 10px 30px rgba(0, 0, 0, 0.35));
}

.snippet-card__head {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-3) var(--space-2);
}

.snippet-card__title {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "SF Mono", "Fira Code", ui-monospace, monospace;
  font-weight: var(--fw-semibold);
  font-size: var(--fs-sm);
  color: var(--text-strong) !important;
  text-decoration: none;
}

.snippet-card__title:hover {
  color: var(--cm-link) !important;
}

.snippet-card__actions {
  flex: 0 0 auto;
}

.snippet-card__copy {
  color: var(--cm-link);
}

.snippet-card .layout-action.is-copied {
  color: var(--status-success);
}

.snippet-card__peek {
  position: relative;
  display: block;
}

.snippet-card__peek::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  background: linear-gradient(to bottom, rgba(var(--app-panel-bg-rgb), 0), var(--app-panel-bg));
  pointer-events: none;
  z-index: 2;
}

.snippet-card__peek .code-view {
  height: 168px;
  overflow: hidden;
  border-top: 1px solid var(--border-subtle);
  border-radius: 0;
  pointer-events: none;
  font-size: 12px;
}

.snippet-card__foot {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3) var(--space-3);
}

.snippet-card__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-1);
  min-width: 0;
  flex: 1 1 auto;
}

.snippet-card__meta {
  flex: 0 0 auto;
  font-size: var(--fs-xs);
  color: var(--text-muted);
  white-space: nowrap;
}

.snippet-tag {
  font-size: var(--fs-xs);
  color: var(--text-color);
  background: var(--surface-medium);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xs);
  padding: 1px 7px;
}

.snippet-tag::before {
  content: "#";
  opacity: 0.5;
}

.snippet-lang {
  flex: 0 0 auto;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.04em;
  padding: 1px 7px;
  border-radius: var(--radius-xs);
}

.snippet-lang--php,
.snippet-lang--js,
.snippet-lang--html,
.snippet-lang--css,
.snippet-lang--sql,
.snippet-lang--bash,
.snippet-lang--python,
.snippet-lang--json,
.snippet-lang--markdown,
.snippet-lang--other {
  color: var(--text-muted);
  background: var(--overlay-medium);
}

.snippet-card__meta .snippet-vis {
  margin-right: var(--space-1);
  font-size: var(--glyph-xs);
}

.snippet-vis--personal {
  color: var(--text-muted);
}

.snippet-vis--shared {
  color: var(--text-muted);
}

.snippet-form:not(.visibility-shared) .only-shared {
  display: none !important;
}

.snippet-card[hidden] {
  display: none !important;
}

.tablist .nav-tabs .nav-link.active {
  box-shadow: none;
}

.kb-editor-field .codex-editor {
  font-family: inherit;
  color: inherit;
}

.kb-editor-field .codex-editor__redactor {
  padding-bottom: 48px !important;
  padding-left: 44px !important;
}

.kb-editor-field .ce-block__content {
  max-width: none;
}

.kb-editor-field .ce-toolbar__content {
  max-width: none;
  margin-left: 44px !important;
}

.kb-editor-field .ce-code__textarea {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace !important;
  font-size: var(--fs-sm) !important;
  line-height: var(--lh-normal) !important;
  min-height: 120px;
  resize: vertical;
  border-radius: 4px;
  padding: var(--space-3) !important;
  tab-size: 4;
  background: var(--surface-raised);
  border: 1px solid var(--border-soft);
  color: var(--text-color);
}

.kb-editor-field .ce-paragraph[data-placeholder]:before,
.kb-editor-field .ce-paragraph[data-placeholder-active]:before {
  color: var(--text-faint) !important;
}

.kb-editor-field .ce-block__content {
  border-radius: 4px;
  transition: background var(--dur-fast) ease;
}

.kb-editor-field .ce-block:hover > .ce-block__content,
.kb-editor-field .ce-block--focused > .ce-block__content {
  background: var(--surface-medium);
}

.kb-editor-field .ce-toolbar__plus,
.kb-editor-field .ce-toolbar__settings-btn {
  color: var(--text-color);
}

.kb-editor-field .ce-toolbar__plus:hover,
.kb-editor-field .ce-toolbar__settings-btn:hover {
  background: var(--surface-strong);
}

.kb-editor-field .ce-popover {
  --color-background: var(--surface-raised);
  --color-text-primary: var(--text-color);
  --color-text-secondary: var(--text-faint);
  --color-border: var(--border-soft);
  --color-shadow: rgba(0, 0, 0, 0.45);
  --color-background-item-hover: rgba(var(--theme-primary-rgb), 0.10);
  --color-background-item-focus: rgba(var(--theme-primary-rgb), 0.16);
  --color-shadow-item-focus: rgba(var(--theme-primary-rgb), 0.16);
  --color-border-icon: var(--border-soft);
  --color-text-icon-active: var(--theme-primary);
  --color-background-icon-active: rgba(var(--theme-primary-rgb), 0.16);
}

.kb-editor-field .ce-popover__search {
  background: var(--overlay-soft);
  color: var(--text-color);
}

.kb-content {
  font-size: var(--fs-md);
  line-height: var(--lh-relaxed);
}

.kb-content .kb-header {
  font-weight: var(--fw-semibold);
  line-height: var(--lh-snug);
  margin: 1.6em 0 0.5em;
}

.kb-content .kb-header:first-child {
  margin-top: 0;
}

.kb-content .kb-header--1 {
  font-size: var(--fs-2xl);
}

.kb-content .kb-header--2 {
  font-size: var(--fs-xl);
}

.kb-content .kb-header--3 {
  font-size: var(--fs-lg);
}

.kb-content .kb-header--4 {
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
}

.kb-content .kb-paragraph {
  margin: 0 0 1em;
}

.kb-content .kb-paragraph:last-child {
  margin-bottom: 0;
}

.kb-content .kb-paragraph b,
.kb-content .kb-paragraph strong {
  font-weight: var(--fw-semibold);
}

.kb-content .kb-paragraph i,
.kb-content .kb-paragraph em {
  font-style: italic;
}

.kb-content .kb-paragraph code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.85em;
  padding: 2px var(--space-1);
  border-radius: 3px;
  background: var(--surface-strong);
  color: var(--text-color);
}

.kb-content .kb-code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: var(--fs-sm);
  line-height: var(--lh-normal);
  padding: var(--space-4) var(--space-5);
  border-radius: var(--radius-xs);
  margin: 0 0 1em;
  overflow-x: auto;
  white-space: pre;
  tab-size: 4;
  background: var(--surface-raised);
  border: 1px solid var(--border-soft);
  color: var(--text-color);
}

.kb-content .kb-code code {
  font: inherit;
  color: inherit;
  background: none;
  padding: 0;
}

.kb-content .kb-list {
  margin: 0 0 1em 1.5em;
  padding: 0;
}

.kb-content .kb-list li {
  margin-bottom: 0.3em;
}

.kb-content .kb-list li:last-child {
  margin-bottom: 0;
}

.kb-content .kb-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1em;
  font-size: var(--fs-md);
}

.kb-content .kb-table th,
.kb-content .kb-table td {
  padding: var(--space-2) var(--space-3);
  text-align: left;
  border: 1px solid var(--border-soft);
  vertical-align: top;
}

.kb-content .kb-table th {
  font-weight: var(--fw-semibold);
  background: var(--surface-strong);
}

.kb-content .kb-quote {
  border-left: 3px solid var(--border-strong);
  margin: 0 0 1em;
  padding: var(--space-2) 0 var(--space-2) var(--space-5);
  font-style: italic;
}

.kb-content .kb-quote cite {
  display: block;
  font-style: normal;
  font-size: var(--fs-sm);
  margin-top: var(--space-2);
  opacity: 0.7;
}

.kb-content .kb-delimiter {
  margin: 1.5em 0;
  border: none;
  border-top: 1px solid var(--border-soft);
}

.kb-layout {
  align-items: flex-start;
}

.kb-main {
  min-width: 0;
}

.kb-title,
.kb-content {
  max-width: 820px;
}

.kb-title {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-tight);
  margin: 0 0 1rem;
  color: var(--text-color);
}

@media (max-width: 900px) {
  .kb-layout {
    flex-wrap: wrap;
  }

  .kb-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tablist {
  margin: 0 0 var(--space-5);
  border: 0;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tablist::-webkit-scrollbar {
  display: none;
}

.tablist .nav-tabs {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  margin: 0;
  gap: var(--space-1);
  padding: var(--space-1);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--tab-track-bg);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.tablist .nav-tabs li {
  flex: 0 0 auto;
  overflow: visible;
}

.tablist .nav-tabs li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin: 0;
  padding: var(--space-2) var(--space-4);
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-none);
  color: var(--text-muted);
  white-space: nowrap;
  background: transparent;
  border: 0;
  border-radius: var(--radius-sm);
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.tablist .nav-tabs li a i {
  transition: color var(--dur) var(--ease);
}

.tablist .nav-tabs li a::after,
.tablist .nav-tabs li a::before {
  display: none !important;
  content: none !important;
}

.tablist .nav-tabs li a:hover {
  color: var(--text-color);
  background: var(--surface-strong);
}

.tablist .nav-tabs li a.active {
  color: var(--text-color);
  background: var(--tab-active-bg);
  box-shadow: var(--shadow-sm);
  font-weight: var(--fw-semibold);
}

.tablist .nav-tabs li a.active i {
  color: var(--theme-primary);
}

.tablist .nav-tabs li a.active:hover {
  background: var(--tab-active-bg);
}

.tablist .nav-tabs li a .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin: 0 -2px 0 2px;
  padding: 0 6px;
  font-size: 0.64rem;
  font-weight: var(--fw-bold);
  line-height: var(--lh-none);
  border-radius: var(--radius-pill);
  background: var(--theme-primary);
  color: var(--panel-bg);
  white-space: nowrap;
}

.dialog .dialog-md {
  max-width: 620px;
}

.dialog .dialog-lg {
  max-width: 940px;
}

.dialog .dialog-xl {
  max-width: 1280px;
}

body:has(.dialog.dialog-active) .chrome-utils,
body:has(.dialog.dialog-active) .quick-actions--fab {
  display: none !important;
}

@media (max-width: 600px) {
  body:has(.dialog.dialog-active) .header-nav {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .dialog .form-group.col-6,
  .dialog .form-group.col-5,
  .dialog .form-group.col-4,
  .dialog .form-group.col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .dialog .dialog-content {
    padding-left: var(--space-4) !important;
    padding-right: var(--space-4) !important;
  }

  .dialog .content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dialog.dialog-sidebar-right .dialog-buttons {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: var(--space-2);
  }

  .dialog.dialog-sidebar-right .dialog-buttons > * {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  .dialog.dialog-sidebar-right .dialog-buttons .btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right):not(.dialog-slidein):not(.dialog-fadein) .dialog-content {
  transform: scale(0.96) translateY(14px);
  opacity: 0;
  transition: transform 0.19s ease, opacity 0.17s ease;
}

.dialog.dialog-active:not(.dialog-sidebar-left):not(.dialog-sidebar-right):not(.dialog-slidein):not(.dialog-fadein) .dialog-content {
  transform: none;
  opacity: 1;
  transition: transform 0.44s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.34s ease;
}

@media (prefers-reduced-motion: reduce) {
  .dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right):not(.dialog-slidein):not(.dialog-fadein) .dialog-content,
  .dialog.dialog-active:not(.dialog-sidebar-left):not(.dialog-sidebar-right):not(.dialog-slidein):not(.dialog-fadein) .dialog-content {
    transform: none;
    transition: opacity 0.15s ease;
  }
}

.dialog.dialog-sidebar-right {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  opacity: 1 !important;
}

.dialog.dialog-sidebar-right .dialog-content {
  height: auto !important;
  min-height: 100% !important;
}

.dialog.dialog-sidebar-right .dialog-content {
  background: var(--dialog-immersive-backdrop) !important;
  border: 0 !important;
  border-radius: 0 !important;
  backdrop-filter: var(--dialog-immersive-blur) !important;
  -webkit-backdrop-filter: var(--dialog-immersive-blur) !important;
  box-shadow: calc(-620px - 100vw) 0 0 100vw var(--dialog-scrim) !important;
}

@media (max-width: 600px) {
  .dialog.dialog-sidebar-right .dialog-content {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

.dialog.dialog-sidebar-right .dialog-body {
  background: transparent !important;
}

.dialog.dialog-sidebar-right .dialog-body .header {
  background: var(--dialog-sticky-bg) !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--border-soft) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.dialog.dialog-sidebar-right .dialog-body .header .header-title {
  font-size: clamp(17px, 2vw, 22px) !important;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dialog.dialog-sidebar-right .dialog-footer,
.dialog.dialog-sidebar-right .dialog-buttons {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.dialog.dialog-sidebar-right .dialog-footer {
  background: transparent !important;
}

.dialog.dialog-sidebar-right .dialog-buttons {
  background: var(--dialog-sticky-bg) !important;
  border-top: 1px solid var(--border-soft) !important;
}

.dialog-buttons > :first-child {
  margin-right: auto !important;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  opacity: 1 !important;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right)::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: var(--dialog-immersive-backdrop);
  backdrop-filter: var(--dialog-immersive-blur);
  -webkit-backdrop-filter: var(--dialog-immersive-blur);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right).dialog-active::before {
  opacity: 1;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-width: min(520px, 100vw - 48px) !important;
  padding: clamp(40px, 6vh, 80px) 40px 56px !important;
  margin: auto;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-body {
  background: transparent !important;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-body .header {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--border-soft) !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-body .header::before {
  content: "";
  position: absolute;
  inset: -60px 0 0;
  z-index: -1;
  pointer-events: none;
  background: var(--dialog-immersive-backdrop);
  backdrop-filter: var(--dialog-immersive-blur);
  -webkit-backdrop-filter: var(--dialog-immersive-blur);
  opacity: 0;
}

@supports (animation-timeline: scroll()) {
  .dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-body .header::before {
    animation: dialog-frost-in linear both;
    animation-timeline: scroll(nearest);
    animation-range: 0 80px;
  }
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-body .header .header-title {
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .content-inside > div:has(> form) {
  margin-top: var(--space-4) !important;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-body .footer,
.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .form-step-buttons {
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .form-step:has(> .dialog-buttons) {
  display: contents !important;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-top: var(--space-8) !important;
  padding-left: 30px !important;
  padding-right: 60px !important;
  z-index: 1;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 60px;
  height: 1px;
  background: var(--border-soft);
  pointer-events: none;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 60px;
  top: 0;
  bottom: -46px;
  z-index: -1;
  pointer-events: none;
  background: var(--dialog-immersive-backdrop);
  backdrop-filter: var(--dialog-immersive-blur);
  -webkit-backdrop-filter: var(--dialog-immersive-blur);
  opacity: 0;
}

@supports (animation-timeline: scroll()) {
  .dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons::before {
    animation: dialog-frost-hold linear both;
    animation-timeline: scroll(nearest);
    animation-range: 0 100%;
  }
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .tablist {
  margin: var(--space-2) 0 var(--space-6);
}

@keyframes dialog-frost-in {
  to {
    opacity: 1;
  }
}

@keyframes dialog-frost-hold {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-content {
    min-width: 100% !important;
    max-width: 100% !important;
    padding-left: var(--space-4) !important;
    padding-right: var(--space-4) !important;
  }

  .dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-2);
    width: 100% !important;
    margin: var(--space-6) 0 0 !important;
    padding: 0 !important;
  }

  .dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons > * {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons .btn {
    width: 100% !important;
    justify-content: center;
  }

  .dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons::after,
  .dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons::before {
    left: -60px !important;
    right: -60px !important;
    width: auto !important;
  }

  .dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-body .header {
    margin-left: calc(-1 * var(--space-4)) !important;
    margin-right: calc(-1 * var(--space-4)) !important;
    padding-left: var(--space-4) !important;
    padding-right: var(--space-4) !important;
  }
}

.listing {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.listing > .listing-rows {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: var(--acrylic-bg);
  backdrop-filter: var(--acrylic-filter);
  -webkit-backdrop-filter: var(--acrylic-filter);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.listing .listing-row > .listing-rows:empty {
  display: none;
}

.listing .heading {
  background: transparent !important;
  box-shadow: none !important;
  margin-bottom: 0;
  margin-top: var(--space-4);
  top: auto;
}

@media (min-width: 993px) {
  .listing .heading {
    top: var(--chrome-sticky-bottom);
  }
}

.listing .listing-rows .listing-row,
.listing .listing-rows .listing-row:nth-child(even) {
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.listing .listing-rows .listing-row + .listing-row {
  border-top: 1px solid var(--border-subtle);
}

.listing .listing-rows .listing-row:hover {
  background: var(--surface-soft);
  border-color: var(--border-subtle);
  box-shadow: none;
  transform: none;
}

.listing .listing-rows .listing-row.selected,
.listing .listing-rows .listing-row.is-selected,
.listing .listing-rows .listing-row:has(.custom-checkbox input:checked),
.listing .listing-rows .listing-row:has(input[type=checkbox]:checked) {
  background: var(--surface-strong);
  box-shadow: none;
  transform: none;
}

.listing .listing-heading {
  background: var(--surface-raised) !important;
  border: 0;
  border-bottom: 1px solid var(--border-soft);
  box-shadow: none;
  padding: var(--space-2) 0;
  color: var(--text-faint);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.listing .heading h1 {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-snug);
  color: var(--text-strong);
}

.listing .heading h1 i {
  color: var(--text-muted);
  font-size: var(--glyph-lg);
}

.listing .heading-row:not(:has(a, button, input, select, .btn)) {
  display: none;
}

.listing--media .heading:has(.searchbar[style*=none]):not(:has(.listing-actions)) {
  display: none;
}

.listing {
  position: relative;
}

.listing .loader {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: transparent;
  background-image: linear-gradient(90deg, transparent 0%, var(--theme-primary) 50%, transparent 100%), linear-gradient(90deg, rgba(var(--theme-primary-rgb), 0.14), rgba(var(--theme-primary-rgb), 0.14));
  background-repeat: no-repeat;
  background-size: 40% 100%, 100% 100%;
  animation: codex-listing-sweep 1.15s ease-in-out infinite;
  pointer-events: none;
  z-index: 3;
}

.listing .loader-dimmer,
.listing .loader-text {
  display: none;
}

.listing.is-loading .autoload-trigger {
  height: 2px;
  margin: var(--space-2) var(--space-4);
  border-radius: 2px;
  background-image: linear-gradient(90deg, transparent 0%, var(--theme-primary) 50%, transparent 100%), linear-gradient(90deg, rgba(var(--theme-primary-rgb), 0.14), rgba(var(--theme-primary-rgb), 0.14));
  background-repeat: no-repeat;
  background-size: 40% 100%, 100% 100%;
  animation: codex-listing-sweep 1.15s ease-in-out infinite;
}

@keyframes codex-listing-sweep {
  0% {
    background-position: -50% 0, 0 0;
  }

  100% {
    background-position: 150% 0, 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .listing .loader,
  .listing.is-loading .autoload-trigger {
    background-image: linear-gradient(90deg, rgba(var(--theme-primary-rgb), 0.35), rgba(var(--theme-primary-rgb), 0.35));
    background-size: 100% 100%;
    animation: none;
  }
}

.listing .listing-rows .listing-row > .listing-row-inner {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
}

.listing .listing-rows .listing-row > .listing-row-inner > .listing-column:first-child {
  border-left: 2px solid transparent;
}

.listing .listing-rows:has(.listing-row) .listing-empty {
  display: none;
}

.listing .listing-rows .listing-column-label {
  display: none;
}

@media (max-width: 992px) {
  .listing .listing-rows .listing-row > .listing-row-inner {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .listing .listing-rows .listing-column-label {
    display: block;
    width: 180px;
  }
}

input:not([type=checkbox], [type=radio], [type=range], [type=color], [type=file], [type=submit], [type=button], [type=reset]),
textarea,
select,
.custom-select,
.form-control,
.select-container .select-list {
  background: var(--field-bg) !important;
  border: 1px solid var(--field-border) !important;
  border-radius: var(--radius-atom) !important;
  color: var(--field-text) !important;
  box-shadow: none !important;
  transition: background var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease;
}

input:not([type=checkbox], [type=radio], [type=range], [type=color], [type=file], [type=submit], [type=button], [type=reset]):hover,
textarea:hover,
select:hover,
.custom-select:hover,
.form-control:hover,
.select-container .select-list:hover {
  background: var(--field-bg-hover) !important;
  border-color: var(--field-border-hover) !important;
  box-shadow: none !important;
}

input:not([type=checkbox], [type=radio], [type=range], [type=color], [type=file], [type=submit], [type=button], [type=reset]):focus,
textarea:focus,
select:focus,
.custom-select:focus,
.form-control:focus,
.select-container .select-input:focus,
.select-container.select-open .select-list {
  border-color: var(--field-border-hover) !important;
  box-shadow: var(--ring-focus) !important;
  background: var(--field-bg-hover) !important;
  outline: none !important;
}

.dialog .dialog-content input:not([type=checkbox], [type=radio], [type=range], [type=color], [type=file], [type=submit], [type=button], [type=reset]),
.dialog .dialog-content textarea,
.dialog .dialog-content select,
.dialog .dialog-content .custom-select,
.dialog .dialog-content .form-control,
.dialog .dialog-content .select-container .select-list {
  background: var(--field-bg) !important;
  border: 1px solid var(--field-border) !important;
  border-radius: var(--radius-atom) !important;
  color: var(--field-text) !important;
  box-shadow: none !important;
  transition: background var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease;
}

.dialog .dialog-content input:not([type=checkbox], [type=radio], [type=range], [type=color], [type=file], [type=submit], [type=button], [type=reset]):hover,
.dialog .dialog-content textarea:hover,
.dialog .dialog-content select:hover,
.dialog .dialog-content .custom-select:hover,
.dialog .dialog-content .form-control:hover,
.dialog .dialog-content .select-container .select-list:hover {
  background: var(--field-bg-hover) !important;
  border-color: var(--field-border-hover) !important;
  box-shadow: none !important;
}

.dialog .dialog-content input:not([type=checkbox], [type=radio], [type=range], [type=color], [type=file], [type=submit], [type=button], [type=reset]):focus,
.dialog .dialog-content textarea:focus,
.dialog .dialog-content select:focus,
.dialog .dialog-content .custom-select:focus,
.dialog .dialog-content .form-control:focus,
.dialog .dialog-content .select-container .select-input:focus,
.dialog .dialog-content .select-container.select-open .select-list {
  border-color: var(--field-border-hover) !important;
  box-shadow: var(--ring-focus) !important;
  background: var(--field-bg-hover) !important;
  outline: none !important;
}

.select-container .select-input,
.select-container .select-toggle {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.select-container .select-toggle i {
  color: var(--text-muted) !important;
}

input:not([type=checkbox], [type=radio], [type=range], [type=color], [type=file], [type=submit], [type=button], [type=reset])::placeholder,
textarea::placeholder,
.select-container .select-input::placeholder {
  color: var(--field-placeholder) !important;
}

.col-form-label {
  font-size: var(--fs-xs) !important;
  font-weight: var(--fw-bold) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: var(--text-muted) !important;
  margin-bottom: var(--space-2) !important;
}

.select-container .select-dropdown {
  background: var(--acrylic-menu-bg) !important;
  border: 1px solid var(--border-strong) !important;
  border-radius: var(--radius-md) !important;
  backdrop-filter: var(--acrylic-menu-filter);
  -webkit-backdrop-filter: var(--acrylic-menu-filter);
  box-shadow: var(--shadow-lg) !important;
}

.select-container .select-dropdown-list,
.select-container .select-dropdown-option,
.select-container .select-dropdown-option-label {
  background: transparent !important;
}

.select-container .select-dropdown-option {
  border-radius: var(--radius-sm);
  transition: background var(--dur-fast) ease;
}

.select-container .select-dropdown {
  padding: 6px;
}

.select-container .select-dropdown-option > .select-dropdown-option-label {
  padding: 10px 12px;
}

.select-container .select-dropdown-option:hover,
.select-container .select-dropdown-option.hover,
.select-container .select-dropdown-option.active,
.select-container .select-dropdown-option.selected {
  background: var(--surface-strong) !important;
}

.select-container .select-dropdown-option:hover > .select-dropdown-option-label,
.select-container .select-dropdown-option.hover > .select-dropdown-option-label,
.select-container .select-dropdown-option.active > .select-dropdown-option-label,
.select-container .select-dropdown-option.selected > .select-dropdown-option-label,
.select-container .select-dropdown-option.highlighted > .select-dropdown-option-label {
  color: var(--text-color) !important;
}

.btn-primary {
  background: var(--btn-primary-bg) !important;
  color: var(--panel-bg) !important;
  border: 0 !important;
  box-shadow: var(--shadow-btn) !important;
  transition: filter var(--dur) ease, box-shadow var(--dur) ease, transform var(--dur-fast) ease;
}

.btn-primary:hover {
  filter: brightness(1.06);
  box-shadow: var(--shadow-btn-hover) !important;
}

.btn-primary:active {
  transform: translateY(1px);
}

body .btn.btn-secondary,
.btn.btn-secondary {
  background: transparent !important;
  border-color: var(--btn-primary-bg) !important;
  color: var(--btn-primary-bg) !important;
}

body .btn.btn-secondary:hover,
body .btn.btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
  background: var(--btn-primary-bg) !important;
  border-color: var(--btn-primary-bg) !important;
  color: var(--panel-bg) !important;
}

input:not([type=checkbox], [type=radio], [type=range], [type=color], [type=file], [type=submit], [type=button], [type=reset]):-webkit-autofill,
input:not([type=checkbox], [type=radio], [type=range], [type=color], [type=file], [type=submit], [type=button], [type=reset]):-webkit-autofill:hover,
input:not([type=checkbox], [type=radio], [type=range], [type=color], [type=file], [type=submit], [type=button], [type=reset]):-webkit-autofill:focus,
.dialog-content input:not([type=checkbox], [type=radio], [type=range], [type=color], [type=file], [type=submit], [type=button], [type=reset]):-webkit-autofill {
  -webkit-text-fill-color: var(--field-text) !important;
  caret-color: var(--field-text);
  box-shadow: 0 0 0 1000px var(--field-bg) inset !important;
  transition: background-color 9999s ease 0s;
}

.btn-default {
  background: var(--surface-medium) !important;
  color: var(--text-color) !important;
  border: 1px solid var(--border-soft) !important;
}

.btn-default:hover {
  background: var(--surface-strong) !important;
  border-color: var(--border-strong) !important;
}

.dialog .dialog-buttons .btn:not(.btn-primary) {
  color: var(--text-color);
}

.btn,
.btn-primary,
.btn-secondary,
.btn-default,
.btn-error {
  border-radius: var(--radius-atom) !important;
}

input[type=checkbox],
.custom-checkbox .checkmark,
.custom-checkbox__box {
  border-radius: var(--radius-atom) !important;
}

input[type=radio],
.custom-radio .checkmark {
  border-radius: 50% !important;
}

.select-container .select-dropdown {
  border-radius: 0 !important;
}

.search-field {
  position: relative;
  width: 100%;
}

.search-field__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  font-size: var(--glyph-sm);
  pointer-events: none;
}

.search-field__input {
  width: 100%;
  padding: var(--space-3) var(--space-4) var(--space-3) var(--space-10);
  border-radius: var(--radius-md);
  background: var(--app-panel-bg);
  border: 1px solid var(--border-soft);
  color: var(--text-color);
  font-size: var(--fs-md);
  transition: border-color var(--dur-fast) ease, box-shadow var(--dur-fast) ease;
}

.search-field__input::placeholder {
  color: var(--text-muted);
}

.search-field__input:hover {
  border-color: var(--border-intense);
}

.search-field__input:focus {
  outline: none;
  border-color: var(--border-strong);
  box-shadow: var(--ring-focus);
}

.search-field--inline {
  flex: 1;
  max-width: 380px;
}

.right-aside-col {
  flex: 0 0 300px;
  max-width: 300px;
  align-self: stretch;
}

.right-aside {
  position: sticky;
  top: 100px;
}

.right-aside__card {
  margin: 0;
  padding: var(--space-4);
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: none;
}

.right-aside__card + .right-aside__card {
  margin-top: var(--space-4);
}

.right-aside__title {
  margin: 0 0 var(--space-3);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.6;
  color: inherit;
}

.right-aside__action {
  margin-bottom: var(--space-4);
  justify-content: center;
}

.right-aside__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.right-aside__item {
  margin: 0;
  overflow: hidden;
}

.right-aside__group {
  padding: var(--space-2) var(--space-3) 2px;
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.5;
}

.right-aside .right-aside__link {
  display: block;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  font-size: var(--fs-sm);
  color: var(--text-muted);
  background: transparent;
  text-decoration: none;
  transition: color var(--dur) ease, background var(--dur) ease;
}

.right-aside .right-aside__link:hover {
  color: var(--text-color);
  background: var(--surface-strong);
  text-decoration: none;
}

.right-aside__meta {
  margin: 0;
}

.right-aside__meta .right-aside__meta-row {
  padding: var(--space-2) 0;
  border-top: 1px solid var(--border-soft);
}

.right-aside__meta .right-aside__meta-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.right-aside__meta .right-aside__meta-row:last-child {
  padding-bottom: 0;
}

.right-aside__meta .right-aside__meta-label {
  display: block;
  margin-bottom: 2px;
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.55;
}

.right-aside__meta .right-aside__meta-value {
  margin: 0;
  font-size: var(--fs-md);
  font-weight: var(--fw-medium);
}

@media (max-width: 900px) {
  .right-aside-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .right-aside {
    position: static;
    margin-top: var(--space-5);
  }
}

.deployment-step-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2);
  margin-bottom: 1rem;
  width: 100%;
}

.deployment-step-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-3) var(--space-3);
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  transition: border-color var(--dur), background var(--dur), box-shadow var(--dur) ease, transform var(--dur) ease;
  margin: 0;
}

.deployment-step-card input[type=checkbox] {
  display: none;
}

.deployment-step-card i {
  font-size: var(--glyph-xl);
  line-height: var(--lh-none);
  color: var(--text-muted);
}

.deployment-step-card .deployment-step-label {
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  line-height: var(--lh-snug);
}

.deployment-step-card .deployment-step-indicator {
  font-size: var(--fs-xs);
  padding: 2px var(--space-2);
  border-radius: var(--radius-md);
  font-weight: var(--fw-medium);
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  color: var(--text-muted);
}

.deployment-step-card:hover {
  background: var(--surface-medium);
  border-color: var(--border-subtle);
  transform: translateY(-1px);
}

.deployment-step-card.is-active {
  border-color: var(--border-soft);
  background: var(--surface-raised);
  box-shadow: inset 0 0 0 1px rgba(var(--theme-primary), 0.14), var(--shadow-md);
  transform: translateY(-1px);
}

.deployment-step-card.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--theme-primary);
}

.deployment-step-card.is-active i {
  color: var(--theme-primary);
}

.deployment-step-card.is-active .deployment-step-label {
  font-weight: var(--fw-semibold);
  color: var(--text-color);
}

.deployment-step-card.is-active .deployment-step-indicator {
  background: rgba(var(--status-success-rgb), 0.15);
  color: var(--status-success);
  border-color: rgba(var(--status-success-rgb), 0.22);
}

.kanban-header {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.kanban-shell {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.kanban-toolbar {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding: 0;
  position: relative;
  z-index: 5;
}

.kanban-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-3);
}

.kanban-bar__search {
  position: relative;
  flex: 0 0 auto;
  width: 260px;
  max-width: 46vw;
}

.kanban-bar__search-icon {
  position: absolute;
  left: var(--space-3);
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--glyph-sm);
  color: var(--text-muted);
  pointer-events: none;
}

.kanban-bar__search-input {
  width: 100%;
  padding: var(--space-2) var(--space-3) var(--space-2) var(--space-6);
  border: 1px solid var(--field-border);
  border-radius: var(--radius-sm);
  background: var(--field-bg);
  color: var(--field-text);
  font-size: var(--fs-sm);
  transition: border-color var(--dur), box-shadow var(--dur);
}

.kanban-bar__search-input::placeholder {
  color: var(--field-placeholder);
}

.kanban-bar__search-input:hover {
  border-color: var(--field-border-hover);
}

.kanban-bar__search-input:focus {
  border-color: var(--theme-primary);
  outline: none;
  box-shadow: var(--ring-focus);
}

.kanban-filters-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--surface-medium);
  color: var(--text-color);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  cursor: pointer;
  transition: background var(--dur), border-color var(--dur), color var(--dur);
}

.kanban-filters-btn i {
  font-size: var(--glyph-sm);
}

.kanban-filters-btn:hover {
  background: var(--surface-strong);
  border-color: var(--border-strong);
  color: var(--text-strong);
}

.kanban-filters-btn.is-open,
.kanban-filters-btn.has-active {
  background: var(--theme-primary);
  border-color: var(--theme-primary);
  color: #fff;
}

.kanban-filters-btn__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
}

.kanban-filters-btn__count[hidden] {
  display: none;
}

.kanban-chips {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-2);
  min-width: 0;
}

.kanban-chips:empty {
  display: none;
}

.kanban-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  max-width: 220px;
  padding: 3px var(--space-2) 3px var(--space-3);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  background: var(--surface-medium);
  color: var(--text-color);
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  cursor: pointer;
  transition: background var(--dur), border-color var(--dur), color var(--dur);
}

.kanban-chip > i:first-child {
  font-size: var(--glyph-xs);
  color: var(--text-muted);
}

.kanban-chip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kanban-chip__x {
  font-size: var(--fs-xs);
  opacity: 0.6;
  transition: opacity var(--dur), color var(--dur);
}

.kanban-chip:hover {
  border-color: color-mix(in srgb, var(--status-error) 45%, var(--border-soft));
  color: var(--text-strong);
}

.kanban-chip:hover .kanban-chip__x {
  opacity: 1;
  color: var(--status-error);
}

.kanban-bar__meta {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  font-size: var(--fs-sm);
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}

.kanban-bar__clear {
  flex: 0 0 auto;
}

.kanban-bar__clear[hidden] {
  display: none;
}

.kanban-filters-panel {
  display: none;
}

.kanban-filters-panel.is-open {
  display: block;
}

.kanban-filters-panel {
  padding: var(--space-4);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--app-panel-bg);
  box-shadow: var(--shadow-md);
}

.kanban-filter-card-body .kanban-filter-row {
  align-items: flex-end;
  row-gap: 2px;
}

.kanban-filter-card-body .kanban-filter-row > .form-group.col {
  flex: 1 1 200px;
  min-width: 180px;
  margin-top: 0;
  margin-bottom: 0;
}

.kanban-filter-card-body .kanban-filter-row .col-form-label {
  font-size: 0.72rem;
  line-height: var(--lh-snug);
  margin-bottom: var(--space-1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-muted);
}

.kanban-meta-stat {
  display: inline-flex;
  align-items: center;
  margin-left: var(--space-3);
  font-weight: var(--fw-semibold);
  color: var(--text-muted);
}

.kanban-meta-stat::before {
  content: "";
  width: 3px;
  height: 3px;
  margin-right: var(--space-3);
  border-radius: 50%;
  background: var(--border-strong);
}

.kanban-meta-stat--danger {
  color: var(--status-error);
}

.kanban-meta-stat--info {
  color: var(--status-info);
}

.kanban-board {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  padding-bottom: var(--space-6);
  min-height: calc(100vh - 250px);
}

.kanban-board > * + * {
  border-left: 1px solid var(--border-soft);
}

.kanban-list {
  flex: 0 0 344px;
  width: 344px;
  display: flex;
  flex-direction: column;
  padding: 0 var(--space-4);
  background: transparent;
  color: var(--text-strong);
  transition: background var(--dur);
}

.kanban-list.drag-over {
  background: var(--surface-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--app-panel-shadow-hover);
}

.kanban-list.is-dragging {
  opacity: 0.45;
}

.kanban-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  padding: var(--space-4) 0 var(--space-3);
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: grab;
}

.kanban-list-header:active {
  cursor: grabbing;
}

.kanban-list-heading {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.kanban-list-name {
  font-size: 0.8rem;
  font-weight: var(--fw-bold);
  letter-spacing: var(--tracking-heading);
  text-transform: var(--case-heading);
  color: var(--text-strong);
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kanban-list-count {
  font-size: 0.72rem;
  font-weight: var(--fw-medium);
  background: var(--surface-strong);
  color: var(--text-muted);
  padding: 3px var(--space-2);
  border-radius: var(--radius-pill);
}

.kanban-list-body {
  flex: 1;
  order: 1;
  overflow-y: auto;
  padding: var(--space-1) 0 var(--space-3);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  min-height: 52px;
  transition: background var(--dur);
}

.kanban-list-body > .layout-entity-card {
  flex: 0 0 auto;
}

.kanban-list-body {
  scrollbar-width: thin;
  scrollbar-color: var(--surface-strong) transparent;
}

.kanban-list-body::-webkit-scrollbar {
  width: 8px;
}

.kanban-list-body::-webkit-scrollbar-track {
  background: transparent;
}

.kanban-list-body::-webkit-scrollbar-thumb {
  background: var(--surface-strong);
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: var(--radius-pill);
}

.kanban-list-body:hover::-webkit-scrollbar-thumb {
  background: var(--border-soft);
}

.kanban-list-body.drag-over {
  background: var(--surface-strong);
}

.kanban-list-empty {
  display: none;
  order: 0;
  padding: var(--space-4) var(--space-2);
  font-size: 0.72rem;
  color: var(--text-faint);
}

.kanban-list-empty .layout-empty-state--compact {
  justify-content: center;
}

.kanban-list-add {
  padding: var(--space-3) 0 0;
}

.kanban-add-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  width: 100%;
  padding: var(--space-2) var(--space-3);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: var(--fw-medium);
  cursor: pointer;
  transition: background var(--dur) ease, color var(--dur) ease, border-color var(--dur) ease;
}

.kanban-add-card i {
  font-size: var(--glyph-sm);
}

.kanban-add-card:hover,
.kanban-add-card:focus-visible {
  background: rgba(var(--theme-primary-rgb), 0.1);
  border-color: rgba(var(--theme-primary-rgb), 0.26);
  color: var(--theme-primary);
  outline: none;
}

.kanban-card {
  position: relative;
  border-left: 3px solid transparent;
  padding: var(--space-4);
  cursor: pointer;
  transition: background var(--dur-fast), border-color var(--dur-fast), box-shadow var(--dur-fast);
  user-select: none;
  color: var(--text-strong);
}

.kanban-card:hover {
  border-color: var(--border-strong);
  box-shadow: var(--app-panel-shadow-hover);
}

.kanban-card--low {
  border-left-color: #6b7280;
}

.kanban-card--medium {
  border-left-color: #4d7bca;
}

.kanban-card--high {
  border-left-color: #f59e0b;
}

.kanban-card--critical {
  border-left-color: #ef4444;
}

.kanban-card--overdue {
  box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.12);
}

.kanban-card.is-dragging {
  opacity: 0.35;
}

.kanban-card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  margin-bottom: var(--space-3);
  position: relative;
  z-index: 1;
}

.kanban-board .layout-entity-card--clickable:not(.kanban-card--pinned) {
  cursor: grab;
}

.kanban-board .layout-entity-card--clickable:not(.kanban-card--pinned):active {
  cursor: grabbing;
}

.kanban-board .layout-entity-card.is-dragging {
  opacity: 0.35;
}

.kanban-card-status {
  display: inline-flex;
  align-items: center;
  padding: var(--space-1) var(--space-2);
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: var(--fw-semibold);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.kanban-card-status--open {
  background: rgba(77, 123, 202, 0.12);
  color: #4d7bca;
}

.kanban-card-status--in_progress {
  background: rgba(99, 199, 255, 0.12);
  color: #63c7ff;
}

.kanban-card-status--blocked {
  background: rgba(180, 83, 9, 0.14);
  color: #b45309;
}

.kanban-card-status--done {
  background: rgba(15, 118, 110, 0.12);
  color: #0f766e;
}

.kanban-card-title {
  position: relative;
  z-index: 1;
  font-size: 0.875rem;
  font-weight: var(--fw-bold);
  line-height: var(--lh-snug);
  margin-bottom: 0;
  color: var(--text-strong);
}

.kanban-board .layout-entity-card__content {
  font-size: 0.72rem;
  line-height: var(--lh-normal);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.kanban-board .layout-entity-card .layout-entity-card__header {
  padding: var(--space-3) var(--space-3) var(--space-2);
}

.kanban-board .layout-entity-card .layout-entity-card__body {
  padding: 0 var(--space-3) var(--space-3);
  gap: var(--space-2);
}

.kanban-board .layout-entity-card .layout-entity-card__footer {
  padding: var(--space-2) var(--space-3);
}

.kanban-board .layout-entity-card.layout-entity-card--accent .layout-entity-card__header,
.kanban-board .layout-entity-card.layout-entity-card--accent .layout-entity-card__body,
.kanban-board .layout-entity-card.layout-entity-card--accent .layout-entity-card__footer {
  padding-left: 16px;
}

.kanban-card-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

.kanban-card-tag {
  display: inline-flex;
  align-items: center;
  padding: 3px var(--space-2);
  border-radius: var(--radius-pill);
  background: var(--surface-strong);
  border: 1px solid var(--border-soft);
  color: var(--text-color);
  font-size: 0.72rem;
  font-weight: var(--fw-medium);
}

.kanban-card-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-1) var(--space-3);
  margin-top: var(--space-3);
  padding-top: var(--space-3);
  border-top: 1px solid rgba(138, 157, 186, 0.1);
}

.kanban-card-meta {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
}

.kanban-card-due {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-size: 0.72rem;
  color: var(--text-faint);
}

.kanban-card-due.is-overdue {
  color: #ef4444;
}

.kanban-card-assignee {
  font-size: 0.72rem;
  color: var(--text-faint);
}

.kanban-card-priority {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px var(--space-2);
  border-radius: var(--radius-md);
}

.kanban-card-priority--low {
  background: rgba(107, 114, 128, 0.15);
  color: #9ca3af !important;
}

.kanban-card-priority--medium {
  background: rgba(77, 123, 202, 0.15);
  color: #4d7bca !important;
}

.kanban-card-priority--high {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b !important;
}

.kanban-card-priority--critical {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444 !important;
}

.layout-entity-card__progress .layout-progress.kanban-card-progress {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 2px;
}

.layout-entity-card__progress .layout-progress.kanban-card-progress .layout-progress__meta {
  margin-bottom: var(--space-2);
}

.layout-entity-card__progress .layout-progress.kanban-card-progress .layout-progress__label {
  display: none;
}

.layout-entity-card__progress .layout-progress.kanban-card-progress .layout-progress__value {
  font-size: 0.72rem;
  font-weight: var(--fw-semibold);
  color: var(--text-faint);
}

.layout-entity-card__progress .layout-progress.kanban-card-progress .layout-progress__track {
  height: 6px;
  border-radius: 2px;
  background: var(--surface-strong);
  overflow: hidden;
}

.layout-entity-card__progress .layout-progress.kanban-card-progress .layout-progress__fill {
  height: 100%;
  border-radius: 2px;
  background: #63c7ff;
}

.kanban-board .layout-entity-card__footer-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-1) var(--space-4);
  flex: 1 1 auto;
  min-width: 0;
}

.kanban-board .layout-entity-card__footer-meta > span {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  min-width: 0;
  font-size: 0.72rem;
  font-weight: var(--fw-medium);
  color: var(--text-faint);
  white-space: nowrap;
}

.kanban-board .layout-entity-card__footer-meta > span > i {
  font-size: var(--glyph-sm);
  opacity: 0.8;
  flex: 0 0 auto;
}

.kanban-board .layout-entity-card__footer-meta > span .layout-entity-card__footer-meta-text {
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-section-head {
  align-items: center;
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-soft);
}

.kanban-checklist-heading {
  font-size: 0.875rem;
  font-weight: var(--fw-bold);
}

.kanban-checklist-row {
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--space-2);
}

.kanban-checklist-row > .form-group {
  margin-bottom: 0;
}

.kanban-checklist-row > .form-group[data-type=text] {
  flex: 1 1 0;
  min-width: 0;
}

.kanban-checklist-row a .color-error {
  opacity: 0.6;
  transition: opacity var(--dur-fast);
}

.kanban-checklist-row:hover a .color-error {
  opacity: 1;
}

.kanban-checklist-row__by {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: var(--fs-xs);
  color: var(--text-muted);
  cursor: default;
}

.kanban-checklist-row__by i {
  color: var(--status-success);
}

.kanban-empty.layout-empty-state {
  padding: 56px var(--space-6);
  border: 1px dashed var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface-strong);
}

.kanban-list-name-input {
  font-size: 0.8rem;
  font-weight: var(--fw-semibold);
  flex: 1;
  min-width: 0;
  max-width: 160px;
}

.kanban-new-list {
  flex: 0 0 360px;
  width: 360px;
  border: 2px dashed var(--border-soft);
  border-radius: var(--radius-md);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: var(--space-4);
  transition: border-color var(--dur);
  background: var(--app-panel-bg);
}

.kanban-new-list:focus-within {
  border-color: var(--border-strong);
}

.kanban-add-list-column {
  flex: 0 0 180px;
  width: 180px;
  min-height: 120px;
  padding: 0;
  align-self: flex-start;
}

.kanban-add-list-trigger {
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: var(--space-5) var(--space-4);
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  font-size: 0.8rem;
  font-weight: var(--fw-semibold);
  color: var(--text-muted);
  cursor: pointer;
  transition: border-color var(--dur) ease, color var(--dur) ease, background var(--dur) ease;
}

.kanban-add-list-trigger i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--surface-strong);
  font-size: var(--glyph-sm);
  transition: background var(--dur) ease, color var(--dur) ease;
}

.kanban-add-list-trigger:hover,
.kanban-add-list-trigger:focus-visible {
  border-color: rgba(var(--theme-primary-rgb), 0.34);
  background: rgba(var(--theme-primary-rgb), 0.06);
  color: var(--theme-primary);
  outline: none;
}

.kanban-add-list-trigger:hover i,
.kanban-add-list-trigger:focus-visible i {
  background: var(--theme-primary);
  color: #fff;
}

.kanban-new-list-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  width: 100%;
}

@media (max-width: 1199px) {
  .kanban-header-top {
    grid-template-columns: 1fr;
  }

  .kanban-header-right {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .kanban-toolbar {
    align-items: stretch;
  }

  .kanban-toolbar-top {
    flex-direction: column;
    align-items: stretch;
  }

  .kanban-toolbar-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-1);
  }

  .kanban-toolbar-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kanban-stats-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kanban-stat-pill:nth-child(3) {
    border-left: none;
  }
}

@media (max-width: 767px) {
  .kanban-header-right {
    flex-direction: column;
    align-items: stretch;
  }

  .kanban-toolbar-main,
  .kanban-stats-strip {
    grid-template-columns: 1fr;
  }

  .kanban-stat-pill + .kanban-stat-pill {
    border-left: none;
    border-top: 1px solid var(--border-soft);
  }

  .kanban-shell,
  .kanban-header {
    padding-left: var(--space-4);
    padding-right: var(--space-4);
  }
}

.kanban-comments {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
}

.kanban-comments__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.kanban-comments__empty {
  padding: var(--space-6) var(--space-1);
  color: var(--text-muted);
  font-size: var(--fs-sm);
  text-align: center;
}

.kanban-comments__add {
  border-top: 1px solid var(--border-soft);
  padding-top: var(--space-4);
}

.kanban-comment {
  display: flex;
  gap: var(--space-3);
}

.kanban-comment__avatar {
  flex: 0 0 auto;
}

.kanban-comment__main {
  flex: 1 1 auto;
  min-width: 0;
}

.kanban-comment__bubble {
  position: relative;
  background: var(--surface-bg, rgba(255, 255, 255, 0.04));
  border: 1px solid var(--border-soft);
  border-radius: 4px 12px 12px 12px;
  padding: var(--space-2) var(--space-3) var(--space-2);
}

.kanban-comment__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-2);
  margin-bottom: 3px;
  padding-right: 46px;
}

.kanban-comment__author {
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
}

.kanban-comment__time {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  white-space: nowrap;
}

.kanban-comment__text {
  font-size: var(--fs-sm);
  line-height: var(--lh-normal);
  word-break: break-word;
  white-space: pre-wrap;
}

.kanban-comment__mention {
  color: var(--theme-primary);
  font-weight: var(--fw-semibold);
}

.kanban-comment__acts {
  position: absolute;
  top: 6px;
  right: 8px;
  display: inline-flex;
  gap: 2px;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity var(--dur-fast) ease, transform var(--dur-fast) ease;
}

.kanban-comment:hover > .kanban-comment__main > .kanban-comment__bubble > .kanban-comment__acts,
.kanban-comment__bubble:focus-within .kanban-comment__acts {
  opacity: 1;
  transform: none;
}

.kanban-comment__act {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--control-xs);
  height: var(--control-xs);
  border-radius: var(--radius-xs);
  color: var(--text-muted);
  font-size: var(--fs-xs);
  cursor: pointer;
  transition: color var(--dur-fast) ease, background var(--dur-fast) ease;
}

.kanban-comment__act:hover {
  color: var(--theme-primary);
  background: var(--overlay-soft);
}

.kanban-comment__act--danger:hover {
  color: var(--status-error);
}

.kanban-comment__replies {
  margin-top: var(--space-3);
  padding-left: var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  border-left: 2px solid var(--border-soft);
}

.kanban-mention-host {
  position: relative;
}

.kanban-mention-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 30;
  max-height: 232px;
  overflow-y: auto;
  padding: var(--space-1);
  background: var(--panel-bg);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
}

.kanban-mention-menu__item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-2);
  border-radius: var(--radius-xs);
  cursor: pointer;
  font-size: var(--fs-sm);
  line-height: var(--lh-none);
}

.kanban-mention-menu__item.is-active {
  background: rgba(var(--theme-primary-rgb), 0.18);
}

.kanban-mention-menu__avatar {
  flex: 0 0 auto;
}

.kanban-mention-menu__name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kanban-card.kanban-card--v-failed {
  outline: 1.5px solid var(--status-error);
}

.kanban-card.kanban-card--v-in-testing {
  outline: 1.5px solid rgba(var(--status-info-rgb), 0.55);
}

.kanban-card[class*=kanban-card--v-] {
  outline-offset: -1.5px;
}

.kanban-milestones {
  margin-top: var(--space-3);
  margin-bottom: 0;
}

.kanban-milestones .nav-tabs li a .badge {
  background: var(--surface-strong);
  color: var(--text-muted);
}

.kanban-milestones .nav-tabs li a.active .badge {
  background: var(--theme-primary);
  color: var(--panel-bg);
}

.kanban-milestones .kanban-view--active .kanban-view__label::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: var(--space-1);
  border-radius: 50%;
  background: var(--status-success);
}

.kanban-milestones .nav-tabs li a.kanban-view--warning:not(.active) {
  color: var(--status-warning);
}

.kanban-milestones .nav-tabs li a.kanban-view--warning:not(.active) .badge {
  color: var(--status-warning);
}

.kanban-list-icon {
  color: var(--text-faint);
  font-size: var(--glyph-sm);
}

.kanban-list--locked .kanban-list-body {
  cursor: default;
}

.kanban-list--danger .kanban-list-icon {
  color: var(--status-error);
}

.kanban-list--warning .kanban-list-icon {
  color: var(--status-warning);
}

.kanban-list--info .kanban-list-icon {
  color: var(--status-info);
}

.kanban-list--success .kanban-list-icon {
  color: var(--status-success);
}

.kanban-card--pinned {
  cursor: pointer;
}

.kanban-rail {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  padding: var(--space-2) 0;
  margin-bottom: calc(var(--space-2) * -1);
}

.kanban-rail__chip {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-1) var(--space-3);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  background: var(--surface-medium);
  color: var(--text-color);
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  cursor: pointer;
  transition: background var(--dur), border-color var(--dur), color var(--dur);
}

.kanban-rail__chip i {
  font-size: var(--glyph-xs);
}

.kanban-rail__chip:hover {
  background: var(--surface-strong);
  border-color: var(--border-strong);
  color: var(--text-strong);
}

.kanban-rail__chip--danger i {
  color: var(--status-error);
}

.kanban-rail__chip--warning i {
  color: var(--status-warning);
}

.kanban-rail__chip--info i {
  color: var(--status-info);
}

.kanban-rail__chip--success i {
  color: var(--status-success);
}

.kanban-rail__chip.is-active {
  border-color: var(--theme-primary);
  background: var(--theme-primary);
  color: #fff;
  font-weight: var(--fw-semibold);
}

.kanban-rail__chip.is-active i {
  color: #fff;
}

.kanban-rail__count {
  padding: 0 var(--space-2);
  border-radius: var(--radius-pill);
  background: var(--surface-strong);
}

.kanban-rail__chip.is-active .kanban-rail__count {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.kanban-board {
  scrollbar-width: thin;
  scrollbar-color: var(--border-strong) transparent;
}

.kanban-board::-webkit-scrollbar {
  height: 10px;
}

.kanban-board::-webkit-scrollbar-track {
  background: var(--overlay-subtle);
  border-radius: var(--radius-pill);
}

.kanban-board::-webkit-scrollbar-thumb {
  background: var(--border-strong);
  border-radius: var(--radius-pill);
  border: 2px solid transparent;
  background-clip: padding-box;
}

.kanban-board::-webkit-scrollbar-thumb:hover {
  background: var(--text-faint);
  background-clip: padding-box;
}

.codex-test-rows {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.codex-test-row .layout-entity-card__title {
  white-space: normal;
  line-height: var(--lh-snug);
}

.codex-test-row .layout-entity-card__content {
  color: var(--text-muted);
}

.codex-test-row .layout-entity-card__footer {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--space-2);
}

.codex-test-row .layout-entity-card__footer-meta {
  margin-right: auto;
}

.codex-test-row .layout-entity-card__footer-trailing {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1);
  margin-left: 0;
}

.codex-test-row__note {
  margin-bottom: var(--space-2);
  line-height: 1.45;
}

.codex-test-row__repro {
  margin-bottom: var(--space-1);
  padding-left: var(--space-3);
  border-left: 2px solid var(--border-soft);
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.codex-test-row__repro-label {
  display: block;
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: var(--fs-xs);
  color: var(--text-faint);
}

.codex-test-row__steps {
  margin: var(--space-1) 0 0;
  padding-left: var(--space-4);
}

.codex-test-row__step {
  margin-bottom: 2px;
}

.codex-test-row__step.is-failed {
  color: var(--status-error);
  font-weight: var(--fw-medium);
}

.codex-test-row__step-flag {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  margin-left: var(--space-1);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--status-error);
}

.kanban-checklist-row__case {
  display: inline-flex;
  align-items: center;
  color: var(--text-muted);
  cursor: help;
  font-size: var(--fs-sm);
}

.listing-dossier-testing .listing-column,
.listing-dossier-testing .listing-column-value {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.listing-dossier-testing .layout-badge {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.codex-suite-row .layout-media-row__trailing {
  gap: var(--space-2);
}

.codex-run-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
  align-items: start;
}

@media (max-width: 1000px) {
  .codex-run-board {
    grid-template-columns: 1fr;
  }
}

.codex-run-col {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  min-width: 0;
}

.codex-run-col__head {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding-bottom: var(--space-2);
  border-bottom: 2px solid var(--border-soft);
  font-weight: var(--fw-semibold);
}

.codex-run-col__head i {
  color: var(--text-muted);
}

.codex-run-col__title {
  font-size: var(--fs-md);
}

.codex-run-col__count {
  margin-left: auto;
  padding: 0 var(--space-2);
  min-width: 1.4rem;
  text-align: center;
  background: var(--surface-medium);
  color: var(--text-muted);
  border-radius: var(--radius-pill);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
}

.codex-run-col__cards {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.codex-run-col__empty {
  padding: var(--space-4) var(--space-3);
  text-align: center;
  color: var(--text-faint);
  font-size: var(--fs-sm);
  border: 1px dashed var(--border-subtle);
  border-radius: var(--radius-md);
}

.codex-run-col--danger .codex-run-col__head {
  border-bottom-color: rgba(var(--status-error-rgb), 0.5);
}

.codex-run-col--danger .codex-run-col__head i {
  color: var(--status-error);
}

.codex-run-col--success .codex-run-col__head {
  border-bottom-color: rgba(var(--status-success-rgb), 0.5);
}

.codex-run-col--success .codex-run-col__head i {
  color: var(--status-success);
}

.codex-run-col .codex-test-row .layout-entity-card__footer {
  justify-content: flex-start;
}

.codex-run-col .codex-test-row .layout-entity-card__footer-trailing {
  margin-left: auto;
}

.content:has(.codex-tablist) {
  display: grid;
  grid-template-columns: 224px minmax(0, 1fr);
  gap: var(--space-8);
  align-items: start;
}

.codex-tablist {
  position: sticky;
  top: 96px;
}

.codex-tablist .nav-tabs {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

.codex-tablist .nav-item {
  margin: 0;
}

.codex-tablist .nav-link {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  color: var(--text-color);
  font-weight: var(--fw-medium);
  text-decoration: none;
  border: 0;
  transition: color var(--dur-fast) ease, background var(--dur-fast) ease;
}

.codex-tablist .nav-link i {
  font-size: var(--glyph-sm);
  width: var(--icon-md);
  text-align: center;
  flex-shrink: 0;
}

.codex-tablist .nav-link__label {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.codex-tablist .nav-link:hover {
  color: var(--text-strong);
  background: var(--surface-strong);
}

.codex-tablist .nav-link.active {
  color: #fff;
  background: var(--theme-primary);
  font-weight: var(--fw-semibold);
}

.codex-tablist .nav-link.active i {
  color: #fff;
}

.codex-tablist .nav-link .badge {
  margin-left: auto;
  flex-shrink: 0;
}

.codex-tablist__heading {
  list-style: none;
  margin: var(--space-4) 0 var(--space-1);
  padding: 0 var(--space-3);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--text-muted);
  opacity: 0.7;
}

.codex-tablist__heading:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  .content:has(.codex-tablist) {
    display: block;
  }

  .codex-tablist {
    position: static;
    margin-bottom: var(--space-6);
  }

  .codex-tablist .nav-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--space-2);
  }

  .codex-tablist .nav-item {
    flex: 0 0 auto;
  }

  .codex-tablist .nav-link {
    border: 1px solid var(--border-soft);
  }

  .codex-tablist .nav-link .nav-link__label {
    white-space: normal;
  }

  .codex-tablist .nav-link .badge {
    margin-left: var(--space-2);
  }

  .codex-tablist__heading {
    display: none;
  }
}

.dossier-sidebar {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: var(--space-3);
  padding-top: 0;
  padding-bottom: 0;
}

.dossier-sidebar__main {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  padding: var(--space-5) 0 60px;
}

.dossier-sidebar__switcher {
  position: relative;
  margin-bottom: var(--space-3);
}

.dossier-sidebar__current.dropdown-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  gap: var(--space-3);
  min-height: 44px;
  padding: var(--space-2) var(--space-4) var(--space-2) calc(var(--space-5) - 3px) !important;
  border: 0 !important;
  border-left: 3px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--text-strong);
  font-weight: var(--fw-semibold);
  text-decoration: none;
  cursor: pointer;
  transition: background var(--dur-fast) ease;
}

.dossier-sidebar__current.dropdown-toggle:hover {
  background: var(--surface-medium) !important;
}

.dossier-sidebar__name {
  flex: 1;
  min-width: 0;
  font-weight: var(--fw-semibold);
  font-size: var(--fs-md);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dossier-sidebar__list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 60;
  max-height: 60vh;
  overflow-y: auto;
}

.dossier-sidebar__option {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.dossier-sidebar__option.active {
  color: var(--theme-primary);
  font-weight: var(--fw-semibold);
}

.dossier-sidebar__option-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dossier-sidebar__debug {
  margin-top: var(--space-5);
}

.dossier-rail {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  flex-shrink: 0;
  padding: var(--space-5) var(--space-3) 60px 0;
  border-right: 1px solid var(--border-soft);
}

.dossier-rail__group {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.dossier-rail__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--control-lg);
  height: var(--control-lg);
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  text-decoration: none;
  transition: background-color var(--dur) ease, color var(--dur) ease, box-shadow var(--dur) ease, border-color var(--dur) ease;
}

.dossier-rail__item i {
  font-size: var(--glyph-md);
}

.dossier-rail__item:hover {
  background: var(--surface-strong);
  border-color: var(--border-soft);
  box-shadow: inset 0 0 0 1px rgba(var(--theme-primary), 0.1), 0 0 16px -16px rgba(var(--theme-primary), 0.14);
}

.dossier-rail__item.active {
  background: var(--surface-strong);
  border-color: var(--border-strong);
  box-shadow: inset 0 0 0 1px rgba(var(--theme-primary), 0.16), 0 12px 20px -20px rgba(var(--theme-primary), 0.14);
}

.dossier-rail__item.active::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 3px;
  border-radius: var(--radius-pill);
  background: var(--theme-primary);
  box-shadow: 0 0 8px rgba(var(--theme-primary), 0.34);
}

@media (max-width: 991px) {
  .dossier-rail {
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--space-2);
    padding: 0 0 var(--space-3);
    border-right: 0;
    border-bottom: 1px solid var(--border-soft);
  }

  .dossier-rail .dossier-rail__group {
    flex-direction: row;
  }
}

.dossier-sidebar__switcher .dropdown-list {
  background: var(--acrylic-menu-bg);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  backdrop-filter: var(--acrylic-menu-filter);
  -webkit-backdrop-filter: var(--acrylic-menu-filter);
  box-shadow: var(--shadow-lg);
}

.dossier-sidebar .dossier-rail__item {
  color: var(--text-muted);
}

.dossier-sidebar .dossier-rail__item:hover {
  color: var(--text-color);
}

.dossier-sidebar .dossier-rail__item.active {
  color: var(--theme-primary);
}

@media (max-width: 991px) {
  .dossier-sidebar {
    flex-direction: column;
    padding-top: var(--space-5);
  }

  .dossier-sidebar__main {
    padding: 0;
  }
}

.dossier-row-gap {
  margin-bottom: var(--space-8);
}

.layout-avatar.dossier-avatar--more {
  background: var(--surface-strong);
  color: var(--text-muted);
  box-shadow: none;
}

.layout-avatar.dossier-avatar--more::after {
  content: none;
}

body.has-dossier-accent .page-head-hero {
  border-bottom-width: 2px;
  border-bottom-color: var(--dossier-color, var(--theme-primary));
}

.dossier-hero {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.dossier-hero__desc {
  margin: 0;
  max-width: 900px;
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dossier-hero__strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-3) var(--space-5);
}

.dossier-hero__vitals {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.dossier-hero__vital {
  --vital-tone: var(--text-muted);
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--space-2);
  min-width: 116px;
  padding: var(--space-1) var(--space-3);
  border-radius: var(--radius-sm);
  background: var(--overlay-soft);
  border: 1px solid var(--border-subtle);
  overflow: hidden;
}

.dossier-hero__vital > i {
  font-size: var(--glyph-sm);
  color: var(--vital-tone);
  opacity: 0.95;
}

.dossier-hero__vital-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  line-height: var(--lh-tight);
  min-width: 0;
}

.dossier-hero__vital-value {
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  color: var(--text-strong);
  white-space: nowrap;
}

.dossier-hero__vital-label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.dossier-hero__vital-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--overlay-soft);
}

.dossier-hero__vital-bar span {
  display: block;
  height: 100%;
  background: var(--vital-tone);
  border-radius: 0 3px 3px 0;
}

.dossier-hero__vital--primary {
  --vital-tone: var(--theme-primary);
}

.dossier-hero__vital--secondary {
  --vital-tone: var(--theme-secondary);
}

.dossier-hero__vital--success {
  --vital-tone: var(--status-success);
}

.dossier-hero__vital--warning {
  --vital-tone: var(--status-warning);
}

.dossier-hero__vital--info {
  --vital-tone: var(--status-info);
}

.dossier-hero__vital--neutral {
  --vital-tone: var(--text-muted);
}

.dossier-hero__vital--error {
  --vital-tone: var(--status-error);
  border-color: color-mix(in srgb, var(--status-error) 34%, transparent);
  background: color-mix(in srgb, var(--status-error) 8%, transparent);
}

.dossier-hero__vital--empty {
  --vital-tone: var(--text-muted);
  border-style: dashed;
  background: transparent;
}

.dossier-hero__vital--empty > i {
  opacity: 0.55;
}

.dossier-hero__vital--empty .dossier-hero__vital-value {
  color: var(--text-muted);
  font-weight: var(--fw-semibold);
}

.dossier-hero__vital--link {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  transition: border-color var(--dur) ease, background var(--dur) ease;
}

.dossier-hero__vital--link:hover {
  border-color: color-mix(in srgb, var(--vital-tone) 50%, var(--border-subtle));
  background: color-mix(in srgb, var(--vital-tone) 9%, transparent);
}

.dossier-hero__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-4);
  font-size: var(--fs-sm);
}

.dossier-hero__team {
  display: inline-flex;
  text-decoration: none;
  transition: opacity var(--dur) ease;
}

.dossier-hero__team:hover {
  opacity: 0.85;
}

.dossier-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--text-muted);
}

.dossier-hero__meta-item i {
  opacity: 0.85;
}

.dossier-hero__avatars {
  display: inline-flex;
  align-items: center;
}

.dossier-hero__avatars .layout-avatar {
  border: 2px solid var(--chrome-bar);
  margin-left: -7px;
}

.dossier-hero__avatars .layout-avatar:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .dossier-hero__strip {
    gap: var(--space-3);
  }

  .dossier-hero__vital {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
  }
}

.dossier-weblinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
}

.dossier-weblinks__spacer {
  flex: 1 1 auto;
}

.dossier-weblinks .dossier-weblink {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  font-size: var(--fs-md);
  line-height: var(--lh-none);
  white-space: nowrap;
  color: var(--text-color);
  text-decoration: none;
  transition: background var(--dur) ease, border-color var(--dur) ease, color var(--dur) ease, filter var(--dur) ease;
}

.dossier-weblinks .dossier-weblink > span {
  font-weight: var(--fw-medium);
}

.dossier-weblinks .dossier-weblink > i {
  font-size: var(--glyph-sm);
}

.dossier-weblinks .dossier-weblink__ext {
  font-size: 0.72em;
  color: var(--text-muted);
}

.dossier-weblinks .dossier-weblink--primary {
  background: var(--overlay-subtle);
  border-color: var(--surface-border);
}

.dossier-weblinks .dossier-weblink--primary > i:first-child {
  color: var(--dossier-color, var(--theme-primary));
}

.dossier-weblinks .dossier-weblink--primary:hover {
  color: var(--text-color);
  border-color: color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 55%, transparent);
  background: color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 14%, transparent);
}

.dossier-weblinks .dossier-weblink--cms {
  background: var(--dossier-color, var(--theme-primary));
  color: var(--dossier-ink, #fff);
  font-weight: var(--fw-semibold);
}

.dossier-weblinks .dossier-weblink--cms > i {
  color: var(--dossier-ink, #fff);
}

.dossier-weblinks .dossier-weblink--cms:hover {
  color: var(--dossier-ink, #fff);
  filter: brightness(1.1);
}

.dossier-weblinks .dossier-weblink--meta {
  padding-left: var(--space-1);
  color: var(--text-muted);
  cursor: default;
}

.dossier-weblinks .dossier-weblink--meta > i {
  color: var(--text-muted);
}

.dossier-section {
  padding-top: var(--space-5);
  border-top: 1px solid var(--border-soft);
}

.dossier-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.dossier-section__title {
  margin: 0;
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  display: inline-flex;
  align-items: center;
}

.dossier-section__title i {
  color: var(--text-muted);
}

.dossier-card-stack {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.dossier-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.dossier-board-progress {
  margin-bottom: var(--space-5);
}

.dossier-board-progress__head {
  display: flex;
  align-items: baseline;
  gap: var(--space-3);
  margin-bottom: var(--space-2);
}

.dossier-board-progress__pct {
  font-size: var(--fs-2xl);
  font-weight: var(--fw-bold);
  line-height: var(--lh-none);
  color: var(--text-color);
}

.dossier-board-progress__label {
  font-size: var(--fs-sm);
}

.dossier-cell-progress {
  min-width: 110px;
}

.dossier-cell-progress .layout-progress__description {
  white-space: nowrap;
}

.dossier-bars {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.dossier-bar {
  display: grid;
  grid-template-columns: 96px 1fr 32px;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--fs-sm);
}

.dossier-bar__label {
  color: var(--text-muted);
}

.dossier-bar__value {
  text-align: right;
  font-weight: var(--fw-semibold);
}

.dossier-board-stats {
  display: flex;
  align-items: center;
  gap: var(--space-5);
  flex-wrap: wrap;
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-soft);
  font-size: var(--fs-sm);
}

.dossier-board-stat {
  flex: 1 1 160px;
  min-width: 140px;
}

.dossier-board-stat__head {
  display: flex;
  justify-content: space-between;
  gap: var(--space-2);
  margin-bottom: var(--space-2);
}

.dossier-board-stat__head i {
  color: var(--text-muted);
}

.dossier-board-stat--velocity {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.dossier-board-stat--velocity i {
  color: var(--text-muted);
}

.dossier-board-stat--velocity strong {
  font-size: var(--fs-md);
  color: var(--text-color);
}

.dossier-release {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.dossier-release__milestone-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-2);
}

.dossier-release__target {
  font-weight: var(--fw-bold);
  font-size: var(--fs-md);
  color: var(--text-color);
}

.dossier-release__target i {
  color: var(--text-muted);
}

.dossier-release__count {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  white-space: nowrap;
}

.dossier-release__row {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  padding-top: var(--space-3);
  border-top: 1px solid var(--border-soft);
}

.dossier-release__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}

.dossier-release__value {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
  font-size: var(--fs-sm);
}

.dossier-release__change-title {
  color: var(--text-color);
}

.dossier-members {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.dossier-member {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.dossier-member__name {
  flex: 1;
  min-width: 0;
  font-weight: var(--fw-medium);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dossier-member__role {
  flex-shrink: 0;
}

.dossier-resources {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: var(--space-1) var(--space-4);
}

.dossier-resource {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: background var(--dur-fast) ease;
}

.dossier-resource:hover {
  background: var(--surface-soft);
}

.dossier-resource__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--control-md);
  height: var(--control-md);
  border-radius: var(--radius-sm);
  background: var(--surface-strong);
  color: var(--text-muted);
  flex-shrink: 0;
  font-size: var(--glyph-sm);
}

.dossier-resource__label {
  flex: 1;
  min-width: 0;
  color: var(--text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dossier-resource__tag {
  flex-shrink: 0;
}

.dossier-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-4);
}

@media (max-width: 1200px) {
  .dossier-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .dossier-gallery {
    grid-template-columns: 1fr;
  }
}

.dossier-card {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding: var(--space-5) var(--space-5);
  border-radius: var(--radius-lg);
  background: var(--acrylic-bg);
  border: 1px solid var(--border-soft);
  -webkit-backdrop-filter: var(--acrylic-filter);
  backdrop-filter: var(--acrylic-filter);
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--dur) ease, box-shadow var(--dur) ease, border-color var(--dur) ease;
}

.dossier-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(80% 70% at 0% 0%, color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 18%, transparent), transparent 60%);
}

.dossier-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 50%, transparent);
  box-shadow: var(--app-panel-shadow-hover), 0 0 0 1px color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 28%, transparent);
}

.dossier-card.is-archived {
  opacity: 0.6;
}

.dossier-card__stretch {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.dossier-card__head {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
}

.dossier-card__icon {
  flex-shrink: 0;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 14%, transparent), 0 8px 18px -8px color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 50%, transparent);
}

.dossier-card__heading {
  flex: 1;
  min-width: 0;
}

.dossier-card__name {
  margin: 0;
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  letter-spacing: -0.01em;
  color: var(--text-strong);
  background: linear-gradient(92deg, var(--text-color), color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 52%, var(--text-color)));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dossier-card__health {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-1);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
}

.dossier-card__health i {
  font-size: var(--glyph-xs);
}

.dossier-card__health--success {
  color: var(--status-success);
}

.dossier-card__health--danger {
  color: var(--status-error);
}

.dossier-card__health--neutral {
  color: var(--text-muted);
}

.dossier-card__top-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-2);
  flex-shrink: 0;
}

.dossier-card__actions {
  position: relative;
  z-index: 2;
  display: flex;
  gap: var(--space-2);
  opacity: 0;
  transition: opacity var(--dur-fast) ease;
}

.dossier-card__actions .btn {
  padding: var(--space-1) var(--space-2);
}

.dossier-card:hover .dossier-card__actions {
  opacity: 1;
}

.dossier-card__desc {
  margin: -2px 0 0;
  font-size: var(--fs-md);
  line-height: var(--lh-snug);
  color: var(--text-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dossier-card__progress {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.dossier-card__progress-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-2);
}

.dossier-card__progress-val {
  font-size: var(--fs-base);
  font-weight: var(--fw-bold);
  color: var(--text-strong);
}

.dossier-card__progress-sub {
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  color: var(--text-muted);
}

.dossier-card__track {
  height: 7px;
  border-radius: var(--radius-pill);
  overflow: hidden;
  background: var(--overlay-medium);
}

.dossier-card__track span {
  display: block;
  height: 100%;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 60%, #fff), var(--dossier-color, var(--theme-primary)));
}

.dossier-card__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-2);
}

.dossier-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  margin-top: auto;
  padding-top: var(--space-3);
  border-top: 1px solid color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 12%, var(--border-soft));
}

.dossier-card__release {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  min-width: 0;
  font-size: var(--fs-sm);
  color: var(--text-color);
}

.dossier-card__release i {
  color: var(--dossier-color, var(--theme-primary));
  font-size: var(--glyph-xs);
  flex-shrink: 0;
}

.dossier-card__release span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dossier-card__release--none {
  color: var(--text-muted);
}

.dossier-card__release--none i {
  color: var(--text-muted);
}

.dossier-card__enter {
  flex-shrink: 0;
  color: var(--dossier-color, var(--theme-primary));
  font-size: var(--fs-sm);
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity var(--dur) ease, transform var(--dur) ease;
}

.dossier-card:hover .dossier-card__enter {
  opacity: 1;
  transform: translateX(0);
}

.dossier-card__faces {
  display: inline-flex;
  align-items: center;
}

.dossier-card__faces .layout-avatar {
  margin-left: -7px;
  border: 2px solid var(--app-panel-bg);
}

.dossier-card__faces .layout-avatar:first-child {
  margin-left: 0;
}

.dossier-card__face--more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--control-sm);
  height: var(--control-sm);
  margin-left: -7px;
  border-radius: 50%;
  border: 2px solid var(--app-panel-bg);
  background: var(--surface-strong);
  color: var(--text-muted);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
}

.dossier-metric {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  align-items: flex-start;
  justify-content: center;
}

.dossier-metric + .dossier-metric {
  padding-left: var(--space-3);
  border-left: 1px solid var(--border-subtle);
}

.dossier-metric__value {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--fs-md);
  font-weight: var(--fw-bold);
  color: var(--text-color);
}

.dossier-metric__value i {
  font-size: var(--glyph-xs);
  color: var(--text-muted);
}

.dossier-metric__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.layout-card--feature {
  --feature-accent: var(--dossier-color, var(--theme-primary));
}

.dossier-report-kpis .layout-stat-tile__value {
  font-size: var(--fs-2xl);
  line-height: var(--lh-tight);
}

.dossier-report-kpis .layout-stat-tile__title {
  color: var(--text-color);
}

.dossier-report-kpis .layout-stat-tile__subtitle {
  color: var(--text-muted);
}

.dossier-velocity {
  position: relative;
  height: 264px;
}

.dossier-velocity canvas {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
}

.dossier-workseg {
  display: inline-block;
  height: 100%;
}

.dossier-workseg--open {
  background: var(--text-muted);
}

.dossier-workseg--progress {
  background: var(--theme-secondary);
}

.dossier-workseg--blocked {
  background: var(--status-error);
}

.dossier-worklist {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.dossier-worklist__legend {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-bottom: var(--space-1);
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.dossier-worklist__key {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}

.dossier-worklist__key .dossier-workseg {
  width: 11px;
  height: 11px;
  border-radius: 3px;
}

.dossier-workrow {
  display: grid;
  grid-template-columns: minmax(120px, 200px) 1fr auto;
  align-items: center;
  gap: var(--space-4);
}

.dossier-workrow__who {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  min-width: 0;
}

.dossier-workrow__name {
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dossier-workrow__load {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  min-width: 0;
}

.dossier-workrow__bar {
  display: flex;
  flex: 1 1 auto;
  height: 9px;
  min-width: 6px;
  border-radius: var(--radius-pill);
  overflow: hidden;
  background: rgba(127, 145, 173, 0.14);
}

.dossier-workrow__bar .dossier-workseg:first-child {
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

.dossier-workrow__bar .dossier-workseg:last-child {
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
}

.dossier-workrow__total {
  flex-shrink: 0;
  min-width: var(--icon-md);
  text-align: right;
  font-size: var(--fs-sm);
  font-weight: var(--fw-bold);
  color: var(--text-color);
}

.dossier-workrow__flag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  color: var(--status-error);
}

.dossier-workrow__flag i {
  font-size: var(--glyph-xs);
}

.dossier-workrow__effort {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--fs-sm);
  color: var(--text-muted);
  white-space: nowrap;
}

.dossier-workrow__effort i {
  font-size: var(--glyph-xs);
  opacity: 0.8;
}

.dossier-workrow__effort--empty {
  opacity: 0.5;
}

@media (max-width: 575px) {
  .dossier-workrow {
    grid-template-columns: 1fr auto;
  }

  .dossier-workrow__effort {
    grid-column: 1/-1;
  }
}

.sidebar.dossier-sidebar .menu-sidebar ul li.active > a {
  background: color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 14%, transparent);
  border-left-color: color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 50%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 16%, transparent);
}

.sidebar.dossier-sidebar .menu-sidebar ul li.active > a::before {
  background: var(--dossier-color, var(--theme-primary));
  box-shadow: 0 0 8px color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 34%, transparent);
}

.sidebar.dossier-sidebar .menu-sidebar ul li.active > a .sidebar-icon {
  color: var(--dossier-color, var(--theme-primary));
}

.sidebar.dossier-sidebar .badge.badge-primary {
  background: var(--dossier-color, var(--theme-primary)) !important;
  color: var(--dossier-ink, #fff) !important;
  box-shadow: 0 0 8px color-mix(in srgb, var(--dossier-color, var(--theme-primary)) 40%, transparent) !important;
}

.dossier-hero__vital--secondary {
  --vital-tone: var(--dossier-color, var(--theme-secondary));
}

.notif-bell__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  height: var(--hd-ctrl-h);
  padding: 0 var(--space-5);
  border: var(--hd-border);
  border-radius: var(--radius-pill);
  background: var(--hd-surface);
  backdrop-filter: var(--hd-blur);
  -webkit-backdrop-filter: var(--hd-blur);
  color: var(--hd-icon);
  transition: background var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, color var(--dur) ease;
}

.notif-bell__toggle i {
  font-size: var(--glyph-md);
  color: inherit;
}

.notif-bell__toggle:hover {
  background: var(--hd-surface-hover);
  border-color: var(--hd-border-hover);
  box-shadow: var(--hd-glow);
  color: var(--hd-icon-hover);
}

@media (max-width: 767px) {
  .notif-bell__toggle {
    width: var(--hd-ctrl-h);
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

.notif-bell__icon-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.notif-bell__badge {
  position: absolute;
  top: -6px;
  right: -8px;
  z-index: 2;
  min-width: var(--icon-sm);
  height: var(--icon-sm);
  padding: 0 var(--space-1);
  border-radius: var(--radius-pill);
  background: var(--theme-primary);
  color: #fff;
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  line-height: 16px;
  text-align: center;
}

.notif-bell__badge[hidden] {
  display: none;
}

.notif-bell__hint {
  padding: 1px 5px;
  border: 1px solid color-mix(in srgb, var(--theme-secondary) 42%, transparent);
  border-radius: var(--radius-xs);
  background: color-mix(in srgb, var(--theme-secondary) 10%, transparent);
  color: var(--theme-secondary);
  font-size: var(--fs-xs);
  line-height: var(--lh-none);
  white-space: nowrap;
  pointer-events: none;
}

@media (max-width: 767px) {
  .notif-bell__hint {
    display: none;
  }
}

.notif-bell__list {
  width: 340px;
  max-width: 90vw;
  padding: 0;
}

.notif-bell__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-3) var(--space-4);
  border-bottom: 1px solid var(--border-soft);
}

.notif-bell__readall {
  font-size: var(--fs-xs);
  color: var(--theme-primary);
}

.notif-bell__items {
  max-height: 380px;
  overflow-y: auto;
}

.notif-bell__empty {
  padding: var(--space-6) var(--space-4);
  text-align: center;
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.notif-bell__all {
  display: block;
  padding: var(--space-3) var(--space-4);
  text-align: center;
  font-size: var(--fs-sm);
  color: var(--theme-primary);
  border-top: 1px solid var(--border-soft);
}

.codex-notif.layout-media-row {
  align-items: flex-start;
  padding: var(--space-3) var(--space-4);
  color: var(--text-color);
}

.codex-notif.layout-media-row.is-unread {
  background: var(--surface-strong);
}

.codex-notif.layout-media-row .layout-media-row__lead--tile {
  background: var(--overlay-soft);
  border-radius: var(--radius-sm);
}

.codex-notif.layout-media-row.layout-media-row--neutral .layout-media-row__lead {
  color: var(--text-faint);
}

.codex-notif.layout-media-row.layout-media-row--primary .layout-media-row__lead {
  color: var(--theme-primary);
}

.codex-notif.layout-media-row.layout-media-row--info .layout-media-row__lead {
  color: var(--status-info);
}

.codex-notif.layout-media-row.layout-media-row--success .layout-media-row__lead {
  color: var(--status-success);
}

.codex-notif.layout-media-row.layout-media-row--warning .layout-media-row__lead {
  color: var(--status-warning);
}

.codex-notif.layout-media-row.layout-media-row--danger .layout-media-row__lead {
  color: var(--status-error);
}

.codex-notif.layout-media-row .layout-media-row__meta {
  align-self: center;
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.codex-notif.layout-media-row .layout-media-row__subtitle {
  color: var(--text-muted);
}

.notif-list {
  display: flex;
  flex-direction: column;
}

.kbd-hint {
  display: inline-block;
  margin-left: var(--space-2);
  padding: 1px 5px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xs);
  background: var(--surface-medium);
  color: var(--text-muted);
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  line-height: var(--lh-none);
  vertical-align: middle;
}

.quick-actions--fab {
  position: fixed;
  right: 28px;
  bottom: 22px;
  z-index: 900;
  display: inline-flex;
}

.quick-actions--fab .quick-actions__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--avatar);
  height: var(--avatar);
  border-radius: 50%;
  background: var(--btn-primary-bg);
  border: 0;
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow-fab);
  transition: transform var(--dur-fast) ease, box-shadow var(--dur) ease, filter var(--dur) ease;
}

.quick-actions--fab .quick-actions__toggle i {
  font-size: var(--glyph-lg);
  color: #fff;
  filter: drop-shadow(0 1px 2px rgba(0, 8, 32, 0.45));
}

.quick-actions--fab .quick-actions__toggle:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: var(--shadow-fab-hover);
}

.quick-actions--fab .quick-actions__toggle:active {
  transform: translateY(0);
}

.quick-actions--fab .dropdown-list {
  top: auto;
  bottom: calc(100% + 14px);
  right: 0;
  left: auto;
  min-width: 230px;
  margin: 0;
  padding: var(--space-2);
  list-style: none;
  background: var(--acrylic-menu-bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  backdrop-filter: var(--acrylic-menu-filter);
  -webkit-backdrop-filter: var(--acrylic-menu-filter);
  box-shadow: var(--shadow-menu);
}

.quick-actions--fab .dropdown-list .dropdown-list-title {
  padding: var(--space-2) var(--space-3) var(--space-1);
  font-size: var(--fs-xs);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.quick-actions--fab .dropdown-list li {
  list-style: none;
}

.quick-actions--fab .dropdown-list .dropdown-list-divider {
  height: 1px;
  margin: var(--space-2) var(--space-3);
  padding: 0;
  background: var(--border-soft);
}

.quick-actions--fab .dropdown-list a {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  transition: background var(--dur) ease;
}

.quick-actions--fab .dropdown-list a i {
  width: 16px;
  text-align: center;
}

.quick-actions--fab .dropdown-list a:hover {
  background: var(--surface-strong);
}

.quick-actions--fab .dropdown-list .quick-actions__key {
  margin-left: auto;
  padding: 1px 6px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-xs);
  background: var(--surface-medium);
  color: var(--text-muted);
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  line-height: var(--lh-none);
}

.quick-actions--fab:hover .dropdown-list,
.quick-actions--fab:focus-within .dropdown-list,
.quick-actions--fab.is-open .dropdown-list {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1024px) {
  .quick-actions--fab {
    bottom: calc(72px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

.quickaction-lead {
  display: flex;
  align-items: center;
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  font-weight: var(--fw-semibold);
  background: var(--overlay-soft);
  border: 1px solid var(--border-soft);
}

.quickaction-lead--danger {
  color: var(--status-error);
  background: rgba(var(--status-error-rgb), 0.1);
  border-color: rgba(var(--status-error-rgb), 0.3);
}

.quickaction-lead--info {
  color: var(--theme-primary);
}

.task-ack-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-3);
  margin-bottom: var(--space-4);
  border-radius: var(--radius-sm);
  background: rgba(var(--status-error-rgb), 0.1);
  border: 1px solid rgba(var(--status-error-rgb), 0.3);
}

.task-ack-callout__text {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--status-error);
}

.task-ack-callout__text i {
  color: var(--status-error);
}

.task-ack-callout .btn {
  flex: 0 0 auto;
}

.account-anchor {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.account-anchor::before {
  content: "";
  width: 1px;
  height: 16px;
  margin: 0 var(--space-2) 0 var(--space-1);
  background: var(--chrome-line);
}

.account-anchor__toggle.dropdown-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  width: auto;
  height: auto;
  padding: 2px var(--space-2) !important;
  border: 0 !important;
  border-radius: var(--radius-atom) !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none;
  cursor: pointer;
  transition: background var(--dur) ease, color var(--dur) ease;
}

.account-anchor__toggle.dropdown-toggle::after {
  display: none !important;
}

.account-anchor__toggle.dropdown-toggle .account-user-name {
  background: none;
  width: auto;
  height: auto;
  display: inline-flex;
}

.account-anchor__toggle.dropdown-toggle .layout-avatar {
  width: 20px !important;
  height: 20px !important;
  font-size: 9px !important;
  position: relative;
}

.account-anchor__toggle.dropdown-toggle:hover,
.account-anchor__toggle.dropdown-toggle:focus {
  background: var(--overlay-medium) !important;
  box-shadow: none !important;
}

.account-anchor__toggle.dropdown-toggle:hover .account-anchor__label,
.account-anchor__toggle.dropdown-toggle:focus .account-anchor__label {
  color: var(--chrome-ink);
}

.account-anchor__label {
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--chrome-ink-dim);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0;
  text-transform: none;
  transition: color var(--dur) ease;
}

.account-anchor .dropdown-list {
  top: calc(100% + 4px);
  bottom: auto;
  right: 0;
  left: auto;
  width: 264px;
  margin: 0;
  padding: var(--space-2);
  list-style: none;
  background: var(--acrylic-menu-bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-md);
  backdrop-filter: var(--acrylic-menu-filter);
  -webkit-backdrop-filter: var(--acrylic-menu-filter);
  box-shadow: var(--shadow-menu);
}

.account-anchor .dropdown-list li {
  list-style: none;
}

.account-anchor:hover .dropdown-list,
.account-anchor:focus-within .dropdown-list {
  opacity: 1;
  visibility: visible;
}

.dropdown.account-anchor .account-menu__identity {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) var(--space-3) var(--space-3);
}

.dropdown.account-anchor .account-menu__avatar {
  flex: 0 0 auto;
  display: inline-flex;
}

.dropdown.account-anchor .account-menu__avatar .layout-avatar {
  width: 38px;
  height: 38px;
  font-size: var(--fs-sm);
}

.dropdown.account-anchor .account-menu__who {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.dropdown.account-anchor .account-menu__name {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-sm);
  color: var(--text-strong);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown.account-anchor .account-menu__role {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown.account-anchor .account-menu__divider {
  height: 1px;
  margin: var(--space-1) var(--space-2);
  background: var(--border-color);
}

.dropdown.account-anchor .account-menu__link {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  color: var(--text-color);
  font-size: var(--fs-sm);
  text-decoration: none;
  transition: background var(--dur) ease, color var(--dur) ease;
}

.dropdown.account-anchor .account-menu__link > i {
  width: 16px;
  text-align: center;
  color: var(--text-muted);
}

.dropdown.account-anchor .account-menu__link > span {
  flex: 1;
  min-width: 0;
}

.dropdown.account-anchor .account-menu__link:hover,
.dropdown.account-anchor .account-menu__link:focus {
  background: var(--surface-strong);
  color: var(--text-strong);
}

.dropdown.account-anchor .account-menu__link:hover > i,
.dropdown.account-anchor .account-menu__link:focus > i {
  color: var(--text-color);
}

.dropdown.account-anchor .account-menu__chevron {
  flex: 0 0 auto;
  font-size: var(--glyph-xs);
  opacity: 0.5;
}

.dropdown.account-anchor .account-menu__logout:hover,
.dropdown.account-anchor .account-menu__logout:focus {
  color: var(--status-error);
  background: var(--status-error-soft);
}

.dropdown.account-anchor .account-menu__logout:hover > i,
.dropdown.account-anchor .account-menu__logout:focus > i {
  color: var(--status-error);
}

.dropdown.account-anchor .account-menu__theme,
.dropdown.account-anchor .account-menu__notify {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  padding: var(--space-1) var(--space-3);
  min-height: 38px;
}

.dropdown.account-anchor .account-menu__theme-label,
.dropdown.account-anchor .account-menu__notify-label {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--fs-sm);
  color: var(--text-color);
}

.dropdown.account-anchor .account-menu__theme-label i,
.dropdown.account-anchor .account-menu__notify-label i {
  width: 16px;
  text-align: center;
  color: var(--text-muted);
}

.dropdown.account-anchor .account-menu__segment {
  display: inline-flex;
  gap: 2px;
  padding: 2px;
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  box-shadow: inset 0 0 0 1px var(--border-color);
}

.dropdown.account-anchor .account-menu__segment a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 26px;
  padding: 0;
  border-radius: calc(var(--radius-sm) - 1px);
  color: var(--text-muted);
  font-size: var(--fs-sm);
  text-decoration: none;
  transition: background var(--dur) ease, color var(--dur) ease, box-shadow var(--dur) ease;
}

.dropdown.account-anchor .account-menu__segment a i {
  line-height: var(--lh-none);
}

.dropdown.account-anchor .account-menu__segment a:hover {
  color: var(--text-color);
}

.dropdown.account-anchor .account-menu__segment a.is-active {
  background: var(--surface-strong);
  color: var(--text-strong);
  box-shadow: inset 0 0 0 1px var(--border-strong);
}

@media (max-width: 900px) {
  .account-anchor__label {
    display: none;
  }
}

@media (max-width: 767px) {
  .account-anchor {
    top: 0;
    height: auto;
  }

  .account-anchor::before {
    display: none;
  }

  .account-anchor__toggle.dropdown-toggle {
    padding: 0 !important;
  }

  .account-anchor__toggle.dropdown-toggle .layout-avatar {
    width: 30px !important;
    height: 30px !important;
    font-size: 12px !important;
  }
}

.error-404 {
  max-width: 640px;
  margin: 0 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  text-align: center;
}

body:has(.error-404) .container-fluid {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

body:has(.error-404) .page-body {
  flex: 1 1 auto;
  min-height: 0;
  align-items: stretch;
}

.content:has(.error-404) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.error-404__code {
  position: relative;
  font-family: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-weight: 800;
  font-size: clamp(6rem, 20vw, 12rem);
  line-height: 0.84;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #eaf1ff 0%, #79a6ff 55%, #4275ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 70px rgba(var(--theme-primary-rgb), 0.3);
  user-select: none;
}

.error-404__code::before,
.error-404__code::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  opacity: 0;
  mix-blend-mode: screen;
  pointer-events: none;
}

.error-404__code::before {
  color: #59f3ff;
  animation: err404-glitch-a 4.6s steps(1) infinite;
}

.error-404__code::after {
  color: #c46bff;
  animation: err404-glitch-b 4.6s steps(1) infinite;
}

@keyframes err404-glitch-a {
  0%, 90%, 100% {
    opacity: 0;
    transform: translate(0, 0);
    clip-path: inset(0 0 100% 0);
  }

  91% {
    opacity: 0.85;
    transform: translate(-3px, -2px);
    clip-path: inset(8% 0 62% 0);
  }

  94% {
    opacity: 0.7;
    transform: translate(2px, 1px);
    clip-path: inset(44% 0 22% 0);
  }

  97% {
    opacity: 0.8;
    transform: translate(-2px, 2px);
    clip-path: inset(72% 0 8% 0);
  }
}

@keyframes err404-glitch-b {
  0%, 89%, 100% {
    opacity: 0;
    transform: translate(0, 0);
    clip-path: inset(0 0 100% 0);
  }

  90% {
    opacity: 0.7;
    transform: translate(3px, 2px);
    clip-path: inset(18% 0 52% 0);
  }

  93% {
    opacity: 0.6;
    transform: translate(-2px, -1px);
    clip-path: inset(52% 0 26% 0);
  }

  96% {
    opacity: 0.7;
    transform: translate(2px, -2px);
    clip-path: inset(76% 0 6% 0);
  }
}

.error-404__title {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: var(--fw-bold);
  color: var(--text-strong);
}

.error-404__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--space-1);
}

.error-404__home {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-5);
  border-radius: var(--radius-md);
  border: 0;
  font-weight: var(--fw-semibold);
  text-decoration: none;
  color: var(--panel-bg) !important;
  background: var(--btn-primary-bg);
  box-shadow: var(--shadow-btn);
  transition: transform var(--dur-fast) ease, filter var(--dur) ease, box-shadow var(--dur) ease;
}

.error-404__home i {
  color: var(--panel-bg) !important;
}

.error-404__home:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: var(--shadow-btn-hover);
}

.error-404__back {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  color: var(--text-muted);
  text-decoration: none;
  font-size: var(--fs-md);
  transition: color var(--dur) ease;
}

.error-404__back:hover {
  color: var(--text-color);
}

.header .notif-bell {
  display: inline-flex;
  align-items: center;
  margin: 0 var(--space-4);
}

.header .notif-bell .notif-bell__toggle {
  color: var(--text-strong);
  text-decoration: none;
}

.header .notif-bell .notif-bell__toggle i {
  color: var(--text-strong);
  font-size: var(--glyph-lg);
  line-height: var(--lh-none);
}

.center-panel {
  display: flex;
  flex-direction: column;
}

.center-panel .tab.active {
  display: block;
}

.center-panel a {
  text-decoration: none;
}

.center-panel .codex-task__title {
  color: var(--text-color);
}

.center-panel .codex-task__title:hover {
  color: var(--theme-primary);
}

.center-panel__tabs {
  margin-bottom: var(--space-4);
}

.center-panel__notif-head {
  display: flex;
  justify-content: flex-end;
  padding: 0 2px var(--space-2);
}

.center-panel__readall {
  font-size: var(--fs-sm);
  color: var(--theme-primary);
  text-decoration: none;
}

.center-panel__readall:hover {
  color: var(--text-strong);
}

.center-task--compact {
  padding: var(--space-2) var(--space-3);
}

.center-task--compact .codex-task__title {
  font-size: var(--fs-sm);
}

.center-task--compact .codex-task__meta {
  gap: var(--space-1);
}

.center-task--compact .codex-task__meta .codex-dossier-chip {
  height: 19px;
  max-width: 100%;
  padding: 0 var(--space-2);
  font-size: var(--fs-xs);
}

.center-task--compact .codex-task__meta .codex-flag {
  height: 19px;
  font-size: var(--fs-xs);
}

.center-task--compact .codex-task__meta .layout-badge {
  height: 19px;
  min-height: 0;
  padding: 0 var(--space-2);
  font-size: var(--fs-xs);
  line-height: var(--lh-none);
}

.center-task-list .codex-task__dot--toggle {
  cursor: pointer;
  background: transparent;
  transition: border-color var(--dur-fast) ease, background var(--dur-fast) ease;
}

.center-task-list .codex-task__dot--toggle:hover {
  border-color: var(--status-success);
  background: rgba(var(--status-success-rgb), 0.3);
}

.center-task-list .codex-task__dot--toggle.is-done {
  border-color: var(--status-success);
  background: var(--status-success);
}

.center-seeall {
  display: block;
  padding: var(--space-3) var(--space-1) 2px;
  text-align: center;
  font-size: var(--fs-sm);
  color: var(--theme-primary);
}

.center-task-more {
  width: 100%;
  gap: var(--space-2);
  margin: var(--space-2) 0 2px;
}

.center-task-more i {
  font-size: var(--glyph-xs);
  transition: transform var(--dur) ease;
}

.center-task-more:hover i {
  transform: translateX(3px);
}

.time-log__context {
  font-size: var(--fs-sm);
}

.time-log__context i {
  color: var(--theme-primary);
}

.time-track__logged {
  display: inline-flex;
  align-items: baseline;
  gap: var(--space-1);
  font-size: var(--fs-base);
}

.time-track__logged i {
  color: var(--theme-primary);
}

.time-track__logged strong {
  color: var(--text-strong);
}

.time-track__logged.is-over strong,
.time-track__logged.is-over i {
  color: var(--status-error);
}

.time-track {
  margin-top: var(--space-2);
}

.time-track__head h4 {
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  color: var(--text-strong);
}

.time-entries {
  list-style: none;
  margin: 0 0 var(--space-2);
  padding: 0;
  border-top: 1px solid var(--border-soft);
}

.time-entries .layout-empty-state--compact {
  padding: var(--space-3) 0;
}

.time-entries .layout-empty-state--compact i {
  color: var(--theme-primary);
}

.time-entries__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-2) 0 0;
  border-top: 1px solid var(--border-soft);
  font-size: var(--fs-md);
  color: var(--text-muted);
}

.time-entries__total strong {
  color: var(--text-strong);
}

.time-entry {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border-subtle);
}

.time-entry:last-child {
  border-bottom: 0;
}

.time-entry__dur {
  flex: 0 0 auto;
  min-width: 48px;
  font-variant-numeric: tabular-nums;
  font-weight: var(--fw-semibold);
  color: var(--text-strong);
}

.time-entry__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.time-entry__note {
  color: var(--text-strong);
  font-size: var(--fs-md);
  word-break: break-word;
}

.time-entry__meta {
  font-size: var(--fs-sm);
}

.time-entry__nonbillable {
  color: var(--text-muted);
  font-style: italic;
}

.header .time-timer {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  height: var(--hd-ctrl-h);
  padding: 0 var(--space-2) 0 var(--space-4);
  border: var(--hd-border);
  border-radius: var(--hd-radius-pill);
  background: var(--hd-surface);
  backdrop-filter: var(--hd-blur);
  -webkit-backdrop-filter: var(--hd-blur);
  box-shadow: none;
  color: var(--text-strong);
  transition: background var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease;
}

.header .time-timer:hover {
  border-color: var(--hd-border-hover);
  background: var(--hd-surface-hover);
  box-shadow: var(--hd-glow);
}

.header .time-timer[hidden] {
  display: none;
}

.header .time-timer .time-timer__icon {
  display: inline-flex;
  align-items: center;
  color: var(--theme-secondary);
  font-size: var(--glyph-md);
  animation: time-timer-pulse 1.6s ease-in-out infinite;
}

.header .time-timer .time-timer__body {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  line-height: var(--lh-tight);
  min-width: 0;
}

.header .time-timer .time-timer__clock {
  font-variant-numeric: tabular-nums;
  font-weight: var(--fw-bold);
  font-size: var(--fs-md);
  letter-spacing: 0.3px;
  color: var(--text-color);
}

.header .time-timer .time-timer__label {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  color: var(--theme-secondary);
}

.header .time-timer .time-timer__label:empty {
  display: none;
}

.header .time-timer .time-timer__stop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--control-md);
  height: var(--control-md);
  border-radius: 50%;
  background: var(--status-error-soft);
  transition: background var(--dur-fast) ease, transform var(--dur-fast) ease;
}

.header .time-timer .time-timer__stop:hover {
  background: rgba(var(--status-error-rgb), 0.28);
}

.header .time-timer .time-timer__stop:active {
  transform: scale(0.9);
}

.header .time-timer .time-timer__stop .time-timer__stop-icon {
  width: 11px;
  height: 11px;
  border-radius: 3px;
  background: var(--status-error);
}

@keyframes time-timer-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

.tablist-content.dossier-rt-content .tab {
  display: none;
}

.tablist-content.dossier-rt-content .tab.active {
  display: block;
}

.header .time-timer[data-state] .time-timer__icon {
  animation: none;
}

.header .time-timer[data-state] .time-timer__stop {
  display: none;
}

.header .time-timer[data-state] .time-timer__label {
  max-width: 230px;
  white-space: nowrap;
}

.header .time-timer[data-state=saved] {
  border-color: rgba(var(--status-success-rgb), 0.55);
  background: var(--status-success-soft);
}

.header .time-timer[data-state=saved] .time-timer__icon,
.header .time-timer[data-state=saved] .time-timer__clock {
  color: var(--status-success);
}

.header .time-timer[data-state=saved] .time-timer__label {
  color: var(--status-success);
}

.header .time-timer[data-state=discarded] {
  border-color: var(--border-soft);
  background: var(--surface-raised);
}

.header .time-timer[data-state=discarded] .time-timer__icon,
.header .time-timer[data-state=discarded] .time-timer__clock,
.header .time-timer[data-state=discarded] .time-timer__label {
  color: var(--text-muted);
}

.site-details {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: var(--space-3) var(--space-5);
  margin: 0;
}

.site-details dt {
  color: var(--text-muted);
  font-weight: var(--fw-semibold);
}

.site-details dd {
  margin: 0;
  color: var(--text-color);
  word-break: break-word;
}

.site-details dd a {
  color: var(--theme-primary);
}

@media (max-width: 640px) {
  .site-details {
    grid-template-columns: 1fr;
    gap: 2px 0;
  }

  .site-details dd {
    margin-bottom: var(--space-2);
  }
}

.time-section__actions h4 {
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  color: var(--text-strong);
}

.attachment-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  min-width: 0;
}

.attachment-thumb {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--control-lg);
  height: var(--control-lg);
  border-radius: var(--radius-sm);
  border: 1px solid var(--surface-border);
  background: var(--overlay-subtle);
  object-fit: cover;
  overflow: hidden;
}

.attachment-thumb--icon i {
  font-size: var(--glyph-md);
  color: var(--text-muted);
}

img.attachment-thumb {
  object-fit: cover;
}

/* Marble IT SharePoint package — media browser + folder picker styles.
 *
 * Ships the structural styling for the `\sharepoint\component::browser` (the
 * `.media-*` library grid) and `::picker` (`.sp-folder-browser`) widgets, so a
 * consuming app gets a styled component for free. The same `.media-*` vocabulary
 * is reused by any app-local "media library" surface.
 *
 * Theming: colours are driven by `--sp-*` custom properties whose defaults below
 * resolve to the regular (light) marblescss theme. An app re-skins purely by
 * overriding those tokens — see the hub's dark override for the canonical
 * example. Everything else here is structural and theme-agnostic.
 */

:root {
  --sp-panel: #ffffff;
  --sp-panel-2: #f3f4f8;
  --sp-border: #e4e7eb;
  --sp-border-2: #d2d6db;
  --sp-accent: #001e55;
  --sp-accent-soft: #001e55;
  --sp-text: #000000;
  --sp-text-muted: #6c7280;
  --sp-danger: #dc3545;
  --sp-success: #4bb543;
  --sp-act-bg: rgba(0, 0, 0, 0.55);
  --sp-shadow: 0 1px 2px rgba(16, 24, 40, 0.04), 0 1px 3px rgba(16, 24, 40, 0.06);
  --sp-shadow-hover: 0 10px 26px -8px rgba(16, 24, 40, 0.16), 0 2px 6px rgba(16, 24, 40, 0.06);
}

/* ── Loading + empty ──────────────────────────────────────────────────────── */

.media-loading {
  padding: 48px;
  text-align: center;
  color: var(--sp-text-muted);
  font-size: 26px;
}

.media-empty {
  text-align: center;
  padding: 56px 20px;
  color: var(--sp-text-muted);
  border: 1px dashed var(--sp-border);
  border-radius: 14px;
  background: var(--sp-panel-2);
}

.media-empty i {
  font-size: 40px;
  opacity: 0.55;
}

.media-empty p {
  margin: 14px 0 0;
  font-size: 14px;
}

/* ── Toolbar: breadcrumb + actions, on a defined header row ────────────────── */

.media-lib__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--sp-border);
}

.media-lib__actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
  flex-wrap: wrap;
}

.media-back {
  flex: 0 0 auto;
}

.media-crumbs {
  display: flex;
  align-items: center;
  gap: 1px;
  font-size: 13px;
  font-weight: 500;
  flex-wrap: wrap;
}

.media-crumbs a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  border-radius: 8px;
  color: var(--sp-text-muted);
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.media-crumbs a:hover {
  color: var(--sp-accent);
  background: rgba(0, 30, 85, 0.08);
}

.media-crumbs__sep {
  color: var(--sp-text-muted);
  opacity: 0.45;
  margin: 0 1px;
}

.media-crumbs__current {
  padding: 4px 9px;
  color: var(--sp-text);
  font-weight: 600;
}

/* ── Storage location chip — a compact toolbar icon (SharePoint vs local). The
 * full "Stored in …" label is shown on hover via the tooltip util, so the row
 * never costs a dedicated line. ──────────────────────────────────────────────── */

.media-loc {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 9px;
  font-size: 13px;
  color: var(--sp-accent);
  background: rgba(0, 30, 85, 0.13);
  border: 1px solid rgba(0, 30, 85, 0.18);
  cursor: help;
}

.media-loc--local {
  color: var(--sp-text-muted);
  background: rgba(166, 166, 166, 0.12);
  border-color: rgba(166, 166, 166, 0.2);
}

.media-loc {
  /* SharePoint unreachable — the offline-fallback state. */
}

.media-loc--offline {
  color: #b26b00;
  background: rgba(178, 107, 0, 0.12);
  border-color: rgba(178, 107, 0, 0.22);
}

/* ── Offline fallback — banner + pending (staged, not-yet-synced) tiles ─────────
 * Shown only when an app wires the offline_store: a state banner above the
 * toolbar, and a corner badge on tiles for files staged locally while SharePoint
 * was unreachable (awaiting the sync cron). See docs/offline-fallback.md. ─────── */

.media-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.4;
}

.media-banner i {
  font-size: 15px;
  flex: 0 0 auto;
}

.media-banner--offline {
  color: #7a4a00;
  background: rgba(178, 107, 0, 0.1);
  border: 1px solid rgba(178, 107, 0, 0.25);
}

.media-banner--pending {
  color: var(--sp-text-muted);
  background: var(--sp-panel-2);
  border: 1px solid var(--sp-border);
}

.media-tile--pending .media-tile__thumb {
  opacity: 0.85;
}

.media-tile__badge {
  position: absolute;
  left: 8px;
  top: 8px;
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #fff;
  background: #b26b00;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* ── Search + filter row (whole-library search) ───────────────────────────── */

.media-lib__filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.media-search {
  position: relative;
  flex: 1 1 240px;
  min-width: 200px;
  display: flex;
  align-items: center;
}

.media-search > i {
  position: absolute;
  left: 13px;
  font-size: 13px;
  color: var(--sp-text-muted);
  pointer-events: none;
}

.media-search__input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 12px 0 36px;
  border: 1px solid var(--sp-border);
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  background: var(--sp-panel-2);
  color: var(--sp-text);
  font-size: 13px;
  line-height: normal;
  transition: border-color 0.15s, background 0.15s;
}

.media-search__input::placeholder {
  color: var(--sp-text-muted);
}

.media-search__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.media-search__input:focus {
  outline: none;
  border-color: var(--sp-accent);
  background: var(--sp-panel);
}

.media-filter {
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  padding: 0 34px 0 13px;
  border: 1px solid var(--sp-border);
  border-radius: 10px;
  background-color: var(--sp-panel-2);
  color: var(--sp-text);
  font-size: 13px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2.5 4.5 6 8l3.5-3.5' fill='none' stroke='%237e93b2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: border-color 0.15s, background-color 0.15s;
}

.media-filter:hover {
  border-color: var(--sp-border-2);
}

.media-filter:focus {
  outline: none;
  border-color: var(--sp-accent);
  background-color: var(--sp-panel);
}

/* Truncated-results note. */

.media-note {
  margin: -4px 0 14px;
  font-size: 12px;
  color: var(--sp-text-muted);
}

/* Search-result tile footer — the file's containing folder (click to open it). */

.media-tile__path {
  display: flex;
  align-items: center;
  padding: 7px 12px;
  border-top: 1px solid var(--sp-border);
  color: var(--sp-text-muted);
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s, background 0.15s;
}

.media-tile__path:hover {
  color: var(--sp-accent);
  background: rgba(0, 30, 85, 0.06);
  text-decoration: none;
}

/* ── Section headings (Folders / Files) ───────────────────────────────────── */

.media-section {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 26px 0 13px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--sp-text-muted);
}

.media-section i {
  font-size: 13px;
  opacity: 0.85;
}

.media-section:first-child {
  margin-top: 4px;
}

.media-section__count {
  min-width: 20px;
  padding: 1px 8px;
  text-align: center;
  border-radius: 999px;
  background: rgba(0, 30, 85, 0.12);
  color: var(--sp-accent);
  font-size: 11px;
  font-weight: 700;
}

/* ── Grid + tiles ─────────────────────────────────────────────────────────── */

.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
  gap: 14px;
}

.media-grid--folders {
  grid-template-columns: repeat(auto-fill, minmax(208px, 1fr));
  gap: 12px;
}

.media-tile {
  position: relative;
  background: var(--sp-panel);
  border: 1px solid var(--sp-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--sp-shadow);
  transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
}

.media-tile:hover {
  border-color: var(--sp-border-2);
  transform: translateY(-3px);
  box-shadow: var(--sp-shadow-hover);
}

.media-tile__open {
  display: block;
  color: inherit;
  text-decoration: none;
}

.media-tile__thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 124px;
  background: var(--sp-panel-2) center/cover no-repeat;
  font-size: 32px;
  color: var(--sp-text-muted);
}

.media-tile__thumb--folder {
  color: var(--sp-accent);
}

.media-tile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-tile__name {
  display: block;
  padding: 11px 13px 2px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-tile__meta {
  display: block;
  padding: 0 13px 12px;
  font-size: 11px;
  color: var(--sp-text-muted);
}

.media-tile__actions {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 4px;
  opacity: 0;
  transition: opacity 0.15s;
}

.media-tile:hover .media-tile__actions {
  opacity: 1;
}

.media-tile__act {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--sp-act-bg);
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  backdrop-filter: blur(2px);
  transition: background 0.15s, transform 0.15s;
}

.media-tile__act:hover {
  background: var(--sp-accent);
  transform: translateY(-1px);
  text-decoration: none;
}

.media-tile__act--danger:hover {
  background: var(--sp-danger);
}

/* Folder tiles — compact accent cards, visually distinct from file thumbnails. */

.media-tile--folder {
  background: rgba(0, 30, 85, 0.05);
  border-color: rgba(0, 30, 85, 0.16);
  box-shadow: none;
}

.media-tile--folder .media-tile__open {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px;
}

.media-tile--folder .media-tile__thumb--folder {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 30, 85, 0.13);
  color: var(--sp-accent-soft);
  font-size: 21px;
}

.media-tile--folder .media-tile__body {
  min-width: 0;
  flex: 1 1 auto;
}

.media-tile--folder .media-tile__name {
  padding: 0;
  font-size: 13.5px;
}

.media-tile--folder .media-tile__meta {
  padding: 3px 0 0;
}

.media-tile--folder:hover {
  border-color: rgba(0, 30, 85, 0.38);
  background: rgba(0, 30, 85, 0.09);
  box-shadow: var(--sp-shadow);
}

/* File-type colour coding (icon, tinted thumb, extension chip). */

.media-tile__icon {
  font-size: 42px;
}

.media-tile__ext {
  position: absolute;
  left: 9px;
  bottom: 9px;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #fff;
  background: #7e93b2;
}

.media-type--pdf .media-tile__thumb {
  background-color: rgba(226, 87, 76, 0.12);
}

.media-type--pdf .media-tile__icon {
  color: #e2574c;
}

.media-type--pdf .media-tile__ext {
  background: #e2574c;
}

.media-type--word .media-tile__thumb {
  background-color: rgba(47, 123, 214, 0.12);
}

.media-type--word .media-tile__icon {
  color: #2f7bd6;
}

.media-type--word .media-tile__ext {
  background: #2f7bd6;
}

.media-type--excel .media-tile__thumb {
  background-color: rgba(31, 157, 87, 0.12);
}

.media-type--excel .media-tile__icon {
  color: #1f9d57;
}

.media-type--excel .media-tile__ext {
  background: #1f9d57;
}

.media-type--ppt .media-tile__thumb {
  background-color: rgba(210, 96, 42, 0.12);
}

.media-type--ppt .media-tile__icon {
  color: #d2602a;
}

.media-type--ppt .media-tile__ext {
  background: #d2602a;
}

.media-type--archive .media-tile__thumb {
  background-color: rgba(200, 146, 58, 0.12);
}

.media-type--archive .media-tile__icon {
  color: #c8923a;
}

.media-type--archive .media-tile__ext {
  background: #c8923a;
}

.media-type--image .media-tile__thumb {
  background-color: rgba(155, 123, 212, 0.12);
}

.media-type--image .media-tile__icon {
  color: #9b7bd4;
}

.media-type--image .media-tile__ext {
  background: #9b7bd4;
}

.media-type--video .media-tile__thumb {
  background-color: rgba(210, 74, 139, 0.12);
}

.media-type--video .media-tile__icon {
  color: #d24a8b;
}

.media-type--video .media-tile__ext {
  background: #d24a8b;
}

.media-type--audio .media-tile__thumb {
  background-color: rgba(20, 169, 163, 0.12);
}

.media-type--audio .media-tile__icon {
  color: #14a9a3;
}

.media-type--audio .media-tile__ext {
  background: #14a9a3;
}

.media-type--code .media-tile__thumb {
  background-color: rgba(91, 141, 239, 0.12);
}

.media-type--code .media-tile__icon {
  color: #5b8def;
}

.media-type--code .media-tile__ext {
  background: #5b8def;
}

.media-type--text .media-tile__thumb {
  background-color: rgba(147, 167, 189, 0.12);
}

.media-type--text .media-tile__icon {
  color: #93a7bd;
}

.media-type--text .media-tile__ext {
  background: #93a7bd;
}

.media-type--file .media-tile__thumb {
  background-color: rgba(126, 147, 178, 0.12);
}

.media-type--file .media-tile__icon {
  color: #7e93b2;
}

.media-type--file .media-tile__ext {
  background: #7e93b2;
}

/* ── Drill-down folder picker ─────────────────────────────────────────────── */

.sp-folder-browser {
  border: 1px solid var(--sp-border);
  border-radius: 12px;
  background: var(--sp-panel-2);
  padding: 12px 14px;
}

.sp-folder-browser .spfb-loading {
  padding: 20px;
  text-align: center;
  color: var(--sp-text-muted);
}

.sp-folder-browser .spfb-crumbs {
  font-size: 12px;
  margin-bottom: 10px;
  color: var(--sp-text-muted);
}

.sp-folder-browser .spfb-crumbs a {
  color: var(--sp-accent);
  text-decoration: none;
}

.sp-folder-browser .spfb-crumbs a:hover {
  color: var(--sp-text);
}

.sp-folder-browser .spfb-crumbs .spfb-sep {
  opacity: 0.5;
}

.sp-folder-browser .spfb-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  max-height: 240px;
  overflow-y: auto;
}

.sp-folder-browser .spfb-list a {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border-radius: 8px;
  color: var(--sp-text);
  text-decoration: none;
  font-size: 13px;
  transition: background 0.15s;
}

.sp-folder-browser .spfb-list a i {
  color: var(--sp-accent-soft);
}

.sp-folder-browser .spfb-list a:hover {
  background: rgba(0, 30, 85, 0.08);
}

.sp-folder-browser .spfb-list .spfb-empty {
  padding: 9px 11px;
  color: var(--sp-text-muted);
  font-size: 12px;
}

.sp-folder-browser .spfb-foot {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.sp-folder-browser .spfb-chosen {
  margin-top: 10px;
  font-size: 12px;
  color: var(--sp-success);
}

.sp-folder-browser .spfb-chosen i {
  color: var(--sp-success);
}

.media-crumbs a {
  color: var(--text-muted);
}

.media-crumbs a:hover {
  color: var(--text-color);
  background: var(--surface-strong);
}

.media-loc {
  color: var(--sp-accent-soft);
  background: var(--surface-strong);
}

.media-loc--local {
  color: var(--text-muted);
  background: rgba(126, 147, 178, 0.14);
}

.media-section__count {
  background: var(--surface-strong);
  color: var(--sp-accent-soft);
}

.media-tile__path:hover {
  background: var(--surface-strong);
}

.media-tile--folder {
  background: var(--surface-medium);
  border-color: var(--border-soft);
}

.media-tile--folder .media-tile__thumb--folder {
  background: var(--surface-strong);
}

.media-tile--folder:hover {
  border-color: var(--border-strong);
  background: var(--surface-strong);
}

.sp-folder-browser .spfb-crumbs a {
  color: var(--sp-accent-soft);
}

.sp-folder-browser .spfb-crumbs a:hover {
  color: var(--text-color);
}

.sp-folder-browser .spfb-list a {
  color: var(--sp-text);
}

.sp-folder-browser .spfb-list a:hover {
  background: var(--surface-strong);
}

.sp-folder-browser .spfb-chosen i {
  color: var(--status-success);
}

.media-type--link .media-tile__thumb {
  background-color: var(--surface-strong);
}

.media-type--link .media-tile__icon {
  color: #4275ff;
}

.media-type--link .media-tile__ext {
  background: var(--theme-primary, #4275ff);
}

.media-type--asset .media-tile__thumb {
  background-color: rgba(176, 124, 214, 0.12);
}

.media-type--asset .media-tile__icon {
  color: #b07cd6;
}

.media-type--asset .media-tile__ext {
  background: #b07cd6;
}

.media-tile__proof {
  position: absolute;
  top: 8px;
  left: 8px;
  width: var(--icon-lg);
  height: var(--icon-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  font-size: var(--fs-xs);
  color: #fff;
}

.media-tile__proof--approved {
  background: var(--status-success);
}

.media-tile__proof--changes {
  background: #b45309;
}

.header {
  flex-wrap: nowrap;
}

.header .header-search {
  position: relative;
  flex: 0 1 440px;
  width: 440px;
  min-width: 220px;
  display: flex;
  align-items: center;
  padding: 0 !important;
}

.header .header-search::before {
  content: none !important;
}

.header .header-search__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--hd-icon);
  pointer-events: none;
  font-size: var(--glyph-sm);
  z-index: 1;
}

.header .header-search__input,
.header .header-search input {
  box-sizing: border-box;
  width: 100%;
  height: var(--hd-ctrl-h) !important;
  min-height: var(--hd-ctrl-h) !important;
  padding: 0 var(--space-4) 0 var(--space-10) !important;
  border: var(--hd-border) !important;
  border-radius: var(--hd-radius-pill) !important;
  background: var(--hd-surface) !important;
  backdrop-filter: var(--hd-blur);
  -webkit-backdrop-filter: var(--hd-blur);
  color: var(--text-color) !important;
  font-size: var(--fs-sm);
  box-shadow: none !important;
  transition: background var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease;
}

.header .header-search__input::placeholder,
.header .header-search input::placeholder {
  color: var(--hd-icon) !important;
}

.header .header-search:hover .header .header-search__input,
.header .header-search:hover input {
  outline: none;
  border-color: var(--hd-border-hover) !important;
  background: var(--hd-surface-hover) !important;
  box-shadow: var(--hd-glow) !important;
}

.header .header-search:focus-within .header .header-search__input,
.header .header-search:focus-within input {
  outline: none;
  border-color: var(--theme-secondary) !important;
  background: var(--hd-surface-hover) !important;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--theme-secondary) 22%, transparent) !important;
  caret-color: var(--theme-secondary);
}

.header .header-search:focus-within .header .header-search__icon {
  color: var(--theme-secondary);
}

.header .header-search__hint {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 6px;
  border: 1px solid color-mix(in srgb, var(--theme-secondary) 42%, transparent);
  border-radius: var(--radius-xs);
  background: color-mix(in srgb, var(--theme-secondary) 10%, transparent);
  color: var(--theme-secondary);
  font-size: var(--fs-xs);
  line-height: var(--lh-none);
  pointer-events: none;
  z-index: 1;
  transition: opacity var(--dur) ease;
}

.header .header-search:focus-within .header .header-search__hint {
  opacity: 0;
}

.header .header-search__results {
  position: absolute;
  top: calc(100% + var(--space-2));
  left: 0;
  right: 0;
  z-index: 60;
  max-height: 60vh;
  overflow-y: auto;
  padding: var(--space-2);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--acrylic-menu-bg);
  backdrop-filter: var(--acrylic-menu-filter);
  -webkit-backdrop-filter: var(--acrylic-menu-filter);
  box-shadow: var(--shadow-lg);
}

.header .header-search__results[hidden] {
  display: none;
}

.header .header-search__section {
  padding: var(--space-2) var(--space-3) var(--space-1);
  font-size: var(--fs-xs);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.header .header-search__result {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-sm);
  color: var(--text-color);
  text-decoration: none;
}

.header .header-search__result:hover,
.header .header-search__result.is-active {
  background: var(--surface-strong);
}

.header .header-search__result-icon {
  flex: 0 0 auto;
  width: var(--icon-md);
  text-align: center;
  color: var(--text-muted);
  font-size: var(--glyph-sm);
}

.header .header-search__result-main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: var(--lh-tight);
}

.header .header-search__result-label {
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header .header-search__result-sub {
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.header .header-search__result-chip {
  flex: 0 0 auto;
  padding: 2px var(--space-3);
  border-radius: var(--radius-pill);
  font-size: var(--fs-xs);
  color: #fff;
  background: var(--chip);
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
}

.search-result {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-weight: var(--fw-medium);
}

.search-result:hover {
  color: var(--theme-primary);
}

.search-chip {
  display: inline-flex;
  align-items: center;
  padding: 2px var(--space-3);
  border-radius: var(--radius-pill);
  font-size: var(--fs-xs);
  color: #fff;
  background: var(--chip);
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.12);
}

.share-links {
  margin-bottom: var(--space-2);
}

.share-link {
  padding: var(--space-3) 0;
  border-top: 1px solid var(--border-soft);
}

.share-link:first-child {
  border-top: 0;
}

.share-link__head {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
}

.share-link__url {
  width: 100%;
  margin-top: var(--space-2);
  font-size: var(--fs-xs);
  font-family: Consolas, monospace;
}

.header .incident-flag {
  display: inline-flex;
  align-items: center;
  margin-left: var(--hd-gap);
}

.header .incident-flag__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  height: var(--hd-ctrl-h);
  padding: 0 var(--space-5);
  border: var(--hd-border);
  background: var(--hd-surface);
  backdrop-filter: var(--hd-blur);
  -webkit-backdrop-filter: var(--hd-blur);
  text-decoration: none;
  font-size: 14px;
  font-weight: var(--fw-semibold);
  color: var(--hd-icon);
  transition: background var(--dur) ease, border-color var(--dur) ease, box-shadow var(--dur) ease, color var(--dur) ease;
}

.header .incident-flag__toggle:hover,
.header .incident-flag__toggle:focus-visible {
  background: var(--hd-surface-hover);
  border-color: var(--hd-border-hover);
  color: var(--hd-icon-hover);
  box-shadow: var(--hd-glow);
}

.header .incident-flag__toggle::after {
  content: none !important;
}

.header .incident-flag__toggle i {
  font-size: var(--glyph-md);
  color: inherit;
}

@media (max-width: 767px) {
  .header .incident-flag__toggle {
    width: var(--hd-ctrl-h);
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }
}

.header .incident-flag[data-open] .incident-flag__toggle {
  color: var(--status-error);
  border-color: color-mix(in srgb, var(--status-error) 42%, transparent);
}

.header .incident-flag[data-open] .incident-flag__toggle:hover,
.header .incident-flag[data-open] .incident-flag__toggle:focus-visible {
  color: var(--status-error);
  border-color: var(--status-error);
}

.header .incident-flag__label {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .header .incident-flag__label {
    display: none;
  }
}

.header .incident-flag__count {
  padding: 1px 5px;
  border: 1px solid color-mix(in srgb, var(--status-error) 42%, transparent);
  border-radius: var(--radius-xs);
  background: rgba(var(--status-error-rgb), 0.1);
  color: var(--status-error);
  font-size: var(--fs-xs);
  line-height: var(--lh-none);
  white-space: nowrap;
  pointer-events: none;
}

@media (max-width: 767px) {
  .header .incident-flag__count {
    display: none;
  }
}

.header .incident-flag[hidden] {
  display: none;
}

.sidebar.incident-sidebar .sidebar-item[data-tone=danger] > a .sidebar-icon {
  color: var(--status-error) !important;
}

.sidebar.incident-sidebar .sidebar-item[data-tone=danger] > a .badge.badge-primary {
  background: rgba(var(--status-error-rgb), 0.14) !important;
  color: var(--status-error) !important;
}

.sidebar.incident-sidebar .sidebar-item[data-tone=warning] > a .sidebar-icon {
  color: var(--status-warning) !important;
}

.sidebar.incident-sidebar .sidebar-item[data-tone=warning] > a .badge.badge-primary {
  background: rgba(var(--status-warning-rgb), 0.14) !important;
  color: var(--status-warning) !important;
}

.incident-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  flex-wrap: wrap;
  margin-bottom: var(--space-5);
}

.incident-controls > .tablist {
  margin-bottom: 0;
  width: auto;
  min-width: 0;
}

.incident-controls > .incident-sort {
  margin-left: auto;
}

.incident-sort {
  position: relative;
  flex-shrink: 0;
}

.incident-sort .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  color: var(--text-color);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  text-decoration: none;
  white-space: nowrap;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.incident-sort .dropdown-toggle:hover,
.incident-sort .dropdown-toggle:focus-visible {
  border-color: var(--border-strong);
  background: var(--surface-medium);
}

.incident-sort .dropdown-toggle i {
  font-size: var(--glyph-sm);
  color: var(--text-muted);
}

.incident-sort__label {
  white-space: nowrap;
}

.incident-sort .dropdown-list {
  background: var(--acrylic-menu-bg);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  backdrop-filter: var(--acrylic-menu-filter);
  -webkit-backdrop-filter: var(--acrylic-menu-filter);
  box-shadow: var(--shadow-lg);
}

.incident-sort .dropdown-list a {
  color: var(--text-color);
  border-radius: var(--radius-xs);
}

.incident-sort .dropdown-list a:hover,
.incident-sort .dropdown-list a:focus-visible {
  background: var(--overlay-soft);
}

.incident-sort .dropdown-list a.active {
  color: var(--theme-primary);
  font-weight: var(--fw-semibold);
}

.listing.listing-incidents .listing-rows .listing-row {
  position: relative;
  transition: box-shadow var(--dur) var(--ease);
}

.listing.listing-incidents .listing-rows .listing-row[data-severity] {
  box-shadow: inset 3px 0 0 0 var(--status-neutral);
}

.listing.listing-incidents .listing-rows .listing-row[data-severity=critical] {
  box-shadow: inset 3px 0 0 0 var(--status-error);
}

.listing.listing-incidents .listing-rows .listing-row[data-severity=major] {
  box-shadow: inset 3px 0 0 0 rgba(var(--status-error-rgb), 0.55);
}

.listing.listing-incidents .listing-rows .listing-row[data-severity=minor] {
  box-shadow: inset 3px 0 0 0 var(--status-warning);
}

.listing.listing-incidents .listing-rows .listing-row[data-status=open] {
  background-image: linear-gradient(var(--surface-strong), var(--surface-strong));
}

.listing.listing-incidents .listing-rows .listing-row[data-severity][data-status=resolved] {
  box-shadow: inset 3px 0 0 0 var(--border-strong);
}

.listing.listing-incidents .codex-incident__face {
  margin-left: var(--space-2);
}

@media (max-width: 600px) {
  .listing.listing-incidents .listing-rows .listing-row .layout-media-row__meta + .layout-media-row__meta {
    display: none;
  }
}

.codex-list .layout-media-row[data-status=open] {
  background-image: linear-gradient(var(--surface-strong), var(--surface-strong));
}

.incident-hero__people {
  display: inline-flex;
  align-items: center;
}

.incident-hero__face + .incident-hero__face {
  margin-left: calc(var(--space-1) * -1);
}

.incident-hero__face {
  position: relative;
  transition: transform var(--dur) var(--ease);
}

.incident-hero__face:hover {
  transform: translateY(-1px);
  z-index: 1;
}

.monitor-toolbar {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.monitor-toolbar__search {
  display: none;
}

.monitor-toolbar form {
  flex: 1 1 auto;
  margin: 0;
}

.monitor-toolbar__row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  justify-content: flex-end;
  align-items: flex-end;
}

.monitor-toolbar .form-group,
.monitor-toolbar .form-step,
.monitor-toolbar [class*=col-] {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: none;
  flex: 0 0 auto;
}

.monitor-toolbar label {
  display: block;
  margin-bottom: var(--space-1);
  font-size: var(--fs-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: var(--fw-semibold);
}

.monitor-toolbar .select-container,
.monitor-toolbar select {
  min-width: 180px;
}

.client-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  align-items: start;
  gap: var(--space-3);
}

.client-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  box-sizing: border-box;
  padding: var(--space-4);
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.client-card:hover {
  border-color: var(--border-strong);
  background: var(--surface-medium);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.client-card__head {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.client-card__name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  color: var(--text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.client-card__providers {
  flex: 0 0 auto;
  display: inline-flex;
  gap: var(--space-1);
  color: var(--text-muted);
  font-size: var(--fs-sm);
}

.client-card__bar {
  display: flex;
  height: 8px;
  border-radius: var(--radius-pill);
  overflow: hidden;
  background: var(--surface-strong);
}

.client-card__bar--empty {
  opacity: 0.5;
}

.client-card__seg {
  height: 100%;
}

.client-card__seg--ok {
  background: var(--status-success);
}

.client-card__seg--offline {
  background: var(--status-neutral);
}

.client-card__seg--warn {
  background: var(--status-warning);
}

.client-card__seg--down {
  background: var(--status-error);
}

.client-card__stats {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.client-card__stat {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  color: var(--text-color);
}

.client-card__stat--warn {
  color: var(--status-warning);
  font-weight: var(--fw-medium);
}

.client-card__stat--down {
  color: var(--status-error);
  font-weight: var(--fw-medium);
}

.client-card__stat--muted {
  color: var(--text-muted);
}

.client-card__dot {
  width: 7px;
  height: 7px;
  border-radius: var(--radius-pill);
}

.client-card__dot--ok {
  background: var(--status-success);
}

.client-card__dot--offline {
  background: var(--status-neutral);
}

.client-card__dot--warn {
  background: var(--status-warning);
}

.client-card__dot--down {
  background: var(--status-error);
}

.client-card__total {
  margin-left: auto;
  color: var(--text-muted);
}

.client-card__muted {
  color: var(--text-muted);
  font-size: var(--fs-sm);
}

.cockpit-panels {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  margin-bottom: var(--space-4);
}

@media (max-width: 1000px) {
  .cockpit-panels {
    grid-template-columns: 1fr;
  }
}

.cockpit-panels > :only-child {
  grid-column: 1/-1;
}

.device-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: var(--space-2);
}

.device-tile {
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-sizing: border-box;
  padding: var(--space-2) var(--space-3);
  background: var(--surface-soft);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  text-decoration: none;
  color: inherit;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.device-tile:hover {
  border-color: var(--border-strong);
  background: var(--surface-medium);
}

.device-tile__top {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.device-tile__dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: var(--radius-pill);
}

.device-tile__dot--ok {
  background: var(--status-success);
}

.device-tile__dot--offline {
  background: var(--status-neutral);
}

.device-tile__dot--warn {
  background: var(--status-warning);
}

.device-tile__dot--down {
  background: var(--status-error);
}

.device-tile__name {
  flex: 1 1 auto;
  min-width: 0;
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.device-tile__uptime {
  flex: 0 0 auto;
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.device-tile__uptime--success {
  color: var(--status-success);
}

.device-tile__uptime--warning {
  color: var(--status-warning);
}

.device-tile__uptime--danger {
  color: var(--status-error);
}

.device-tile__sub {
  padding-left: calc(8px + var(--space-2));
  font-size: var(--fs-xs);
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mini-bar {
  display: inline-flex;
  width: 72px;
  height: 6px;
  border-radius: var(--radius-pill);
  overflow: hidden;
  background: var(--surface-strong);
}

.mini-bar__seg {
  height: 100%;
}

.mini-bar__seg--ok {
  background: var(--status-success);
}

.mini-bar__seg--offline {
  background: var(--status-neutral);
}

.mini-bar__seg--warn {
  background: var(--status-warning);
}

.mini-bar__seg--down {
  background: var(--status-error);
}

.codex-truncate {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mon-kpis {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

@media (max-width: 900px) {
  .mon-kpis {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
  }
}

.mon-kpi {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: var(--space-3) var(--space-4);
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
}

.mon-kpi__lab {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--fs-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: var(--fw-semibold);
}

.mon-kpi__mark {
  width: 8px;
  height: 8px;
  border-radius: var(--radius-xs);
  display: inline-block;
}

.mon-kpi__mark--ok {
  background: var(--status-success);
}

.mon-kpi__mark--offline {
  background: var(--status-neutral);
}

.mon-kpi__mark--warn {
  background: var(--status-warning);
}

.mon-kpi__mark--down {
  background: var(--status-error);
}

.mon-kpi__val {
  font-size: var(--fs-3xl);
  font-weight: var(--fw-bold);
  letter-spacing: -0.02em;
  line-height: var(--lh-none);
  margin-top: var(--space-2);
}

.mon-kpi__cap {
  font-size: var(--fs-xs);
  color: var(--text-faint);
  margin-top: 3px;
  max-width: 60%;
}

.mon-kpi--warn .mon-kpi__val {
  color: var(--status-warning);
}

.mon-kpi--down .mon-kpi__val {
  color: var(--status-error);
}

.mon-kpi__spark {
  position: absolute;
  right: var(--space-3);
  bottom: var(--space-2);
  width: 74px;
  height: 28px;
}

.mon-kpi__spark polyline {
  fill: none;
}

.mon-kpi__spark--ok polyline {
  stroke: var(--status-success);
}

.mon-kpi__spark--ok circle {
  fill: var(--status-success);
}

.mon-kpi__spark--offline polyline {
  stroke: var(--status-neutral);
}

.mon-kpi__spark--offline circle {
  fill: var(--status-neutral);
}

.mon-kpi__spark--warn polyline {
  stroke: var(--status-warning);
}

.mon-kpi__spark--warn circle {
  fill: var(--status-warning);
}

.mon-kpi__spark--down polyline {
  stroke: var(--status-error);
}

.mon-kpi__spark--down circle {
  fill: var(--status-error);
}

.mon-queue {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mon-grp {
  border-radius: var(--radius-md);
}

.mon-grp[open] {
  background: var(--surface-soft);
}

.mon-grp__sum {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-md);
  cursor: pointer;
  list-style: none;
}

.mon-grp__sum::-webkit-details-marker {
  display: none;
}

.mon-grp__sum:hover {
  background: var(--surface-medium);
}

.mon-grp__sev {
  flex: 0 0 auto;
  width: 4px;
  align-self: stretch;
  min-height: 34px;
  border-radius: 4px;
}

.mon-grp__sev--info {
  background: var(--status-neutral);
}

.mon-grp__sev--warn {
  background: var(--status-warning);
}

.mon-grp__sev--down {
  background: var(--status-error);
}

.mon-grp__ic {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
  font-size: var(--fs-md);
}

.mon-grp__ic--info {
  background: color-mix(in srgb, var(--status-neutral) 16%, transparent);
  color: var(--text-muted);
}

.mon-grp__ic--warn {
  background: var(--status-warning-soft);
  color: var(--status-warning);
}

.mon-grp__ic--down {
  background: var(--status-error-soft);
  color: var(--status-error);
}

.mon-grp__main {
  flex: 1 1 auto;
  min-width: 0;
}

.mon-grp__title {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-md);
}

.mon-grp__meta {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
  margin-top: 3px;
}

.mon-grp__count {
  flex: 0 0 auto;
  text-align: right;
  padding-left: var(--space-2);
}

.mon-grp__count b {
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
}

.mon-grp__count span {
  display: block;
  font-size: var(--fs-xs);
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mon-grp__chev {
  flex: 0 0 auto;
  color: var(--text-faint);
  transition: transform var(--dur) var(--ease);
  font-size: var(--glyph-sm);
}

.mon-grp[open] .mon-grp__chev {
  transform: rotate(90deg);
}

.mon-grp__drill {
  padding: 2px var(--space-3) var(--space-3) 64px;
}

.mon-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  padding: 2px 9px;
  border-radius: var(--radius-pill);
}

.mon-badge .mon-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.mon-badge--info {
  background: color-mix(in srgb, var(--status-neutral) 16%, transparent);
  color: var(--text-muted);
}

.mon-badge--warn {
  background: var(--status-warning-soft);
  color: var(--status-warning);
}

.mon-badge--down {
  background: var(--status-error-soft);
  color: var(--status-error);
}

.mon-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--surface-medium);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  padding: 1px 9px;
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.mon-chip__dot {
  width: 6px;
  height: 6px;
  border-radius: var(--radius-xs);
  background: var(--status-neutral);
}

.mon-chip--plain {
  background: transparent;
  border: 0;
  color: var(--text-faint);
  padding-left: 0;
}

.mon-drill {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) var(--space-2);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: inherit;
  font-size: var(--fs-sm);
}

.mon-drill + .mon-drill {
  border-top: 1px solid var(--border-subtle);
}

.mon-drill:hover {
  background: var(--surface-medium);
}

.mon-drill__dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.mon-drill__dot--info {
  background: var(--status-neutral);
}

.mon-drill__dot--warn {
  background: var(--status-warning);
}

.mon-drill__dot--down {
  background: var(--status-error);
}

.mon-drill__name {
  font-weight: var(--fw-semibold);
  color: var(--text-strong);
  min-width: 160px;
}

.mon-drill__meta {
  flex: 1 1 auto;
  color: var(--text-muted);
}

.mon-drill__age {
  color: var(--text-faint);
  font-size: var(--fs-xs);
}

.mon-allclear {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3);
  margin-top: var(--space-1);
  color: var(--text-muted);
  font-size: var(--fs-sm);
}

.mon-allclear__ic {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--status-success-soft);
  color: var(--status-success);
  display: grid;
  place-items: center;
  font-size: var(--fs-sm);
}

.mon-tablewrap {
  overflow-x: auto;
}

.mon-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--fs-sm);
}

.mon-table thead th {
  text-align: left;
  padding: var(--space-2) var(--space-3);
  font-size: var(--fs-xs);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: var(--fw-semibold);
  white-space: nowrap;
  border-bottom: 1px solid var(--border-subtle);
}

.mon-table th.r,
.mon-table td.r {
  text-align: right;
}

.mon-table tbody td {
  padding: var(--space-2) var(--space-3);
  border-bottom: 1px solid var(--border-subtle);
  white-space: nowrap;
  vertical-align: middle;
}

.mon-table tbody tr:last-child td {
  border-bottom: 0;
}

.mon-table .num {
  font-variant-numeric: tabular-nums;
}

.mon-row {
  transition: background var(--dur) var(--ease);
}

.mon-row:hover {
  background: var(--surface-medium);
}

.mon-row.is-flagged {
  box-shadow: inset 3px 0 0 var(--status-warning);
}

.mon-cl {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  text-decoration: none;
  color: inherit;
}

.mon-cl__ic {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: var(--radius-sm);
  background: var(--surface-strong);
  color: var(--text-muted);
  display: grid;
  place-items: center;
  font-size: var(--fs-sm);
}

.mon-cl__body {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.mon-cl__name {
  font-weight: var(--fw-semibold);
  color: var(--text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mon-cl:hover .mon-cl__name {
  color: var(--theme-primary);
}

.mon-cl__prov {
  flex: 0 0 auto;
  display: inline-flex;
  gap: 5px;
  color: var(--text-faint);
  font-size: var(--fs-xs);
}

.mon-hbar {
  display: flex;
  width: 140px;
  height: 8px;
  border-radius: var(--radius-pill);
  overflow: hidden;
  background: color-mix(in srgb, var(--status-neutral) 22%, transparent);
}

.mon-hbar__s {
  height: 100%;
}

.mon-hbar__s--ok {
  background: var(--status-success);
}

.mon-hbar__s--offline {
  background: var(--status-neutral);
}

.mon-hbar__s--warn {
  background: var(--status-warning);
}

.mon-hbar__s--down {
  background: var(--status-error);
}

.mon-cnt {
  display: inline-block;
  font-weight: var(--fw-semibold);
  font-variant-numeric: tabular-nums;
  color: var(--text-color);
}

.mon-cnt.is-zero {
  color: var(--text-faint);
  font-weight: var(--fw-normal);
}

.mon-cnt--warn.is-hot {
  color: var(--status-warning);
}

.mon-cnt--down.is-hot {
  color: var(--status-error);
}

.mon-up {
  font-weight: var(--fw-semibold);
  font-variant-numeric: tabular-nums;
}

.mon-up--ok {
  color: var(--status-success);
}

.mon-up--warn {
  color: var(--status-warning);
}

.mon-up--down {
  color: var(--status-error);
}

.mon-up--none {
  color: var(--text-faint);
  font-weight: var(--fw-normal);
}

a.mon-chev {
  color: var(--text-faint);
  text-decoration: none;
  font-size: var(--fs-sm);
}

a.mon-chev:hover {
  color: var(--theme-primary);
}

.mon-heat {
  display: grid;
  grid-template-columns: repeat(auto-fill, 16px);
  gap: 5px;
  padding: var(--space-2) 0 var(--space-3);
}

.mon-cell {
  width: 16px;
  height: 16px;
  border-radius: var(--radius-xs);
  display: block;
  transition: transform var(--dur-fast) var(--ease), outline-color var(--dur-fast) var(--ease);
  outline: 2px solid transparent;
  outline-offset: 1px;
}

.mon-cell--ok {
  background: var(--status-success);
}

.mon-cell--offline {
  background: var(--status-neutral);
  opacity: 0.55;
}

.mon-cell--warn {
  background: var(--status-warning);
}

.mon-cell--down {
  background: var(--status-error);
}

.mon-cell:hover,
.mon-cell:focus-visible {
  transform: scale(1.35);
  outline-color: var(--text-strong);
  position: relative;
  z-index: 1;
}

.mon-legend {
  display: flex;
  gap: var(--space-4);
  flex-wrap: wrap;
  padding-top: var(--space-2);
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.mon-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.mon-legend__sw {
  width: 10px;
  height: 10px;
  border-radius: var(--radius-xs);
}

.mon-legend__sw--ok {
  background: var(--status-success);
}

.mon-legend__sw--offline {
  background: var(--status-neutral);
  opacity: 0.55;
}

.mon-legend__sw--warn {
  background: var(--status-warning);
}

.mon-legend__sw--down {
  background: var(--status-error);
}

.device-timeline {
  margin-top: var(--space-5);
}

.device-timeline .layout-timeline {
  margin-top: var(--space-3);
}

.page-monitoring .content-inside {
  width: calc(100vw - 48px);
  max-width: calc(100vw - 48px);
  margin-left: calc(50% - 50vw + 24px);
}

.mon-board {
  display: grid;
  grid-template-columns: 1.22fr 1fr 1fr;
  align-items: start;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

@media (max-width: 1100px) {
  .mon-board {
    grid-template-columns: 1fr;
  }
}

.mon-board--pair {
  grid-template-columns: 1fr 1fr;
}

.mon-lane {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mon-lane__head {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding-bottom: var(--space-2);
  margin-bottom: var(--space-3);
  border-bottom: 2px solid var(--border-soft);
}

.mon-lane__ic {
  flex: 0 0 auto;
  font-size: var(--fs-lg);
  color: var(--text-muted);
}

.mon-lane__hgroup {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.mon-lane__t {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-md);
}

.mon-lane__sub {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  margin-top: 1px;
}

.mon-lane__count {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  font-size: var(--fs-xl);
  font-weight: var(--fw-bold);
}

.mon-lane__body {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  max-height: clamp(360px, 56vh, 640px);
  overflow-y: auto;
  padding-right: var(--space-1);
  scrollbar-width: thin;
}

.mon-lane__body::-webkit-scrollbar {
  width: 8px;
}

.mon-lane__body::-webkit-scrollbar-thumb {
  background: var(--border-soft);
  border-radius: var(--radius-pill);
}

.mon-lane--error .mon-lane__head {
  border-bottom-color: rgba(var(--status-error-rgb), 0.5);
}

.mon-lane--error .mon-lane__ic {
  color: var(--status-error);
}

.mon-lane--error .mon-lane__count {
  color: var(--status-error);
}

.mon-lane--warn .mon-lane__head {
  border-bottom-color: rgba(var(--status-warning-rgb), 0.5);
}

.mon-lane--warn .mon-lane__ic {
  color: var(--status-warning);
}

.mon-lane--warn .mon-lane__count {
  color: var(--status-warning);
}

.mon-lane--info .mon-lane__head {
  border-bottom-color: rgba(var(--status-info-rgb), 0.5);
}

.mon-lane--info .mon-lane__ic {
  color: var(--status-info);
}

.mon-lane--info .mon-lane__count {
  color: var(--status-info);
}

.mon-lane__empty {
  margin: auto;
  text-align: center;
  padding: var(--space-5) var(--space-3);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-1);
  color: var(--text-muted);
}

.mon-lane__empty b {
  color: var(--text-strong);
  font-size: var(--fs-md);
}

.mon-lane__empty span {
  font-size: var(--fs-sm);
}

.mon-lane__empty-ic {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--status-success-soft);
  color: var(--status-success);
  font-size: var(--fs-lg);
  margin-bottom: var(--space-1);
}

.mon-lane__quiet {
  padding: var(--space-4) var(--space-3);
  color: var(--text-faint);
  font-size: var(--fs-sm);
  text-align: center;
}

.mon-inc {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: var(--space-3) var(--space-3) var(--space-3) var(--space-4);
  background: var(--app-panel-bg-raised);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: border-color var(--dur) var(--ease), transform var(--dur-fast) var(--ease), box-shadow var(--dur) var(--ease);
}

.mon-inc::before {
  content: "";
  position: absolute;
  left: 0;
  top: var(--space-2);
  bottom: var(--space-2);
  width: 3px;
  border-radius: 3px;
  background: var(--status-error);
}

.mon-inc:hover {
  border-color: color-mix(in srgb, var(--status-error) 50%, transparent);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.mon-inc__top {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.mon-inc__dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--status-error);
}

.mon-inc__dev {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-sm);
}

.mon-inc__type {
  font-size: var(--fs-xs);
  color: var(--text-faint);
}

.mon-inc__age {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
  font-size: var(--fs-xs);
  color: var(--status-error);
  font-weight: var(--fw-medium);
  white-space: nowrap;
}

.mon-inc__cond {
  display: block;
  font-weight: var(--fw-semibold);
  font-size: var(--fs-md);
  margin-top: var(--space-2);
}

.mon-inc__cond i {
  color: var(--text-muted);
  margin-right: var(--space-1);
}

.mon-inc__msg {
  display: block;
  font-size: var(--fs-sm);
  color: var(--text-muted);
  margin-top: 2px;
}

.mon-inc__foot {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-wrap: wrap;
  margin-top: var(--space-2);
}

@media (prefers-reduced-motion: no-preference) {
  .mon-inc__dot {
    animation: mon-pulse 2.2s infinite;
  }
}

@keyframes mon-pulse {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--status-error) 55%, transparent);
  }

  70% {
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--status-error) 0%, transparent);
  }

  100% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--status-error) 0%, transparent);
  }
}

.mon-litem {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) var(--space-3);
  background: var(--app-panel-bg-raised);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.mon-litem--warn {
  border-left: 3px solid color-mix(in srgb, var(--status-warning) 55%, transparent);
}

.mon-litem__ic {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
  font-size: var(--fs-sm);
  background: var(--surface-strong);
  color: var(--text-muted);
}

.mon-litem--warn .mon-litem__ic {
  background: var(--status-warning-soft);
  color: var(--status-warning);
}

.mon-litem__main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.mon-litem__cond {
  font-weight: var(--fw-medium);
  font-size: var(--fs-sm);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mon-litem__meta {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mon-litem__n {
  flex: 0 0 auto;
  text-align: right;
}

.mon-litem__n b {
  display: block;
  font-variant-numeric: tabular-nums;
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  line-height: var(--lh-none);
}

.mon-litem__n small {
  font-size: var(--fs-xs);
  color: var(--text-faint);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.mon-litem--warn .mon-litem__n b {
  color: var(--status-warning);
}

.mon-litem--info .mon-litem__n b {
  color: var(--status-info);
}

.mon-estate {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

@media (max-width: 1100px) {
  .mon-estate {
    grid-template-columns: 1fr;
  }
}

.mon-estate__card {
  box-sizing: border-box;
  min-width: 0;
  padding: var(--space-3) var(--space-4);
  background: var(--surface-soft);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
}

.mon-estate__lbl {
  font-size: var(--fs-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: var(--fw-semibold);
  margin-bottom: var(--space-3);
}

.mon-estate__lbl b {
  font-variant-numeric: tabular-nums;
  color: var(--text-color);
}

.mon-rail {
  display: flex;
  gap: var(--space-2);
  overflow-x: auto;
  padding-bottom: var(--space-1);
}

.mon-cchip {
  flex: 0 0 auto;
  width: 172px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: inherit;
  padding: var(--space-2) var(--space-3);
  background: var(--surface-medium);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: border-color var(--dur) var(--ease), transform var(--dur-fast) var(--ease);
}

.mon-cchip:hover {
  border-color: var(--border-strong);
  transform: translateY(-1px);
}

.mon-cchip--err {
  border-left: 3px solid var(--status-error);
}

.mon-cchip--warn {
  border-left: 3px solid var(--status-warning);
}

.mon-cchip__name {
  display: block;
  font-weight: var(--fw-semibold);
  font-size: var(--fs-sm);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mon-cchip__sub {
  display: block;
  font-size: var(--fs-xs);
  color: var(--text-faint);
  margin-top: 1px;
}

.mon-cchip .mon-hbar {
  width: 100%;
  margin: var(--space-2) 0;
}

.mon-cchip__counts {
  display: flex;
  gap: var(--space-3);
  font-variant-numeric: tabular-nums;
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
}

.mon-cchip__c {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
}

.mon-cchip__c::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.mon-cchip__c--down {
  color: var(--status-error);
}

.mon-cchip__c--down::before {
  background: var(--status-error);
}

.mon-cchip__c--warn {
  color: var(--status-warning);
}

.mon-cchip__c--warn::before {
  background: var(--status-warning);
}

.mon-cchip__c--off {
  color: var(--text-muted);
}

.mon-cchip__c--off::before {
  background: var(--status-neutral);
}

.mon-litem[data-util] {
  cursor: pointer;
}

.mon-litem[data-util]:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow-md);
}

.mon-litem[data-util]:focus-visible {
  outline: 2px solid var(--theme-primary);
  outline-offset: 2px;
}

.page-head-hero .mon-kpis {
  margin-bottom: 0;
}

.mon-slot {
  display: contents;
}

.mon-slot.is-loading::after,
.mon-slot.is-refreshing::after {
  content: none;
}

.mon-slot-empty {
  display: none;
}

.page-head-hero:has(.mon-vitals:empty) {
  display: none;
}

.mon-skel {
  display: grid;
  gap: var(--space-3);
}

.mon-skel__pill,
.mon-skel__tile,
.mon-skel__lane,
.mon-skel__bar,
.mon-skel__block {
  display: block;
  background: var(--surface-medium);
  border-radius: var(--radius-md);
  animation: mon-skel-pulse 1.4s var(--ease) infinite;
}

.mon-skel--verdict {
  display: inline-block;
}

.mon-skel__pill {
  width: 168px;
  height: 19px;
  border-radius: var(--radius-pill);
}

.mon-skel--vitals {
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
}

@media (max-width: 900px) {
  .mon-skel--vitals {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
  }
}

.mon-skel__tile {
  height: 96px;
}

.mon-skel--board {
  grid-template-columns: 1.22fr 1fr 1fr;
  margin-bottom: var(--space-4);
}

@media (max-width: 1100px) {
  .mon-skel--board {
    grid-template-columns: 1fr;
  }
}

.mon-skel__lane {
  height: 220px;
}

.mon-skel--fleet {
  margin-bottom: var(--space-4);
}

.mon-skel__bar {
  height: 44px;
}

.mon-skel__block {
  height: 320px;
}

@keyframes mon-skel-pulse {
  0%, 100% {
    opacity: 0.45;
  }

  50% {
    opacity: 0.8;
  }
}

.mon-cond {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.mon-cond__head {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.mon-cond__sum {
  color: var(--text-muted);
  font-size: var(--fs-sm);
}

.mon-cond__list {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.mon-cond__row {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) var(--space-3);
  border-radius: var(--radius-md);
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--border-subtle);
  background: var(--surface-soft);
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.mon-cond__row:hover {
  border-color: var(--border-strong);
  background: var(--surface-medium);
}

.mon-cond__dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.mon-cond__dot--down {
  background: var(--status-error);
}

.mon-cond__dot--warn {
  background: var(--status-warning);
}

.mon-cond__dot--info {
  background: var(--status-info);
}

.mon-cond__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.mon-cond__dev {
  font-weight: var(--fw-semibold);
  font-size: var(--fs-sm);
}

.mon-cond__cli {
  font-weight: var(--fw-normal);
  color: var(--text-muted);
}

.mon-cond__msg {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mon-cond__age {
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
  font-size: var(--fs-xs);
  color: var(--text-faint);
  white-space: nowrap;
}

.mon-cond__chev {
  flex: 0 0 auto;
  color: var(--text-faint);
  font-size: var(--glyph-sm);
}

body.is-wallboard .mon-lane__body {
  max-height: none;
}

body.is-wallboard .mon-inc__cond,
body.is-wallboard .mon-litem__cond {
  font-size: var(--fs-md);
}

body.is-wallboard .mon-lane__t {
  font-size: var(--fs-lg);
}

body.wb {
  overflow-y: auto;
  min-height: 100vh;
}

body.wb .wb-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  padding: var(--space-6) var(--space-8);
  box-sizing: border-box;
}

body.wb .wb-watermark {
  position: fixed;
  right: 3vw;
  bottom: 5vh;
  height: 38vh;
  width: 40vh;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  opacity: 0.06;
  pointer-events: none;
}

body.wb .wb-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  flex-wrap: wrap;
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--border-subtle);
}

body.wb .wb-brand {
  display: flex;
  align-items: center;
}

body.wb .wb-brand__logo {
  height: var(--fs-3xl);
  width: auto;
  display: block;
  margin-right: var(--space-3);
}

body.wb .wb-brand__lock {
  display: flex;
  flex-direction: column;
  line-height: var(--lh-tight);
  padding-left: var(--space-3);
  border-left: 2px solid var(--border-soft);
}

body.wb .wb-brand__eyebrow {
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--theme-secondary);
}

body.wb .wb-brand__title {
  font-size: var(--fs-2xl);
  font-weight: var(--fw-bold);
}

body.wb .wb-status {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

body.wb .wb-status .page-head__badge {
  font-size: var(--fs-md);
}

body.wb .wb-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--space-1);
  text-align: right;
}

body.wb .wb-skin {
  position: fixed;
  left: var(--space-6);
  bottom: var(--space-6);
  z-index: 20;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  background: var(--app-panel-bg-raised);
  border: 1px solid var(--theme-primary);
  border-radius: var(--radius-pill);
  padding: var(--space-2) var(--space-4);
  box-shadow: var(--shadow-lg);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

body.wb .wb-skin i {
  margin-right: var(--space-2);
  color: var(--theme-primary);
}

body.wb .wb-skin:hover,
body.wb .wb-skin:focus-visible {
  background: var(--surface-strong);
  border-color: var(--border-intense);
}

body.wb .wb-clock {
  font-size: var(--fs-2xl);
  font-weight: var(--fw-semibold);
  font-variant-numeric: tabular-nums;
  color: var(--text-color);
}

body.wb .wb-auto {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

body.wb #wb-body {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  flex: 1 1 auto;
  min-width: 0;
}

body.wb .wb-kpis {
  margin: 0;
}

body.wb .wb-board {
  flex: 1 1 auto;
}

body.wb .wb-kpis,
body.wb .wb-board {
  min-width: 0;
}

body.wb .wb-collectors {
  flex: 0 0 auto;
  min-width: 0;
}

body.wb .wb-collectors .mon-collectors {
  margin-bottom: 0;
}

body.wb .wb-empty,
body.wb .wb-denied {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  text-align: center;
  color: var(--text-muted);
}

body.wb .wb-empty i,
body.wb .wb-denied i {
  font-size: var(--glyph-2xl);
  color: var(--text-faint);
}

body.wb .wb-empty b,
body.wb .wb-denied b {
  font-size: var(--fs-xl);
  color: var(--text-color);
}

body.wb .wb-empty span,
body.wb .wb-denied span {
  max-width: 40ch;
}

body.wb .wb-denied {
  min-height: 100vh;
  box-sizing: border-box;
  padding: var(--space-8);
  padding-bottom: 15vh;
}

.codex-keylist {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}

.codex-key {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.codex-key__head {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.codex-key__icon {
  color: var(--text-muted);
}

.codex-key__name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.codex-key__pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-size: var(--fs-xs);
  color: var(--text-muted);
  text-decoration: none;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-pill);
  padding: 2px var(--space-2);
  transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.codex-key__pill:hover,
.codex-key__pill:focus-visible {
  color: var(--text-color);
  border-color: var(--border-strong);
}

.codex-key__pill::after {
  content: none !important;
}

.codex-key__pill.is-on {
  color: var(--status-success);
  border-color: color-mix(in srgb, var(--status-success) 45%, transparent);
}

.codex-key__pill.is-off {
  color: var(--status-error);
  border-color: color-mix(in srgb, var(--status-error) 45%, transparent);
}

.codex-key__pill.is-warn {
  color: var(--status-warning);
  border-color: color-mix(in srgb, var(--status-warning) 45%, transparent);
}

.codex-key__remove {
  flex: 0 0 auto;
  color: var(--text-muted);
  transition: color var(--dur) var(--ease);
}

.codex-key__remove:hover {
  color: var(--status-error);
}

.codex-key__remove::after {
  content: none !important;
}

.codex-key__meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-1) var(--space-3);
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.codex-url-row {
  display: flex;
  align-items: stretch;
  gap: var(--space-2);
}

.codex-url-row .form-control {
  flex: 1 1 auto;
  min-width: 0;
  font-family: monospace;
  font-size: var(--fs-sm);
}

.codex-url-row .btn {
  flex: 0 0 auto;
}

body.wb .wb-shell {
  display: block;
}

body.wb .wb-shell > * {
  margin-bottom: var(--space-5);
}

body.wb .wb-shell > :last-child {
  margin-bottom: 0;
}

body.wb #wb-body > * + * {
  margin-top: var(--space-5);
}

body.wb .mon-kpis {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

body.wb .mon-kpi {
  flex: 1;
  min-width: 0;
}

body.wb .mon-kpi + .mon-kpi {
  margin-left: var(--space-3);
}

body.wb .mon-board {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

body.wb .mon-board > .mon-lane {
  flex: 1;
  min-width: 0;
}

body.wb .mon-board > .mon-lane:first-child {
  flex-grow: 1.22;
}

body.wb .mon-board > .mon-lane + .mon-lane {
  margin-left: var(--space-3);
}

body.wb .mon-board--pair > .mon-lane:first-child {
  flex-grow: 1;
}

body.wb .mon-estate {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}

body.wb .mon-estate > * {
  flex: 1;
  min-width: 0;
}

body.wb .mon-estate > :first-child {
  flex-grow: 1.5;
}

body.wb .mon-estate > * + * {
  margin-left: var(--space-3);
}

body.wb .mon-heat {
  display: flex;
  flex-wrap: wrap;
}

body.wb .mon-heat > .mon-cell {
  margin: 0 var(--space-1) var(--space-1) 0;
}

body.wb [class*=__ic] {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.wb .mon-lane__empty-ic {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.wb .mon-kpi__mark {
  margin-right: var(--space-2);
}

body.wb .mon-badge__dot {
  margin-right: var(--space-1);
}

body.wb .mon-chip__dot {
  margin-right: var(--space-1);
}

body.wb .mon-inc__dot {
  margin-right: var(--space-2);
}

body.wb .mon-inc__type {
  margin-left: var(--space-1);
}

body.wb .mon-legend__sw {
  margin-right: var(--space-1);
}

body.wb .mon-cchip__c::before {
  margin-right: var(--space-1);
}

body.wb .wb-auto > i {
  margin-right: var(--space-1);
}

body.wb .mon-lane__head > .mon-lane__ic {
  margin-right: var(--space-2);
}

body.wb .mon-inc__foot > * + * {
  margin-left: var(--space-2);
}

body.wb .mon-litem > * + * {
  margin-left: var(--space-3);
}

body.wb .mon-rail > * + * {
  margin-left: var(--space-2);
}

body.wb .mon-cchip__counts > * + * {
  margin-left: var(--space-3);
}

body.wb .mon-legend > * + * {
  margin-left: var(--space-4);
}

body.wb .mon-lane__body > * + * {
  margin-top: var(--space-2);
}

body.wb .mon-lane__empty > * + * {
  margin-top: var(--space-1);
}

body.wb .wb-meta > * + * {
  margin-top: var(--space-1);
}

body.wb {
  height: 100vh;
  overflow: hidden;
}

body.wb .wb-shell {
  display: flex;
  flex-direction: column;
  height: 100vh;
  min-height: 0;
  gap: 0;
}

body.wb .wb-top,
body.wb .wb-collectors {
  flex: 0 0 auto;
}

body.wb #wb-body {
  flex: 1 1 auto;
  min-height: 0;
  gap: 0;
}

body.wb .wb-kpis {
  flex: 0 0 auto;
}

body.wb .wb-board {
  display: flex;
  flex: 1 1 auto;
  min-height: 160px;
}

body.wb .wb-board > .mon-board {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  align-items: stretch;
}

body.wb .mon-board > .mon-lane {
  min-height: 0;
}

body.wb .mon-lane__body {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
  overflow: hidden;
}

.omada-detail__ports {
  margin-top: var(--space-3);
}

.omada-detail__ports-head {
  font-size: var(--fs-sm);
  color: var(--text-muted);
  margin-bottom: var(--space-2);
}

.omada-ports {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.omada-port {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-soft);
  background: var(--surface-soft);
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.omada-port--up {
  border-color: rgba(var(--status-success-rgb), 0.5);
  background: rgba(var(--status-success-rgb), 0.12);
  color: var(--text-color);
}

.omada-port__num {
  font-weight: var(--fw-semibold);
}

.omada-port__poe {
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: var(--fs-xs);
  color: var(--status-warning);
}

.omada-vitals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: var(--space-4);
  margin-bottom: var(--space-4);
}

.omada-vital__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: var(--space-2);
}

.omada-vital__label {
  font-size: var(--fs-xs);
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.omada-vital__val {
  font-size: var(--fs-md);
  font-weight: var(--fw-semibold);
  color: var(--text-color);
}

.omada-vital__val--warning {
  color: var(--status-warning);
}

.omada-vital__val--error {
  color: var(--status-error);
}

.omada-vital--plain .omada-vital__top {
  margin-bottom: 0;
}

.page-head-context {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  margin-left: var(--space-3);
  font-size: var(--fs-sm);
  color: var(--text-muted);
  text-decoration: none;
}

.page-head-context i {
  font-size: var(--glyph-xs);
}

a.page-head-context:hover {
  color: var(--text-color);
}

.cockpit-tab-content .tab.active {
  display: block;
}

.cockpit-devgroup .device-grid {
  margin-top: var(--space-2);
}

.mon-collectors {
  margin-bottom: var(--space-5);
}

.mon-collectors__list {
  margin-top: var(--space-2);
  background: transparent;
  border: 0;
}

.mon-collectors__list .layout-media-row {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.mon-collectors .layout-media-row__title {
  color: var(--text-color);
}

.mon-collectors--wall .layout-alert__title {
  font-size: var(--fs-xl);
}

.mon-collectors--wall .layout-media-row__title {
  font-size: var(--fs-lg);
}

.mon-collectors--wall .layout-media-row__subtitle {
  font-size: var(--fs-md);
}

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

.ep-tester {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.ep-tester [hidden] {
  display: none;
}

.ep-bar {
  align-items: flex-end;
}

.ep-bar__method {
  min-width: 128px;
}

.ep-bar__url input {
  font-family: monospace;
}

.ep-bar__send {
  min-width: 116px;
}

.ep-tester .ep-pane {
  display: none;
  padding-top: var(--space-4);
}

.ep-tester .ep-pane.active {
  display: flex;
}

.ep-code {
  max-height: 380px;
}

.ep-hint {
  margin: 0 0 var(--space-3);
  color: var(--text-muted);
  font-size: var(--fs-sm);
}

.ep-link {
  padding: 0;
  border: 0;
  background: none;
  color: var(--theme-primary);
  font-size: var(--fs-sm);
  cursor: pointer;
  transition: opacity var(--dur) var(--ease);
}

.ep-link:hover {
  opacity: 0.8;
}

.ep-curl-form textarea {
  font-family: monospace;
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
}

.ep-tabs {
  margin-bottom: 0;
}

.ep-tab-count {
  margin-left: var(--space-2);
  color: var(--text-muted);
  font-size: var(--fs-xs);
  font-weight: var(--fw-normal);
}

.ep-tab-count:empty {
  display: none;
}

.ep-kv__row {
  padding-bottom: var(--space-2);
}

.ep-kv__row input {
  font-family: monospace;
}

.ep-response {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding-top: var(--space-4);
  border-top: 1px solid var(--border-soft);
}

.ep-response__bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-4);
}

.ep-status {
  display: inline-flex;
  align-items: center;
  padding: var(--space-1) var(--space-3);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-atom);
  background: var(--surface-medium);
  color: var(--text-color);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
}

.ep-status.is-success {
  border-color: rgba(var(--status-success-rgb), 0.4);
  background: rgba(var(--status-success-rgb), 0.14);
  color: var(--status-success);
}

.ep-status.is-redirect {
  border-color: rgba(var(--status-info-rgb), 0.4);
  background: rgba(var(--status-info-rgb), 0.12);
  color: var(--status-info);
}

.ep-status.is-client-error {
  border-color: rgba(var(--status-warning-rgb), 0.42);
  background: rgba(var(--status-warning-rgb), 0.14);
  color: var(--status-warning);
}

.ep-status.is-server-error,
.ep-status.is-dead {
  border-color: rgba(var(--status-error-rgb), 0.42);
  background: rgba(var(--status-error-rgb), 0.14);
  color: var(--status-error);
}

.ep-meta {
  color: var(--text-muted);
  font-size: var(--fs-sm);
}

.ep-meta--warn {
  color: var(--status-warning);
}

.ep-alert {
  padding: var(--space-3);
  border: 1px solid rgba(var(--status-error-rgb), 0.36);
  border-radius: var(--radius-sm);
  background: rgba(var(--status-error-rgb), 0.1);
  color: var(--status-error);
  font-size: var(--fs-sm);
}

.ep-redirects {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--space-2);
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.ep-redirects__label {
  color: var(--text-color);
}

.ep-redirects__hop {
  padding: var(--space-1) var(--space-2);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-atom);
  background: var(--surface-soft);
  font-family: monospace;
  word-break: break-all;
}

.ep-headers {
  display: flex;
  flex-direction: column;
}

.ep-headers__row {
  display: flex;
  gap: var(--space-4);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border-subtle);
  font-family: monospace;
  font-size: var(--fs-sm);
}

.ep-headers__row:last-child {
  border-bottom: 0;
}

.ep-headers__key {
  flex: 0 0 30%;
  color: var(--text-color);
  font-weight: var(--fw-semibold);
  word-break: break-all;
}

.ep-headers__value {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--text-muted);
  word-break: break-all;
}

.endpoint-mark {
  flex: 0 0 auto;
  margin-left: var(--space-2);
  color: var(--text-faint);
  font-size: var(--fs-xs);
}

.endpoint-mark--warn {
  color: var(--status-warning);
}

.ep-idle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-10) var(--space-4);
  color: var(--text-faint);
  text-align: center;
}

.ep-idle i {
  font-size: var(--glyph-xl);
}

.ep-idle p {
  margin: 0;
  font-size: var(--fs-sm);
}

@media (max-width: 600px) {
  .ep-bar > [class*=col] {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .ep-bar__send {
    width: 100%;
  }

  .ep-headers__row {
    flex-direction: column;
    gap: var(--space-1);
  }

  .ep-headers__key {
    flex: 1 1 auto;
  }
}

.vh-generator {
  display: grid;
  grid-template-columns: minmax(320px, 400px) 1fr;
  gap: var(--space-6);
  align-items: start;
}

@media (max-width: 1024px) {
  .vh-generator {
    grid-template-columns: 1fr;
    gap: var(--space-4);
  }
}

.vh-panel--input {
  padding: var(--space-4);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
}

.vh-panel--output {
  min-width: 0;
}

.vh-form > .vh-tabs {
  margin-bottom: var(--space-3);
}

.vh-form > .vh-tabs .nav-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}

.vh-form > .vh-tabs .nav-tabs::-webkit-scrollbar {
  display: none;
}

.vh-pane-form {
  width: 100%;
}

.vh-section {
  margin: var(--space-4) 0 var(--space-2);
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.vh-section:first-child {
  margin-top: 0;
}

.vh-import-box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: var(--space-3);
  padding: var(--space-2);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--app-panel-bg);
  font-family: monospace;
  font-size: var(--fs-xs);
  line-height: var(--lh-snug);
  color: var(--text-color);
  resize: vertical;
}

.vh-import-notes {
  margin-top: var(--space-3);
  padding: var(--space-2) var(--space-3);
  border: 1px solid rgba(var(--status-warning-rgb), 0.35);
  border-radius: var(--radius-sm);
  background: rgba(var(--status-warning-rgb), 0.1);
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
  color: var(--text-color);
  white-space: pre-wrap;
  word-break: break-word;
}

.vh-import-notes[hidden] {
  display: none;
}

.vh-summary[hidden] {
  display: none;
}

.vh-summary {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  align-items: baseline;
  margin-bottom: var(--space-3);
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
}

.vh-summary__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.vh-summary__names {
  font-size: var(--fs-sm);
  color: var(--text-color);
  word-break: break-all;
}

.vh-warnings {
  margin-bottom: var(--space-3);
  padding: var(--space-2) var(--space-3);
  border: 1px solid rgba(var(--status-warning-rgb), 0.35);
  border-radius: var(--radius-sm);
  background: rgba(var(--status-warning-rgb), 0.1);
  font-size: var(--fs-sm);
  color: var(--text-color);
}

.vh-pane__bar {
  display: flex;
  gap: var(--space-2);
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  margin-bottom: var(--space-2);
}

.vh-pane__name {
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.vh-pane__actions {
  display: flex;
  gap: var(--space-1);
  align-items: center;
}

.vh-action {
  font-size: var(--fs-sm);
  white-space: nowrap;
}

.vh-code {
  box-sizing: border-box;
  width: 100%;
  max-height: 60vh;
  margin: 0;
  padding: var(--space-3);
  overflow: auto;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--app-panel-bg);
  font-size: var(--fs-sm);
  line-height: var(--lh-normal);
  white-space: pre;
  tab-size: 4;
  color: var(--text-color);
}

.vh-idle {
  padding: var(--space-8) var(--space-4);
  text-align: center;
  color: var(--text-muted);
}

.vh-idle i {
  font-size: var(--glyph-2xl);
  opacity: 0.5;
}

.vh-idle p {
  margin: var(--space-3) 0 0;
  font-size: var(--fs-sm);
}

.vh-output[hidden] {
  display: none;
}

.dd-form {
  margin: 0 0 var(--space-6);
}

.dd-form__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.dd-form__row {
  display: flex;
  gap: var(--space-2);
  align-items: flex-end;
}

@media (max-width: 600px) {
  .dd-form__row {
    flex-direction: column;
    align-items: stretch;
  }
}

.dd-form__field {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: var(--space-1);
  min-width: 0;
  max-width: 480px;
}

@media (max-width: 600px) {
  .dd-form__field {
    max-width: none;
  }
}

.dd-form__field--type {
  flex: 0 0 140px;
}

.dd-form__input {
  box-sizing: border-box;
  width: 100%;
  height: var(--control-lg);
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--app-panel-bg);
  font-size: var(--fs-base);
  color: var(--text-color);
}

.dd-form__input:focus {
  border-color: var(--border-strong);
  box-shadow: var(--ring-focus);
  outline: 0;
}

.dd-form__submit {
  flex: 0 0 auto;
  height: var(--control-lg);
}

.dd-checks .layout-media-row {
  align-items: flex-start;
}

.dd-checks .layout-media-row__lead {
  margin-top: var(--space-2);
}

.dd-detail {
  display: block;
  margin-top: var(--space-1);
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.dd-report {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: var(--space-6);
  align-items: start;
}

@media (max-width: 1024px) {
  .dd-report {
    grid-template-columns: 1fr;
    gap: var(--space-5);
  }
}

.dd-report--single {
  grid-template-columns: 1fr;
}

.dd-report__checks,
.dd-report__records {
  min-width: 0;
}

.dd-records {
  display: grid;
  gap: var(--space-2);
}

.dd-record {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: var(--space-3);
  align-items: baseline;
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border-subtle);
}

.dd-record:last-child {
  border-bottom: 0;
}

@media (max-width: 600px) {
  .dd-record {
    grid-template-columns: 1fr;
    gap: var(--space-1);
  }
}

.dd-record__type {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  color: var(--text-muted);
}

.dd-record__values {
  display: grid;
  gap: var(--space-1);
  min-width: 0;
}

.dd-record__value {
  font-family: monospace;
  font-size: var(--fs-sm);
  color: var(--text-color);
  word-break: break-all;
}

.dd-record__ttl {
  display: inline-block;
  margin-left: var(--space-1);
  font-size: var(--fs-xs);
  color: var(--text-muted);
  white-space: nowrap;
  word-break: normal;
}

.dd-propagation {
  margin-top: var(--space-8);
}

.dd-vantages {
  display: grid;
  gap: var(--space-2);
  margin-top: var(--space-3);
}

.dd-vantage {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: var(--space-3);
  align-items: baseline;
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border-subtle);
}

.dd-vantage:last-child {
  border-bottom: 0;
}

@media (max-width: 600px) {
  .dd-vantage {
    grid-template-columns: 1fr;
    gap: var(--space-1);
  }
}

.dd-vantage__name {
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--text-color);
}

.dd-vantage__values {
  display: grid;
  gap: var(--space-1);
  min-width: 0;
}

.dd-vantage__value {
  font-family: monospace;
  font-size: var(--fs-sm);
  color: var(--text-color);
  word-break: break-all;
}

.dd-vantage__empty,
.dd-vantage__error {
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.dd-verdict {
  margin: var(--space-3) 0 0;
  font-size: var(--fs-sm);
  line-height: var(--lh-normal);
}

.dd-verdict--ok {
  color: var(--status-success);
}

.dd-verdict--warn {
  color: var(--status-warning);
}

.st-toolkit .tab.active {
  display: block;
}

.st-pane {
  width: 100%;
}

.st-controls {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: flex-end;
  max-width: 940px;
  margin-bottom: var(--space-4);
}

@media (max-width: 600px) {
  .st-controls {
    flex-direction: column;
    align-items: stretch;
  }
}

.st-controls--tail {
  margin: var(--space-4) 0 0;
  align-items: center;
}

.st-field {
  display: flex;
  flex: 1 1 200px;
  min-width: 0;
  flex-direction: column;
  gap: var(--space-1);
}

.st-pane > .st-field {
  max-width: 940px;
}

.st-field--narrow {
  flex: 0 0 120px;
}

.st-field--off {
  opacity: 0.45;
}

.st-field__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.st-input {
  box-sizing: border-box;
  width: 100%;
  min-height: var(--control-lg);
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--app-panel-bg);
  font-size: var(--fs-base);
  color: var(--text-color);
}

.st-input:focus {
  border-color: var(--border-strong);
  box-shadow: var(--ring-focus);
  outline: 0;
}

.st-input--area {
  font-family: monospace;
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
  resize: vertical;
}

.st-action {
  flex: 0 0 auto;
  white-space: nowrap;
}

.st-controls:not(.st-controls--tail) .st-action {
  min-height: var(--control-lg);
}

.st-out__bar {
  display: flex;
  gap: var(--space-2);
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  margin-bottom: var(--space-2);
}

.st-out__label {
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.st-code {
  box-sizing: border-box;
  width: 100%;
  min-height: 64px;
  margin: 0;
  padding: var(--space-3);
  overflow: auto;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--app-panel-bg);
  font-size: var(--fs-sm);
  line-height: var(--lh-normal);
  white-space: pre-wrap;
  word-break: break-all;
  color: var(--text-color);
}

.st-results {
  display: grid;
  gap: var(--space-3);
  margin-top: var(--space-4);
}

.st-result {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: var(--space-3);
  align-items: start;
}

@media (max-width: 600px) {
  .st-result {
    grid-template-columns: 1fr;
    gap: var(--space-1);
  }
}

.st-result__label {
  padding-top: var(--space-2);
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.st-result__value {
  box-sizing: border-box;
  margin: 0;
  padding: var(--space-2) var(--space-3);
  max-height: 320px;
  overflow: auto;
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  font-family: monospace;
  font-size: var(--fs-sm);
  line-height: var(--lh-snug);
  white-space: pre-wrap;
  word-break: break-all;
  color: var(--text-color);
}

.sn-form {
  margin: 0 0 var(--space-6);
}

.sn-form__row {
  display: flex;
  gap: var(--space-2);
  align-items: flex-end;
}

@media (max-width: 600px) {
  .sn-form__row {
    flex-direction: column;
    align-items: stretch;
  }
}

.sn-form__field {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: var(--space-1);
  min-width: 0;
  max-width: 420px;
}

@media (max-width: 600px) {
  .sn-form__field {
    max-width: none;
  }
}

.sn-form__field--split {
  flex: 0 1 320px;
}

.sn-form__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.sn-form__input {
  box-sizing: border-box;
  width: 100%;
  height: var(--control-lg);
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--app-panel-bg);
  font-size: var(--fs-base);
  color: var(--text-color);
}

.sn-form__input:focus {
  border-color: var(--border-strong);
  box-shadow: var(--ring-focus);
  outline: 0;
}

.sn-form__submit {
  flex: 0 0 auto;
  height: var(--control-lg);
}

.sn-headline {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-3);
  align-items: baseline;
  margin-bottom: var(--space-4);
}

.sn-headline__cidr {
  font-family: monospace;
  font-size: var(--fs-2xl);
  font-weight: var(--fw-semibold);
  color: var(--text-color);
}

.sn-headline__note,
.sn-headline__shape {
  font-size: var(--fs-sm);
  color: var(--text-muted);
}

.sn-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.sn-fact {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  box-sizing: border-box;
  padding: var(--space-3);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  min-width: 0;
}

.sn-fact__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.sn-fact__value {
  font-family: monospace;
  font-size: var(--fs-md);
  color: var(--text-color);
  word-break: break-all;
}

.sn-fact__note {
  font-size: var(--fs-xs);
  color: var(--text-muted);
}

.sn-panels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-6);
}

.sn-panel {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  box-sizing: border-box;
  padding: var(--space-3);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  min-width: 0;
}

.sn-panel__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.sn-panel__value {
  font-size: var(--fs-md);
  color: var(--text-color);
}

.sn-panel__value--mono {
  font-family: monospace;
  font-size: var(--fs-sm);
  word-break: break-all;
}

.sn-panel__note {
  font-size: var(--fs-xs);
  line-height: var(--lh-normal);
  color: var(--text-muted);
}

.sn-section {
  margin-bottom: var(--space-6);
}

.sn-split {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: var(--space-2);
  margin-top: var(--space-3);
}

.sn-split__row {
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-sizing: border-box;
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xs);
  background: var(--surface-soft);
  min-width: 0;
}

.sn-split__cidr {
  font-family: monospace;
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  color: var(--text-color);
}

.sn-split__range,
.sn-split__bc {
  font-family: monospace;
  font-size: var(--fs-xs);
  color: var(--text-muted);
  word-break: break-all;
}

.sn-note {
  margin: var(--space-3) 0 0;
  font-size: var(--fs-xs);
  line-height: var(--lh-normal);
  color: var(--text-muted);
}

.sn-note--warn {
  color: var(--status-warning);
}

.ho-create {
  margin-bottom: var(--space-8);
}

.ho-field {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: var(--space-1);
  min-width: 0;
  margin-bottom: var(--space-3);
}

.ho-field--narrow {
  flex: 0 1 180px;
}

.ho-field__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.ho-input {
  box-sizing: border-box;
  width: 100%;
  height: var(--control-lg);
  padding: var(--space-2) var(--space-3);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm);
  background: var(--app-panel-bg);
  font-size: var(--fs-base);
  color: var(--text-color);
}

.ho-input:focus {
  border-color: var(--border-strong);
  box-shadow: var(--ring-focus);
  outline: 0;
}

.ho-input--area {
  height: auto;
  font-family: monospace;
  font-size: var(--fs-sm);
  resize: vertical;
}

.ho-controls {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  align-items: flex-end;
}

@media (max-width: 600px) {
  .ho-controls {
    flex-direction: column;
    align-items: stretch;
  }
}

.ho-action {
  flex: 0 0 auto;
  height: var(--control-lg);
  margin-bottom: var(--space-3);
}

@media (max-width: 600px) {
  .ho-action {
    margin-bottom: 0;
  }
}

.ho-result {
  margin-top: var(--space-4);
}

.ho-create [hidden] {
  display: none;
}

.ho-result__bar {
  display: flex;
  gap: var(--space-3);
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--space-2);
}

.ho-result__label {
  font-size: var(--fs-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--status-success);
}

.ho-url {
  box-sizing: border-box;
  margin: 0;
  padding: var(--space-3);
  border: 1px solid rgba(var(--status-success-rgb), 0.4);
  border-radius: var(--radius-sm);
  background: var(--app-panel-bg);
  font-family: monospace;
  font-size: var(--fs-sm);
  color: var(--text-color);
  white-space: pre-wrap;
  word-break: break-all;
}

.ho-links {
  margin-top: var(--space-3);
}

.ho-links .layout-media-row__meta {
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  text-align: right;
  line-height: var(--lh-snug);
}

.ho-when {
  white-space: nowrap;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons.dialog-actionbar,
.dialog.dialog-sidebar-right .dialog-buttons.dialog-actionbar {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  min-height: 52px;
  width: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  bottom: 0 !important;
  z-index: 1;
}

.dialog.dialog-sidebar-right .dialog-buttons.dialog-actionbar {
  margin: var(--space-8) -15px -30px !important;
  padding: 0 !important;
  background: var(--dialog-sticky-bg) !important;
  border-top: 1px solid var(--border-soft) !important;
}

.dialog.dialog-sidebar-right .dialog-buttons.dialog-actionbar::after,
.dialog.dialog-sidebar-right .dialog-buttons.dialog-actionbar::before {
  content: none !important;
}

.dialog.dialog-sidebar-right .dialog-buttons.dialog-actionbar.center-panel__foot {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons.dialog-actionbar {
  margin: var(--space-8) 0 0 !important;
  padding: 0 15px !important;
  background: transparent !important;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons.dialog-actionbar::after {
  left: 15px !important;
  right: 15px !important;
}

.dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons.dialog-actionbar::before {
  left: 0 !important;
  right: 0 !important;
}

.form-step:has(> .dialog-buttons.dialog-actionbar) {
  display: contents !important;
}

.dialog:has(.dialog-buttons.dialog-actionbar) .dialog-body > .content {
  padding-bottom: 0 !important;
}

.dialog .dialog-body .header {
  align-items: stretch;
  padding-right: 0 !important;
}

.dialog .dialog-body .header .header-title {
  align-self: center;
}

.dialog .dialog-body .header > :has(> .close) {
  flex: 0 0 auto;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  width: auto;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
}

.dialog .dialog-body .header .close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: auto;
  aspect-ratio: 1;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--text-muted);
  text-decoration: none;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.dialog .dialog-body .header .close i {
  font-size: var(--glyph-lg);
}

.dialog .dialog-body .header .close:hover,
.dialog .dialog-body .header .close:focus-visible {
  background: var(--status-error);
  color: var(--panel-bg);
}

.dialog-buttons.dialog-actionbar > .form-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
}

.dialog-buttons.dialog-actionbar > :first-child {
  margin-right: auto !important;
}

.dialog-buttons.dialog-actionbar .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  flex: 0 0 auto;
  align-self: stretch;
  height: auto !important;
  min-height: 0;
  padding: 0 var(--space-5) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--text-color) !important;
  font-size: var(--fs-sm);
  font-weight: var(--fw-semibold);
  line-height: var(--lh-none);
  white-space: nowrap;
  text-decoration: none !important;
  text-transform: none;
  transition: color var(--dur) var(--ease), background var(--dur) var(--ease);
}

.dialog-buttons.dialog-actionbar .btn i {
  margin: 0 !important;
  font-size: var(--glyph-sm);
}

.dialog-buttons.dialog-actionbar .btn::after,
.dialog-buttons.dialog-actionbar .btn::before {
  content: none !important;
}

.dialog-buttons.dialog-actionbar .btn:hover,
.dialog-buttons.dialog-actionbar .btn:focus-visible {
  background: var(--overlay-soft) !important;
  color: var(--text-strong) !important;
}

.dialog-buttons.dialog-actionbar > :first-child .btn-error,
.dialog-buttons.dialog-actionbar > .btn-error:first-child {
  color: var(--status-error) !important;
}

.dialog-buttons.dialog-actionbar > :first-child .btn-error:hover,
.dialog-buttons.dialog-actionbar > :first-child .btn-error:focus-visible,
.dialog-buttons.dialog-actionbar > .btn-error:first-child:hover,
.dialog-buttons.dialog-actionbar > .btn-error:first-child:focus-visible {
  background: var(--status-error-soft) !important;
  color: var(--status-error) !important;
}

.dialog-buttons.dialog-actionbar > :last-child .btn-primary,
.dialog-buttons.dialog-actionbar > :last-child .btn-error,
.dialog-buttons.dialog-actionbar > .btn-primary:last-child,
.dialog-buttons.dialog-actionbar > .btn-error:last-child {
  color: var(--panel-bg) !important;
  font-weight: var(--fw-bold);
  padding: 0 var(--space-6) !important;
}

.dialog-buttons.dialog-actionbar > :last-child .btn-primary i,
.dialog-buttons.dialog-actionbar > :last-child .btn-error i,
.dialog-buttons.dialog-actionbar > .btn-primary:last-child i,
.dialog-buttons.dialog-actionbar > .btn-error:last-child i {
  color: var(--panel-bg) !important;
}

.dialog-buttons.dialog-actionbar > :last-child .btn-primary:hover,
.dialog-buttons.dialog-actionbar > :last-child .btn-primary:focus-visible,
.dialog-buttons.dialog-actionbar > :last-child .btn-error:hover,
.dialog-buttons.dialog-actionbar > :last-child .btn-error:focus-visible,
.dialog-buttons.dialog-actionbar > .btn-primary:last-child:hover,
.dialog-buttons.dialog-actionbar > .btn-primary:last-child:focus-visible,
.dialog-buttons.dialog-actionbar > .btn-error:last-child:hover,
.dialog-buttons.dialog-actionbar > .btn-error:last-child:focus-visible {
  color: var(--panel-bg) !important;
}

.dialog-buttons.dialog-actionbar > :last-child .btn-primary,
.dialog-buttons.dialog-actionbar > .btn-primary:last-child {
  background: var(--btn-primary-bg) !important;
}

.dialog-buttons.dialog-actionbar > :last-child .btn-primary:hover,
.dialog-buttons.dialog-actionbar > :last-child .btn-primary:focus-visible,
.dialog-buttons.dialog-actionbar > .btn-primary:last-child:hover,
.dialog-buttons.dialog-actionbar > .btn-primary:last-child:focus-visible {
  background: color-mix(in srgb, var(--btn-primary-bg) 85%, #fff) !important;
}

.dialog-buttons.dialog-actionbar > :last-child .btn-error,
.dialog-buttons.dialog-actionbar > .btn-error:last-child {
  background: var(--status-error) !important;
}

.dialog-buttons.dialog-actionbar > :last-child .btn-error:hover,
.dialog-buttons.dialog-actionbar > :last-child .btn-error:focus-visible,
.dialog-buttons.dialog-actionbar > .btn-error:last-child:hover,
.dialog-buttons.dialog-actionbar > .btn-error:last-child:focus-visible {
  background: color-mix(in srgb, var(--status-error) 85%, #fff) !important;
}

@media (max-width: 600px) {
  .dialog:not(.dialog-sidebar-left):not(.dialog-sidebar-right) .dialog-buttons.dialog-actionbar {
    flex-direction: row;
    margin: var(--space-6) 0 0 !important;
  }

  .dialog.dialog-sidebar-right .dialog-buttons.dialog-actionbar {
    flex-direction: row;
    margin: var(--space-6) calc(var(--space-4) * -1) 0 !important;
  }

  .dialog-buttons.dialog-actionbar > .form-group {
    flex: 1 1 0 !important;
    min-width: 0;
    width: auto !important;
    max-width: none !important;
  }

  .dialog-buttons.dialog-actionbar > :first-child {
    margin-right: 0 !important;
  }

  .dialog-buttons.dialog-actionbar .btn {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 var(--space-2) !important;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.layout-badge,
.badge,
.codex-tag,
.codex-dossier-chip,
.codex-flag {
  --glyph: var(--glyph-xs);
}

.layout-badge .ti,
.badge .ti,
.codex-tag .ti,
.codex-dossier-chip .ti,
.codex-flag .ti {
  font-size: var(--glyph);
}

.layout-media-row__meta,
.layout-entity-card__meta,
.layout-entity-card__meta-item,
.codex-task__due,
.dossier-hero__vital,
.dossier-hero__meta-item {
  --glyph: var(--glyph-sm);
}

.layout-stat-bar__icon,
.layout-stat-grid__icon,
.codex-ql__badge,
.dossier-resource__icon {
  --glyph: var(--glyph-lg);
}

.layout-stat-bar__icon .ti,
.layout-stat-grid__icon .ti,
.codex-ql__badge .ti,
.dossier-resource__icon .ti {
  font-size: var(--glyph);
}

.layout-empty-state__icon {
  --glyph: var(--glyph-xl);
}

.layout-empty-state__icon .ti {
  font-size: var(--glyph);
}

.layout-empty-state--compact .layout-empty-state__icon {
  --glyph: var(--glyph-md);
}

.radius {
  border-radius: var(--radius-atom) !important;
}

.header {
  --hd-radius-pill: var(--radius-atom);
}

.header .header-search__input,
.header .notif-bell__toggle,
.header .incident-flag__toggle,
.header .time-timer {
  border-radius: var(--radius-atom) !important;
}

.header .header-title .return-button {
  border-radius: var(--radius-atom) !important;
}

.badge-pill,
.layout-badge--pill {
  border-radius: var(--radius-atom) !important;
}

.layout-avatar--rounded,
.layout-avatar--rounded .layout-avatar__img {
  border-radius: var(--radius-atom) !important;
}

.layout-card--feature::before {
  display: none !important;
}

.sidebar.dossier-sidebar .menu-sidebar ul li.active > a {
  border-left-color: var(--dossier-color, var(--theme-primary)) !important;
  box-shadow: none;
}

.sidebar.dossier-sidebar .badge.badge-primary,
.sidebar.endpoint-sidebar .badge.badge-primary,
.sidebar.incident-sidebar .badge.badge-primary {
  background: var(--surface-strong) !important;
  color: var(--text-muted) !important;
  box-shadow: none !important;
  font-weight: var(--fw-semibold);
}

.sidebar.dossier-sidebar .menu-sidebar ul li.active > a .badge.badge-primary,
.sidebar.endpoint-sidebar .menu-sidebar ul li.active > a .badge.badge-primary {
  color: var(--text-strong) !important;
}

body {
  --border-subtle: #eef0f3;
  --border-soft: #e4e7eb;
  --border-strong: #d2d6db;
  --border-intense: #b9c0ca;
  --surface-soft: #f7f8fa;
  --surface-medium: #f3f4f8;
  --surface-strong: rgba(0, 25, 66, 0.07);
  --dock-active-bg: rgba(0, 25, 66, 0.10);
  --tab-track-bg: rgba(0, 25, 66, 0.06);
  --tab-active-bg: #ffffff;
  --status-success: #4bb543;
  --status-warning: #e6a700;
  --status-error: #dc3545;
  --status-info: #17a2b8;
  --status-neutral: #6c7280;
  --status-success-soft: rgba(75, 181, 67, 0.14);
  --status-warning-soft: rgba(250, 191, 15, 0.16);
  --status-error-soft: rgba(220, 53, 69, 0.12);
  --status-success-rgb: 75, 181, 67;
  --status-warning-rgb: 230, 167, 0;
  --status-error-rgb: 220, 53, 69;
  --status-info-rgb: 23, 162, 184;
  --overlay-subtle: rgba(0, 25, 66, 0.03);
  --overlay-soft: rgba(0, 25, 66, 0.05);
  --overlay-medium: rgba(0, 25, 66, 0.08);
  --app-panel-bg: #ffffff;
  --app-panel-bg-rgb: 255, 255, 255;
  --app-panel-bg-raised: #f7f8fa;
  --card-bg: #ffffff;
  --card-border: transparent;
  --card-radius: var(--radius-sm);
  --card-shadow: 0 1px 2px rgba(0, 25, 66, 0.05), 0 0 20px 0 rgba(0, 25, 66, 0.07);
  --card-shadow-hover: 0 1px 3px rgba(0, 25, 66, 0.07), 0 0 26px 0 rgba(0, 25, 66, 0.12);
  --acrylic-bg: #ffffff;
  --acrylic-filter: none;
  --acrylic-menu-bg: rgba(255, 255, 255, 0.90);
  --acrylic-menu-filter: blur(20px) saturate(105%);
  --chrome-glass-bg: rgba(255, 255, 255, 0.82);
  --chrome-glass-filter: blur(22px) saturate(105%);
  --shadow-sm: 0 1px 2px rgba(0, 25, 66, 0.05);
  --shadow-md: 0 2px 6px -2px rgba(0, 25, 66, 0.08), 0 6px 18px -6px rgba(0, 25, 66, 0.10);
  --shadow-lg: 0 12px 30px -8px rgba(0, 25, 66, 0.16), 0 2px 6px -2px rgba(0, 25, 66, 0.06);
  --shadow-xl: 0 24px 50px -12px rgba(0, 25, 66, 0.20);
  --app-panel-shadow: var(--shadow-sm);
  --app-panel-shadow-hover: var(--shadow-md);
  --ring-focus: 0 0 0 3px rgba(0, 25, 66, 0.18);
  --hairline: inset 0 1px 0 rgba(255, 255, 255, 0);
  --glow-soft: 0 0 0 1px var(--border-soft);
  --glow-medium: 0 0 0 1px var(--border-strong);
  --glow-secondary: 0 0 0 1px rgba(250, 73, 15, 0.28);
  --shadow-fab: var(--shadow-md);
  --shadow-fab-hover: var(--shadow-lg);
  --shadow-menu: var(--shadow-lg);
  --toast-bg: var(--card-bg);
  --toast-blur: none;
  --toast-border: var(--card-border);
  --toast-shadow: var(--card-shadow), 0 18px 40px -24px rgba(0, 25, 66, 0.35);
  --toast-ring: 0.22;
  --toast-glow: 0.35;
  --shadow-anchor: var(--shadow-md);
  --shadow-anchor-hover: var(--shadow-lg);
  --shadow-btn: var(--shadow-sm);
  --shadow-btn-hover: var(--shadow-md);
  --shadow-dock: 0 -2px 12px -2px rgba(0, 25, 66, 0.10);
  --glow-accent: none;
  --glow-active: inset 0 0 0 1px var(--border-strong);
  --ring-accent-inset: inset 0 0 0 1px var(--border-soft);
  --glow-avatar: 0 0 0 4px rgba(0, 25, 66, 0.04), 0 4px 14px -2px rgba(0, 25, 66, 0.14);
  --btn-primary-bg: #001942;
  --text-muted: #6c7280;
  --text-strong: #001942;
  --text-faint: #7a828f;
  --field-bg: #ffffff;
  --field-bg-hover: #ffffff;
  --field-border: #d2d6db;
  --field-border-hover: #aeb6c2;
  --field-placeholder: #9aa0aa;
  --field-text: #001942;
  --hd-surface: #ffffff;
  --hd-surface-hover: #f3f4f8;
  --hd-border: 1px solid #e4e7eb;
  --hd-border-hover: #d2d6db;
  --hd-icon: #3a4967;
  --hd-icon-hover: #001942;
  --chrome-bar: #ffffff;
  --chrome-bar-2: #f4f6fa;
  --chrome-bar-glass: rgba(255, 255, 255, 0.85);
  --chrome-edge: #ffffff;
  --chrome-line: var(--border-soft);
  --chrome-well: #f2f4f8;
  --chrome-ink: #001942;
  --chrome-ink-dim: #5b6a85;
  --nav-ink: #5b6a85;
  --dialog-header-bg: linear-gradient(180deg, rgba(0, 25, 66, 0.06) 0%, rgba(0, 25, 66, 0.015) 60%, rgba(0, 25, 66, 0) 100%);
  --dialog-header-glow: 0 1px 0 rgba(0, 25, 66, 0.06);
  --dialog-backdrop: rgba(0, 25, 66, 0.32);
  --dialog-scrim: rgba(0, 25, 66, 0.32);
  --dialog-blur: blur(3px);
  --dialog-immersive-backdrop: linear-gradient(180deg, rgba(243, 244, 248, 0.94) 0%, rgba(236, 239, 244, 0.88) 100%);
  --dialog-sticky-bg: #f2f4f8;
  --dialog-immersive-blur: blur(8px) saturate(105%);
  --dialog-aura: 0 20px 50px -12px rgba(0, 25, 66, 0.22),
                             0 0 0 1px var(--border-soft);
  --border-color: var(--border-soft);
  --app-panel-border-soft: var(--border-soft);
  --app-panel-border-strong: var(--border-strong);
  --app-pill-border: var(--border-soft);
  --app-pill-soft: var(--surface-strong);
  --app-panel-surface-soft: var(--surface-soft);
  --cm-bg: #f8f9fb;
  --cm-bg-readonly: #f8f9fb;
  --cm-text: #24292f;
  --cm-linenumber: #99a1af;
  --cm-cursor: #0969da;
  --cm-selection: rgba(9, 105, 218, 0.14);
  --cm-selection-focus: rgba(9, 105, 218, 0.22);
  --cm-activeline: rgba(0, 25, 66, 0.03);
  --cm-comment: #6e7781;
  --cm-keyword: #cf222e;
  --cm-atom: #0550ae;
  --cm-number: #0550ae;
  --cm-def: #8250df;
  --cm-variable: #24292f;
  --cm-variable-2: #0550ae;
  --cm-type: #953800;
  --cm-property: #0550ae;
  --cm-operator: #0550ae;
  --cm-string: #0a3069;
  --cm-string-2: #0a3069;
  --cm-meta: #0550ae;
  --cm-builtin: #953800;
  --cm-bracket: #24292f;
  --cm-tag: #116329;
  --cm-attribute: #0550ae;
  --cm-link: #0969da;
  --cm-punctuation: #57606a;
  --cm-error: #cf222e;
  --sp-panel: #ffffff;
  --sp-panel-2: #f7f8fa;
  --sp-border: #e4e7eb;
  --sp-border-2: #d2d6db;
  --sp-accent: #001942;
  --sp-accent-soft: #123a7a;
  --sp-text: #001942;
  --sp-text-muted: #6c7280;
  --sp-danger: #dc3545;
  --sp-success: #4bb543;
  --sp-act-bg: #ffffff;
  --sp-shadow: var(--shadow-sm);
  --sp-shadow-hover: var(--shadow-md);
  --scrollbar-thumb: #c6ccd6;
  --scrollbar-thumb-end: #b3bbc7;
  --scrollbar-thumb-hover: #99a2b0;
  --scrollbar-glow: none;
  --body-bg: #eef2f8;
  --surface-bg: #ffffff;
  --surface-raised: #f3f4f8;
  --surface-panel: #ffffff;
  --surface-panel-alt: #f3f4f8;
  --surface-border: #e4e7eb;
  --text-color: #001942;
  --theme-primary: #001942;
  --theme-secondary: #fa490f;
  --theme-primary-rgb: 0, 25, 66;
  --theme-secondary-rgb: 250, 73, 15;
  --spark: #fa490f;
  --app-muted: #6c7280;
  --panel-bg: #ffffff;
  --chip: #001942;
  --primary: #001942;
}

html {
  --mark-ink: #001942;
  --mark-opacity: 0.03;
}

body {
  background-color: var(--body-bg);
}

.menu-heading-label,
.menu-heading,
.doc-tree__cat--top > summary > .doc-tree__cat-name,
.doc-tree__cat--top.doc-tree__cat-link .doc-tree__label {
  color: #3a4967;
}

.header .notif-bell__toggle {
  opacity: 1;
}

.card:not(.layout-card--feature) {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  transition: box-shadow var(--dur) ease, border-color var(--dur) ease;
}

.card:not(.layout-card--feature):hover,
.card:not(.layout-card--feature):focus-within {
  box-shadow: var(--card-shadow-hover);
}

.layout-card.layout-card--feature {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  transition: box-shadow var(--dur) ease, border-color var(--dur) ease;
}

.layout-card.layout-card--feature:hover,
.layout-card.layout-card--feature:focus-within {
  box-shadow: var(--card-shadow-hover);
}

.doc-item {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
  transition: box-shadow var(--dur) ease, border-color var(--dur) ease;
  padding: var(--space-6);
  margin-bottom: var(--space-5);
}

.doc-item:first-child {
  border-top: 1px solid var(--card-border);
  padding-top: var(--space-6);
}

.listing .listing-rows .listing-row,
.listing .listing-rows .listing-row:nth-child(even),
.listing .listing-rows .listing-row:hover {
  border-color: var(--border-subtle);
  box-shadow: none;
}

.dossier-card::before {
  display: none !important;
}

.dossier-card__icon {
  box-shadow: 0 2px 6px -1px rgba(0, 25, 66, 0.18) !important;
}

.select-container .select-dropdown {
  background: var(--app-panel-bg) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.layout-badge {
  color: #3a4967 !important;
}

.layout-badge--primary {
  color: #001942 !important;
}

.layout-badge--info {
  color: #0e7490 !important;
}

.layout-badge--success {
  color: #2f7d20 !important;
}

.layout-badge--warning {
  color: #9a6a00 !important;
}

.layout-badge--danger,
.layout-badge--error {
  color: #b02a37 !important;
}

.layout-badge--purple {
  color: #6d28d9 !important;
}

.layout-badge--neutral {
  color: #3a4967 !important;
}

.codex-pill--danger {
  color: #b02a37;
}

.codex-pill--warning {
  color: #9a6a00;
}

.codex-pill--info {
  color: #1d4ed8;
}

.codex-pill--success,
.codex-pill--ok {
  color: #2f7d20;
}

.codex-pill--neutral {
  color: #3a4967;
}

.layout-stat-tile--primary .layout-stat-tile__icon {
  background: rgba(0, 25, 66, 0.1) !important;
  color: var(--theme-primary) !important;
}

.layout-stat-tile--primary.layout-stat-tile--highlight {
  border-color: rgba(0, 25, 66, 0.22) !important;
}

.layout-stat-tile--primary.layout-stat-tile--highlight .layout-stat-tile__value {
  color: var(--theme-primary) !important;
}

.listing .heading {
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid var(--border-subtle);
}