

#bodyContainer{
    background-color: rgb(255, 254, 254);
    max-width: 90%;
  
    margin-left: auto;
    margin-right: auto;
    
}

.panel-container{

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0 , .3);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    padding: .50rem;
    max-width: 100%;
}

.textarea-comments{

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0 , .3);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
margin-left: auto;
margin-right: auto;
margin-top: 1.5rem;
margin-bottom: 1.5rem;

max-width: 100%;
height: 18vh;
}


.panel-container strong{
    position: relative;
    top: 1.75rem;
    font-size: 1rem;
}

strong{
    position: relative;
   
    font-size: 1rem;
}

.ratings-container, .ratings-container2{
    display: flex;
padding-top: 2rem;
padding-bottom: 0rem;
padding-left: 4rem;
padding-right: 4rem;
margin-top: .5rem;
}

.rating, .rating2{
    cursor: pointer;
    padding-top: 16px;
    padding-bottom: 16px;
   
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    flex-direction: column;
    
}


.rating:hover,
.rating.active{
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0, .5);
}

.rating2:hover,
.rating2.active2{
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0, .5);
}

.rating span, .rating2 span{
    font-size: .75rem;
   
    text-align: center;
    margin-top: 15px;
 }

.rating:hover span,
.rating.active span {
    color: #111;
  
    font-weight: bold;
}

.rating2:hover span,
.rating2.active span {
    color: #111;
  
    font-weight: bold;
}


.rating img, .rating2 img{
    max-width: 52%;
    margin: auto;
}

.with-thankyou{
    width: 15%;
    margin: 1rem;
}


.rating .veryHappy, .rating2 .veryHappy{
    background-color: rgb(37, 219, 37);
    border-radius: 50%;
}
.rating .happy, .rating2 .happy{
    background-color: rgb(33, 182, 33);
    border-radius: 50%;
}

.rating .neutral, .rating2 .neutral{
    background-color: yellow;
    border-radius: 50%;

}

.rating .unsatisfied, .rating2 .unsatisfied{
    background-color: orange;
    border-radius: 50%;
}

.rating .angry, .rating2 .angry{
    
    background-color: red;
    border-radius: 50%;
}

textarea {
    border: 1px solid #ced4da;
    display: block;
    width: 90%;
   height: 40px;
    resize: none;

}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #f1707d;
    padding: 8px 15px;
}
.btn-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #42f3a1;
    padding: 8px 15px;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 8px 15px;
}

#send{
    float: right;
    
}

.feedbackRating{
    margin-bottom: 2rem;
}

#iframe-id{
    position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
    
}

.div-Iframe{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

.text-align{
    text-align: center;
}