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

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

body {
  direction: rtl;
}

.page-title {
  color: #000;
}

.page-title h2 {
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

[type=email], [type=number], [type=tel], [type=url]{
  direction: rtl;
}

.add-comment-section {
  padding: 1.5rem;
  border-width: 1px;
  padding: 1rem;
  border: solid #dee2e6;
}
.add-comment-section:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

@media screen and (max-width:768px) {
  body,html{
    overflow-x: hidden;
  }
  .m-5{
    margin:0 !important;
  }
}