.branded-login {
    background-color: #052438;
}


.branded-login .stepper-title {
    color: #fff;
}


.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
    color: #fff;
}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
    color: #e5e5e5;
}


.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number {
    color: #0ea5e9 !important;
}

.stepper.stepper-pills .stepper-item.current .stepper-icon {
    background-color: #999;
}

.text-primary {
    color: #0ea5e9 !important
}

.btn-connect-shopify {
    color: #3e7cce;
    border: solid 1px #3E7CCE !important;
    background-color: transparent;
    margin-bottom: 100px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.btn-connect-shopify:hover {
    color: white;
    background-color: #3E7CCE;
}

.content {
    padding: 0 !important;
}

.bg-primary {
    background-color: #0ea5e9 !important
}

.current-vat-period {
    padding-bottom: 15px !important;
}

.aside.aside-dark {
    background-color: #1a1a27FF;
}

.aside.aside-dark .aside-logo {
    background-color: #1a1a27FF;
}

.aside-dark .menu .menu-item .menu-link.active,
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active),
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) {
    background-color: #052438;
}

.aside-dark .menu .menu-item .menu-link {
    color: #dcdcdc;
}

.aside-dark .menu .menu-item .menu-link .menu-title {
    color: #ffffff;
}

.aside-dark .menu .menu-item .menu-section {
    color: #fff !important;
}

.aside.aside-dark .btn-custom {
    color: #0ea5e9;
    background-color: #fff;
}

.aside.aside-dark .btn-custom:hover:not(.btn-active) {
    color: #fff;
    background-color: #a7b6cc !important;
}

.aside-dark .menu .menu-item .menu-link .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g),
.aside-dark .menu .menu-item .menu-link.active .menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    fill: #ffffff;
}

.bg-primary.hoverable:hover {
    background-color: #0ea5e9 !important;
}

.badge-info {
    color: #fff;
    background-color: #1754a2;
}

.btn-primary:hover,
.btn.btn-primary:hover:not(.btn-active),
.btn.btn-primary:active:not(.btn-active),
.btn-primary:active {
    color: #fff;
    background-color: #048cc9 !important;
    border-color: #048cc9FF;
}

.modal-shopify .text-success {
    color: #3E7CCE !important;
}

.modal-shopify .btn-success {
    background-color: #3E7CCE !important;
}

.package-benefit {
  margin-bottom: 18px;
}

.package-title {
  font-size: 40px;
  text-align: center;
}

.package-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #f5f5f5 !important;
}

ul.package-benefits {
  margin-top: 26px;
  list-style: none;
}

ul.package-benefits li:before {
  content: '☆ ';
  font-size: 16px;
}
