.svsfc-feedback-form {
    max-width: 700px !important;
    margin: 20px auto;
    border: 2px dashed #BC88FF;
    width: 100%;
    border-radius: 10px;
}
.svsfc-row {
    display: flex;
    align-items: center;
    margin: 15px 25px;
}

.svsfc-content {
    font-size: 19px;
    font-weight: bold;
    margin-right: 20px;
}

.svsfc-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.svsfc-buttons div {
    background: transparent;
    border: 2px solid #9D9D9D;
}

.svsfc-buttons .button {
    max-width: 85px;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 2px 10px;
    text-align: center;
    cursor: pointer;
}

.svsfc-buttons svg {
    height: 20px;
    width: 20px;
    filter: invert(40%) sepia(20%) saturate(0%) hue-rotate(109deg) brightness(95%) contrast(97%);
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
}

.svsfc-buttons p {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 19px;
    vertical-align: middle;
    font-weight: bold;
}

.svsfc-hide{
    display: none;
}

/*Hover and active effect*/
.svsfc-buttons .button:hover , .svsfc-active{
    border:  2px solid #1F6BFF !important;
}

.svsfc-buttons .button:hover  svg , .svsfc-active svg {
    filter: invert(31%) sepia(99%) saturate(5379%) hue-rotate(222deg) brightness(100%) contrast(105%);
}




@media screen and (max-width: 500px) {

    .svsfc-row {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .svsfc-content {
        margin: 10px 0px;
    }
}
