@font-face {
    font-family: 'Architects Daughter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../assets/fonts/ArchitectsDaughter.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html,
body {
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.panel-heading {
    position: relative;
    top: 0;

    background: #fff;
    transition: margin .3s, top .3s;
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 0.2rem 0.2rem -0.1rem rgba(0, 0, 0, .22);
    height: 9vmin;
    background-color: #f5f4f2;
    margin-bottom: 2vmin;
}

.H2TitleScenario {
    font-family: 'Architects Daughter', cursive;
    left: 2vmin;
    position: relative;
    color: #0e3368;
    font-size: 3vmin;
    text-decoration: underline;
    overflow-y: hidden;
    width: 90vw;
}

.descrptionTitlescenario {
    font-family: 'Architects Daughter', cursive;
    left: 2vmin;
    position: relative;
    color: #0e3368;
    font-size: 2vmin;
    overflow-y: hidden;
    width: 90vw;
}


#scripts {
    width: 100%;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

#gohome {
    width: 96px;
    height: 96px;
    position: absolute;
    left: 0;
    top: 8px;
    margin: 5px;
}

#newscript {
    width: 7vmin;
    height: 6vmin;
    position: absolute;
    top: 20px;
    left: 9vmin;

}

.script-row {
    border: 1px solid lightblue;
    border-radius: 5px;
    height: 113px;
    margin: 0 9px 20px 23px;
    box-shadow: 10px 5px 10px 0px lightblue;
}

.playimg,
.editimg,
.delimg {
    border-right: 1px solid lightblue;
    width: 10vmin;
    height: 100%;
    padding: 1vmin;
}

.row-caption {
    font-size: 32px;
    line-height: 32px;
    display: inline-block;
    padding-left: .5vw;
    font-family: 'Architects Daughter';
}

.dialog-icon {
    float: left;
    width: 48px;
    height: 48px;
}