
/* body .main-footer {
    position: absolute !important;
} */

.message {
    display: block;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
    margin: 1rem auto;
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: #d5d5d5;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

.message.error {
    background-color: #f19d9d;
}

.map-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    overflow: auto;
}

.map-wrapper .mapping {
    width: 800px;
    max-width: 100%;
    margin: 1rem auto;
}

.map-wrapper .mapping .header {
    border-radius: 12px;
    overflow: hidden;
}

.map-wrapper .mapping .header img {
    width: 100%;
    height: auto;
}

.map-wrapper .mapping .content-text {
    line-height: 1.5;
}

.map-wrapper .mapping .change-button {
    margin: 1rem auto;
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: row;
}

.map-wrapper .mapping .change-button div:first-child {
    flex-grow: 5;
    text-align: left;
}

.map-wrapper .mapping button {
    padding: 0.4rem 1rem;
    background-color: #d5d5d5;
    color: #333;
    border-radius: 7px;
    outline: 0;
    font-size: 1.05em;
    border: 1px solid #959595;
    cursor: pointer;
}

.map-wrapper .mapping button.primary {
    background-color: #107BFF;
    color: #fff;
    border: 1px solid #1c5c90;
}

.map-wrapper .mapping button:disabled {
    opacity: 0.6;
    cursor: default;
}

.map-wrapper .mapping .buttons {
    text-align: right;
    white-space: nowrap;
}

.mapping form.numbered {
    counter-reset: item;
    display: none;
}
.req-info {
    display: none;
    color: #e86c6e;
    font-weight: 600;
    font-style: italic;
}

.mapping form.numbered.visible,
.req-info.visible {
    display: block;
}
.mapping .formline {
    counter-increment: item;
    display: block;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
    margin: 1rem auto;
    padding: 0.75rem;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    position: relative;
}
.mapping .formline.buttons {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0;
}
/* .mapping .formline.required label:after {
    content: " *";
    font-size: 24px;
    color: red;
    line-height: 10px;
} */
.mapping .formline.required:after {
    content: "*";
    font-size: 24px;
    color: red;
    line-height: 10px;
    position: absolute;
    top: 15px;
    right: 10px;
}
.asterisco {
    font-size: 24px;
    color: red;
}
.mapping .formline.required input + label:after {
    content: none;
}
.mapping .formline:before {
    content: "Questão " counter(item);
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.mapping .formline.autorizacao:before,
.mapping .formline.buttons:before {
    content: none;
}
.mapping .formline div {
    line-height: 1.5;
}
.mapping .formline label {
    width: auto;
    white-space: normal;
    display: block;
    margin: 0.75rem auto 0.5rem;
}
.mapping .formline input + label {
    margin-top: 0;
    display: inline;
}
.mapping .formline input,
.mapping .formline select,
.mapping .formline textarea {
    width: 500px;
    max-width: 100%;
    border: 1px solid #ddd;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Sans', Arial, sans-serif;
    padding: 6px 10px;
    border-radius: 3px;
}
.mapping .formline input[type="checkbox"],
.mapping .formline input[type="radio"] {
    width: auto;
}
.mapping .formline input[type="file"] + input[type="file"] {
    margin-top: 0.35rem;
}
.mapping .formline.invalid select,
.mapping .formline.invalid textarea,
.mapping .formline.invalid input {
    background-color: #ff9496;
}
.mapping .formline .err-msg {
    display: none;
    font-size: 0.95em;
    color: #681c1d;
    font-style: italic;
    border-radius: 6px;
    padding: 0.4rem;
    background-color: #ffecec;
    margin: 0.5rem 0 0;
}
.mapping .formline.invalid .err-msg {
    display: block;
}
.mapping .formline .other {
    display: none;
}
.mapping .formline select + .clear-input,
.mapping .formline textarea + .clear-input,
.mapping .formline input:not([type="hidden"]) + .clear-input {
    margin-left: 0.25rem;
}
.mapping .formline .clear-input.multi {
    margin-left: 0.06rem;
    margin-top: 0.35rem;
}
.mapping .formline .clear-input {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #b63133;
    opacity: 0.2;
    transition: opacity 200ms ease-in 0s;
}
.mapping .formline .clear-input:hover {
    opacity: 1;
}
.mapping .formline .clear-input .dashicons {
    font-size: 0.8em;
}
.mapping .formline .clear-input.clear-value {
    margin-top: 0.75rem;
}
.mapping .formline select[readonly] + .clear-input {
    display: none;
}

.mapping .filewrapper img.thumbnail {
    width: 32px;
    height: auto;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.mapping .filewrapper .delete-file:hover {
    text-decoration: none;
}

.mapping .filewrapper .dashicons {
    vertical-align: middle;
}

.mapping .info {
    margin: 0.5rem 0;
    padding: 0 0.5rem;
}

.mapping .info:before {
    content: '• ';
    font-size: 1.2em;
    color: #44a24f;
}

.buttons-flex {
    display: flex;
    flex-direction: row;
}

.buttons-flex > div:first-child {
    flex-grow: 5;
    flex-shrink: 5;
}

.missing {
    color: #a24446;
}

.missing .ok {
    color: #44a24f;
    /* font-size: 0.85em; */
    font-weight: 400;
}


.highlight-effect {
    background-color: rgba(255, 0, 0, 0.2);
    transition: background-color 0.6s ease-in;
}

.off-highlight {
    transition: background-color 3s ease-out;
}

a#open-pp {
    float: right;
}

.privacy-policy {
    display: none;
}


#custom-login-form {
    max-width: 400px;
    margin: auto;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

#custom-login-form h3 {
    margin-top: 0;
}

#custom-login-form p {
    margin-bottom: 15px;
}

#custom-login-form label {
    display: block;
    margin-bottom: 5px;
}

#custom-login-form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

#custom-login-form button {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#custom-login-form button:hover {
    background-color: #005177;
}

#custom-login-form #login-message {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
}


.alt-file input[type="file"] {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
}

.alt-file .button {
    display: inline-block !important;
    width: auto !important;
    background-color: #007BFF;
    color: white;
    padding: 6px 16px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.alt-file .button.secondary {
    background-color: #c6c6c6;
    color: #333;
}

.alt-file .clear-value {
    display: none !important;
} 

.alt-file.filled .clear-value {
    display: inline-block !important;
} 

.alt-file .file-name {
    font-style: italic;
    color: #999;
}

.alt-file.filled .file-name {
    font-style: normal;
    color: #000;
}

.alt-file .file-name:empty:before {
    content: 'Nenhum arquivo selecionado';
}

/* select[readonly] {
    pointer-events: none;
    background-color: #f5f5f5;
    color: #777;
} */


