/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
#page-container { overflow:hidden; }

::-webkit-scrollbar {
  background-color: #ffffff;
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background-color: #1f437b;
  border-radius: 50px;
}