@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    display: none;
}

.view-html {
    width: 100%;
}

.view-html ol,
.view-html ul {
    margin-left: 30px;
}

:root {
    --primary-orange: #fea501;
    --primary-dark: #00133a;
    --primary-dark-purple: #100121;
}

body {
    font-family: roboto, sans-serif;
    overflow: hidden;
}

@media print {

    #generateMapPdf,
    .close-style {
        display: none;
    }
}

.span-list-mail {
    background-color: #ddd;
    color: #110121;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 5px;
}

.span-list-mail:hover {
    background-color: #f5f5f5;
}

.fakeBodyElement {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
}

.porIhpone {
    width: 250px;
    margin: auto;
    position: relative;
}

.pdf-file {
    width: 100%;
    padding: 10px;
    background-color: #f7f7f7;
    cursor: pointer;
}

.pdf-file:hover {
    width: 100%;
    padding: 10px;
    background-color: #dddddd;
}

.content-pdf-file {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdf-file-details {
    width: 90%;
}

.pdf-file-details h2 {
    font-weight: normal;
    font-size: 1.2em;
    color: #001720;
}

.pdf-file-details h2 {
    font-weight: normal;
    font-size: 1.2em;
    color: #001720;
}


.porIhpone img {
    width: 100%;
}

.messageIphone {
    width: 190px;
    background-color: white;
    height: 200px;
    position: absolute;
    top: 90px;
    left: 31px;
    padding: 10px;
}

.noprops {
    all: unset;
}

.signtoolitem {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f7f7f7;
    padding: 5px 20px;
    font-family: 'Onest', roboto;
}

.signtoolitem img {
    width: 20px;
}

/* ============== LOADER ===================== */
.loader {
    color: rgb(224, 224, 224);
    width: 80px;
    margin: auto;
    height: 80px;
    border: solid 4px rgba(255, 255, 255, 0.048);
    border-left: var(--primary-dark-purple) 4px solid;
    border-right: #52bfec 4px solid;
    border-radius: 50%;
    animation: loader 0.6s linear infinite;
    margin-bottom: 10px;

}

.logo-loader {
    width: 100%;
    position: relative;
    height: 80px;
}

.image-space-loader {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-loader img {
    width: 40px;
}

@keyframes loader {
    to {
        transform: rotate(360deg);
    }
}

.fixed_loader {
    width: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    padding: 20% 0 100% 0;
    position: fixed;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: progress;
}

.contentFixedLoader {
    width: 250px;
    height: 100px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentFixedLoader .elements_loader {
    width: 90%;
}

.elements_loader {
    width: 150px;
    padding: 10px 0px;
    margin: auto;
    max-height: 130px;
    border-radius: 4px;
    text-align: center;
    font-family: Montserrat;
    display: inline-block;
    background-color: white;
}

.text-to-loader {
    color: #171717;
    font-size: 0.9em;
}

/* =========================================== */


/* ======= ERROR AND SUCESS MESSAGE ===================== */
.error-message,
.sucess-message {
    width: 100% !important;
    padding: 10px;
    border-radius: 4px;
    background-color: #ffcbcb;
    color: red;
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.192);
    display: flex;
    align-items: center;
    font-family: roboto;
    font-size: 0.85em;
}

.error-message img,
.sucess-message img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.error-message p,
.sucess-message {
    width: calc(100% - 35px);
}

.sucess-message {
    background-color: #b1e9cb;
    color: #041f11;
    box-shadow: 0px 0px 10px #38a16931;
}

/* ====================================================== */

.notification-box {
    width: 27px;
    height: 27px;
    position: relative;
    cursor: pointer;
}

.qnt-notification {
    width: auto;
    height: auto;
    background-color: red;
    color: white;
    font-weight: bold;
    position: absolute;
    font-size: 0.8em;
    border-radius: 50px;
    left: -7px;
    top: 0px;
    cursor: pointer;
}

.item-notification {
    padding: 5px;
    cursor: pointer;
    border: solid 1px transparent;
    transition: 0.2s;
}

.item-notification:hover {
    border: solid 1px #8282823f;
}

.qnt-notification p {
    padding: 2px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* -========================  */
/* validation, talvez seja temporario */
.containerValidation {
    width: 100%;
    height: calc(100vh - 70px);
    background-color: transparent;

    display: flex;
    justify-content: center;
    align-items: center;
}

.box-validation {
    width: 90%;
    max-width: 500px;
    min-height: 35vh;
    text-align: center;
    border-radius: 4px;
    padding: 3% 1%;
    background-color: white;
}


.box-validation .img-sucess img {
    width: 65px;
    height: auto;
}



.box-validation h3 {
    padding: .6em 0px .8em 0px;
}



.box-validation .btn {
    width: auto;
    padding: 10px;
    border: none;
    color: white;
    border-radius: 2px;
    font-size: 1em;
    margin-top: 2em;
    cursor: pointer;
    background-color: rgba(0, 0, 255, 0.582);
}

/* ======================================================== */
/* ======================================================== */



.default-full-btn,
.default-btn {
    width: 100%;
    background-color: #46297b;
    color: white;
    font-family: roboto;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.9em;
    border-radius: 2px;
    outline: none;
    border: none;
}

.default-btn {
    width: 120px;
}



/* ========= ACTIONS ================= */
.actionsOfBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    pointer-events: all;
}

.actionNext,
.actionBack {
    width: 100px;
    padding: 10px;
    background-color: rgb(0, 169, 239);
    color: white;
    text-align: center;
    border-radius: 2px;
    font-family: 'Onest', poppins;
    font-size: 0.9em;
    cursor: pointer;
    box-shadow: 0px 0px 0px #b3f604;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.actionNext a,
.actionBack a {
    all: unset;
}

.actionBack img,
.actionNext img {
    width: 20px;
    height: 20px;
}

.actionNext:hover {
    box-shadow: 0px 0px 5px rgba(138, 180, 248, 0.233);
}

@media (max-width: 600px) {
    .actionNext:hover {
        box-shadow: 0px 0px 5px #b1f60400;
    }
}

.actionBack {
    background-color: transparent;
    margin-right: 10px;
    color: #616161;
    font-weight: bold;
}

/* ================================================= */

::placeholder {
    color: #8282828c;
}

:-moz-placeholder {
    color: #8282828c;
}

::-moz-placeholder {
    color: #8282828c;
}

:-ms-input-placeholder {
    color: #8282828c;
}

::-webkit-input-placeholder {
    color: #8282828c;
}


.masterContentbunker {
    width: 98%;
    max-width: 1600px;
    height: calc(100vh - 20px);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0px 0px 10px #50505018;
    position: relative;
}

.toolsContentbox {
    width: 100%;
    display: flex;
    gap: 20px;
    position: absolute;
    overflow-x: hidden;
}

.lateralTools {
    width: 40px;
    height: calc(100vh - 70px);
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.section-subtitle {
    color: #171717;
    font-weight: bold;
    font-size: 1em;
    font-family: 'Onest';
    margin-bottom: 5px;
}

.small-desc-subtitle {
    font-size: 0.8em;
    color: #828282;
    font-family: 'Onest';
    font-weight: normal;
}

.viewContents {
    width: calc(100% - 40px);
    height: calc(100vh - 70px);
    overflow-y: auto;
    padding-top: 20px;
    padding-right: 20px;
}

.itemLateraltool {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.indicatorStep {
    margin-top: 10px;
    color: rgb(53, 53, 53);
    font-family: 'Onest', sans-serif;
    padding: 5px 0px;
    margin-bottom: 10px;
    font-weight: 500;
    border-bottom: solid 1px #8282826e;
}

.itemLateraltool img {
    width: 30px;
    height: 30px;
    filter: grayscale(1);
    padding: 2.5px;
    border-radius: 4px;
}

.itemLateraltool i {
    width: 30px;
    height: 30px;
    padding: 2.5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nameTools {
    width: 96%;
    max-width: 200px;
    background-color: white;
    height: calc(100vh - 70px);
    position: absolute;
    top: 0px;
    left: -159px;
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    transition: .4s;
}

.itemNameTools {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Onest';
    color: #8f8f8f;
    font-size: 0.9em;
}

.itemNameTools a {
    all: unset;
}

.hoverService:hover .nameTools {
    left: 40px;
}

.default-input,
textarea {
    width: 100%;
    outline: none;
    padding: 7px 10px;
    border-radius: 2px;
    border: 1px solid rgba(114, 114, 114, 0.3);
    transition: .4s;
    font-family: 'Onest';
    margin-bottom: 7px;
    background-color: #fafafac4;
}

input[type=radio],
input[type=checkbox] {
    width: 17px;
    height: 17px;
}

.default-label {
    color: #424242;
    font-size: 0.9em;
    font-family: 'Onest';
}

.default-detail {
    outline: none;
}

textarea {
    min-width: 100%;
    max-width: 100px;
    min-height: 100px;
    max-height: 300px;

}

.default-detail summary {
    list-style: none;
    list-style-type: none;
    cursor: pointer;
}

.listAccounts {
    width: 100%;
    max-height: calc(100vh - 70px);
}

.content-list-account,
.content-list-default {
    width: 100%;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.list-actions {
    text-align: right;
    padding-right: 5px;
}

.list-actions img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.header-list-account {
    width: 100%;
    background-color: #eeeeee;
    display: flex;
    gap: 7px;
    padding: 5px;
    align-items: center;
    font-family: 'Onest';
    border-radius: 4px 4px 0px 0px;
}

.item-account {
    width: 100%;
    background-color: white;
    display: flex;
    gap: 7px;
    padding: 5px;
    align-items: center;
    font-family: 'Onest';
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.item-account:hover {
    background-color: #f5f5f5;
}

.item-account p {
    overflow-wrap: break-word;
    color: var(--primary-dark-purple);
    font-size: 0.85em;
    overflow: hidden;
}

.item-account p:nth-child(1) {
    width: 35%;
}

.item-account p:nth-child(2) {
    width: 30%;
}

.item-account p:nth-child(3) {
    width: 20%;
}

.item-account p:nth-child(4) {
    width: 15%;
}

.item-account p:nth-child(4) img {
    width: 20px;
    height: 20px;
}

.header-list-account p {
    overflow-wrap: break-word;
    color: var(--primary-dark-purple);
    font-size: 0.85em;
    font-weight: bold;
}

.header-list-account p:nth-child(1) {
    width: 40%;
}

.header-list-account p:nth-child(2) {
    width: 30%;
}

.header-list-account p:nth-child(3) {
    width: 20%;
}

.header-list-account p:nth-child(4) {
    width: 10%;
}


.fullBlackBox {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 25;
}

.contentPopupConfig {
    width: 96%;
    position: relative;
    max-width: 800px;
    padding: 20px;
    background-color: white;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    border-radius: 4px;
}

.contentFullPopupConfig {
    position: relative;
    width: calc(100% - 20px);
    padding: 20px 40px;
    background-color: white;
    height: calc(100vh - 20px);
    overflow-y: auto;
    border-radius: 4px;
}

.close-style {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.close-style-top-right {
    top: 0px;
    right: 0px;
}

.btnNoBg {
    width: auto;
    border: none;
    padding: 3px 5px;
    text-align: center;
    font-size: 0.8em;
    cursor: pointer;
    color: var(--primary-dark-purple);
    border-radius: 1px;
    background-color: #ddd;
}

.btnNoBg:hover {
    background-color: #ccc;
}

.spaceDrogAndDropfiles,
.importTypebox {
    width: 100%;
    padding: 50px;
    background-color: #ddd;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    cursor: pointer;
}

.importTypebox {
    padding: 20px;
    position: relative;
}

.checkimage {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.spaceDrogAndDropfiles:hover {
    background-color: #ececec;
}

.descDrogAndDropfiles {
    width: 100%;
    text-align: center;
    display: block;
}

.descDrogAndDropfiles img {
    width: 30px;
    height: 30px;
}

#spaceTypePage .descDrogAndDropfiles img {
    width: 70px;
    height: 70px;
}

.descDrogAndDropfiles p {
    color: #171717;
    font-size: 0.9em;
}


.default-fixed-error,
.default-fixed-sucess {
    max-width: 700px;
    width: 100%;
    padding: 20px;
    background-color: rgb(255, 237, 237);
    border-radius: 4px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    text-align: center;
    font-family: 'Onest';
}

.default-fixed-sucess {
    background-color: rgb(242, 255, 242);
}

.default-fixed-sucess p {
    color: #171717;
}

.default-fixed-sucess h2,
.default-fixed-error h2 {
    color: #171717;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.default-fixed-error h2 {
    color: #c40000;
}

.default-fixed-error p {
    font-size: 1em;
    color: #c40000;
}

.listNewsletters,
.listCapturepages {
    width: 100%;
    display: flex;
    overflow: hidden;
    gap: 10px;
}

.listCapturepages {
    overflow-x: auto;
}

.itemNewsletter {
    background-color: #ececec;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    font-family: 'Onest', roboto;
    width: 270px;
    min-width: 270px;
    height: 245px;
    cursor: pointer;
}

.default-h1title {
    font-family: 'Onest';
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #271d00;
}

.itemNewsletter:hover {
    background-color: #f7f7f7;
}

.layoutAddNewsletter {
    width: 100%;
    text-align: center;
    height: 217px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
}

.layoutAddNewsletter:hover {
    background-color: #ddd;
}

.itemImageNewsletter {
    width: 100%;
    height: 180px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.itemImageNewsletter img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.itemElementsNewsletter {
    width: 100%;
}

.itemElementsNewsletter h2 {
    font-size: 1em;
    color: var(--primary-dark-purple);
    margin-top: 5px;
}

.itemElementsNewsletter span {
    font-size: 0.8em;
    color: #424242;
    text-transform: capitalize;
}

.itemElementsNewsletter img {
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.itemTemplate {
    width: 400px;
    height: auto;
    max-height: 300px;
    padding: 10px;
    font-family: 'Onest';
    border-radius: 2px;
    cursor: pointer;
    border: solid 1px rgba(0, 0, 0, 0.05);

}

.itemTemplate:hover {
    background-color: #eee;
}

.thumbItemTemplate {
    width: 100%;
    height: 200px;
}

.thumbItemTemplate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.templateName {
    font-size: 1em;
    color: var(--primary-dark-purple);
    font-weight: bold;
    padding: 2px 0px;
}

.listPosts {
    width: 100%;
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.itemPost {
    width: 100%;
    padding: 10px 5px;
    cursor: pointer;
    font-family: 'Onest';
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.itemPost h2 {
    font-size: 1.2em;
    color: var(--primary-dark-purple);
}

.itemPost p {
    font-size: 1em;
    color: #242424;
}

.itemPost span.datepost {
    font-size: 0.8em;
    color: #838383;
}

.itemPost:hover {
    background-color: #f7f7f7;
}

.boxConfirmContent {
    width: 90%;
    max-width: 440px;
    background-color: white;
    border-radius: 2px;
    font-family: 'Onest';
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.headerTitle {
    padding: 10px 20px;
    background-color: rgb(214, 214, 214);
    border-radius: 3px 3px 0px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.headerTitle img {
    width: 25px;
    height: 25px;
}

.headerTitle h2 {
    font-size: 1.2em;
    color: var(--primary-dark-purple);
}

.descConfirm {
    width: 100%;
    padding: 10px 20px;
}

.groupTopTools {
    width: 100%;
    display: flex;
    gap: 10px;
}

.itemTopTool {
    width: auto;
    padding: 7px 5px;
    font-family: 'Onest';
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 0.9em;
}

.itemTopTool:hover {
    background-color: var(--primary-dark-purple);
}

.itemTopTool img {
    width: 20px;
    height: 20px;
}



.imagebtnsession i {
    width: 40px;
    height: 40px;
    padding: 2.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
}

.imagebtnsession i:hover {
    color: white;
    opacity: 1;
    background-color: red;
}


/* ============= tirado na erp ========= */

.bignumber {
    font-size: 1.1em;
    font-family: roboto;
    font-weight: bold;
    color: #171717;
    margin: 7px 0px;
}

.three-elements {
    width: 100%;
    display: flex;
    grid-area: 10px;
}

.el {
    width: 33.333%;
}

.two-elements {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* ====================================== */

.contentSimpleList {
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    padding: 10px 20px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.headSimpleList,
.itemSimpleList {
    width: 100%;
    display: flex;
    padding: 5px;
}

.itemSimpleList {
    color: #171717;
}

.itemSimpleList:hover {
    background-color: #ddd;
    cursor: pointer;
}


.headSimpleList h2 {
    color: #171717;
    font-size: 1em;
}

.itemSimpleList p {
    color: #171717;
    font-size: 0.9em;
}

.headSimpleList h2:first-child {
    width: 90%;
}

.itemSimpleList p:first-child {
    width: 90%;
}


/* ============ AMORTIZACAO ============== */
.list-amortization {
    width: 100%;
    display: flex;
}

.list-amortization {
    padding: 7px 5px;
    border-bottom: solid 1px #8282823d;
}

.list-a-header {
    background: #ccc;
    border-radius: 2px 2px 0px 0px;
}

.list-amortization .item-list:first-child {
    width: 10%;
}

.list-amortization .item-list {
    width: 15%;
}

.actionChangeStatusPayment {
    padding: 2px;
    border-radius: 2px;
}

.actionChangeStatusPayment i {
    display: none;
}

.actionChangeStatusPayment:hover i {
    display: block;
}

/* ======================================= */


/* ====== ESTILO DA CAIXA DE PESQUISA ====== */
.boxPesquisa {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fafafa;
    gap: 10px;
    border-radius: 4px;
}

.boxPesquisa .default-input {
    border: none;
    width: calc(100% - 40px);
    margin-bottom: 0px;
}

.boxPesquisa img {
    width: 20px;
    height: 20px;
    transform: translateX(-5px);
    cursor: pointer;
}


/* ============= top barr ============ */
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Preto */
    color: #fff;
    /* Branco */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    flex-wrap: nowrap;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 10px;
}

/* Estilo do container dos botões */
.button-container {
    display: flex;
    align-items: center;
}

/* Estilo dos botões */
.top-bar button {
    background: #00b4fe;
    /* Azul */
    border: none;
    color: #fff;
    /* Branco */
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin: 0 5px;
}

/* Estilo dos botões ao passar o mouse */
.top-bar button:hover {
    background: #0091e0;
    /* Azul mais escuro */
}

/* Estilo do botão de impressão */
.print-button {
    background: #00b4fe;
    /* Azul */
}

/* Estilo da barra de pesquisa */
.search-bar {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px;
    width: 300px;
    background-color: #eee;
    max-width: 100%;
}

/* Estilo do input da pesquisa */
.search-bar input {
    border: none;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #171717;
}

/* Estilo do botão da pesquisa */
.search-bar button {
    background: #00b4fe;
    /* Azul */
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Estilo do botão da pesquisa ao passar o mouse */
.search-bar button:hover {
    background: #0091e0;
    /* Azul mais escuro */
}

/* Estilos para dispositivos móveis */
@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .button-container {
        margin-bottom: 10px;
    }

    .search-bar {
        width: 100%;
        margin-top: 10px;
    }

    .top-bar button {
        margin: 5px 0;
    }
}

/* ================================== */


/* ============== UPLOAD AREA =============== */
.upload-container {
    width: 100%;
    max-width: 1000px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.upload-header {
    background-color: #007ee5;
    color: #ffffff;
    padding: 5px;
    text-align: center;
}

.upload-main-content {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    border: solid 1px #d6d6d6c2;
}

.upload-area {
    border: 2px dashed #007ee5;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    width: 100%;
    max-width: 900px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.upload-area.dragover {
    background-color: #e6f0ff;
    border-color: #005bb5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #007ee5;
    cursor: pointer;
}

.upload-icon {
    font-size: 48px;
    margin-bottom: 10px;
}

.upload-area p {
    font-size: 16px;
}

.file-info {
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.upload-button {
    margin-top: 20px;
    background-color: #007ee5;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, transform 0.3s;
}

.upload-button i {
    margin-right: 8px;
}

.upload-button:hover {
    background-color: #005bb5;
}

/* ========================================== */


/* ================ COMPANYS ================== */
.company-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 0;
    list-style: none;
}

.company-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.company-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.company-logo {
    background: #00162d;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 40px;
}

.company-info {
    padding: 20px;
}

.company-info h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.company-info p {
    font-size: 14px;
    color: #666;
}

/* Estilos para ícones */
.company-logo .fa-building {
    font-size: 2em;
}

/* ============================================ */