.bevelBox-blue {
  background: #E3F2FD;
  background: linear-gradient(0deg, rgba(187, 222, 252, 1) 0%, rgba(227, 242, 253, 1) 70%, rgba(227, 242, 253, 1) 100%);
  border-radius: 12px;
  border: none;
  -moz-box-shadow: inset 2px 2px 0px rgba(223, 232, 249, 1), inset -2px -2px 0px rgba(95, 171, 237, .9);
  -webkit-box-shadow: inset 2px 2px 0px rgb(223, 232, 249), inset -2px -2px 0px rgb(95 171 237 / 90%);
  box-shadow: inset 2px 2px 0px rgb(223, 232, 249), inset -2px -2px 0px rgb(95 171 237 / 90%);
}

.bevelBox-blue:hover {
  background: #e3f2fd;
  background: linear-gradient(0deg, rgba(227, 242, 253, 1) 0%, rgba(244, 247, 255, 1) 30%, rgba(244, 247, 255, 1) 70%, rgba(227, 242, 253, 1) 100%);
}

.bevelBox-yellow {
  background: #FFF8E1;
  background: linear-gradient(0deg, rgba(255, 243, 210, 1) 0%, rgba(255, 248, 225, 1) 70%, rgba(255, 248, 225, 1) 100%);
  border-radius: 12px;
  border: none;
  -moz-box-shadow: inset 2px 2px 0px rgba(255, 255, 255, 1), inset -2px -2px 0px rgba(255, 183, 77, .9);
  -webkit-box-shadow: inset 2px 2px 0px rgb(255 255 255), inset -2px -2px 0px rgb(255 183 77 / 90%);
  box-shadow: inset 2px 2px 0px rgb(255, 243, 210), inset -2px -2px 0px rgb(255 183 77 / 90%);
}

.bevelBox-yellow:hover {
  background: #e3f2fd;
  background: linear-gradient(0deg, rgba(255, 253, 231, 1) 0%, rgba(255, 252, 242, 1) 30%, rgba(255, 252, 242, 1) 70%, rgba(255, 253, 231, 1) 100%);
}

.bevelBox-green {
  background: #e3f2fd;
  background: linear-gradient(0deg, rgba(200, 230, 201, 1) 0%, rgba(231, 244, 232, 1) 30%, rgba(231, 244, 232, 1) 70%, rgba(232, 245, 233, 1) 100%);
  border-radius: 12px;
  border: none;
  -moz-box-shadow: inset 2px 2px 0px rgba(255, 255, 255, 1), inset -2px -2px 0px rgba(255, 183, 77, .9);
  -webkit-box-shadow: inset 2px 2px 0px rgb(255 255 255), inset -2px -2px 0px rgb(255 183 77 / 90%);
  box-shadow: inset 2px 2px 0px rgb(213 238 230), inset -2px -2px 0px rgb(125 202 194 / 90%);
}

.bevelBox-green:hover {
  background: #e3f2fd;
  background: linear-gradient(0deg, rgba(232, 245, 233, 1) 0%, rgba(245, 255, 247, 1) 30%, rgba(245, 255, 247, 1) 70%, rgba(232, 245, 233, 1) 100%);
}

.carousel-indicators {
  bottom: -40px;
}

/* header */
.header-primary-mb.navbar-nav .dropdown {
  border-bottom: 1px solid rgba(180, 180, 180, 0.2);
}

.header-primary-mb.navbar-nav .nav-item.dropdown:hover {
  background-color: inherit;
}

.header-primary-mb.navbar-nav .navbar-collapse .dropdown-item:hover {
  text-decoration: none;
}

.header-primary-mb .nav-item .nav-link,
.footer-primary-mb .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding-left: 1rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.list-hyphen li::before {
  content: '- ';
  color: inherit;
  background-color: inherit;
}

/* Title */
.title-bar {}

.title-bar:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
}

.title-bar:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  border-top: solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 45px solid;
  border-left-color: inherit;
}

.border-top-5:after {
  border-top-width: 5rem;
}

.border-top-7:after {
  border-top-width: 7rem;
}

.border-top-9:after {
  border-top-width: 9rem;
}

/* Table - Calculator */
.table thead th {
  border-bottom: none !important;
}

.table-calculator tr td {
  vertical-align: middle !important;
}

/* Table - News */
.table-news.table-striped tbody tr:nth-of-type(odd) {
  background-color: white;
}

.table-news.table-striped tbody tr:nth-of-type(even) {
  background-color: #f8f9fa;
}

