@import "root.css";

/* Inputs Login Page - inicio */
.app-input,
.app-textarea {
  background-color: var(--primary-white);
  border: 1px solid #737373;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 0.375rem 0.75rem;
}

.app-input {
  height: 48px;
}

.app-input:focus {
  border-width: 2px;
}

.app-input:disabled {
  border: 1px solid var(--primary-grey) !important;
  color: var(--primary-grey) !important;
}

.app-form {
  font-weight: bold;
  font-size: 14px;
  align-items: center;
  color: #1a1a1a;
  margin-top: 20px;
}
/* Inputs Login Page - final */

/* Input Watchlist Search - inicio */
.div_watchlist-search-input {
  display: flex;
  gap: var(--spacing-small);
  height: 80%;
}
/* Input Watchlist Search - final */

/* Inputs New Order - inicio */
/* Input New Order  */
.new-order-input {
  width: 100px;
  height: 20px;
}

.new-order-input[type="number"]::-webkit-inner-spin-button,
.new-order-input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.new-order-input[type="number"] {
  -moz-appearance: textfield;
}

/* Label New Order Input */
.new-order-label-input {
  width: fit-content;
  min-width: 30px;
  color: var(--primary-white);
}

/* Input New Order Cross - inicio  */
.new-order-cross {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.new-order-cross__commun {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding: 4px;
}

.new-order-cross_label {
  width: 100%;
  color: var(--primary-white);
  text-align: start;
}

.new-order-cross_label__commun {
  width: 30px;
  color: var(--primary-white);
}

.new-order-cross_input__commun {
  border-radius: 2px;
  border: none;
  width: 100px;
  height: 20px;
  padding: 0 4px;
}

.new-order-cross_input__commun:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.new-order-cross_selector {
  width: 120px;
  height: 20px;
}

.new-order-cross_selector div {
  height: 20px;
  min-height: 0px;
  border-radius: 2px;
}

.new-order-cross_selector div div {
  height: 20px;
  padding: 0px;
}
/* Input New Order Cross - final */
/* Inputs New Order - final */

/* Button - início (LEGADO) */
.botao-primario,
.botao-link-opentab,
.botao-secundario,
.botao-terciario,
.pages_button {
  height: 48px;
  background: var(--dark-blue);
  border-radius: 4px;
  margin-top: 32px;
  color: var(--primary-white);
  border-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin-left: 15px;
  cursor: pointer;
}

.botao-link-opentab:hover {
  background: var(--dark-blue-hover);
  color: var(--primary-white);
}

.botao-primario:disabled {
  background: var(--primary-grey);
}

.botao-primario:focus {
  outline: 5px solid rgba(120, 173, 197, 0.48);
}

.botao-primario:hover:enabled {
  background: var(--dark-blue-hover);
}

.botao-primario,
.botao-link-opentab {
  width: 152px;
}

.botao-secundario {
  width: 152px;
  height: 48px;
  background: var(--primary-white);
  color: var(--dark-blue);
  border: 1.5px solid var(--dark-blue);
}

.botao-secundario:disabled {
  background: var(--primary-white);
  border-color: var(--primary-grey);
  color: var(--primary-grey);
}

.botao-secundario:focus {
  background: var(--primary-white);
  outline: 5px solid rgba(120, 173, 197, 0.48);
}

.botao-secundario:hover {
  border-color: var(--dark-blue-hover);
  color: var(--dark-blue-hover);
  background: var(--primary-white);
}

.botao-terciario {
  width: fit-content;
  background-color: transparent;
  font-size: 14px;
  color: var(--dark-blue);
  margin-left: -10px;
  text-decoration: underline;
}

.botao-terciario:focus {
  outline: none;
}

.botao-terciario:hover {
  color: var(--dark-blue-hover);
}

.fixed-pages {
  position: sticky;
  bottom: 0;
  flex-grow: unset;
}

#pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  color: var(--primary-white);
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-small);
  max-height: 24px;
  min-width: 300px;
  border-top: 1px solid var(--primary-white);
  border-bottom: 1px solid var(--dark-blue);
  background-color: var(--dark-blue);
}

.pages_button {
  margin: 0;
  height: 20px;
  width: 100px;
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-small);
  transition: all 0.1s ease-in-out 0.1s;
}

.pages_button:hover {
  background-color: var(--dark-blue-hover);
}

