/* CSS Document */

#stepsNav button {
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  padding: 0;
  font-size: 14px;
  text-align: center;
}

#stepsNav button.active {
  background-color: #0d6efd;
  color: #fff;
  font-weight: bold;
}

#stepsNav button:hover {
  background-color: #dbeafe;
  color: #000;
}

.my-5 {
	margin-top: 0px !important;
	margin-bottom: 3rem !important;
}

.bg_depin {
	background-color: #87BCDE;
	background-image: url("../images/alphabetical-pattern.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.depin_thead {
	font-family: "Manrope", Sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
    color: #29315A;
}

.number-input:focus {
    outline: none;
    /*border-color: #007bff;*/
}

.bg-lilac {
  background-color: #9b59b6; /* Лилав цвят */
  color: #ffffff;           /* Бял текст */
}

a {
    text-decoration: none;
    color: #29315A;
}

.number-input {
    color: green;
}

.fill-input {
    border: none;
    border-bottom: 2px solid #000;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: green;
}

.fill-input-error {
    border: none;
    border-bottom: 2px solid #000;
    width: 200px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: red;
}

.fill-input:focus {
    outline: none;
    border-bottom: 2px solid #007bff;
}

.incorrect {
    color: red;
    border: 2px solid red;
    background-color: #ffe6e6;
}



