@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap");
body {
  font-family: "Montserrat";
  color: #001942;
  font-size: 14px;
  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: #4275ff !important;
}

.color-secondary {
  color: #4275ff !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;
}

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

.color-secondary {
  color: #4275ff !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: #4275ff !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;
}

.border-secondary {
  border-color: #4275ff !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: #4275ff !important;
  }

  .color-lg-secondary {
    color: #4275ff !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;
  }

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

  .color-lg-secondary {
    color: #4275ff !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: #4275ff !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;
  }

  .border-lg-secondary {
    border-color: #4275ff !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: #4275ff !important;
  }

  .color-md-secondary {
    color: #4275ff !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;
  }

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

  .color-md-secondary {
    color: #4275ff !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: #4275ff !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;
  }

  .border-md-secondary {
    border-color: #4275ff !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: #4275ff !important;
  }

  .color-sm-secondary {
    color: #4275ff !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;
  }

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

  .color-sm-secondary {
    color: #4275ff !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: #4275ff !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;
  }

  .border-sm-secondary {
    border-color: #4275ff !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: #4275ff !important;
  }

  .color-xs-secondary {
    color: #4275ff !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;
  }

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

  .color-xs-secondary {
    color: #4275ff !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: #4275ff !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;
  }

  .border-xs-secondary {
    border-color: #4275ff !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: #4275ff;
}

.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.alert-secondary:before {
  color: #4275ff;
}

.alert-wrapper {
  position: fixed;
  right: 0px;
  top: 0px;
  padding: 15px;
  z-index: 9999;
}

.alert-wrapper .alert {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  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: #4275ff;
}

.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-secondary {
  background: #4275ff;
}

.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: #4275ff;
  background: #4275ff;
  color: #ffffff;
}

.btn.btn-secondary-outline {
  border-color: #4275ff;
  background: transparent;
  color: #4275ff;
}

.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-secondary {
  border-color: #4275ff;
  background: #4275ff;
  color: #ffffff;
}

.btn.btn-secondary-outline {
  border-color: #4275ff;
  background: transparent;
  color: #4275ff;
}

.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 0 20px 0 rgba(0, 0, 0, 0.1);
  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: #4275ff;
}

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

.card.card-secondary {
  color: #ffffff;
  background: #4275ff;
}

.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 0 20px 0 rgba(0, 0, 0, 0.1);
  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: black;
  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: black;
  border-color: black;
}

.notification.notification-primary {
  background: rgb(89.25, 105.5, 132.15);
  color: black;
  border-color: rgb(0, 15.3409090909, 40.5);
}

.notification.notification-secondary {
  background: rgb(132.15, 165.3, 255);
  color: rgb(0, 65.9761904762, 244.5);
  border-color: rgb(40.5, 98.380952381, 255);
}

.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: black;
  border-color: black;
}

.notification.notification-secondary {
  background: rgb(132.15, 165.3, 255);
  color: rgb(0, 65.9761904762, 244.5);
  border-color: rgb(40.5, 98.380952381, 255);
}

/*table {
    width: 100%;
    border-collapse: collapse;
	margin-bottom: $offset;
    tr {
        width: 100%;
        border-top: 1px solid $border;
        &:last-child {
            border-bottom: 1px solid $border;
        }
        td {
            padding: 20px 0;
			&:first-child {
				color: $gray;
			}
        }
    }

    &.table-label-layout {
        tr {
            td:first-child {
                color: $font-light;
            }
        }
    }
}*/

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(14px * 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(14px * 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: #4275ff;
}

.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-item-secondary:after {
  background: #4275ff;
}

.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(14px * 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(14px * 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;
}

.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/fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("../../../assets/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../../../assets/fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../../../assets/fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../../../assets/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/fonts/fontawesome/webfonts/fa-light-300.eot");
  src: url("../../../assets/fonts/fontawesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("../../../assets/fonts/fontawesome/webfonts/fa-light-300.woff") format("woff"), url("../../../assets/fonts/fontawesome/webfonts/fa-light-300.ttf") format("truetype"), url("../../../assets/fonts/fontawesome/webfonts/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

body {
  font-family: "Montserrat", "Arial";
  color: #001942;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

body h5 {
  font-size: 1rem;
}

.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 0 20px 0 rgba(0, 0, 0, 0.1);
  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%;
}

.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: #4275ff;
}

.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-row.listing-row-secondary > .listing-column:first-child {
  border-left-color: #4275ff;
}

.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 0 20px 0 rgba(0, 0, 0, 0.1);
  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%;
  }
}

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;
  bottom: 8px;
}

.select-container.select-open .fa-chevron-down {
  transform: rotate(180deg);
}

.select-dropdown {
  z-index: 2;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  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: 14px;
}

.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 */
  /* 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.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 0 20px 0 rgba(0, 0, 0, 0.1);
  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 {
  /* addon: edit/machingbrackets.js & addon: edit/matchtags.js */
  /* addon: fold/foldgutter.js */
  /* addon: selection/active-line.js */
}

.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-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-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-activeline-background {
  background-color: rgba(153, 187, 255, 0.04);
}

.cm-s-one-dark .cm {
  /* basic syntax */
  /* original:  #d19a66; */
  /* original: #abb2bf */
  /* original: #abb2bf */
  /* css syntax corrections */
  /* lua syntax corrections */
}

.cm-s-one-dark .cm-matchhighlight {
  border: 1px solid white;
}

.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-atom,
.cm-s-one-dark .cm-number {
  color: #d19a66;
}

.cm-s-one-dark .cm-property {
  color: #56b6c2;
}

.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-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-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-m-lua.cm-variable {
  color: #56b6c2;
}

.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-top {
  transform: translateY(5px) !important;
  border-top: 6px solid #001942 !important;
}

.dragdrop-trigger-bottom {
  transform: translateY(-5px) !important;
  border-bottom: 6px solid #001942 !important;
}

.dragdrop-trigger-left {
  transform: translateX(5px) !important;
  border-left: 6px solid #001942 !important;
}

.dragdrop-trigger-right {
  transform: translateX(-5px) !important;
  border-right: 6px solid #001942 !important;
}

.dragdrop-trigger-middle {
  border: 4px dashed #001942 !important;
}

.dropdown {
  z-index: 1;
}

.dropdown.user .dropdown-toggle {
  border: none;
}

.dropdown.debug .dropdown-toggle {
  border: none;
}

.dropdown.debug .dropdown-toggle .badge {
  margin-left: 5px;
}

.dropdown.debug .dropdown-list {
  max-height: 70vh;
  overflow: auto;
}

.dropdown.debug .dropdown-list ul {
  margin: 0;
  min-width: 250px;
  list-style-type: none;
}

.dropdown.debug .dropdown-list ul li {
  padding: 15px;
}

.dropdown.debug .dropdown-list ul li:not(:last-child) {
  border-bottom: 1px solid #e4e7eb;
}

.dropdown .dropdown-toggle {
  color: #6c7280;
  background: initial;
  font-size: 0.875em;
  border-radius: 0px;
  border: 0px;
}

.dropdown .dropdown-toggle i {
  margin-right: 5px;
}

.dropdown .dropdown-toggle:hover {
  color: #4275ff;
}

.dropdown .dropdown-list a:hover {
  background: none;
  color: #4275ff;
}

.dropdown.tox-tbtn .dropdown-list {
  min-width: 100px;
}

.input-group .form-control[data-language-dropdown] + .dropdown .dropdown-toggle {
  background: #ffffff;
  border: 1px solid #e4e7eb;
  border-radius: 0px 8px 8px 0px;
}

.btn:hover {
  transform: scale(0.92);
}

.btn:active {
  transform: scale(0.85);
}

.btn[disabled] {
  cursor: not-allowed;
}

.btn.btn-row-size {
  height: 42px;
  width: 42px;
}

.page-body .table .table-row-sm {
  padding: 10px 0px;
}

.page-body .table .table-row-sm .table-data {
  padding: 0;
}

@media (max-width: 992px) {
  .page-body .table .table-row {
    flex-wrap: wrap;
    padding: 20px 0px;
  }

  .page-body .table .table-row .table-data {
    width: 100%;
    flex: 0 0 auto;
    text-align: left;
    padding: 0px;
  }
}

.tablist {
  margin-bottom: 15px;
}

.tablist .nav-tabs li a {
  font-size: 1rem;
}

@media (max-width: 992px) {
  .form-default.tablist-content .tablist .nav-tabs {
    margin: 0 -20px;
  }
}

.heading {
  position: sticky;
  top: 0;
}

.heading .heading-row {
  padding-top: 15px;
}

.heading .heading-row .listing-filter .searchbar .input-group input.has-prepend {
  height: 42px;
}

.heading .heading-row .listing-filter .searchbar .input-group-prepend i {
  line-height: 1;
  margin-top: 3px;
}

.heading .heading-row .listing-filter .listing-order-direction .btn:hover {
  color: #4275ff;
}

.heading .heading-row .listing-filter .listing-order-list .dropdown-toggle {
  padding-left: 0px;
}

.heading .heading-row .listing-filter-columns {
  margin-top: 20px;
}

.heading .heading-row .listing-filter-columns .btn {
  padding: 0px;
}

.heading .heading-row .listing-filter-columns .btn:hover {
  transform: none !important;
  background: #001942;
  color: #ffffff;
}

.heading .heading-row .listing-filter-columns .btn:hover .listing-filter-columns-clean {
  color: #ffffff;
}

