::-webkit-scrollbar-track {
  border: 5px solid #fff;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #2f2d3c;
}

.cursor-pointer {
  cursor: pointer;
}

.custom-input-file {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-input-file .custom-input-file-input {
  display: none;
}

.custom-input-file .custom-input-file-label .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #8b6f3a;
  border: 2px solid #8b6f3a;
  border-radius: 10px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 25px;
  margin: 10px 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#zarinpal img {
  width: 90px;
}

select.form-control {
  padding: 0.310rem 0 !important
}