﻿
.radio-button-item-group{
    display: flex;
    gap: 25px;
}

.radio-button-item {
    flex: 0.5 0.5 0;
    height: 40px;
    border-radius: 10px;
    padding: 10px, 20px, 10px, 20px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 8px 16px 0px #00000014;
}

.radio-button-item:hover {
    box-shadow: 0px 8px 16px 0px #00000026;
}

.radio-button-item-active {
    background: #FFFDEB;
    border: 2px solid #1A7CCA;
}

.radio-button-item-disabled{

}

.radio-button-item-span {
    font-family: Inter;
    font-weight: 500;
    color: #525252;
    line-height: 20px;
    font-size: 14px;
}