.ld-tabs .ld-tabs-navigation {
  overflow-x: auto;
  font-size: 14px;
}

.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:focus {
  outline: unset;
}

/* width */
.ld-tabs .ld-tabs-navigation::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

/* Track */
.ld-tabs .ld-tabs-navigation::-webkit-scrollbar-track {
  background: #e8e8e8; 
}

/* Handle */
.ld-tabs .ld-tabs-navigation::-webkit-scrollbar-thumb {
  background: transparent; 
}

/* Handle on hover */
.ld-tabs .ld-tabs-navigation::-webkit-scrollbar-thumb:hover {
  background: #d4d4d4; 
}

.ld-tab .fa, .ld-tab .dashicons {
  margin-right: 0.50em;
}

.ld-tabs {
  position: relative;
}

/* Arrow styling */
.ctld-right-hand-arrow, .ctld-left-hand-arrow {
  position: absolute;
  top: 10px;
  background-color: #ededed;
  color: #3a3a76;
  border: none;
  border-radius: 0%;
  cursor: pointer;
  height: 40px;
  width: 15px;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  border-radius: 3px;
}

.ctld-right-hand-arrow {
  right: -15px;
  display: none;
}

.ctld-left-hand-arrow {
  left: -15px;
  display: none;
}