:root {
  --main-bg-color: #414949;
}

html,
body {
  font-family: "PT Sans", sans-serif;
  /* color: #96a2b4; */
  font-weight: 300;
  height: 100%;
}
b,
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Bebas Neue", sans-serif;
  /* font-family: 'Montserrat', sans-serif; */
  text-transform: uppercase;
}
a {
  color: #008fd5;
}
.custom-file-input,
.custom-select {
  cursor: pointer;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form div.required label.control-label:after {
  content: " * ";

  color: red;
}
.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}
select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.375rem + 2px);
  padding: 0.6875rem 1.75rem 0.6875rem 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #555a64;
  vertical-align: middle;
  background: none no-repeat right 0.75rem center/8px 10px;
  background-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: 1px solid #eaedf2;
  border-radius: 0.3125rem;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* #wrapper{
    max-width: 1320px;
} */
section {
  padding: 30px 0;
}

.error-list {
  list-style: none;
}

.text-red {
  color: #cb1517;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
.error {
  color: #dd4b39;
}
ul li {
  list-style: none;
}

.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #2f323e;
}

.top-bar {
  padding: 0 0 0 240px;
  position: fixed;
  width: 100%;
  top: 0px;
  background: linear-gradient(to bottom, #cb2d3e 0%, #ef473a 100%);
  height: 95px;
  z-index: 2;
}

nav.nav-top {
  padding: 0 100px 0 240px;
  position: fixed;
  width: 100%;
  top: 0px;
  background: linear-gradient(to bottom, #cb2d3e 0%, #ef473a 100%);
  height: 95px;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.nav-top-links {
  margin: 0;
}

.nav-top-links a.profile-button {
  color: #fff;
  text-decoration: none;
}

.nav-top-links a.profile-button:hover {
  color: #fff;
  text-decoration: none;
}

.nav-top-links .profile-pic {
  display: inline-block;
  margin-top: 20px;
}

.nav-top-links .dropdown-menu {
  margin-top: 70px;
  border-radius: 0;
  padding: 10px;
}

.dropdown-user .user-img div {
  margin: 0 auto;
}

.dropdown-user .user-box {
  text-align: center;
}

.dropdown-user .user-links {
  padding: 0;
}

.dropdown-user .user-links a {
  color: #1c1c1c;
  padding-left: 20px;
  text-decoration: none;
}

.show-sidebar {
  display: block !important;
}

.sidebar-head {
  padding: 10px 20px;
  display: none;
  width: 240px;
  position: fixed;
  z-index: 10;
  left: 0px;
}

.sidebar-head h3 a {
  color: #ffffff;
  font-weight: 400;
  margin-top: 10px;
}

.sidebar-head h3 a:hover {
  text-decoration: none;
}

.sidebar-head .fa-fw {
  width: 1rem;
  display: inline-block;
  margin-right: 7px;
}

.sidebar-head .fa-fw .fa {
  font-size: 1.75rem;
}

.nav-top .logo-holder {
  max-width: 350px;
  float: left;
  padding-left: 10px;
  width: 90%;
}

.logo-lg {
  background: url("../img/logowh2.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.logo-lg,
.logo-mini {
  height: 95px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
}

aside {
  background: #e2e2e2;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  z-index: 1001;
  position: fixed;
  width: 240px;
  padding-top: 0px;
  height: 100%;
  -webkit-transition: 0.05s ease-in;
  -o-transition: 0.05s ease-in;
  transition: 0.05s ease-in;
}

.nav-side {
  padding-top: 10px;
}

aside .nav .fa,
aside .nav .far {
  width: 25px;
  text-align: center;
  font-size: 20px;
}

.sidebar li a {
  padding: 12px 35px 12px 20px;
  display: block;
  width: 240px;
  color: #1c1c1c;
}

.sidebar li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.15);
}

.sidebar li a.active {
  background: #2f4f4f;
  color: #ffffff;
  font-weight: 500;
}
.menu-icon-img {
  width: 50px;
  margin-left: -12px;
}
.treeview .nav {
  display: none;
}

.treeview.active .nav {
  display: block;
}

.treeview li a {
  padding-left: 40px;
  border-left: 15px solid #a5a5a5;
}

.treeview .fa-selection::before {
  content: "\f104";
}

.treeview.active .fa-selection::before {
  content: "\f107";
}

main {
  margin-left: 240px;
  padding: 0;
  margin-top: 95px;
  padding-bottom: 100px;
  background: #fff;
  /* background: hsl(0, 0%, 98%); */
  position: relative;
  /* z-index: 10; */
}

#wrapper {
  background-image: url(../img/home-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
}

.top-banner {
  height: 200px;
  display: flex;
  background-size: cover;
  margin-bottom: 30px;
  /* default */
  background-image: url(../img/top-bg.jpg);
}
.welcome-header {
  color: #434343;
  padding-left: 380px;
  padding-top: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 767px) {
  .top-banner {
    background-image: url(../img/top-bg.jpg), url(../img/top-bg-blank.jpg);
    height: auto !important;
    background-blend-mode: soft-light;
  }
  .welcome-header {
    padding: 20px 50px;
  }
}
/*
Home
*/
.card-deck {
  justify-content: center;
}

.home.top-banner {
  height: 340px;
}

.index-cards .card-style,
.shadow {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.index-cards .card-style:hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.index-cards .card {
  max-width: 300px;
  min-width: 270px;

  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  border: none;
  border-radius: 0;
  margin: 20px;
  height: 350px;
  background: linear-gradient(to top, rgba(23, 27, 38, 0.92) 0%, #414949 100%);
}

.card-img,
.card-img-top {
  width: 50%;
  margin: 20px auto;
}

.video-deck .card-img,
.video-deck .card-img-top {
  border-radius: 0;
  width: 100%;
  margin: 0;
}

.card-img-top.video-thumb {
  width: 100%;
  margin: 0;
}

.card-img-top.video-thumb img {
  width: 100%;
}

.index-cards .card .status {
  position: absolute;
  width: 200px;
  right: 0;
  top: 98px;
  text-align: right;
  padding: 3px 30px 3px;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
}

.index-cards .card .status.active {
  background: rgba(120, 220, 156, 0.95);
  color: #fff;
}

.index-cards .card .status.inactive {
  background: rgba(203, 21, 23, 0.95);
  color: #fff;
}
.index-cards .card .status.buy {
  background: rgba(0, 143, 213, 0.95);
  color: #fff;
}
.index-cards .card h3 {
  /* font-size: 0.8em; */
  /* color: #2f4f4f; */
  text-align: center;
}

.index-cards .card .card-body {
  bottom: 0;

  width: 100%;
  color: #fff;
}

.index-cards .card .card-body.welcome {
  position: relative;
}

.index-cards .card .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  color: #fff;
}

.index-cards .card-footer {
  padding: 0;
  border: none;
}

.index-cards .card-footer .btn {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  line-height: 40px;
}

.panel {
  background: #fff;
  color: #1c1c1c;
  padding: 20px;
  margin: 0 20px;
}
@media (max-width: 576px) {
  .panel {
    margin: 0 10px;
    padding: 20px 10px;
  }
}

h1 img {
  max-height: 1em;
}
.product-nav-tabs {
  margin-top: 30px;
}

.product-nav-tabs .nav-tabs {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  padding: 0;
  border: none;

  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-nav-tabs .nav {
  background: rgba(0, 0, 0, 0.1);
}

.product-nav-tabs .nav-tabs .nav-item {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.product-nav-tabs .nav-tabs .nav-link.active::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;

  border-top-color: #2f4f4f;
  content: "";
  pointer-events: none;
}

.product-nav-tabs .nav-tabs .nav-link.active {
  height: 100%;
}

.product-nav-tabs .nav-tabs .nav-link.active::before {
  display: block;
  margin: 0 0 0.25em 0;
}

.product-nav-tabs .nav-tabs .nav-link.active,
.product-nav-tabs .nav-tabs .nav-item.show .nav-link {
  background: #2f4f4f;
  border: none;
  color: #ffffff;
  vertical-align: middle;
  font-weight: 500;
}

.product-nav-tabs .nav-tabs .nav-link {
  border-radius: 0;
  overflow: visible;
  padding: 25px 0;
  line-height: 1;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #2f4f4f;
  position: relative;
  display: block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: visible;
  padding: 25px 0;
  font-size: 1.1em;
}

.tab-pane {
  padding: 20px;
}

.product-overview-ul {
  padding: 20px 0;
}

.resolution-accordion {
  max-width: 100%;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.resolution-accordion .card,
.resolution-accordion .card:last-child .card-header {
  border: none;
}

.resolution-accordion .card-header {
  border-bottom-color: #edeff0;
}

.resolution-accordion .fa-stack {
  font-size: 18px;
}

.resolution-accordion .btn {
  width: 100%;
  font-size: 1.1rem;
  padding: 0;
  color: #1c1c1c;
}

.resolution-accordion .btn-link:hover,
.resolution-accordion .btn-link:focus {
  text-decoration: none;
}

.resolution-accordion li + li {
  margin-top: 10px;
}

.offset-bubble {
  max-width: 124px;
  margin-top: -80px;
  margin-left: -45px;
}

.product-overview-ul li {
  display: inline-block;
}

.product-overview-ul h3 {
  float: left;
  width: 100px;
  text-align: center;
  padding-right: 25px;
}

.product-overview-ul h3 .icon-large {
  margin: 0 auto;
}

.product-overview-ul div {
  margin-left: 100px;
}

.product-overview-ul .icon-base {
  margin: 0 auto;
}

.key-features .icon-base {
  margin: 0 auto;
}

.key-features-ul {
  padding: 20px 0;
  display: flex;
  column-width: 300px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.key-features-ul li {
  padding: 10px 0;
  flex: 0 1 24%;
}

@media screen and (max-width: 993px) {
  .key-features-ul li {
    padding: 10px 0;
    flex: 0 1 50%;
  }
}

@media screen and (max-width: 750px) {
  .key-features-ul li {
    padding: 10px 0;
    flex: 0 1 100%;
  }
}

.key-features-ul span {
  float: left;
  width: 100px;
  text-align: center;
  padding-right: 25px;
  position: absolute;
  margin: 0 auto;
}

.key-features-ul div {
  text-align: center;
  margin-top: 100px;
}

.key-features-ul div h5 {
  margin-bottom: 0;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}

@media screen and (max-width: 900px) {
  nav.nav-top {
    padding: 0 0 0 100px;
  }

  aside {
    display: none;
  }

  main {
    margin-left: 0;
  }

  .sidebar-head {
    display: block;
  }

  /* .card-deck .card {
    margin: 20px auto;
  } */

  footer {
    padding: 30px 0 10px 0 !important;
  }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  .data-table table,
  .data-table thead,
  .data-table tbody,
  .data-table th,
  .data-table td,
  .data-table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .data-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .data-table tr {
    border: 1px solid #ccc;
  }

  .data-table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  .data-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-heading);
  }
}

@media screen and (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 10rem;
    z-index: 15;
  }
}

/*Payment*/
.credit-card {
  min-width: 350px;
}

.cc {
  height: 40px;
  padding: 10px 12px;
  width: 100%;
  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.cc--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.cc--invalid {
  border-color: #fa755a;
}

.cc--webkit-autofill {
  background-color: #fefde5 !important;
}

.cc .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cc label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  color: #cfd7df;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.cc .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent;
}

/* Avarar*/
.avatar-status-button {
  width: 15px;
  height: 15px;
  background-color: greenyellow;
  border-radius: 50%;
  border: 2px solid white;
  position: relative;
  top: -12px;
}

.avatar-status-button.inactive {
  background-color: tomato;
}
.avatar-initials {
  background: var(--main-bg-color);
}
footer {
  bottom: 0;
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #fff;
  z-index: -1;
  height: 100px;
  padding: 30px 0 10px 240px;
}

footer div {
}

/*
Cart
*/

.cart .product-img {
  max-width: 100px;
}
.toggle,
.toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.toggler {
  color: #ddd;
  transition: 0.2s;
  font-weight: bold;
}

.toggler--is-active {
  color: #9d1726;
}

.b {
  display: block;
}

.toggle {
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 100px;
  background-color: #9d1726;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.08s, 0s;
}

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
/**
Guest
*/
.guest section {
  height: 100%;
  padding: 0;
}

.guest .left {
  background: url(../img/loginbg.jpg) no-repeat center center / cover !important;
  height: 100%;
  padding: 0;
}

.guest .left .inner-panel {
  position: absolute;
  height: 100%;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #e6e6e6;
}

.guest .left .inner-panel p {
  color: #ccc;
}

.left .inner-panel .logo {
  padding: 20px;
  display: block;
  position: absolute;
  top: 0;
}

/*
buttons */
.btn {
  box-shadow: 0 0 4px #999;
}
.btn-link,
.btn-link:active,
.btn-link:focus {
  box-shadow: none;
}
.btn.btn-main {
  background-color: #2f4f4f;
  border-color: #3e5f5f;
  background-position: center;
  transition: background 0.8s;
  color: #fff;
}

.btn.btn-main:hover {
  background: #2b3d3d radial-gradient(circle, transparent 1%, #698f8f 1%) center/15000%;
  border-color: #2f4f4f;
  /* background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%; */
}

.btn.btn-main:active {
  border-color: #2f4f4f;
  background-size: 100%;
  transition: background 0s;
}

.btn.btn-red {
  background: linear-gradient(to bottom, #cb2d3e 0%, #ef473a 100%);
  border: none;
  background-position: center;
  transition: background 0.8s;
  color: #fff;
}

.btn.btn-main:hover {
  background: #2b3d3d radial-gradient(circle, transparent 1%, #698f8f 1%) center/15000%;
  border-color: #2f4f4f;
  /* background: #47a7f5 radial-gradient(circle, transparent 1%, #47a7f5 1%) center/15000%; */
}

.btn.btn-main:active {
  border-color: #2f4f4f;
  background-size: 100%;
  transition: background 0s;
}
.btn.btn-white {
  background-color: #fff;
  transition: background 0.8s;
  border-radius: 0;
}
.btn.btn-white:hover {
  background-color: rgb(240, 238, 238);
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
}
/* Icons  */
.icon-base {
  width: 61px;
  height: 61px;
  display: block;
}

.icon-small {
  transform: scale(0.65);
}

/* Icons from directory "" */
.icon-alert,
.icon-alert\:regular {
  background-image: url("../img/icons.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.icon-card,
.icon-card\:regular {
  background-image: url("../img/icons.svg");
  background-position: 0 -61px;
  background-repeat: no-repeat;
}

.icon-connected,
.icon-connected\:regular {
  background-image: url("../img/icons.svg");
  background-position: 0 -122px;
  background-repeat: no-repeat;
}

.icon-hand-card,
.icon-hand-card\:regular {
  background-image: url("../img/icons.svg");
  background-position: 0 -183px;
  background-repeat: no-repeat;
}

.icon-hand-money,
.icon-hand-money\:regular {
  background-image: url("../img/icons.svg");
  background-position: 0 -244px;
  background-repeat: no-repeat;
}

.icon-hat,
.icon-hat\:regular {
  background-image: url("../img/icons.svg");
  background-position: 0 -305px;
  background-repeat: no-repeat;
}

.icon-house-tick,
.icon-house-tick\:regular {
  background-image: url("../img/icons.svg");
  background-position: 0 -366px;
  background-repeat: no-repeat;
}

.icon-mallet,
.icon-mallet\:regular {
  background-image: url("../img/icons.svg");
  background-position: 0 -427px;
  background-repeat: no-repeat;
}

.icon-phone-lock,
.icon-phone-lock\:regular {
  background-image: url("../img/icons.svg");
  background-position: 0 -488px;
  background-repeat: no-repeat;
}

.icon-radar,
.icon-radar\:regular {
  background-image: url("../img/icons.svg");
  background-position: 0 -549px;
  background-repeat: no-repeat;
}

.icon-wallet,
.icon-wallet\:regular {
  background-image: url("../img/icons.svg");
  background-position: 0 -610px;
  background-repeat: no-repeat;
}

.knowledege-img {
  max-height: 300px;
}

.index-cards.video-deck .card-style {
  height: 300px;
}
/* account */
.subscription-list {
  padding-left: 0;
}

.subscription-logo {
  width: 130px;
}
.coloured-header-black {
  background-image: linear-gradient(to top, rgba(23, 27, 38, 0.92) 0%, #414949 100%);
  color: #bfbfbf;
}
.coloured-header-black h2 {
  color: #fff;
}
.coloured-header-black h5 {
  color: #05b0e3;
}
.coloured-header-black .border-right-blue {
  border-right: 3px solid #05b0e3;
}

/* slides*/
.slides {
  margin: 10px 50px;
  text-align: center;
}

.slides .slide {
  width: 100%;
  height: 200px;
  background-color: #ccc;
  padding: 20px 50px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slides .slide.bg1 {
  background-image: url("../img/knowlegde/slide-background1.5.jpg");
}

.slides .slide.bg2 {
  background-image: url("../img/knowlegde/slide-background2.jpg");
}

.slides .slide h3 {
  font-size: 2.5vw;
}

.slides .slide h3.line {
  border-bottom: 3px solid #bc3b44;
  display: inline-block;
}

.slides .slide p {
  font-size: 1.5vw;
}

.slides .slide .slide-number {
  bottom: 0;

  position: absolute;
}

@media screen and (max-width: 1200px) {
  .slides {
    margin: 10px;
  }

  .slides .slide {
    padding: 20px 10px;
  }

  .slides .slide h3 {
    font-size: 36px;
  }

  .slides .slide p {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .slides {
    margin: 10px;
  }

  .slides .slide {
    padding: 20px 10px;
  }

  .slides .slide h3 {
    font-size: 30px;
  }

  .slides .slide p {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .slides .slide h3 {
    font-size: 24px;
  }

  .slides .slide p {
    font-size: 20px;
  }
}
/* Steps */
.step {
  position: relative;
  min-height: 1em;
  color: gray;
}
.step + .step {
  margin-top: 0.8em;
}
.step > div:first-child {
  position: static;
  height: 0;
}
.step > div:not(:first-child) {
  margin-left: 1.5em;
  padding-left: 1em;
}

.step.step-active .circle {
  background-color: #e74438;
}
.step.step-complete .title {
  text-decoration: line-through;
}
.step.step-success .circle {
  background-color: #74d498;
}

/* Circle */
.circle {
  background: gray;
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 2px #fff;
  font-weight: bold;
}

/* Stepper Titles */
.title {
  line-height: 2em;
  font-weight: bold;
}
.caption {
  font-size: 0.8em;
}
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: black;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\f060";
}

[dir="rtl"] .slick-prev:before {
  content: "\f061";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\f061";
}

[dir="rtl"] .slick-next:before {
  content: "\f060";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 3rem;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.alert {
  background: #fff;
  color: #1c1c1c;
  padding: 20px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);

  margin-bottom: 10px;
}

.alert-warning {
  border: none;
  border-left: #fabe28 solid 5px;
}

.alert-success {
  border: none;
  border-left: #87c981 solid 5px;
}

.alert-danger {
  border: none;
  border-left: #ee6078 solid 5px;
}

.delay-01s {
  animation-delay: 0.2s;
}

.delay-02s {
  animation-delay: 0.4s;
}

.delay-03s {
  animation-delay: 0.6s;
}

.delay-04s {
  animation-delay: 0.8s;
}

.delay-05s {
  animation-delay: 1s;
}

.delay-07s {
  animation-delay: 1.2s;
}

.delay-08s {
  animation-delay: 1.4s;
}

.delay-09s {
  animation-delay: 1.5s;
}

.delay-10s {
  animation-delay: 1.6s;
}

.modal {
  animation: fadeIn 1s, slideIn 0.8s linear;
  margin: auto;
}

@keyframes slideIn {
  0% {
    transform: translateY(400px);
    animation-timing-function: ease-out;
  }

  60% {
    transform: translateY(-30px);
    animation-timing-function: ease-in;
  }

  80% {
    transform: translateY(10px);
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateY(0px);
    animation-timing-function: ease-in;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.red-underline {
  text-decoration: underline;
  text-decoration-color: red;
}
.mobile-wrapper a:hover,
.mobile-wrapper a:active,
.mobile-wrapper a:visited {
  text-decoration: none !important;
}
.mobile-wrapper nav.nav-top {
  padding: 0;
}

.mobile-wrapper .logo-holder {
  width: 70%;
}

.mobile-wrapper .profile-pic {
  height: 30px;
}

.mobile-wrapper main {
  margin-left: 0;
  margin-top: 0;
  background: none;
}

.mobile-wrapper .container {
  padding-top: 1rem;
  padding-left: 2px;
  padding-right: 2px;
}
.mobile-wrapper .index-cards .card {
  max-width: 100%;
  height: 130px;
}
.mobile-wrapper .index-cards .card-body {
  padding: 0.75rem;
}
.mobile-wrapper .index-cards .card h3 {
  margin: 0;
  text-align: left;
}
.mobile-wrapper .index-cards .card .status {
  bottom: 0;
  top: auto;
}
header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/1x/how_it_happens_mobile.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead.sign-up {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  header.masthead h1 {
    font-size: 3rem;
  }
}

.testimonials {
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.testimonials .testimonial-item {
  max-width: 18rem;
}

.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
  position: relative;
  background: rgb(45, 47, 61);
  padding: 7rem 0;
}

ul.tick {
  list-style-type: none;
}

ul.tick > li {
  text-indent: -32px;
  padding-top: 10px;
}

ul.tick > li:before {
  content: "";
  padding-right: 20px;
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: 24px;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: top;
}

ul.red-tick > li:before {
  background-image: url(../img/1x/red_tick.png);
}

ul.blue-tick > li:before {
  background-image: url(../img/1x/blue_tick.png);
}

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019; /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)"; /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)"; /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.introjs-arrow {
  border: 5px solid transparent;
  content: "";
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-bottom-color: white;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: white;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: white;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: white;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
}
.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: white;
}
.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: white;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: white;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: white;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: calc(20vw + 200px);
  max-width: 80vw;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
   Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
   Changed by Afshin Mehrabani
  */
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px / normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}
.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}
.introjs-helperLayer {
  background: transparent;
}

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

.introjs-helperLayer:before {
  opacity: 0;
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 0.5em;
  box-shadow: 0 0 0 1000em rgba(0, 0, 0, 0.7);
  opacity: 1;
}

.introjs-helperLayer:after {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
}
@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.submitting:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));

  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.submitting:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.submitting:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/** Utility **/
.border-dashed {
  border-style: dashed !important;
}
