.text-primary{
    color: #7066FF !important;
}
.bg-primary {
    background-color: #7066FF!important;
}

.b-primary {
    border-color: #7066FF;
}
a {
    color: #7066FF;
}

a:hover {
    color: #7066FF;
}

.bg-primary {
    background-color: #7066FF!important;
}
.alert.alert-primary {
    background: #7066FF;
    color: #fff;
}
.alert.alert-style-light.alert-primary {
    background: #DFF0FE;
    color: #7066FF;
}
.alert.alert-custom .custom-alert-icon.icon-primary {
    background: #DFF0FE;
    color: #7066FF;
}
.badge.badge-primary {
    background: #7066FF;
    color: #fff;
}
.badge.badge-style-bordered.badge-primary {
    border-color: #7066FF;
    color: #fff;
}
.breadcrumb.breadcrumb-container.breadcrumb-container-light.bg-primary .breadcrumb-item a, .breadcrumb.breadcrumb-container.breadcrumb-container-light.bg-primary .breadcrumb-item.active, .breadcrumb.breadcrumb-container.breadcrumb-container-light.bg-primary .breadcrumb-item::before {
    color: #7066FF;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #7066FF;
    border-color: #7066FF;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7066FF;
    border-color: #7066FF;
}
.pace .pace-progress{
    background-color: #7066FF;
}



.app-auth-container .logo a {
    display: flex;
    padding-left: 70px;
    background: url(/creators/logo/gradient.png) no-repeat;
    height: 50px;
    background-size: 50px;
    align-items: center;
    text-decoration: none;
    color: #40475c;
    font-size: 21px;
    font-weight: 700
}


.app-sidebar .logo .logo-icon {
    width: 52px;
    height: 52px;
    font-size: 18px;
    background: url(/creators/logo/gradient.png) no-repeat;
    background-position: center left;
    background-size: 40px;
    display: block;
    text-decoration: none;
    font-weight: 700;
    border-radius: 30px;
    float: left;
    padding-left: 45px;
    line-height: 40px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}