.select2-container {
    margin-right: 10px;
}

.highcharts-credits {
    display: none !important;
}

.highcharts-exporting-group {
    display: none !important;
}

.content_right {
    float: right;
    clear: both;
}

.vis-january div{
    display: none !important;
}
.bg-orange {
    background-color: #fd7e14 !important;
}
.bg-orange-2 {
    background-color: #fc9338 !important;
}



@media (max-width: 480px) {
    #stepper_nav {
        justify-content: left !important;
    }
}

.am5-layer-30 {
    display: none !important;
}

/* dashboard */
.text-orange{
    color : #fd7e14;
}
.border-orange {
    --bs-border-opacity: 1;
    border-color: #fd7e14 !important;
}
.bg-gold{
    background-color : #DDAD00;
}
.bg-yellow{
    background-color : #FFDD00;
}
.bg-red{
    background-color : #E96060;
}
.bg-green{
    background-color : #6BBB50;
}
.bg-green-2{
    background-color: #95f067;
}
.bg-old-green{
    background-color: #00712D;
}
.bg-old-red{
    background-color: #8B0000;
}
.bg-light-yellow{
    background-color: #fff08c;
}
.bg-old-gold{
    background-color: #856801;
}
.bg-class-e{
    background-color: #424345;
}

/* Quadrant Chart */
/* cap the width of the visualization */

/* #quadrant-chart {
    display: flex !important;
    min-height: 100vh !important;
    justify-content: center !important;
    align-items: center !important;
    background: hsl(230, 29%, 19%) !important;
    color: hsl(184, 30%, 70%) !important;
  }
svg {
    width: 90vw;
    max-width: 900px;
  }
  svg text {
    font-family: "IBM Plex Mono", monospace;
    fill: currentColor;
    text-shadow: 0 0 1px hsla(0, 0%, 0%, 0.25);
    letter-spacing: 0.01rem;
  } */

  /* animation for the path elements included through the tooltip
  ! the offset needs to match the length of a dash and an empty space to avoid jumping from state to state
  stroke-dasharray: 7 4; --> stroke-dashoffset: 11;
  */
  /* @keyframes dashOffset {
    to {
      stroke-dashoffset: -11;
    }
  } */

.center-charts {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-brown {
    background-color: #CD5C08;
}

.w50-h-auto {
    width: 50px; height: auto;
}

.bg-brown-light {
    background-color: #CD5C08;
}

.bg-green-light {
    background-color: #034f21;
}

.card-bg-bottom-right {
    position: absolute; bottom: 0; right: 0; width: 120px; height: 70px; border-top-left-radius: 350px; border-top-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 50px; display: flex; justify-content: center; align-items: center;
}

.card-bg-linear-1 {
    background-color: #00712D;
}

.card-bg-linear-2 {
    background-color: #CD5C08;
}

.bg-warning-2 {
    background-color: #80711d;
}

.bg-img-opacity {
    position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); opacity: 0.3; width: 350px; height: auto;
}

.bg-img-opacity-2 {
    position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); opacity: 0.2; width: 350px; height: auto;
}

.bg-img-opacity-3 {
    position: absolute; top: 45%; left: 50%; transform: translate(-50%, -50%); opacity: 0.2; width: 150px; height: auto;
}

.bg-img-opacity-4 {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0.2; width: 150px; height: auto;
}