.borderLeft {
    border-left: 1px solid #282829;
}

label {
    font-size: 14px;
}

@media (max-width: 767px) {
    .borderLeft {
        border-left: none;
    }
}

.form-control, .form-control:focus, .form-select, .form-select:focus {
    border-radius: 0 !important;
    box-shadow: none !important;
    border-color: #ccc;
}

.btnOutlineDark {
  background-color: transparent;
  color: black;
  border: 1px solid black;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btnOutlineDark:hover {
  background-color: #282829;
  color: white;
}

small {
    font-size: 13px;
    font-weight: bold;
}

#sendAlert {
    border-radius: 0 !important;
    border: 1px solid black !important;
}

#checkDiv input, #checkDiv label {
    font-size: 14px;
}

.form-check-input {
    border-radius: 0 !important;
    border-color: #999 !important;
}

.form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}

#rulestext {
    color: #777;
    /* lekko szary */
    font-size: 15px;
    /* trochę większa czcionka */
    font-weight: 500;
    /* delikatnie pogrubiony */
    text-decoration: underline;
}

#rulestext:hover {
    color: #444;
    /* ciemniejszy przy najechaniu */
}