﻿.cr-pointer {
  cursor: pointer;
}
.bg-white {
  background-color: white;
}
.br-full-1 {
  border: 1px solid;
}
.br-full-white {
  border-color: #FFFFFF;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-xs {
  margin-top: 6px !important;
}
.mb-xs {
  margin-bottom: 6px !important;
}
.mt-sm {
  margin-top: 12px !important;
}
.mb-sm {
  margin-bottom: 12px !important;
}
.mt-md {
  margin-top: 24px !important;
}
.mb-md {
  margin-bottom: 24px !important;
}
.mt-lg {
  margin-top: 32px !important;
}
.mb-lg {
  margin-bottom: 32px !important;
}
.mt-none {
  margin-top: 0 !important;
}
.mb-none {
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .hide-on-mobile {
    display: none !important;
  }
}
.full-width {
  width: 100%;
}
.clear {
  clear: both;
}
.display-inline-table {
  display: inline-table;
}
.display-inline-block {
  display: inline-block;
}
.letter-of-step {
  padding: 5px 8px;
  border-radius: 4px;
  color: white;
  top: 10px;
  font-size: 1.2rem;
  display: inline;
  float: right;
}
.step-list-item {
  height: 35px;
  display: flex;
  display: -ms-inline-flexbox;
  align-items: center;
  justify-content: space-between;
  padding-right: 5px;
  position: relative;
  width: 100%;
}
.step-list-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: 0;
  left: 23px;
  border-left: 2px solid #cccccc;
  transform: translate(-50%);
  width: 10px;
}
.step-index-star {
  padding: 0px 4px !important;
}
.step-online-image {
  margin-right: 8px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.step-online-icon {
  font-size: 1.65rem;
  color: #f87f56;
  cursor: help;
}
.step-list-item-left {
  display: flex;
  display: -ms-inline-flexbox;
  align-items: center;
  flex: 1;
}
.step-list-item-right {
  display: flex;
  display: -ms-inline-flexbox;
  align-items: center;
  margin-right: 5px;
}
.step-index-container {
  display: inline-block;
  width: 42px;
  flex: 0 0 42px;
  text-align: center;
}