.mo-modal__confirm-button {
  border: 0;
  border-radius: 3px;
  width: 5rem;
  height: 1.8rem;
  background-color: var(--primary-green);
  color: var(--primary-white);
  font-weight: var(--font-weight-bold);
}

.mo-modal__replace-button {
  border: 0;
  border-radius: 3px;
  width: 5rem;
  height: 1.8rem;
  background-color: var(--light-blue-hover);
  color: var(--primary-white);
  font-weight: var(--font-weight-bold);
}

.mo-modal__cancel-button {
  border: 0;
  border-radius: 3px;
  width: 5rem;
  height: 1.8rem;
  background-color: var(--secondary-red);
  color: var(--primary-white);
  font-weight: var(--font-weight-bold);
}

/* Button - final (LEGADO) */

/* Cabeçalho componente - início */
#menu {
  background-color: var(--dark-blue);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 10px;
  z-index: 10000;
}

.menu_left {
  display: flex;
  align-items: center;
  gap: var(--spacing-medium);
}

.menu_logo {
  height: 40px;
}

.menu_list {
  list-style-type: none;
  display: flex;
  color: var(--primary-white);
  gap: var(--spacing-large);
  font-weight: var(--font-weight-bold);
}

.menu_user {
  display: flex;
  gap: var(--spacing-large);
  height: 50%;
  color: var(--primary-white);
  padding: 4px;
}

.menu_user__text {
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-bold);
  margin: 0px;
  display: inline;
}

.menu_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-small);
  color: var(--primary-white);
  text-decoration: none;
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-medium);
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.menu_link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #a9ff30;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease-out;
}

.menu_link:hover::after {
  transform: scaleX(1);
}

.menu_link__user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--spacing-small);
  color: var(--primary-white);
  text-decoration: none;
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-medium);
  cursor: context-menu;
}
/* Cabeçalho componente - final */

/* Carrossel componente - inicio */
#market-data-carrossel {
  height: 54px;
  background-color: var(--dark-blue-hover);
  padding: 4px 0px;
  border-bottom: solid 1px var(--dark-blue);
}

.market-data-carrossel_cards {
  border-radius: 4px;
  height: 45px;
  width: 100%;
  min-width: 80px;
  margin: 0 2px;
  padding: 4px 0px;
  font-size: var(--font-size-large);
  font-weight: var(--font-weight-bold);
  background-color: var(--dark-blue);
  border: 1px solid;
}

.market-data-carrossel_cards__good {
  border-color: var(--primary-green);
  color: var(--primary-green);
}

.market-data-carrossel_cards__regular {
  border-color: var(--primary-white);
  color: var(--primary-white);
}

.market-data-carrossel_cards__bad {
  border-color: var(--primary-red);
  color: var(--primary-red);
}

.market-data-carrossel_info {
  margin: 2px 0;
  text-align: center;
}
/* Carrossel componente - final */

/* Main Footer - inicio */
.main-footer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 24px;
  width: 100%;
  background-color: var(--dark-blue);
  padding: 0px 10px;
}

.main-footer_icon {
  color: var(--primary-white);
}

.main-footer_div__message {
  position: fixed;
  bottom: -100px;
  left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  gap: var(--spacing-medium);
  color: var(--primary-white);
  font-size: var(--font-size-large);
  font-weight: var(--font-weight-medium);
  transform: translate(0, -100px);
  transition: transform 0.9s ease-in-out;
}

.main-footer_div__connection {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: .5rem;
  position: fixed;
  right: 1rem;
  bottom: 0.5rem;
  width: fit-content;
  height: fit-content;
}

.main-footer_div__connect {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--primary-green);
  box-shadow: 0 0 4px .1rem var(--primary-green);
}

.main-footer_div__disconnect {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--primary-red);
  box-shadow: 0 0 4px .1rem var(--primary-red);
}

.main-footer_span {
  color: var(--primary-white);
  font-size: var(--font-size-large);
  font-weight: var(--font-weight-medium);
}
/* Main Footer - final */

/* Modals Header - inicio */
.nav_modals {
  background-color: var(--dark-blue);
  display: flex;
  justify-content: space-between;
  height: 36px;
  min-height: 36px;
  width: 100%;
  align-items: center;
  padding: 0 10px;
  cursor: grab;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  flex-grow: unset;
}

