/* src/styles/Spin.css */
.Spin {
  position: absolute;
  background: black;
  opacity: 0.5;
  padding-top: 50vh;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
}

/* src/styles/div-scroll.css */
.scroll-div {
  width: 100%;
  height: fit-content;
  max-height: 40vh;
  overflow: hidden;
  overflow-y: scroll;
}
.scroll-comment {
  width: 100%;
  height: 160px;
  overflow: hidden;
  overflow-y: scroll;
}
.scroll-comment-bills-layout {
  width: 100%;
  height: 40vh;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: scroll;
}
.scroll-comment-bills-layout::-webkit-scrollbar {
  width: 9px;
}
.scroll-digitation {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: scroll;
}
.scroll-dash-div {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  overflow-y: scroll;
}
.scroll-div-domais {
  width: 100%;
  height: 20vh;
  min-height: auto;
  overflow: hidden;
  overflow-y: scroll;
}
.scroll-reports {
  width: 100%;
  height: 23vh;
  overflow: hidden;
  overflow-y: scroll;
}
.drop-button {
  width: 100%;
}
.scroll-div {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  overflow-y: scroll;
}
.scroll-div-interactions {
  width: 100%;
  min-width: 200px;
  height: fit-content;
  max-height: 60vh;
  overflow: hidden;
  overflow-y: scroll;
  min-height: 300px;
  padding: 5px;
  margin: 5px;
}
.scroll-div-users {
  width: 100%;
  min-width: 200px;
  height: fit-content;
  max-height: 40vh;
  overflow: hidden;
  overflow-y: scroll;
}
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  border-radius: 1px solid green;
}
::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 6px;
}
.border-card {
  border: 1px solid #1aa142;
}
.scroll-div-exts-clients {
  width: 100%;
  height: 200px;
  overflow: hidden;
  overflow-y: scroll;
}
.div-tooltip {
  width: 100%;
  height: fit-content;
  max-width: 100px;
  overflow: hidden;
  overflow-y: scroll;
}
.comment-div-tooltip {
  width: 98%;
  height: fit-content;
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}
.comment-list-item-scroll {
  width: 100%;
  max-width: 100%;
  height: fit-content;
  max-height: 155px;
  padding: 5px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.concepts-list-item-scroll {
  width: 100%;
  height: fit-content;
  max-height: 150px;
  overflow: hidden;
  overflow-y: scroll;
}
.top-div-tooltip {
  width: 100%;
  height: fit-content;
  max-height: 180px;
  overflow: hidden;
  overflow-y: scroll;
}
.comment-div-user-bill-download {
  width: 100%;
  height: fit-content;
  max-height: 50px;
  overflow: hidden;
  overflow-y: scroll;
}
.paybills-div-content {
  width: 100%;
  height: fit-content;
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  border-radius: 1px solid green;
}
::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 6px;
}
.border-card {
  padding: -20px;
}
.example {
  margin: 20px 0;
  margin-bottom: 20px;
  padding: 30px 50px;
  text-align: center;
  border-radius: 4px;
}

