.attached-pic {
 


text-align: center;
transition: all .3s ease;
text-decoration: none;
cursor: pointer;
position: relative;
color: #bbbaba;
border: 1px solid;
margin: 20px 0;
/* background-color: #31ABDE; */
/* width: 200px; */
font-size: 22px;
padding: 16px 0;
border-radius: 5px;
border: 1px solid #eeeeee;
}
/* 
.attached-pic i{
  font-size: 21px;
} */

.attached-pic p {
 
  font-size: 11px;
  color: #757575;
  }

.attached-pic:hover {
  background-color: rgba(0,0,0,.2);
  z-index: 10000;
  color: #fff;
  transition: all .3s ease;
  text-decoration: none;
}

.attached-pic span {
  display: inline-block;
  /* padding-top: 4.5em;
  padding-bottom: 4.5em; */
}

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

.glyphicon-camera svg{
position: absolute;
right: 29%;
width:  35px;
top: 26%;
color: white;
}
.attached-pic:hover svg{
 color: white;
 transition: all .3s ease;

}

.d-flex-norow-mobile {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: row;
  direction: rtl;
}


.number-div-prof input {
  text-align: right;
  border: 1px solid #eeeeee;
  /* background: #7572a2; */
  padding: 7px 20px 7px 20px;
  font-size: 13px;
  border-radius: 5px;
  direction: rtl;
  color: #000;
  flex-grow: 0.9;
  margin: 5px 0 5px 5px;
}
.number-div-prof .select-arrow::after {
  font-size: 14px;
  top: 15px !important;
  left: 8px !important;
  color: rgb(131, 131, 131);
}
.number-div-prof select {
  width: 100%;
  border: 1px solid #eeeeee;
  /* background: #7572a2; */
  padding: 8px;
  font-size: 11px;
  border-radius: 5px;
  color: rgb(107, 107, 107);
  text-align: center;
}

select {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}

.select-arrow {
    position: relative;
    max-width: 888px;
    margin: auto;
}

.select-arrow::after {
    content: "\f0d7";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 16px;
    top: 53px !important;
    left: 10px;
    position: absolute;
    color: #666;
}