.nav_modals:active {
  cursor: grabbing;
}

.nav_modals-block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.nav_modals-block.voice {
  justify-content: flex-start;
  padding: 0 1rem;
  width: fit-content;
}

.nav_modals-block.voice:hover {
  cursor: pointer;
}

.icon_modals {
  color: var(--primary-white);
}

.nav_modals-h4 {
  color: var(--primary-white);
  font-size: var(--font-size-xxlarge);
  font-weight: var(--font-weight-medium);
  margin: 0.5rem;
}

.nav_modals-h5 {
  color: var(--primary-white);
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-medium);
  margin: 0.5rem;
  display: inline-block;
}

.nav_modals-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-blue);
  height: 25px;
  width: 25px;
  align-self: center;
  border-radius: 50%;
  color: var(--primary-grey);
  transition: all 0.1s ease-in-out 0.1s;
  border: var(--dark-blue);
  padding: 0px;
}

.nav_modals-button:hover {
  color: var(--primary-white);
}
/* Modals Header - final */

/* Notification - inicio */
.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-with-icon .ant-notification-notice-message {
  font-size: var(--font-size-xlarge) !important;
  margin: 0px !important;
  padding: 0px !important;
  margin-left: 24px !important;
}

.ant-notification .ant-notification-notice-wrapper .ant-notification-notice {
  width: 240px !important;
  padding: var(--spacing-medium) !important;
}

.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-description {
  font-size: var(--font-size-large) !important;
  margin: 0px !important;
}
:where(.css-dev-only-do-not-override-tjsggz).ant-notification .ant-notification-notice-wrapper .ant-notification-notice-close {
  top: 2px !important;
  left: 216px !important;
}

.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-icon {
  font-size: var(--font-size-xxlarge);
}
/* Notification - final */

/* Collapse -inicio */
.ant-collapse-header-text {
  font-weight: var(--font-weight-bold);
}

/* Collapse - Final */

/* Warnings - inicio */
.div_error-alert {
  width: 100%;
  height: fit-content;
  padding: var(--spacing-medium);
  color: var(--primary-white);
  background-color: var(--dark-red);
  border-radius: var(--spacing-small);
  align-self: center;
  text-align: start;
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-medium);
}

.img_errors {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.alerta-sucesso {
    background: #006611;
}

.alerta-erro, .alerta-sucesso {
    color: white;
    font-weight: 600;
    font-size: 14px;
    border-color: transparent;
}
/* Warnings - final */

/* === CADASTRO === */
/* Inputs dos formulários */
.section__div-item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
  color: var(--primary-black);
  width: 15%;
  min-width: 13rem;
  position: relative;
}

.section__div-item__limite {
  width: auto;
  max-width: 28rem;
}

.section__label-title {
  display: flex;
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-bold);
  color: var(--primary-white);
}

.section__input-item {
  height: 32px;
  min-height: 32px;
  min-width: 130px;
  font-size: var(--font-size-xlarge);
  border-radius: 4px;
  border: none;
  padding: 0.25em;
  background-color: #d6e5f4;
}

.required{
  border: 2px solid var(--primary-red) !important;
}

.span{
  font-size: var(--font-size-large);
  font-weight: var(--font-weight-bold);
  color: var(--primary-red);
  position: absolute;
  bottom: -16px;
}

.section__input-item:focus {
  outline: 2px solid #146fbf;
}

.section__input-item:disabled {
  color: var(--primary-grey);
  background-color: var(--light-grey);
}

.section__select-item {
  font-size: var(--font-size-xlarge);
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  width: 130px;
  min-width: 80px;
}

.section__select-item__query {
  font-size: var(--font-size-xlarge);
}

.section__select-item__query .css-13cymwt-control {
  width: auto;
}

.section__select-item__limite {
  font-size: var(--font-size-xlarge);
}

.section__select-item__limite .css-13cymwt-control {
  width: 26rem;
}

div.css-16xfy0z-control {
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
}

div.css-13cymwt-control {
  background-color: #d6e5f4;
  height: 32px !important;
  min-height: 32px !important;
  width: 130px;
}

div.css-t3ipsp-control {
  background-color: #d6e5f4;
  height: 32px !important;
  min-height: 32px !important;
}

div.css-1nmdiq5-menu {
  background-color: #d6e5f4;
}

