﻿/* Helpers */
.cp {
    cursor: pointer;
}

.uc{
    text-transform: uppercase;
}

/* THEMA  VIDEOPLAYLIST */
.thema-videoplaylist:hover {
    background-color: rgba(20, 61, 58, .03);
}

/* FAB */
.mud-fab-dark:hover {
    background-color: #202020;
}

.panel-icon-abstand {
    margin-right: 35px !important;
    margin-left: 7px !important;
}

/* Video Player Blazorise */
.plyr__control--overlaid, .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: #aabb97ff !important;
}
.plyr--full-ui input[type=range] {
    color: #aabb97ff !important;
}

