/*button.generate-transcript {
    background: #4f57a0 !important;
    color: #fff !important;
    padding: 0px 15px;
    border: unset;
    border-radius: 5px;
    font-family: Lato;
    line-height: 30px;
    font-size: 14px;
    margin: 0px;
    text-align: center;
}*/
/*button.generate-transcript:hover {
    background: inherit;
}*/
.transcript-overlay {
    background: #00000061;
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
div.generate-transcript.generating .idle {
    display: none;
}
div.generate-transcript.generating .inprocess{
    margin-top: 45px;
    display: block;
}
div.generate-transcript .inprocess{
    display: none;
}
.transcript-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-bottom: -3px;
    vertical-align: text-bottom;
    border: .15em solid #b4b7c9;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
    margin-right: 5px;
}
body.moolesson-template-default .site-content {
    position: relative;
}
.transcript-wrapper {
    position: fixed;
    top: 30px;
    background: #ffffff;
    padding: 15px;
    right: 0;
    left: 0;
    z-index: 1000;
}
.transcript-player-wrapper{
    width: calc(100% - 125px);
    margin: auto;
    margin-bottom: 0px;
    height: 50px;
    background: #f1f3f4;
    box-shadow: 0px 0px 5px 0px #979797;
}
body.fl-builder-edit .transcript-wrapper.has-transcript {
    display: none;
}
.listen-transcript.cbtn.cbtn-primary{
    background-color: #f9e57c !important;
    border-color: #f9e57c;
    display: inline-block;
    padding: 6px 12px;
    color: #000 !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}