/*!
 *   Vennture
 *   Author: Justin Lam
 */
/* ------------------------------
Import separate stylesheets
-------------------------------*/
/* **** EXTRA WIDE CONTAINER **** */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;800&display=swap");
.container.wide {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container.wide {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container.wide {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container.wide {
    width: 100%;
    max-width: 90%;
  }
}

/* NO GUTTERS */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

/* ------------------------------
Icons
--------------------------------*/
/* ------------------------------
Typography
--------------------------------*/
/* ------------------------------
Inter font weights
--------------------------------- 
300 - Light
400 - Regular
500 - Semi Bold
700 - Bold
800 - Extra Bold
--------------------------------*/
html,
body {
  height: 100% !important;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  html,
  body {
    font-size: 15px;
  }
}

@media (min-width: 2000px) {
  html,
  body {
    font-size: 120%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #202124;
  margin-bottom: 20px;
}

dt,
dd,
ul,
ol,
p {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 300;
  color: #5f6368;
}

dt strong,
dd strong,
ul strong,
ol strong,
p strong {
  font-weight: 600;
}

a {
  color: #fe486e;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #ffae13;
}

.heading {
  font-size: 55px;
  font-size: 3.4375rem;
  letter-spacing: -1px;
  color: #202124;
}

.md-heading {
  font-size: 38px;
  font-size: 2.375rem;
  color: #202124;
}

.sm-heading {
  font-size: 30px;
  font-size: 1.875rem;
  color: #202124;
}

.xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
  color: #202124;
}

.xxs-heading {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #202124;
}

.sub-heading {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #202124;
}

.xlrg-number {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 800;
  color: #202124;
}

.lrg-number {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 800;
  color: #202124;
}

.md-number {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #202124;
}

@media (min-width: 768px) {
  .md-number {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media (min-width: 1200px) {
  .md-number {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.xs-text {
  font-size: 12px;
  font-size: 0.75rem;
}

.inline-link {
  text-decoration: none;
}

/* ------------------------------
Buttons
--------------------------------*/
.btn {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  border: 0;
  border-radius: 23rem;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  padding: 1rem 2rem;
  line-height: 1;
  overflow: hidden;
  background-color: #202124;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(32, 33, 36, 0.1)));
  background-image: linear-gradient(rgba(32, 33, 36, 0.1) 0 0);
  background-blend-mode: lighten;
}

.btn:hover, .btn:focus, .btn:active {
  background-color: white;
  background-blend-mode: color-burn;
  border: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 33, 36, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(32, 33, 36, 0.1);
}

.btn:hover span, .btn:focus span, .btn:active span {
  color: #202124;
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
  background-color: white;
  background-blend-mode: color-burn;
  border: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(32, 33, 36, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(32, 33, 36, 0.1);
}

.btn span {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.btn span i {
  margin-right: 5px;
}

.btn span:empty {
  display: none;
}

.btn span:empty i {
  margin-right: 0px;
}

.btn-sm {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 0;
  border-radius: 23px;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  padding: 0.5rem 1rem;
  line-height: 1;
  overflow: hidden;
  background-color: #202124;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(32, 33, 36, 0.1)));
  background-image: linear-gradient(rgba(32, 33, 36, 0.1) 0 0);
  background-blend-mode: lighten;
}

.btn-sm:hover {
  background-color: #202124;
  background-blend-mode: darken;
}

.btn-sm span {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.btn-sm span i {
  margin-right: 5px;
}

.btn-sm span:empty i {
  margin-right: 0px;
}

.btn-primary {
  background-color: #fe486e;
}

.btn-primary span {
  color: white;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #ffae13;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
}

.btn-primary:hover span, .btn-primary:focus span, .btn-primary:active span {
  color: white;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #ffae13;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: rgba(254, 72, 110, 0.5);
}

.btn-primary.disabled span, .btn-primary:disabled span {
  color: white;
}

.btn-secondary {
  background-color: #000037;
  color: white;
}

.btn-secondary span {
  color: white;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: rgba(0, 0, 55, 0.7);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 55, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 55, 0.1);
  color: white;
}

.btn-secondary:hover span, .btn-secondary:focus span, .btn-secondary:active span {
  color: white;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: rgba(0, 0, 55, 0.7);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 55, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(0, 0, 55, 0.1);
}

.btn-accent {
  background-color: #ffae13;
  color: white;
}

.btn-accent span {
  color: white;
}

.btn-accent:hover, .btn-accent:focus, .btn-accent:active {
  background-color: rgba(255, 174, 19, 0.7);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
  color: white;
}

.btn-accent:hover span, .btn-accent:focus span, .btn-accent:active span {
  color: white;
}

.btn-accent:not(:disabled):not(.disabled).active:focus, .btn-accent:not(:disabled):not(.disabled):active:focus {
  background-color: rgba(255, 174, 19, 0.7);
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
}

.btn-white {
  background-color: #ffffff;
  color: #fe486e;
}

.btn-white span {
  color: #fe486e;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  mix-blend-mode: normal;
  background-color: #fe486e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 72, 110, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(254, 72, 110, 0.1);
}

.btn-white:hover span, .btn-white:focus span, .btn-white:active span {
  color: white;
}

.btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus {
  background-color: #fe486e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 72, 110, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(254, 72, 110, 0.1);
}

.btn-white:not(:disabled):not(.disabled).active:focus span, .btn-white:not(:disabled):not(.disabled):active:focus span {
  color: white;
}

.btn-icon {
  color: white;
}

.btn-icon span {
  color: white;
}

.btn-icon i {
  color: #ffffff !important;
  margin-right: 5px;
}

.btn-primary-icon {
  width: 43px;
  height: 43px;
  background: #fe486e;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 100em;
  padding: 15px 11px;
  font-size: 13px;
  line-height: 1;
}

.btn-primary-icon span {
  color: #ffffff;
}

.btn-primary-icon.abs-right {
  position: absolute;
  right: 0;
  top: 0;
}

.btn-primary-icon:hover, .btn-primary-icon:focus, .btn-primary-icon:active {
  mix-blend-mode: normal;
  background-color: #ffae13;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
}

.btn-primary-icon:hover span, .btn-primary-icon:focus span, .btn-primary-icon:active span {
  color: white;
}

.btn-primary-icon:not(:disabled):not(.disabled).active:focus, .btn-primary-icon:not(:disabled):not(.disabled):active:focus {
  background-color: #ffae13;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
}

.btn-primary-icon:not(:disabled):not(.disabled).active:focus span, .btn-primary-icon:not(:disabled):not(.disabled):active:focus span {
  color: white;
}

.btn-ghost-light, .btn-light {
  border: 1px solid rgba(194, 194, 194, 0.4);
  background: #f9f9fa;
  color: #5f6368;
}

.btn-ghost-light span, .btn-light span {
  color: #5f6368;
}

.btn-ghost-light:hover, .btn-ghost-light:focus, .btn-ghost-light:active, .btn-light:hover, .btn-light:focus, .btn-light:active {
  mix-blend-mode: normal;
  background: #f9f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 72, 110, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(254, 72, 110, 0.1);
  border: 1px solid rgba(194, 194, 194, 0.8);
  outline: none;
}

.btn-ghost-light:not(:disabled):not(.disabled).active:focus, .btn-ghost-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
  border: 1px solid rgba(194, 194, 194, 0.8);
  background: #f9f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 72, 110, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(254, 72, 110, 0.1);
}

.btn-ghost-light-thick {
  border: 2px solid rgba(32, 33, 36, 0.4);
  background: rgba(249, 249, 250, 0);
  color: #202124;
}

.btn-ghost-light-thick span {
  color: #202124;
}

.btn-ghost-light-thick:hover, .btn-ghost-light-thick:focus, .btn-ghost-light-thick:active {
  mix-blend-mode: normal;
  background: #fe486e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 72, 110, 0);
          box-shadow: 0 0 0 0.2rem rgba(254, 72, 110, 0);
  border: 2px solid #fe486e;
  outline: none;
}

.btn-ghost-light-thick:hover span, .btn-ghost-light-thick:focus span, .btn-ghost-light-thick:active span {
  color: white;
}

.btn-ghost-light-thick:not(:disabled):not(.disabled).active:focus, .btn-ghost-light-thick:not(:disabled):not(.disabled):active:focus {
  border: 2px solid rgba(32, 33, 36, 0.4);
  background: rgba(249, 249, 250, 0);
  color: #202124;
}

.btn-ghost-light-thick:not(:disabled):not(.disabled).active:focus span, .btn-ghost-light-thick:not(:disabled):not(.disabled):active:focus span {
  color: #202124;
}

.btn-group > .dropdown-toggle {
  text-align: left;
}

.btn-group > .dropdown-toggle:after {
  float: right;
  top: 4px;
  position: relative;
}

.btn-group .dropdown-menu {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0rem rgba(32, 33, 36, 0.1);
          box-shadow: 0 0 30px 0rem rgba(32, 33, 36, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-group .dropdown-menu .dropdown-item {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: .55rem 0.8rem;
}

.btn-group .dropdown-menu .dropdown-item span {
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.btn-expand {
  width: 100%;
}

@media (min-width: 768px) {
  .btn-expand {
    width: auto;
  }
}

.btn-md-expand {
  width: 100%;
}

.sq-btn {
  background: rgba(0, 0, 55, 0.05);
  border: 0;
  padding: 3px 10px;
  border-radius: 3px;
  z-index: 9;
}

.sq-btn:after {
  display: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #ffae13;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(255, 174, 19, 0.1);
}

/* ------------------------------
Forms
--------------------------------*/
.form-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

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

.form-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-row .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-row .submit .btn {
  margin-left: 15px;
}

.form-row .form-row {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.form-field-info .xs-heading {
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}

.form-field-info .helper-text {
  font-size: 12px;
  padding-right: 40px;
}

.element {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.element.text.show-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.element.text.show-label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 180px;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .element.text.show-label label {
    min-width: 1px;
  }
}

.element.text label {
  display: none;
}

.element.text .field {
  border: 1px solid rgba(194, 194, 194, 0.4);
  padding: 5px 15px 5px 15px;
  border-radius: 100px;
  background: #f9f9fa;
}

.element.text .field.disabled {
  border: 1px solid rgba(194, 194, 194, 0.2);
  background: rgba(249, 249, 250, 0);
}

.element.text .field.disabled:hover {
  border: 1px solid rgba(194, 194, 194, 0.2);
  background: rgba(249, 249, 250, 0);
}

.element.text .field:hover {
  border: 1px solid rgba(194, 194, 194, 0.8);
}

.element.text .field input {
  border: 0;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.text .field input {
    font-size: 16px;
    line-height: 2;
  }
}

.element.text .field input:focus {
  outline: none;
}

.element.text .field input::-webkit-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.text .field input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.text .field input:-moz-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.text .field input:-moz-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.text .field input:-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.text .field input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.text .field input::-webkit-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.element.text .field input:-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.element.text .field input::-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.element.text .field input::placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.text .field input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.text .field input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.text .field input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.text .field input::placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.text .error, .element.text .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.text-select.show-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.element.text-select.show-label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 180px;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .element.text-select.show-label label {
    min-width: 1px;
  }
}

.element.text-select label {
  display: none;
}

.element.text-select .field {
  width: 100%;
  border: 1px solid rgba(194, 194, 194, 0.4);
  padding: 6px 5px 6px 15px;
  border-radius: 100px;
  background: #f9f9fa;
  position: relative;
  z-index: 1;
  min-height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.element.text-select .field:hover {
  border: 1px solid rgba(194, 194, 194, 0.8);
}

.element.text-select .field i {
  color: #000037;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 0;
}

@media (min-width: 768px) {
  .element.text-select .field i {
    top: 10px;
  }
}

.element.text-select select {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  border: none;
  width: auto;
  padding-left: 10px;
  padding-right: 20px;
  background: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  letter-spacing: -0.5px;
}

@media (min-width: 2000px) {
  .element.text-select select {
    font-size: 16px;
    line-height: 2;
  }
}

.element.text-select select:focus {
  outline: none;
}

.element.text-select select:required:invalid {
  color: rgba(95, 99, 104, 0.8);
  font-size: 11px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.5px;
}

@media (min-width: 2000px) {
  .element.text-select select:required:invalid {
    font-size: 14px;
    line-height: 2;
  }
}

.element.text-select option[value=""][disabled] {
  display: none;
}

.element.text-select option {
  color: #202124;
}

.element.text-select .field.disabled {
  border: 1px solid rgba(194, 194, 194, 0.2);
  background: rgba(249, 249, 250, 0);
}

.element.text-select .field.disabled:hover {
  border: 1px solid rgba(194, 194, 194, 0.2);
  background: rgba(249, 249, 250, 0);
}

.element.text-select .field input {
  border: 0;
  background: rgba(255, 255, 255, 0);
  width: 60%;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.text-select .field input {
    font-size: 16px;
    line-height: 2;
  }
}

.element.text-select .field input:focus {
  outline: none;
}

.element.text-select .field input::-webkit-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.text-select .field input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.text-select .field input:-moz-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.text-select .field input:-moz-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.text-select .field input:-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.text-select .field input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.text-select .field input::-webkit-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.element.text-select .field input:-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.element.text-select .field input::-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.element.text-select .field input::placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.text-select .field input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.text-select .field input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.text-select .field input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.text-select .field input::placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.text-select .error, .element.text-select .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.search label {
  display: none;
}

.element.search .field {
  border: 1px solid rgba(194, 194, 194, 0.4);
  padding: 5px 20px 5px 35px;
  border-radius: 100px;
  background: #f9f9fa;
  position: relative;
}

.element.search .field:hover {
  border: 1px solid rgba(194, 194, 194, 0.8);
}

.element.search .field:before {
  font-weight: 900;
  content: "\f002";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 13px;
  left: 13px;
}

@media (min-width: 768px) {
  .element.search .field:before {
    top: 11px;
  }
}

.element.search .field input {
  border: 0;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.search .field input {
    font-size: 16px;
    line-height: 2;
  }
}

.element.search .field input:focus {
  outline: none;
}

.element.search .field input::-webkit-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.search .field input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.search .field input:-moz-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.search .field input:-moz-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.search .field input:-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.search .field input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.search .field input::-webkit-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.element.search .field input:-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.element.search .field input::-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

.element.search .field input::placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 2000px) {
  .element.search .field input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.search .field input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.search .field input::-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.search .field input::placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.search .error, .element.search .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.multi-line-text label {
  display: none;
}

.element.multi-line-text .field {
  border: 1px solid rgba(194, 194, 194, 0.4);
  padding: 5px 15px 5px 15px;
  border-radius: 15px;
  background: #f9f9fa;
  position: relative;
}

.element.multi-line-text .field textarea {
  background: #f9f9fa;
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
  font-size: 14px;
}

@media (min-width: 2000px) {
  .element.multi-line-text .field textarea {
    font-size: 16px;
    line-height: 2;
  }
}

.element.multi-line-text .field textarea:focus {
  outline: none;
}

.element.multi-line-text .field:hover {
  border: 1px solid rgba(194, 194, 194, 0.8);
}

.element.multi-line-text .field textarea::-webkit-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

@media (min-width: 2000px) {
  .element.multi-line-text .field textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.multi-line-text .field textarea:-moz-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

@media (min-width: 2000px) {
  .element.multi-line-text .field textarea:-moz-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.multi-line-text .field textarea:-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

@media (min-width: 2000px) {
  .element.multi-line-text .field textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.multi-line-text .field textarea::-webkit-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.element.multi-line-text .field textarea:-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.element.multi-line-text .field textarea::-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.element.multi-line-text .field textarea::placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

@media (min-width: 2000px) {
  .element.multi-line-text .field textarea::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.multi-line-text .field textarea:-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.multi-line-text .field textarea::-ms-input-placeholder {
    font-size: 16px;
    line-height: 2;
  }
  .element.multi-line-text .field textarea::placeholder {
    font-size: 16px;
    line-height: 2;
  }
}

.element.multi-line-text .error, .element.multi-line-text .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.rte .error, .element.rte .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.select {
  position: relative;
}

.element.select.show-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.element.select.show-label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-width: 180px;
  font-size: 12px;
}

@media (min-width: 1024px) {
  .element.select.show-label label {
    min-width: 1px;
  }
}

.element.select label {
  display: none;
}

.element.select .field {
  width: 100%;
  border: 1px solid rgba(194, 194, 194, 0.4);
  padding: 6px 5px 6px 5px;
  border-radius: 100px;
  background: #f9f9fa;
  position: relative;
  z-index: 1;
}

.element.select .field:hover {
  border: 1px solid rgba(194, 194, 194, 0.8);
}

.element.select .field i {
  color: #000037;
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 0;
}

@media (min-width: 768px) {
  .element.select .field i {
    top: 10px;
  }
}

.element.select .field.disabled {
  border: 1px solid rgba(194, 194, 194, 0.1);
  background: rgba(249, 249, 250, 0);
}

.element.select .field.disabled:hover {
  border: 1px solid rgba(194, 194, 194, 0.1);
  background: rgba(249, 249, 250, 0);
}

.element.select .field.disabled i {
  display: none;
}

.element.select select {
  position: relative;
  z-index: 1;
  font-size: 14px;
  border: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  letter-spacing: -0.5px;
}

@media (min-width: 2000px) {
  .element.select select {
    font-size: 16px;
    line-height: 2;
  }
}

.element.select select:focus {
  outline: none;
}

.element.select select:required:invalid {
  color: rgba(95, 99, 104, 0.8);
  font-size: 14px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

@media (min-width: 2000px) {
  .element.select select:required:invalid {
    font-size: 16px;
    line-height: 2;
  }
}

.element.select option[value=""][disabled] {
  display: none;
}

.element.select option {
  color: #202124;
}

.element.select .error, .element.select .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.file {
  position: relative;
}

.element.file .field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.element.file .input-group-text {
  border-radius: 20px;
}

.element.file .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.element.file .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.element.file .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.element.file .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.element.file .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.element.file .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.element.file .input-group > .input-group-prepend > .btn,
.element.file .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.element.file .custom-file-label {
  border-radius: 20px;
  font-size: 14px;
}

@media (min-width: 2000px) {
  .element.file .custom-file-label {
    font-size: 16px;
    line-height: 1.5;
  }
}

.element.file .custom-file-label:after {
  background: #000037;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat", serif;
}

.element.file .input-group > .custom-file:not(:first-child) .custom-file-label,
.element.file .input-group > .custom-file:not(:last-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.element.file .error, .element.file .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.monaco {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 600px;
}

.element.monaco .toolkit {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: #202124;
  width: 40px;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  z-index: 2;
}

.element.monaco .toolkit .toggle {
  color: #ffffff;
  padding: 10px;
  height: 40px;
}

.element.monaco .toolkit .pre-code-helpers {
  width: 40px;
  background: #202124;
  height: calc(100% - 60px);
  padding: 10px 10px 50px 10px;
  overflow-y: scroll;
  overflow-x: hidden !important;
  position: absolute;
}

.element.monaco .toolkit .pre-code-helpers label {
  opacity: 0;
  width: 100%;
  color: #fe486e;
  font-size: 13px;
  margin: 10px 0;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.element.monaco .toolkit .pre-code-helpers a {
  margin-bottom: 5px;
  opacity: 0;
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 300ms opacity ease-in-out;
  transition: 300ms opacity ease-in-out;
}

.element.monaco .toolkit .pre-code-helpers a span {
  white-space: nowrap;
}

.element.monaco .toolkit:hover {
  width: 200px;
}

.element.monaco .toolkit:hover .pre-code-helpers {
  width: 100%;
}

.element.monaco .toolkit:hover .pre-code-helpers label {
  opacity: 1;
}

.element.monaco .toolkit:hover .pre-code-helpers a {
  opacity: 1;
  cursor: pointer;
}

.element.monaco .toolkit:hover .pre-code-helpers a:hover {
  color: #fe486e;
}

.element.monaco .toolkit:hover .pre-code-helpers a span {
  white-space: wrap;
}

.element.monaco .toolkit + .field {
  margin-left: 40px;
  width: calc(100% - 40px);
}

.element.monaco .field {
  width: 100%;
}

.element.multiselect label {
  display: none;
}

.element.multiselect .btn {
  padding: 10px 15px 10px 15px;
}

.element.multiselect .btn:hover, .element.multiselect .btn:focus, .element.multiselect .btn:active {
  mix-blend-mode: normal;
  background: #f9f9fa;
  -webkit-box-shadow: 0 0 0 0rem rgba(254, 72, 110, 0.1);
          box-shadow: 0 0 0 0rem rgba(254, 72, 110, 0.1);
  border: 1px solid rgba(194, 194, 194, 0.8);
  outline: none !important;
}

.element.multiselect .btn:not(:disabled):not(.disabled).active:focus, .element.multiselect .btn:not(:disabled):not(.disabled):active:focus {
  border: 1px solid rgba(194, 194, 194, 0.8);
  background: #f9f9fa;
  -webkit-box-shadow: 0 0 0 0rem rgba(254, 72, 110, 0.1);
          box-shadow: 0 0 0 0rem rgba(254, 72, 110, 0.1);
  outline: none !important;
}

.element.multiselect .show > .btn-light.dropdown-toggle {
  background: #f9f9fa;
}

.element.multiselect .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  color: #fe486e;
}

.element.multiselect .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
  font-weight: 500;
  color: #202124;
}

.element.submit {
  position: relative;
}

.element.submit label {
  display: none;
}

.element.precode pre {
  background: rgba(95, 99, 104, 0.05);
  color: #5f6368;
  font-size: 10px;
}

.element.ico-radio {
  margin-top: 15px !important;
  margin-bottom: 15px;
  cursor: pointer;
}

.element.ico-radio:hover label {
  border: 1px solid rgba(194, 194, 194, 0.8);
}

.element.ico-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(194, 194, 194, 0.4);
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.element.ico-radio label input {
  opacity: 0;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.element.ico-radio label input:checked + .icon .img {
  background: rgba(255, 255, 255, 0.1);
}

.element.ico-radio label input:checked + .icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000037;
  top: 0;
  left: 0;
  z-index: 0;
}

.element.ico-radio label input:checked + .icon .sub-heading {
  color: #ffffff;
}

.element.ico-radio label .img {
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 100em;
  padding: 10px;
  background: rgba(254, 72, 110, 0.1);
  position: relative;
  margin: 20px auto;
}

.element.ico-radio label .sub-heading {
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.element.checkbox {
  position: relative;
}

.element.checkbox .error, .element.checkbox .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.checkbox > * {
  -webkit-transform: translateZ(0px);
}

.element.checkbox label {
  font-size: 13px;
  color: #5f6368;
  font-weight: 500;
}

.element.checkbox label a {
  color: #fe486e;
}

.element.radio {
  position: relative;
}

.element.radio .error, .element.radio .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.radio > * {
  -webkit-transform: translateZ(0px);
}

.element.radio label {
  font-size: 13px;
  color: #5f6368;
  font-weight: 500;
}

.element.radio label a {
  color: #fe486e;
}

.element.toggle-switch [class*=icheck-] > label {
  padding-left: 50px !important;
}

.element.toggle-switch [class*=icheck-] > input:first-child + input[type=hidden] + label::before,
.element.toggle-switch [class*=icheck-] > input:first-child + label::before {
  border: 1px solid rgba(194, 194, 194, 0.4);
  border-radius: 23px;
  background: #f9f9fa;
  width: 50px;
  margin-left: -50px !important;
}

.element.toggle-switch [class*=icheck-] > input:first-child + input[type=hidden] + label::after,
.element.toggle-switch [class*=icheck-] > input:first-child + label::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 2px;
  background: rgba(32, 33, 36, 0.5);
  border-radius: 23px;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}

.element.toggle-switch .icheck-primary > input:first-child:checked + input[type=hidden] + label::after,
.element.toggle-switch .icheck-primary > input:first-child:checked + label::after {
  border: 0;
  -webkit-transform: none !important;
          transform: none !important;
  left: 30px;
  background: #fe486e;
}

.element.toggle-switch .error, .element.toggle-switch .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

/* ------------------------------
icheck Plugin - Overrides
--------------------------------*/
[class*=icheck-] > label.hidden {
  color: transparent;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before,
[class*=icheck-] > input:first-child + label::before {
  border: 1px solid rgba(194, 194, 194, 0.4);
  border-radius: 3px;
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before,
[class*=icheck-] > input:first-child + label::before {
  border: 1px solid rgba(194, 194, 194, 0.8);
  background-color: white;
}

.icheck-primary > input:first-child:checked + input[type=hidden] + label::before,
.icheck-primary > input:first-child:checked + label::before {
  background-color: #fe486e;
  border: 1px solid #fe486e;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type=hidden] + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before {
  border: 1px solid rgba(194, 194, 194, 0.8);
}

/* ------------------------------
icheck Plugin - Overrides
--------------------------------*/
/* ------------------------------
Summer Notes Plugin - Overrides
--------------------------------*/
.note-editor.note-frame {
  border: 1px solid rgba(194, 194, 194, 0.4);
  padding: 5px 10px 5px 10px;
  border-radius: 15px;
  background: #f9f9fa;
}

.note-editor.note-frame .note-toolbar.card-header {
  background: none;
}

.note-editor.note-frame .note-statusbar {
  background: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top: 1px solid rgba(194, 194, 194, 0.4);
}

.note-editor.note-frame .btn-group {
  margin-bottom: 0;
}

.note-editor.note-frame .btn,
.note-editor.note-frame .btn-sm,
.note-editor.note-frame .btn-light {
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  border-radius: 3px;
  margin-bottom: 0;
}

.note-editor.note-frame .btn span,
.note-editor.note-frame .btn-sm span,
.note-editor.note-frame .btn-light span {
  color: #ffffff;
}

.note-editor.note-frame .btn:hover, .note-editor.note-frame .btn:focus, .note-editor.note-frame .btn:active,
.note-editor.note-frame .btn-sm:hover,
.note-editor.note-frame .btn-sm:focus,
.note-editor.note-frame .btn-sm:active,
.note-editor.note-frame .btn-light:hover,
.note-editor.note-frame .btn-light:focus,
.note-editor.note-frame .btn-light:active {
  background: rgba(32, 33, 36, 0.1);
  color: #ffffff;
  border-width: 1px;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.note-editor.note-frame .btn:hover span, .note-editor.note-frame .btn:focus span, .note-editor.note-frame .btn:active span,
.note-editor.note-frame .btn-sm:hover span,
.note-editor.note-frame .btn-sm:focus span,
.note-editor.note-frame .btn-sm:active span,
.note-editor.note-frame .btn-light:hover span,
.note-editor.note-frame .btn-light:focus span,
.note-editor.note-frame .btn-light:active span {
  color: #ffffff;
}

.note-btn-group .dropdown-item {
  text-decoration: none;
}

.note-popover .popover-content .note-dropdown-menu.note-check a i,
.note-toolbar .note-dropdown-menu.note-check a i {
  display: none;
}

.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-frame .note-editing-area .note-codable {
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
  font-size: 14px;
  background: #f9f9fa;
  color: #202124;
}

.note-editor.note-frame .note-toolbar .note-style .dropdown-style h1,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style h2,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style h3,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style h4,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style h5,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style h6,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style ul,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style ol,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style p,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style blockquote,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style p {
    font-family: "Montserrat", serif;
    color: #202124;
    font-weight: 500;
    letter-spacing: -0.5px;
    font-size: 16px;
    padding: 5px 10px;
    margin: 0;
}

.note-editor.note-frame .note-toolbar .note-style .dropdown-style a:link,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style a:visited,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style a:hover,
.note-editor.note-frame .note-toolbar .note-style .dropdown-style a:active {
    text-decoration: none;
}

.note-editor .note-toolbar .note-dropdown-menu,
.note-popover .popover-content .note-dropdown-menu {
    transform: none !important;
    position: absolute !important;
    left: 0px !important;
    top: 32px !important;
}
/* ------------------------------
End 
--------------------------------*/
.icon-radio-list .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (min-width: 768px) {
  .icon-radio-list .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
    /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
    color: rgba(255, 0, 0, 0.7);
    font-size: 11px;
}

/* ------------------------------
HTML5 OPTIONS
--------------------------------*/
nav, header, section, main, aside, footer {
  display: block;
}

/* ------------------------------
OVERFLOW OPTIONS
--------------------------------*/
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

/* ------------------------------
CONTENT OVERFLOW CONTROL
--------------------------------*/
.content-wrapper {
  position: relative;
  overflow: hidden;
}

/* ------------------------------
HIDE SCROLLBAR
--------------------------------*/
.hide-scroll {
  overflow: hidden;
}

/* ------------------------------
CLASS TO FIX BOOTSTRAP MODAL ISO
--------------------------------*/
.clickable {
  cursor: pointer;
}

/* ------------------------------
RESPONSIVE PANEL PADDING
--------------------------------*/
.panel-padding {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 100px 0;
}

@media screen and (max-width: 1199px) {
  .panel-padding {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .panel-padding {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .panel-padding {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 40px 0;
  }
}

@media screen and (max-width: 640px) {
  .panel-padding {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 30px 0;
  }
}

/* ------------------------------
PADDING OPTIONS
--------------------------------*/
.no-top-padding {
  padding-top: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.padding-top-sm {
  margin-top: 20px !important;
}

.paddingn-top-md {
  margin-top: 40px !important;
}

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

.padding-bottom-sm {
  margin-bottom: 20px !important;
}

.padding-bottom-md {
  margin-bottom: 40px !important;
}

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

/* ------------------------------
MARGIN OPTIONS
--------------------------------*/
.no-top-margin {
  margin-top: 0 !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

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

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

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

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

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

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

/* ------------------------------
ALIGN OPTIONS
--------------------------------*/
.align-left {
  text-align: left;
}

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

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

/* ------------------------------
TEXT TRANSFORM OPTIONS
--------------------------------*/
.text-transform-uppercase {
  text-transform: uppercase;
}

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

.text-transform-normal {
  text-transform: none;
}

/* ------------------------------
TEXT DECORATION OPTIONS
--------------------------------*/
.td-underline {
  text-decoration: underline;
}

.td-none {
  text-decoration: none;
}

/* ------------------------------
FONT WEIGHT OPTIONS
--------------------------------*/
.fw-bold {
  font-weight: bold !important;
}

.fw-normal {
  font-weight: normal !important;
}

/* ------------------------------
BACKGROUND IMAGE OPTIONS
--------------------------------*/
.full-bg {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* ------------------------------
BACKGROUND POSITIONS OPTIONS
--------------------------------*/
.background-fixed {
  background-attachment: fixed !important;
  -webkit-backface-visibility: hidden !important;
}

/* ------------------------------
PSEUDO OVERLAY EFFECT
--------------------------------*/
.overlay {
  position: relative;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 0;
}

/* ------------------------------
RESPONSIVE IFRAME
--------------------------------*/
.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
ZOOM ON HOVER EFFECT
--------------------------------*/
.zoom {
  -webkit-transition: all 12s ease-out;
  transition: all 12s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.zoom:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1.1, M12=-0, M21=0, M22=1.1);
}

/* ------------------------------
CURSOR EFFECT
--------------------------------*/
/* ------------------------------
CURSOR EFFECT
--------------------------------*/
/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* ------------------------------
Top
--------------------------------*/
/* ------------------------------
Headers
--------------------------------*/
/* ------------------------------
Primary nav
--------------------------------*/
/* ------------------------------
Secondary nav
--------------------------------*/
/* ------------------------------
Modules
--------------------------------*/
/* ------------------------------
Modals
--------------------------------*/
@media (min-width: 1024px) {
  .modal-lg, .modal-xl {
    max-width: 900px;
  }
}

@media (min-width: 2000px) {
  .modal-lg, .modal-xl {
    max-width: 80%;
  }
}

.modal-content {
  padding: 0px;
  border-radius: 20px;
  border: 0;
  max-height: 90vh;
  overflow: scroll;
}

.modal-content .modal-header {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  background: #ffffff;
}

.modal-content .modal-header .xs-heading {
  font-weight: 400;
  word-break: break-all;
}

.modal-content .modal-header .xs-heading strong {
  font-weight: 600;
}

.modal-content .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}

.modal-content .modal-body .table-header {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid rgba(32, 33, 36, 0.1);
}

.modal-content .modal-body .element.precode pre {
  background: white;
  color: #5f6368;
  font-size: 10px;
}

.modal-content .modal-footer {
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 3;
  background: #ffffff;
}

/* ------------------------------
Footer
--------------------------------*/
/* ------------------------------
Signoff
--------------------------------*/
/* ------------------------------
Rich Text Editor
--------------------------------*/
.rte p strong {
  font-weight: bold;
}

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

/* -----------------------------------------------
Main
-------------------------------------------------*/
/* -----------------------------------------------
Global
-------------------------------------------------*/
body,
html {
  background: #f4f4f6;
}

.main {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 768px) {
  .main {
    padding-top: 35px;
  }
}

.layout-navbar .main {
  padding-top: 70px;
}

@media (min-width: 768px) {
  .layout-navbar .main {
    padding-top: 70px;
  }
}

.loading-screen {
  opacity: 1;
  z-index: 9999;
  background: #fe486e;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
}

.loading-screen .animated {
  margin: 45vh auto;
}

body.loaded .loading-screen {
  opacity: 0;
  z-index: -9999;
  -webkit-transition: 800ms all ease 800ms;
  transition: 800ms all ease 800ms;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.animated {
  width: 50px;
  height: 50px;
  position: relative;
}

.animated span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: 800ms all ease-in-out;
  transition: 800ms all ease-in-out;
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.animated span:nth-of-type(1) {
  background-image: url("../../dist/img/loading-1.svg");
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.animated span:nth-of-type(2) {
  background-image: url("../../dist/img/loading-2.svg");
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  animation-direction: reverse;
}

.animated span:nth-of-type(3) {
  background-image: url("../../dist/img/loading-3.svg");
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.loading-overlay {
  position: absolute;
  z-index: 3;
  background: #f4f4f6;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
}

.loading-overlay .animated span:nth-of-type(1) {
  background-image: url("../../dist/img/loading-1-colour.svg");
}

.loading-overlay .animated span:nth-of-type(2) {
  background-image: url("../../dist/img/loading-2-colour.svg");
}

.loading-overlay .animated span:nth-of-type(3) {
  background-image: url("../../dist/img/loading-3-colour.svg");
}

.loading-overlay.loaded {
  -webkit-animation: fadeOut 1s forwards ease-in-out;
          animation: fadeOut 1s forwards ease-in-out;
}

@-webkit-keyframes fadeOut {
  0% {
    z-index: 3;
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    z-index: -9;
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    z-index: 3;
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    z-index: -9;
    opacity: 0;
  }
}

.sidenav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
}

.sidenav-header .back-to {
  margin-right: 28px;
  width: 30px;
  height: 30px;
  position: relative;
  top: 0px;
}

.sidenav-header .back-to i {
  font-size: 15px;
}

.brand-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.brand-link .mask {
  margin-left: 5px;
}

.brand-link img {
  height: 30px;
}

@media (min-width: 768px) {
  .brand-link img {
    height: 35px;
  }
}

@media (min-width: 2000px) {
  .brand-link img {
    height: 45px;
  }
}

.brand-link span {
  position: relative;
  top: 1px;
  left: 5px;
  background: #fe486e;
  border-radius: 8px;
  padding: 0 10px;
  color: white;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.back-to {
  background: #000037;
  width: 40px;
  height: 40px;
  text-align: center;
  display: none;
  border-radius: 100em;
  overflow: hidden;
  padding: 7px 7px 7px 5px;
  text-decoration: none;
}

.back-to:hover {
  background: #fe486e;
}

.back-to i {
  color: #ffffff;
  font-size: 25px;
  margin: 0 auto;
}

.block-component {
  position: relative;
  min-height: 100px;
  margin-bottom: 15px;
}

.block-component .sm-heading {
  position: relative;
  line-height: 1;
}

.sidebar-mini .wrapper {
  margin-left: 300px;
  -webkit-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
}

.wrapper {
  position: relative;
  z-index: 0;
  background: #f4f4f6;
}

.content-wrapper {
  padding: 30px;
}

.content-wrapper .container-fluid {
  max-width: 1400px;
}

@media (min-width: 2000px) {
  .content-wrapper .container-fluid {
    max-width: 100%;
  }
}

.card {
  border-radius: 8px;
  padding: 30px;
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
          box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  background: #ffffff;
}

.card .card-header {
  padding: 0;
  border-bottom: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
}

.card .card-header .btn,
.card .card-header .btn-group {
  margin-bottom: 5px;
}

.margin-top {
  margin-top: 40px;
}

.margin-bottom {
  margin-bottom: 40px;
}

/* ------------------------------
OS Scroll Bar
--------------------------------*/
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #fe486e;
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: #fe486e;
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: #fe486e;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #fe486e;
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: #fe486e;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: #fe486e;
}

/* ------------------------------
End OS Scroll Bar
--------------------------------*/
.avatar {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

.avatar[data-initials]:before {
  background: #000037;
  color: white;
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

/* ------------------------------
Badge Colours
--------------------------------*/
.badge {
  line-height: 1.5;
  font-size: 10px;
}

.badge-primary {
  background-color: #fe486e;
}

.badge-secondary {
  background-color: #000037;
}

/* ------------------------------
End Badge Colours
--------------------------------*/
/* ------------------------------
Top Bar
--------------------------------*/
.mobile-nav-toggle {
  top: 2px;
  position: relative;
  left: -15px;
}

@media (min-width: 991px) {
  .mobile-nav-toggle {
    display: none;
  }
}

.sidebar-collapse .top,
.sidebar-collapse.layout-navbar-fixed .top {
  width: calc(100% - 80px);
}

.sidebar-collapse .sidenav-header .back-to,
.sidebar-collapse.layout-navbar-fixed .sidenav-header .back-to {
  display: none;
}

.sidebar-collapse.layout-navbar .top {
  width: calc(100%);
}

.sidebar-collapse.layout-navbar .sidenav-header .back-to {
  display: none;
}

.sidebar-mini.sidebar-closed .top,
.sidebar-mini.sidebar-open .top {
  width: calc(100%);
}

.sidebar-mini.sidebar-closed .sidenav-header .back-to,
.sidebar-mini.sidebar-open .sidenav-header .back-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-mini .top {
  width: calc(100% - 300px);
}

.layout-navbar .top {
  padding: 20px 0;
  -webkit-transition: none .3s ease-in-out;
  transition: none .3s ease-in-out;
}

.layout-navbar .top.fixed {
  padding: 5px 0 5px 0;
}

.top {
  top: 0;
  padding-bottom: 3px;
  background: #f4f4f6;
  position: fixed;
  width: calc(100%);
  z-index: 99;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
}

.top.fixed {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03);
}

.top .dropdown-item {
  text-decoration: none;
}

.top .media .avatar {
  width: 50px;
  height: 50px;
}

.top .media .avatar[data-initials]:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.top .media .info {
  text-decoration: none;
  margin-left: 10px;
}

.top .media .info strong {
  display: block;
}

.top .navbar-nav .nav-item {
  margin-left: 5px;
}

.top .navbar-nav .nav-item .nav-link {
  text-decoration: none;
  color: #202124;
  font-weight: 600;
  border-radius: .25rem;
  padding: .5rem 1rem;
  font-size: 100%;
}

.top .navbar-nav .nav-item .nav-link.active {
  background: rgba(0, 0, 55, 0.1);
}

.top .navbar-nav .nav-item .nav-link:hover {
  background: rgba(0, 0, 55, 0.1);
}

.top .navbar-nav .nav-item .nav-link:hover p {
  color: #202124;
}

.top .navbar-nav .user-panel {
  margin-bottom: 0;
  margin-top: 0;
}

.top .navbar-nav .user-panel .img .avatar {
  width: 40px;
  height: 40px;
}

.top .navbar-nav .user-panel .img .avatar[data-initials]:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.top .navbar-nav .user-panel .info {
  display: none;
  margin-left: 10px;
  margin-top: 0;
}

.top .navbar-nav .user-panel .info strong {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 768px) {
  .top .navbar-nav .user-panel .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ------------------------------
End Top Bar
--------------------------------*/
/* ------------------------------
Main Side Bar
--------------------------------*/
.user-panel {
  margin: 0px 15px 30px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-panel .img .avatar {
  border: 3px solid rgba(32, 33, 36, 0.1);
  width: 70px;
  height: 70px;
}

.user-panel .img .avatar[data-initials]:before {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

.user-panel .info {
  margin-top: 10px;
}

.user-panel .info a,
.user-panel .info p {
  text-align: center;
  color: #202124;
  text-decoration: none;
}

.user-panel .info a strong,
.user-panel .info p strong {
  display: block;
}

.user-panel .info a span,
.user-panel .info p span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}

.user-panel .info a:hover,
.user-panel .info p:hover {
  color: #fe486e;
}

.user-panel .info p:hover {
  color: #202124;
}

body.layout-fixed .main-sidebar {
  bottom: 0;
  float: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  min-height: 100%;
  overflow: hidden;
}

@media (min-width: 991px) {
  body.layout-navbar .main-sidebar {
    display: none;
  }
}

body.layout-fixed .wrapper .sidebar {
  height: calc(100vh - 80px);
  overflow-y: hidden;
}

body.sidebar-collapse .wrapper {
  margin-left: 80px;
  -webkit-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
}

body.sidebar-collapse .main-sidebar {
  width: 80px;
}

body.sidebar-collapse .main-sidebar .user-panel {
  background: none;
  margin: 0 0 15px 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

body.sidebar-collapse .main-sidebar .user-panel.card {
  padding-top: 0;
}

body.sidebar-collapse .main-sidebar .user-panel .avatar {
  width: 45px;
  height: 45px;
}

body.sidebar-collapse .main-sidebar .user-panel .avatar[data-initials]:before {
  width: 39px;
  height: 39px;
  line-height: 39px;
}

body.sidebar-collapse .main-sidebar .user-panel .info {
  display: none;
}

body.sidebar-collapse .main-sidebar .brand-link {
  text-decoration: none;
}

body.sidebar-collapse .main-sidebar .brand-link .mask {
  width: 48px;
  overflow: hidden;
  margin-right: 20px;
  margin-left: 5px;
}

body.sidebar-collapse .main-sidebar .brand-link img {
  height: 35px;
}

body.sidebar-collapse .main-sidebar .nav-header {
  display: none;
}

body.sidebar-collapse .main-sidebar .nav-item .nav-link p {
  opacity: 0;
}

body.sidebar-collapse .main-sidebar .nav-item.has-treeview .nav-treeview {
  height: 0;
  opacity: 0;
}

body.sidebar-collapse .main-sidebar .nav-item.has-treeview.menu-open .nav-treeview {
  height: 0;
  opacity: 0;
}

body.sidebar-collapse .main-sidebar .nav-item .btn-icon {
  width: 100%;
  padding: 18px 18px;
  border-radius: 100em;
  text-align: center;
}

body.sidebar-collapse .main-sidebar .nav-item .btn-icon i {
  margin-right: 0px;
}

body.sidebar-collapse .main-sidebar .nav-item .btn-icon span {
  display: none;
}

body.sidebar-collapse .main-sidebar:hover {
  width: 300px;
}

body.sidebar-collapse .main-sidebar:hover .user-panel {
  background: #ffffff;
  margin: 0px 15px 30px 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

body.sidebar-collapse .main-sidebar:hover .user-panel.card {
  padding-top: 30px;
}

body.sidebar-collapse .main-sidebar:hover .user-panel .avatar {
  width: 70px;
  height: 70px;
}

body.sidebar-collapse .main-sidebar:hover .user-panel .avatar[data-initials]:before {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

body.sidebar-collapse .main-sidebar:hover .user-panel .info {
  display: block;
}

body.sidebar-collapse .main-sidebar:hover .sidenav-header {
  margin-left: 0px;
}

body.sidebar-collapse .main-sidebar:hover .brand-link {
  text-decoration: none;
}

body.sidebar-collapse .main-sidebar:hover .brand-link .mask {
  width: auto;
  overflow: hidden;
  margin-right: 0px;
}

body.sidebar-collapse .main-sidebar:hover .brand-link img {
  height: 35px;
}

body.sidebar-collapse .main-sidebar:hover .nav-header {
  display: block;
}

body.sidebar-collapse .main-sidebar:hover .nav-item .nav-link p {
  opacity: 1;
}

body.sidebar-collapse .main-sidebar:hover .nav-item.has-treeview .nav-treeview {
  height: 100%;
  opacity: 1;
}

body.sidebar-collapse .main-sidebar:hover .nav-item.has-treeview.menu-open .nav-treeview {
  height: 100%;
  opacity: 1;
}

body.sidebar-collapse .main-sidebar:hover .nav-item .btn-icon {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 100em;
  text-align: center;
}

body.sidebar-collapse .main-sidebar:hover .nav-item .btn-icon i {
  margin-right: 5px;
}

body.sidebar-collapse .main-sidebar:hover .nav-item .btn-icon span {
  display: inline-block;
}

body.sidebar-closed .wrapper {
  margin-left: 0px;
}

body.sidebar-closed .main-sidebar {
  overflow-y: hidden;
  margin-left: -300px;
  width: 300px;
}

body.sidebar-closed .main-sidebar .nav-item .nav-link p {
  opacity: 1;
}

body.sidebar-closed .main-sidebar .nav-item .btn-icon {
  width: auto;
  padding: 1rem 2rem;
  border-radius: 100em;
  text-align: center;
}

body.sidebar-closed .main-sidebar .nav-item .btn-icon i {
  margin-right: 5px;
}

body.sidebar-closed .main-sidebar .nav-item .btn-icon span {
  display: inline-block;
}

body.sidebar-open .wrapper {
  margin-left: 0px;
}

body.sidebar-open .main-sidebar {
  margin-left: 0px;
  width: 300px;
}

body.sidebar-open .main-sidebar .back-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.sidebar-open .main-sidebar .user-panel {
  background: #ffffff;
  margin: 0px 15px 30px 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

body.sidebar-open .main-sidebar .user-panel .avatar {
  width: 70px;
  height: 70px;
}

body.sidebar-open .main-sidebar .user-panel .avatar[data-initials]:before {
  width: 64px;
  height: 64px;
  line-height: 64px;
}

body.sidebar-open .main-sidebar .user-panel .info {
  display: block;
}

body.sidebar-open .main-sidebar .nav-item .nav-link p {
  opacity: 1;
}

body.sidebar-open .main-sidebar .nav-item .btn-icon {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 100em;
  text-align: center;
}

body.sidebar-open .main-sidebar .nav-item .btn-icon i {
  margin-right: 5px;
}

body.sidebar-open .main-sidebar .nav-item .btn-icon span {
  display: inline-block;
}

@media (max-width: 1024px) {
  .sidebar-open #sidebar-overlay {
    display: block;
  }
}

#sidebar-overlay {
  background-color: rgba(32, 33, 36, 0.1);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1037;
}

.main-sidebar {
  z-index: 1038;
  -webkit-transition: width .1s ease-in-out;
  transition: width .1s ease-in-out;
  width: 300px;
  position: fixed;
  overflow: scroll;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 55, 0.1);
  left: 0;
  background: #f4f4f6;
}

.main-sidebar .sidenav-header .back-to {
  display: none;
}

nav .nav-sidebar {
  padding: 15px 15px;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid rgba(32, 33, 36, 0.1);
}

nav .nav-sidebar .nav-header {
  font-size: 14px;
  font-weight: 700;
  margin: 0px 0;
  padding: 10px 0 10px 0;
  text-transform: uppercase;
  color: #fe486e;
}

nav .nav-sidebar .nav-item {
  display: block;
  width: 100%;
}

nav .nav-sidebar .nav-item .nav-link {
  position: relative;
  margin-bottom: 5px;
  text-decoration: none;
}

nav .nav-sidebar .nav-item .nav-link.active {
  background: rgba(0, 0, 55, 0.1);
}

nav .nav-sidebar .nav-item .nav-link:hover {
  background: rgba(0, 0, 55, 0.1);
}

nav .nav-sidebar .nav-item .nav-link:hover p {
  color: #202124;
}

nav .nav-sidebar .nav-item i {
  color: #202124;
  display: inline-block;
}

nav .nav-sidebar .nav-item p {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  color: #202124;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  opacity: 1;
}

nav .nav-sidebar .nav-item p .right {
  position: absolute;
  right: 1rem;
  top: .7rem;
}

nav .nav-sidebar .nav-item.has-treeview .nav-header {
  padding: 10px 0 0px 0;
  margin: 10px 0 10px 0;
  border-top: 1px solid rgba(0, 0, 55, 0.1);
  color: #202124;
}

nav .nav-sidebar .nav-item.has-treeview ul {
  display: none;
  margin-left: 15px;
}

nav .nav-sidebar .nav-item.has-treeview ul li p {
  color: rgba(32, 33, 36, 0.6);
  margin-left: 0px;
  font-weight: 400;
}

nav .nav-sidebar .nav-item .btn-icon {
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 100em;
  text-align: center;
}

nav .nav-sidebar .nav-item .btn-icon i {
  margin-right: 5px;
}

nav .nav-sidebar .nav-item .btn-icon span {
  display: inline-block;
}

/* ------------------------------
End Main Side Bar
--------------------------------*/
.swiper-wrapper.disabled {
  -webkit-transform: translate3d(0px, 0, 0) !important;
          transform: translate3d(0px, 0, 0) !important;
}

.swiper-pagination.disabled {
  display: none;
}

/* ------------------------------
Footer
--------------------------------*/
footer {
  padding: 10px 0 10px 0;
  text-align: center;
  position: relative;
  top: 0px;
}

.copyright {
  font-size: 12px;
  color: #5f6368;
}

.copyright a {
  font-size: 12px;
  color: #5f6368;
  margin-left: 5px;
}

/* ------------------------------
End Footer
--------------------------------*/
/* -----------------------------------------------
End Global
-------------------------------------------------*/
/* -----------------------------------------------
Login Screen
-------------------------------------------------*/
.login .back-to {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  display: block;
}

.login .main {
  padding: 0px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 600px;
}

.login-panel {
  text-align: center;
}

.login-panel .brand-link {
  margin: 30px auto 30px auto;
}

.login-panel .brand-link img {
  height: 60px;
}

.login-panel p {
  margin-bottom: 30px;
}

.login-panel .element.text .field input {
  text-align: center;
}

.login-panel .element.submit input,
.login-panel .element.submit button,
.login-panel .element.submit a {
  width: 100%;
}

/* -----------------------------------------------
Main Login Screen
-------------------------------------------------*/
/* -----------------------------------------------
Main Dashboard
-------------------------------------------------*/
/* ------------------------------
Promotion Callout Slider
--------------------------------*/
.promotion-callout-slider {
  overflow: visible;
}

.promotion-callout-slider .promotion-callout {
  padding: 30px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.promotion-callout-slider .promotion-callout:before {
  content: "";
  position: absolute;
  background: rgba(32, 33, 36, 0.5);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.promotion-callout-slider .promotion-callout .content {
  position: relative;
  z-index: 1;
}

.promotion-callout-slider .promotion-callout .content h1,
.promotion-callout-slider .promotion-callout .content h2,
.promotion-callout-slider .promotion-callout .content h3,
.promotion-callout-slider .promotion-callout .content h4,
.promotion-callout-slider .promotion-callout .content h5,
.promotion-callout-slider .promotion-callout .content h6,
.promotion-callout-slider .promotion-callout .content p,
.promotion-callout-slider .promotion-callout .content ul,
.promotion-callout-slider .promotion-callout .content ol,
.promotion-callout-slider .promotion-callout .content a {
  color: #ffffff;
}

.promotion-callout-slider .swiper-buttons {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  margin: 15px 0;
}

.promotion-callout-slider .swiper-buttons .swiper-button-prev,
.promotion-callout-slider .swiper-buttons .swiper-button-next {
  margin-left: 10px;
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #000037;
  color: #ffffff;
  border-radius: 100em;
}

.promotion-callout-slider .swiper-buttons .swiper-button-prev i,
.promotion-callout-slider .swiper-buttons .swiper-button-next i {
  margin: 0 50px;
}

.promotion-callout-slider .swiper-buttons .swiper-button-prev:after,
.promotion-callout-slider .swiper-buttons .swiper-button-next:after {
  display: none;
}

/* ------------------------------
End Promotion Callout Slider
--------------------------------*/
/* ------------------------------
Daily Overview Widget
--------------------------------*/
.daily-overview-widget {
  margin-bottom: 30px;
}

.daily-overview-widget .chart {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (min-width: 991px) {
  .daily-overview-widget .chart {
    height: 300px;
  }
}

.daily-overview-widget .sm-heading {
  margin-bottom: 10px;
}

.daily-overview-widget .row.border-top {
  padding-top: 30px;
}

@media (min-width: 991px) {
  .daily-overview-widget {
    padding: 60px;
  }
  .daily-overview-widget > .row > .col-lg-5 {
    border-right: 1px solid rgba(0, 0, 55, 0.1);
    padding-right: 30px;
  }
  .daily-overview-widget > .row > .col-lg-7 {
    padding-left: 30px;
  }
}

.daily-overview-widget .progress {
  height: 5px;
}

.daily-overview-widget .progress .progress-bar {
  background-color: #202124;
}

.daily-overview-widget .progress .progress-bar.recruitment-colour {
  background-color: #fe486e;
}

.daily-overview-widget .progress .progress-bar.cms-colour {
  background-color: #7e43f9;
}

.daily-overview-widget .xs-heading,
.daily-overview-widget .sm-number {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
}

.daily-overview-widget .compare {
  color: #5f6368;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 15px;
}

.daily-overview-widget .lg-number {
  font-size: 60px;
  font-size: 3.75rem;
  color: #202124;
  font-weight: 800;
  line-height: 1;
}

.listed-overviews {
  list-style: none;
  margin: 0;
  padding: 0;
}

.listed-overviews li {
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
}

.listed-overviews li:last-child {
  border-bottom: 0;
}

.listed-overviews li .btn {
  width: 100%;
  margin: 10px 0 60px 0;
  padding: 10px 0 10px 0;
}

.total-overview, .app-runtimes {
  margin: 10px 0 5px 0;
  padding: 10px 0 10px 0;
}

.positive {
  color: #5f6368;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  line-height: 1.2;
  padding-bottom: 0px;
  margin-bottom: 5px;
}

.positive .left {
  position: relative;
  left: 0;
  top: 0px;
}

.positive .left i {
  color: #12cc39;
  margin-right: 5px;
}

.positive .left .badge {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  position: relative;
  top: 0px;
}

.negative {
  color: #5f6368;
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid rgba(0, 0, 55, 0);
  position: relative;
  line-height: 1.2;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.negative .left {
  position: relative;
  left: 0;
  top: 0px;
}

.negative .left i {
  color: #ff1e0f;
  margin-right: 5px;
}

.negative .left .badge {
  background: rgba(255, 30, 15, 0.1);
  color: #ff1e0f;
  position: relative;
  top: 0px;
}

.app-runtimes .xs-heading {
  margin-bottom: 10px;
}

.app-runtimes .app-name {
  margin-bottom: 0;
}

.app-runtimes .app-name strong {
  font-size: 14px;
  font-size: 0.875rem;
}

.app-runtimes .app-name .key {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100em;
  background: #202124;
  margin-right: 5px;
}

.app-runtimes .app-name .key.recruitment-colour {
  background: #fe486e;
}

.app-runtimes .app-name .key.cms-colour {
  background: #7e43f9;
}

.app-runtimes .app-runtime {
  color: #5f6368;
  font-size: 11px;
  font-size: 0.6875rem;
  padding-left: 15px;
}

.app-runtimes .pill {
  float: right;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app-runtimes .pill div {
  width: 50%;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

.app-runtimes .pill div:nth-child(1) {
  background: #202124;
  color: white;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.app-runtimes .pill div:nth-child(2) {
  color: #202124;
  border-top: 1px solid rgba(32, 33, 36, 0.2);
  border-right: 1px solid rgba(32, 33, 36, 0.2);
  border-bottom: 1px solid rgba(32, 33, 36, 0.2);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.app-runtimes .pill.recruitment-colour div:nth-child(1) {
  background: #fe486e;
}

.app-runtimes .pill.cms-colour div:nth-child(1) {
  background: #7e43f9;
}

/* ------------------------------
End Daily Overview Widget
--------------------------------*/
/* ------------------------------
Client Selector
--------------------------------*/
.client-selector {
  margin-bottom: 20px;
}

.client-selector .sub-heading {
  display: inline-block;
  font-weight: 600;
  color: #202124;
  letter-spacing: 0;
  margin-right: 20px;
}

.client-selector .element {
  display: inline-block;
  min-width: 290px;
}

/* ------------------------------
End Client Selector
--------------------------------*/
/* ------------------------------
App Cards
--------------------------------*/
.apps-slider {
  overflow: visible;
}

@media (min-width: 1024px) {
  .apps-slider {
    margin: 0 -15px;
  }
}

.apps-slider .swiper-wrapper {
  overflow: visible;
}

@media (min-width: 1024px) {
  .apps-slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.apps-slider .swiper-wrapper .swiper-slide {
  height: auto;
}

@media (min-width: 1024px) {
  .apps-slider .swiper-wrapper .swiper-slide {
    padding: 0 15px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    margin-bottom: 2%;
  }
}

.apps-slider .swiper-wrapper .swiper-slide .card {
  height: 100%;
  text-align: center;
}

.apps-slider .swiper-wrapper .swiper-slide .card h1,
.apps-slider .swiper-wrapper .swiper-slide .card h2,
.apps-slider .swiper-wrapper .swiper-slide .card h3,
.apps-slider .swiper-wrapper .swiper-slide .card h4,
.apps-slider .swiper-wrapper .swiper-slide .card h5,
.apps-slider .swiper-wrapper .swiper-slide .card h6,
.apps-slider .swiper-wrapper .swiper-slide .card p,
.apps-slider .swiper-wrapper .swiper-slide .card ol,
.apps-slider .swiper-wrapper .swiper-slide .card ul {
  color: #000037;
}

.apps-slider .swiper-wrapper .swiper-slide .card .xs-heading {
  font-size: 15px;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.95);
}

.apps-slider .swiper-wrapper .swiper-slide .card .img {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.apps-slider .swiper-wrapper .swiper-slide .card .img img {
  max-height: 50px;
}

.apps-slider .swiper-wrapper .swiper-slide .card .btn {
  margin-top: auto;
}

.apps-slider .swiper-wrapper .swiper-slide .card.colour-1 {
  background: #ff4a7b;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4a7b), to(#fd3a24));
  background: linear-gradient(180deg, #ff4a7b 0%, #fd3a24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4a7b", endColorstr="#fd3a24", GradientType=1);
}

.apps-slider .swiper-wrapper .swiper-slide .card.colour-2 {
  background: #c000bb;
  background: -webkit-gradient(linear, left top, left bottom, from(#c000bb), to(#a500db));
  background: linear-gradient(180deg, #c000bb 0%, #a500db 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c000bb", endColorstr="#a500db", GradientType=1);
}

.apps-slider .swiper-wrapper .swiper-slide .card.colour-3 {
  background: #ffb111;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffb111), to(#ff6759));
  background: linear-gradient(180deg, #ffb111 0%, #ff6759 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb111", endColorstr="#ff6759", GradientType=1);
}

.apps-slider .swiper-wrapper .swiper-slide .card.colour-4 {
  background: #0b0b43;
  background: -webkit-gradient(linear, left top, left bottom, from(#0b0b43), to(#000037));
  background: linear-gradient(180deg, #0b0b43 0%, #000037 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b0b43", endColorstr="#000037", GradientType=1);
}

.apps-slider .swiper-wrapper .swiper-slide .card.colour-4 .btn {
  border: 2px solid white;
}

.apps-slider .swiper-wrapper .swiper-slide .card.colour-4 .btn:hover {
  border: 2px solid rgba(255, 255, 255, 0);
}

.apps-slider .swiper-buttons {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  margin: 15px 0;
}

@media (min-width: 1024px) {
  .apps-slider .swiper-buttons {
    display: none;
  }
}

.apps-slider .swiper-buttons .swiper-button-prev,
.apps-slider .swiper-buttons .swiper-button-next {
  margin-left: 10px;
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #000037;
  color: #ffffff;
  border-radius: 100em;
}

.apps-slider .swiper-buttons .swiper-button-prev i,
.apps-slider .swiper-buttons .swiper-button-next i {
  margin: 0 50px;
}

.apps-slider .swiper-buttons .swiper-button-prev:after,
.apps-slider .swiper-buttons .swiper-button-next:after {
  display: none;
}

/* ------------------------------
End App Cards
--------------------------------*/
/* -----------------------------------------------
End Main Dashboard
-------------------------------------------------*/
/* ------------------------------
Application Report Widget
--------------------------------*/
/* ------------------------------
End Application Report Widget
--------------------------------*/
/* ------------------------------
Application Overview Widget
--------------------------------*/
.application-overview-widget .xs-heading {
  margin-top: 30px;
}

.application-overview-widget .row.border-bottom {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .application-overview-widget .row.border-bottom {
    padding-bottom: 10px;
  }
}

/* ------------------------------
End Application Overview Widget
--------------------------------*/
/* ------------------------------
Extra Large Number Widget
--------------------------------*/
.xlrg-number-widget .positive {
  color: #5f6368;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  position: relative;
  padding-right: 80px;
  line-height: 1.2;
  padding-bottom: 20px;
}

.xlrg-number-widget .positive .right {
  position: absolute;
  right: 0;
}

.xlrg-number-widget .positive .right i {
  color: #12cc39;
  margin-right: 5px;
}

.xlrg-number-widget .positive .right .badge {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
}

.xlrg-number-widget .negative {
  color: #000037;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  position: relative;
  padding-right: 80px;
  line-height: 1.2;
  padding-bottom: 20px;
}

.xlrg-number-widget .negative .right {
  position: absolute;
  right: 0;
}

.xlrg-number-widget .negative .right i {
  color: #ff1e0f;
  margin-right: 5px;
}

.xlrg-number-widget .negative .right .badge {
  background: rgba(255, 30, 15, 0.1);
  color: #ff1e0f;
}

/* ------------------------------
End Extra Large Number Widget
--------------------------------*/
/* ------------------------------
Small Number 
--------------------------------*/
.sm-number-widget {
  margin-bottom: 10px;
}

.sm-number-widget .sm-number p {
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 12px;
}

.sm-number-widget .sm-number p.positive .xs-heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #202124;
}

.sm-number-widget .sm-number p.negative .xs-heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 800;
  color: #202124;
}

.sm-number-widget .positive {
  color: #000037;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 55, 0);
  position: relative;
  line-height: 1.2;
  padding-bottom: 10px;
}

.sm-number-widget .positive .right {
  position: absolute;
  right: 0;
}

.sm-number-widget .positive .right i {
  color: #12cc39;
  margin-right: 5px;
}

.sm-number-widget .positive .right .badge {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  position: relative;
  top: -2px;
}

.sm-number-widget .positive .left {
  position: relative;
  left: 0;
}

.sm-number-widget .positive .left i {
  color: #12cc39;
  margin-right: 5px;
}

.sm-number-widget .positive .left .badge {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  position: relative;
  top: -2px;
}

.sm-number-widget .negative {
  color: #000037;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 55, 0);
  position: relative;
  line-height: 1.2;
  padding-bottom: 10px;
}

.sm-number-widget .negative .right {
  position: absolute;
  right: 0;
}

.sm-number-widget .negative .right i {
  color: #ff1e0f;
  margin-right: 5px;
}

.sm-number-widget .negative .right .badge {
  background: rgba(255, 30, 15, 0.1);
  color: #ff1e0f;
  position: relative;
  top: -2px;
}

.sm-number-widget .negative .left {
  position: relative;
  left: 0;
}

.sm-number-widget .negative .left i {
  color: #ff1e0f;
  margin-right: 5px;
}

.sm-number-widget .negative .left .badge {
  background: rgba(255, 30, 15, 0.1);
  color: #ff1e0f;
  position: relative;
  top: -2px;
}

/* ------------------------------
End Small Number
--------------------------------*/
/* ------------------------------
Medium Number 
--------------------------------*/
.md-number-widget {
  margin-bottom: 10px;
}

.md-number-widget .md-number .xs-heading {
  margin-bottom: 5px;
}

.md-number-widget .md-number p {
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-weight: 500;
  color: rgba(95, 99, 104, 0.5);
  font-size: 12px;
  font-size: 0.75rem;
}

.md-number-widget .md-number p.positive {
  color: #202124;
}

.md-number-widget .md-number p.negative {
  color: #202124;
}

.md-number-widget .md-number p.compare {
  color: rgba(95, 99, 104, 0.9);
  font-size: 12px;
  font-size: 0.75rem;
}

.md-number-widget .positive {
  color: #000037;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 55, 0);
  position: relative;
  line-height: 1.2;
  padding-bottom: 10px;
}

.md-number-widget .positive .md-heading {
  font-weight: 800;
}

.md-number-widget .positive .right {
  position: absolute;
  right: 0;
}

.md-number-widget .positive .right i {
  color: #12cc39;
  margin-right: 5px;
}

.md-number-widget .positive .right .badge {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  position: relative;
  top: -2px;
}

.md-number-widget .positive .left {
  position: relative;
  left: 0;
  top: -5px;
}

.md-number-widget .positive .left i {
  color: #12cc39;
  margin-right: 5px;
}

.md-number-widget .positive .left .badge {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  position: relative;
  top: -2px;
}

.md-number-widget .negative {
  color: #000037;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 55, 0);
  position: relative;
  line-height: 1.2;
  padding-bottom: 10px;
}

.md-number-widget .negative .md-heading {
  font-weight: 800;
}

.md-number-widget .negative .right {
  position: absolute;
  right: 0;
}

.md-number-widget .negative .right i {
  color: #ff1e0f;
  margin-right: 5px;
}

.md-number-widget .negative .right .badge {
  background: rgba(255, 30, 15, 0.1);
  color: #ff1e0f;
  position: relative;
  top: -2px;
}

.md-number-widget .negative .left {
  position: relative;
  left: 0;
  top: -5px;
}

.md-number-widget .negative .left i {
  color: #ff1e0f;
  margin-right: 5px;
}

.md-number-widget .negative .left .badge {
  background: rgba(255, 30, 15, 0.1);
  color: #ff1e0f;
  position: relative;
  top: -2px;
}

/* ------------------------------
End Medium Number
--------------------------------*/
/* ------------------------------
Extra Large Number 
--------------------------------*/
.xlg-number-widget {
  margin-bottom: 10px;
}

.xlg-number-widget .xlg-number .xs-heading {
  margin-bottom: 5px;
}

.xlg-number-widget .xlg-number p {
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-weight: 500;
  color: rgba(95, 99, 104, 0.5);
  font-size: 12px;
  font-size: 0.75rem;
}

.xlg-number-widget .xlg-number p.positive {
  color: #202124;
  padding-bottom: 10px;
}

.xlg-number-widget .xlg-number p.negative {
  color: #202124;
  padding-bottom: 10px;
}

.xlg-number-widget .xlg-number p.compare {
  color: rgba(95, 99, 104, 0.9);
  font-size: 12px;
  font-size: 0.75rem;
}

.xlg-number-widget p.xlg-heading {
  font-weight: 800;
  font-size: 80px;
  font-size: 5rem;
  color: #202124;
}

.xlg-number-widget .positive {
  color: #000037;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  position: relative;
  line-height: 1.2;
  padding-bottom: 10px;
}

.xlg-number-widget .positive .right {
  position: absolute;
  right: 0;
}

.xlg-number-widget .positive .right i {
  color: #12cc39;
  margin-right: 5px;
}

.xlg-number-widget .positive .right .badge {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  position: relative;
  top: -2px;
}

.xlg-number-widget .positive .left {
  position: relative;
  left: 0;
  top: 0px;
}

.xlg-number-widget .positive .left i {
  color: #12cc39;
  margin-right: 5px;
}

.xlg-number-widget .positive .left .badge {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  position: relative;
  top: -2px;
}

.xlg-number-widget .negative {
  color: #000037;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  position: relative;
  line-height: 1.2;
  padding-bottom: 10px;
}

.xlg-number-widget .negative .xlg-heading {
  font-weight: 800;
}

.xlg-number-widget .negative .right {
  position: absolute;
  right: 0;
}

.xlg-number-widget .negative .right i {
  color: #ff1e0f;
  margin-right: 5px;
}

.xlg-number-widget .negative .right .badge {
  background: rgba(255, 30, 15, 0.1);
  color: #ff1e0f;
  position: relative;
  top: -2px;
}

.xlg-number-widget .negative .left {
  position: relative;
  left: 0;
  top: 0px;
}

.xlg-number-widget .negative .left i {
  color: #ff1e0f;
  margin-right: 5px;
}

.xlg-number-widget .negative .left .badge {
  background: rgba(255, 30, 15, 0.1);
  color: #ff1e0f;
  position: relative;
  top: -2px;
}

/* ------------------------------
End Extra Large Number
--------------------------------*/
/* ------------------------------
List Doughnut Widget
--------------------------------*/
.list-doughnut-widget {
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  margin-bottom: 0px;
  padding-bottom: 20px;
}

/* ------------------------------
End List Doughnut Widget
--------------------------------*/
/* ------------------------------
Bookmarked Jobs Widget
--------------------------------*/
@media (min-width: 768px) {
  .bookmarked-jobs-widget .row {
    margin-top: 15px;
  }
}

.bookmarked-jobs-widget .lg-number {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 800;
  display: block;
  line-height: 1;
}

@media (min-width: 768px) {
  .bookmarked-jobs-widget .lg-number {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .bookmarked-jobs-widget .lg-number {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.bookmarked-jobs-widget p {
  font-size: 14px;
  font-size: 0.875rem;
}

.bookmarked-jobs-widget .compare {
  color: rgba(95, 99, 104, 0.9);
  font-size: 12px;
  font-size: 0.75rem;
}

.bookmarked-jobs-widget .row [class*='col-']:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 55, 0.1);
}

/* ------------------------------
End Bookmarked Jobs Widget
--------------------------------*/
@media (min-width: 768px) {
  .equal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .equal .block-component {
    height: 100%;
  }
  .equal .block-component .card {
    height: 100%;
  }
}

/* ------------------------------
Popular Location Widget
--------------------------------*/
@media (min-width: 768px) {
  .popular-location-widget .row {
    margin-top: 15px;
  }
}

.popular-location-widget .img {
  margin: 0px auto 10px auto;
  width: 50px;
}

.popular-location-widget .img img {
  width: 100%;
}

.popular-location-widget p {
  font-size: 14px;
  font-size: 0.875rem;
}

.popular-location-widget .location {
  text-align: center;
}

.popular-location-widget .location p {
  margin-bottom: 5px;
  padding-bottom: 0;
  line-height: 1;
}

.popular-location-widget .location p strong {
  font-size: 20px;
  font-size: 1.25rem;
  color: #202124;
  line-height: 1;
  margin-bottom: 10px;
}

.popular-location-widget .compare {
  color: rgba(95, 99, 104, 0.9);
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  line-height: 1;
}

.popular-location-widget .row [class*='col-']:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 55, 0.1);
}

/* ------------------------------
End Popular Location Widget
--------------------------------*/
/* ------------------------------
Performance Widget
--------------------------------*/
.performance-widget .consultant,
.performance-widget .sector {
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.performance-widget .consultant:nth-child(1),
.performance-widget .sector:nth-child(1) {
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .performance-widget .consultant,
  .performance-widget .sector {
    border-bottom: 1px solid rgba(0, 0, 55, 0);
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

.performance-widget .consultant p,
.performance-widget .sector p {
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  color: rgba(95, 99, 104, 0.5);
  font-size: 12px;
  font-size: 0.75rem;
}

.performance-widget .consultant .lg-number,
.performance-widget .sector .lg-number {
  margin-bottom: 10px;
}

.performance-widget .consultant .performing-consultant,
.performance-widget .sector .performing-consultant {
  padding-right: 70px;
  position: relative;
  top: 5px;
  min-height: 70px;
}

.performance-widget .consultant .performing-consultant h4,
.performance-widget .sector .performing-consultant h4 {
  margin-bottom: 5px;
}

.performance-widget .consultant .performing-consultant p,
.performance-widget .sector .performing-consultant p {
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.75rem;
}

.performance-widget .consultant .performing-consultant .img,
.performance-widget .sector .performing-consultant .img {
  position: absolute;
  right: 0;
  top: 0px;
}

.performance-widget .consultant .performing-sector,
.performance-widget .sector .performing-sector {
  padding-right: 120px;
  position: relative;
  top: 5px;
}

@media (min-width: 768px) {
  .performance-widget .consultant .performing-sector,
  .performance-widget .sector .performing-sector {
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .performance-widget .consultant .performing-sector,
  .performance-widget .sector .performing-sector {
    padding-right: 120px;
  }
}

.performance-widget .consultant .performing-sector h4,
.performance-widget .sector .performing-sector h4 {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

.performance-widget .consultant .performing-sector p,
.performance-widget .sector .performing-sector p {
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.performance-widget .consultant .performing-sector .chart,
.performance-widget .sector .performing-sector .chart {
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 5px;
  width: 100px;
  height: 60px;
}

@media (min-width: 768px) {
  .performance-widget .consultant .performing-sector .chart,
  .performance-widget .sector .performing-sector .chart {
    width: 50px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .performance-widget .consultant .performing-sector .chart,
  .performance-widget .sector .performing-sector .chart {
    width: 100px;
    height: 60px;
  }
}

.performance-widget .consultant .performing-sector .compare,
.performance-widget .sector .performing-sector .compare {
  color: rgba(95, 99, 104, 0.9);
  font-size: 12px;
  font-size: 0.75rem;
}

.performance-widget .consultant:nth-child(1) .row {
  margin-top: 25px;
}

.performance-widget .xs-heading {
  margin-bottom: 5px;
  padding-bottom: 0px;
}

.performance-widget h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #202124;
  line-height: 1;
  margin-bottom: 10px;
}

.performance-widget .lg-number {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 800;
  display: block;
  line-height: 1;
  color: #202124;
}

@media (min-width: 768px) {
  .performance-widget .lg-number {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (min-width: 1200px) {
  .performance-widget .lg-number {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.performance-widget .md-number {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  display: block;
  line-height: 1;
  color: #202124;
}

@media (min-width: 768px) {
  .performance-widget .md-number {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width: 1200px) {
  .performance-widget .md-number {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.performance-widget .positive {
  font-weight: 600;
  position: relative;
  line-height: 1.2;
  padding-bottom: 10px;
}

.performance-widget .positive .md-number {
  font-weight: 800;
  color: #202124;
  display: inline-block;
}

.performance-widget .positive .right {
  position: absolute;
  right: 0;
}

.performance-widget .positive .right i {
  color: #12cc39;
  margin-right: 5px;
}

.performance-widget .positive .right .badge {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  position: relative;
  top: -2px;
}

.performance-widget .positive .left {
  position: relative;
  left: 0;
  top: -5px;
}

.performance-widget .positive .left i {
  color: #12cc39;
  margin-right: 5px;
}

.performance-widget .positive .left .badge {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  position: relative;
  top: -2px;
}

.performance-widget .negative {
  font-weight: 600;
  position: relative;
  line-height: 1.2;
  padding-bottom: 10px;
}

.performance-widget .negative .md-number {
  font-weight: 800;
  color: #5f6368;
  display: inline-block;
}

.performance-widget .negative .right {
  position: absolute;
  right: 0;
}

.performance-widget .negative .right i {
  color: #ff1e0f;
  margin-right: 5px;
}

.performance-widget .negative .right .badge {
  background: rgba(255, 30, 15, 0.1);
  color: #ff1e0f;
  position: relative;
  top: -2px;
}

.performance-widget .negative .left {
  position: relative;
  left: 0;
  top: -5px;
}

.performance-widget .negative .left i {
  color: #ff1e0f;
  margin-right: 5px;
}

.performance-widget .negative .left .badge {
  background: rgba(255, 30, 15, 0.1);
  color: #ff1e0f;
  position: relative;
  top: -2px;
}

/* ------------------------------
End Performance Widget
--------------------------------*/
.w-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

.w-sub {
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-weight: 500;
  color: rgba(95, 99, 104, 0.5);
  font-size: 12px;
  font-size: 0.75rem;
}

.compare {
  color: rgba(95, 99, 104, 0.9);
  font-size: 12px;
  font-size: 0.75rem;
}

.md-number {
  color: #202124;
  font-weight: 800;
}

.sm-number {
  color: #202124;
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
}

.chart-key-colour {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100em;
  line-height: 1;
  position: relative;
  margin-left: 5px;
  top: 2px;
}

/* ------------------------------
Two Items Slider
--------------------------------*/
.two-items-slider {
  overflow: visible;
}

.two-items-slider .swiper-buttons {
  position: relative;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  margin: 15px 0;
}

.two-items-slider .swiper-buttons .swiper-button-prev,
.two-items-slider .swiper-buttons .swiper-button-next {
  margin-left: 10px;
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #000037;
  color: #ffffff;
  border-radius: 100em;
}

.two-items-slider .swiper-buttons .swiper-button-prev i,
.two-items-slider .swiper-buttons .swiper-button-next i {
  margin: 0 50px;
}

.two-items-slider .swiper-buttons .swiper-button-prev:after,
.two-items-slider .swiper-buttons .swiper-button-next:after {
  display: none;
}

/* ------------------------------
End Two Items Slider
--------------------------------*/
/* ------------------------------
Job Widget
--------------------------------*/
.job-widget .xs-heading {
  margin-bottom: 5px;
}

.job-widget .stats {
  border-top: 1px solid rgba(0, 0, 55, 0.1);
  padding-top: 10px;
  margin-top: 10px;
}

.job-widget .stats .chart {
  margin-top: 15px;
  width: 100%;
  height: 60px;
}

@media (min-width: 768px) {
  .job-widget .stats .chart {
    width: 50px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .job-widget .stats .chart {
    width: 60px;
    height: 30px;
  }
}

/* ------------------------------
End Job Widget
--------------------------------*/
.individual-job-row {
  margin-bottom: 15px;
}

.individual-job-row .w-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

.individual-job-row .expiring {
  color: #fe486e;
}

/* ------------------------------
Jobs per sector breakdown Widget
--------------------------------*/
.job-sector-breakdown-widget .chart {
  margin-bottom: 30px;
}

.job-sector-breakdown-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.job-sector-breakdown-widget ul li {
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
}

.job-sector-breakdown-widget ul li h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

.job-sector-breakdown-widget ul li p.sm-number {
  color: rgba(32, 33, 36, 0.3);
}

.job-sector-breakdown-widget ul li p.sm-number strong {
  color: #202124;
}

/* ------------------------------
End Jobs per sector breakdown Widget
--------------------------------*/
/* ------------------------------
Media Content breakdown Widget
--------------------------------*/
.media-content-breakdown-widget .xlg-number-widget.border-space-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 30px;
}

.media-content-breakdown-widget .xlg-number-widget.abs {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 0;
}

.media-content-breakdown-widget .chart {
  margin-bottom: 30px;
  position: relative;
}

.media-content-breakdown-widget .chart canvas {
  z-index: 1;
  position: relative;
}

.media-content-breakdown-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.media-content-breakdown-widget ul li {
  border-bottom: 1px solid rgba(0, 0, 55, 0);
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
}

.media-content-breakdown-widget ul li h4 {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

.media-content-breakdown-widget ul li p.sm-number {
  color: rgba(32, 33, 36, 0.3);
}

.media-content-breakdown-widget ul li p.sm-number strong {
  color: #202124;
}

.media-content-breakdown-widget .list-authors li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

.media-content-breakdown-widget .list-authors li .xs-number {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
}

.media-content-breakdown-widget .list-recent-authors {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 30px;
  padding-top: 30px;
}

.media-content-breakdown-widget .list-recent-authors .number-widget {
  padding-bottom: 10px;
}

.media-content-breakdown-widget .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.media-content-breakdown-widget .post .media {
  max-width: 90px;
  max-height: 60px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90px;
          flex: 1 0 90px;
}

.media-content-breakdown-widget .post .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.media-content-breakdown-widget .post .content .xs-heading {
  font-size: 14px;
  font-size: 0.875rem;
}

/* ------------------------------
End Media Content breakdown Widget
--------------------------------*/
/* ------------------------------
Mini Bar Chart Widget
--------------------------------*/
.group-mini-bar-charts-widget {
  border: 1px solid rgba(32, 33, 36, 0.1);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.group-mini-bar-charts-widget .mini-bar-chart-widget {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .group-mini-bar-charts-widget .mini-bar-chart-widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

.group-mini-bar-charts-widget .mini-bar-chart-widget:nth-child(2) {
  border-top: 1px solid rgba(32, 33, 36, 0.1);
  border-bottom: 1px solid rgba(32, 33, 36, 0.1);
}

@media (min-width: 768px) {
  .group-mini-bar-charts-widget .mini-bar-chart-widget:nth-child(2) {
    border-top: 0px solid rgba(32, 33, 36, 0);
    border-bottom: 0px solid rgba(32, 33, 36, 0);
    border-left: 1px solid rgba(32, 33, 36, 0.1);
    border-right: 1px solid rgba(32, 33, 36, 0.1);
  }
}

.mini-bar-chart-widget {
  padding: 30px;
}

@media (min-width: 768px) {
  .mini-bar-chart-widget {
    padding: 0.8rem;
  }
}

@media (min-width: 1200px) {
  .mini-bar-chart-widget {
    padding: 30px;
  }
}

.mini-bar-chart-widget .xxs-heading {
  margin-bottom: 0;
}

.mini-bar-chart-widget .md-number {
  color: #202124;
  margin: 10px 0;
  line-height: 1;
}

.mini-bar-chart-widget .bar-progress {
  background: rgba(32, 33, 36, 0.1);
  width: 100%;
  height: 5px;
  border-radius: 8px;
  display: block;
}

.mini-bar-chart-widget .bar-progress span {
  background: #202124;
  display: block;
  height: 5px;
  width: 0;
  -webkit-transition: width 1.3s ease-in-out 3s;
  transition: width 1.3s ease-in-out 3s;
}

.mini-bar-chart-widget.yellow .bar-progress span {
  background: #ffae13;
}

.mini-bar-chart-widget.secondary .bar-progress span {
  background: #000037;
}

.mini-bar-chart-widget.primary .bar-progress span {
  background: #fe486e;
}

/* ------------------------------
End Mini Bar Chart Widget
--------------------------------*/
/* ------------------------------
List Type Widget
includes help-doc-widget, updates-widget
--------------------------------*/
.list-type-widget .sm-heading {
  margin: 40px 0;
  position: relative;
  line-height: 1;
  padding-right: 90px;
}

.list-type-widget .sm-heading a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 8px;
}

.list-type-widget .xs-heading a {
  color: #202124;
  text-decoration: none;
}

.list-type-widget .xs-heading a:hover {
  color: #fe486e;
}

.list-type-widget .xxs-heading {
  margin: 0;
}

.list-type-widget .xxs-heading strong {
  color: #202124;
}

.list-type-widget .time {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(95, 99, 104, 0.6);
}

.list-type-widget .list-of-cards {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-type-widget .list-of-cards li {
  margin-bottom: 10px;
}

/* ------------------------------
End List Type Widget
--------------------------------*/
/* ------------------------------
Tables - Type 1
--------------------------------*/
.dataTables_processing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 0;
  background: #ffffff;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.dataTables_processing .loading-overlay {
  background: #ffffff;
}

.table-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #ffffff;
  padding: 20px 20px 10px 20px;
}

.table-header .element {
  margin-bottom: 10px;
}

.table-header .showing {
  position: relative;
  top: -5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .table-header .showing {
    top: -5px;
  }
}

.table-header .showing .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.table-header .showing .element .field {
  margin: 0 3px;
  width: 100%;
  border: 1px solid rgba(244, 244, 246, 0.4);
  padding: 2px 5px 2px 2px;
  border-radius: 5px;
  background: #f4f4f6;
  position: relative;
  z-index: 1;
}

.table-header .showing .element .field select {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #202124;
  padding-right: 18px;
}

.table-header .showing .element .field i {
  top: 5px;
  right: 5px;
}

.table-filters {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table-filters li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 10px 10px 0px;
}

.table-filters li .table-filter {
  display: block;
  padding: .5rem 1rem;
  border-radius: .25rem;
  text-decoration: none;
}

.table-filters li .table-filter:hover, .table-filters li .table-filter.active {
  background: rgba(0, 0, 55, 0.1);
}

.table-filters li .table-filter div {
  font-size: 11px;
  line-height: 1.7;
  font-weight: 700;
  color: #202124;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .table-filters li .table-filter div {
    font-size: 13px;
    line-height: 1.3;
  }
}

.table-filters li .table-filter div span {
  margin-left: 5px;
}

.table-filters ~ .row.align-items-center {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 10px;
}

ul.actions {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  text-align: right;
  display: block;
}

ul.actions li {
  margin: 0 10px;
  display: inline-block;
}

ul.actions li.drag {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
  margin-right: 0;
}

ul.actions li a {
  color: rgba(0, 0, 55, 0.2);
}

ul.actions li a:hover {
  color: #000037;
}

.table-footer {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  padding: 10px;
}

.table-body {
  position: relative;
}

div.table.type-1 table th {
  background: #e5e5eb;
}

div.table.type-2 table th {
  background: #ffffff;
}

div.table.type-3 table th {
  background: #202124;
  color: #ffffff;
}

div.table.type-3 table td {
  border: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

div.table.type-3 table tbody tr {
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

div.table.type-3 table tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 55, 0.05);
}

div.table.type-3 table tbody tr:nth-child(even) td {
  background: rgba(0, 0, 55, 0.07);
}

div.table {
  overflow: auto;
  width: 100%;
  background: #ffffff;
  margin-bottom: 0;
}

div.table table {
  table-layout: fixed;
  table-layout: auto;
  width: 100%;
  background: #ffffff;
}

div.table table td,
div.table table th {
  padding: 1rem;
  border-top: none !important;
  border-bottom: none !important;
  -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}

div.table table td {
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(95, 99, 104, 0.9);
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1px;
}

div.table table th {
  width: auto;
  min-width: 160px;
  background: #e5e5eb;
  color: #202124;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

@media (min-width: 2000px) {
  div.table table th {
    min-width: 320px;
  }
}

div.table.sticky-head th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

div.table.sticky-first-column td:first-child,
div.table.sticky-first-column th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
  width: 1%;
  white-space: nowrap;
  min-width: 1%;
}

div.table.sticky-first-column th.sticky:first-child {
  z-index: 2;
}

div.table.sticky-last-column td:last-child,
div.table.sticky-last-column th:last-child {
  position: -webkit-sticky;
  position: sticky;
  right: 0;
  z-index: 2;
  width: 1%;
  white-space: nowrap;
}

div.table.sticky-last-column th:last-child {
  min-width: 30px;
}

div.table.sticky-last-column th:last-child {
  z-index: 2;
}

div.table.os-host-overflow-x.sticky-last-column td:last-child {
  -webkit-box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.1), inset 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.1), inset 0 0px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

div.table th.xs-cell {
  min-width: 50px;
}

@media (min-width: 2000px) {
  div.table th.xs-cell {
    min-width: 100px;
  }
}

div.table th.sm-cell {
  min-width: 120px;
}

@media (min-width: 2000px) {
  div.table th.sm-cell {
    min-width: 240px;
  }
}

div.table th.md-cell {
  min-width: 240px;
}

@media (min-width: 2000px) {
  div.table th.md-cell {
    min-width: 360px;
  }
}

div.table th.xl-cell {
  min-width: 400px;
}

@media (min-width: 2000px) {
  div.table th.xl-cell {
    min-width: 800px;
  }
}

td .badge {
  margin: 0 3px;
  border-radius: 100em;
  min-width: 20px;
  position: relative;
  top: -1px;
}

td .avatar {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 5px;
}

td .avatar img {
  z-index: 1;
  border-radius: 5px;
}

td .avatar[data-initials]:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}

td .element.checkbox {
  margin-left: 10px;
}

td .translation-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

td .translation-badges a {
  display: block;
  border-radius: 100em;
  background: rgba(0, 0, 55, 0.05);
  color: #000037;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 10px;
  margin-right: 5px;
  font-weight: 600;
  opacity: 0.3;
}

td .translation-badges a.live {
  opacity: 1;
  background: rgba(18, 204, 57, 0.05);
  color: #12cc39;
}

td .translation-badges a.draft {
  opacity: 1;
  background: rgba(0, 0, 55, 0.05);
  color: #000037;
}

td .translation-badges a.staging {
  opacity: 1;
  background: rgba(254, 72, 110, 0.05);
  color: #fe486e;
}

td .bold-non-bold a {
  text-decoration: none;
}

td .bold-non-bold a:hover strong {
  color: #fe486e;
}

td .bold-non-bold a span {
  color: rgba(95, 99, 104, 0.7);
}

td .bold-non-bold strong {
  display: block;
  color: #5f6368;
  font-size: 16px;
  font-size: 1rem;
}

td .bold-non-bold strong span {
  display: block;
  color: rgba(95, 99, 104, 0.7);
}

td .grouped-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

td .grouped-img-text .avatar {
  margin-right: 30px;
}

td .h-50-center {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

td .status-live {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 5px;
}

td .status-staging {
  background: rgba(254, 72, 110, 0.1);
  color: #fe486e;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 5px;
}

td .status-active {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 5px;
}

td .status-completed {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 5px;
}

td .status-deactive {
  background: rgba(254, 72, 110, 0.1);
  color: #fe486e;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 5px;
}

td .status-pending {
  background: rgba(254, 72, 110, 0.1);
  color: #fe486e;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 5px;
}

td .status-draft {
  background: rgba(0, 0, 55, 0.1);
  color: #000037;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 5px;
}

td .status-dispatched {
  background: rgba(0, 0, 55, 0.1);
  color: #000037;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 5px;
}

td .status-changes {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 5px;
  color: #5f6368;
}

td .notes p {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 3px;
}

td .notes .author {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}

td [class*=icheck-] {
  margin-top: 0 !important;
}

td .date-time {
  font-size: 10px;
  font-weight: 600;
}

td .date-time .status {
  background: rgba(0, 0, 55, 0.2);
  color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 10em;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  line-height: 1.4;
}

td .date-time .status.revision {
  background: #000037;
}

td .date-time .date {
  margin-right: 5px;
}

td .circled-icon {
  width: 30px;
  height: 30px;
  background: rgba(32, 33, 36, 0.1);
  border-radius: 100em;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

td .circled-icon.ticked {
  background: rgba(18, 204, 57, 0.1);
}

td .circled-icon.ticked i {
  color: #12cc39;
}

td .circled-icon.unticked {
  background: rgba(254, 72, 110, 0.1);
}

td .circled-icon.unticked i {
  color: #fe486e;
}

/* ------------------------------
End Tables - Type 1
--------------------------------*/
/* ------------------------------
Heading Holder
--------------------------------*/
.heading-holder {
  margin: 40px 0;
  position: relative;
  line-height: 1;
}

.heading-holder h1,
.heading-holder h2,
.heading-holder h3,
.heading-holder h4,
.heading-holder h5,
.heading-holder h6 {
  margin-bottom: 0;
}

.heading-holder .btn {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .heading-holder .btn {
    margin-bottom: 0;
  }
}

/* ------------------------------
End Heading Holder
--------------------------------*/
/* ------------------------------
Pagination
--------------------------------*/
.pagination-holder {
  margin: 20px 0 40px 0;
}

.pagination-holder ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination-holder ul.pagination li {
  margin: 0 5px;
}

.pagination-holder ul.pagination li a {
  border-radius: 100em;
  width: 35px;
  height: 35px;
}

.pagination-holder ul.pagination li .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 600;
  color: #ffffff;
  background-color: #000037;
  border: none;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 2000px) {
  .pagination-holder ul.pagination li .page-link {
    line-height: 1.2;
  }
}

.pagination-holder ul.pagination li .page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #fe486e;
}

.pagination-holder ul.pagination li.page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
  color: #ffffff;
  background-color: rgba(0, 0, 55, 0.5);
  border: none;
}

.pagination-holder ul.pagination li.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #fe486e;
  border: none;
}

.pagination-holder ul.pagination li.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 100em;
  border-bottom-left-radius: 100em;
}

.pagination-holder ul.pagination li.page-item:last-child .page-link {
  margin-left: 0;
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
}

/* ------------------------------
End Pagination
--------------------------------*/
/* ------------------------------
Include Feed Options
--------------------------------*/
.include-feed-options {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* ------------------------------
End Include Feed Options
--------------------------------*/
/* ------------------------------
Form
--------------------------------*/
.form-filters {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-filters li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 10px 10px 0px;
}

.form-filters li .form-filter {
  display: block;
  padding: .5rem 1rem;
  border-radius: .25rem;
  text-decoration: none;
}

.form-filters li .form-filter:hover, .form-filters li .form-filter.active {
  background: rgba(0, 0, 55, 0.1);
}

.form-filters li .form-filter div {
  font-size: 11px;
  line-height: 1.7;
  font-weight: 700;
  color: #202124;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .form-filters li .form-filter div {
    font-size: 13px;
    line-height: 1.3;
  }
}

.form-filters li .form-filter div span {
  margin-left: 5px;
}

.form-filters ~ .row.align-items-center {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding-top: 10px;
}

.statuses .status {
  padding: 5px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 5px;
  font-weight: 600;
}

.statuses .status.draft {
  background-color: rgba(0, 0, 55, 0.1);
  color: #000037;
}

.statuses .status.live {
  background-color: rgba(18, 204, 57, 0.1);
  color: #12cc39;
}

.statuses .status.staging {
  background-color: rgba(254, 72, 110, 0.1);
  color: #fe486e;
}

.form .header {
  margin-bottom: 10px;
}

.form .header > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form .sm-heading {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 1.25rem;
}

.form .md-heading {
  margin-bottom: 10px;
}

.form .status {
  padding: 5px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 5px;
  font-weight: 600;
}

.form .status.published {
  background-color: rgba(18, 204, 57, 0.1);
  color: #12cc39;
}

.form .edited-info span {
  margin-right: 15px;
}

.form .nested-form-row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

/* ------------------------------
End Form
--------------------------------*/
.treeview-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.treeview-list li {
  position: relative;
  padding-left: 20px;
}

.treeview-list li .branch-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.treeview-list li .branch-element:hover .tree-actions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.treeview-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #fe486e;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #fe486e;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.treeview-list li .branch-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 15px 5px 0px;
  color: #202124;
  font-weight: 500;
  padding-right: 5px;
}

.treeview-list li .tree-actions {
  /*display: none; -- comment by h*/
}

.treeview-list li .tree-actions a {
  margin: 0 5px;
  color: rgba(95, 99, 104, 0.5);
}

.treeview-list li .tree-actions a i {
  font-size: 15px;
}

.treeview-list li .tree-actions a:hover {
  color: #fe486e;
}

.treeview-list li .fa-grip-lines {
  cursor: move;
}

.treeview-list li .input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid rgba(194, 194, 194, 0.4);
  padding: 0px 15px 0px 15px;
  margin: 5px 0;
  border-radius: 100px;
  background: #f9f9fa;
  min-width: 120px;
  font-size: 14px;
  font-weight: 500;
}

.treeview-list li .input:hover {
  border: 1px solid rgba(194, 194, 194, 0.8);
}

@media (min-width: 2000px) {
  .treeview-list li .input {
    font-size: 16px;
    line-height: 2;
  }
}

.treeview-list li .input:focus {
  outline: none;
}

.treeview-list li ul {
  display: block;
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0;
}

.treeview-list li ul li:before {
  border-color: transparent transparent transparent #202124;
  _border-color: #000000 #000000 #000000 #202124;
}

.treeview-list li ul ul {
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0;
}

.treeview-list li ul ul li:before {
  border-color: transparent transparent transparent #5f6368;
  _border-color: #000000 #000000 #000000 #5f6368;
}

.treeview-list li ul ul ul {
  list-style: none;
  padding: 0 0 0 0px;
  margin: 0;
}

.treeview-list li ul ul ul li:before {
  border-color: transparent transparent transparent rgba(95, 99, 104, 0.5);
  _border-color: #000000 #000000 #000000 rgba(95, 99, 104, 0.5);
}

.treeview-list li ul ul ul ul {
  list-style: none;
  padding: 0 0 0 25px;
  margin: 0;
}

/* ------------------------------
Slide Out Panels
--------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    z-index: -9;
    opacity: 0;
  }
  25% {
    opacity: 0;
    z-index: 1038;
  }
  100% {
    z-index: 1038;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    z-index: -9;
    opacity: 0;
  }
  25% {
    opacity: 0;
    z-index: 1038;
  }
  100% {
    z-index: 1038;
    opacity: 1;
  }
}

@-webkit-keyframes slideIn {
  0% {
    right: -100%;
  }
  25% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}

@keyframes slideIn {
  0% {
    right: -100%;
  }
  25% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}

@-webkit-keyframes slideOut {
  0% {
    right: 0%;
  }
  25% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}

@keyframes slideOut {
  0% {
    right: 0%;
  }
  25% {
    right: 0%;
  }
  100% {
    right: -100%;
  }
}

body.panels-active {
  overflow: hidden;
}

.slide-out-area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: -9;
  opacity: 0;
}

.slide-out-area .loading-overlay {
  background: #ffffff;
  height: 100vh;
}

.slide-out-area.active-panels {
  -webkit-animation: fadeIn 150ms forwards ease-in-out;
          animation: fadeIn 150ms forwards ease-in-out;
}

.slide-out-panel-wrapper {
  position: fixed;
  z-index: 1;
}

.slide-out-panel-wrapper.active {
  z-index: 2;
}

.slide-out-panel-wrapper.active .slide-out-panel {
  width: 90%;
  -webkit-box-shadow: 0 0 30px rgba(32, 33, 36, 0.1);
          box-shadow: 0 0 30px rgba(32, 33, 36, 0.1);
  -webkit-animation: slideIn 300ms forwards ease-in-out 300ms;
          animation: slideIn 300ms forwards ease-in-out 300ms;
}

@media (min-width: 768px) {
  .slide-out-panel-wrapper.active .slide-out-panel {
    width: 80%;
  }
}

.slide-out-panel-wrapper.active .slide-out-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.slide-out-panel-wrapper.inactive .slide-out-panel {
  right: 0;
  width: 99%;
}

.slide-out-panel-wrapper.inactive .slide-out-panel .back-to {
  opacity: 0;
  display: none;
}

.slide-out-panel-wrapper.reactive {
  z-index: 2;
}

.slide-out-panel-wrapper.reactive .slide-out-panel {
  width: 90%;
  right: 0;
  -webkit-box-shadow: 0 0 30px rgba(32, 33, 36, 0.1);
          box-shadow: 0 0 30px rgba(32, 33, 36, 0.1);
}

.slide-out-panel-wrapper.reactive .slide-out-panel .back-to {
  opacity: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .slide-out-panel-wrapper.reactive .slide-out-panel {
    width: 80%;
  }
}

.slide-out-panel-wrapper.reactive .slide-out-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.slide-out-panel-wrapper.load-out .slide-out-panel {
  right: 0;
  -webkit-animation: slideOut 300ms forwards ease-in-out 300ms;
          animation: slideOut 300ms forwards ease-in-out 300ms;
}

.slide-out-panel {
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
  -webkit-box-shadow: 0 0 30px rgba(32, 33, 36, 0.1);
          box-shadow: 0 0 30px rgba(32, 33, 36, 0.1);
  position: fixed;
  top: 15px;
  right: -100%;
  bottom: 0px;
  z-index: 1;
  background: #ffffff;
  border-top-left-radius: 30px;
  width: 99%;
}

@media (min-width: 768px) {
  .slide-out-panel {
    width: 99%;
  }
}

.slide-out-panel .slide-out-panel-header {
  border-top-left-radius: 30px;
  position: absolute;
  width: 100%;
  padding: 20px 30px 20px 30px;
  -webkit-box-shadow: 0 0 30px 0 rgba(32, 33, 36, 0.1);
          box-shadow: 0 0 30px 0 rgba(32, 33, 36, 0.1);
  background: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slide-out-panel .slide-out-panel-header .sm-heading {
  margin-bottom: 0;
  line-height: 1.6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .slide-out-panel .slide-out-panel-header .sm-heading {
    line-height: 1.6;
  }
}

.slide-out-panel .slide-out-panel-header .back-to {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 9;
  margin-right: 15px;
  -webkit-transition: 300ms margin-left ease-in-out;
  transition: 300ms margin-left ease-in-out;
}

.slide-out-panel .slide-out-panel-header .back-to.push {
  margin-left: -50px;
}

.slide-out-panel .slide-out-panel-header .btn {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .slide-out-panel .slide-out-panel-header .btn {
    margin: 5px 0;
  }
}

.slide-out-panel .slide-out-panel-body {
  position: relative;
  z-index: 0;
  padding: 20px 30px;
  overflow-y: scroll;
  margin-top: 110px;
  height: calc(100% - 130px);
}

@media (min-width: 768px) {
  .slide-out-panel .slide-out-panel-body {
    margin-top: 93px;
    height: calc(100% - 113px);
  }
}

.slide-out-panel .slide-out-panel-footer {
  padding: 0px 30px;
  height: 20px;
}

.slide-out-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}

/* ------------------------------
End Slide Out Panels
--------------------------------*/
/* ------------------------------
Mini Inline Card
--------------------------------*/
.mini-inline-card {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(32, 33, 36, 0.1);
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .mini-inline-card {
    max-height: 100px;
    overflow: scroll;
    min-height: 120px;
  }
}

.mini-inline-card p {
  margin-bottom: 5px;
}

.mini-inline-card p.sm-font {
  font-size: 10px;
}

.mini-inline-card .primary-colour {
  color: #fe486e;
}

.mini-inline-card .date-time {
  font-size: 10px;
  font-weight: 600;
}

.mini-inline-card .date-time .status {
  background: rgba(0, 0, 55, 0.2);
  color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 10em;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  line-height: 1.4;
}

.mini-inline-card .date-time .status.revision {
  background: #000037;
}

.mini-inline-card .date-time .date {
  margin-right: 5px;
}

/* ------------------------------
End Mini Inline Card
--------------------------------*/
/* ------------------------------
Revision Slider Pips
--------------------------------*/
.slider-keys {
  margin-bottom: 20px;
}

.slider-keys .slider-key {
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
}

.slider-keys .slider-key .status {
  background: rgba(0, 0, 55, 0.2);
  color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 10em;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  line-height: 1.4;
  font-size: 10px;
  font-weight: 500;
}

.slider-keys .slider-key .status.revision {
  background: #000037;
}

.revision-slider {
  min-height: 100px;
  padding: 20px 20px;
}

@media (min-width: 768px) {
  .revision-slider {
    padding: 0 20px;
  }
}

.ui-slider-horizontal .ui-slider-range {
  background: rgba(0, 0, 55, 0.2);
}

.ui-slider-horizontal.ui-slider-pips {
  background: rgba(0, 0, 55, 0.1);
  border: 0;
  border-radius: 100em;
}

.ui-slider-pips .ui-slider-line {
  background: rgba(0, 0, 55, 0.1);
  width: 8px;
  height: 8px;
  position: absolute;
  left: calc(50% - 4px);
  border-radius: 100em;
}

.ui-slider-pips .ui-slider-pip {
  color: rgba(0, 0, 55, 0.4);
}

.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 12px;
  left: calc(50% - 2.5em);
  margin-left: 0;
  width: 5em;
  font-size: 10px;
}

.ui-slider-pips [class*=ui-slider-pip-selected] {
  font-weight: bold;
  color: #000037;
}

.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line {
  background: #5f6368;
}

.ui-slider-pips [class*=ui-slider-pip-selected] .ui-slider-line {
  background: #000037;
}

.ui-slider-pips .ui-slider-pip-selected-2 {
  color: #fe486e;
}

.ui-slider-pips .ui-slider-pip-selected-2 .ui-slider-line {
  background: #fe486e;
}

.ui-slider-pips .ui-slider-pip-initial-1 {
  font-weight: bold;
  color: #000037;
}

.ui-slider-pips .ui-slider-pip-initial-1 .ui-slider-line {
  background: #000037;
}

.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #fe486e;
}

.ui-slider-pips .ui-slider-pip-initial-2 .ui-slider-line {
  background: #fe486e;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border-radius: 100em;
  background: #000037;
  border: 1px solid #000037;
}

/* ------------------------------
End Revision Slider Pips
--------------------------------*/
.side-widgets {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
}

.side-widgets:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  left: -15px;
  height: 100%;
  background: rgba(32, 33, 36, 0.1);
  display: none;
}

@media (min-width: 768px) {
  .side-widgets:before {
    display: block;
  }
}

.side-widgets li {
  border-bottom: 1px solid rgba(32, 33, 36, 0.1);
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}

.side-widgets li:last-child {
  border-bottom: 0px solid rgba(32, 33, 36, 0);
  padding: 0 0 0px 0;
  margin: 0 0 0px 0;
}

.side-widgets .user-panel {
  margin: 0;
}

.side-widgets .user-panel .img .avatar {
  width: 50px;
  height: 50px;
}

.side-widgets .user-panel .img .avatar[data-initials]:before {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.side-widgets .user-panel .info {
  margin-top: 0;
  margin-left: 15px;
}

.side-widgets .user-panel .info a,
.side-widgets .user-panel .info p {
  text-align: left;
}

.side-widgets .user-panel .info a strong,
.side-widgets .user-panel .info p strong {
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem;
}

.side-widgets .user-panel .info a strong span,
.side-widgets .user-panel .info p strong span {
  font-weight: 400;
  color: #202124;
  text-decoration: none;
}

.side-widgets .user-panel .info a span,
.side-widgets .user-panel .info p span {
  color: #fe486e;
  text-decoration: underline;
}

.expiration-date {
  text-align: center;
}

.expiration-date .xs-heading {
  margin-bottom: 5px;
}

.expiration-date p.counter {
  font-size: 12px;
  font-weight: 500;
}

.expiration-date p.counter strong {
  color: #fe486e;
}

.expiration-date .row {
  margin-left: -5px;
  margin-right: -5px;
}

.expiration-date .col {
  padding-left: 5px;
  padding-right: 5px;
}

.expiration-date .col:first-child .date-card {
  border: 1px solid rgba(254, 72, 110, 0.1);
}

.expiration-date .col:first-child .date-card .sub-heading {
  background: #fe486e;
  color: #ffffff;
}

.date-card {
  overflow: hidden;
  border: 1px solid rgba(95, 99, 104, 0.1);
  text-align: center;
  border-radius: 5px;
}

.date-card .sub-heading {
  background: rgba(95, 99, 104, 0.1);
  display: block;
  margin-bottom: 0;
  text-align: center;
  padding: 5px;
  font-weight: 500;
}

.date-card .date {
  display: block;
  padding: 15px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3;
}

.date-card .date strong {
  font-size: 20px;
  display: block;
}

.date-card .date span {
  display: block;
  font-weight: 600;
  font-size: 10px;
}

.mini-stats-list .xs-heading,
.mini-stats-list p {
  margin-bottom: 5px;
}

.mini-stats-list .positive {
  color: #000037;
  font-weight: 500;
  position: relative;
  line-height: 1.2;
}

.mini-stats-list .positive i {
  color: #12cc39;
  margin-right: 5px;
}

.mini-stats-list .positive .badge {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
}

.mini-stats-list .negative {
  color: #000037;
  font-weight: 500;
  position: relative;
  line-height: 1.2;
}

.mini-stats-list .negative i {
  color: #ff1e0f;
  margin-right: 5px;
}

.mini-stats-list .negative .badge {
  background: rgba(255, 30, 15, 0.1);
  color: #ff1e0f;
}

.mini-applications dt {
  font-size: 18px;
  font-size: 1.125rem;
  color: #202124;
  margin-bottom: 10px;
}

.mini-applications dd {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1;
}

.mini-applications dd strong {
  color: #202124;
}

.xs-font {
  font-size: 13px;
  color: #000037;
}

.xs-font span {
  display: block;
  font-size: 12px;
  color: #5f6368;
}

.info-details {
  margin-bottom: 20px;
}

.info-details .user-panel {
  margin-left: 0;
}

.info-details .user-panel .info {
  margin-top: 0;
  margin-left: 15px;
}

.info-details .user-panel .info a,
.info-details .user-panel .info p {
  text-align: left;
}

.info-details .user-panel .info a strong,
.info-details .user-panel .info p strong {
  line-height: 1.3;
  font-size: 38px;
  font-size: 2.375rem;
}

.info-details .user-panel .info a strong span,
.info-details .user-panel .info p strong span {
  font-weight: 400;
  color: #202124;
  text-decoration: none;
}

.info-details .user-panel .info a span,
.info-details .user-panel .info p span {
  color: #fe486e;
  text-decoration: underline;
}

.info-details .user-panel .info p {
  margin-bottom: 0;
}

.info-details.style-1 .md-heading {
  margin-bottom: 10px;
}

.info-details.style-1 .content.rte {
  padding-bottom: 30px;
}

.info-details.style-1 .col-list {
  margin-bottom: 20px;
}

.info-details.style-1 .col-list .row {
  margin-bottom: 10px;
}

.info-details.style-1 .col-list .row .col i {
  margin-right: 10px;
}

.info-details.style-1 .col-list .row .col p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #202124;
  margin-bottom: 5px;
}

.info-details.style-1 .col-list .row .col p i {
  margin-top: 5px;
}

.info-details.style-1 .col-list .row [class^="col-"]:first-child {
  color: rgba(95, 99, 104, 0.8);
}

.info-details.style-1 .col-list .row [class^="col-"]:last-child {
  color: #5f6368;
}

.info-details.style-1 .col-list.with-heading-row .row:first-of-type .col {
  border-top: 1px solid rgba(95, 99, 104, 0.2);
  border-bottom: 1px solid rgba(95, 99, 104, 0.2);
}

.info-details.style-1 .col-list.with-heading-row .row:first-of-type .col .xs-heading {
  margin-top: 20px;
}

.card-list-cols .col {
  margin-bottom: 30px;
}

.profile.card.align-center.align-items-center {
  margin-bottom: 30px;
  height: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.profile.card.align-center.align-items-center .user-panel {
  margin-bottom: 10px;
}

.profile.card.align-center.align-items-center .user-panel a {
  display: block;
  margin: 0 auto;
}

.profile.card.align-center.align-items-center .user-panel a .avatar {
  margin: 0 auto;
}

.profile.card.align-center.align-items-center .btn {
  margin-top: auto;
}

.chart .xxs-heading {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .chart .xxs-heading {
    margin-top: 0px;
  }
}

.locations .map img {
  width: 100%;
}

.learning-training .sm-heading {
  margin: 30px 0;
}

.learning-training .btn {
  margin: 30px 0;
}

/* ------------------------------
Content Blocks
--------------------------------*/
.content-block {
  margin: 15px 0;
}

.content-block .img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.content-block .img img {
  width: 100%;
}

/* ------------------------------
End Content Blocks
--------------------------------*/
/* ------------------------------
Product Sales Report Widget
--------------------------------*/
.product-sales-report-widget .xs-heading {
  margin-top: 30px;
}

.product-sales-report-widget .row.border-bottom {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .product-sales-report-widget .row.border-bottom {
    padding-bottom: 10px;
  }
}

/* ------------------------------
End Product Sales Report Widget
--------------------------------*/
/* ------------------------------
Product Orders Widget
--------------------------------*/
.product-orders-widget .xs-heading {
  margin-top: 30px;
}

.product-orders-widget .row.border-bottom {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .product-orders-widget .row.border-bottom {
    padding-bottom: 10px;
  }
}

.product-orders-widget .chart {
  margin-top: 30px;
}

/* ------------------------------
End Product Orders Widget
--------------------------------*/
/* ------------------------------
Product Widget
--------------------------------*/
.product-widget .md-heading {
  margin-bottom: 0px;
}

.product-widget .number-widget {
  margin: 20px 0;
}

.product-widget .col-md-4 .number-widget {
  margin: 0px 0;
}

.product-widget .status.live {
  background: rgba(18, 204, 57, 0.1);
  color: #12cc39;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 5px;
}

.product-widget .status.draft {
  background: rgba(0, 0, 55, 0.1);
  color: #000037;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 5px;
}

.product-widget .status.pending {
  background: rgba(254, 72, 110, 0.1);
  color: #fe486e;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 15px;
  border-radius: 5px;
}

/* ------------------------------
End Product Widget
--------------------------------*/
.header .md-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.header .md-heading .status {
  margin-left: 15px;
  padding: 5px 15px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 5px;
  font-weight: 600;
}

.header .md-heading .status.completed {
  background-color: rgba(18, 204, 57, 0.1);
  color: #12cc39;
}

.header .md-heading .status.dispatched {
  background-color: rgba(0, 0, 55, 0.1);
  color: #000037;
}

.header .md-heading .status.pending {
  background-color: rgba(254, 72, 110, 0.1);
  color: #fe486e;
}

.header .xs-heading {
  font-weight: 300;
  margin-bottom: 5px;
}

.header .xs-heading strong {
  font-weight: 600;
}

.header p {
  margin: 0;
  font-size: 12px;
}

.number-widget {
  padding: 0 0 30px 0;
}

.number-widget .xs-heading {
  margin-bottom: 0;
}

.number-widget .xlg-number {
  font-weight: 800;
  font-size: 80px;
  font-size: 5rem;
  color: #202124;
  line-height: 1;
  padding: 0;
  margin: 0;
}

.number-widget .compare {
  margin: 0;
  padding: 0;
}

.number-widget .positive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.number-widget .positive .md-heading {
  color: #202124;
  line-height: 1;
  font-family: "Montserrat", serif;
  margin-right: 5px;
}

.number-widget.with-chart {
  padding-right: 120px;
  position: relative;
  top: 5px;
}

@media (min-width: 768px) {
  .number-widget.with-chart {
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .number-widget.with-chart {
    padding-right: 120px;
  }
}

.number-widget.with-chart h4 {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

.number-widget.with-chart p {
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.number-widget.with-chart .chart {
  padding: 10px 0;
  position: absolute;
  right: 0;
  top: 5px;
  width: 100px;
  height: 60px;
}

@media (min-width: 768px) {
  .number-widget.with-chart .chart {
    width: 50px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .number-widget.with-chart .chart {
    width: 100px;
    height: 60px;
  }
}

.number-widget.with-chart .compare {
  color: rgba(95, 99, 104, 0.9);
  font-size: 12px;
  font-size: 0.75rem;
}

.account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account .img {
  margin-right: 20px;
}

.account .img .avatar {
  width: 45px;
  height: 45px;
}

.account .img .avatar[data-initials]:before {
  width: 39px;
  height: 39px;
  line-height: 39px;
}

.account .account-info .xs-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.account .account-info p {
  margin-bottom: 0;
}

.list-recent-orders {
  border-top: 1px solid rgba(0, 0, 55, 0.1);
}

.list-recent-orders .compare {
  margin-bottom: 0;
}

.list-orders {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-orders li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  padding: 30px 0;
}

.mini-line-chart-widget {
  padding: 30px 0;
}

.mini-line-chart-widget .md-number {
  margin-bottom: 10px;
}

.mini-line-chart-widget .chart {
  width: 100px;
  height: 60px;
}

.performing-widget .xs-heading {
  margin-bottom: 5px;
}

.performing-widget p {
  padding-bottom: 0px;
  margin-bottom: 5px;
  font-weight: 500;
  color: rgba(95, 99, 104, 0.5);
  font-size: 12px;
  font-size: 0.75rem;
}

.performing-widget .row p {
  color: #202124;
}

.performing-widget .row .product-info p {
  margin-bottom: 10px;
  line-height: 1;
}

.performing-widget .row .product-info strong {
  font-size: 16px;
  font-size: 1rem;
}

.performing-widget .row .img {
  border: 1px solid rgba(95, 99, 104, 0.1);
  margin-bottom: 30px;
}

.performing-widget .row .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.uploaded-file .key i {
  color: #fe486e;
}

.uploaded-file .key span {
  margin-left: 5px;
}

.uploaded-file .img {
  background: rgba(95, 99, 104, 0.1);
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(95, 99, 104, 0.2);
  width: 70px;
  min-width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.uploaded-file .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.uploaded-file .img .element {
  position: absolute;
  top: -3px;
  right: -4px;
  margin: 0;
}

.uploaded-file .file-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uploaded-file .file-details a i {
  color: rgba(0, 0, 55, 0.2);
}

.uploaded-file .file-details a:hover i {
  color: #000037;
}

.uploaded-file .file-details p {
  margin-right: 15px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 13px;
}

.uploaded-file .file-details p a {
  color: #5f6368;
}

.uploaded-file .file-details .file-data {
  padding-right: 10px;
  display: block;
  font-size: 11px;
  font-weight: 300;
}

.tabbed-content .tab-handlers {
  border-bottom: 1px solid rgba(95, 99, 104, 0.2);
  margin-bottom: 30px;
}

.tabbed-content .tab-handlers ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.tabbed-content .tab-handlers ul li span {
  font-weight: 600;
  padding: 10px 5px 10px 5px;
  margin-right: 1px;
  display: block;
  color: #202124;
  background: rgba(95, 99, 104, 0.1);
  border-bottom: 3px solid rgba(95, 99, 104, 0);
  border-top: 1px solid rgba(95, 99, 104, 0.1);
  border-left: 1px solid rgba(95, 99, 104, 0.1);
  border-right: 1px solid rgba(95, 99, 104, 0.1);
  height: 100%;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .tabbed-content .tab-handlers ul li span {
    padding: 10px 25px 10px 25px;
  }
}

.tabbed-content .tab-handlers ul li span:hover {
  color: white;
  background: #000037;
  border-bottom: 3px solid #000037;
}

.tabbed-content .tab-handlers ul li span.active {
  color: white;
  background: #000037;
  border-bottom: 3px solid #fe486e;
}

.tabbed-content .tab-handlers ul li:first-child span {
  border-top-left-radius: 5px;
}

.tabbed-content .tab-handlers ul li:last-child span {
  border-top-right-radius: 5px;
}

.tabbed-content .tab-panel {
  display: none;
}

.tabbed-content .tab-panel:first-child {
  display: block;
}

.accordion-content .accordion-handler {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.accordion-content .accordion-handler .xs-heading {
  margin-bottom: 0;
}

.accordion-content .accordion-handler:first-of-type {
  padding-top: 0px;
}

.accordion-content .accordion-handler:nth-last-child(2) {
  border-bottom: 0px solid rgba(0, 0, 55, 0);
}

.accordion-content .accordion-handler .toggle-labels span {
  display: none;
  color: rgba(0, 0, 55, 0.3);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.accordion-content .accordion-handler .toggle-labels span:last-of-type {
  display: block;
}

.accordion-content .accordion-handler:hover span {
  color: #000037;
}

.accordion-content .accordion-handler.active .toggle-labels span {
  display: block;
}

.accordion-content .accordion-handler.active .toggle-labels span:last-of-type {
  display: none;
}

.accordion-panel {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
}

.accordion-panel:first-child {
  display: block;
}

.accordion-panel:last-child {
  border-bottom: 0px solid rgba(0, 0, 55, 0);
}

.order-invoice-details .loading-overlay {
  background: #ffffff;
}

.order-invoice-details .header {
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.order-invoice-details .order-details-section {
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.order-invoice-details .details .xs-heading {
  margin-bottom: 10px;
}

.order-invoice-details .details ul.one-col {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order-invoice-details .details ul.one-col li {
  width: 100%;
}

.order-invoice-details .details ul.two-col {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order-invoice-details .details ul.two-col li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 768px) {
  .order-invoice-details .details ul.two-col li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.order-invoice-details .details dl dt {
  font-weight: 600;
}

.order-invoice-details .details dl dd {
  margin-bottom: 0;
}

.order-invoice-details .details table {
  margin-top: 15px;
  width: 100%;
  border-top: 1px solid rgba(95, 99, 104, 0.3);
  border-left: 1px solid rgba(95, 99, 104, 0.3);
}

.order-invoice-details .details table td {
  border-right: 1px solid rgba(95, 99, 104, 0.3);
  border-bottom: 1px solid rgba(95, 99, 104, 0.3);
  padding: 10px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: 300;
  color: #5f6368;
}

.order-invoice-details .details table td strong {
  font-weight: 600;
}

.order-invoice-details .details table tr:nth-last-child(-n+2) td {
  font-weight: 600;
  background: rgba(0, 0, 55, 0.1);
}

.order-invoice-details .details .message-box {
  border: 1px solid rgba(95, 99, 104, 0.2);
  border-radius: 5px;
  background: rgba(95, 99, 104, 0.05);
  padding: 15px;
  min-height: 120px;
}

.order-invoice-details .order-content {
  margin-left: -30px;
  margin-right: -30px;
}

.order-invoice-details .order-content table tr td:first-child {
  padding: 1em 2.5em;
}

.order-invoice-details .order-content table tr td:last-child {
  padding: 1em 2.5em 1em 1em;
}

.order-invoice-details .order-content table td p {
  color: #202124;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.order-invoice-details .order-content .table-footer {
  border-top: 48px solid rgba(0, 0, 55, 0.1);
}

.order-invoice-details .order-content .table-footer .row {
  border-bottom: 1px solid rgba(0, 0, 55, 0.1);
  padding: 20px 30px;
}

.order-invoice-details .order-content .table-footer .row .row {
  border-bottom: 0px solid rgba(0, 0, 55, 0);
  padding: 0px;
}

.order-invoice-details .order-content .table-footer .row:last-of-type {
  border-bottom: 0px;
}

.order-invoice-details .order-content .table-footer .row:last-of-type .totals .align-right {
  font-size: 40px;
  font-size: 2.5rem;
}

.prod-images .img {
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  background: white;
  position: relative;
}

.prod-images .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.prod-images ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.prod-images ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.prod-images ul li .img {
  margin: 2px;
  border: 1px solid rgba(95, 99, 104, 0.1);
  border-radius: 3px;
}

.product-info {
  padding: 10px 0 0 0;
}

.product-info dl {
  margin-bottom: 15px;
}

.product-info dl dt {
  font-weight: 600;
  color: rgba(95, 99, 104, 0.5);
  margin-bottom: 5px;
}

/* ------------------------------
Side by Side View
--------------------------------*/
.side-by-side-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 200%;
}

@media (min-width: 768px) {
  .side-by-side-view {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}

.side-by-side-view .form-row .col-md-4, .side-by-side-view .form-row .col-md-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.side-by-side-view .form-row .col-md-8.offset-md-4 {
  margin-left: 0;
}

.side-by-side-view .header {
  margin-bottom: 30px;
  margin-top: 30px;
}

.side-by-side-view .header .btn {
  margin-top: 20px;
}

.side-by-side-view .sm-heading {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0px 0 10px 0;
}

.side-by-side-view .just-arrow .dropdown-toggle {
  border: 0;
  background: none;
  font-weight: 600;
  color: #202124;
  font-size: 30px;
  font-size: 1.875rem;
}

.side-by-side-view .just-arrow .dropdown-toggle:after {
  top: 12px;
  color: #fe486e;
  font-size: 18px;
  font-size: 1.125rem;
}

.side-by-side-view .just-arrow .dropdown-toggle:hover {
  color: #fe486e;
}

.side-by-side-view .side-left {
  padding-right: 5%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  width: 40%;
}

@media (min-width: 768px) {
  .side-by-side-view .side-left {
    width: 50%;
  }
}

.side-by-side-view .side-right {
  width: 60%;
  padding-left: 5%;
}

@media (min-width: 768px) {
  .side-by-side-view .side-right {
    width: 50%;
  }
}

.main-menu {
  max-width: 100%;
}

.main-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  list-style: none;
}

.main-nav li a {
  padding: 10px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}

.more-btn {
  color: red;
}

.auto-nav-more {
  position: relative;
}

.auto-nav-more-list-box {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: right;
  padding: 0;
  list-style: none;
  background: grey;
  border-radius: 4px;
  z-index: 1;
}

.auto-nav-more:hover .auto-nav-more-list-box {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------
End Side by Side View
--------------------------------*/
/* ------------------------------
Searchbar Panel
--------------------------------*/
.searchbar-panel .col-auto {
  width: 100%;
}

@media (min-width: 768px) {
  .searchbar-panel .col-auto {
    width: auto;
  }
}

.searchbar-panel .xs-heading {
  margin-bottom: 0;
}

.searchbar-panel .element.search .field {
  padding: 0px 0px 0px 35px;
}

.searchbar-panel .element.search .field:before {
  top: 11px;
  content: "\f105";
}

@media (min-width: 768px) {
  .searchbar-panel .element.search .field:before {
    top: 13px;
  }
}

.searchbar-panel .element.search .field input {
  width: 1%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* ------------------------------
End Searchbar Panel
--------------------------------*/

/* ------------------------------
H
--------------------------------*/
.side-by-side-view .side-left .element.text.highlight .field,
.side-by-side-view .side-left .element.multi-line-text.highlight .field {
    border-color: #28a745;
}

.side-by-side-view .side-right .element.text.highlight .field,
.side-by-side-view .side-right .element.multi-line-text.highlight .field {
    border-color: #fe486e;
}

.side-by-side-view .side-left .element.radio.highlight {
    border: solid 1px #28a745;
    border-radius: 100px;
    padding-left: 10px;
}

.side-by-side-view .side-right .element.radio.highlight {
    border: solid 1px #fe486e;
    border-radius: 100px;
    padding-left: 10px;
}

.side-by-side-view .side-left .element.checkbox .highlight {
    border: solid 1px #28a745;
    border-radius: 100px;
    padding-left: 10px;
}

.side-by-side-view .side-right .element.checkbox .highlight {
    border: solid 1px #fe486e;
    border-radius: 100px;
    padding-left: 10px;
}

.side-by-side-view .side-left .element.rte.highlight .note-editor.note-frame {
    border-color: #28a745;
}

.side-by-side-view .side-right .element.rte.highlight .note-editor.note-frame {
    border-color: #fe486e;
}

.side-by-side-view .side-left .element.file.highlight .file-details,
.side-by-side-view .side-left .element.file.highlight .img {
    border: solid 1px #28a745;
    border-radius: 10px;
    padding: 2px
}

.side-by-side-view .side-right .element.file.highlight .file-details,
.side-by-side-view .side-right .element.file.highlight .img {
    border: solid 1px #fe486e;
    border-radius: 10px;
    padding: 2px
}

.monaco-editor .monaco-findInput .wrapper {
    margin-left: 0px;
}
/* ------------------------------
End H
--------------------------------*/