
.whiteText{
    color:#ffffff !important;
}
.yellowText{
    color:#FFB703 !important;
}
.navyText{
    color:#023047 !important;
}
.blueText{
    color:#219EBC !important;
}
.blackText{
    color:#000000 !important;
}
.tws-smile{
    position: relative;
}
.tws-smile::after {
    z-index: 10;
    content: '';
    position: absolute;
    left: 0;
    top: 70%;
    width: 100%;
    height: 100%;
    color: inherit;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 340 52" xmlns="http://www.w3.org/2000/svg"><path fill="%23023047" stroke="%23023047" d="M 3.446 7.509 C 1.298 6.679 2.68 0.989 6.293 2.379 C 38.166 25.149 192.841 47.859 297.296 4.499 C 296.824 2.609 336.21 17.159 337.214 21.169 C 275.002 55.203 86.882 63.847 3.446 7.509 Z"></path></svg>');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: show 0.5s ease-in forwards;
}
.tws-smile.whiteText::after{
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 340 52" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" stroke="%23ffffff" d="M 3.446 7.509 C 1.298 6.679 2.68 0.989 6.293 2.379 C 38.166 25.149 192.841 47.859 297.296 4.499 C 296.824 2.609 336.21 17.159 337.214 21.169 C 275.002 55.203 86.882 63.847 3.446 7.509 Z"></path></svg>');;
}
.tws-smile.yellowText::after{
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 340 52" xmlns="http://www.w3.org/2000/svg"><path fill="%23FFB703" stroke="%23FFB703" d="M 3.446 7.509 C 1.298 6.679 2.68 0.989 6.293 2.379 C 38.166 25.149 192.841 47.859 297.296 4.499 C 296.824 2.609 336.21 17.159 337.214 21.169 C 275.002 55.203 86.882 63.847 3.446 7.509 Z"></path></svg>');;
}
.tws-smile.navyText::after{
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 340 52" xmlns="http://www.w3.org/2000/svg"><path fill="%23023047" stroke="%23023047" d="M 3.446 7.509 C 1.298 6.679 2.68 0.989 6.293 2.379 C 38.166 25.149 192.841 47.859 297.296 4.499 C 296.824 2.609 336.21 17.159 337.214 21.169 C 275.002 55.203 86.882 63.847 3.446 7.509 Z"></path></svg>');;
}
.tws-smile.blueText::after{
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 340 52" xmlns="http://www.w3.org/2000/svg"><path fill="%23219EBC" stroke="%23219EBC" d="M 3.446 7.509 C 1.298 6.679 2.68 0.989 6.293 2.379 C 38.166 25.149 192.841 47.859 297.296 4.499 C 296.824 2.609 336.21 17.159 337.214 21.169 C 275.002 55.203 86.882 63.847 3.446 7.509 Z"></path></svg>');;
}
.tws-smile.blackText::after{
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 340 52" xmlns="http://www.w3.org/2000/svg"><path fill="%23000000" stroke="%23000000" d="M 3.446 7.509 C 1.298 6.679 2.68 0.989 6.293 2.379 C 38.166 25.149 192.841 47.859 297.296 4.499 C 296.824 2.609 336.21 17.159 337.214 21.169 C 275.002 55.203 86.882 63.847 3.446 7.509 Z"></path></svg>');;
}