<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.resolutionText {
    text-align: center;
    padding: 0px 6px;
    border-radius: 4px;
    font-size: x-small;
    background-color: #654B7B;
    color: white;
    margin-right: 4px;
    margin-left: 4px;
    vertical-align: middle;
}

.sr-tags-platform {
    text-align: center;
    padding: 0px 6px;
    border-radius: 4px;
    font-size: x-small;
    background-color: #515355;
    color: white;
    margin-right: 4px;
    margin-left: 4px;
    vertical-align: middle;
}

.streamerImage img {
    border-radius: 2rem;
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid #fff;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.text-primary {
    color: #0d6efd!important;
}

.recording_view ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.recording__list {
	padding: 0.75rem;
}
.recording__item {
	margin: 0 4px 0.75rem;
	padding: 0.50rem 1.5rem;
	border-top: 4px solid #404040;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	border-radius: 10px;
	text-align: left;
}

.isRequested {
	border-top-color: #654B7B;
	cursor: not-allowed !important;
}

.isRecording {
	border-top-color: #FF2261;
	cursor: not-allowed !important;
}

.isFinished-progressbar {
    border-top-color: #0cec62; /* Hier die Breite und Farbe des Top-Borders festlegen */
}

.isFinished-progressbar::before {
    content: "";
    position: absolute;
    width: 45%; /* Hier den Fortschritt in Prozent angeben */
	border-top: 4px solid #FF2261;
	border-radius: 10px;
}

.isFinished {
	border-top-color: #57B2E5;
}

.isFinished:hover {
	background: #E7E7F2;
    color: #ffffff;
    background-color: #272734;
    border-color: #272734;
    border-top-color: #57B2E5;
}

.recording__info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.recording__info .info-player {
	display: flex;
	align-items: center;
}

.recording__info .info-player__name {
	line-height: 1.1;
	font-size: 20px;
	margin: 0;
}
.recording__info .info-player__name small {
	font-size: 14px;
}
.recording__info .info-place {
	margin: 0;
	font-size: 24px;
}

.info-subtitle {
    font-weight: 600;
    color: #57B2E5;
    font-size: 0.8rem;
}
</pre></body></html>