p#titulo_dropzone,
#titulo_resultados {
    margin-top: 30px;
}

#resultado {
    color: red;
    margin-top: 15px;
}

#div_resultados {
    display: flex;
    flex-direction: row;
    align-items: center;
}
#imagem_resultados {
    max-width: 50%;
    margin-left: 30px;
}
#imagem_resultados > img {
    width: 100%;
}
/* Mobile rules */
@media screen and (max-width: 950px) {
    #div_resultados {
        flex-direction: column-reverse;
    }
    #imagem_resultados {
        max-width: 100%;
        margin-bottom: 30px;
        margin-left: 0px;
    }
}

.class-name {
    padding-bottom: 18px;
    line-height: 19px;
}
.percent {
    font-family: system-ui;
    font-weight: bolder;
    font-size: 30px;
    text-shadow: 2px 2px #cacaca61;
    line-height: 29px;
}
p.percent,
p.class-name {
    margin: 0 !important;
}
.first-percent {
    font-size: 30px !important;
    line-height: 32px;
    color: #549f64;
    padding-bottom: 25px;
}
.first-name {
    font-weight: 800;
    font-size: 20px;
    color: #549f64;
}

body {
    background: rgb(0, 120, 193);
    background: linear-gradient(120deg, rgb(123 177 145) 0%, rgb(111 177 95) 100%);
    min-height: 100vh;
    font-size: 15px;
    height: 100%;
    color: #5a5a5a;
}
/* 
.btn-difont-weight: 800;
    color: white;able {
    cursor: not-allowed;
    pointer-events: none;
} */

.dropzone .dz-preview.dz-image-preview {
    background: transparent;
}

.card {
    background: white;
    box-shadow: 5px 5px 25px 2px #0000001a;
    max-width: 800px;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}

.logo > img {
    height: 95px;
    margin: 60px 0 20px 0;
}

.title {
    text-transform: uppercase;
    font-size: 19px;
    color: #ffffffc7;
    margin-bottom: 50px;
    text-align: center;
}

.title strong {
    font-weight: 800;
    color: white;
}

.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: whitesmoke;
    padding: 54px 54px;
    margin-bottom: 20px;
}

.form-content {
    padding: 0 35px 35px 35px;
}

button.btn {
    margin: 0;
}

.dropzone .dz-message {
    color: #989898;
}

.btn-secondary.btn-outline {
    color: rgb(42 131 185);
    background-color: white !important;
    border: 1px solid rgb(42 131 185);
    box-shadow: none;
}

.btn-secondary.btn-outline:hover,
.btn-secondary.btn-outline:active {
    color: rgb(42 131 185);
    background-color: white !important;
    border: 1px solid rgb(42 131 185);
    box-shadow: none;
}

.btn-secondary.btn-outline:active,
.btn-secondary:not([disabled]):not(.disabled):active {
    background-color: rgb(42 131 185) !important;
}

.btn-primary {
    color: #fff;
    background-color: #00bcd4 !important;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #189aab !important;
}

.current-step,
.disabled-step,
.completed-step {
    font-size: 14px;
    pointer-events: none;
    color: white !important;
}

.current-step {
    background-color: #00bcd4 !important;
    box-shadow: 0px 0px 14px -3px #149fb1;
    font-weight: 900;
}

.current-step.btn-circle {
    width: 50px;
    height: 50px;
    padding: 6px 0;
    font-size: 22px;
    line-height: 1.7;
    border-radius: 31px;
}

.disabled-step {
    background-color: #d0d0d0 !important;
    box-shadow: none;
}

.disabled-step.btn-circle {
    margin-top: 16px;
    line-height: 1.4;
}

.completed-step {
    background-color: #5a91c5 !important;
    box-shadow: none;
}

.completed-step.btn-circle {
    margin-top: 16px;
    line-height: 1.4;
}
#titulo_resultados_final {
    text-align: center;
    line-height: 26px;
}

#titulo_resultados_final > span {
    font-size: 21px;
    color: #1cca8a;
    font-weight: 400;
}

#titulo_resultados_final > p {
    line-height: 20px;
    margin: 11px 0 44px 0;
}

#texto_resultados_final {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

#titulo_resultados_final {
    text-align: center;
    line-height: 26px;
}

#titulo_resultados_final > span {
    font-size: 21px;
    color: #1cca8a;
    font-weight: 400;
}

#titulo_resultados_final > p {
    line-height: 20px;
    margin: 11px 0 44px 0;
}

#texto_resultados_final {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.platform-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #0000000f;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    margin: 10px;
    padding: 12px;
    box-shadow: 0px 0px 0px 0 #bae2e8;
}

.platform-icon > img {
    height: 45px;
    opacity: 0.8;
    margin-bottom: 7px;
    transition: all 0.6s;
}

.platform-icon:hover > img {
    opacity: 1;
}
.error_text {
    color: red;
}

.platform-icon:hover {
    box-shadow: 3px 2px 16px -4px #bae2e8;
}

.platform-icon > h5 {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.modal-header,
.modal-footer {
    border: none;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.8;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.modal-dialog {
    min-width: 50%;
    width: fit-content;
}

.modal-dialog .modal-content {
    padding: 13px;
}

.platform-gif {
    max-width: 100%;
    border: 1px solid #0000001c;
}

@media (min-width: 992px) {
    .card {
        width: 800px;
    }
}

@media (max-width: 800px) {
    .card {
        width: 800px;
    }
    .modal-dialog {
        min-width: 100%;
    }
}

@media (max-width: 576px) {
    .card {
        width: 100%;
    }
    .modal-dialog {
        min-width: 100%;
    }
}

#titulo_resultados {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 28px;
}

#texto_resultados {    margin-bottom: 40px;
    background-color: #f3f3f3;
    border-radius: 4px;
    padding: 25px 20px 37px 25px;
    width: fit-content;
}
.btn-right {
    width: 100%;
    justify-content: flex-end;
    display: flex;
}

#loading-card {
    width: 50%;
    min-height: 200px;
    margin-top: 15%;
    min-width: 300px;
}
