@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

body {
    /*background-image: url('/assets/img/psv_background.jpg');*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}



html, body {
    height: 100%;
    margin: 0;
    display: table;
    width: 100%;
    font-family: 'Figtree', Helvetica, Arial, Lucida, sans-serif;
}

h1, h2, h3, h4{
    font-family: 'Figtree', Helvetica, Arial, Lucida, sans-serif;
}
p{
    font-family: 'Figtree', Helvetica, Arial, Lucida, sans-serif;
}

.wrapper {
    height: auto;
}

footer {
    margin: 5em auto 1em;
}

.bg {
    background-image: url(/assets/img/mikobgoverlay.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}
.form-group{
    margin-top: 1em;
}
h3{
    margin-top: 2em;
}
#app video {
    width: 100%;
    max-width: 800px;
    margin-bottom: 16px;
}

#logo {
    margin: 30px auto 30px;
    display: flex;
    max-width: 200px;
}

#app {
}

#app .v-container {
    height: 500px;
}

#app .meta {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}



.loader {
    margin-top: 30px;
    color: #000000;
    position: relative;
}

#thanks {
    max-height: 80px;
}

.share-btn {
    background-size: cover;
    /*	height: 32px;*/
    background-repeat: no-repeat;
}

.share-btn img {
    width: 100%;
}

.fb-share {
    background-image: url('/assets/img/fb-btn.png');
}

.twitter-share {
    background-image: url('/assets/img/tw-btn.png');
}

footer {
    color: #000;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #000;
}

.personalized {
    margin-top: 20px;
    margin-bottom: 200px;
}

.endboard {
    border: 0;
    background: transparent;
}

.img-responsive {
    margin: 0 auto;
}

.btn {
    background-color: #455357;
    padding: 14px 0px 14px;
    color: white;
    font-weight: bold;
    font-size: large;
    width: 220px;
    margin-top: 6px;
}

.btn-download {
    max-width: 350px;
    width: 100%;
    text-align: left;
    padding: 20px;
}

.btn-whatsapp {
    max-width: 350px;
    width: 100%;
    text-align: left;
    padding: 20px;
}

.btn-facebook {
    width: 350px;
    background-color: #29487d;
    text-align: left;
    padding-left: 50px;
}

.btn-linkedin {
    width: 350px;
    background-color: #0077b5;
    text-align: left;
    padding-left: 50px;
}

.form-control, input[type="text"] {
    border-radius: 6px 6px 0px 0px;
}

.panel-success {
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.panel-success > .panel-heading {
    color: white;
    font-size: x-large;
    border-radius: 6px 6px 0px 0px;
    background-color: #acacac;
    border-color: #acacac;
}

.mbot-10.question {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    color: #00a651;
    width: 100%;
    text-align: center;
    height: 100%;
}

.video-container {
    position: relative;
    z-index: 999;
    height: 100%;
}

.question-container {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 100%;
}

.question-inner {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

.question-background {
    padding: 2.5%;
    background-color: white;
}


@media (max-width: 620px) {
    textarea {
        tab-size: 0;
        -tab-size: 0;
        -o-tab-size: 0;
        -moz-tab-size: 0;
    }
}


.help-block {
    font-size: 10px;
    color: red;
    margin-top: 2px;
}

.links {
    margin-bottom: 50px;
}

.loader-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    justify-content: center;
}

.pointer-events {
    cursor: pointer;
}

.share {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 480px){
    .btn-whatsapp,
    .btn-download {
        font-size: 14px;
        padding: 10px;
    }
}