.form-option-color {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    display: block;
    height: 1.5rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 1.5rem;



}

.form-check-input:checked ~ .form-option-label {
    border-color: #fe696a;
    color: #fe696a;
}

.form-check-justified .form-option-label {
    width: 100%;
}

.form-option-label {
    border: 1px solid #e3e9ef;
    border-radius: 0.25rem;
    color: #4b566b;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: normal;
    height: 2rem;
    line-height: 1.75rem;
    margin-bottom: 0;
    min-width: 2rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-top: .0625rem;
    position: relative;
    text-align: center;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

    .form-option-label:hover {
        border-color: #c9d5e0;
        color: #373f50;
    }
.rounded-circle {
    border-radius: 50% !important;
}


