.icon-extra-small {
display: none;
}

html {
    --plyr-color-main: #c70e31;
}

.hidden {
    display: none;
}

.rounded{
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }

@media screen and (max-width: 767px) {

    .heading {
        height: auto;
    }
}

.video-notes p {
    margin-bottom: 0px;
}

.strikethrough {
    text-decoration: line-through;
}

.tabNoHover:hover{
   color: #919197 !important;
}

.defaultCursor {
    cursor: default;
}

.plyr__poster {
    transform: scale(1.2) !important;
}

.skeleton {
    box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15);
    position: relative;
    overflow: hidden;
}

.skeleton::before {
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
    animation: load-shine 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

.loader-shine::before {
    
}

.skeleton-video {
    box-shadow: 0 4px 10px 0 rgba(33, 33, 33, 0.15);
    overflow: hidden;
}

.skeleton-video::before {
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
    animation: load-shine 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

.noaccess::before {
    animation: none !important;

}
@keyframes load-shine {
    from {
        left: -150px;
    }
    to   {
        left: 100%;
    }
}

