.bg-white{
    background: white;
    padding: 0px 15px;
    border-radius: 50px;
    font-weight: bold;
}
body{
    background: #f9f5f5 !important;
}

.overflow-text{
    word-break: break-all;
    max-width: 90%;
}
.text-right,.text-right > input{
text-align: right;
}