/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.22.1.1692574350
Updated: 2023-08-20 23:32:30

*/


/* custom scroll bar */
body::-webkit-scrollbar {
    width: 8px;
} 
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}   
body::-webkit-scrollbar-thumb {
    background-color: #090a0f; /* scrollbar color */
     border-radius: 50px;
}

/* custom scroll bar */



/* Style the scrollbar for WebKit (Chrome, Safari) */
.scrollbar-ranking .et_pb_text_inner {
    margin-right: 10px;
}
.scrollbar-ranking::-webkit-scrollbar {
  width: 15px;
  border-radius: 50px;
}

.scrollbar-ranking::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 50px;
}

.scrollbar-ranking::-webkit-scrollbar-thumb {
  background-color: #EDEDED;
  border-radius: 50px;
  border: solid 3px #CCCCCC;
}

.scrollbar-ranking::-webkit-scrollbar-thumb:hover {
  background-color: #EDEDED;
  border-radius: 50px;
  border: solid 3px #CCCCCC;
}

/* Style the scrollbar for non-WebKit (Firefox) */
.scrollbar-ranking {
  scrollbar-width: thin; /* Set the width of the scrollbar */
  scrollbar-color: #EDEDED #ccc; /* Set the thumb and track colors */
}



/* World Ranking Scroll */
body .world-ranking-tab .et_pb_tab_content {
    min-height: 390px;
    max-height: 390px;
    overflow-y: scroll;
	border-radius: 13px !important;
}
.world-ranking-tab .et_pb_tab_content::-webkit-scrollbar {
  width: 15px;
  border-radius: 50px;
}

.world-ranking-tab .et_pb_tab_content::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 50px;
}

.world-ranking-tab .et_pb_tab_content::-webkit-scrollbar-thumb {
  background-color: #EDEDED;
  border-radius: 50px;
  border: solid 3px #CCCCCC;
}

.world-ranking-tab .et_pb_tab_content::-webkit-scrollbar-thumb:hover {
  background-color: #EDEDED;
  border-radius: 50px;
  border: solid 3px #CCCCCC;
}

/* Style the scrollbar for non-WebKit (Firefox) */
.world-ranking-tab .et_pb_tab_content {
  scrollbar-width: thin; /* Set the width of the scrollbar */
  scrollbar-color: #EDEDED #ccc; /* Set the thumb and track colors */
}
/* END: World Ranking Scroll */



