.dtx-h5p-wrapper {
    background-color: white;
    border-radius: 6px;
    border: 2px solid #e2e7ed;
    flex-direction: column;
    margin-bottom: 12px;
}

.dtx-h5p-header-container {
    align-items: center;
    color: black;
    display: flex;
    flex: 1;
    padding: 4px 8px 4px 8px;
}

.dtx-h5p-header-container > a {
    color: #3a3a3a;
}

.dtx-h5p-header-container > a:hover {
    color: #350376;
}

.dtx-h5p-highlight {
    align-items: center;
    background-color: #350376;
    border-radius: 12px;
    color: white;
    cursor: pointer;
    display: flex;
    font-size: 11px;
    font-weight: bold;
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
}

.dtx-h5p-header-toggle {
    height: 24px;
    padding: 0;
    width: 24px;
}

.dtx-h5p-header-toggle > span {
    font-size: 10px;
    pointer-events: none;
}

.dtx-h5p-header-progress {
    align-items: center;
    background-color: #e2e7ed;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}

.dtx-h5p-header-progress-bar {
    background-color: white;
    border-radius: 3px;
    display: flex;
    height: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.dtx-h5p-header-progress-description {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.description-title {
    font-size: 11px;
    font-weight: bold;
}

.description-stats {
    font-size: 12px;
    margin-right: 8px;
}

.description-progress {
    color: #350376;
    font-weight: bold;
    margin-right: 8px;
}

.description-steps {
    color: #3a3a3a;
}

.dtx-h5p-header-progress-indicator {
    background-color: #b0cd17;
    height: 6px;
}

.dtx-h5p-hidden {
    display: none !important;
}

.dtx-h5p-details {
    border-collapse: collapse;
    border: 0px;
    margin: 0px;
}

.dtx-h5p-details > thead {
    font-size: 12px;
}

.dtx-h5p-details > thead > tr > th {
    border: 0px;
    border-bottom: 1px solid #e2e7ed;
}

.dtx-h5p-details > tbody > tr > td {
    border: 0px;
}

.dtx-h5p-table-h1 {
    width: 100%;
}

.dtx-h5p-table-data {
    width: 100px;
}
