.HeaderTopmenu {
    width: 90%;
}

.actionBtnStyle{
    border-width: 1px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--wp--preset--color--custom-color-4) !important;
    color: var(--wp--preset--color--custom-color-3) !important;
    border-color: var(--wp--preset--color--custom-color-3) !important;
    cursor: pointer;
    height:58.5px;
    font-family: inherit;
    font-size: var(--wp--preset--font-size--medium);
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 1rem;
    text-decoration: none;
    text-transform: inherit;
}

#ChapterDistributionTool .parameter {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

#ChapterDistributionTool input.parElem {
  width: auto;
}

#ChapterDistributionTool .hidden {
	display: none;
}