:root{
    /* These are color variables from the default template, some may be unused by the agenda */
    --bg-color:#F7F7F7;
    --main-color-dark:  #2A2549;
    --main-color-mild-1:#526C80;
    --main-color-mild-2:#526C80;
    --main-color-light:#ECE7DE;
    --chat-text-color:#2A2549;
}

*, *::before, *::after{
    box-sizing: border-box;
}

/* These are just some demo values and can be ignored for your design */
body{
    position: relative;
    width: 100%;
    height: 100%;
    font-family: Roboto, Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

/* This is a demo container to hold the agenda and can be ignored for your design */
#demo {
    position: relative;
    width: 80%;
    margin: 100px auto;
    border: 0 solid #333;
}




@font-face {
  font-family: Inter;
  src: url('inter-font.ttf') format("truetype-variations");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    font-size: 1em;
    font-family: Inter;
    color: #2A2549;
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: normal;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}


label {
    display: inline-block;
}

button {
    border-radius: 0;
    cursor: pointer;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: underline;
    color: #FF6600;
}

.button,
.btn {
    border: none;
    background: none;
    cursor: pointer;
    padding: 8px 12px;
    color: #fff;
    background-color: #FF6600;
    display: inline-flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    height: 40px;
    vertical-align: top;
}

input + .button {
    margin-left: -5px;

}
.button svg {
    margin-left: 3px;
}


.shadow::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 100%;
    height: 100%;
    width: 1.25rem;
    background: #C7B8AE;
    transition: 0.5s;
    transform: skewY(45deg);
}

.shadow::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 10px;
    height: 1.25rem;
    width: 100%;
    background: #DBD2CB;
    transition: 0.5s;
    transform: skewX(45deg);
}

.headline {
    background: #526C80;
    width: 100%;
    padding: 15px 30px !important;
    color: #fff;
    font-weight: bold;
}

#main {
    position: relative;
    margin-top: 25vh;
    background: #F7F7F7;
    width: 100%;
    padding-bottom: 300px;
}

#head {
    position: relative;
    top:  -150px;
    margin: 0 auto;
    max-width: 1024px;
    width: 90%;
    height: 450px;
    max-height: 40vw;
    background: #ECE7DE;
    text-align: center;
    display: flex;
    justify-content: center;
}

#head img {
    width: 90%;
    max-width: 880px;
}

#login {
    position: relative;
    margin: 0 auto;
    max-width: 1024px;
    width: 90%;
    min-height: 150px;
    background: #ECE7DE;
}

#login > div {
    padding: 30px;
    width: 100%;
    display: block !important;
}

#login div,
#login form {
    display: inline-block;
    vertical-align: middle;    
}

#login form input {
    width: 300px;
    height: 40px;
    background: #fff;
    border: none;
}

#login form button {
    margin-right: 30px;
}

#login .info {
    width: calc(100% - 390px);
    min-width: 340px;
}

#support {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    width: 90%;
    margin-top: -100px;
}

#support img {
    width: 100%;
}

#footer {
    text-align: center;
    margin: 80px auto 30px;
    padding-bottom: 30px;
}

#live {
    position: relative;
    margin: 0 auto;
    max-width: 1024px;
    width: 90%;
    background: #ECE7DE;    
}
#left-stream:before {
    position: absolute;
    z-index: 9;
    content: "";
    width: 80px;
    height: 57px;
    background-image: url(live.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: -25px 0 0 -30px;
}

#left-stream {
    width: 70%;
    display: inline-block;
}

#qa {
    padding: 1px 20px 10px 20px;
    background: #2A2549;
    color: #fff;
    width: calc(100% + 1px);    
}

#right-chat {
    width: 30%;
    float: right;

} 

#chat {
    padding: 15px 15px 15px 30px;
    position: absolute;
    top: 50px;
    bottom: 0;
    width: 30%;
    z-index: 1;
    background: #ECE7DE;
}

#agenda {
    position: relative;
    margin: 120px auto 0;
    max-width: 1024px;
    width: 90%;
    min-height: 160px;
    text-align: center;
}

#agenda-container {
    margin-top: 50px;
}


@media screen and (max-width: 1020px) {

    #left-stream,
    #right-chat {
        width: 100%;
    }

    #chat {
        position: relative;
        width: 100%;
        top: 0;
        height: 400px;
    }
    #login form input {
        width: 300px;
        max-width: calc(100vw - 140px);
    }
    #login form button {
        margin-right: 0;
    }

    #login .info {
        width: auto;
        min-width: auto;
    }
}


.col-1 {
    width: 100%;
    margin: 5px -5px 5px 0;
}
.col-2 {
    width: 50%;
    margin: 5px -5px 5px 0;
}

form label {
    min-width: 200px;
    margin: 5px 0;
}

textarea {
    width: 300px;
    height: 110px;    
}

#login form input[type='checkbox'] {
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}