.btn-check {
    min-width: 26px;
    max-width: 26px;
    height: 26px;
    margin: 0 4px 2px 0;
    padding: 2px 0 0 6px;
    border: 1px solid #8ce699;
    background-color: #FFFFFF;
}

.btn-check-sm-dark {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin: 0 2px 2px 0;
    padding: 1px;
    background-color: #004141;
    border: 1px solid #8ce699 ;
    border-radius: 3px;  
}
.btn-check-sm-dark:focus {
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    background-color: #004141;
    border: 1px solid #8ce699 ;
    border-radius: 3px;
    outline: none;  
}

.btn-check-sm-dark-label {
    color: #ffffff !important;
    font-size: 10pt !important;
}

.btn-check-sm-dark-indicator {
    color: #8ce699;
    position: relative;
    top: -4px;
    text-decoration: none !important;
}


.btn-radio {
    width: 20px;
    height: 20px;
    border-radius: 50% !important;
    background-color: #e9e9e9;
    border: 1px solid #e9e9e9;
    margin: 0 4px 2px 0;
    padding: 0;
}

.btn-check-dot {
    background-color: #000000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.btn-check.checked, .btn-radio.checked {
    border-style: hidden;
    background-color: #8ce699;
}

.btn-check-trans {
    background-color: transparent !important;
}
.btn-check.checked-trans, .btn-radio.checked-trans {
    border: 1px solid #8ce699;
    background-color: transparent;
    color: #8ce699;
}

label.checked {
    font-weight: 600;
    font-size: 0.8rem;
    color: #000000;
    margin-bottom: .1rem;
}
