:root{
    --second-color: #ec1650; /*use colors easily readable on white background*/
    --second-color-shadow: #ec165008; 
    --first-color: #171c22;
  }
 /* Hide expire date on info page */
.nav__list .nav__list-item:nth-child(4) {
    display: none !important;
}

/* Hide provider welcome message and show our own */
.nav__list .nav__list-item:nth-child(5) {
    visibility: hidden;
    position: relative;
}

.nav__list .nav__list-item:nth-child(5)::after {
    content: "Welcome to 4ETL Player - Copyright Myiptvplayer";
    visibility: visible;
    position: absolute;
    left: 0;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
}