.ibs-rating-plugin-body h1{
margin: 3em 0px;
}
.ibs-rating-plugin-body .table-responsive {
background: #FFFFFF;
padding: 20px;
border-radius: 10px;
margin-right: 15px;
}
p#ibs-error-msg {
color: red;
}
.ibs-feedback-done {
margin: 4em 0em;
text-align: center;
display: none;
}
.ibs-info-block{
text-align: center;
}
.ibs-info-block img {
height: 100px;
width: 100px;
object-fit: contain;
}
.ibs-info-block .title {
font-size: 1.7em;
font-weight: bold;
text-transform: capitalize;
margin-bottom: 1em;
line-height: 2em;
}
.ibs-info-block {
min-width: 400px;
max-width: 600px;
border-radius: 5px;
box-shadow: 0 0;
-webkit-box-shadow: 2px 2px 6px -2px #044399;
box-shadow: 2px 2px 6px -2px #044399;
margin: auto;
display: grid;
justify-content: center;
justify-items: center;
padding: 10px;
margin-bottom: 6em;
}
.ibs-info-block p {
font-size: 1.2em;
}