.heading .heading-row .listing-filter-columns .btn label {
  padding: 6px 9px;
  max-width: 195px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.heading .heading-row .listing-filter-columns-clean {
  margin-left: 0px !important;
  padding: 5px 10px 5px 0;
}

.listing {
  position: relative;
}

.listing .listing-rows .listing-row .listing-column {
  line-height: 1.33;
}

.listing .listing-rows .listing-row .listing-column:not(.listing-row-actions) a:not(.btn):hover {
  color: #4275ff;
}

.listing .listing-rows .listing-row .listing-column-value {
  width: 100%;
}

.listing .listing-rows .listing-row .listing-media-image {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.listing .listing-rows .listing-row .listing-media-image img {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.listing .listing-rows .listing-row .listing-rows {
  background: #fff !important;
}

.listing .listing-rows .listing-row .listing-rows .listing-row {
  border-top: 0px;
}

.listing .listing-rows .listing-row:hover {
  background: #f3f3f3 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.listing .loader {
  display: none;
}

.listing.is-loading .loader {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
}

.listing.is-loading .loader-dimmer {
  position: sticky;
  top: 50%;
}

.listing.is-loading .loader-dimmer:before {
  content: "";
  border: 6px solid #001942;
  border-top: 6px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0px auto;
  display: block;
}

.listing.is-loading .loader-dimmer .loader-text {
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-top: 15px;
}

.listing-message-empty {
  flex-wrap: wrap;
  visibility: hidden;
}

.listing-message-empty:before {
  content: "\f8f6";
  font-family: "Font Awesome 5 Pro";
  display: block;
  text-align: center;
  position: relative;
  font-size: 2.5em;
  line-height: 1;
  width: 100%;
  margin-bottom: 15px;
}

.tooltip {
  padding: 0.5rem 0.9rem;
  line-height: 1.5;
  font-size: 0.8rem;
}

.tooltip-arrow {
  z-index: 9999;
}

form {
  max-width: 800px;
}

form .form-steps-nav .step-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  justify-items: flex-start;
}

form .form-steps-nav .step-link .badge {
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 0px !important;
}

form .form-steps-nav .step-link .name {
  text-align: center;
  font-size: 0.875em;
}

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

form .form-step.card {
  padding: 30px 15px;
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

form .row .textarea {
  height: 84px;
}

form .row .col-form-label code {
  background: transparent;
  font-family: inherit;
  color: inherit;
  padding: 0px;
  display: contents;
}

form .row .select-input,
form .row .select-dropdown-option-label {
  font-size: 0.875rem;
}

form .row .select-dropdown {
  z-index: 6;
}

form .row .form-group .col-form-label > small {
  display: block;
  width: 100%;
  margin-top: 10px;
}

form .row .form-group .col-form-label .code-action-insert {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #001942;
  background: transparent;
  color: #001942;
}

form .row .form-group .col-form-label .code-action-insert:hover {
  font-size: 14px;
}

form .row .form-group .form-control + .languages-dropdown:has(~ .input-group-append) > .dropdown-toggle {
  border-radius: 0px;
  border-right: none;
}

form.full-width {
  max-width: 100%;
}

form.full-width .tablist {
  border: 0px;
  margin: 0px;
}

@media (max-width: 992px) {
  form.form-steps {
    padding: 0px;
  }

  form.form-steps .form-steps-nav {
    display: none;
  }

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

.dialog.relations-add .dialog-header {
  margin-bottom: 0px;
}

.dialog.dialog-sidebar-right .dialog-content {
  display: flex;
  flex-direction: column;
}

.dialog.dialog-sidebar-right .dialog-content .dialog-body {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  flex: 1;
}

.dialog.dialog-sidebar-right .dialog-content .dialog-body > .tablist-content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}

.dialog.dialog-sidebar-right .dialog-content .dialog-body > .tablist-content .form-step {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.dialog.dialog-sidebar-right .dialog-content .dialog-body > .tablist-content .form-step-buttons {
  margin-top: auto;
}

html.menu-overflow,
html.menu-overflow > body {
  overflow: hidden;
}

body {
  background: #ffffff;
  height: 100%;
}

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

body .plugins {
  width: 100%;
}

body .plugins .plugin-logo {
  flex: 0 0 auto;
  max-width: 120px;
}

body .plugins .plugin-logo img {
  width: 100%;
}

body .plugins .plugin-details {
  flex: 1;
  padding: 0 15px 0 15px;
}

body .plugins .plugin-details a {
  text-decoration: none;
}

body .plugins .plugin-details p {
  font-size: 0.875em;
}

body .plugins .plugin-details .btn {
  margin-bottom: 5px;
}

body .chart-placeholder {
  position: relative;
  padding: 30px;
}

body .chart-placeholder i {
  font-size: 200px;
  line-height: 200px;
}

.transition body .chart-placeholder i {
  transition: font-size 0.3s ease-in-out;
}

body .chart-placeholder-text {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  border: 2px dashed rgba(0, 25, 66, 0.1);
  font-weight: 600;
}

.transition body .chart-placeholder-text {
  transition: all 0.3s ease-in-out;
}

body .chart-placeholder:hover i {
  font-size: 180px;
}

body .chart-placeholder:hover .chart-placeholder-text {
  background: rgba(255, 255, 255, 0.75);
  border-color: #001942;
  font-size: 1.1em;
}

body .border-left-draft {
  border-left-color: #a6a6a6;
  border-left-width: 2px;
}

body .border-left-warning {
  border-left-color: #fabf0f;
  border-left-width: 2px;
}

body .border-left-info {
  border-left-color: #17a2b8;
  border-left-width: 2px;
}

body .border-left-success {
  border-left-color: #4bb543;
  border-left-width: 2px;
}

body .border-left-warning {
  border-left-color: #dc3545;
  border-left-width: 2px;
}

body .border-left-primary {
  border-left-color: #001942;
  border-left-width: 2px;
}

body .border-left-secondary {
  border-left-color: #4275ff;
  border-left-width: 2px;
}

@media (max-width: 992px) {
  body .content {
    padding: 60px 15px;
  }

  body .plugin-logo,
  body .plugin-details {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

.header {
  background: #ffffff;
  box-shadow: 0 6px 4px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0px;
  flex: 0 0 auto;
  position: relative;
  z-index: 1091;
}

.header .dropdown.language {
  text-transform: uppercase;
}

.header .dropdown.language .dropdown-list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

.header .dropdown.language .dropdown-list a:not(.btn) {
  display: flex;
}

.header .dropdown.language .dropdown-list ul {
  margin: 0px;
  list-style: none;
  flex: 0 0 auto;
  width: auto;
  max-width: unset;
}

.header .dropdown.language .dropdown-list ul li label {
  flex-wrap: nowrap;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  user-select: none;
  cursor: pointer;
}

.header .dropdown.language .dropdown-list ul.countries li:hover label {
  color: #001942;
}

.header .dropdown.language .dropdown-list ul.countries li.active {
  background: #e4e7eb;
}

.header .dropdown.language .dropdown-list ul.countries ~ .languages {
  border-left: 1px solid #e4e7eb;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
}

.header .dropdown.language .dropdown-list ul.countries ~ .languages.active {
  display: flex;
}

.header .dropdown.language .dropdown-list:has(.active[languages-country]) {
  min-width: max(200px, 100%);
}

.header .flag {
  display: inline-block;
  height: 14px;
  width: 34px;
  object-fit: contain;
}

.header .dropdown.website small {
  display: block;
  color: #6c7280 !important;
  margin-top: 3px;
}

.header .theme-logo {
  height: 50px;
  width: auto;
  max-width: 100%;
  position: relative;
}

.header .theme-logo .theme-logo-image {
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-position-x: 15px;
}

.header .header-content {
  padding: 0px 45px 0px 25px;
}

.header .dropdown.user .account-user {
  text-decoration: none;
  padding: 10px 0px;
  border: none;
}

.header .dropdown.user .account-user-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  background: #001942;
  color: #ffffff;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.header .dropdown.user .dropdown-list {
  margin-left: 0px;
  list-style-type: none;
}

.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: 992px) {
  .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 .breadcrumb {
  margin-bottom: 30px;
}

.navigation .breadcrumb .breadcrumb-item a {
  color: #6c7280;
  font-size: 0.875rem;
  text-decoration: none;
}

.navigation .breadcrumb .breadcrumb-item a[href]:hover {
  color: #4275ff;
}

.navigation .breadcrumb .breadcrumb-item a:not([href]) {
  cursor: initial;
}

.navigation .breadcrumb .breadcrumb-item:after {
  color: #d2d6db;
  font-size: 0.75rem;
  margin: 0 10px;
}

.navigation .breadcrumb .breadcrumb-item.active a {
  color: #001942;
  font-weight: bold;
}

.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-list {
  top: 60%;
}

@media (max-width: 992px) {
  .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;
  }
}

.sidebar {
  background: #f3f4f8;
  padding: 60px 15px;
}

.sidebar .menu-heading {
  text-transform: uppercase;
  margin: 30px 0 8px;
  padding: 0 15px;
  color: #6c7280;
}

.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: #4275ff;
  border-bottom: 2px solid #4275ff;
}

.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: #4275ff;
  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 .debug-info span {
  font-size: 0.75rem;
  color: #6c7280;
}

@media (max-width: 992px) {
  .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;
  }
}

.media-library {
  /* choose mode is depr */
}

.media-library-main-search {
  position: relative;
  z-index: 2;
}

.media-library-main-search > i {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  color: #001942;
}

.media-library-main-search input[type=search] {
  background: #f3f4f8;
  color: #001942;
  padding-left: 42px;
  font-size: 0.875rem;
}

.media-library-main-search input[type=search]::-webkit-input-placeholder {
  color: #001942;
}

.media-library-main-search input[type=search]:-ms-input-placeholder {
  color: #001942;
}

.media-library-main-search input[type=search]::placeholder {
  color: #001942;
}

.media-library-main-search .order {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background: #ffffff;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #e4e7eb;
  z-index: 1;
}

.media-library-main-navbar-breadcrumbs {
  font-size: 0.875em;
  color: #6c7280;
}

.media-library-main-navbar-breadcrumbs a:not(.btn),
.media-library-main-navbar-breadcrumbs i {
  color: inherit;
}

.media-library-main-navbar-breadcrumbs a:not(.btn):hover {
  color: #4275ff;
}

.media-library-main-content {
  position: relative;
}

.media-library-main-content-files {
  position: relative;
}

.media-library-main-content-files > .title {
  position: absolute;
  top: 0;
  background: #ffffff;
  transform: translateY(-50%);
  padding-right: 15px;
}

.media-library-main-content-files > .title h5 {
  font-size: 0.875em;
  font-weight: 500;
  color: #a6a6a6;
}

.media-library-main-content .folders-actions-bar,
.media-library-main-content .files-actions-bar,
.media-library-main-content .recents-actions-bar {
  position: sticky;
  top: 0px;
  z-index: 1;
}

.media-library-main-content .folders-actions-bar:after,
.media-library-main-content .files-actions-bar:after,
.media-library-main-content .recents-actions-bar:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0px;
  background: #e4e7eb;
  z-index: 0;
}

.media-library-main-content .folders-actions-bar-content,
.media-library-main-content .files-actions-bar-content,
.media-library-main-content .recents-actions-bar-content {
  position: relative;
  z-index: 1;
}

.media-library-main-content .folders-actions-bar-content .actions .action,
.media-library-main-content .files-actions-bar-content .actions .action,
.media-library-main-content .recents-actions-bar-content .actions .action {
  font-size: 0.875rem;
  margin-right: 15px;
}

.media-library-main-content .folders-actions-bar-content .actions .action[data-name=remove],
.media-library-main-content .files-actions-bar-content .actions .action[data-name=remove],
.media-library-main-content .recents-actions-bar-content .actions .action[data-name=remove] {
  color: #dc3545;
}

.media-library-main-content .items {
  margin: -15px;
}

.media-library-main-content .items .media-library-folder,
.media-library-main-content .items .media-library-file {
  padding: 15px;
}

.media-library-main-content .items .media-library-folder-content,
.media-library-main-content .items .media-library-file-content {
  display: flex;
  align-items: center;
  background: #f3f4f8;
  border: 2px solid #f3f4f8;
  color: #000000;
  padding: 15px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.95em;
  width: 100%;
  min-height: 100px;
  word-break: break-word;
  line-height: 1.1;
  position: relative;
  cursor: pointer;
}

.transition .media-library-main-content .items .media-library-folder-content,
.transition .media-library-main-content .items .media-library-file-content {
  transition: all 0.1s ease-in-out;
}

.media-library-main-content .items .media-library-folder-content .media-count,
.media-library-main-content .items .media-library-file-content .media-count {
  margin-left: auto;
  color: #a6a6a6;
  word-break: normal;
  padding-left: 5px;
}

.media-library-main-content .items .media-library-folder-content i.fa-folder,
.media-library-main-content .items .media-library-file-content i.fa-folder {
  flex: 0 0 auto;
  font-size: 1.75em;
  height: 60px;
  width: 60px;
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.media-library-main-content .items .media-library-folder-content-preview,
.media-library-main-content .items .media-library-file-content-preview {
  border-radius: 8px;
  height: 70px;
  width: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-library-main-content .items .media-library-folder-content-preview img,
.media-library-main-content .items .media-library-file-content-preview img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

.media-library-main-content .items .media-library-folder-content-preview .preview-placeholder,
.media-library-main-content .items .media-library-file-content-preview .preview-placeholder {
  height: 100%;
  text-transform: uppercase;
}

.media-library-main-content .items .media-library-folder-content-name .file-name,
.media-library-main-content .items .media-library-file-content-name .file-name {
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.media-library-main-content .items .media-library-folder-content-name .file-mime,
.media-library-main-content .items .media-library-file-content-name .file-mime {
  font-size: 0.875em;
  margin-top: 2px;
}

.media-library-main-content .items .media-library-folder-content i[data-identifier=edit],
.media-library-main-content .items .media-library-file-content i[data-identifier=edit] {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate(25%, -25%);
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #ffffff;
  color: #001942;
  border: 1px solid #001942;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}

.transition .media-library-main-content .items .media-library-folder-content i[data-identifier=edit],
.transition .media-library-main-content .items .media-library-file-content i[data-identifier=edit] {
  transition: background-color 0.2s ease, color 0.2s ease, visibility 0.2s ease, opacity 0.2s ease;
}

.media-library-main-content .items .media-library-folder-content i[data-identifier=edit]:hover,
.media-library-main-content .items .media-library-file-content i[data-identifier=edit]:hover {
  background: #001942;
  color: #ffffff;
}

.media-library-main-content .items .media-library-folder-content:hover i[data-identifier=edit],
.media-library-main-content .items .media-library-file-content:hover i[data-identifier=edit] {
  opacity: 1;
  visibility: visible;
}

.media-library-main-content .items .media-library-folder.selected .media-library-folder-content,
.media-library-main-content .items .media-library-folder.selected .media-library-file-content,
.media-library-main-content .items .media-library-file.selected .media-library-folder-content,
.media-library-main-content .items .media-library-file.selected .media-library-file-content {
  background: rgba(66, 117, 255, 0.1);
  border-color: #001942;
  color: #001942;
}

.media-library-main-content .items .media-library-folder.selected .media-library-folder-content .media-count,
.media-library-main-content .items .media-library-folder.selected .media-library-file-content .media-count,
.media-library-main-content .items .media-library-file.selected .media-library-folder-content .media-count,
.media-library-main-content .items .media-library-file.selected .media-library-file-content .media-count {
  color: #001942;
}

.media-library-main-content .items .media-library-folder.selected .media-library-folder-content-preview .preview-placeholder,
.media-library-main-content .items .media-library-folder.selected .media-library-folder-content i.fa-folder,
.media-library-main-content .items .media-library-folder.selected .media-library-file-content-preview .preview-placeholder,
.media-library-main-content .items .media-library-folder.selected .media-library-file-content i.fa-folder,
.media-library-main-content .items .media-library-file.selected .media-library-folder-content-preview .preview-placeholder,
.media-library-main-content .items .media-library-file.selected .media-library-folder-content i.fa-folder,
.media-library-main-content .items .media-library-file.selected .media-library-file-content-preview .preview-placeholder,
.media-library-main-content .items .media-library-file.selected .media-library-file-content i.fa-folder {
  background: #001942;
}

.media-library-main-content .items .media-library-folder.selected .media-library-folder-content i[data-identifier=edit],
.media-library-main-content .items .media-library-folder.selected .media-library-file-content i[data-identifier=edit],
.media-library-main-content .items .media-library-file.selected .media-library-folder-content i[data-identifier=edit],
.media-library-main-content .items .media-library-file.selected .media-library-file-content i[data-identifier=edit] {
  opacity: 1;
  visibility: visible;
}

.media-library-main-content .items .media-library-file-content {
  flex-direction: column;
  flex-wrap: nowrap;
}

.media-library-main-content .items .media-library-file-content-preview {
  height: 100px;
  width: 100px;
}

.media-library-main-content .items .media-library-file-content-preview .preview-placeholder {
  font-size: 40px;
}

.media-library-main-content .items .media-library-folder-content i.fa-folder {
  background: rgb(248, 215, 117);
}

.media-library-main-content .media-library-loader {
  display: none;
}

.media-library-main-content.is-loading .media-library-loader {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
}

.media-library-main-content.is-loading .media-library-loader-dimmer {
  position: sticky;
  top: 50%;
}

.media-library-main-content.is-loading .media-library-loader-dimmer:before {
  content: "";
  border: 6px solid #001942;
  border-top: 6px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0px auto;
  display: block;
}

.media-library-main-content.is-loading .media-library-loader-dimmer .loader-text {
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-top: 15px;
}

.media-library[data-mode=choose] .media-library-main-content .items .media-library-file.selected .media-library-file-content-name .file-edit {
  display: block !important;
}

.media-library[data-mode=choose] .media-library-main-content .items .media-library-file.selected .media-library-file-content-name .file-name {
  -webkit-line-clamp: 2;
}

.media-library[data-mode=choose] .media-library-main-content .items .media-library-file-content-name .file-edit {
  font-size: 0.875em;
}

.media-library-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  z-index: 1092;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.media-library-sidebar-inside {
  width: 500px;
  padding: 60px 45px;
  min-height: 100%;
  padding: 30px;
}

.dialog .media-library-main-footer {
  position: sticky;
  bottom: -30px;
  width: 100%;
  left: 0px;
  background: #ffffff;
  z-index: 2;
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.dialog-title .crop-size {
  font-size: 0.75em;
  color: #a6a6a6;
  font-weight: 600;
}

.media-library-cropper-alerts .alert {
  padding: 15px;
  font-size: 0.875em;
}

.media-library-cropper-footer .alert {
  font-size: 0.75em;
  padding: 15px;
  margin-bottom: 30px;
}

.media-library-cropper-sidebar {
  width: 75px;
}

.media-library-cropper-sidebar .settings .btn {
  height: 75px;
  margin-bottom: 1px;
  transform: unset !important;
}

.media-library-cropper [data-cropper] {
  flex: 0 0 auto;
  width: calc(100% - 75px);
  position: relative;
}

[data-util=mediacrops] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -15px -15px;
}

[data-util=mediacrops] .mediacrops-add,
[data-util=mediacrops] .mediacrops-thumbnail {
  padding: 0 15px;
  margin-bottom: 15px;
}

[data-util=mediacrops] .mediacrops-add-container {
  cursor: pointer;
}

[data-util=mediacrops] .mediacrops-add-container i {
  display: flex;
  border: 1px dashed #a6a6a6;
  height: 100px;
  width: 100px;
  color: #a6a6a6;
}

.transition [data-util=mediacrops] .mediacrops-add-container {
  transition: color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.transition [data-util=mediacrops] .mediacrops-add-container i {
  transition: color 0.15s ease-in-out, border 0.15s ease-in-out;
}

[data-util=mediacrops] .mediacrops-add-container:hover,
[data-util=mediacrops] .mediacrops-add-container:hover i {
  color: #001942;
  border-color: #001942;
}

[data-util=mediacrops] .mediacrops-add-image {
  margin: 10px 0px 10px 15px;
}

[data-util=mediacrops] .mediacrops-thumbnail {
  height: auto;
  border: none;
}

[data-util=mediacrops] .mediacrops-thumbnail-container {
  padding-right: 65px;
}

[data-util=mediacrops] .mediacrops-thumbnail-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  margin: 10px 0px 10px 15px;
}

[data-util=mediacrops] .mediacrops-thumbnail-image > img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

[data-util=mediacrops] .mediacrops-thumbnail-image-crop {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 25, 66, 0.5);
  font-size: 40px;
  border: none;
  transform: none;
}

.transition [data-util=mediacrops] .mediacrops-thumbnail-image-crop {
  transition: opacity 0.15s ease-in-out;
}

[data-util=mediacrops] .mediacrops-thumbnail-image-crop:hover {
  opacity: 1;
}

[data-util=mediacrops] .mediacrops-thumbnail-data {
  width: calc(100% - 115px);
  word-break: break-all;
}

[data-util=mediacrops] .mediacrops-thumbnail-data span {
  font-size: 0.875rem;
}

[data-util=mediacrops] .mediacrops-thumbnail-actions {
  padding: 10px 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  background: #001942;
  border-radius: 8px 5px 5px 8px;
  width: 0px;
  overflow: hidden;
}

.transition [data-util=mediacrops] .mediacrops-thumbnail-actions {
  transition: all 0.3s ease;
}

[data-util=mediacrops] .mediacrops-thumbnail-actions .btn-primary {
  font-size: 18px;
}

[data-util=mediacrops] .mediacrops-thumbnail-actions .btn-primary:hover {
  color: #001942;
  background: white;
  transform: unset;
}

@media (max-width: 992px) {
  [data-util=mediacrops] .mediacrops-thumbnail-actions {
    width: 65px;
    padding: 10px 15px;
    border-radius: 0px 5px 5px 0px;
  }
}

[data-util=mediacrops] .mediacrops-thumbnail:hover .mediacrops-thumbnail-actions {
  padding: 10px 15px;
  width: 65px;
}

[data-util=mediacrops][data-layout=tiles] {
  margin: 0 -15px -30px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-add {
  margin-bottom: 30px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-add-container {
  border: none !important;
  border-radius: unset !important;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-add-container .mediacrops-add-image {
  margin: 0px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-add-container .mediacrops-add-image i {
  width: 150px;
  height: 150px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-add-container .mediacrops-add-title {
  display: none !important;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail {
  margin-bottom: 30px;
  flex: 0 0 auto !important;
  width: auto !important;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail-container {
  border: none !important;
  border-radius: unset !important;
  padding-right: 0px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail-container .mediacrops-thumbnail-image {
  width: 150px !important;
  height: 150px !important;
  margin: 0px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail-container .mediacrops-thumbnail-image img {
  border-radius: 8px 0px 0px 8px !important;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail-container .mediacrops-thumbnail-data {
  display: none !important;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail-container .mediacrops-thumbnail-actions {
  position: relative !important;
  border-radius: 0px 8px 8px 0px;
  padding: 0px 5px;
  width: 46px;
  overflow: unset;
  height: auto;
}

[data-util=mediafiles] {
  width: 100%;
  display: flex;
  flex-direction: column;
}

[data-util=mediafiles] .mediacrops-add,
[data-util=mediafiles] .mediacrops-thumbnail {
  flex: 0 0 auto;
  width: 180px;
  padding: 0 15px;
  margin-bottom: 30px;
}

[data-util=mediafiles] .mediafiles-add {
  order: 1;
  border: 2px dashed #a6a6a6;
  color: #a6a6a6;
  width: 100%;
  transition: all 0.3s ease;
}

[data-util=mediafiles] .mediafiles-add:hover {
  border-color: #001942;
  color: #001942;
}

[data-util=mediafiles] .mediafiles-file {
  border-top: 1px dashed #a6a6a6;
  width: 100%;
}

[data-util=mediafiles] .mediafiles-file:nth-child(2) {
  padding-top: 0px !important;
  border-top: none !important;
}

[data-util=mediafiles] .mediafiles-file-thumbnail .preview-placeholder {
  width: 40px;
  height: 40px;
  position: relative;
}

[data-util=mediafiles] .mediafiles-file-thumbnail img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

[data-util=mediafiles] .mediafiles-file-size {
  min-width: 80px;
}

[data-util=mediafiles] .mediafiles-file-name-mime,
[data-util=mediafiles] .mediafiles-file-name-title {
  line-height: 1.3;
}

[data-util=mediafiles] .mediafiles-file-name-mime,
[data-util=mediafiles] .mediafiles-file-size,
[data-util=mediafiles] .mediafiles-file-remove {
  font-size: 0.875rem;
}

.google-preview .form-group {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.google-preview-text {
  width: 100%;
  flex: 1;
  font-family: "arial", "sans-serif";
  max-width: 600px;
}

.google-preview-text [data-identifier=preview-seo-title] {
  line-height: 1.3;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 20px;
  color: #1a0dab;
  cursor: pointer;
}

.google-preview-text [data-identifier=preview-seo-title]:hover {
  text-decoration: underline;
}

.google-preview-text [data-identifier=preview-seo-description] {
  font-size: 14px;
  line-height: 22px;
  color: #4d5156;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.google-preview-text [data-identifier=preview-seo-description] b,
.google-preview-text [data-identifier=preview-seo-description] strong,
.google-preview-text [data-identifier=preview-seo-description] em {
  color: #5f6368;
  font-weight: bold;
}

.preview-placeholder:after {
  content: "\f15b";
  font-family: "Font Awesome 5 Pro";
}

.preview-placeholder[data-mime=xlsx]:after,
.preview-placeholder[data-mime=xlsb]:after,
.preview-placeholder[data-mime=xls]:after,
.preview-placeholder[data-mime=xlsm]:after {
  content: "\f1c3";
}

.preview-placeholder[data-mime=csv]:after,
.preview-placeholder[data-mime=csv1]:after {
  content: "\f6dd";
}

.preview-placeholder[data-mime=doc]:after,
.preview-placeholder[data-mime=docx]:after,
.preview-placeholder[data-mime=docm]:after,
.preview-placeholder[data-mime=dotx]:after,
.preview-placeholder[data-mime=dotm]:after {
  content: "\f1c2";
}

.preview-placeholder[data-mime=ppt]:after,
.preview-placeholder[data-mime=potm]:after,
.preview-placeholder[data-mime=potx]:after,
.preview-placeholder[data-mime=ppam]:after,
.preview-placeholder[data-mime=pps]:after,
.preview-placeholder[data-mime=ppsx]:after,
.preview-placeholder[data-mime=ppsm]:after,
.preview-placeholder[data-mime=pptx]:after,
.preview-placeholder[data-mime=pptm]:after {
  content: "\f1c4";
}

.preview-placeholder[data-mime=pdf]:after {
  content: "\f1c1";
}

.preview-placeholder[data-mime=webm]:after,
.preview-placeholder[data-mime=mkv]:after,
.preview-placeholder[data-mime=flv]:after,
.preview-placeholder[data-mime=vob]:after,
.preview-placeholder[data-mime=ogv]:after,
.preview-placeholder[data-mime=ogg]:after,
.preview-placeholder[data-mime=drc]:after,
.preview-placeholder[data-mime=gif]:after,
.preview-placeholder[data-mime=gifv]:after,
.preview-placeholder[data-mime=mng]:after,
.preview-placeholder[data-mime=avi]:after,
.preview-placeholder[data-mime=mts]:after,
.preview-placeholder[data-mime=m2ts]:after,
.preview-placeholder[data-mime=ts]:after,
.preview-placeholder[data-mime=mov]:after,
.preview-placeholder[data-mime=qt]:after,
.preview-placeholder[data-mime=wmv]:after,
.preview-placeholder[data-mime=yuv]:after,
.preview-placeholder[data-mime=rm]:after,
.preview-placeholder[data-mime=rmvb]:after,
.preview-placeholder[data-mime=viv]:after,
.preview-placeholder[data-mime=asf]:after,
.preview-placeholder[data-mime=amv]:after,
.preview-placeholder[data-mime=mp4]:after,
.preview-placeholder[data-mime=m4p]:after,
.preview-placeholder[data-mime=m4v]:after,
.preview-placeholder[data-mime=mpg]:after,
.preview-placeholder[data-mime=mp2]:after,
.preview-placeholder[data-mime=mpeg]:after,
.preview-placeholder[data-mime=m2v]:after,
.preview-placeholder[data-mime=m4v]:after,
.preview-placeholder[data-mime=svi]:after,
.preview-placeholder[data-mime="3gp"]:after,
.preview-placeholder[data-mime="3g2"]:after,
.preview-placeholder[data-mime=msf]:after,
.preview-placeholder[data-mime=roq]:after,
.preview-placeholder[data-mime=nsv]:after,
.preview-placeholder[data-mime=flv]:after,
.preview-placeholder[data-mime=f4v]:after,
.preview-placeholder[data-mime=f4p]:after,
.preview-placeholder[data-mime=f4a]:after,
.preview-placeholder[data-mime=f4b]:after {
  content: "\f1c8";
}

.preview-placeholder[data-mime=txt]:after {
  content: "\f15c";
}

.preview-placeholder[data-mime=mp3]:after,
.preview-placeholder[data-mime=m4a]:after,
.preview-placeholder[data-mime=wav]:after,
.preview-placeholder[data-mime=wv]:after {
  content: "\f8b6";
}

.preview-placeholder[data-mime=zip]:after,
.preview-placeholder[data-mime=zipx]:after,
.preview-placeholder[data-mime=rar]:after,
.preview-placeholder[data-mime="7z"]:after,
.preview-placeholder[data-mime=iso]:after {
  content: "\f1c6";
}

.preview-placeholder[data-mime=html]:after {
  content: "\f1c9";
}

.preview-placeholder[data-mime=js]:after,
.preview-placeholder[data-mime=json]:after {
  content: "\f3b9";
}

.preview-placeholder[data-mime=css]:after,
.preview-placeholder[data-mime=scss]:after,
.preview-placeholder[data-mime=sass]:after {
  content: "\f38b";
}

.plugin-logo {
  width: 120px;
}

.form-builder-canvas {
  min-height: calc(100vh - 370px);
}

.form-builder-canvas-heading {
  flex: 0 0 auto;
}

.form-builder-canvas-body {
  background: #f3f4f8;
  flex: 1;
  border-radius: 0px 0px 8px 8px;
  min-height: calc(100vh - 425px) !important;
}

.form-builder-sidebar > .row {
  background: #f3f4f8;
}

.theme-logo .theme-logo-image {
  background: url("/assets/themes/default/images/default.logo.svg") no-repeat;
}

body {
  font-family: "Montserrat";
  color: #001942;
  font-size: 14px;
  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;
}

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

.color-secondary {
  color: #fa490f !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;
}

.border-secondary {
  border-color: #fa490f !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;
  }

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

  .color-lg-secondary {
    color: #fa490f !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;
  }

  .border-lg-secondary {
    border-color: #fa490f !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;
  }

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

  .color-md-secondary {
    color: #fa490f !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;
  }

  .border-md-secondary {
    border-color: #fa490f !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;
  }

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

  .color-sm-secondary {
    color: #fa490f !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;
  }

  .border-sm-secondary {
    border-color: #fa490f !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;
  }

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

  .color-xs-secondary {
    color: #fa490f !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;
  }

  .border-xs-secondary {
    border-color: #fa490f !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.alert-secondary:before {
  color: #fa490f;
}

.alert-wrapper {
  position: fixed;
  right: 0px;
  top: 0px;
  padding: 15px;
  z-index: 9999;
}

.alert-wrapper .alert {
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  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-secondary {
  background: #fa490f;
}

.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-secondary {
  border-color: #fa490f;
  background: #fa490f;
  color: #ffffff;
}

.btn.btn-secondary-outline {
  border-color: #fa490f;
  background: transparent;
  color: #fa490f;
}

.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 0 20px 0 rgba(0, 0, 0, 0.1);
  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;
}

.card.card-secondary {
  color: #ffffff;
  background: #fa490f;
}

.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 0 20px 0 rgba(0, 0, 0, 0.1);
  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: black;
  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: black;
  border-color: black;
}

.notification.notification-primary {
  background: rgb(89.25, 105.5, 132.15);
  color: black;
  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: black;
  border-color: black;
}

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

/*table {
    width: 100%;
    border-collapse: collapse;
	margin-bottom: $offset;
    tr {
        width: 100%;
        border-top: 1px solid $border;
        &:last-child {
            border-bottom: 1px solid $border;
        }
        td {
            padding: 20px 0;
			&:first-child {
				color: $gray;
			}
        }
    }

    &.table-label-layout {
        tr {
            td:first-child {
                color: $font-light;
            }
        }
    }
}*/

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(14px * 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(14px * 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-item-secondary:after {
  background: #fa490f;
}

.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(14px * 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(14px * 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;
}

.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/fonts/fontawesome/webfonts/fa-solid-900.eot");
  src: url("../../../assets/fonts/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../../../assets/fonts/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../../../assets/fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../../../assets/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/fonts/fontawesome/webfonts/fa-light-300.eot");
  src: url("../../../assets/fonts/fontawesome/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../../assets/fonts/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("../../../assets/fonts/fontawesome/webfonts/fa-light-300.woff") format("woff"), url("../../../assets/fonts/fontawesome/webfonts/fa-light-300.ttf") format("truetype"), url("../../../assets/fonts/fontawesome/webfonts/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

body {
  font-family: "Montserrat", "Arial";
  color: #001942;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

body h5 {
  font-size: 1rem;
}

.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 0 20px 0 rgba(0, 0, 0, 0.1);
  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%;
}

.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-row.listing-row-secondary > .listing-column:first-child {
  border-left-color: #fa490f;
}

.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 0 20px 0 rgba(0, 0, 0, 0.1);
  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%;
  }
}

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;
  bottom: 8px;
}

.select-container.select-open .fa-chevron-down {
  transform: rotate(180deg);
}

.select-dropdown {
  z-index: 2;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  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: 14px;
}

.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 */
  /* 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.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 0 20px 0 rgba(0, 0, 0, 0.1);
  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 {
  /* addon: edit/machingbrackets.js & addon: edit/matchtags.js */
  /* addon: fold/foldgutter.js */
  /* addon: selection/active-line.js */
}

.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-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-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-activeline-background {
  background-color: rgba(153, 187, 255, 0.04);
}

.cm-s-one-dark .cm {
  /* basic syntax */
  /* original:  #d19a66; */
  /* original: #abb2bf */
  /* original: #abb2bf */
  /* css syntax corrections */
  /* lua syntax corrections */
}

.cm-s-one-dark .cm-matchhighlight {
  border: 1px solid white;
}

.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-atom,
.cm-s-one-dark .cm-number {
  color: #d19a66;
}

.cm-s-one-dark .cm-property {
  color: #56b6c2;
}

.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-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-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-m-lua.cm-variable {
  color: #56b6c2;
}

.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-top {
  transform: translateY(5px) !important;
  border-top: 6px solid #001942 !important;
}

.dragdrop-trigger-bottom {
  transform: translateY(-5px) !important;
  border-bottom: 6px solid #001942 !important;
}

.dragdrop-trigger-left {
  transform: translateX(5px) !important;
  border-left: 6px solid #001942 !important;
}

.dragdrop-trigger-right {
  transform: translateX(-5px) !important;
  border-right: 6px solid #001942 !important;
}

.dragdrop-trigger-middle {
  border: 4px dashed #001942 !important;
}

.dropdown {
  z-index: 1;
}

.dropdown.user .dropdown-toggle {
  border: none;
}

.dropdown.debug .dropdown-toggle {
  border: none;
}

.dropdown.debug .dropdown-toggle .badge {
  margin-left: 5px;
}

.dropdown.debug .dropdown-list {
  max-height: 70vh;
  overflow: auto;
}

.dropdown.debug .dropdown-list ul {
  margin: 0;
  min-width: 250px;
  list-style-type: none;
}

.dropdown.debug .dropdown-list ul li {
  padding: 15px;
}

.dropdown.debug .dropdown-list ul li:not(:last-child) {
  border-bottom: 1px solid #e4e7eb;
}

.dropdown .dropdown-toggle {
  color: #6c7280;
  background: initial;
  font-size: 0.875em;
  border-radius: 0px;
  border: 0px;
}

.dropdown .dropdown-toggle i {
  margin-right: 5px;
}

.dropdown .dropdown-toggle:hover {
  color: #fa490f;
}

.dropdown .dropdown-list a:hover {
  background: none;
  color: #fa490f;
}

.dropdown.tox-tbtn .dropdown-list {
  min-width: 100px;
}

.input-group .form-control[data-language-dropdown] + .dropdown .dropdown-toggle {
  background: #ffffff;
  border: 1px solid #e4e7eb;
  border-radius: 0px 8px 8px 0px;
}

.btn:hover {
  transform: scale(0.92);
}

.btn:active {
  transform: scale(0.85);
}

.btn[disabled] {
  cursor: not-allowed;
}

.btn.btn-row-size {
  height: 42px;
  width: 42px;
}

.page-body .table .table-row-sm {
  padding: 10px 0px;
}

.page-body .table .table-row-sm .table-data {
  padding: 0;
}

@media (max-width: 992px) {
  .page-body .table .table-row {
    flex-wrap: wrap;
    padding: 20px 0px;
  }

  .page-body .table .table-row .table-data {
    width: 100%;
    flex: 0 0 auto;
    text-align: left;
    padding: 0px;
  }
}

.tablist {
  margin-bottom: 15px;
}

.tablist .nav-tabs li a {
  font-size: 1rem;
}

@media (max-width: 992px) {
  .form-default.tablist-content .tablist .nav-tabs {
    margin: 0 -20px;
  }
}

.heading {
  position: sticky;
  top: 0;
}

.heading .heading-row {
  padding-top: 15px;
}

.heading .heading-row .listing-filter .searchbar .input-group input.has-prepend {
  height: 42px;
}

.heading .heading-row .listing-filter .searchbar .input-group-prepend i {
  line-height: 1;
  margin-top: 3px;
}

.heading .heading-row .listing-filter .listing-order-direction .btn:hover {
  color: #fa490f;
}

.heading .heading-row .listing-filter .listing-order-list .dropdown-toggle {
  padding-left: 0px;
}

.heading .heading-row .listing-filter-columns {
  margin-top: 20px;
}

.heading .heading-row .listing-filter-columns .btn {
  padding: 0px;
}

.heading .heading-row .listing-filter-columns .btn:hover {
  transform: none !important;
  background: #001942;
  color: #ffffff;
}

.heading .heading-row .listing-filter-columns .btn:hover .listing-filter-columns-clean {
  color: #ffffff;
}

.heading .heading-row .listing-filter-columns .btn label {
  padding: 6px 9px;
  max-width: 195px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.heading .heading-row .listing-filter-columns-clean {
  margin-left: 0px !important;
  padding: 5px 10px 5px 0;
}

.listing {
  position: relative;
}

.listing .listing-rows .listing-row .listing-column {
  line-height: 1.33;
}

.listing .listing-rows .listing-row .listing-column:not(.listing-row-actions) a:not(.btn):hover {
  color: #fa490f;
}

.listing .listing-rows .listing-row .listing-column-value {
  width: 100%;
}

.listing .listing-rows .listing-row .listing-media-image {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}

.listing .listing-rows .listing-row .listing-media-image img {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.listing .listing-rows .listing-row .listing-rows {
  background: #fff !important;
}

.listing .listing-rows .listing-row .listing-rows .listing-row {
  border-top: 0px;
}

.listing .listing-rows .listing-row:hover {
  background: #f3f3f3 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.listing .loader {
  display: none;
}

.listing.is-loading .loader {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
}

.listing.is-loading .loader-dimmer {
  position: sticky;
  top: 50%;
}

.listing.is-loading .loader-dimmer:before {
  content: "";
  border: 6px solid #001942;
  border-top: 6px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0px auto;
  display: block;
}

.listing.is-loading .loader-dimmer .loader-text {
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-top: 15px;
}

.listing-message-empty {
  flex-wrap: wrap;
  visibility: hidden;
}

.listing-message-empty:before {
  content: "\f8f6";
  font-family: "Font Awesome 5 Pro";
  display: block;
  text-align: center;
  position: relative;
  font-size: 2.5em;
  line-height: 1;
  width: 100%;
  margin-bottom: 15px;
}

.tooltip {
  padding: 0.5rem 0.9rem;
  line-height: 1.5;
  font-size: 0.8rem;
}

.tooltip-arrow {
  z-index: 9999;
}

form {
  max-width: 800px;
}

form .form-steps-nav .step-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  justify-items: flex-start;
}

form .form-steps-nav .step-link .badge {
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 0px !important;
}

form .form-steps-nav .step-link .name {
  text-align: center;
  font-size: 0.875em;
}

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

form .form-step.card {
  padding: 30px 15px;
  max-width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}

form .row .textarea {
  height: 84px;
}

form .row .col-form-label code {
  background: transparent;
  font-family: inherit;
  color: inherit;
  padding: 0px;
  display: contents;
}

form .row .select-input,
form .row .select-dropdown-option-label {
  font-size: 0.875rem;
}

form .row .select-dropdown {
  z-index: 6;
}

form .row .form-group .col-form-label > small {
  display: block;
  width: 100%;
  margin-top: 10px;
}

form .row .form-group .col-form-label .code-action-insert {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #001942;
  background: transparent;
  color: #001942;
}

form .row .form-group .col-form-label .code-action-insert:hover {
  font-size: 14px;
}

form .row .form-group .form-control + .languages-dropdown:has(~ .input-group-append) > .dropdown-toggle {
  border-radius: 0px;
  border-right: none;
}

form.full-width {
  max-width: 100%;
}

form.full-width .tablist {
  border: 0px;
  margin: 0px;
}

@media (max-width: 992px) {
  form.form-steps {
    padding: 0px;
  }

  form.form-steps .form-steps-nav {
    display: none;
  }

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

.dialog.relations-add .dialog-header {
  margin-bottom: 0px;
}

.dialog.dialog-sidebar-right .dialog-content {
  display: flex;
  flex-direction: column;
}

.dialog.dialog-sidebar-right .dialog-content .dialog-body {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  flex: 1;
}

.dialog.dialog-sidebar-right .dialog-content .dialog-body > .tablist-content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: stretch;
  flex: 1;
}

.dialog.dialog-sidebar-right .dialog-content .dialog-body > .tablist-content .form-step {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.dialog.dialog-sidebar-right .dialog-content .dialog-body > .tablist-content .form-step-buttons {
  margin-top: auto;
}

html.menu-overflow,
html.menu-overflow > body {
  overflow: hidden;
}

body {
  background: #ffffff;
  height: 100%;
}

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

body .plugins {
  width: 100%;
}

body .plugins .plugin-logo {
  flex: 0 0 auto;
  max-width: 120px;
}

body .plugins .plugin-logo img {
  width: 100%;
}

body .plugins .plugin-details {
  flex: 1;
  padding: 0 15px 0 15px;
}

body .plugins .plugin-details a {
  text-decoration: none;
}

body .plugins .plugin-details p {
  font-size: 0.875em;
}

body .plugins .plugin-details .btn {
  margin-bottom: 5px;
}

body .chart-placeholder {
  position: relative;
  padding: 30px;
}

body .chart-placeholder i {
  font-size: 200px;
  line-height: 200px;
}

.transition body .chart-placeholder i {
  transition: font-size 0.3s ease-in-out;
}

body .chart-placeholder-text {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  border: 2px dashed rgba(0, 25, 66, 0.1);
  font-weight: 600;
}

.transition body .chart-placeholder-text {
  transition: all 0.3s ease-in-out;
}

body .chart-placeholder:hover i {
  font-size: 180px;
}

body .chart-placeholder:hover .chart-placeholder-text {
  background: rgba(255, 255, 255, 0.75);
  border-color: #001942;
  font-size: 1.1em;
}

body .border-left-draft {
  border-left-color: #a6a6a6;
  border-left-width: 2px;
}

body .border-left-warning {
  border-left-color: #fabf0f;
  border-left-width: 2px;
}

body .border-left-info {
  border-left-color: #17a2b8;
  border-left-width: 2px;
}

body .border-left-success {
  border-left-color: #4bb543;
  border-left-width: 2px;
}

body .border-left-warning {
  border-left-color: #dc3545;
  border-left-width: 2px;
}

body .border-left-primary {
  border-left-color: #001942;
  border-left-width: 2px;
}

body .border-left-secondary {
  border-left-color: #fa490f;
  border-left-width: 2px;
}

@media (max-width: 992px) {
  body .content {
    padding: 60px 15px;
  }

  body .plugin-logo,
  body .plugin-details {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
}

.header {
  background: #ffffff;
  box-shadow: 0 6px 4px -5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 0px;
  flex: 0 0 auto;
  position: relative;
  z-index: 1091;
}

.header .dropdown.language {
  text-transform: uppercase;
}

.header .dropdown.language .dropdown-list {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

.header .dropdown.language .dropdown-list a:not(.btn) {
  display: flex;
}

.header .dropdown.language .dropdown-list ul {
  margin: 0px;
  list-style: none;
  flex: 0 0 auto;
  width: auto;
  max-width: unset;
}

.header .dropdown.language .dropdown-list ul li label {
  flex-wrap: nowrap;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  user-select: none;
  cursor: pointer;
}

.header .dropdown.language .dropdown-list ul.countries li:hover label {
  color: #001942;
}

.header .dropdown.language .dropdown-list ul.countries li.active {
  background: #e4e7eb;
}

.header .dropdown.language .dropdown-list ul.countries ~ .languages {
  border-left: 1px solid #e4e7eb;
  display: none;
  flex-direction: column;
  flex-wrap: nowrap;
}

.header .dropdown.language .dropdown-list ul.countries ~ .languages.active {
  display: flex;
}

.header .dropdown.language .dropdown-list:has(.active[languages-country]) {
  min-width: max(200px, 100%);
}

.header .flag {
  display: inline-block;
  height: 14px;
  width: 34px;
  object-fit: contain;
}

.header .dropdown.website small {
  display: block;
  color: #6c7280 !important;
  margin-top: 3px;
}

.header .theme-logo {
  height: 50px;
  width: auto;
  max-width: 100%;
  position: relative;
}

.header .theme-logo .theme-logo-image {
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-position-x: 15px;
}

.header .header-content {
  padding: 0px 45px 0px 25px;
}

.header .dropdown.user .account-user {
  text-decoration: none;
  padding: 10px 0px;
  border: none;
}

.header .dropdown.user .account-user-name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  background: #001942;
  color: #ffffff;
  height: 36px;
  width: 36px;
  border-radius: 50%;
}

.header .dropdown.user .dropdown-list {
  margin-left: 0px;
  list-style-type: none;
}

.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: 992px) {
  .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 .breadcrumb {
  margin-bottom: 30px;
}

.navigation .breadcrumb .breadcrumb-item a {
  color: #6c7280;
  font-size: 0.875rem;
  text-decoration: none;
}

.navigation .breadcrumb .breadcrumb-item a[href]:hover {
  color: #fa490f;
}

.navigation .breadcrumb .breadcrumb-item a:not([href]) {
  cursor: initial;
}

.navigation .breadcrumb .breadcrumb-item:after {
  color: #d2d6db;
  font-size: 0.75rem;
  margin: 0 10px;
}

.navigation .breadcrumb .breadcrumb-item.active a {
  color: #001942;
  font-weight: bold;
}

.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-list {
  top: 60%;
}

@media (max-width: 992px) {
  .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;
  }
}

.sidebar {
  background: #f3f4f8;
  padding: 60px 15px;
}

.sidebar .menu-heading {
  text-transform: uppercase;
  margin: 30px 0 8px;
  padding: 0 15px;
  color: #6c7280;
}

.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 .debug-info span {
  font-size: 0.75rem;
  color: #6c7280;
}

@media (max-width: 992px) {
  .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;
  }
}

.media-library {
  /* choose mode is depr */
}

.media-library-main-search {
  position: relative;
  z-index: 2;
}

.media-library-main-search > i {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  color: #001942;
}

.media-library-main-search input[type=search] {
  background: #f3f4f8;
  color: #001942;
  padding-left: 42px;
  font-size: 0.875rem;
}

.media-library-main-search input[type=search]::-webkit-input-placeholder {
  color: #001942;
}

.media-library-main-search input[type=search]:-ms-input-placeholder {
  color: #001942;
}

.media-library-main-search input[type=search]::placeholder {
  color: #001942;
}

.media-library-main-search .order {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  background: #ffffff;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #e4e7eb;
  z-index: 1;
}

.media-library-main-navbar-breadcrumbs {
  font-size: 0.875em;
  color: #6c7280;
}

.media-library-main-navbar-breadcrumbs a:not(.btn),
.media-library-main-navbar-breadcrumbs i {
  color: inherit;
}

.media-library-main-navbar-breadcrumbs a:not(.btn):hover {
  color: #fa490f;
}

.media-library-main-content {
  position: relative;
}

.media-library-main-content-files {
  position: relative;
}

.media-library-main-content-files > .title {
  position: absolute;
  top: 0;
  background: #ffffff;
  transform: translateY(-50%);
  padding-right: 15px;
}

.media-library-main-content-files > .title h5 {
  font-size: 0.875em;
  font-weight: 500;
  color: #a6a6a6;
}

.media-library-main-content .folders-actions-bar,
.media-library-main-content .files-actions-bar,
.media-library-main-content .recents-actions-bar {
  position: sticky;
  top: 0px;
  z-index: 1;
}

.media-library-main-content .folders-actions-bar:after,
.media-library-main-content .files-actions-bar:after,
.media-library-main-content .recents-actions-bar:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0px;
  background: #e4e7eb;
  z-index: 0;
}

.media-library-main-content .folders-actions-bar-content,
.media-library-main-content .files-actions-bar-content,
.media-library-main-content .recents-actions-bar-content {
  position: relative;
  z-index: 1;
}

.media-library-main-content .folders-actions-bar-content .actions .action,
.media-library-main-content .files-actions-bar-content .actions .action,
.media-library-main-content .recents-actions-bar-content .actions .action {
  font-size: 0.875rem;
  margin-right: 15px;
}

.media-library-main-content .folders-actions-bar-content .actions .action[data-name=remove],
.media-library-main-content .files-actions-bar-content .actions .action[data-name=remove],
.media-library-main-content .recents-actions-bar-content .actions .action[data-name=remove] {
  color: #dc3545;
}

.media-library-main-content .items {
  margin: -15px;
}

.media-library-main-content .items .media-library-folder,
.media-library-main-content .items .media-library-file {
  padding: 15px;
}

.media-library-main-content .items .media-library-folder-content,
.media-library-main-content .items .media-library-file-content {
  display: flex;
  align-items: center;
  background: #f3f4f8;
  border: 2px solid #f3f4f8;
  color: #000000;
  padding: 15px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.95em;
  width: 100%;
  min-height: 100px;
  word-break: break-word;
  line-height: 1.1;
  position: relative;
  cursor: pointer;
}

.transition .media-library-main-content .items .media-library-folder-content,
.transition .media-library-main-content .items .media-library-file-content {
  transition: all 0.1s ease-in-out;
}

.media-library-main-content .items .media-library-folder-content .media-count,
.media-library-main-content .items .media-library-file-content .media-count {
  margin-left: auto;
  color: #a6a6a6;
  word-break: normal;
  padding-left: 5px;
}

.media-library-main-content .items .media-library-folder-content i.fa-folder,
.media-library-main-content .items .media-library-file-content i.fa-folder {
  flex: 0 0 auto;
  font-size: 1.75em;
  height: 60px;
  width: 60px;
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.media-library-main-content .items .media-library-folder-content-preview,
.media-library-main-content .items .media-library-file-content-preview {
  border-radius: 8px;
  height: 70px;
  width: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-library-main-content .items .media-library-folder-content-preview img,
.media-library-main-content .items .media-library-file-content-preview img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
}

.media-library-main-content .items .media-library-folder-content-preview .preview-placeholder,
.media-library-main-content .items .media-library-file-content-preview .preview-placeholder {
  height: 100%;
  text-transform: uppercase;
}

.media-library-main-content .items .media-library-folder-content-name .file-name,
.media-library-main-content .items .media-library-file-content-name .file-name {
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.media-library-main-content .items .media-library-folder-content-name .file-mime,
.media-library-main-content .items .media-library-file-content-name .file-mime {
  font-size: 0.875em;
  margin-top: 2px;
}

.media-library-main-content .items .media-library-folder-content i[data-identifier=edit],
.media-library-main-content .items .media-library-file-content i[data-identifier=edit] {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate(25%, -25%);
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #ffffff;
  color: #001942;
  border: 1px solid #001942;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}

.transition .media-library-main-content .items .media-library-folder-content i[data-identifier=edit],
.transition .media-library-main-content .items .media-library-file-content i[data-identifier=edit] {
  transition: background-color 0.2s ease, color 0.2s ease, visibility 0.2s ease, opacity 0.2s ease;
}

.media-library-main-content .items .media-library-folder-content i[data-identifier=edit]:hover,
.media-library-main-content .items .media-library-file-content i[data-identifier=edit]:hover {
  background: #001942;
  color: #ffffff;
}

.media-library-main-content .items .media-library-folder-content:hover i[data-identifier=edit],
.media-library-main-content .items .media-library-file-content:hover i[data-identifier=edit] {
  opacity: 1;
  visibility: visible;
}

.media-library-main-content .items .media-library-folder.selected .media-library-folder-content,
.media-library-main-content .items .media-library-folder.selected .media-library-file-content,
.media-library-main-content .items .media-library-file.selected .media-library-folder-content,
.media-library-main-content .items .media-library-file.selected .media-library-file-content {
  background: rgba(250, 73, 15, 0.1);
  border-color: #001942;
  color: #001942;
}

.media-library-main-content .items .media-library-folder.selected .media-library-folder-content .media-count,
.media-library-main-content .items .media-library-folder.selected .media-library-file-content .media-count,
.media-library-main-content .items .media-library-file.selected .media-library-folder-content .media-count,
.media-library-main-content .items .media-library-file.selected .media-library-file-content .media-count {
  color: #001942;
}

.media-library-main-content .items .media-library-folder.selected .media-library-folder-content-preview .preview-placeholder,
.media-library-main-content .items .media-library-folder.selected .media-library-folder-content i.fa-folder,
.media-library-main-content .items .media-library-folder.selected .media-library-file-content-preview .preview-placeholder,
.media-library-main-content .items .media-library-folder.selected .media-library-file-content i.fa-folder,
.media-library-main-content .items .media-library-file.selected .media-library-folder-content-preview .preview-placeholder,
.media-library-main-content .items .media-library-file.selected .media-library-folder-content i.fa-folder,
.media-library-main-content .items .media-library-file.selected .media-library-file-content-preview .preview-placeholder,
.media-library-main-content .items .media-library-file.selected .media-library-file-content i.fa-folder {
  background: #001942;
}

.media-library-main-content .items .media-library-folder.selected .media-library-folder-content i[data-identifier=edit],
.media-library-main-content .items .media-library-folder.selected .media-library-file-content i[data-identifier=edit],
.media-library-main-content .items .media-library-file.selected .media-library-folder-content i[data-identifier=edit],
.media-library-main-content .items .media-library-file.selected .media-library-file-content i[data-identifier=edit] {
  opacity: 1;
  visibility: visible;
}

.media-library-main-content .items .media-library-file-content {
  flex-direction: column;
  flex-wrap: nowrap;
}

.media-library-main-content .items .media-library-file-content-preview {
  height: 100px;
  width: 100px;
}

.media-library-main-content .items .media-library-file-content-preview .preview-placeholder {
  font-size: 40px;
}

.media-library-main-content .items .media-library-folder-content i.fa-folder {
  background: rgb(248, 215, 117);
}

.media-library-main-content .media-library-loader {
  display: none;
}

.media-library-main-content.is-loading .media-library-loader {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1050;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease;
}

.media-library-main-content.is-loading .media-library-loader-dimmer {
  position: sticky;
  top: 50%;
}

.media-library-main-content.is-loading .media-library-loader-dimmer:before {
  content: "";
  border: 6px solid #001942;
  border-top: 6px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0px auto;
  display: block;
}

.media-library-main-content.is-loading .media-library-loader-dimmer .loader-text {
  text-align: center;
  position: relative;
  font-weight: bold;
  margin-top: 15px;
}

.media-library[data-mode=choose] .media-library-main-content .items .media-library-file.selected .media-library-file-content-name .file-edit {
  display: block !important;
}

.media-library[data-mode=choose] .media-library-main-content .items .media-library-file.selected .media-library-file-content-name .file-name {
  -webkit-line-clamp: 2;
}

.media-library[data-mode=choose] .media-library-main-content .items .media-library-file-content-name .file-edit {
  font-size: 0.875em;
}

.media-library-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
  z-index: 1092;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.media-library-sidebar-inside {
  width: 500px;
  padding: 60px 45px;
  min-height: 100%;
  padding: 30px;
}

.dialog .media-library-main-footer {
  position: sticky;
  bottom: -30px;
  width: 100%;
  left: 0px;
  background: #ffffff;
  z-index: 2;
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.dialog-title .crop-size {
  font-size: 0.75em;
  color: #a6a6a6;
  font-weight: 600;
}

.media-library-cropper-alerts .alert {
  padding: 15px;
  font-size: 0.875em;
}

.media-library-cropper-footer .alert {
  font-size: 0.75em;
  padding: 15px;
  margin-bottom: 30px;
}

.media-library-cropper-sidebar {
  width: 75px;
}

.media-library-cropper-sidebar .settings .btn {
  height: 75px;
  margin-bottom: 1px;
  transform: unset !important;
}

.media-library-cropper [data-cropper] {
  flex: 0 0 auto;
  width: calc(100% - 75px);
  position: relative;
}

[data-util=mediacrops] {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -15px -15px;
}

[data-util=mediacrops] .mediacrops-add,
[data-util=mediacrops] .mediacrops-thumbnail {
  padding: 0 15px;
  margin-bottom: 15px;
}

[data-util=mediacrops] .mediacrops-add-container {
  cursor: pointer;
}

[data-util=mediacrops] .mediacrops-add-container i {
  display: flex;
  border: 1px dashed #a6a6a6;
  height: 100px;
  width: 100px;
  color: #a6a6a6;
}

.transition [data-util=mediacrops] .mediacrops-add-container {
  transition: color 0.15s ease-in-out, border 0.15s ease-in-out;
}

.transition [data-util=mediacrops] .mediacrops-add-container i {
  transition: color 0.15s ease-in-out, border 0.15s ease-in-out;
}

[data-util=mediacrops] .mediacrops-add-container:hover,
[data-util=mediacrops] .mediacrops-add-container:hover i {
  color: #001942;
  border-color: #001942;
}

[data-util=mediacrops] .mediacrops-add-image {
  margin: 10px 0px 10px 15px;
}

[data-util=mediacrops] .mediacrops-thumbnail {
  height: auto;
  border: none;
}

[data-util=mediacrops] .mediacrops-thumbnail-container {
  padding-right: 65px;
}

[data-util=mediacrops] .mediacrops-thumbnail-image {
  position: relative;
  height: 180px;
  overflow: hidden;
  margin: 10px 0px 10px 15px;
}

[data-util=mediacrops] .mediacrops-thumbnail-image > img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

[data-util=mediacrops] .mediacrops-thumbnail-image-crop {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 25, 66, 0.5);
  font-size: 40px;
  border: none;
  transform: none;
}

.transition [data-util=mediacrops] .mediacrops-thumbnail-image-crop {
  transition: opacity 0.15s ease-in-out;
}

[data-util=mediacrops] .mediacrops-thumbnail-image-crop:hover {
  opacity: 1;
}

[data-util=mediacrops] .mediacrops-thumbnail-data {
  width: calc(100% - 115px);
  word-break: break-all;
}

[data-util=mediacrops] .mediacrops-thumbnail-data span {
  font-size: 0.875rem;
}

[data-util=mediacrops] .mediacrops-thumbnail-actions {
  padding: 10px 0px;
  top: 0px;
  right: 0px;
  height: 100%;
  background: #001942;
  border-radius: 8px 5px 5px 8px;
  width: 0px;
  overflow: hidden;
}

.transition [data-util=mediacrops] .mediacrops-thumbnail-actions {
  transition: all 0.3s ease;
}

[data-util=mediacrops] .mediacrops-thumbnail-actions .btn-primary {
  font-size: 18px;
}

[data-util=mediacrops] .mediacrops-thumbnail-actions .btn-primary:hover {
  color: #001942;
  background: white;
  transform: unset;
}

@media (max-width: 992px) {
  [data-util=mediacrops] .mediacrops-thumbnail-actions {
    width: 65px;
    padding: 10px 15px;
    border-radius: 0px 5px 5px 0px;
  }
}

[data-util=mediacrops] .mediacrops-thumbnail:hover .mediacrops-thumbnail-actions {
  padding: 10px 15px;
  width: 65px;
}

[data-util=mediacrops][data-layout=tiles] {
  margin: 0 -15px -30px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-add {
  margin-bottom: 30px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-add-container {
  border: none !important;
  border-radius: unset !important;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-add-container .mediacrops-add-image {
  margin: 0px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-add-container .mediacrops-add-image i {
  width: 150px;
  height: 150px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-add-container .mediacrops-add-title {
  display: none !important;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail {
  margin-bottom: 30px;
  flex: 0 0 auto !important;
  width: auto !important;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail-container {
  border: none !important;
  border-radius: unset !important;
  padding-right: 0px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail-container .mediacrops-thumbnail-image {
  width: 150px !important;
  height: 150px !important;
  margin: 0px;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail-container .mediacrops-thumbnail-image img {
  border-radius: 8px 0px 0px 8px !important;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail-container .mediacrops-thumbnail-data {
  display: none !important;
}

[data-util=mediacrops][data-layout=tiles] .mediacrops-thumbnail-container .mediacrops-thumbnail-actions {
  position: relative !important;
  border-radius: 0px 8px 8px 0px;
  padding: 0px 5px;
  width: 46px;
  overflow: unset;
  height: auto;
}

[data-util=mediafiles] {
  width: 100%;
  display: flex;
  flex-direction: column;
}

[data-util=mediafiles] .mediacrops-add,
[data-util=mediafiles] .mediacrops-thumbnail {
  flex: 0 0 auto;
  width: 180px;
  padding: 0 15px;
  margin-bottom: 30px;
}

[data-util=mediafiles] .mediafiles-add {
  order: 1;
  border: 2px dashed #a6a6a6;
  color: #a6a6a6;
  width: 100%;
  transition: all 0.3s ease;
}

[data-util=mediafiles] .mediafiles-add:hover {
  border-color: #001942;
  color: #001942;
}

[data-util=mediafiles] .mediafiles-file {
  border-top: 1px dashed #a6a6a6;
  width: 100%;
}

[data-util=mediafiles] .mediafiles-file:nth-child(2) {
  padding-top: 0px !important;
  border-top: none !important;
}

[data-util=mediafiles] .mediafiles-file-thumbnail .preview-placeholder {
  width: 40px;
  height: 40px;
  position: relative;
}

[data-util=mediafiles] .mediafiles-file-thumbnail img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

[data-util=mediafiles] .mediafiles-file-size {
  min-width: 80px;
}

[data-util=mediafiles] .mediafiles-file-name-mime,
[data-util=mediafiles] .mediafiles-file-name-title {
  line-height: 1.3;
}

[data-util=mediafiles] .mediafiles-file-name-mime,
[data-util=mediafiles] .mediafiles-file-size,
[data-util=mediafiles] .mediafiles-file-remove {
  font-size: 0.875rem;
}

.google-preview .form-group {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.google-preview-text {
  width: 100%;
  flex: 1;
  font-family: "arial", "sans-serif";
  max-width: 600px;
}

.google-preview-text [data-identifier=preview-seo-title] {
  line-height: 1.3;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 20px;
  color: #1a0dab;
  cursor: pointer;
}

.google-preview-text [data-identifier=preview-seo-title]:hover {
  text-decoration: underline;
}

.google-preview-text [data-identifier=preview-seo-description] {
  font-size: 14px;
  line-height: 22px;
  color: #4d5156;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.google-preview-text [data-identifier=preview-seo-description] b,
.google-preview-text [data-identifier=preview-seo-description] strong,
.google-preview-text [data-identifier=preview-seo-description] em {
  color: #5f6368;
  font-weight: bold;
}

.preview-placeholder:after {
  content: "\f15b";
  font-family: "Font Awesome 5 Pro";
}

.preview-placeholder[data-mime=xlsx]:after,
.preview-placeholder[data-mime=xlsb]:after,
.preview-placeholder[data-mime=xls]:after,
.preview-placeholder[data-mime=xlsm]:after {
  content: "\f1c3";
}

.preview-placeholder[data-mime=csv]:after,
.preview-placeholder[data-mime=csv1]:after {
  content: "\f6dd";
}

.preview-placeholder[data-mime=doc]:after,
.preview-placeholder[data-mime=docx]:after,
.preview-placeholder[data-mime=docm]:after,
.preview-placeholder[data-mime=dotx]:after,
.preview-placeholder[data-mime=dotm]:after {
  content: "\f1c2";
}

.preview-placeholder[data-mime=ppt]:after,
.preview-placeholder[data-mime=potm]:after,
.preview-placeholder[data-mime=potx]:after,
.preview-placeholder[data-mime=ppam]:after,
.preview-placeholder[data-mime=pps]:after,
.preview-placeholder[data-mime=ppsx]:after,
.preview-placeholder[data-mime=ppsm]:after,
.preview-placeholder[data-mime=pptx]:after,
.preview-placeholder[data-mime=pptm]:after {
  content: "\f1c4";
}

.preview-placeholder[data-mime=pdf]:after {
  content: "\f1c1";
}

.preview-placeholder[data-mime=webm]:after,
.preview-placeholder[data-mime=mkv]:after,
.preview-placeholder[data-mime=flv]:after,
.preview-placeholder[data-mime=vob]:after,
.preview-placeholder[data-mime=ogv]:after,
.preview-placeholder[data-mime=ogg]:after,
.preview-placeholder[data-mime=drc]:after,
.preview-placeholder[data-mime=gif]:after,
.preview-placeholder[data-mime=gifv]:after,
.preview-placeholder[data-mime=mng]:after,
.preview-placeholder[data-mime=avi]:after,
.preview-placeholder[data-mime=mts]:after,
.preview-placeholder[data-mime=m2ts]:after,
.preview-placeholder[data-mime=ts]:after,
.preview-placeholder[data-mime=mov]:after,
.preview-placeholder[data-mime=qt]:after,
.preview-placeholder[data-mime=wmv]:after,
.preview-placeholder[data-mime=yuv]:after,
.preview-placeholder[data-mime=rm]:after,
.preview-placeholder[data-mime=rmvb]:after,
.preview-placeholder[data-mime=viv]:after,
.preview-placeholder[data-mime=asf]:after,
.preview-placeholder[data-mime=amv]:after,
.preview-placeholder[data-mime=mp4]:after,
.preview-placeholder[data-mime=m4p]:after,
.preview-placeholder[data-mime=m4v]:after,
.preview-placeholder[data-mime=mpg]:after,
.preview-placeholder[data-mime=mp2]:after,
.preview-placeholder[data-mime=mpeg]:after,
.preview-placeholder[data-mime=m2v]:after,
.preview-placeholder[data-mime=m4v]:after,
.preview-placeholder[data-mime=svi]:after,
.preview-placeholder[data-mime="3gp"]:after,
.preview-placeholder[data-mime="3g2"]:after,
.preview-placeholder[data-mime=msf]:after,
.preview-placeholder[data-mime=roq]:after,
.preview-placeholder[data-mime=nsv]:after,
.preview-placeholder[data-mime=flv]:after,
.preview-placeholder[data-mime=f4v]:after,
.preview-placeholder[data-mime=f4p]:after,
.preview-placeholder[data-mime=f4a]:after,
.preview-placeholder[data-mime=f4b]:after {
  content: "\f1c8";
}

.preview-placeholder[data-mime=txt]:after {
  content: "\f15c";
}

.preview-placeholder[data-mime=mp3]:after,
.preview-placeholder[data-mime=m4a]:after,
.preview-placeholder[data-mime=wav]:after,
.preview-placeholder[data-mime=wv]:after {
  content: "\f8b6";
}

.preview-placeholder[data-mime=zip]:after,
.preview-placeholder[data-mime=zipx]:after,
.preview-placeholder[data-mime=rar]:after,
.preview-placeholder[data-mime="7z"]:after,
.preview-placeholder[data-mime=iso]:after {
  content: "\f1c6";
}

.preview-placeholder[data-mime=html]:after {
  content: "\f1c9";
}

.preview-placeholder[data-mime=js]:after,
.preview-placeholder[data-mime=json]:after {
  content: "\f3b9";
}

.preview-placeholder[data-mime=css]:after,
.preview-placeholder[data-mime=scss]:after,
.preview-placeholder[data-mime=sass]:after {
  content: "\f38b";
}

.plugin-logo {
  width: 120px;
}

.form-builder-canvas {
  min-height: calc(100vh - 370px);
}

.form-builder-canvas-heading {
  flex: 0 0 auto;
}

.form-builder-canvas-body {
  background: #f3f4f8;
  flex: 1;
  border-radius: 0px 0px 8px 8px;
  min-height: calc(100vh - 425px) !important;
}

.form-builder-sidebar > .row {
  background: #f3f4f8;
}

html,
body,
.container-fluid,
.page-body,
.content {
  height: 100%;
}

body .content {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

body .content .background {
  height: 100%;
  padding: 0;
}

body .content .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .content .background .return_website {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

body .content .background .return_website a {
  padding: 20px 30px;
  color: #001942;
  text-decoration: none;
}

body .content .login {
  max-height: 100%;
  overflow-y: auto;
}

body .content .login > div:first-child {
  margin-top: auto;
}

body .content .login > div:last-child {
  margin-bottom: auto;
}

body .content .login .logo {
  display: block;
  position: relative;
  margin-bottom: 30px;
  max-width: 220px;
  width: 100%;
  padding: 0 15px;
}

body .content .login .logo a {
  display: block;
  width: 100%;
  height: 100px;
  background-size: contain !important;
  background-position: center !important;
}

body .content .login form {
  flex: 0 0 auto;
  width: 75%;
}

body .content .login form [data-type=button],
body .content .login form .btn {
  width: 100%;
}

body .content .login form [data-type=button].btn-small,
body .content .login form .btn.btn-small {
  display: block;
  margin-top: -15px;
  font-size: 0.875em;
  padding: 10px 30px;
  color: #001942;
  border: none;
  font-weight: bold;
}

body .content .login > .systems {
  width: 60%;
}

body .content .login > .systems .systems-header-search {
  display: none;
}

body .content .login > .systems .systems-header-search .system-search {
  padding-left: 40px;
}

body .content .login > .systems .systems-header-search .system-search::placeholder {
  color: #000000;
}

body .content .login > .systems .systems-header-search .system-search::-ms-input-placeholder {
  color: #000000;
}

body .content .login > .systems .systems-header-search i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  line-height: 1;
  width: 40px;
  height: 100%;
  pointer-events: none;
  display: flex;
  color: #001942;
}

body .content .login > .systems .systems-body .systems-options {
  border-bottom: 1px solid #e4e7eb;
  list-style-type: none;
  margin-left: 0px;
  max-height: 320px;
  overflow-y: auto;
  scrollbar-color: #001942 #f3f4f8;
  scrollbar-width: thin;
}

body .content .login > .systems .systems-body .systems-options::-webkit-scrollbar {
  width: 5px;
  border-radius: 200px;
  margin-left: 5px;
  padding-left: 5px;
}

body .content .login > .systems .systems-body .systems-options::-webkit-scrollbar-thumb {
  background: #001942;
  border-radius: 200px;
}

body .content .login > .systems .systems-body .systems-options::-webkit-scrollbar-track {
  background: #f3f4f8;
}

body .content .login > .systems .systems-body .systems-options .system {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #e4e7eb;
  text-decoration: none;
  background: #ffffff;
}

body .content .login > .systems .systems-body .systems-options .system:hover {
  background: #f3f4f8;
}

body .content .login > .systems .systems-body .systems-options li:last-child .system {
  border-bottom: none;
}

body .content .login .version {
  align-self: end;
  padding-right: 30px;
  font-size: 0.875em;
  color: #a6a6a6;
  margin-top: 30px;
}

@media (max-width: 992px) {
  body .content {
    height: auto;
    min-height: 100%;
  }

  body .content .login {
    min-height: 100%;
    height: auto;
  }

  body .content .login > .card.systems {
    width: 100%;
  }

  body .content .login > .card.systems .card-body {
    max-height: unset;
  }

  body .content .background {
    display: none;
  }
}

body .content .login .logo a {
  background: url("/assets/themes/default/images/default.logo.svg") no-repeat;
}