div.css-t3ipsp-control {
  border-color: #146fbf;
  background-color: #d6e5f4;
}

div.css-d7l1ni-option {
  background-color: #aec2e1;
}

div.css-1xc3v61-indicatorContainer {
  padding: 0px 4px;
}

div.css-15lsz6c-indicatorContainer {
  padding: 0px 4px;
}
/* Inputs dos formulários */

/* Radio button dos formulários */
.div_radio-buttons {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 16px;
  gap: var(--spacing-medium);
}

.div_options-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacing-xlarge);
}

.div_radio-button {
  display: flex;
  align-items: center;
  position: relative;
}

.radio-button {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid var(--dark-blue-hover);
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  background: var(--primary-white);
  word-break: break-word;
  margin-right: var(--spacing-small);
  min-width: 24px;
}

.radio-button:checked::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  background-color: var(--dark-blue-hover);
  height: 16px;
  width: 16px;
  transform: translate(-50%, -50%);
}

.radio-button:disabled {
  background: var(--light-grey);
}

.label_radio-button {
  font-size: var(--font-size-xlarge);
  color: var(--primary-white);
}
/* Radio button dos formulários */

/* CheckBox dos formulários */
.div-checkbox {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: fit-content;
  width: fit-content;
}

.section__checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  gap: var(--spacing-xlarge);
}

.section__checkbox-values {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, auto);
  margin-top: 20px;
  padding: 10px 0;
}

input[type="checkbox"], #main-cljs input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin: -7px;
  margin-left: 1px;
  margin-right: 4px;
  word-break: break-word;
  min-width: 24px;
  border: 2px solid #003f5a;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
  background: white;
}

 input[type="checkbox"]:checked:after, #main-cljs input[type="checkbox"]:checked:after {
  content: "✓";
  font-size: 15px;
  font-weight: bold;
  color: white;
  position: absolute;
  background: #003f5a;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-left: -12px;
  margin-top: -2px;
  padding-top: 7px;
}

/* !!! Está muito discreto o checkbox desabilitado? */
input[type="checkbox"]:disabled {
  background-color: var(--light-grey);
}

.label_checkbox {
  font-size: var(--font-size-xlarge);
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
}
/* CheckBox dos formulários */

.div-buttons {
  display: flex;
  align-items: center;
  gap: var(--spacing-medium);
  height: 52px;
  position: absolute;
  right: 10px;
}

.dl-info {
  display: flex;
  gap: 4rem;
}

.dl-info-div {
  display: flex;
  flex-direction: column;
  width: 25rem;
}

.dl-info-dt {
  font-size: var(--font-size-xxlarge);
  font-weight: var(--font-weight-medium);
}

.dl-info-dd {
  font-size: var(--font-size-xlarge);
}

.register {
  height: 32px;
  width: 120px;
  margin-left: 0px;
  padding: 0px var(--spacing-small);
  font-size: var(--font-size-xlarge);
  background-color: #00de4080;
}

.register.botao-primario:hover:enabled {
  background-color: #00ff4b80;
}

.botao-primario {
  margin: 0px;
}

.clear {
  height: 32px;
  width: 120px;
  margin-left: 0px;
  padding: 0px var(--spacing-small);
  font-size: var(--font-size-xlarge);
  background-color: #d6e5f4;
}

.botao-secundario {
  margin: 0px;
}

.clear.botao-secundario:hover:enabled {
  background-color: #e9ecef;
}

.load-card {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  font-size: var(--font-size-xxlarge);
  align-items: center;
  padding: 1rem;
  color: #664d03;
  background-color: #fff3cd;
}

.loading {
  border: 15px solid #f3f3f3;
  border-top: 10px solid #003f5a;
  border-bottom: 10px solid #003f5a;
  border-right: 10px solid #003f5a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1.1s linear infinite;
}

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

/* === FIM CADASTRO === */

/* Status de submit dos formulários - inicio */
.div__status {
  display: flex;
  gap: var(--spacing-medium);
  color: var(--primary-white);
  width: 100%;
  position: relative;
  height: 3rem;
  font-size: var(--font-size-xlarge);
  line-height: 3rem;
  padding-left: 1.5rem;
  margin-top: 50px;
  margin-bottom: var(--spacing-medium);
  font-weight: var(--font-weight-bold);
}

