.dropdown-text {
    font-size: 12px !important;
    font-weight: bold !important;
}

.dropdown-subtext {
    font-size: 10px !important;
}

.white-text {
    color: white !important;
}

.black-text {
    color: black !important;
}

.bold-text {
    font-weight: bold !important;
}

.recording-container {
    overflow: auto hidden !important;
    position: relative;
    margin-left: 0px !important;
    scrollbar-color: white !important
}

.reviewable-word {
    z-index: 1 !important;
    display: inline-block !important;
    border-color: white !important;
    border-style: inset !important;
    text-align: center !important;
}

.reviewable-word-focused {
    z-index: 100 !important;
    display: inline-block !important;
    border-color: white !important;
    border-style: inset !important;
    text-align: center !important;
}

.not-displayed {
    display: none !important;
}

wave {
    display: block !important
}

body ::-webkit-scrollbar-thumb {
    background: gray !important
}

a.transcript-text-link {
	cursor: pointer;
	color: black;
}

a.transcript-text-link:hover {
	cursor: pointer;
	color: blue;
}

a.transcript-text-link:active {
	cursor: pointer;
	color: blue;
}

a.transcript-text-link:visited {
	cursor: pointer;
	color: black;
}

a.highlighted-transcript-text-link {
	cursor: pointer;
	color: green;
}

a.highlighted-transcript-text-link:hover {
	cursor: pointer;
	color: blue;
}

a.highlighted-transcript-text-link:active {
	cursor: pointer;
	color: blue;
}

a.highlighted-transcript-text-link:visited {
	cursor: pointer;
	color: green;
}

a.transcript-text-link-changed {
	cursor: pointer;
	color: red;
}

a.transcript-text-link-changed:hover {
	cursor: pointer;
	color: blue;
}

a.transcript-text-link-changed:active {
	cursor: pointer;
	color: blue;
}

a.transcript-text-link-changed:visited {
	cursor: pointer;
	color: red;
}

a.highlighted-transcript-text-link-changed {
	cursor: pointer;
	color: purple;
}

a.highlighted-transcript-text-link-changed:hover {
	cursor: pointer;
	color: blue;
}

a.highlighted-transcript-text-link-changed:active {
	cursor: pointer;
	color: blue;
}

a.highlighted-transcript-text-link-changed:visited {
	cursor: pointer;
	color: purple;
}