/* src/components/pages/theme.css */
.chrome-modal {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 6px 20px 0px;
  position: absolute;
  top: 80px;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  min-width: 505px;
  transform: translate(-50%, 10%);
  border: 0px none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  outline: none;
  padding: 10px;
  z-index: 9999999999999;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.chrome-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.1);
}
.chrome-header {
}
.chrome-content {
}
.chrome-container {
  font-family:
    -apple-system,
    system-ui,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  font-size: 12px;
  width: 100%;
}
.chrome-containerOpen {
}
.chrome-input {
  font-size: 12px;
  border: 0 none;
  border-bottom: 2px solid rgb(200, 200, 200);
  border-radius: 0px;
  width: 100%;
  padding: 8px 4px;
  outline: none;
  color: rgb(30, 30, 30);
  caret-color: rgb(60, 60, 60);
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.chrome-inputOpen {
}
.chrome-inputFocused {
}
.chrome-suggestionsContainer {
  overflow: hidden;
  border-top: 0px none;
  border-bottom: 0px none;
  max-height: 315px;
  margin-top: 0px;
}
.chrome-suggestionsContainerOpen {
}
.chrome-suggestionsList {
  list-style: none;
  padding: 4px;
  margin-bottom: 0;
  margin-top: 0;
}
.chrome-suggestion {
  color: rgb(95, 95, 95);
  border: 0 none;
  border-top: 0px none;
  padding: 3px;
  cursor: pointer;
}
.chrome-suggestion > b {
  color: rgb(30, 30, 30);
  font-weight: bold;
}
.chrome-suggestionFirst {
  color: rgb(95, 95, 95);
}
.chrome-suggestionHighlighted {
  color: #ffffff;
  border-radius: 6px;
  background-color: #c8dbbe;
}
.chrome-trigger {
  background-color: #c8dbbe;
  border-radius: 4px;
  border-color: rgba(0, 0, 0, 0.87);
  border-style: none;
  border-width: 0px;
  box-shadow:
    rgba(0, 0, 0, 0.2) 0px 1px 5px 0px,
    rgba(0, 0, 0, 0.14) 0px 2px 2px 0px,
    rgba(0, 0, 0, 0.12) 0px 3px 1px -2px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  font-stretch: 100%;
  height: 36px;
  justify-content: center;
  letter-spacing: 0.39998px;
  line-height: 24.5px;
  margin: 8px;
  min-width: 64px;
  outline-color: rgba(0, 0, 0, 0.87);
  outline: 0px none;
  padding: 6px 16px;
  text-transform: uppercase;
}
.chrome-spinner {
  border-top: 0.4em solid rgba(111, 111, 111, 0.2);
  border-right: 0.4em solid rgba(111, 111, 111, 0.2);
  border-bottom: 0.4em solid rgba(111, 111, 111, 0.2);
  border-left: 0.4em solid rgb(152, 152, 152);
}

/* src/components/shared/AIChat/css/ChatBot.css */
.chatbot-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  overflow: hidden;
  background: white;
}
.chat-header {
  border-radius: 0;
  border-bottom: 1px solid #d9d9d9;
  background: linear-gradient(135deg, #008000 0%, #347e34 100%);
  color: white;
}
.chat-header .ant-typography {
  color: white !important;
}
.messages-container {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  background: #fafafa;
}
.messages-list {
  background: transparent;
}
.messages-list .ant-list-item {
  border: none;
  padding: 4px 0;
}
.message-container {
  margin-bottom: 12px;
  animation: slideIn 0.3s ease-out;
}
.message-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.user-message {
  display: flex;
  justify-content: flex-end;
}
.user-message .message-wrapper {
  flex-direction: row-reverse;
}
.bot-message {
  display: flex;
  justify-content: flex-start;
}
.message-bubble {
  max-width: 70%;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 9px !important;
}
.user-bubble {
  background: green;
  color: #fff !important;
  background-color: green;
}
.bot-bubble {
  background: #f6f6f6;
  background-color: #f6f6f6;
  color: #333 !important;
}
.message-text {
  line-height: 1.4;
  margin-bottom: 4px;
  word-wrap: normal;
  white-space: pre-line;
}
.message-time {
  font-size: 10px;
  opacity: 0.7;
  text-align: right;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .chatbot-container {
    height: 100vh;
    max-width: 100%;
    border-radius: 0;
  }
  .message-bubble {
    max-width: 85%;
  }
}
.chatbot-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.messages-container {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  height: 80vh;
}
.header,
.input-container {
  flex-shrink: 0;
}

/* src/components/shared/AIChat/css/ConversationList.css */
.conversation-list-container {
  height: 90vh;
  display: flex;
  flex-direction: column;
  background: #fafafa;
  border-right: 1px solid #f0f0f0;
}
.conversation-list-container .conversation-list-header {
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}
.conversation-list-container .conversation-list-header .new-conversation-btn {
  margin-bottom: 12px;
  border-radius: 8px;
  height: 40px;
  font-weight: 500;
}
.conversation-list-container .conversation-list-header .search-input {
  border-radius: 20px;
}
.conversation-list-container .conversation-list-header {
  border: none;
  background: #f5f5f5;
}
.conversation-list-container .conversation-list-header {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(24, 255, 55, 0.2);
}
.conversation-list-container .conversation-list {
  flex: 1;
  overflow-y: auto;
  background: #fff;
}
.conversation-list-container .conversation-list .conversation-item {
  padding: 12px 16px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.conversation-list-container .conversation-list .conversation-item:hover {
  background: #f8f9fa;
}
.conversation-list-container .conversation-list .conversation-item:hover .conversation-menu-btn {
  opacity: 1;
}
.conversation-list-container .conversation-list .conversation-item.active {
  background: #e6f7ff;
  border-right: 3px solid #008000;
}
.conversation-list-container .conversation-list .conversation-item.active .conversation-title {
  color: #008000;
  font-weight: 500;
}
.conversation-list-container .conversation-list .conversation-item .ant-list-item-meta {
  align-items: flex-start;
}
.conversation-list-container .conversation-list .conversation-item .ant-list-item-meta {
  margin-top: 4px;
}
.conversation-list-container .conversation-list .conversation-item .ant-list-item-meta .ant-list-item-meta-content .ant-list-item-meta-title {
  margin-bottom: 4px;
  line-height: 1.4;
}
.conversation-list-container .conversation-list .conversation-item .ant-list-item-meta .ant-list-item-meta-content .conversation-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.conversation-list-container .conversation-list .conversation-item .ant-list-item-meta .ant-list-item-meta-content .conversation-meta .last-message {
  font-size: 13px;
  line-height: 1.3;
  max-width: 200px;
}
.conversation-list-container .conversation-list .conversation-item .ant-list-item-meta .ant-list-item-meta-content .conversation-meta .timestamp {
  font-size: 11px;
  opacity: 0.7;
}
.conversation-list-container .conversation-list .conversation-item .conversation-menu-btn {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.conversation-list-container .conversation-list .conversation-item .conversation-menu-btn:hover {
  background: rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .conversation-list-container .conversation-list-header {
    padding: 12px;
  }
  .conversation-list-container .conversation-list-header .new-conversation-btn {
    height: 36px;
    font-size: 14px;
  }
  .conversation-list-container .conversation-list .conversation-item {
    padding: 10px 12px;
  }
  .conversation-list-container .conversation-list .conversation-item .ant-list-item-meta-content .conversation-meta .last-message {
    max-width: 150px;
  }
}
.conversation-list .ant-spin-container {
  min-height: 200px;
}
.conversation-list .ant-empty {
  padding: 40px 20px;
}
.conversation-list .ant-empty .ant-empty-description {
  color: #999;
  font-size: 14px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.conversation-item {
  animation: fadeInUp 0.3s ease-out;
}

/* ../../../../tmp/tmp-1123321-2yOvBvr9tz9Q/src/styles/pay/payscss.css */
.pending_without_review_right--h35ea67f4 {
  border-right: 6px solid #9a208c;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.pending_with_review_right--h81b9c6d6 {
  border-right: 6px solid #fd841f;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.pay_without_audit_right--h38f0649f {
  border-right: 6px solid #ea5455;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.pay_with_audit_right--hd7f86f21 {
  border-right: 6px solid #54b435;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.no_register_right--hfd74cd82 {
  border-right: 6px solid #5da7db;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.pending_without_review_left--h5805f0e3 {
  border-left: 6px solid #9a208c;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.pending_with_review_left--hc88d989f {
  border-left: 6px solid #fd841f;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.pay_without_audit_left--h83037329 {
  border-left: 6px solid #ea5455;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.pay_with_audit_left--hbf435beb {
  border-left: 6px solid #54b435;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.no_register_left--h65c29f34 {
  border-left: 6px solid #5da7db;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.low_priority_left--h630afdb5 {
  border-left: 6px solid #54b435;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.low_priority_right--hdae44584 {
  border-right: 6px solid #54b435;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.medium_priority_left--hc12848e9 {
  border-left: 6px solid #fdf91f;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.medium_priority_right--h3027b21c {
  border-right: 6px solid #fdf91f;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.high_priority_left--h4f241ef9 {
  border-left: 6px solid #ea5455;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.high_priority_right--hdace9c33 {
  border-right: 6px solid #ea5455;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 200px;
}
.normal--h76fdba6d {
  background-color: #ffffff;
  color: #000;
}
.row-pending--hde230842 {
  background-color: rgba(255, 193, 7, 0.2);
  color: #000;
}
.row-novelty--hf04a2600 {
  background-color: rgba(0, 123, 255, 0.2);
  color: #000;
}
.row-digitated--hec4d1480 {
  background-color: rgba(40, 167, 69, 0.1);
  color: #000;
}
.row-error--h7c13d68b {
  background-color: rgba(220, 53, 69, 0.2);
  color: #000;
}
.row-rejected--he9623b2a {
  background-color: rgba(255, 87, 34, 0.2);
  color: #000;
}

/* src/components/pay/Pay.css */
.ant-drawer-title {
  font-weight: bold;
  color: white;
}
.ant-modal-title {
  font-weight: bold;
  color: white;
}

/* src/styles/popup.css */
.popup {
  animation-name: fadeIn;
  animation-duration: 0.4s;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  left: 0px;
  list-style-type: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: fixed;
  text-align: left;
  top: 0px;
  overflow: hidden;
  z-index: 10000;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.popup li {
  clear: both;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  margin: 0;
  padding: 5px 12px;
  transition: all .3s;
  white-space: nowrap;
  -webkit-transition: all .3s;
}
.popup li:hover {
  background-color: #e6f7ff;
}
.popup li > i {
  margin-right: 8px;
}

/* src/styles/text.css */
.text-overflow {
  overflow: hidden;
  display: inline-block;
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow-transaction {
  overflow: hidden;
  display: inline-block;
  width: 150;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow-bills {
  overflow: hidden;
  display: inline-block;
  width: 80%;
  bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow-manualAddConciliatios {
  overflow: hidden;
  display: inline-block;
  font-size: 0.8rem;
  width: 35%;
  bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  @media (max-width: 768px) {
    width: 20%;
  }
}
.image {
  width: 100%;
  height: 100%;
}
.image-pay-modal {
  min-width: 600px;
  min-height: 400px;
  width: 100%;
  height: auto;
  margin: 10px;
  object-fit: fill;
}
.title-project {
  font-size: 18px;
  margin-left: 38%;
}
.text-overflow-accounts {
  font-size: 12px;
  overflow: hidden;
  display: inline-block;
  width: 100px;
  bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.delete-button {
  font-size: 1.2rem;
  white-space: pre-wrap;
  color: #ff5c58;
  cursor: pointer;
  opacity: 0.9;
}
.delete-button:hover {
  font-size: 1.2rem;
  white-space: pre-wrap;
  color: #ff5c58;
  cursor: pointer;
}
.add-button {
  font-size: 1.2rem;
  white-space: pre-wrap;
  color: #6ecb63;
  cursor: pointer;
  opacity: 0.9;
}
.add-button:active {
  font-size: 1.2rem;
  white-space: pre-wrap;
  color: #6ecb63;
  cursor: pointer;
}
.width-tooltip {
  width: 500px;
}

/* src/styles/pdf.css */
.pdf {
  width: 100%;
  height: 100%;
}
.imag {
  width: 100%;
  height: 100%;
}
.pdf-container {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: scroll;
}
.image-container {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: scroll;
}
::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  border-radius: 1px solid green;
}
::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 6px;
}

/* ../../../../tmp/tmp-1123321-2yOvBvr9tz9Q/src/styles/bills/billsLayout.css */
.wrapper--h4a7cbd2a {
  width: 100%;
  height: 10%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.wrapperAnime--h3a7fb8ce {
  width: 100%;
  height: 10%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  flex-direction: column;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.5s ease-in-out;
}
.heder--h17944eec {
  position: relative;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.button-coments--h9fbb432d {
  justify-content: center;
  align-items: center;
  background-color: #f5b17b;
  width: 100%;
  border: 1px transparent;
}
.button-coments--h9fbb432d:hover {
  background-color: #f5b17b;
  opacity: 0.8;
}
.button-coments--h9fbb432d:focus {
  background-color: #f5b17b;
  opacity: 0.8;
}
.button-followUps--h0042172c {
  justify-content: center;
  align-items: center;
  background-color: #1572a1;
  width: 100%;
  border: 1px transparent;
}
.button-followUps--h0042172c:hover {
  background-color: #1572a1;
  opacity: 0.8;
}
.button-followUps--h0042172c:focus {
  background-color: #1572a1;
  opacity: 0.8;
}
.button-novelities--h6dda3498 {
  justify-content: center;
  align-items: center;
  background-color: #6867ac;
  width: 100%;
  border: 1px transparent;
}
.button-novelities--h6dda3498:hover {
  background-color: #6867ac;
  opacity: 0.8;
}
.button-novelities--h6dda3498:focus {
  background-color: #6867ac;
  opacity: 0.8;
}
.button-novelities-accounts--h55419128 {
  justify-content: center;
  align-items: center;
  background-color: #ffabe1;
  width: 100%;
  border: 1px transparent;
}
.button-novelities-accounts--h55419128:hover {
  background-color: #ffabe1;
  opacity: 0.8;
}
.button-novelities-accounts--h55419128:focus {
  background-color: #ffabe1;
  opacity: 0.8;
}
.button-digitation--hc1811ed7 {
  justify-content: center;
  align-items: center;
  background-color: #32afa9;
  width: 100%;
  border: 1px transparent;
}
.button-digitation--hc1811ed7:hover {
  background-color: #32afa9;
  opacity: 0.8;
}
.button-digitation--hc1811ed7:focus {
  background-color: #32afa9;
  opacity: 0.8;
}
.button-non-digitation--h887797a9 {
  justify-content: center;
  align-items: center;
  background-color: #e78895;
  width: 100%;
  border: 1px transparent;
}
.button-error--hf968378b {
  justify-content: center;
  align-items: center;
  background-color: #ff7b00;
  width: 100%;
  border: 1px transparent;
}
.button-error--hf968378b:hover {
  background-color: #ff7b00;
  opacity: 0.8;
}
.button-error--hf968378b:focus {
  background-color: #ff7b00;
  opacity: 0.8;
  outline: none;
}
.button-novedad--h0e8d507e {
  justify-content: center;
  align-items: center;
  background-color: #faad14;
  width: 100%;
  border: 1px transparent;
}
.button-novedad--h0e8d507e:hover {
  background-color: #faad14;
  opacity: 0.8;
}
.button-novedad--h0e8d507e:focus {
  background-color: #faad14;
  opacity: 0.8;
  outline: none;
}
.button-non-digitation--h887797a9:hover {
  background-color: #e78895;
  opacity: 0.8;
}
.button-non-digitation--h887797a9:focus {
  background-color: #e78895;
  opacity: 0.8;
}
.text-bills-buttons--hdf3e111f {
  color: #ffffff;
  font-size: 0.7rem;
}
.icon-bills-buttons--hf4714a78 {
  color: #ffffff;
}
.div-tooltip-comment--h126845e2 {
  width: 100%;
  height: fit-content;
  max-height: 100px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}

/* src/styles/controlPanel.css */
.pdf-control-panel {
  font-size: 16px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 100%;
  background-color: #219432;
}
.img-control-panel {
  font-size: 16px;
  color: #ffffff;
  justify-content: center;
  display: flex;
  margin-left: -2px;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: fit-content;
  background-color: #219432;
}
.clickable {
  cursor: pointer;
}
.disabled {
  opacity: 0.5;
  pointer-events: not-allowed;
  color: lightgray;
}
.pdf-viewer {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.view-pdf-button {
  font-size: 0.8rem;
  color: #ffffff;
}
.view-pdf-button :focus {
  color: #ffffff;
}
.view-pdf-button:hover {
  color: #fff000;
}
.view-pdf-button:active {
  color: #fff000;
}

/* ../../../../tmp/tmp-1123321-2yOvBvr9tz9Q/src/styles/credentials/credentialsRestore.css */
* {
  padding: 0%;
  margin: 0%;
}
body {
  width: 100vw;
  height: 100vh;
}
.fondo--h31943dd2 {
  background-color: #ffffff !important;
  background-image: url(https://backend-smarteco.vertebra-tech.com/downloads/avatars/fondo.png) !important;
}
.container--hd890a044 {
  display: -webkit-flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-width: 100vw;
}
.login-item--ha89c74bf {
  width: 100%;
  height: 100%;
  min-width: 850px;
  min-height: fit-content;
  flex-direction: column;
  padding: 1rem;
  margin: 2px;
  border-radius: 0.5rem;
  background: rgb(222, 249, 233);
  background: linear-gradient(318deg, rgba(222, 249, 233, 1) 0%, rgba(255, 255, 255, 1) 80%);
  color: #000;
  transition: all 0.3s ease;
  border: solid 0.1rem #e3fbe1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.login-item-form--h3633da07 {
  width: 100%;
  height: 100%;
}
.carousel-image--h8489d6a3 {
  width: 100%;
  height: 100%;
  max-width: 360px;
}
.login-item--ha89c74bf .login-item__content--h3c57b073 {
  display: flex;
}
.form-login--h280674ac {
  width: 40%;
}
.colapsable-login--h83bc4408 {
  width: 60%;
}
.footer--h648afb31 {
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
  border-top: 1px;
}
.text-login--hf33df627 {
  color: grey;
  padding: 0.5rem;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  word-spacing: pre-wrap;
}
.link-login--h680de6d6 {
  color: #009432;
  text-decoration: underline;
  cursor: pointer;
  word-spacing: pre-wrap;
  font-size: 1rem;
}
@media (max-width:900px) {
  .container--hd890a044 {
    flex-direction: column;
  }
  .form-login--h280674ac {
    width: 100%;
  }
  .colapsable-login--h83bc4408 {
    width: 0%;
    display: none;
  }
  .login-item--ha89c74bf {
    width: 100%;
    min-height: fit-content;
    min-width: 100%;
    max-width: 350px;
    max-height: 600px;
    padding: 0.7rem;
  }
  .footer--h648afb31 {
    font-size: 0.8rem;
  }
  .text-login--hf33df627 {
    font-size: 0.8rem;
  }
  .link-login--h680de6d6 {
    font-size: 0.8rem;
  }
}
.logo-login--h3c1e81d4 {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 150px;
  object-fit: cover;
  border-radius: 0.5rem;
}
.login-container--heae41031 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-item--ha89c74bf:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border: solid transparent;
}
.app__flex--h75401a02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerCredentials--h54ec00e1 {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.card-bacground--h06cfb241 {
  background: linear-gradient(45deg, #fff, #28d872);
}
.card-pass--hf14691d2 {
  content: "";
  position: absolute;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 100% 100%;
  background: linear-gradient(45deg, #fff, #28d872);
  right: 0%;
  opacity: 0.2;
}
.forms-containers--hff76777c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.forms-containers-credentials--h757177d4 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.crendentials--h806173d4 {
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 30%);
}
.title-form--h66d53f55 {
  font-size: 1.5rem;
  color: #444;
}
.singIn--h65707df4 {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  display: grid;
  grid-template-columns: 1rf;
}
form {
  display: flex;
  flex-direction: column;
  padding: 0 5rem;
  overflow: hidden;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
form.singIn--h65707df4 {
  z-index: 2;
}
.rounder--hcf6e7fe2 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.gradient--h4e624ddb {
  background: linear-gradient(160deg, #fff, #9aceac);
}
.back-left--h02c46457 {
  background: #009432 !important;
  position: absolute;
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.radius-flex--hf875384f {
  background: #009432 !important;
  border-radius: 50%;
  position: absolute;
  display: flex;
  height: 130vh;
  margin-top: -15%;
  width: 25vw;
  right: 85%;
  z-index: 0;
}
.formulario--he1b24f67 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.footer--h648afb31 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10px;
  z-index: 2;
  bottom: 15px;
  width: 100%;
  z-index: 0;
}

/* src/styles/calculator.css */
.calculator-background {
  background: url(https://backend-smarteco.vertebra-tech.com/downloads/avatars/fondo.png);
  height: 100vh;
  width: 100vw;
  background-color: #e6e6e6;
}
.calculator-backgrounds {
  min-height: 100vh;
  background: url(https://backend-smarteco.vertebra-tech.com/downloads/avatars/fondo.png);
  width: 100vw;
  background-color: #e6e6e6;
}
.positions-component-home {
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.imageOne-test {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.buttons {
  position: relative;
  top: -30px;
  margin-right: 20px;
}
.image-welcome {
  width: 500px;
  transform: translateY(500px);
  animation: slideUp 1s ease forwards 1s;
}
.image-welcome-calculator {
  width: 16%;
  transform: translateY(101vh);
  animation: slideUp 1s ease forwards 1s;
}
.input-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  transform: translateY(700px);
  animation: slideUp 1.5s ease forwards 1.5s;
}
.labelIngres {
  font-size: 2rem;
  font-weight: 300;
  margin-top: 10px;
  position: relative;
  top: 17px;
}
.labelEnergy {
  font-size: 2rem;
  font-weight: 600;
}
.input-divs {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.inputImages {
  width: 13%;
}
.footer-images {
  width: 100px;
}
.footer-imagesFooter {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(800px);
  animation: slideUp 2s ease forwards 2s;
}
.imgCdn {
  width: 100%;
  height: 42px;
}
.footerImages {
  width: 100px;
}
.inputs-divs {
  width: 20%;
}
.kwh-input {
  position: relative;
  top: -33px;
  border: none;
  width: 92%;
  border-radius: 9px;
  left: 8px;
  height: 26px;
}
.kwh-input:focus-visible {
  border: none !important;
  outline: -webkit-focus-ring-color auto 0px !important;
}
.button2 {
  width: 93%;
  left: 7px;
  height: 25px;
  border-radius: 9px;
  font-size: 12px;
  padding: 1px;
  top: -9px;
}
.image-energy {
  width: 500px;
}
.kwh-text {
  text-align: center;
  position: relative;
  top: -94px;
  left: 24px;
  font-size: 3rem;
}
@keyframes slideIn {
  0% {
    transform: translateX(500px) scale(0.2);
  }
  100% {
    transform: translateX(0px) scale(1);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(300px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes expand {
  0% {
    transform: translateX(1400px);
  }
  100% {
    transform: translateX(0px);
  }
}
.image-recicle {
  width: 180px;
  margin-right: 10px;
}
.image-recicled {
  width: 180px;
  margin-right: 10px;
}
.image-recicleds {
  width: 180px;
  position: relative;
  left: 20px;
}
.div-grid-calculator {
  display: grid;
}
.div-flex-calculator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 21px;
}
.images-kg {
  width: 85px;
}
.images-cels-div {
  display: grid;
  justify-content: end;
  position: relative;
  top: -16px;
}
.image-cels {
  width: 80px;
}
.text-one {
  font-size: 1.2rem;
  text-align: center;
}
.text-two {
  font-size: 1.2rem;
  margin-top: -12px;
  text-align: center;
}
.textData {
  font-size: 2rem;
  margin-top: 10px;
}
@media (max-width: 400px) {
  .image-welcome {
    width: 250px;
    transform: translateY(250px);
    animation: slideUp 1s ease forwards 1s;
  }
  .footer-images {
    width: 90px;
    transform: translateY(90px);
  }
  .images-kg {
    width: 60px;
  }
  .image-recicled {
    width: 125px !important;
  }
  .image-energy {
    width: 290px;
  }
}
@media (max-width: 575.98px) {
  .image-welcome-calculator {
    width: 10rem;
    margin-left: 2rem;
  }
  .inputImages {
    width: 6rem;
  }
  .inputs-divs {
    width: 12rem;
  }
  .labelIngres {
    font-size: 1.4rem;
  }
  .labelEnergy {
    font-size: 1.4rem;
  }
  .imageInputs {
    width: 11.3rem;
  }
  .kwh-input {
    width: 10.2rem;
  }
  .footerImages {
    width: 6rem;
    margin-left: 2rem;
  }
  .images-kg {
    width: 70px;
  }
  .image-recicled {
    width: 130px !important;
  }
  .image-recicleds {
    width: 130px !important;
    left: 26px;
    position: relative;
  }
  .image-energy {
    width: 380px;
  }
  .kwh-text {
    text-align: center;
    position: relative;
    top: -80px;
    left: 24px;
    font-size: 2rem;
  }
  .image-recicle {
    width: 120px;
    left: 15px;
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .image-welcome-calculator {
    width: 13rem;
    margin-left: 2rem;
  }
  .input-div {
    padding-right: 3rem;
  }
  .inputImages {
    width: 10rem;
  }
  .inputs-divs {
    width: 15.8rem;
  }
  .labelIngres {
    font-size: 1.9rem;
  }
  .labelEnergy {
    font-size: 1.9rem;
  }
  .footerImages {
    width: 9rem;
    margin-left: 3rem;
  }
  .image-energy {
    width: 430px;
  }
  .image-recicled {
    width: 140px !important;
  }
  .image-recicleds {
    width: 140px;
    left: 20px;
    position: relative;
  }
  .kwh-text {
    text-align: center;
    position: relative;
    top: -80px;
    left: 24px;
    font-size: 2rem;
  }
  .image-recicle {
    width: 138px;
    left: 17px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .image-welcome-calculator {
    width: 13rem;
    margin-left: 2rem;
  }
  .inputImages {
    width: 10rem;
  }
  .inputs-divs {
    width: 15.8rem;
  }
  .labelIngres {
    font-size: 1.9rem;
  }
  .labelEnergy {
    font-size: 1.9rem;
  }
  .footerImages {
    width: 9rem;
    margin-left: 3rem;
  }
  .image-energy {
    width: 460px;
    margin-left: 40px;
  }
  .kwh-text {
    text-align: center;
    position: relative;
    font-size: 2rem;
  }
  .image-recicled {
    width: 160px;
  }
  .image-recicle {
    width: 155px;
    left: 17px;
    position: relative;
  }
  .image-recicleds {
    width: 160px;
    left: 28px;
    position: relative;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .image-welcome-calculator {
    width: 14rem;
    margin-left: 2rem;
  }
  .inputImages {
    width: 12rem;
  }
  .inputs-divs {
    width: 18.6rem;
  }
  .labelIngres {
    font-size: 2.2rem;
  }
  .labelEnergy {
    font-size: 2.2rem;
  }
  .footerImages {
    width: 10rem;
    margin-left: 3rem;
  }
  .image-energy {
    width: 480px;
  }
}
@media (min-width: 1200px) and (max-width: 1299.98px) {
  .image-welcome-calculator {
    width: 14rem;
    margin-left: 2rem;
  }
  .inputImages {
    width: 18%;
  }
  .inputs-divs {
    width: 26%;
  }
  .labelIngres {
    font-size: 2.2rem;
  }
  .labelEnergy {
    font-size: 2.2rem;
  }
  .footerImages {
    width: 10rem;
    margin-left: 3rem;
  }
}
@media (min-width: 1300px) {
  .image-welcome-calculator {
    width: 14rem;
    margin-left: 2rem;
  }
  .inputImages {
    width: 13rem;
  }
  .inputs-divs {
    width: 20rem;
  }
  .labelIngres {
    font-size: 2.4rem;
  }
  .labelEnergy {
    font-size: 2.4rem;
  }
  .footerImages {
    width: 10rem;
    margin-left: 3rem;
  }
}
@media (max-width: 800px) {
  .images-kg {
    width: 79px;
  }
  .image-recicled {
    width: 160px;
  }
}

/* src/styles/SingInStyle.css */
* {
  padding: 0%;
  margin: 0%;
}
body {
  width: 100vw;
  height: 100vh;
}
.fondo {
  background-color: #ffffff !important;
  background-image: url(https://backend-smarteco.vertebra-tech.com/downloads/avatars/fondo.png) !important;
}
.container {
  display: -webkit-flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-width: 100vw;
}
.login-item {
  width: 100%;
  height: 100%;
  min-width: 850px;
  min-height: fit-content;
  flex-direction: column;
  padding: 1rem;
  margin: 2px;
  border-radius: 0.5rem;
  background: rgb(222, 249, 233);
  background: linear-gradient(318deg, rgba(222, 249, 233, 1) 0%, rgba(255, 255, 255, 1) 80%);
  color: #000;
  transition: all 0.3s ease;
  border: solid 0.1rem #e3fbe1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.login-item-form {
  width: 100%;
  height: 100%;
}
.carousel-image {
  width: 100%;
  height: 100%;
  max-width: 360px;
}
.login-item .login-item__content {
  display: flex;
}
.form-login {
  width: 40%;
}
.colapsable-login {
  width: 60%;
}
.footer {
  display: block;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
  border-top: 1px;
}
.text-login {
  color: grey;
  padding: 0.5rem;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  word-spacing: pre-wrap;
}
.link-login {
  color: #009432;
  text-decoration: underline;
  cursor: pointer;
  word-spacing: pre-wrap;
  font-size: 1rem;
}
@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }
  .form-login {
    width: 100%;
  }
  .colapsable-login {
    width: 0%;
    display: none;
  }
  .login-item {
    width: 100%;
    min-height: fit-content;
    min-width: 100%;
    max-width: 350px;
    max-height: 600px;
    padding: 0.7rem;
  }
  .footer {
    font-size: 0.8rem;
  }
  .text-login {
    font-size: 0.8rem;
  }
  .link-login {
    font-size: 0.8rem;
  }
}
.logo-login {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 150px;
  object-fit: cover;
  border-radius: 0.5rem;
}
.login-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-item:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  border: solid transparent;
}
.app__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerCredentials {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.card-bacground {
  background: linear-gradient(45deg, #fff, #28d872);
}
.card-pass {
  content: "";
  position: absolute;
  display: flex;
  flex-direction: column;
  border-top-left-radius: 100% 100%;
  background: linear-gradient(45deg, #fff, #28d872);
  right: 0%;
  opacity: 0.2;
}
.forms-containers {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.forms-containers-credentials {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.crendentials {
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 30%);
}
.title-form {
  font-size: 1.5rem;
  color: #444;
}
.singIn {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  display: grid;
  grid-template-columns: 1rf;
}
form {
  display: flex;
  flex-direction: column;
  padding: 0 5rem;
  overflow: hidden;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}
form.singIn {
  z-index: 2;
}
.rounder {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.gradient {
  background: linear-gradient(160deg, #fff, #9aceac);
}

/* src/styles/loginView.css */
.back-left {
  background: #009432 !important;
  position: absolute;
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.radius-flex {
  background: #009432 !important;
  border-radius: 50%;
  position: absolute;
  display: flex;
  height: 130vh;
  margin-top: -15%;
  width: 25vw;
  right: 85%;
  z-index: 0;
}
.formulario {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.footer {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10px;
  z-index: 2;
  bottom: 15px;
  width: 100%;
  z-index: 0;
}

/* src/styles/LogIn.css */
* {
  margin: 0;
  padding: 0;
}
.log-in {
  display: flex;
  background-size: cover;
}
.margin {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.contentcontent {
  display: flex;
  align-items: center;
}
.margin img {
  width: 150%;
  top: 25%;
  padding: 60px 20px;
  transform: translate(-25%);
  @media screen and (min-width: 481px) and (max-width: 1400px) {
    transform: translate(-500%);
  }
}
.logo-login {
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 150px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .logo-login {
    width: 60%;
    transform: translate(40%);
    background-color: #fff;
  }
}
.lef {
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
  background-color: #28ae60;
  border-bottom-right-radius: 16% 70%;
  border-top-right-radius: 16% 70%;
  @media screen and (min-width: 481px) and (max-width: 1400px) {
    width: 100%;
    transform: all 50s ease;
    border-bottom-right-radius: 0% 0%;
    border-top-right-radius: 0% 0%;
  }
}
.right {
  position: absolute;
  right: 20%;
  top: 25%;
  left: 55%;
  transform: translate(25%);
  @media screen and (min-width: 481px) and (max-width: 1400px) {
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
  }
}
.card {
  position: absolute;
  border: 0.1px;
  width: 60vw;
  height: 70vh;
  border-radius: 10px;
  left: -5%;
  box-shadow: 3px 3px 6px grey;
  -moz-box-shadow: 3px 3px 6px grey;
  -webkit-box-shadow: 3px 3px 6px grey;
  @media screen and (min-width: 481px) and (max-width: 1400px) {
    width: 100%;
  }
}
.card .ant-card-head-title img {
  padding: 10px;
  width: 100%;
  @media screen and (min-width: 481px) and (max-width: 1400px) {
    width: 50%;
    padding: auto;
    transform: translate(50%);
  }
}
.button {
  border: 1px solid transparent;
  border-radius: 30px;
  width: 100%;
  box-shadow: var(box-shadow-base);
  margin-top: 5%;
  @media screen and (min-width: 481px) and (max-width: 1400px) {
    margin-top: 0%;
  }
}
.input {
  margin-top: 5%;
  border: 1px solid white;
  border-radius: 5px;
  height: 30px;
  @media screen and (min-width: 481px) and (max-width: 1400px) {
    margin-top: 2%;
  }
}
.ant-input-suffix svg {
  color: #414141;
}
.tipography {
  @media screen and (min-width: 481px) and (max-width: 1400px) {
    width: 50%;
    padding: auto;
    transform: translate(55%);
  }
}

/* src/styles/divcentercontain.css */
.contend-center {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* src/styles/home.css */
.center-image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.image-backgraound {
  margin-left: auto;
  width: 20%;
}

/* src/styles/frame.css */
.new-frame {
  width: 99%;
  height: 85vh;
  z-index: 0;
}
.spin-frame {
  width: 100px;
  height: 100px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-left-color: #09f;
  margin-top: -30%;
  z-index: 0;
  animation: spin 1s ease infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* src/styles/drawerinfo.css */

/* src/components/miscellaneous/marketer/Marketer.css */
.ant-drawer-title {
  font-weight: bold;
  color: white;
}
.ant-modal-title {
  font-weight: bold;
  color: white;
}

/* src/styles/varios.css */
.row:hover {
  cursor: pointer;
}

/* ../../../../tmp/tmp-1123321-2yOvBvr9tz9Q/src/styles/accounts/accounts.css */
.div-container--ha0f39957 {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.title--h22877f6f {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.div-container--ha0f39957 > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.service-title--h90f2908b {
  font-size: 0.7rem;
  font-weight: 500;
}
.marketer-title--h3996a03c {
  font-size: 0.6rem;
  color: #6b7280;
}
.services-div--h3a3654c1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Cleanliness-color--h2b6ff6ef {
  color: #c6d57e;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.water-color--hdc8836d9 {
  color: #316b83;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.energy-color--ha7617e18 {
  color: #ff7171;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.sewerage-color--h25cfa805 {
  color: #10b981;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.public-lighting-color--he7726528 {
  color: #8b5cf6;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.gas-color--hff98be07 {
  color: #b983ff;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.internet-color--h9c6062c8 {
  color: #7a316f;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.television-color--he69075b2 {
  color: #00c897;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.phone-color--hc5a34e0a {
  color: #94d0cc;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.compliance-color--h60ef5e43 {
  color: #fbbf24;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.civilLiability-color--hb11bdfd4 {
  color: #d20062;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}
.offerSincerity-color--h48cab7da {
  color: #5bbcff;
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.25rem;
}

/* src/styles/tableRowClass.css */
.table-row-light {
  background-color: #f6ffed;
}
.table-row-dark {
  background-color: #fef1ef;
}
.table-row-purple {
  background-color: #ece8fc;
}
.table-row-cyan {
  background-color: #d4fcf6;
}
.table-row-orange {
  background-color: #fcf3e8;
}
.table-row-yellow {
  background-color: #fcfbe8;
}
.tooltip {
  background-color: #87d068;
  width: 100%;
}
.table-pointer:hover {
  cursor: pointer;
}

/* src/components/shared/css/DropdownCSS.css */
.dropdown-content {
  background: #fff;
  box-shadow:
    0 3px 6px -4px rgb(0 0 0 / 12%),
    0 6px 16px 0 rgb(0 0 0 / 8%),
    0 9px 28px 8px rgb(0 0 0 / 5%);
}
.dropdown-content .ant-dropdown-menu {
  box-shadow: none;
}

/* src/styles/antTable.css */
.dashboard {
  display: flex;
  width: 10;
}
.ant-table-cell {
  padding: 0%;
}
.table-danger {
  background-color: #f7edee;
}
.table-danger:hover {
  background-color: #f7edee;
}
.table-danger:focus {
  background-color: #f7edee;
}
.table-danger:active {
  background-color: #f7edee;
}

/* ../../../../tmp/tmp-1123321-2yOvBvr9tz9Q/src/styles/guru/history/table.css */
.active--h70c6011a {
  background-color: #f6ffed;
}
.nonactive--h9ff5f869 {
  background-color: #ffffff;
}
.active--h70c6011a:hover {
  cursor: pointer;
}
.nonactive--h9ff5f869:hover {
  cursor: pointer;
}

/* ../../../../tmp/tmp-1123321-2yOvBvr9tz9Q/src/styles/guru/schedule/tabs-options.css */
.schedule_menu--hf14729e5 {
  width: 100%;
  height: fit-content;
  max-height: 60vh;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.schedule_menu--hf14729e5::-webkit-scrollbar {
  width: 5px;
  height: 4px;
  border: 0px solid transparent;
}
.schedule_menu--hf14729e5::-webkit-scrollbar-thumb {
  background: green;
  border-radius: 6px;
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutSlideDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.box--h2b606a80.show--hf50c56d0 {
  animation: fadeInSlideUp 0.5s ease forwards;
  pointer-events: all;
}
.box--h2b606a80.hide--h41118970 {
  animation: fadeOutSlideDown 0.5s ease forwards;
  pointer-events: none;
}

/* src/components/ecoeficiencia/css/Ecoeficiencia.css */
.ecoEficiencia-scroll-bar-col {
  overflow: auto !important;
  flex: 1;
  position: sticky;
  top: 0;
  max-height: 88vh;
  overflow-y: auto;
}
.ecoEficiencia-scroll-bar-col::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.text-water {
  color: #1e96fc;
}
.text-energy {
  color: #009432;
}

/* src/components/ecoeficiencia/charts/charts/css/CompanyConsuntionChartscss.css */
#container {
  height: 400px;
}
.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;
}
.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}
.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}
.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}
.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

/* src/components/emails/table.css */
.table-border-today {
  border-left: 6px solid #54b435;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.table-border-yesterday {
  border-left: 6px solid #fd841f;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.table-border-day-after-yesterday {
  border-left: 6px solid #ea5455;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.table-border-default {
  border-left: 6px solid #ea5455;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: start;
}

/* src/components/searchbills/Searchbills.css */
.ant-drawer-title {
  font-weight: bold;
  color: white;
}
.ant-modal-title {
  font-weight: bold;
  color: white;
}

/* ../../../../tmp/tmp-1123321-2yOvBvr9tz9Q/src/styles/searchbills/searchbillscss.css */
.pending_without_review_right--hd5caab22 {
  border-right: 6px solid #9a208c;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.pending_with_review_right--h2449b8e0 {
  border-right: 6px solid #fd841f;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.pay_without_audit_right--hf3cf09ad {
  border-right: 6px solid #ea5455;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.pay_with_audit_right--h7ec5f534 {
  border-right: 6px solid #54b435;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.no_register_right--he788b367 {
  border-right: 6px solid #5da7db;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.pending_without_review_left--h2e88b95a {
  border-left: 6px solid #9a208c;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.pending_with_review_left--h0fa82153 {
  border-left: 6px solid #fd841f;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.pay_without_audit_left--hf9d88bbb {
  border-left: 6px solid #ea5455;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.pay_with_audit_left--h1df9d6db {
  border-left: 6px solid #54b435;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.no_register_left--h939cd5e9 {
  border-left: 6px solid #5da7db;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.low_priority_left--h9fb053dd {
  border-left: 6px solid #54b435;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.low_priority_right--h80784c81 {
  border-right: 6px solid #54b435;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.medium_priority_left--h273c2cc7 {
  border-left: 6px solid #fdf91f;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.medium_priority_right--h4c6e5038 {
  border-right: 6px solid #fdf91f;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 100px;
  min-height: 100px;
}
.high_priority_left--h51e6d5f5 {
  border-left: 6px solid #ea5455;
  padding-left: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 20px;
  min-height: 100px;
}
.high_priority_right--h6fe63707 {
  border-right: 6px solid #ea5455;
  padding-right: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  min-width: 20px;
  min-height: 100px;
}
.normal--h3991a70c {
  background-color: #ffff;
}

/* src/index.css */
body {
  min-height: 100%;
  min-width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
body > iframe[style*="2147483647"]:not([id="webpack-dev-server-client-overlay"]) {
  display: none;
}

/* src/styles/modaltheme.css */
span .ant-input-group-addon {
  background: none;
}
div .ant-modal-header {
  background: #009432;
}
div .ant-drawer-header {
  background: #009432;
}
/*# sourceMappingURL=/index-1762536749594.css.map */
