.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: #082f49;
}

.aside.aside-dark .aside-logo {
    background-color: #082f49;
}

.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;
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.mr-4, .mx-4 {
    margin-right: 1rem !important;
}

.checkbox.checkbox-lg > span:after {
    width: 6px;
    height: 12px;
}

.checkbox > span:after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
    -webkit-transform: rotate(45deg) /*rtl:ignore*/;
    transform: rotate(45deg) /*rtl:ignore*/;
    margin-top: -2px;
}

.preview .card.card-custom.card-stretch {
    height: calc(100% - 35px);
}

.card.card-custom {
    box-shadow: 0 0 30px 0 rgba(82,63,105,.05);
    border: 0;
}

.card.card-custom.card-stretch {
    display: flex;
    align-items: stretch!important;
    flex-direction: column;
    height: 100%;
}

.preview .logo {
    min-height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
}

.preview .logo.light {
    padding-top: 42.5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.preview .logo.light {
    color: #ffffff !important;
}

.preview .logo.light {
    padding-top: 42.5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.preview .favicon {
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    justify-content: center;
    display: flex;
    min-height: 35px;
    position: relative;
    z-index: 2;
}

.preview .favicon img {
    width: 64px;
    border-radius: 100%;
    position: absolute;
    bottom: -35px;
}

.preview img {
    max-height: 64px;
    max-width: 80%;
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #3699FF;
}

.svg-icon.svg-icon-partner svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #555b36;
}

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

.aside-dark .menu .menu-item .menu-link.partner:hover:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g), .aside-dark .menu .menu-item.hover>.menu-link.partner:not(.disabled):not(.active) .menu-icon .svg-icon svg [fill]:not(.permanent):not(g){
    transition: fill .3s ease;
    fill: #555b36;
}
