@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');
section,body {
    font-family: 'Open Sans';
    font-weight:300;
}
.planner {
    padding: 10px 40px;
    display:flex;
    flex-direction: column;
    width: auto;
    margin-left: 6rem;
}
.workout {
    padding: 20px 10px;
}
.sidebar {
    width: 8rem;
    min-height: 100vh;
    display:flex;
    flex-direction: column;
    list-style: none;
    padding: 2px 0px;
    text-align:right;
    color: white;
    position: fixed;
}
.sidebar li {
    padding: 10px;
    background-color: #1b4c77;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.sidebar li span {
    padding-right: 6px;
}
.img-fluid {
    max-height: 300px;
    max-width: 100%;
}
h1 {
    color: #1b4c77;
    font-size: 3rem;
    font-weight: 800;
    font-style: italic;
}
h3 {
    color: #888;
    font-weight: 700;
}
.workoutblock {
    border-radius: 8px;
    padding: 20px;
    background-color: #e7f0f7;
    margin-bottom: 20px;
    border: solid 2px #d9ecff;
    background: linear-gradient(315deg, #f2f9ff, #d9ecff);
}
.workoutblock input, .workoutblock button, .workoutblock textarea {
    font-size: 1.0rem;
    font-weight:300;
    width:100%;
    margin-top: 4px;
    padding: 6px;
}
.workoutblock button {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.workout_sections {
    width: 100%;
    clear: both;
}
.pgi {
    font-size:20px;
    background-color: #ccc;
    padding: 20px 20px;
    border-radius: 10px;
    text-decoration: none;
    color: #222;
    font-weight: 800;
    color: white;
    clear:both;
}
.pgi.active {
    background-color: #4ce456;
}
.pgi_td {
    text-align:center;
    background-color: #eee;
    border-radius: 0px;   
}
.pgi_td a {
    border-radius: 4px;
    line-height: 3rem;
}
.youtubepreview,.imagepreview  {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: solid 4px white;
    max-width: 100%;
}
.block {
    background-color: rgb(240, 240, 240);
    margin-top: 30px;
    border-radius: 20px;
    padding: 20px;
}
.finish {
    position: fixed; /* or absolute */
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.finish h1 {
    font-size: 8vw;
}
.loginbg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background:url('/workout.jpg') no-repeat center center;
    background-position: bottom;
    overflow: hidden;
}
.form-label {
    margin: 0px;
}
.form-control {
    margin: 0px;
}
.deletebtn {
    float:right;
}
.btnaddworkout {
    clear:both;
    margin-bottom: 20px;
}
.newworkout {
    position: fixed;

    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 40px;
    display: none;
}
input[type='checkbox'] {
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
}
.go {
    background-color: #3891ff !important;
}
.version, .version span {
    font-size:10px;
    line-height:1rem;
    background-color: white !important;
    color: black;
    text-align: left;
}