html,
body {
    background: #F4F8F9;
    margin: 0;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Montserrat';
}

.login-container .container {
    margin-top: 72px;
}

#videoElement {
    background: #e5e9ea;
    height: 100%;
    width: 100%;
    border-radius: 2em;
}

#videoElement {
    margin: 0 auto;
    display: block;
}

.header-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-content {
    width: 100%;
    background: white;
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 30px;
    max-width: 540px;
}

.header-content .logo-container,
.header-content .header-text {
    text-align: center;
}

.header-container h1 {
    font-weight: 700;
    text-transform: uppercase;
    color: black;
}

.footer-container {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1em;
}

.welcome-logo {
    height: 120px !important;
}

.mascot-container .girl-img {
    position: fixed;
    bottom: 0;
    height: 190px;
}

.mascot-container .old-img {
    position: fixed;
    bottom: 0;
    height: 190px;
    right: 0;
}

@media screen and (max-width: 580px) {
    .header-container {
        padding: 0 2em;
    }
    .mascot-container .old-img,
    .mascot-container .girl-img {
        height: 120px;
    }
}

@media screen and (max-width: 470px) {
    .header-container {
        padding: 0 2em;
    }
    .mascot-container .old-img,
    .mascot-container .girl-img {
        display: none;
    }
}

.logo-container .logo-content {
    display: inline-block;
    background: white;
    margin-left: 1em;
    padding: 1em;
    padding-top: 2em;
    border-bottom-left-radius: 4em;
    border-bottom-right-radius: 4em;
}

.logo-container img {
    height: 70px;
    margin-bottom: 1.5em;
}

.progress-1,
.progress-2,
.progress-3 {
    font-weight: 600;
    color: #C4C4C4;
}

.progression-container {
    margin-bottom: 0em;
}

.progression-container p {
    margin: .4em 0;
}

.progression-container .col-4 {
    margin: 0;
    margin-right: 1em;
}

.progress-fill {
    width: 100%;
    height: .7em;
    background: #C4C4C4;
    margin-bottom: 1em;
    border-radius: 1em;
}

.video-container img {
    width: 100%;
}

.row [class^=col] {
    margin: 0;
}

.video-container {
    border-radius: 30px;
}

.progression-container .active p {
    color: #000080;
}

.progression-container .active .progress-fill {
    background-color: #000080;
}

.progress-col-container {
    margin-top: 2em;
}

.video-btn-container {
    margin: 1.2em auto;
    display: table;
}

.video-btn,
.volume-btn,
.problem-btn {
    background-color: #0D5FFF;
    color: white;
    border: 0;
    border-radius: 3em;
    margin-right: 1.2em;
    cursor: pointer;
}

.problem-btn {
    background-color: #D63864;
}

.video-btn-container .yes-btn {
    background-color: #2A9427;
    padding: 1em 2em;
    color: white;
    border: 0;
    border-radius: 20px;
    margin-right: 1.5em;
    cursor: pointer;
}

.video-btn-container .yes-btn:hover {
    background-color: #3dc038;
}

.video-btn-container .no-btn {
    background-color: #D63864;
    padding: 1em 2em;
    color: white;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
}

.video-btn-container .no-btn:hover {
    background-color: #ec4e7b;
}

.video-container img {
    border-radius: 29px;
}

.girl-info-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.info-container p {
    box-shadow: 0px 0px 25px rgb(0 0 0 / 10%);
    border-radius: 19px 19px 19px 0px;
    max-width: 285px;
    background: white;
    padding: 1.2em;
    font-weight: 600;
    color: black;
}

.info-container {
    margin-left: 120px;
}

.girl-info-container .girl-img {
    height: 200px;
    margin-bottom: -50px;
}

.progression-container .column {
    padding: 1.2em .5em 1.2em 0;
}

.madeby-footer-container {
    background: #f4f8f9;
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 0;
}

.madeby-footer-container p {
    text-align: right;
    padding: 1em;
}

@media screen and (max-width: 768px) {
    .girl-info-container {
        display: none;
    }
    .progression-container .column {
        padding: 0;
    }
    .progression-container {
        margin-bottom: 2em;
        padding: 0 3em;
    }
    .video-container {
        padding: 0 3em;
    }
}

.audio-test-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5em;
}

.audio-test-container button {
    background: #3E3A3B;
    padding: 1em 1.2em;
    border-radius: 5em;
    border: 0;
    cursor: pointer;
}

.audio-test-container button:hover {
    background: #6b6365;
}

.audio-test-container img {
    display: inline-block;
}

.audio-test-container .audio-footer-container {
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    color: black;
}

.audio-bars {
    display: flex;
    flex-direction: column-reverse;
}

.audio-bars {
    margin-top: .3em;
}

.audio-bars .audio-bar {
    width: 52px;
    height: 12px;
    background: #C6C6C6;
    display: block;
    border-radius: 2em;
    margin-right: .3em;
    margin-bottom: 1em;
}

.audio-bar.active {
    background: #2A9427;
}

.audio-test-container button.active {
    background: #2A9427;
}

@media screen and (max-width: 425px) {
    .audio-bars .audio-bar {
        width: 25px;
        height: 10px;
        margin-right: .1em;
    }
}

.video-btn-container .sound-btn {
    background-color: #3E3A3B;
    padding: 1em;
    color: white;
    border: 0;
    border-radius: 5em;
    margin-right: 3em;
    cursor: pointer;
}

.video-btn-container .sound-btn:hover {
    background-color: #706769;
}

.video-btn-container .sound-btn span {
    margin-left: .2em;
}

.video-btn-container .sound-btn img {
    height: 1.2em;
}

@media screen and (max-width: 580px) {
    .video-btn-container .sound-btn,
    .video-btn-container .yes-btn {
        margin-right: 1em;
    }
}

.progression-container .error p {
    color: #F38641;
}

.progression-container .error .progress-fill {
    background-color: #F38641;
}

.video-btn-container .contact-btn {
    padding: 1em;
    border: 0;
    border-radius: 5em;
    margin-right: 1.5em;
    cursor: pointer;
    background: #FFFFFF;
    border: 2px solid #D63864;
    font-weight: 600;
    color: #D63864;
}

.video-btn-container .retry-btn {
    padding: 1em;
    border: 0;
    border-radius: 5em;
    margin-right: 3em;
    cursor: pointer;
    background: #D63864;
    border: 2px solid #D63864;
    font-weight: 600;
    color: white;
}

.video-btn-container .retry-btn:hover {
    background: #f0507d;
}

.info-container.error p {
    border: 2px solid #D63864;
}

.info-container.error span img {
    height: 20px;
    margin-right: .2em;
}

.video-btn-container .join-btn {
    cursor: pointer;
    background: #D63864;
    border: 2px solid #D63864;
    font-weight: 600;
    color: white;
}

.video-btn-container .join-btn span img {
    height: initial;
}

.audio-footer-container {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
}

.audio-footer-container.is-fade {
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .audio-footer-container {
        flex-direction: row-reverse;
        display: flex !important;
    }
    .audio-bars {
        flex-direction: row;
        margin-top: 1.5em;
        margin-left: 1.4em;
    }
    .audio-bars .audio-bar {
        height: 16px;
        margin-right: .8em;
    }
}

@media screen and (max-width: 360px) {
    .audio-bars .audio-bar {
        height: 12px;
        margin-right: .4em;
    }
    .video-btn-container button {
        padding: .8em
    }
}

@media screen and (max-width: 400px) {
    .video-btn-container {
        padding: 1em;
    }
    .join-btn,
    .retry-btn {
        margin-top: 1em;
    }
}