/* Font: Figtree */
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Figtree-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Figtree-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/Figtree-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Figtree';
    font-style: italic;
    font-weight: 900;
    src: url('../fonts/Figtree-BlackItalic.ttf') format('truetype');
}

/* Font: Amatic SC */
@font-face {
    font-family: 'Amatic SC';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/AmaticSC-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Amatic SC';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/AmaticSC-Bold.ttf') format('truetype');
}

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

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

.wrapper {
    height: auto;
}

footer {
    margin: 5em auto 1em;
}

.bg {
    background-color: #F7F7F7;
    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: #53555c;
    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: #f6eedd;
    padding: 14px 0px 14px;
    color: #53555c;
    font-size: large;
    width: 220px;
    margin-top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn:hover {
    background-color: #EEE1C1;
}

.btn-download,
.btn-whatsapp,
.btn-linkedin,
.btn-facebook{
    max-width: 350px;
    width: 100%;
}

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

.login-error {
    color: red;
    text-align: center;
    margin-top: 20px;
}

.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;
}

.social {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    border-top: 3px solid #f1f1f1;
}

.social-flex .fa {
    color: #8b8e97;
    transition: color 0.15s;
}

.social-flex .fa:hover {
    color: #a1ce69;
}

.certificate {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.certificate-download {
    display: flex;
    justify-content: center;
    margin:  20px 0;
}

.certificate .loader-flex {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.certificate img {
    width: 100%;
    height: auto;
    max-width: 800px;
}

.social-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

.loader-flex .fa {
    color: #7E553A;
}

.pointer-events {
    cursor: pointer;
}

.message {
    margin: 20px 0;
    max-width: 800px;
}

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

.footer {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

@media only screen and (min-width: 1200px){
    .share {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}


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

    .social-flex {
        gap: 15px;
    }
}

.lang-switch-wrapper {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 80px;
}

.custom-select {
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    position: relative;
}

.selected-flag {
    width: 20px;
    height: auto;
    margin-right: 8px;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
}

.dropdown li {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.dropdown li:hover {
    background-color: #f0f0f0;
}

.flag-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
}

a {
    color: #a1ce69;
    transition: all 200ms ease;
}

a:hover {
    color: #53555c;
}

#upload-error {
    margin-top: 20px;
    color: red;
}

.flex-upload {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.btn-submit {
    background-color: #a1ce69;
    color: #fff;
}

.btn-submit:hover {
    background-color: #83bb3d;
    color: #fff;
}

.add-entry-form {
    display: flex;
    align-items: center;
    flex-direction: column;
}

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

.upload-logo .btn {
    width: 100%;
}

#company-form {
    width: 100%;
}

#company-form span {
    color: red;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: white;
}

th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f6eedd;
    color: #000;
}

.instruction-container {
    margin-top: 80px;
    padding-bottom: 60px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.instruction-container hr {
    opacity: 0.1;
    color: #555;
}

.instruction-container header {
    text-align: center;
    margin-bottom: 60px;
}