#output_text span.sw,
#output_text,
.input-wrapper #ab{
    font-size: 16px !important;
    line-height: 24px !important;
    overflow-x: hidden;
}
#loader {
    width: 18px;
    height: 18px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
#submitBtn{
    min-width: 110px;
    min-height: 40px;
    justify-content: center;
    display: flex;
    align-items: center;
}
#submitBtn span{
    color: white;
}
.hidden{
    display: none !important;
}
.rate_container {
    float: right;
    width: 42%;
    margin: 6px 0px;
}
.feedback_main{
    width: 100%;
}
span.tooltiptext-copy{
    margin-left: -30px !important;
}
.tooltip_main{
    overflow-x: hidden;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media(max-width: 992px) {
    .rate_container {
        float: left;
        width: fit-content;
    }
}
