@font-face {
    font-family: zen-antique;
    src: url("../../../fonts/Zen_Antique/ZenAntique-Regular.ttf")
        format("truetype");
}
#stream-schedule-header {
    width: 100%;
    height: 80px;
    position: fixed;
    padding: 0 20px;
    margin: auto;
    background: hsla(0, 0%, 100%, 0.9);
    vertical-align: baseline;
    align-items: center;
    display: flex;
}
#stream-schedule-header-logo {
    width: 130px;
    position: relative;
    z-index: 1;
}
#stream-schedule-header-logo img {
    max-block-size: 100%;
    max-inline-size: 100%;
}
#stream-schedule-header-menu {
    position: absolute;
    right: 40px;
    overflow-x: visible;
    list-style: none;
    display: flex;
}
#stream-schedule-header-menu li {
    width: 100%;
    height: 80px;
    text-align: center;
}
#stream-schedule-header-menu a {
    height: 80px;
    margin: auto;
    text-decoration: none;
    font-family: "zen-antique", sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    display: flex;
    white-space: nowrap;
    color: #2f3a49;
    align-items: center;
}
#stream-schedule-header-menu a:hover {
    color: #68717c;
}
#stream-schedule-header-menu img {
    padding-right: 19px;
    height: 45px;
}
#stream-schedule-header-menu span {
    padding-right: 50px;
}
#stream-schedule-body {
    margin: 0;
    padding: 0;
    width: 1vw;
    height: 1vh;
    background-color: #f5f5fa;
}
#stream-schedule-container {
    top: 96px;
    height: calc(100% - 96px);
} /*# sourceMappingURL=schedule.css.map */
