#header .logo {
    background: #ffffff;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

#domain-select .domain-select__control {
    border-left: 8px solid #8b50a0;
}

#domain-select .domain-select__option.domain-select__option--is-focused {
    background: #8b50a0
}

.square2.white .fa,
.square2.white .glyphicon,
.square2.multibutton .fa,
.square2.multibutton .wbc-icon {
    color: #8b50a0;
}

.square2.white .wbc-icon:before,
.square2.multibutton .wbc-icon:before {
    background-color: #8b50a0;
}

.btn-info {
    color: #fff;
    background-color: #8b50a0;
    border-color: #8b50a0;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #753e8a;
    background-image: none;
    border-color: #753e8a;
}

.btn-primary {
    color: #fff;
    background-color: #404040;
    border-color: #404040;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2A2A2A;
    border-color: #2A2A2A;
}

#header .profile-info .badge {
    background-color: #8b50a0;
}

#header .profile-menu .badge {
    background-color: #8b50a0;
}

#extr-page .btn-custom {
    border: 2px solid #8b50a0;
    box-shadow: inset 0 0 0 1px #8b50a0;
}

#extr-page .btn-custom:before {
    background-color: #8b50a0;
}

#extr-page section input[type=text]:focus-visible,
#extr-page section input[type=password]:focus-visible {
    outline: 3px dashed #8b50a0 !important
}