a {
    color: #1F1FFF;
    text-decoration: none
}

a:hover {
    color: #3333FF;
    text-decoration: underline
}


.btn-primary, .navbar-vertical .btn-purchase, .tox .tox-menu__footer .tox-button:last-child, .tox .tox-dialog__footer .tox-button:last-child {
    color: #fff;
    background-color: #0000FF;
    border-color: #0000F5;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075)
}

.btn-primary:hover, .navbar-vertical .btn-purchase:hover, .tox .tox-menu__footer .tox-button:hover:last-child, .tox .tox-dialog__footer .tox-button:hover:last-child {
    color: #fff;
    background-color: #0000E0;
    border-color: #0000F5
}

.btn-check:focus+.btn-primary, .navbar-vertical .btn-check:focus+.btn-purchase, .tox .tox-menu__footer .btn-check:focus+.tox-button:last-child, .tox .tox-dialog__footer .btn-check:focus+.tox-button:last-child, .btn-primary:focus, .navbar-vertical .btn-purchase:focus, .tox .tox-menu__footer .tox-button:focus:last-child, .tox .tox-dialog__footer .tox-button:focus:last-child {
    color: #fff;
    background-color: #0000CC;
    border-color: #0000CC;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(76, 143, 233, .5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0 rgba(76, 143, 233, .5)
}



.theme-wizard .nav-link.active {
    color: #1F1FFF
}

.theme-wizard .nav-link.active .nav-item-circle {
    background-color: #1F1FFF !important;
    color: #fff;
    border-color: #1F1FFF
}
