.video-body,.sr-video-body {
    padding: 0;
    display: flex;
    background: 333;
    /* min-height: 100vh; */
    /* background: linear-gradient(135deg, #000000 0%, #333 48%, #686868 100%); */
    background-size: cover;
    align-items: center;
    justify-content: center;
  }
.video-player,.sr-video-player {
    max-width: 750px;
    position: relative;
    overflow: hidden;
  }
  
  .video,.sr-video {
    width: 100%;
  }
  
  .player-controls {
    display: flex;
    position: absolute;
    bottom: 4px;
    width: 100%;
    transform: translateY(100%) translateY(-5px);
    transition: 0.3s;
    flex-wrap: wrap;
    /*background: rgba(0, 0, 0, 0.6);*/
  }
  
  .video-player .player-controls,.sr-video-player .player-controls {
    transform: translateY(0);
  }
  
  .play-button {
    width: 10%;
    border: none;
    background: black;
    color: white;
    padding: 10px;
    /* display: none; */
  }
  
  .play-button:focus {
    outline: none;
  }
  
  .time {
    font-size: 1em;
    color: white;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  input[type="range"] {
    -webkit-appearance: none;
    background: transparent;
    margin: 0;
    width: 75%;
    padding: 0 10px;
  }
  input[type="range"]:focus {
    outline: none;
  }
  input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: black;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    background: orangered;
    cursor: pointer;
  }
  
  /* .video-progress {
    position: relative;
    display: flex;
    width: 100%;
    height: 5px;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
  } */
  
  .video-progress-filled {
    width: 0;
    background: orangered;
  }
  .h2{
    color: #000000;
    height: 100%;
    font-size: 31px;
    font-weight: 700;
    padding: 16px;
  }
  .video-player .video-progress {
    height: 50px;
  }
  .video-result,.sr-video-result{
    width: 25%;
    background: lightgreen;
  }
  .video-date{
    width: 25%;
    background: yellow;
  }
  .video-event-name{
    width: 50%;
    background: lightblue;
    padding: 6.5px 0px;
  }
  .video-event-name div{
    color: #000000;
  }
  .video-live{
    text-align: left;
    width: 100%;
  }
  .video-live div{
    background: red;
    margin-top: 15px;
    padding: 10px;
    border-radius: 28px;
    width: 0px;
    height: 0px;
    float: left;
    margin-left: 10px;
    margin-right: -11px;

  }
  .video-live h2{
    float: left;
    margin-top: -10px;
    color: #FFF;
  }
  .video-live-view{
    text-align: left;
      width: 100%;
      height: 50px;
  }