﻿
.futudent-player-error {
    color: white;
    text-align: center;
    width: 100%;
    height: 534px;
    background: linear-gradient(141deg, #A1BCBA 0%, #032A2E 51%, #295060 75%);
    padding: 15px
}

.futudent-player-error-critical {
    text-align: center;
    margin: auto;
    color: #f3f3f3;
    font-size: 30px;
    font-weight: 700;
    padding-top: 105px;
    padding-bottom: 20px;
}

.futudent-player-error-recoverable {
    text-align: center;
    margin: auto;
    color: #f3f3f3;
    font-size: 30px;
    font-weight: 700;
    padding-top: 105px;
    padding-bottom: 20px;
}