/*
  You can add custom CSS rules or import files here.
*/


/* Import the Radzen CSS files */
@import './styles-generated.css';

.smart-player-embed-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
    height: 0;
    overflow: hidden;
    padding-top: calc(480 / 720 * 100%);
    position: relative;
}

.smart-player-embed-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 720px;
    max-height: 480px;
}

    .smart-player-embed-iframe:-ms-fullscreen {
        max-width: 100%;
        max-height: 100%;
    }

ul[role=tablist] {
    flex-wrap: wrap;
}
.rz-button-sm, .rz-button, .rz-fileupload .rz-paginator-element {
    height: auto;
}