.btn, .btn-large, .btn-small {
    background-color: #968CFF;
}

.btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #887dff;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: transparent;
    color: #5940C4;;
}

.tabs .tab a {
    color: rgba(89, 64, 196, 0.7);
}

.tabs .indicator {
    background-color: rgba(89, 64, 196, 0.7);
}

.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
    color: rgba(89, 64, 196, 0.4);
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: rgba(89, 64, 196, 0.2);
    outline: none;
}

.dropdown-content li > a, .dropdown-content li > span {
    color: #381C86;
}

.card {
    background-color: rgba(255, 255, 255, 0.1);
    border: 0.5px solid rgba(89, 64, 196, 0.5);;
    box-shadow: none;
}

.card .card-action {
    border-top: 1px solid rgba(89, 64, 196, 0.2);
}

.card-title {
    font-weight: bold;
    color: #381C86;
    font-size: 2rem;
}

.custom-title {
    font-weight: lighter;
    font-size: 1.5rem;
    color: #381C86;
}

.select-wrapper input.select-dropdown {
    color: #4e4e4e;
}

.select-wrapper .caret {
    fill: #4e4e4e;
}

[type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid #887dff;
    border-bottom: 2px solid #887dff;
}

.config-panel {
    background-color: #381C86;
}

.config-panel * {
    color: white;
}

.config-panel * .select-dropdown.dropdown-trigger {
    color: white;
}

.stepWrapper{
    border-left: 1px solid #887dff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-title{
    font-weight: 300;
    color: #381C86;
    font-size: 2rem;
}
.spacer{
    margin: 1rem;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
 }
.nav-wrapper {
    background-color: #5940c4;
}
#title {
    font-size: 2rem;
}

.version-info {
    padding-right: 20px;
    font-size: 0.85em;
    line-height: 1.3em;
    color: #381C86 !important;
    text-align: right;
    padding-top: 8px;
}

.red-toast {
    background-color: #FF968F;
    color: #000000;
}