input[switch]+label {
    background-color: #dd0050;
}
input[switch]+label:before {
    color: #fff;
}

.bot-status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    min-height: 20px;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
}

hr.gray-spacing {
    margin: 0;
    margin-top: 10px;
    border-top: 1px dotted;
    color: #bbbbbb;
    opacity: 1;
}