.bradseg-btn__editmode {
    background: #fff !important;
    color: #019798 !important;
    border: 1px solid #019798 !important;
    border-radius: 50px;
    font-size: .8em;
    padding: 5px 0;
    text-align: center;
    margin: 5px;
    display: inline-block;
}

.bradseg-btn__editmode:hover {
    background: #019798 !important;
    color: #fff !important;
    cursor: pointer;
}

.bradseg-btn__editmode-red {
    background: #fff !important;
    color: #E60935 !important;
    border: 1px solid #E60935 !important;
    border-radius: 50px;
    font-size: .8em;
    padding: 5px 0;
    text-align: center;
    margin: 5px;
    display: inline-block;
}

.bradseg-btn__editmode-red:hover {
    background: #E60935 !important;
    color: #fff !important;
    cursor: pointer;
    transition: 1s;
}

.bradseg-btn__editmode span {
    padding: 7px;
    margin: 0;
    text-align: center;
}

.bradseg-btn__editmode span:hover {
    filter: brightness(0) invert(1);
}

.bradseg-btn__editmode-red span {
    padding: 7px;
    margin: 0;
    text-align: center;
}

.bradseg-btn__editmode-red span:hover {
    filter: brightness(0) invert(1);
}

.bradseg-btn__editmode img {
    width: auto;
    height: 15px;
    margin: 0;
    padding: 0;
    margin-bottom: -3px;
}

.bradseg-btn__editmode-red img {
    width: auto;
    height: 15px;
    margin: 0;
    padding: 0;
    margin-bottom: -3px;
}

.btn__editmode__small {
    font-size: .6em;
    padding: 1px 0;
}

.btn__editmode__small span {
    margin: 0;
    padding: 2px 4px;
}

.btn__editmode__small img {
    width: auto;
    height: 13px;
    margin-bottom: -2px;
    margin-left: -4px;
    padding: 0;
}

.btn__editmode__big {
    font-size: 1em;
    padding: 5px 0;
}

.btn__editmode__big img {
    width: auto;
    height: 19px;
    margin-bottom: -4px;
}

.btn__editmode__small-red {
    font-size: .6em;
    padding: 1px 0;
}

.btn__editmode__small-red span {
    margin: 0;
    padding: 2px 4px;
}

.btn__editmode__small-red img {
    width: auto;
    height: 13px;
    margin-bottom: -2px;
    margin-left: -4px;
    padding: 0;
}


.btn__editmode__big-red {
    font-size: 1em;
    padding: 5px 0;
}

.btn__editmode__big-red img {
    width: auto;
    height: 19px;
    margin-bottom: -4px;
}