.div__status-bad {
  background-color: #5a000b;
}

.div__status-good {
  background-color: #037f39;
}

.i__styled-card-icon {
  position: absolute;
  left: 22px;
  top: -6px;
}
/* Status de submit dos formulários - final */

/* Cards - inicio */
.card-cljs {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--light-grey);
  margin: var(--spacing-medium);
  background-color: var(--dark-blue-header);
  box-sizing: border-box;
  border-radius: var(--spacing-small);
  color: var(--primary-white);
}

.header-content {
  display: flex;
  justify-content: space-between;
  padding: 0px var(--spacing-medium);
}

.header-title {
  font-size: var(--font-size-xxlarge);
  padding-top: var(--spacing-medium);
  color: var(--primary-white);
}

.btn-collapse {
  border: none;
  background-color: var(--dark-blue-header);
  color: var(--primary-white);
}

.btn-collapse:focus {
  outline:none;
}

.card-body-cljs {
  flex: 1 1 auto;
  padding: 16px;
  display: flex;
  align-items: flex-end;
  gap: 20px 0px;
}
/* Cards - final */

/* Date Picker - inicio */
.input_date-picker {
  height: 32px;
  background-color: #d6e5f4;
  font-size: var(--font-size-xlarge);
  text-align: start;
  padding: var(--spacing-small) !important;
  padding-left: var(--spacing-xlarge) !important;
  border: 1px solid #737373;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}

.input_date-picker:focus {
  border-width: 2px;
}

.input_date-picker:disabled {
  border: 1px solid #999999 !important;
  color: var(--primary-grey) !important;
  background-color: var(--light-grey) !important;
}

.div_date-picker {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-bold);
  width: 15%;
  min-width: 130px;
  color: var(--primary-white);
}

.react-datepicker__day {
  font-weight: normal;
}

.react-datepicker__day-name span.sr-only {
  display: none;
}

.react-datepicker__navigation--previous {
  left: -8px;
  top: -4px;
}

.react-datepicker__navigation--next {
  right: -8px;
  top: -4px;
}

.react-datepicker__calendar-icon {
  font-size: var(--font-size-xxlarge);
  fill: var(--primary-grey);
  top: 2px;
}

.react-datepicker__tab-loop {
  position: absolute;
}

.react-datepicker__header__dropdown--select {
  display: flex;
}

.react-datepicker__month-dropdown-container {
  margin: 0 8px;
}

.react-datepicker__year-dropdown-container{
  margin: 0 8px;
}
/* Date Picker - final */

/* !!! ORGANIZAR DAQUI PRA BAIXO !!! */

.menu_link-registration {
  color: var(--primary-white);
  background-color: transparent;
  border: none;
  text-decoration: none;
  font-size: var(--font-size-xlarge);
  font-weight: var(--font-weight-medium);
  cursor: pointer;
}

.active {
  border-bottom: 1px solid #a9ff30;
}

.div_search_edit {
  display: flex;
  align-items: end;
  gap: var(--spacing-medium);
}

.div_inputs-trading-account {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  padding: 16px 0px;
}

.div_inputs-ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-end;
  padding: 16px 0px;
}

.div_inputs-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: flex-end;
  padding: 16px 0px;
}

/* Início Tabela */

.div__table {
  display: flex;
}

.div__buttons {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
  width: 80%;
}

#table {
  width: 100%;
  font-size: var(--font-size-xlarge);
}

#table.table-limite {
  width: 45rem;
}

#table.table-link {
  width: 100%;
}

#table.table-ticker {
  width: 50rem;
}

#table.table-query {
  width: 70rem;
}

.table__row-link {
  justify-content: space-between;
}

.table__thead {
  display: flex;
  justify-content: space-around;
  height: 4rem;
  padding-right: 10px;
  align-items: center;
  background-color: #082f44;
}

.table__thead.table__thead-limite,
.table__thead.table__thead-link,
.table__thead.table__thead-ticker,
.table__thead.table__thead-query {
  padding: 0;
}

