@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');

* {
    color: #75787B;
    font: 400 13px 'brother-1816', sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill::first-line {
    color: #75787B !important;
}

#dadosForm {
    padding: 0 10px 0 10px;
}

#dadosForm label {
    font-weight: 600;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 12px;
}


.form-control,
.form-select {
    color: #75787B !important;
    border-radius: 20px;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #dee2e6;
}


.form-select:focus {
    outline: 0;
    outline: 0;
    box-shadow: none;
    border: 1px solid #dee2e6;
}

.remove-file-btn {
    background: red;
    color: white;
    padding: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.btn-enviar {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    background-color: #F6AA00;
    border: 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    opacity: 1;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    color: #FFF;
    letter-spacing: .07px;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    padding: 0 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    width: 100%;
}


.btn-enviar:hover {
    opacity: 0.75;
    background-color: #e69500;
    color: #fff;
}

.btn-sac {
    background-color: #F6AA00;
    border: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    color: #FFF;
}

.btn-sac:hover {
    opacity: 0.8;
    background-color: #e69500;
    color: #fff;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

input[type="file"] {
    padding-top: 10px;
}

.custom-file-input {
    display: inline-block;
}

.custom-btn {
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}

.custom-btn:hover {
    background-color: #0056b3;
}

.remove-file-btn {
    background-color: #F0F0F0;       
    color: black;                    
    border: thin solid grey;                  
    cursor: pointer;                  
    padding: 2px 0.4em;                         
    font-size: 12px;                 
    margin-left: 1px;
    border-radius: 3px;              
    transition: background-color 0.3s; 
    display: inline-block;          
}

.remove-file-btn:hover {
    border: 1px solid rgb(104, 104, 104) ;
}

.file-info-container {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.file-name-container {
    font-size: 12px;
    color: #75787B;
    margin-right: 5px; 
}

.estilo-span {
    width: 200px;
}

.footer {
    display: flex;
    flex-direction: column;
    padding: 0 10px 0 10px;
    align-items: end;
    margin-bottom: 20px;
    @media screen and (min-width: 768px) {
        display: flex;
        flex-direction: row;
    }
}

.footer-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    width: 100%;
    

    @media screen and (min-width: 768px) {
        width: 66.6%;
    }
}

.footer-btn {
    display: flex;
    justify-content: end;
    width: 100%;
    
    @media screen and (min-width: 768px) {
        width: 33.3%;
    }
}
.content-checkbox {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 20px;
    @media screen and (min-width: 768px) {
        align-items: center;
        margin-bottom: 0px;
    }
}

.content-checkbox > input {
   margin-right: 5px; 
}

.description {
    height: auto;
}

.toast {
    cursor: pointer;
    position: fixed;
    left: 50%;
    height: 50px;
    transform: translateX(-50%);
    font-size: 12px;
    padding: 10px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    transition: opacity 0.5s ease, visibility 0s 0.5s; 
    z-index: 999;
}

.toast > div {
    display: flex;
    align-items: center;
}

.close::before {
    content: '';
    right: 5px;
    height: 2px;
    width: 9px;
    top: 8px;
    position: fixed;
    display: flex;
    transform: rotate(-40deg);
    background: #FFF;
}

.close::after {
    content: '';
    right: 5px;
    height: 2px;
    width: 9px;
    top: 8px;
    transform: rotate(40deg);
    display: flex;
    position: fixed;
    background: #FFF;
}

.toast:hover {
   opacity: 0.9;
}

.text-toast {
    padding: 10px;
    color: #FFF !important;
}


.toast.info {
    background-color: #ffc107 ;
    height: 60px;
}

.toast.sucesso {
    background-color: #5cb85c;
}

.toast.erro {
    background-color: red;
}

.content-field-upload {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0 10px;
    justify-content: space-between;
    
}

@media screen and (max-width: 767px) {
    .content-field-upload {
        display: flex;
        flex-direction: column;
    }

}

/*----- NUMAI -----*/

#dadosForm {
    overflow: hidden;
    padding: 0; }
#divFileUpload{
    display: flex;
    flex-wrap: wrap;
    gap: 0px 10px; }
