/* Various other styles end */
.standout {
    text-transform: uppercase;
      background: linear-gradient( 109.6deg,  rgba(61,245,167,1) 11.2%, rgba(9,111,224,1) 91.1% );
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .bg-light-danger {
    background-color: #f8d7da !important; /* Light red */
}

.bg-light-success {
    background-color: #d4edda !important; /* Light green */
}