
body {
    padding: 0;
    margin: 0;
    background-color: black;
}

div.video_content {
    position: fixed;
    left: 0;
    top: 64px;
    right: 0;
    bottom: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

video.video_content_container {
    width: 100%;
    max-width: 100%;
    height: calc(100% - 48px);
}

video.my-vjs {
    justify-self: center;
    align-self: center;
}

div.wrapper {
    width: 100%;
    margin: 0 auto;
}

div.app_bar {
    position: relative;
    background-color: black;
    padding: 12px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

div.app_title {
    margin-left: 10px;
    display: flex;
    flex-direction: column;

}

button.search_btn {
    font-size: 12px;
    background-color: black;
    border-radius: 4px;
    border: 1px solid white;
    color: white;
    padding: 6px 10px;
    font-family: sans-serif;
    font-style: normal
}

div.search_layout {
    display: flex;
    flex-direction: row-reverse;
    flex: 1;
}

div.bottom_layout {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

p.sub_title {
    color: #ACACAC;
    font-size: 11px;
    margin: 0;
    font-family: sans-serif;
    font-style: normal
}

p.sections {
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 23px;
    width: fit-content;
    font-size: 10px;
    text-align: center;
    padding: 2px 8px;
    color: #EBEBEB;
    margin: 0;
    font-weight: 500;
    font-family: sans-serif;
    font-style: normal
}

p.title {
    color: white;
    font-size: 14px;
    font-weight: 800;
    margin-top: 6px;
    margin-bottom: 0;
    width: fit-content;
    font-family: sans-serif;
    font-style: normal
}

p.author {
    color: #EBEBEB;
    font-size: 12px;
    font-weight: 500;
    width: fit-content;
    margin-top: 4px;
    margin-bottom: 15px;
    font-family: sans-serif;
    font-style: normal
}

button.open_app {
    margin-inline: 15px;
    background: #f12b54;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    border: transparent;
    color: white;
    font-size: 15px;
    font-family: sans-serif;
    font-style: normal
}

img.play {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
}

div.play_overlay {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 65px;
    background-color: transparent;
}
