.current_video{
    background-color: #424242 !important;
}

.side_video_block:hover{
    background-color: #424242 !important;
}

.hide{
    display: none
}

.introductory-transcriptions-header{
    background:#FCEEF0; 
    border-radius: .5rem; 
    border: 1px solid #F0A8B3; 
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.introductory-transcriptions-header:hover{
    color: black;
}

.introductory-transcriptions-header.introductory-transcriptions-hidden i{
    transform:rotateZ(180deg);
}