
.button-selected[data-v-2bfd9d74] {
    margin-top: 30px;
    text-align: center;
}
.button-wrapper[data-v-2bfd9d74] {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 30px;
}
.big-close-btn[data-v-2bfd9d74] {
    position: absolute;
    top: 6px;
    right: 6px;
}
input[type="radio"][data-v-2bfd9d74], input[type="checkbox"][data-v-2bfd9d74] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.btn-options__checkbox[data-v-2bfd9d74] {
    display: table-cell;
    padding: 10px;
    width: 5vw;
    height: 6vh;
    border-radius: 15px;
    background-color: #eee;
    vertical-align: middle;
}
.btn-options__checkbox[data-v-2bfd9d74]:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
input[type="radio"]:focus + label[data-v-2bfd9d74], input[type="checkbox"]:checked  + label[data-v-2bfd9d74] {
    border-radius: 15px;
}
input[type="radio"]:checked + label>div[data-v-2bfd9d74], input[type="checkbox"]:checked + label>div[data-v-2bfd9d74] {
    background-color: #fffbcd;
    box-shadow: inset 1px 2px 4px 0 rgba(0, 0, 0, .4);
}
.btn-primary[data-v-2bfd9d74] {
    padding: 10px 30px;
    background: linear-gradient(180deg, #C8FA92 0%, #B5E97C 50%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    font-size: 20px;
    color: #000;
}