.table__thead-row {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.table__thead-row.table__row-limite,
.table__tbody-row.table__row-limite {
  padding: 0 10px 0 10px;
  justify-content: space-between;
}

.table__thead-row.table__row-link,
.table__thead-row.table__row-ticker {
  padding-left: 1rem;
  justify-content: space-between;
}

.table__thead-column {
  display: flex;
  justify-content: center;
  color: var(--primary-white);
}

.table__thead-column.table__thead-column-activity {
  width: 18rem;
}

.table__thead-column-add-witdh {
  width: 100%;
}

.table__tbody-column.table__column-limite,
.table__thead-column.table__column-limite {
  width: 15rem;
}

.table__column-link {
  width: 21rem;
}

.table__thead-column-line {
  width: 5rem;
}

.table__thead-column-line.table__thead-column-line-activity {
  width: 2rem;
}

.table__tbody {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.table__tbody-row {
  display: flex;
  gap: var(--spacing-small);
  width: 100%;
  height: 4rem;
  justify-content: space-around;
  background-color: #1e6091;
  align-items: center;
}

.table__tbody-column {
  width: 100%;
  display: flex;
  justify-content: center;
}

.table__column-ticker {
  width: 100%;
}

.table__tbody-column-select {
  width: 20rem;
  display: flex;
  justify-content: center;
}

.table__tbody-column-button {
  height: 32px;
  width: 5rem;
  margin-right: 4px;
  font-size: var(--font-size-xlarge);
}

.clear-button {
  height: 32px;
  width: 10rem;
  margin-left: 0px;
  padding: 0px var(--spacing-small);
  font-size: var(--font-size-xlarge);
  background-color: #d6e5f4;
}

.table__tbody-button-cancel {
  border: 0;
  border-radius: 3px;
  width: 10rem;
  height: 3rem;
  background-color: var(--secondary-red);
  color: var(--primary-white);
  font-weight: var(--font-weight-bold);
}

.table__tbody-button-cancel:hover {
  background-color: var(--dark-red);
}

.table__tbody-column-input {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
  color: var(--primary-black);
  min-width: 130px;
}

.table__label-title {
  display: none;
}

.table__tbody-column-line {
  width: 5rem;
}

.table__column-line-link {
  width: 25rem;
}

.table__column-line-ticker {
  width: 16%;
}

.table__tbody-column .section__div-item {
  gap: 0;
}

.button__remove {
  background: none;
  border: none;
}

.button__add {
  background: none;
  border: none;
  color: var(--primary-white);
  text-decoration-line: underline;
  font-size: var(--font-size-xlarge);
}

.button__add-svg {
  margin-right: 0.5rem;
}
/* Fim Tabela */

/* Inicio Allocation */
.button__trades_confirm {
  height: 24px;
  width: 80px;
  background-color: var(--secondary-green);
  border-radius: 4px;
  color: var(--primary-white);
  border-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-large);
  line-height: 16px;
  cursor: pointer;
  transition: all 0.1s ease-in-out 0.1s;
}

.button__trades_confirm:disabled {
  background-color: var(--primary-grey);
  cursor: default;
}

.button__trades_confirm:hover:enabled {
  background: var(--primary-green);
}

.label__trades_confirmed {
  font-size: var(--font-size-xlarge);
  color: var(--primary-green);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-large);
}

.button__trades_cancelled {
  height: 24px;
  width: 80px;
  background-color: var(--secondary-red);
  border-radius: 4px;
  color: var(--primary-white);
  border-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-large);
  line-height: 16px;
  cursor: pointer;
  transition: all 0.1s ease-in-out 0.1s;
}

.button__trades_cancelled:hover:enabled {
  background: var(--primary-red);
}

.label__trades_confirmed {
  font-size: var(--font-size-xlarge);
  color: var(--primary-green);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-large);
}
/* Fim allocation */

/* Informação de Input - inicio */
.tooltip-info {
  position: relative;
  display: inline-block;
}

.tooltip-info .tooltip-texto {
  visibility: hidden;
  width: 300px;
  background-color: #1e6091;
  color: white;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  left: 470%;
  font-size: 12px;
  font-weight: 600;
  margin-left: -145px;
  margin-bottom: 5px;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: initial !important;
}

.tooltip-info .tooltip-texto::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1e6091 transparent transparent transparent;
}

.tooltip-info:hover .tooltip-texto {
  visibility: visible;
  opacity: 1;
}
/* Informação de Input - final */

/* Input de colagem Excel - inicio */
.section__div-item-excel {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-small);
  color: var(--primary-black);
  width: 200px;
  min-width: 130px;
  position: relative;
}

