.status-other-bg {
    font-weight: 300;
    pointer-events: none;
    padding: 5px 14px 5px 10px;
    border-radius: 5px;
    opacity: 0.8;
}

.status-panel-custom,
.status-panel-true,
.status-panel-false {
    pointer-events: none;
    padding: 5px 14px 5px 10px;
    border-radius: 5px;
}

.status-panel-true {
    background: rgba(160, 200, 0, 0.2);
}

.status-panel-false {
    background: rgba(236, 123, 123, 0.2);
}

.form-control .status-panel-custom,
.form-control .status-panel-true,
.form-control .status-panel-false {
    padding: 3px 14px 3px 10px;
}

.status-span-custom {
    margin-right: 2px;
    width: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 2px;
    display: inline-block;
}

.status-panel-true .status-label-false,
.status-panel-false .status-label-true
{
    display: none;
}

.status-panel-true .status-label-true::before {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%222%22%20fill%3D%22%23A0C800%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    padding: 0;
    margin: 0 6px 0 0;
}

.status-panel-false .status-label-false::before {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2210%22%20height%3D%2210%22%20rx%3D%222%22%20fill%3D%22%23EC7B7B%22%2F%3E%0A%3C%2Fsvg%3E%0A%0A");
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    padding: 0;
    margin: 0 6px 0 0;
}
