
*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #ff9800;
  border-radius: 7px;
}

table {
  margin: 0 auto;
 
  width: 100%;
  padding: 10px 30px;
  border-radius: 5px;
  direction: rtl;
} 
table td {
  padding-bottom: 10px;
  width: 30%;
}

.price-input{
  width: 100%;
  float: right;
  border: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 3px;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-radius: 8px !important;
  background-color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgb(186 183 183 / 20%);
  flex-direction: column;
}

table h4 {
  text-align: center;
  color: #567;
  border: 1px solid #567;
  border-radius: 3px;
  padding: 15px 0;
}
.price-input {
  width: inherit;
  border: none;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 3px;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-radius: 8px !important;
  background-color: #fff;
  flex-direction: column;
}
.price-input[list]:focus {
  outline: none;
}
.price-input[list] + div[list] {
  display: none;
  position: absolute;
  width: 100%;
  font-weight: bold;
  text-align: right;
  max-height: 164px;
  overflow-y: auto;
  max-width: 330px;
  background: #FFF;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 3px 3px 3px -3px #a2a2a2;
  z-index: 100;
  border: 1px solid #f1f1f19e;
  color: #212529;
  margin-top: 50px;
  padding: 10px;
  border-radius: 5px;
}
.price-input[list] + div[list] span {
  display: block;
  padding: 7px 5px 9px 20px;
  color: #454545;
  text-decoration: none;
  cursor: pointer;
}
.price-input[list] + div[list] span:not(:last-child) {
  /* border-bottom: 1px solid #EEE; */
}
.price-input[list] + div[list] span:hover {
  background: rgba(100, 120, 140, .2);
}

table .instructions {
  font-size: .9em;
  color: #900;
}
table .instructions b {
  color: #123;
}

.price-sent:hover {
  color: rgb(255, 153, 0 ,1);
  background-color: rgb(251, 251, 251);
  border: 2px solid rgb(255, 153, 0 ,1);
}
.price-sent {
  color: rgb(251, 251, 251);
  background-color: rgba(255, 153, 0, 1);
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all .8s ease;
  font-size: 16px;
  width: 110px !important;
  height: 40px; 
  font-weight: 700;
}.price-search:hover {
  color: rgb(255, 153, 0 ,1);
  background-color: rgb(251, 251, 251);
  border: 2px solid rgb(255, 153, 0 ,1);
}
.price-search {
  color: rgb(251, 251, 251);
  background-color: rgba(255, 153, 0, 1);
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all .8s ease;
  font-size: 16px;
  width: 106px !important;
  height: 40px;
  font-weight: 700;
}
.price-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  font-weight: 600;
  opacity: 1; /* Firefox */
}

.price-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
  font-weight: 600;

}

.price-input::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
  font-weight: 600;

}


.price-text-title{
color: #8a8a8a;
}

input::placeholder{
  color: rgba(148, 148, 148, 0.795) !important;
}

.desc_btn {
  cursor: pointer;
  user-select: none;
  text-shadow: -1px 2px 1px #e2ab0fbf;
}


#modal_text {
  white-space: break-spaces;
  direction: rtl;
  text-align: justify;
  word-spacing: 1px;
  line-height: 25px;
  padding-right: 20px;
}

input[type=text], .price-input{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(138,136,138,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(138,136,138,1);
box-shadow: 0px 0px 5px 0px rgba(138,136,138,1);
}



input[type=tel]::placeholder{
  direction: rtl;
}

input[type=tel]{
  direction: ltr;
}