
.success {
    margin-left: 20px;
    display: block;
}

h2.no-margin {
    margin-bottom: 2px;
    padding: 0;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

.check {
    transform: rotate(45deg);
    height: 20px;
    width: 12px;
    border-bottom: 4px solid #78b13f;
    border-right: 4px solid #78b13f;
    margin-left: 5px;
}


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

.conteudo:not(#validar){
  overflow-y: scroll;
}
#termos{
    text-decoration-line: none;
    cursor: pointer;
}
.center {
    text-align: center;
}

.right {
    text-align: right;
}

.none {
    display: none !important;
}

#qrCodeWrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
}


.marginTop {
    margin-top: 15px;
}

.marginRight {
    margin-right: 20px;
}

/* Modal */
.fixTitle {
    max-height: 75px !important;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    padding-top: 240px;
}

.modal-content {
    position: relative;
    background-color: white;
    margin: auto;
    width: 50%;
    padding: 15px;
}

.modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 18px;
}

.block {
    display: block !important;
}

.mainInfo {
    padding: 20px 10%;
    text-align: justify;
}

/* Index */
.inputWrapper {
    display: flex;
}

.flexCenter {
    justify-content: center !important;
}

.flexOptions {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.checkboxTermos {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.labelCheckbox {
    font-size: 15px;
}

.termos {
    color: #018DFF;
    cursor: pointer;
}
.termos:hover {
    opacity: 0.8;
}

.qrReader {
    width: 600px;
}

#showFilename {
    margin-top: 15px;
}

.lines {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333333ff;
}
.lines:before, .lines:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #b3b3b3ff;
}
.lines:before {
    margin-left: -50%;
    text-align: right;
}

.acessoRapido {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.acessoRapido a {
    width: 200px;
    margin-right: 15px;
}

.aNoStyle {
    text-decoration: none !important;
}
.aNoStyle:hover {
    background-image: inherit !important;
}

.buttonMain {
    text-align: center;
    height: 59px;
    background-color: #f8f8f8ff;
}

.buttonMain .card-content {
    color: #071d41ff;
    font-size: 18px;
}

/* Footer */
.footer {
    padding: 10px;
    border-top: 1px solid #018DFF;
}
.footer-content {
    margin-left: auto;
    margin-right: auto;
    width: 342px;
    text-align: center;
    margin-bottom: 5vh;
}
.linhaPreta {
    border-top: 1px #000000 solid;
}
