:host{
  padding:0px;
}

.modal {
  /* margin-top:10px; */
  background: rgba(0,0,0,0.6); 
}
.title{
  text-align: left;
}

.btn > btn-default {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

@media only screen  and (min-width : 768px) {
  .modal-dialog{
    width: 50%;
    padding:10px;
    background: #fff;
    border-radius: 5px;
    margin-top:100px;    
  }
}

.rating-text{
    line-height:3.2;
    vertical-align:middle;
    font-weight: bold;
}

.rating-star{
    line-height:3.2;
    text-align: right;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 9px 9px;
  margin: 0px;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
}