.cmcore-programmeguide-tmpl-item-container-defaultconfig{
  cursor: default;    
  background: #fff;
  width: 100%;
  height:100%;
  transition: all 0.25s;
}
.cmcore-programmeguide-tmpl-item-container-defaultconfig:hover{
  cursor: pointer;    
  background: #ebebeb;
  transform: translateY(-3px);

}
.cmcore-programmeguide-tmpl-item-container-sessiontype-defaultconfig{
  border-left-style: solid;
  border-left-width: 4px;
  border-left-color: lightgray;  
  padding: 10px;
  padding-top: 8px;
  width: 100%;
  height:100%;
  transition: all 0.25s;
}

.cmcore-programmeguide-tmpl-item-container-sessiontype-defaultconfig:hover{
  box-shadow: rgb(155, 155, 155) 0px 4px 12px;
}

.cmcore-programmeguide-tmpl-item-container-epg-title-defaultconfig{
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  line-height: 1.3;
  box-sizing: inherit;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  margin-top: 0px;
  height: 2.5em;
  color: #000000de;
  overflow-wrap: break-word;
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}

.cmcore-programmeguide-tmpl-item-container-epg-duration-defaultconfig{
 -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  line-height: 1.5;
  box-sizing: inherit;
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
  color: #718096;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cmcore-programmeguide-tmpl-item-container-epg-duration-defaultconfig .cmcore-programmeguide-tmpl-item-container-epg-duration-live-defaultconfig.material-icons{
   font-size: 0.9rem;
   color: red;
   border-radius: 50%;
   border-style: solid;
   border-width: 1px;
   border-color: red;
   margin-right: 8px;
   padding: 1px;
 }

.cmcore-programmeguide-tmpl-item-container-epg-avatargroup-defaultconfig{
  display:inline-flex;
  align-items:flex-start;
  margin: -5px 0 0 -10px;
  scale: 75%;
}

.cmcore-programmeguide-tmpl-item-container-epg-avatargroup-defaultconfig .cmcore-uiAvatar-root{
  border:2px solid #fff;
}

.cmcore-programmeguide-tmpl-item-live .cmcore-programmeguide-tmpl-item-container-defaultconfig{
  background-image: linear-gradient(to left, transparent, 78%, rgb(219, 215, 215));
}
.cmcore-programmeguide-tmpl-item-live .cmcore-programmeguide-tmpl-item-container-defaultconfig:hover{
  background: #ebebeb;
}

/*custom classes*/
