/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /*padding-top: 4rem;
  padding-bottom: 4rem;*/
  color: #5a5a5a;
  background: #f8f8f8;
  }
section {
  position: relative;
  padding: 1rem;
  margin: 1rem;
}
.title {
  padding-top: 0.5rem;
}
.block_card {
  margin-bottom: 1rem;
}
.text-bm {
  color: #586ca1;
}
.bg-bm {
  background: #586ca1;
}
.toggle-bm {
  color: #333; padding: 11px; display: inline-block; font-size: 14px; line-height: 14px;
}
.medium {
  font-size: 1.0rem;
}

.empresa-bloco {
  margin-top: 8px;
}

button.duplicar-empresa {
  margin-left: 5px;
}

.bottom {
  bottom: 0;
}

.file-reader {
  display: none;
}

 .tooltip-inner {
   max-width: 350px;
 }

 .carteira-linha {
  margin: 0;
 }

input:required {
  border-color: red;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

#loading {
    position: absolute;
    z-index: 9999;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

#loading::before {
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: #000;
    opacity: 0.1;
    content: ' '
}

.loading__flex {
    height: 100%
}

.loading__flex__wrap-spinner {
    align-self: center
}
