

/* Start:/local/components/automacon/form/templates/efficency_form/style.css?17515481731371*/
/* Communication Method Section */
.efficiency-form__communication {
    display: flex;
    gap: 8px;
    overflow-x: auto; /* Enable horizontal scrolling if needed */
    list-style: none;
    padding: 0;
    margin: 0;
}

.efficiency-form__communication label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.efficiency-form__communication input[type="radio"] {
    display: none; /* Hide the default radio button */
}

.efficiency-form__communication svg {
    width: 24px;
    height: 24px;
    fill: #333;
    margin-right: 8px;
}

.efficiency-form__communication label:hover {
    background-color: #f0f0f0;
    color: black;
}

.efficiency-form__communication input[type="radio"]:checked + label {
    background-color: #f0f0f0; /* Red background for selected option */
    color: black;
}

.efficiency-form__communication label span {
    font-size: 16px;
    font-weight: 500;
}
/* Highlight selected button */
.efficiency-form__communication label[data-selected="true"] {
    background-color: #f0f0f0; /* Red background for selected option */
    color: black;
}
.efficiency-form__communication label[data-selected="false"] {
    background-color: transparent;
    color: white;
}










/* End */


/* Start:/local/components/automacon/form/templates/license_popup/style.css?17515481731371*/
/* Communication Method Section */
.efficiency-form__communication {
    display: flex;
    gap: 8px;
    overflow-x: auto; /* Enable horizontal scrolling if needed */
    list-style: none;
    padding: 0;
    margin: 0;
}

.efficiency-form__communication label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.efficiency-form__communication input[type="radio"] {
    display: none; /* Hide the default radio button */
}

.efficiency-form__communication svg {
    width: 24px;
    height: 24px;
    fill: #333;
    margin-right: 8px;
}

.efficiency-form__communication label:hover {
    background-color: #f0f0f0;
    color: black;
}

.efficiency-form__communication input[type="radio"]:checked + label {
    background-color: #f0f0f0; /* Red background for selected option */
    color: black;
}

.efficiency-form__communication label span {
    font-size: 16px;
    font-weight: 500;
}
/* Highlight selected button */
.efficiency-form__communication label[data-selected="true"] {
    background-color: #f0f0f0; /* Red background for selected option */
    color: black;
}
.efficiency-form__communication label[data-selected="false"] {
    background-color: transparent;
    color: white;
}










/* End */
/* /local/components/automacon/form/templates/efficency_form/style.css?17515481731371 */
/* /local/components/automacon/form/templates/license_popup/style.css?17515481731371 */
