::-webkit-scrollbar {
  width: 5px;height: 5px
}

::-webkit-scrollbar-track {
  background: transparent !important; 
}
 
::-webkit-scrollbar-thumb {
  background: #607d8b !important; 
}

::-webkit-scrollbar-thumb:hover {
  background: #009688 !important; 
}
.header-menu .menu-item a{font-size: 14px !important;}
.text-left{text-align: left !important;}
.logo-img.md{
	max-height: 50px;
}
.header.has-single-page{
  height: auto !important;
  min-height: auto !important;
  max-height: auto !important;
}
.spinner-border .sr-only{
  display: none !important;
}

.custom-content{
  color: #526484;
  font-size: 13px;
}
.custom-content p{
  margin-bottom: 0px;
}
.pl-1, .px-1 {
    padding-left: 0.375rem !important;
}
.pr-1, .py-1 {
    padding-right: 0.375rem !important;
}
.ml-1, .mx-1 {
    margin-left: 0.375rem !important;
}
.mr-1, .my-1 {
    margin-right: 0.375rem !important;
}
.fw-bold{font-weight: bold !important;}
.img-circle.md {
    height: 100px;
    width: 100px;
}
.text-gray {
    color: #8091a7 !important;
}