/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.pd-custom-scroll::-webkit-scrollbar {
  width: 8px !important;
  background-color: none;
}

.pd-custom-scroll::-webkit-scrollbar-track {
  background-color: none;
}

.pd-custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background-color: rgba(115, 115, 115, 0.4) !important;
}

.no-border-right {
  border-right: none !important;
}

.pd-mb-48 {
  margin-bottom: 48px !important;
}

.one-page-arrow {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50%;
  margin-left: -32px;
  width: 64px;
  height: 64px;
  font-size: 64px;
  text-align: center;
  color: #222;
}
