/* Remove Background */
body:not(.login, .register, .remind) {
    background-image: none;
    /*background-color: #fff;*/
}
/* Background image size */
html, body {
    background-size: cover !important;
}
/* Remove HTML background */
html {
    background-image: none;
}

#Dashboard_Banner,
#Dashboard_Banner > * {
display: none !important;
 background-color: #060D18 !important;

}
.crDmBm {
    background-color: #060D18 !important;
    background-image: url('https://courses.fifatrainingcentre.com/resource/0e11a5d6-287e-4386-a180-5abf9073ce53') !important;
    background-repeat: no-repeat !important;
    background-position: 60px center !important;
    background-size: auto 40px !important;
}

#NavBar-dashboard > div > div.sc-ZqGJI.hAgItp > div > button {
color:#fff  !important;
}


/* Remove 'My Courses' link from multi-level LX */
#course-back-button {
    display: none !important;
}
/* Square the corners of multi-level LX cards */
.card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.levels-container .level-item .level-card {
    border-radius: 0 !important;
}
div[data-testid^="dashboard-content-block-"] {
  max-width: 82.5% !important;
  margin: 0 auto !important; /* This sets top/bottom margin to 0 */
}
div[data-testid^="dashboard-content-block-5"] {
  margin: 0 auto !important; /* This sets top/bottom margin to 0 */
    max-width: 100% !important;

}
div[data-testid="dashboard-content-block-5"].kZlNG {
   padding:0px !important;
margin:0px !important;
}
[id^="NavBar-"] button {
  color: #fff !important;
}

.MuiFormGroup-root:has(#filter-learning_experience_type_ids) {
  display: none !important;
}