.bg-diff-dark{
    background-color: black;
}

.text-diff-dark{
    color: #a7aeb8;
}
.text-light-grey{
    color: rgb(198, 198, 198) !important;
}
.bg-grey{
    color:grey;
    }
.bg-reddish-black{
    background-color: #32302f;
    
}
.bg-greenish-black{
    background-color: #3c403b;
}
.custom-placeholder::placeholder {
    color: rgb(198, 198, 198) !important; /* This is Bootstrap's "text-success" color */
    opacity: 1; /* Ensure visibility */
  }
  .text-small {
    font-size: 0.8rem; /* Adjust as needed */
  }

  .custom-hover {
    text-decoration: none; /* Adds underline on hover */
    color: #ffffff; /* Changes color on hover */
  }
  .custom-hover:hover{
    text-decoration: underline; /* Adds underline on hover */

    background-color: #2795f0;
   
  }


  .headline{
    background-color: #d3d3d3;
    border-bottom: 0px solid #090909;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding-bottom: 5px;
  }