/* Table - Price */
.table-price thead tr, .table-career thead tr {
  background-color: #CFD8DC;
}

.table-price td {
  padding: 0.9rem;
}

.table-price tbody tr:nth-of-type(odd), .table-career tbody tr:nth-of-type(odd) {
  background-color: white;
}

.table-price tbody tr:nth-of-type(even), .table-career tbody tr:nth-of-type(even) {
  /* background-color: #EDEDED; */
  background-color: #f8f9fa;
}

/* Table - Newsletter */
.table-newsletter thead tr, .table-career thead tr {
  background-color: #CFD8DC;
}

.table-newsletter td {
  padding: 1rem;
}

.table-newsletter tbody tr:nth-of-type(odd), .table-career tbody tr:nth-of-type(odd) {
  background-color: white;
}

.table-newsletter tbody tr:nth-of-type(even), .table-career tbody tr:nth-of-type(even) {
  /* background-color: #EDEDED; */
  background-color: #f8f9fa;
}

/* Table - Enquiry */
.table-enquiry th,
.table-enquiry td {
  padding: 0rem;
}

.table-enquiry tbody tr td:first-child {
  /* background-color: #f8f9fa; */
  /* border-right: 1px solid #dee2e6; */
}

.table-enquiry thead th, .table-enquiry tbody td {
  /* background-color: white; */
}

#navbar-news .nav-tabs .nav-link:not(.active):hover {
  box-shadow: none;
}

#navbar-news .nav-tabs .nav-link:hover {
  background-color: #f4f7ff;
}

#navbar-news .nav-tabs .nav-link:focus {
  background-color: white;
}

#navbar-news .nav-tabs .nav-link.active span, .nav-tabs .nav-link.active:focus span {
  /* font-weight: bold; */
}

/* navbar-FAQ */
#navbar-FAQ .nav-tabs .nav-link:hover {
  background-color: #f4f7ff;
}

#navbar-FAQ .nav-tabs .nav-link:not(.active), #navbar-FAQ .nav-tabs .nav-link:not(.active):hover {
  -webkit-box-shadow: inset 0 -1px 0 #ddd;
  box-shadow: inset 0 -1px 0 #ddd;
}

#navbar-FAQ .nav-tabs .nav-link:not(.active) span {
  color: #6c757d !important;
}

#navbar-FAQ .nav-tabs .nav-link:focus {
  background-color: white !important;
}

#navbar-FAQ .nav-tabs .nav-link.active span, .nav-tabs .nav-link.active:focus span {
  font-weight: bold;
}

/* navbar-left */
.navbar-left .nav-link {
  border-radius: 0 !important;
}

.navbar-left .nav-item {
  width: 100%;
}

.navbar-left .nav-tabs .nav-link:not(.active) span {
  color: #6c757d !important;
}

.navbar-left .nav-tabs .nav-link:focus {
  background-color: none !important;
}

.navbar-left .nav-tabs .nav-link.active, .navbar-left .nav-tabs .nav-link.active:focus {
  border: none;
  -webkit-box-shadow: inset 2px 0 0 #14377d;
  box-shadow: inset 2px 0 0 #14377d;
  color: #14377d;
  background: none;
}

.navbar-left .nav-tabs .nav-link:not(.active), #navbar-FAQ .nav-tabs .nav-link:not(.active):hover {
  -webkit-box-shadow: inset 1px 0 0 #ddd;
  box-shadow: inset 1px 0 0 #ddd;
}

.navbar-left .nav-tabs .nav-link.active span, .nav-tabs .nav-link.active:focus span {
  font-weight: bold;
}

.navbar-left .nav-tabs .nav-link:focus {
  background: none !important;
}

/* Button Top */
#btn-top {
  position: fixed;
  display: block;
  opacity: 0;
  bottom: 20px;
  left: auto;
  right: 20px;
  background: rgba(108, 117, 125, 0.9);
  width: 50px;
  height: 50px;
  -webkit-transition: bottom 1s ease, opacity 0.5s ease;
  -moz-transition: bottom 1s ease, opacity 0.5s ease;
  -ms-transition: bottom 1s ease, opacity 0.5s ease;
  -o-transition: bottom 1s ease, opacity 0.5s ease;
  transition: bottom 1s ease, opacity 0.5s ease;
}

#btn-top i {
  position: relative;
  left: 0px;
  top: 1px;
  font-size: 36px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#btn-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#btn-top:hover i {
  top: -4px;
}