.section__input-item-excel {
  height: 32px;
  width: 200px;
  min-height: 32px;
  min-width: 130px;
  font-size: var(--font-size-xlarge);
  border-radius: 4px;
  border: none;
  padding: 0.25em;
  background-color: #d6e5f4;
}
/* Input de colagem Excel - final */

/* Button Download Excel - inicio */
.button_excel-download {
  height: fit-content;
  width: fit-content;
  background: var(--dark-blue);
  border-radius: 4px;
  color: var(--primary-white);
  border-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 14px;
  cursor: pointer;
  background-color: transparent;
  font-size: var(--font-size-xlarge);
  text-decoration: underline;
}

.button_excel-download:focus {
  outline: none;
}

.button_excel-download:hover {
  color: var(--light-grey);
}
/* Button Download Excel - final */

.navlink_dropdown {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: var(--spacing-medium);
  padding: 4px;
  background-color: var(--dark-blue-hover);
  width: 100%;
  color: var(--primary-white);
  transition: all 0.1s ease-in-out 0.1s;
  border: var(--dark-blue-hover);
  text-decoration: none;
}

.navlink_dropdown:hover {
  background-color: var(--dark-blue);
}

.navlink_highlight {
  background-color: var(--dark-blue);
}

.burger-container {
  width: 16px;
  height: 10px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 3px;
}

.bar {
  height: 1.3px;
  background-color: var(--primary-white);
}

/* Página de "sem permissão" - inicio */
.main_page-access-denied {
  height: 100vh;
  width: 100vw;
  background-color: var(--dark-blue);
  align-content: center;
  color: var(--primary-white);
}

.div_page-access-denied {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.i_page-access-denied {
  font-size: 32px;
}

.h6_page-access-denied {
  text-align-last: center;
  font-size: var(--font-size-xxlarge);
  text-decoration: none;
}

.button_page-access-denied {
  height: fit-content;
  width: fit-content;
  background: var(--dark-blue);
  border-radius: 4px;
  color: var(--primary-white);
  border-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 14px;
  cursor: pointer;
  background-color: transparent;
  font-size: var(--font-size-xlarge);
  text-decoration: underline;
  transition: all 0.1s ease-in-out 0.1s;
}

.button_page-access-denied:focus {
  outline: none;
}

.button_page-access-denied:hover {
  color: var(--light-blue);
}
/* Página de "sem permissão" - final */

/* Input de upload CSV - inicio */
.section__div-item-csv {
  display: flex;
  justify-content: flex-start;
  gap: var(--spacing-small);
  color: var(--primary-black);
  max-width: 50%;
  min-width: 130px;
  /* position: relative; */
}

.section__input-item-csv {
  height: 32px;
  min-height: 32px;
  width: 200px;
  font-size: var(--font-size-xlarge);
  border-radius: 4px;
  border: none;
  padding: 0.25em;
  background-color: #d6e5f4;
}
/* Input de upload CSV - final */

/* Button Upload CSV - inicio */
.button_csv-upload {
  height: fit-content;
  width: fit-content;
  background: var(--dark-blue);
  border-radius: 4px;
  color: var(--primary-white);
  border-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  font-weight: var(--font-weight-bold);
  line-height: 14px;
  cursor: pointer;
  background-color: transparent;
  font-size: var(--font-size-xlarge);
  text-decoration: underline;
}
/* Button Upload CSV - final */

/* Button Choose CSV - inicio */
.input_file_container {
  height: 32px;
  min-height: 32px;
  min-width: 300px;
  font-size: var(--font-size-xlarge);
  border-radius: 4px;
  border: none;
  background-color: #d6e5f4;
}

.input_file_button {
  height: 100%;
  width: 90%;
  font-size: var(--font-size-xlarge);
  cursor: pointer;
}

.input_file_button::file-selector-button {
  background: var(--light-blue-hover);
  color: white;
  height: 100%;
  font-size: var(--font-size-xlarge);
  border: 1px solid var(--light-blue-hover);
  border-radius: 4px;
  margin-right: 20px;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
}

.input_file_button::file-selector-button:hover {
  background: #0060c6;;
  border: 1px solid #0060c6;
}

/* Button Choose CSV - final */

.div_activity_search {
  display: flex;
  align-items: flex-end;
  gap: var(--spacing-medium)
}