#divFileUpload .custom-file-upload{
    border: 1px solid rgb(222, 226, 230);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    flex: 1 1 30%; }

#divFileUpload .label-bt {
    background-color: #F6AA00;
    border-radius: 20px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    transition: background-color .1s ease-in-out, opacity .1s ease-in-out;
    width: 180px; }
#divFileUpload .label-bt::before{
    content: 'Escolher Arquivo';
    display: inline-block; }
#divFileUpload .label-bt:hover {
    background-color: #e69500;
    opacity: .75; }
#divFileUpload .label-bt input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
#divFileUpload .remove-file-btn{
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktdHJhc2giIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQogIDxwYXRoIGQ9Ik01LjUgNS41QS41LjUgMCAwIDEgNiA2djZhLjUuNSAwIDAgMS0xIDBWNmEuNS41IDAgMCAxIC41LS41bTIuNSAwYS41LjUgMCAwIDEgLjUuNXY2YS41LjUgMCAwIDEtMSAwVjZhLjUuNSAwIDAgMSAuNS0uNW0zIC41YS41LjUgMCAwIDAtMSAwdjZhLjUuNSAwIDAgMCAxIDB6Ij48L3BhdGg+DQogIDxwYXRoIGQ9Ik0xNC41IDNhMSAxIDAgMCAxLTEgMUgxM3Y5YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjRoLS41YTEgMSAwIDAgMS0xLTFWMmExIDEgMCAwIDEgMS0xSDZhMSAxIDAgMCAxIDEtMWgyYTEgMSAwIDAgMSAxIDFoMy41YTEgMSAwIDAgMSAxIDF6TTQuMTE4IDQgNCA0LjA1OVYxM2ExIDEgMCAwIDAgMSAxaDZhMSAxIDAgMCAwIDEtMVY0LjA1OUwxMS44ODIgNHpNMi41IDNoMTFWMmgtMTF6Ij48L3BhdGg+DQo8L3N2Zz4=");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    height: 20px;
    opacity: .5;
    padding-left: 20px;
    transition: opacity .1s ease-in-out; }
#divFileUpload .remove-file-btn:focus,
#divFileUpload .remove-file-btn:hover{ opacity: 1; }

/*----- NUMAI IO -----*/

* {
    color: #000;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem; }

#btn-close::after,
#btn-close::before{
    right: 10px;
    top: 15px;
    width: 15px; }

.btn-enviar{
    background-color: #00509A;
    font-family: 'Titillium Web', sans-serif;
    height: 45px;
    padding: 10px 20px;
    transition: background .2s ease-in-out; }
.btn-enviar:focus,
.btn-enviar:hover{
    background-color: #197CD7;
    opacity: 1; }

.content-checkbox{ align-items: baseline; }

#dadosForm label{
    font-size: .9375rem;
    margin-bottom: 2px; }

#divFileUpload .label-bt { background-color: #00509A; }
#divFileUpload .label-bt:hover {
    background-color: #197CD7;
    opacity: 1; }

.footer{ margin-top: -10px; }
.footer-info p{
    color: #CDCDCD !important;
    font-size: .9375rem !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important; }

.form-control,
.form-select{
    border-radius: 10px !important;
    border-color: #D9D9D9;
    resize: none !important; }
.form-control + span,
.form-control + #mensagem-erro,
.form-select + span,
.form-select + #mensagem-erro{ font-size: .875rem !important; }

.mb-3,
.mb-4{ margin-bottom: 16px !important; }

.subtitle{
    font-family: 'Titillium Web', sans-serif;
    font-size: .9375rem;
    margin-bottom: 0;
    margin-top: -15px; }

.toast{ border-radius: 10px; }

/*----- NUMAI IO - MOR LIFE -----*/

.morlife-iframe .btn-enviar{ background-color: #1B443A; }
.morlife-iframe .btn-enviar:focus,
.morlife-iframe .btn-enviar:hover{ background-color: #46B286; }

.morlife-iframe #divFileUpload .label-bt { background-color: #1B443A; }
.morlife-iframe #divFileUpload .label-bt:hover { background-color: #46B286; }

.morlife-iframe .toast.info { background-color: #FE7F40 ; }