@media only screen and (max-width: 600px) {
    .continueSurvey{
        position: fixed;
        right: 16px;
        bottom: 26px;
    }
    .backSurvey{
        position: fixed;
        left: 16px;
        bottom: 26px;
    }
}
.radio-toolbar-3 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 8px 0 rgba(0, 0, 0, 0.19);
    height: 40px;
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
}

.radio-toolbar-3 label {
    width: 100%;
    display: inline-block;
    background-color: #FFFFFF;
    color:black;
    margin-left: -30px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
}

.radio-toolbar-3 label:hover {
    background-color: #B4B4B4;
}

.radio-toolbar-3 input[type="radio"]:checked+label {
    background-color: #DAA521;
    color: white;
}

.w-break{
    word-break: break-word;
    text-align: start;
}

 input[type="radio"] {
    visibility: hidden;
}

.imagePointer{
    position: absolute;
    background-color: red;
    border: 1px solid red;
    height: 10px;
    border-radius: 50%;
    width: 10px;
}
#info_modal{
    position: fixed;
    right: 16px;
    bottom: 32px;
}
.is-invalid{
    border: 1px solid red;
}
