.wcb2bsa-switch-form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 10px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wcb2bsa-switch-form button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #f8f9fa;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #212529;
    background-color: #f8f9fa;
}

.wcb2bsa-switch-form button:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.wcb2bsa-readonly {
    opacity: 0.5;
}

.wcb2bsa-readonly .select2-container {
    pointer-events: none;
}

.wcb2bsa-readonly input:focus,
.wcb2bsa-readonly textarea:focus {
    outline-color: transparent;
}

.wcb2bsa-estimated-earnings {
    border: dashed 1px #ddd;
    padding: 5px;
    margin-bottom: 3px;
}
