.sec-personalizada {
  padding: 60px 0 40px;
}

@media (min-width: 768px) {
  .sec-personalizada {
    padding: 60px 0 50px;
  }
}

@media (min-width: 1200px) {
  .sec-personalizada {
    padding: 60px 0 60px;
  }
}

.gradient-1 {
  background: 294742;
  background: -webkit-linear-gradient(to right, #B8DDF1, #2ba762);
  background: linear-gradient(to right, #1f8b75, #154865);
  border-radius: 20px;
  color: white !important;
}

.gradient-2 {
  background: 294742;
  background: -webkit-linear-gradient(to right, #137763, #10374d);
  background: linear-gradient(to right, #137763, #10374d);
  color: white !important;
}

.bg-blue-dark {
  background-color: #10374d !important;
}

.vert-div {
  width: 1px;
  height: 20px;
  background-color: var(--border-color) !important;
  margin: 0 10px;
}

.text-numbers {
  color: #9ca2a9 !important;
}

.bg-green {
  background-color: #4ba34b !important;
  color: #ffffff !important;
}

.bg-gray {
  background-color: #e9edf2 !important;
  color: #566e8b !important;
}

.bg-red {
  background-color: #b4605c !important;
  color: #ffffff !important;
}

@media (min-width:1710px) {
  .mb-xxxl-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:1710px) {
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
}

.status.fechado p {
  font-weight: 600;
  color: #50a050 !important;
}

.status.fechado {
  border-color: #50a050 !important;
  padding-left: 10px;
}

.fx-status {
  border-left: 3px solid gray;
  padding-left: 10px;
}

.border-fx-start {
  padding-left: 20px;
  border-left: 3px solid var(--bs-green);
}

.bg-color-cliente-1 {
  background-color: var(--color-cliente-1) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.mh-50 {
  max-height: 50vh !important;
}

@media (min-width: 1200px) {
  .border-xl-end {
    border-right: 1px solid #e1e1e1 !important;
  }
}

.text-danger {
  --bs-text-opacity: 1;
  color: #bf5e5e !important;
}

.font-12 {
  font-size: 12px !important;
}

.gradient-infinite-top {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  height: 15px;
  z-index: 3;
}

.gradient-infinite-bottom {
  position: absolute !important;
  bottom: 0;
  right: 0;
  left: 0;
  height: 15px;
  background: #ffffff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 3 !important;
}

.border-secondary {
  border-color: rgba(128, 128, 128, 0.3) !important;
}

.hidden {
  display: none !important;
}

.text-gray {
  color: #bac2c6 !important;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.5rem;
  height: auto;
  max-height: calc(100vh - 3rem);
}

.chart-container {
  position: relative;
  height: 200px;
  width: 100%;
}

@media (min-width: 576px) {
  .chart-container {
    height: 30vh;
  }
}

@media (min-width: 992px) {
  .chart-container {
    height: 33vh;
  }
}

@media (min-width: 1200px) {
  .chart-container {
    height: 30vh;
  }
}

@media (min-width: 1400px) {
  .chart-container {
    height: auto;
    min-height: 497px;
  }
}

@media (min-width: 1400px) {
  .chart-container-auto {
    height: auto;
    min-height: auto;
  }
}

.box-switches-chart {
  position: relative;
  height: 300px !important;
  padding: 0px 15px 10px 0 !important;
  /*border: 1px solid rgba(128,128,128,0.23);*/
  border-radius: 7px;
  overflow-x: hidden !important;
}

