.has-header.csp {
  padding-top: 8rem;
}
.has-header.csp .header {
  min-height: 8rem;
  background-color: #eef1f3;
  color: #FFF;
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100vw;
}
.has-header.csp .header .logo-container {
  padding: 0.75rem;
}
.has-header.csp .header .logo-container img {
  height: 45px;
}
.has-header.csp .header .logo-container .logo-text {
  margin: 0 10px;
}
.has-header.csp .header .menu-container {
  padding: 0.75rem;
}
.has-header.csp .header .menu-container .user-dropdown-toggle {
  text-decoration: none;
}
@media (min-width: 768px) {
  .has-header.csp .burger-container {
    display: none;
  }
  .has-header.csp .navbar-collapse {
    display: block !important;
    position: fixed;
    top: 85px;
    left: 225px;
    width: 225px;
    margin-left: -225px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #b0b8bf;
    color: #000000;
    bottom: 0;
    overflow-x: hidden;
    padding: 30px 15px;
  }
}
.csp .footer {
  background-color: #F0F0F0;
  color: #292929;
  display: flex;
  align-items: center;
}
.csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-headline {
  color: #003899;
}
.csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-left: 5rem;
}
@media (max-width: 767.98px) {
  .csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-wrapper {
    padding: 0 2.5rem;
  }
}
.csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-container {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin: 2rem 0;
}
@media (max-width: 767.98px) {
  .csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-container {
    gap: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-container .installation-step-position {
  font-size: 1.25rem;
  font-weight: 700;
  border: 1px solid #292929;
  border-radius: 100%;
  padding: 9px 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-container .installation-step-position {
    display: none;
  }
}
.csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-container .installation-step-position::after {
  content: "";
  height: 100px;
  position: absolute;
  top: 65px;
  left: 24px;
  border: 1px dashed #292929;
  z-index: 99;
}
.csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-container:last-child .installation-step-position::after {
  display: none;
}
.csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-container .installation-step-image {
  width: 7.5rem;
  height: 7.5rem;
  border: 4px solid #F0F0F0;
  border-radius: 50%;
}
.csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-container .installation-step-text {
  font-size: 1.25rem;
}
.csp .business-customer .business-customer-content-part-2 .installation-steps .installation-step-container .installation-step-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.csp .sidebar {
  background-color: #F0F0F0;
  padding: 2rem;
  margin-right: 1.75rem;
  max-width: 360px;
  width: 360px;
  flex-shrink: 0;
  min-height: 100vh;
}
.csp .sidebar .logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  margin-bottom: 2rem;
}
.csp .sidebar .logo-container img {
  max-width: 100%;
}
.csp .sidebar .logo-container .logo-emo {
  text-decoration: none;
  font-size: 1.45rem;
}
.csp .sidebar .logo-container .logo-text {
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.csp .sidebar .divider {
  border: 1px solid #BCBCBC;
  margin-bottom: 1rem;
}
.csp .sidebar .profile-info {
  background-color: #ffb133;
  color: #FFF;
  padding: 1rem;
  border: 2px solid #FF9D00;
  border-radius: 6px;
  margin-bottom: 0.5rem;
}
.csp .sidebar-item {
  margin-bottom: 2rem;
  min-width: 270px;
}
.csp .sidebar-item.lvl2 {
  margin-bottom: 1rem;
}
.csp .sidebar-item.shareCodeTarget {
  cursor: text;
}
.csp .sidebar-item.shareCodeTarget span {
  user-select: all;
}
.csp .sidebar-item.shareCodeTarget i.icon-docs {
  cursor: pointer;
  margin-left: 10px;
}
.csp .page-container {
  max-width: 1600px;
  margin: 0 auto;
  box-shadow: 0 0.245rem 0.35rem rgba(0, 0, 0, 0.16);
}
.csp .page-container .with-sidebar-container {
  display: flex;
}
.csp .page-container .with-sidebar-container .beside-sidebar-container {
  margin-top: 1rem;
  margin-right: 1.75rem;
  width: 100%;
}
.csp .page-container .admin-preview-image {
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position-y: center;
}
.csp .footer {
  padding-left: 20px;
}
.csp .business-customer .business-customer-header {
  padding-left: 10px;
}
.csp .business-customer .business-customer-content h2 {
  color: #003899;
  margin-bottom: 3.5rem;
  font-size: 20px;
}
.csp .business-customer .business-customer-content .image-container {
  width: 100%;
  min-height: 150px;
  margin-bottom: 1rem;
  background-size: cover;
  background-color: #F0F0F0;
  display: block;
  background-position: center center;
}
.csp .business-customer .business-customer-content a[aria-expanded=true] .icon-angle-down {
  display: none;
}
.csp .business-customer .business-customer-content a[aria-expanded=false] .icon-angle-up {
  display: none;
}
.csp .business-customer .business-customer-content .icon-arrow-toggle-collapse {
  font-size: 2.8rem;
}
.csp .business-customer .business-customer-content .icon-arrow-toggle-collapse::before {
  margin: 0 !important;
}
.csp .business-customer .business-customer-banner {
  margin-bottom: 3rem;
}
.csp .business-customer .business-customer-banner p {
  font-size: 16px;
  margin-bottom: 0;
}
.csp .business-customer .business-customer-banner .banner {
  height: 100%;
  background: #F0F0F0;
  border-radius: 18px;
  padding: 1rem 1.5rem;
}
.csp .business-customer .business-customer-banner .banner-request {
  background: #003899;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.csp .business-customer .business-customer-banner .banner-request img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin-right: 1.25rem;
}
.csp .business-customer .business-customer-banner .banner-tip {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .csp .business-customer .business-customer-content img {
    height: 180px;
    min-height: 180px;
  }
}
