/* STYLE */

input[type="file"] {
    display: none !important;
}

.generator__sidebar button.btn-file-select {
    color: #fff;
    background: #214ADE;
    border-radius: 20px;
    text-align: center;
    padding: 0px 24px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-transform: initial;
    display: inline-block;
    margin-top: 20px;
    width: 90%;
    border: 0px;
    opacity: 1;
    transition: 0.2s;
    pointer-events: none;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
}

body,
html {
    position: relative;
    height: 100%;
    margin: 0px;
    font-family: 'acumin-pro', sans-serif;
    font-family: 'acumin-pro', sans-serif;
}

input {
    font-family: 'acumin-pro', sans-serif;
}

*::placeholder {
    color: #ddd;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaaaaa;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

/* .login */
.login {
    height: 100%;
    /* background:url(./images/login.jpg) no-repeat center center / cover; */
}

.login .container,
.login .row {
    height: 100%;
}

/* .login__block */
.login__block {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    padding: 40px;
    backdrop-filter: blur(20px);
    text-align: center;
    position: relative;
}

.login__block img {
    filter: invert(1);
    display: block;
    margin: 0px auto;
    height: 14px;
    margin-bottom: 10px;
    position: absolute;
    left: 0px;
    bottom: 100%;
}

.login__block__title {
    color: #000;
    font-family: 'acumin-pro', sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.login__block fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px;
    display: block;
    text-align: left;
    width: 330px;
    margin: 0px auto;
    margin-top: 20px;
}

.login__block fieldset:first-child {
    margin-top: 0px;
}

.login__block fieldset:last-child {
    text-align: right;
}

.login__block label {
    display: block;
    width: 100%;
    font-size: 14px;
}

.login__block input {
    display: block;
    width: 100%;
    height: 40px;
    border: 0px;
    background: #fff;
    padding: 0px 16px;
    border-radius: 5px;
    margin-top: 5px;
}

.login__block button {
    color: #fff;
    background: #000;
    border-radius: 5px;
    text-align: center;
    padding: 0px 24px;
    height: 40px;
    text-transform: uppercase;
}

.login__block__message {
    background: #ff5656;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin-top: 40px;
    text-align: center;
}

/* .generator */
.generator {
    height: 100%;
    /* background:url(./images/login.jpg) no-repeat center center / cover; */
}

/* .generator__sidebar */
.generator__sidebar {
    height: 100%;
    /* position: relative; */
    left: 0px;
    top: 0px;
    width: 300px;
    background-image: url(./images/mask-desktop.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 0px;
}

.generator__sidebar p {
    font-size: 12px;
    line-height: 140%;
}

.generator__sidebar button {
    color: #000;
    background: #FEDC00;
    border-radius: 30px;
    text-align: center;
    align-self: center;
    padding: 0px 24px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
    width: 80%;
    border: 0px;
    opacity: 0.5;
    transition: 0.2s;
    pointer-events: none;
    font-weight: normal;
}

.generator__sidebar button.active {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

.generator__sidebar img {
    width: auto;
    height: auto;
    display: block;
}

.generator__sidebar__title {
    color: #FFF;
    font-family: 'acumin-pro', sans-serif;
    font-size: 18px;
    margin-left: -2px;
    text-align: center;
    font-weight: 100;
    line-height: 25px;
}

.model_switcher {
    display: none;
}

.chanfrado {
    width: 387px;
    height: auto;
    background: #fff;
    clip-path: polygon(0 0, 90% 0%, 80% 100%, 0% 100%);
    z-index: 999;
}

.group {
    padding: 20px 30px;
    position: relative;
}

.group__title {
    position: absolute;
    font-size: 12px;
    left: 0px;
    bottom: 100%;
}

.group fieldset {
    margin: 0px;
    padding: 0px;
    border: 0px;
    display: block;
    text-align: center;
    margin: 0px 20px;
    margin-top: 10px;
    width: 175px;
}

.group fieldset:nth-child(2) {
    margin-top: 0px;
}

.group label {
    display: block;
    width: 100%;
    font-size: 14px;
}

.group input {
    display: block;
    width: 100%;
    height: 30px;
    border: 0px;
    background: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
}

.group input[type=file] {
    height: unset;
    padding: 0px;
}

.group textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: 0px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
    resize: none;
}

.group select {
    display: block;
    width: 100%;
    height: 30px;
    border: 0px;
    background: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    margin-top: 5px;
    font-size: 14px;
}

/* .generator__preview */
.generator__preview {
    height: 100%;
    width: calc(100% - 300px);
    position: absolute;
    right: 0px;
    top: 0px;
    background: #111111;
    background: -moz-radial-gradient(center, ellipse cover, #F0F0F0 0%, #F0F0F0 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #F0F0F0 0%, #F0F0F0 100%);
    background: radial-gradient(ellipse at center, #F0F0F0 0%, #F0F0F0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#F0F0F0', GradientType=1);
    overflow: auto;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/* CARDS */
.download_card {
    color: #000;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 0px 24px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 10px;
    opacity: 0.2;
    transition: 0.2s;
    pointer-events: none;
}

.download_card.active {
    opacity: 1;
    pointer-events: all;
}

.download_card:first-child {
    margin-top: 0px;
}

.card {
    position: relative;
    width: 1080px;
    height: 1080px;
    aspect-ratio: 1 / 1;
    background: rgb(241, 242, 237);
    background: -moz-linear-gradient(16deg, rgb(241, 242, 237) 0%, rgb(235, 224, 206) 100%);
    background: -webkit-linear-gradient(16deg, rgb(241, 242, 237) 0%, rgb(235, 224, 206) 100%);
    background: linear-gradient(16deg, rgb(241, 242, 237) 0%, rgb(235, 224, 206) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2ed', endColorstr='#ebe0ce', GradientType=1);
}

.card.parabens {
    background: #F9EFCF;
    background: -moz-linear-gradient(45deg, #F9EFCF 0%, #F1F2ED 100%);
    background: -webkit-linear-gradient(45deg, #F9EFCF 0%, #F1F2ED 100%);
    background: linear-gradient(45deg, #F9EFCF 0%, #F1F2ED 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9EFCF', endColorstr='#F1F2ED', GradientType=1);
}

.vagas-1 {
    background: url(./images/vaga-600x315.png) no-repeat center center;
    width: 600px;
    height: auto;
    aspect-ratio: 600 / 315;
    background-size: cover;
}

.vagas-2 {
    background: url(./images/vaga-1920x600.png) no-repeat center center;
    width: 1920px;
    height: auto;
    aspect-ratio: 1920 / 600;
    background-size: cover;
}

.vagas-2 .vagas_title {
    font-size: 160px;
    line-height: 170px;
}

.vagas-3 {
    background: url(./images/vaga-1080x1080.png) no-repeat center center;
    width: 1080px;
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: cover;
}

.vagas-3 .vagas_title {
    font-size: 130px;
    line-height: 140px;
    top: 70px;
}

.vagas_title {
    position: absolute;
    left: 1%;
    top: 0px;
    font-family: 'acumin-pro', sans-serif;
    font-size: 58px;
    line-height: 64px;
    color: #fff;
    font-weight: 400;
}

.vagas_title div:nth-child(even) {
    margin-left: 10%;
}

.boasvindas__title {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 890px;
    height: 130px;
    line-height: 130px;
    font-size: 98px;
    color: #fff;
    padding-left: 10px;
}

.boasvindas__photo {
    position: absolute;
    left: 90px;
    top: 130px;
    width: 440px;
    height: 545px;
    background: #fff no-repeat center center;
    background-size: cover;
}

.boasvindas__info {
    position: absolute;
    right: 0px;
    top: 130px;
    width: 550px;
    height: 545px;
    background: #1C1C1C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    color: #fff;
}

.boasvindas__info__name {
    font-size: 73px;
    line-height: 73px;
    font-weight: 700;
}

.boasvindas__info__tribe {
    font-size: 32px;
    line-height: 38px;
    margin-top: 8px;
}

.boasvindas__info__location {
    font-size: 32px;
    line-height: 38px;
    margin-top: 40px;
}

.boasvindas__description {
    position: absolute;
    right: 0px;
    bottom: 44px;
    width: 100%;
    height: 361px;
    background: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0px 190px;
    font-size: 27px;
    line-height: 32px;
    justify-content: center;
}

.boasvindas__block {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 890px;
    height: 44px;
}

.parabens__title {
    position: absolute;
    right: 0px;
    bottom: 150px;
    width: 320px;
    height: 700px;
    display: flex;
    align-items: flex-end;
    padding-left: 10px;
    font-size: 120px;
    line-height: 110px;
    color: #1C1C1C;
    font-weight: 700;
    padding-bottom: 10px;
}

.parabens__photo {
    position: absolute;
    right: 320px;
    bottom: 150px;
    width: 670px;
    height: 700px;
    background: #fff no-repeat center center;
    background-size: cover;
}

.parabens__date {
    position: absolute;
    left: 90px;
    top: 110px;
    font-size: 95px;
    line-height: 114px;
    font-weight: 700;
    color: #1C1C1C;
}

.parabens__name {
    position: absolute;
    left: 90px;
    bottom: 50px;
    font-size: 88px;
    line-height: 114px;
    font-weight: 700;
    color: #1C1C1C;
}

.parabens__location {
    position: absolute;
    left: 90px;
    bottom: 10px;
    font-size: 40px;
    line-height: 50px;
    color: #1C1C1C;
}

.tempo__title {
    position: absolute;
    left: 10px;
    top: 80px;
    font-size: 40px;
    line-height: 50px;
    color: #1C1C1C;
}

.tempo__years {
    position: absolute;
    left: 0px;
    top: 130px;
    width: 100%;
    height: 700px;
    padding-right: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.tempo__years b {
    font-size: 238px;
    line-height: 176px;
    font-weight: 700;
    color: #fff;
}

.tempo__block {
    position: absolute;
    left: 163px;
    bottom: 93px;
    width: 30px;
    height: 130px;
}

.tempo__photo {
    position: absolute;
    right: 50px;
    top: 130px;
    width: 670px;
    height: 700px;
    background: #fff no-repeat center center;
    background-size: cover;
}

.tempo__name {
    position: absolute;
    left: 180px;
    bottom: 128px;
    font-size: 88px;
    line-height: 114px;
    font-weight: 700;
    color: #1C1C1C;
}

.tempo__location {
    position: absolute;
    left: 180px;
    bottom: 90px;
    font-size: 40px;
    line-height: 50px;
    color: #1C1C1C;
}

.tempo__position {
    position: absolute;
    left: 180px;
    bottom: 20px;
    font-size: 40px;
    line-height: 50px;
    color: #1C1C1C;
}

.img-vibra-text {
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(23%);
}

.brivia-1 {
    background: url(./images/cardfinal-v1.png) no-repeat center center;
    background-size: cover;
    width: 600px;
    height: 750px;
    pointer-events: none;
}

.brivia-1__photo {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    background-size: cover;
}

.loader {
    border: 4px solid #d8d1d1;
    border-radius: 50%;
    border-top: 4px solid #5e5a5a;
    width: 28px;
    height: 28px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin-top: 10px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 20px; */
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container,
.drop-container.drag-active {
    background: #fff;
    border-color: #111;
}

.drop-container .drop-title,
.drop-container .drop-text,
.drop-container.drag-active .drop-title {
    color: #044317;
    font-size: 18px;
}

.drop-text {
    padding-left: 8px;
}

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
    background: #0d45a5;
}

.full_size {
    width: 600px !important;
    height: 750px !important;
}

.box-preview-br {
    position: relative;
    width: 600px;
    height: 750px;
}

.logo-vibra-mobile,
.light-btn {
    display: none !important;
}

@media(max-width: 769px) {

    .generator__preview,
    .generator__sidebar {
        width: 100%;
        padding: 40px 0px;
        position: inherit;
    }

    .generator__sidebar {
        height: auto;
    }

    #dropcontainer .drop-title,
    #dropcontainer .drop-text {
        display: none;
    }

    .drop-container {
        height: auto;
        padding: 10px 20px 20px 20px;
    }

    .group.drop-container fieldset {
        margin-top: 0;
    }

    .brivia-1 {
        width: 300px;
        height: 375px;
    }

    .generator__preview {
        height: auto;
    }

    .img-vibra-text {
        width: 50%;
        transform: translateX(37%);
    }

    .box-preview-br {
        width: 300px;
        height: 375px;
    }

    .generator__sidebar {
        background-image: url(./images/mask-mobile.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 0px;
    }

    .chanfrado {
        background: none !important;
        clip-path: none !important;
        width: 100%;
        height: auto;
    }

    .drop-container,
    .drop-container.drag-active {
        background: none !important;
        height: auto;
    }

    .vibra,
    .logo-vibra,
    .dark-btn {
        display: none !important;
    }

    .logo-vibra-mobile,
    .light-btn {
        display: block !important;
    }

    .generator__sidebar__title {
        font-size: 18px !important;
        padding-bottom: 20px;
    }

    .group fieldset {
        margin: 0px auto !important;
        text-align: center !important;
    }

    .generator__sidebar button.btn-file-select {
        color: #014515;
        background: #fff;
        padding: 0px;
        margin-top: 0px;
        width: 100%;
        height: 100%;
    }

    .group {
        padding: 0px 0px 25px 0px;
    }
}