 .rate2
    {
        font-size: 35px;
    }
    
.rate2 .rate-hover-layer
    {
        color: pink;
    }
    
.rate2 .rate-select-layer
    {
        color: red;
    }
    
#flash
    {
    background:  #a45197 none repeat scroll 0 0;color: #fff;

    display: none;

    font-size: 18px;

    font-weight: bold;

    padding: 12px;

    position: fixed;

    bottom: 0;

    text-align: center;

    width: 100%;

    z-index: 10000;

    opacity: .8;

    }
    
    .dropbtn {
  background-color: #a45197;
  color: white;
  padding: 10px 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 999999;
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  font-family: 'Noto Kufi Arabic', sans-serif;
  border-bottom:1px #e9e9e9 solid;
  
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #711d64;
}