/* Auto-generated at Fri, 24 Jul 26 01:10:01 +0000. */

body.frontend .mat-badge-content {
  background-color: #D6001C;  /* Set background color to #D6001C */
  color: white;               /* Set text color to black */
}
.mdc-checkbox,.mdc-checkbox:hover {  > .mdc-checkbox__background,  > .mdc-checkbox__native-control {    &:focus:focus:checked,    &:enabled:checked {      ~ .mdc-checkbox__ripple,      ~ .mdc-checkbox__background {        background-color: var(--white);        border-color: var(--white);      }    }    &:focus {      ~ .mdc-checkbox__ripple{        opacity: 0 !important;      }  
  } 
   }
   }

/* HOMEPAGE VIDEO RESPONSIVE----------------------------------------------------- */
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;   
  max-height: 500px;   
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* Hide status & topic type label on toolbox tiles*/
.frontend featured-content .featured-content-card .card-badges .card-badge, .backend featured-content .featured-content-card .card-badges .card-badge {
 display: none;
}

.frontend inn-tag, .backend inn-tag {
 display: none;
}