.sell_header, .sell_header_our_offer {
    background-color: #662AFE;
    color: #FFF;
    text-align: center;
    padding: 24px;
}

.sellbox_additional_label.active sellbox_additional_text, box_collabsible.active {
    border-color: #662AFE;
    background-color: #662AFE;
    color: #fff;
}

.box_collabsible.active {
    border-color: #662AFE;
    background-color: #662AFE;
    color: #fff;
}

.sellbox_button_default.active .sellbox_button_default_hint {
    color: #fff;
}

.sell_backlink .red_link {
    color: #662AFE;
}

.sellbox_button_next {
    background-color: #662AFE;
    color: #fff;
}

.button:hover {
    background-color: #575757;
    color: #fff;
}

.sellbox_button.active, .sellbox_additional_label.active .sellbox_additional_text {
    border-color: #662AFE;
    background-color: #662AFE;
    color: #fff;
}

.primary_button {
    color: #fff !important;
    cursor: pointer;
    background-color: #662AFE;
    border: 1px solid transparent;
    border-radius: 50vh;
    font-weight: 600;
    height: 48px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.button_orange, .button_orange:hover {
    background-color: #333333;
    border-radius: unset;
}

.secondary_button.sell {
    color: #662AFE;
    border-color: #662AFE;
}

.secondary_button.sell:hover {
    color: #fff;
    background-color: #662AFE;
}