@import 'https://www.c6bank.com.br/c6-sans/c6sans-display-semibold.woff2';
@import 'https://www.c6bank.com.br/c6-sans/c6sans-display-light.woff2';
@import 'https://www.c6bank.com.br/c6-sans/c6sans-text-regular.woff2';

* {
    margin: 0;
    padding: 0;
}

body {
    background: #f9f9f9;
}

#header nav {
    background: rgb(0, 0, 0) !important;
    display: flex;
}

#header a {
    color: black;
}

#content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 75rem;
    padding: 0 1rem 1rem 1rem;
}

#wrapper {
    padding-top: 8rem;
}

.pageTitle {
    color: rgb(36, 36, 36);
    font: 300 2.5rem "C6 Sans Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.25;
    margin-bottom: 1.25rem;
}

.pageTitle::after {
    background: hsl(46, 100%, 59%);
    content: "";
    display: block;
    height: 4px;
    margin-top: 0.75rem;
    width: 64px;
}

p {
    font: 400 1.15rem "C6 Sans Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    margin-bottom: 1rem;
}

.field {
    margin-bottom: 1rem;
}

label {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.inputFile {
    text-align: center;
    width: 100%;
}

.inputFile img {
    height: 60px;
    margin-bottom: 1rem;
    width: 60px;
}

.inputFile label {
    box-sizing: border-box;
    background: #f9f9f9;
    border: 2px dashed #aaaaaa;
    border-radius: 5px;
    color: #333333;
    cursor: pointer;
    font-size: 1.15rem;
    font-weight: bold;
    padding: 1rem 2rem;
    position: relative;
    text-align: center;
    text-decoration: underline;
}

.files {
    margin-bottom: 2rem;
}

.files .file {
    background: #eeeeee;
    border: 2px solid #eeeeee;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.files .fileIcon {
    background: white;
    box-sizing: border-box;
    text-align: center;
}

.files .fileIcon img.icon {
    height: 40px;
    margin: 1.25rem 0;
    width: 40px;
}

.cancel {
    opacity: 0.5;
    position: absolute;
    right: 0.35rem;
    text-decoration: none;
    top: 0.4rem;
}

.cancel:hover {
    opacity: 1;
}

.cancel img {
    display: block;
    height: 1.25rem;
    margin: 0;
    width: 1.25rem;
}

.files .fileName {
    align-items: center;
    background: #eeeeee;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding: .5rem;
}

.file .fileName img {
    height: 20px;
    margin-right: 0.25rem;
    width: 20px;
}

.messageDanger {
    color: #aa0000;
    display: block;
    font: normal 1rem "C6 Sans Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    margin: 1.5rem 0;
    text-align: center;
}

.messageDanger span {
    display: block;
}

label span {
    display: block;
}

input[type="file"] {
    display: none;
}

textarea {
    border: 2px solid #666666;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
    font-size: 1.25rem;
    padding: 1.15rem;
    width: 100%;
}

.digits {
    display: block;
    text-align: right;
}

#digits {
    padding: 0 2px;
}

.danger {
    background: red;
    color: white;
}

.warning {
    background: gold;
    color: black;
}

.success {
    background: green;
    color: white;
}

.button {
    text-align: center;
}

button {
    cursor: pointer;
    border: none;
    border-radius: 10rem;
    display: block;
    padding: 1rem;
}

#successBox {
    border: 2px solid #666666;
}

#expirationBox {
}

.intro {
    padding: 0.75rem 1rem;
}

.intro img {
    display: block;
    height: 120px;
    margin: 0 auto 1rem auto;
    width: 120px;
}

.protocolo {
    padding: 0.5rem 1rem;
}

.message {
    box-sizing: border-box;
    margin: 1rem auto;
    max-width: 380px;
    width: 100%;
}

.message h1 {
    font: normal 1.75rem "C6 Sans Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.25;
    margin-bottom: 1.25rem;
    text-align: center;
}

.message .protocolo {
    background: #f4f4f4;
    display: block;
    text-align: center;
}

.message p {
    text-align: center;
}

.message strong {
    display: block;
}

button.btn-disabled {
    background: #dddddd;
}

.spinner_container {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid hsla(0, 0%, 14%, 1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media screen and (min-width: 40rem) {
    button {
        min-width: 300px !important;
        width: 25% !important;
    }
}

@media screen and (max-width: 39.9375em) {
    h1 span {
        display: block;
    }

    button {
        width: 100%;
    }
}