

.review-container{
    background-color: white;
    width: 400px;
    min-height: 200px;
    max-width: 95%;
    max-height: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px rgba(0,0,0, 0.4);
    position: relative;
    border-radius: 10px;
}
.review-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: auto;
    width : 95%;
}
.one-control{
    height: 40px;
    flex: 1 1 50px;
    background-color: #008080;
    display: flex;
    justify-content: center; 
    align-items: center;
    color: white;
    text-decoration: none;
}
.review-top-section{
    width: 100%;
    /* background-color: lightgray; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 40px;
    border-bottom: 1px dashed gray;
}
.first-section > img{
    width: 60px;
}
.full-name-container * {
    margin: 0px;
}
.first-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.stars{
    /* background-color: red; */
    font-size: 16px;
}
.quotes{
    position: absolute;
    top: 90px;
    left: 20px
}

.validated{
    background: linear-gradient(45deg, white, white, #008080);
}

