/*
 * BoxedCheck from flyArtist v1.0.0
 * https://github.com/flyartist/boxed-check
 */
 .boxed-check-group .boxed-check {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.boxed-check-group .boxed-check .boxed-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: none;
}
.boxed-check-group .boxed-check .boxed-check-label {
    display: block;
    background-color: #ffffff;
    border: 2px solid #dee2e6;
    padding: .5em 1em;
    margin: 0;
    border-radius: 10px;
    cursor: pointer;
}
.boxed-check-group .boxed-check .boxed-check-input:disabled + .boxed-check-label {
    border: 2px dashed #bec2c6;
    opacity: .3;
}
.boxed-check-group .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover{
    border-color: #198754;
}

/* boxed-check default theme */
.boxed-check-group.boxed-check-default .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #000000;
}
.boxed-check-group.boxed-check-default .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #000000;
    background-color: #dee2e6;
}
.boxed-check-group.boxed-check-default .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-default .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #dee2e6;
    background-color: #dee2e6;
}
.boxed-check-group.boxed-check-outline-default .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #000000;
}
.boxed-check-group.boxed-check-outline-default .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #000000;
    background-color: #ffffff;
}
.boxed-check-group.boxed-check-outline-default .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-default .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #198754;
    background-color: #ffffff;
}

/* boxed-check colorful theme */
.boxed-check-group.boxed-check-primary .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #ffffff;
}
.boxed-check-group.boxed-check-primary .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #ffffff;
    background-color: #0d6efd;
}
.boxed-check-group.boxed-check-primary .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-primary .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover,
.boxed-check-group.boxed-check-outline-primary .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-primary .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #0d6efd;
}

.boxed-check-group.boxed-check-secondary .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #ffffff;
}
.boxed-check-group.boxed-check-secondary .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #ffffff;
    background-color: #6c757d;
}
.boxed-check-group.boxed-check-secondary .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-secondary .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover,
.boxed-check-group.boxed-check-outline-secondary .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-secondary .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #6c757d;
}

.boxed-check-group.boxed-check-success .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #ffffff;
}
.boxed-check-group.boxed-check-success .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #ffffff;
    background-color: #198754;
}
.boxed-check-group.boxed-check-success .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-success .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover,
.boxed-check-group.boxed-check-outline-success .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-success .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #198754;
}

.boxed-check-group.boxed-check-danger .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #ffffff;
}
.boxed-check-group.boxed-check-danger .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #ffffff;
    background-color: #dc3545;
}
.boxed-check-group.boxed-check-danger .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-danger .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover,
.boxed-check-group.boxed-check-outline-danger .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-danger .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #dc3545;
}

.boxed-check-group.boxed-check-warning .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #000000;
}
.boxed-check-group.boxed-check-warning .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #000000;
    background-color: #ffc107;
}
.boxed-check-group.boxed-check-warning .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-warning .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover,
.boxed-check-group.boxed-check-outline-warning .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-warning .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #ffc107;
}

.boxed-check-group.boxed-check-info .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #ffffff;
}
.boxed-check-group.boxed-check-info .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #ffffff;
    background-color: #0dcaf0;
}
.boxed-check-group.boxed-check-info .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-info .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover,
.boxed-check-group.boxed-check-outline-info .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-info .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #0dcaf0;
}

.boxed-check-group.boxed-check-dark .boxed-check .boxed-check-input:checked + .boxed-check-label *{
    color: #ffffff;
}
.boxed-check-group.boxed-check-dark .boxed-check .boxed-check-input:checked + .boxed-check-label {
    color: #ffffff;
    background-color: #212529;
}
.boxed-check-group.boxed-check-dark .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-dark .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover,
.boxed-check-group.boxed-check-outline-dark .boxed-check .boxed-check-input:checked + .boxed-check-label,
.boxed-check-group.boxed-check-outline-dark .boxed-check .boxed-check-input:not(:disabled) + .boxed-check-label:hover {
    border-color: #212529;
}