/*
 *  Copyright (C) SCHUNK GmbH & Co. KG - All Rights Reserved
 *  Unauthorized copying of this file, via any medium is strictly prohibited
 *  Proprietary and confidential
 *  Written by Thomas Rutschke thomas.rutschke@rutschkeconsulting.com, November 2022
 */
/* 
    Created on : 28.08.2024, 17:26:54
    Author     : ThomasRutschke

*/.binary-radio-btn {
}

.label-container {
    display: flex;
}

.label {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: .5rem 1rem .5rem .5rem;
}

.container {
    display: flex;
    color: #333;
    font-size: 1.4rem;
    line-height: 23px;
}

.btn-true {
    padding: .5rem 1.0rem .5rem 1.0rem;
    margin-right: 2rem;
}

.btn-false {
    padding: .5rem 1.0rem .5rem 1.0rem;
    margin-right: 2rem;
}

.initial::before{
    content: url(../images/radioButton.svg);
    display: inline-block;
    width: 16px;
    margin-right: 10px;
    transform: translateY(15%);
}

.selected::before {
    content: url(../images/radioButtonActive.svg);
    display: inline-block;
    width: 16px;
    margin-right: 10px;
    transform: translateY(15%);
}

.schunk-select-info-i {
    padding: .5rem 1rem .5rem .5rem;
}