*,
*:after,
*:before {
    box-sizing: border-box;
}

form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

label {
    display: flex;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px !important;
}

label input {
    position: absolute;
    left: -9999px;
}
label input:checked + span {
    color: #000;
    font-weight: bold;
}
label input:checked + span:before {
    box-shadow: inset 0 0 0 0.3375em #FF0C0C;
    background-color: #fff;
}
label span {
    display: flex;
    align-items: center;
    padding: 0.375em 0.75em 0.375em 0.375em;
    border-radius: 99em;
    transition: 0.25s ease;
    width: 100%;
}
label span:hover {
    color: #000;
}
label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    /*box-shadow: inset 0 0 0 0.125em #F35213;*/
}

.giai_do_wrapper1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

label span:hover:before {
    background-color: #fff;
    color: #f35213;
}


/* for Kixx */
.wpcf7-list-item-label::before {
    place-content: center;
    font-size: 17px;
    color: #fff;
    line-height: 33px;
}