/* Navigation Bar */
.arrow_box {
  position: relative;
  background: #88b7d5;
  border: 4px solid #c2e1f5;
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #88b7d5;
  border-width: 30px;
  margin-left: -30px;
}

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #c2e1f5;
  border-width: 36px;
  margin-left: -36px;
}

/* mobile menu */
.btn-toggle {
  position: relative;
  padding: 17px;
  color: #343a40;
  cursor: pointer;
}

.btn-toggle:before {
  position: absolute;
  display: block;
  top: 10px;
  right: 7px;
  width: 20px;
  height: 2px;
  background: #343a40;
  content: '';
}

.btn-toggle::after {
  position: absolute;
  display: block;
  top: 16px;
  right: 7px;
  width: 20px;
  height: 8px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  border-color: #343a40;
  content: '';
}

[aria-expanded="true"].btn-toggle:before {
  top: 16px;
  right: 9px;
  width: 15px;
  background: #343a40;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[aria-expanded="true"].btn-toggle::after {
  top: 16px;
  right: 9px;
  width: 15px;
  height: 2px;
  border: 0;
  background: #343a40;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Expand */
.btn-expand {
  position: absolute;
  display: block;
  z-index: 99;
  right: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  /* border-left: 1px solid rgba(255, 255, 255, 0.2); */
}

.btn-expand:before {
  position: absolute;
  display: block;
  top: 6px;
  right: 12px;
  font-size: 2rem;
  color: inherit;
  content: '\e313';
}

.btn-expand-lg:before {
  top: 1px;
  right: 12px;
  font-size: 2.5rem;
}

[aria-expanded="true"].btn-expand:before, [aria-expanded="true"] .btn-expand:before {
  content: '\e316';
}

.btn-expand-lv2 {
  height: 36px;
  width: 36px;
}

.btn-expand-lv2:before {
  font-size: 1.5rem;
}

/* Explore */
.btn-explore {
  position: absolute;
  display: block;
  z-index: 99;
  right: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-explore:before {
  position: absolute;
  display: block;
  top: 6px;
  right: 15px;
  font-size: 1.5rem;
  color: inherit;
  content: '\e145';
}

[aria-expanded="true"].btn-explore:before {
  content: '\e15b';
}

.bg-blue-light-3 {
  background-color: rgb(176, 205, 222);
}

.bg-cyan-light-1 {
  background-color: #B0E0F7;
}

.bg-green-light-1 {
  background-color: #b6f2c4;
}

.ol-cs li {
  padding-left: 0.2rem;
  padding-bottom: 0.75rem;
}

.disabled {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor: default !important;
}

/* SideBar */
.sidebar-col, .sidebar-col.active, .slibar-container {
  width: 250px;
  transition: all 0.3s;
}

.sidebar-primary {
  min-width: 250px;
  max-width: 250px;
  height: calc(100% - 74px);
  color: #fff;
  overflow-x: hidden;
  overflow-y: overlay;
  transition: all 0.3s;
}

#mainSide {
  background: #E0EAFC;
  background: -webkit-linear-gradient(to bottom, #CFDEF3, #E0EAFC);
  background: linear-gradient(to bottom, #CFDEF3, #E0EAFC);
}

.sidebar-primary.active {
  margin-left: 0px;
}

.sidebar-primary .sidebar-header {
  padding: 20px;
  background: #6d7fcc;
}

.sidebar-primary ul.components {
  background: #161616;
  /* background: #19449c; */
}

.sidebar-primary ul p, .sidebar-primary a:not(.no-style) {
  color: #fff;
  color: #212121;
  padding: 0.75rem;
  white-space: normal;
}

/* width */
.webkit-scrollbar::-webkit-scrollbar {
  width: 7px;
  background: rgba(50 50 50 / 10%);
}

/* button */
.webkit-scrollbar::-webkit-scrollbar-button {
  background: red;
  display: none;
}

/* Handle */
.webkit-scrollbar::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 7px;
  background: rgba(50 50 50 / 20%);
}

/* Handle on hover */
.webkit-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(50 50 50 / 50%);
}

/* Track */
.webkit-scrollbar::-webkit-scrollbar-track {
  background: rgba(255 255 255 / 0%);
}

.sidebar-primary ul li {
  border-bottom: 1px solid #47748b;
}

.sidebar-primary ul ul li {
  border-bottom: 1px solid #dee2e6 !important;
}

.sidebar-primary ul li:not(:last-child) ul li:last-child {
  border-bottom: none !important;
}

.sidebar-primary ul li a:not(.no-style) {
  padding: 1rem 1.75rem 1rem 0.75rem;
  font-size: 15px;
  display: block;
}

.sidebar-primary ul li a:not(.no-style).active {
  color: #fff;
  background: #7d90de;
}

.sidebar-primary ul li a.disabled, .sidebar-primary ul li a.disabled:hover {
  color: #666;
  background: #ced4da;
}

.sidebar-primary ul li ul a:not(.no-style) {
  padding: 1.25rem 0.75rem 1.25rem 4rem;
  display: block;
}

.sidebar-primary a.dropdown-item {
  padding: 1rem;
  /* white-space: nowrap; */
}

.sidebar-primary ul li a:not(.no-style):hover {
  color: #fff;
  background: #19449c;
  text-decoration: none;
}

.sidebar-primary ul ul a:hover {
  color: #fff;
  background: #7d90de;
  text-decoration: none;
}

.sidebar-primary ul li.active>a {
  color: #14377d;
  background: #f4f7ff;
}

.sidebar-col+.sidebar-block {
  display: none;
}

.sidebar-col.active+.sidebar-block {
  display: block;
}

.sidebar-icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 1.5rem;
  pointer-events: none;
  color: inherit;
  font-size: smaller;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar-image {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  bottom: 13px;
  left: 0;
  width: 20%;
  height: auto;
  padding-left: 0.5rem;
  pointer-events: none;
  color: inherit;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 99;
}

.sidebar-primary ul li a[aria-expanded="true"] {
  color: #fff;
  background: #19449c;
}

.sidebar-primary ul li ul li .dropright a[aria-expanded="true"], .sidebar-primary ul li ul li .dropright:hover a.dropdown-toggle {
  color: #fff;
  background: #7d90de;
}

/* .sidebar-primary ul li ul li .dropright:hover .dropdown-menu {
  display: block;
} */
a[data-toggle="collapse"] {
  position: relative;
}

.sidebar-primary .dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.sidebar-primary [aria-expanded="true"].dropdown-toggle::after {
  transform: translateY(-50%) scaleY(-100%);
}

.sidebar-primary ul li ul li a, ul li ul li ul li a {
  font-size: 14px !important;
  padding-left: 2.5rem;
  background: #f4f7ff;
}

/* Rainbox Text */
.text-rainbow {
  background: linear-gradient(92deg, #95d7e3, #eb76ff);
  background: -webkit-linear-gradient(92deg, #95d7e3, #eb76ff);
  background-size: 600vw 600vw;
  /* make sure to put these after the background property */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbowText 5s linear infinite alternate;
}

@keyframes rainbowText {
  from {
    filter: hue-rotate(0deg);
    background-position-x: 0%;
  }

  to {
    filter: hue-rotate(360deg);
    background-position-x: 600vw;
  }
}

/* Animation  */
@keyframes icon-breath {
  0% {
    animation-timing-function: cubic-bezier(0.9647, 0.2413, -0.0705, 0.7911);
    transform: scale(0.90);
  }

  51% {
    animation-timing-function: cubic-bezier(0.9226, 0.2631, -0.0308, 0.7628);
    transform: scale(1.02);
  }

  100% {
    transform: scale(0.90);
  }
}

@keyframes icon-flip-v {
  0% {
    animation-timing-function: cubic-bezier(0.19, 0.43, 0.45, 0.74);
    transform: rotateX(0deg);
  }

  25% {
    animation-timing-function: cubic-bezier(0.12, 0.23, 0.97, 0.86);
    transform: rotateX(0deg);
  }

  50% {
    animation-timing-function: cubic-bezier(0.57, 0.30, 0.56, 0.67);
    transform: rotateX(80deg);
  }

  75% {
    animation-timing-function: cubic-bezier(0.15, 0.49, 0.60, 0.93);
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}


@media (max-width: 1200px) {
  .sidebar-col, .sidebar-col.active, .slibar-container {
    width: 160px;
  }

  .sidebar-primary, .sidebar-primary.active {
    margin-left: 0;
    min-width: 160px;
    max-width: 160px;
  }

  .sidebar-primary ul li a:not(.no-style) {
    padding: 0.75rem 0.5rem 0.75rem 0.5rem;
    font-size: 14px;
  }

  .sidebar-primary ul li ul a:not(.no-style) {
    padding: 0.75rem 1.5rem 0.75rem 2rem;
    font-size: 14px;
  }

  .sidebar-primary .dropdown-toggle::after {
    display: none;
    /* position: absolute; */
    /* top: 90%; */
    /* right: 47%; */
    /* transform: translateY(-50%); */
  }

  .sidebar-primary ul li ul li a.dropdown-toggle::after {
    display: block;
  }
}

@media (max-width: 768px) {
  .sidebar-col, .sidebar-col.active, .slibar-container {
    width: 0px;
  }

  .sidebar-col.active .slibar-container {
    width: 250px;
  }

  .sidebar-primary {
    margin-left: -250px;
  }

  .sidebar-primary.active {
    margin-left: 0;
    min-width: 250px;
    max-width: 250px;
  }

  .sidebar-primary .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

/* Login Panel */
.bg-login {
  background: #9053c7;
  background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
  background: linear-gradient(-135deg, #5064c8, #41d0c5);
  /* background: linear-gradient(-135deg, #c850c0, #4158d0); */
  /* background: linear-gradient(-135deg, #94c850, #419fd0); */
}

.login-row {
  position: relative;
  top: -1rem;
  height: 100vh;
  max-height: calc(100vh - 74px);
}

@media (max-width: 992px) {
  .login-row {
    position: inherit !important;
    top: 0rem !important;
    height: 100vh !important;
    max-height: 100vh !important;
  }
}

/* Input */
.input-required::after {
  position: relative;
  content: '*';
  font-family: "Open Sans";
  font-style: normal;
  font-size: 0.7rem;
  top: -0.4rem;
  color: #dc3545;
}

.form-control-icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  pointer-events: none;
  color: #666666;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.form-control:focus {
  color: #1e52bb;
}

.form-control:focus+.form-control-icon {
  color: #1e52bb;
  padding-left: 18px;
}

/* btn-arrow */
.btn-arrow {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
}

.btn-arrow:before {
  position: absolute;
  display: block;
  top: 7px;
  right: 7px;
  font-size: 1.5rem;
  color: inherit;
  font-family: 'Material Icons';
  content: 'arrow_drop_down';
  z-index: 99;
}

[aria-expanded="true"].btn-arrow:before {
  content: 'arrow_drop_up';
}

[aria-expanded="true"].btn-arrow:before {
  content: 'arrow_drop_up';
}

/* Header Background */
.bg-header-secondary {
  background-image: url('../images/bg-header-green-light-xxl.png');
}

.bg-gradient-white {
  background: #ECE9E6;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}

/* Stepper - Smartwizard */
.sw-theme-arrows>.nav .nav-link {
  cursor: default !important;
  user-select: none;
}

.sw-theme-arrows>.nav .nav-link.active {
  color: #fff;
  border-color: #5bc0de;
  background: #5bc0de;
}

.sw-theme-arrows>.nav .nav-link.active::after {
  border-left-color: #5bc0de;
}

.sw-theme-arrows>.nav .nav-link.done {
  color: #fff;
  border-color: #5cb85c;
  background: #5cb85c;
}

.sw-theme-arrows>.nav .nav-link.done::after {
  border-left-color: #5cb85c;
}

/* bs-stepper */
.bs-stepper .step-trigger, .bs-stepper .step-trigger:focus {
  color: #6c757d;
  flex-direction: column;
}

.bs-stepper-circle {
  display: inline-block;
}

.step-trigger.active .bs-stepper-circle {
  background-color: #28a745;
  background-color: #1e52bb;
}

.step-trigger.active .bs-stepper-label {
  color: #28a745;
  color: #1e52bb;
  font-weight: bold;
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: default !important;
  user-select: none;
}

.bs-stepper .step-trigger:hover {
  text-decoration: none;
  background-color: none;
  background-color: transparent;
}

.bs-stepper-line, .bs-stepper .line {
  flex: inherit;
  margin: auto 0;
  width: 2rem;
}

.bs-stepper-label {
  white-space: normal;
  margin-bottom: 0.25rem;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {
  .navbar-logo {
    min-width: 230px;
  }

  .w-lg-25 {
    width: 25% !important;
  }

  .w-lg-50 {
    width: 50% !important;
  }

  .w-lg-75 {
    width: 75% !important;
  }

  .w-lg-100 {
    width: 100% !important;
  }

  .w-lg-110 {
    width: 110% !important;
  }

  .w-lg-120 {
    width: 120% !important;
  }
}

@media (min-width: 1200px) {}

@media (min-width: 1440px) {}