.modal-body{
    color: white;
   
    }
    .modal-dialog{
        margin: 10px auto;
        width: 95%;
    }
.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    }
    
    .rating > input{
     display:none;
    }
    
    .rating > label {
    position: relative;
    width: 1.1em;
    font-size: 8vw;
    color: #FFD700;
    cursor: pointer;
    }
    
    .rating > label::before{
    content: "\2605";
    position: absolute;
    opacity: 0;
    }
    
    .rating > label:hover:before,
    .rating > label:hover ~ label:before {
    opacity: 1 !important;
    }
    
    .rating > input:checked ~ label:before{
    opacity:1;
    }
    
    .rating:hover > input:checked ~ label:before{ 
    opacity: 0.4;
     }
     textarea {
        width: 100%;
        border: none;
        background: #E8E8E8;
        padding: 5px 10px;
        height: 100%;
        border-radius: 5px 5px 5px 5px;
        border-bottom: 2px solid #016BA8;
        transition: all 0.5s;
        margin-top: 15px;
        box-shadow: rgba(14, 30, 37, 0.5) 0px 2px 4px 0px, rgba(14, 30, 37, 0.2) 0px 2px 16px 0px;
        
    }
    .rate_btn{
        height:100px;
        width:100px;
        border-radius:100px;
        padding:5px;
        border:2px solid red;
        box-shadow: rgba(251, 255, 0, 0.5) 0px 2px 4px 0px, rgba(0, 179, 255, 0.2) 0px 2px 16px 0px;
        
    }
    .contain{
        margin: 10px;
    border: 2px solid red;
    padding-bottom: 10px;
    border-radius: 15px;
    }
    .write_review{
        margin: 30px 50px 0px 50px;
        border-radius: 100%;
        display:flex;
        justify-content: space-between;
        
    }
    .img{
        width: 100px;
        height:100px;
        border: 2px solid red;
        border-radius: 100px;
        box-shadow: rgba(14, 30, 37, 0.5) 0px 2px 4px 0px, rgba(14, 30, 37, 0.2) 0px 2px 16px 0px;
    }
    .reviews{
        border-radius:15px;
        margin:10px 10px 10px 10px;
        padding:10px;
        box-shadow: rgba(14, 30, 37, 0.5) 0px 2px 4px 0px, rgba(14, 30, 37, 0.2) 0px 2px 16px 0px;

    }
    .review{
        box-shadow: rgba(14, 30, 37, 0.5) 0px 2px 4px 0px, rgba(14, 30, 37, 0.2) 0px 2px 16px 0px;
        margin: 10px 10px 0px 10px;
        border: 5px solid #b76040;
        padding: 10px;
        border-radius: 15px;
    }
    .user{
        display: flex;
    }
    .data{
        margin-left: 15px;
    }
    .comment{
        text-align: justify;
        border-radius:15px;
        padding:10px;
        box-shadow: rgba(14, 30, 37, 0.5) 0px 2px 4px 0px, rgba(14, 30, 37, 0.2) 0px 2px 16px 0px;

    }
    p {
        margin-top: 0;
        margin-bottom: 0;
    }
    h4{
        margin-bottom: 20px;
    }