/* btn-label-right: Next button chevron label effect */
.btn-label-right {
  position: relative !important;
  padding-right: 44px !important;
  border: none !important;
  overflow: hidden !important;
}

.btn-label-right .label-icon {
  position: absolute !important;
  width: 32px !important;
  height: 100% !important;
  right: 0 !important;
  top: 0 !important;
  background-color: rgba(255, 255, 255, 0.15) !important;
  font-size: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 0.25rem 0.25rem 0 !important;
}
