/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    overflow-x: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */


input {
    box-sizing: border-box;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #00103B;
    color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.page-title {
    display: flex;
    align-items: center;
    gap: .8rem;
}

#service-type {
    width: 100px;
    height: 30px;
    background-color: #00103B;
    color: #fff;
    border: none;
    outline: none;
}

.logo {
    width: 200px;
    height: 60px;
}

.make-user {
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    width: 25%;
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1rem;
    border-radius: 10px;
}

input {
    height: 50px;
    width: 600px;
    min-width: 400px;
    border: none;
    outline: none;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0 1rem;
    font-size: 1.3rem;
}

select {
    height: 50px;
    width: 250px;
    border: none;
    outline: none;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0 1rem;
    font-size: 1.3rem;
}

.select-role {
    height: 50px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0 1rem;
    font-size: 1.3rem;
}

.mr-submit-btn {
    width: 400px;
    min-width: 400px;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0 1rem;
    font-size: 1.3rem;
    cursor: pointer;
    color: #fff;
    background-color: #00103B;
}

.mr-btn {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0 1rem;
    font-size: 1.3rem;
    cursor: pointer;
    color: #00103B;
    background-color: #fff;
    border: 1px solid #00103B;
}

.sec-login {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
}

.login-form input {
    width: 100% !important;
}

.login-h1 {
    text-align: center;
}

.link {
    color: #00103B;
    font-weight: 700;
    text-decoration: none;
    padding: 1rem;
    background-color: #fff;
    border-radius: 50px;
}

.page-manage-orger-title {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 800;
}

.order-status-option {
    height: 50px;
    width: 600px;
    border: none;
    outline: none;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0 1rem;
    font-size: 1.3rem;
}

.list-view {
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
}

.filters {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}

.filters button {
    width: 40% !important;
}

.filter-field {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.filter-fields {
    width: 80%;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.filter-field label {
    font-weight: 800;
}

.filter-field input {
    width: 200px;
}


table {
    width: 100%;
    /* border: 1px solid gray; */
    /* padding: 1rem; */
    border-collapse: collapse;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow-x: scroll;
}

td,
th {
    text-align: center;
    border: 1px solid gray;
    padding: .5rem;
}

td {
    font-size: 14px;
}

.download {
    cursor: pointer;
    color: #00103B;
    font-style: italic;
}

.change-page {
    padding: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.pagination {
    width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.btn-group {
    width: 70%;
    display: flex;
    justify-content: center;
    gap: .5rem;
}

.clear-filters {
    background-color: white;
    color: #00103B;
    font-weight: 600;
    border: 2px solid #00103B;
}

.screen-content {
    padding: 2rem;
    gap: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.btn-content span {
    font-size: 1.3rem;
    color: #00103B;
}

.btn-screen {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: none;
    outline: none;
    background-color: #00103B;
    cursor: pointer;
    transition: .7s all;
}

.btn-screen:hover {
    transform: scale(1.1);
}

.btn-screen img {
    width: 100px;
    height: 100px;
}

.logout {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
}

.header-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.header-links a {
    transition: .7s all;
}

.header-links a:hover {
    transform: scale(1.1);
}

.subtitle {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.order {
    background-color: #FDB056;
    color: #fff;
}

.sefaz {
    background-color: #A53F62;
    color: #fff;
}

.ar {
    background-color: #EFEDFF;
    color: #00103B;
}

.error {
    background-color: #DC3002;
    color: #fff;
}

.subtitle span {
    padding: 1rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-weight: 800;
}

.overlay {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.8);
    transform: translate(-1000rem);
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #ffffff;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}

.table-content {
    width: 100%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.action-btn {
    outline: none;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
}

.action-btn:active {
    transform: scale(0.95);
}

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

    100% {
        transform: rotate(360deg);
    }
}

.make-report-form {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #00103B;
    font-size: 1.4rem;
    border-radius: 15px;
}

.make-report-form img {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.make-report-form img:active {
    transform: scale(0.95);
}

.img-group {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

progress {
    width: 100%;
    height: 40px;
    accent-color: #00103B;
}

span {
    text-align: center;
}

.list-reports {
    background-color: #fff;
    height: 80%;
    width: 70%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border-radius: 15px;
    color: #00103B;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: auto;
}

.list-reports h3 {
    font-size: 1.3rem;
}

.card-report {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 60%;
    height: 80px;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    border-radius: 15px;
}

.card-report span {
    text-align: start !important;
}


.reports-manager {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    width: 100%;
}

.reports-manager img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.reports-manager img:active {
    transform: scale(0.95);
}

.card-report img {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.card-report img:active {
    transform: scale(0.95);
}

.actions-img-xy {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}

.actions-img-xy:active {
    transform: scale(0.95);
}

.card-report-info {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.xy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.financials-table-lina {
    cursor: pointer;
}

.error-description {
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
    height: 30%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    font-size: 1.3rem;
    gap: 1rem;
    overflow: auto;
}

.error-description-content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    color: red;
}

.installments {
    display: flex;
    gap: 2rem;
}

.installments h4 {
    text-align: center;
}

.column-separation {
    border-right: 3px solid #000;
}

.table-header {
    background-color: #a6a6a6;
}

.occ-table {
    width: 70%;
}


@media (max-width: 1660px) {
    table {
        width: 100%;
        /* border: 1px solid gray; */
        /* padding: 1rem; */
        border-collapse: collapse;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        overflow-x: scroll;
        font-size: 14px;
    }

    td,
    th {
        text-align: center;
        border: 1px solid gray;
        padding: 5px;
    }

    td {
        font-size: 13px;
    }
}

.header-icon {
    width: 30px;
    height: 30px;
}

.icon {
    width: 25px;
    height: 25px;
}

.warning {
    font-size: 14px;
    width: 60%;
    text-align: center;
    color: red;

}