.btn.select {
    background-color: #c3e6f9;
    /* Light blue color */
    color: #333;
    /* Darker text color */
    border-color: #c3e6f9;
    /* Border color */
  }

  .qr-code-container {
    position: relative;
    display: inline-block;
    padding: 20px;
    border-top: 4px solid black;
    border-left: 4px solid black;
    border-right: 4px solid black;
    border-bottom: 20px solid black;
    background-color: white;
  }

  .qr-code-img {
    display: block;
    margin: 0 auto;
  }

  .qr-code-overlay {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: black;
  }

  .scan-me-text {
    display: inline-block;
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    font-size: 18px;
  }

  .qr-code-container.show-frame {
    border: 10px solid black;
    padding: 10px;
  }


  .checkbox-header {
    text-align: center;
    margin-bottom: 20px;
    background-color: #87CEEB;
    padding: 10px;
  }


  .header-text {
    color: #333;
    font-size: 15px;
    font-weight: bold;

    letter-spacing: 2px;
  }

  .selected-border {
    border: 2px solid red;
  }

  .bg-lightgreen {
    background-color: #DFF0D8 !important;
  }

  .border-0 {
    border: 0;
  }

  .rounded-circle {
    border-radius: 50%;
  }

  .placeholder-bold {
    font-weight: bold;
    font-size: 1.1rem;
  }

  .color-selector {
    -webkit-appearance: none;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
  }

  .colorpick-eyedropper-input-trigger {
    display: none !important;
  }

  .loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
  }

  .loading-overlay .spinner-border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .selected {
    border: 2px solid #DFF0D8;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }
  p, ul {
font-family: 'Roboto', sans-serif;

.character-counter {
  text-align: right;
  font-weight: bold;
}
}