.navbardown {
  margin-top: 50px;
}

.banner {
  margin: 0;
  padding: 0;
}

.banner img {
  width: 100%;
  margin-top: 45px;
}

.box-red .box a {
  text-decoration: none;
}

.box-red .box .box-box {
  width: 100%;
  height: 306px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ED008C;
  color: #FFF;
  text-align: left;
  font-family: Encode Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  text-transform: uppercase;
  display: -ms-grid;
  display: grid;
  place-items: center;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 15px;
}

.top-bar {
  background-color: #fff !important;
  border-radius: 4px !important;
}

.navbar-brand {
  color: #ED008C;
}

.nav-link {
  color: #ED008C;
}

.nav-link.active {
  color: #ED008C !important;
  font-weight: bold;
}

.nav-link:hover {
  color: #ED008C;
  font-weight: bold;
}

h3 {
  margin-top: 26px;
  margin-bottom: 26px;
}

h3.popover-header {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-login {
  width: 17%;
  margin-top: 7% !important;
  margin: auto;
  text-align: center;
  line-height: 2.5em;
  padding: 22px;
  border-radius: 15px;
  background: #fff;
  color: #ED008C;
}

.navbar-brand {
  font-weight: bold;
}

.navbar-brand:hover {
  color: #ED008C;
}

.navbar-brand:focus {
  color: #ED008C;
}

.btn-right {
  background: #fff;
  border: solid 1px #fff;
  margin-left: auto;
  display: block;
  margin-top: 22px;
}

.senti-odpo {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #68717A;
}

.click-on {
  cursor: pointer;
}

.popover {
  max-width: 50%;
}

.bs-popover-right {
  margin-left: auto;
}

#loading {
  display: none;
}

#reakciaZakaznika {
  height: 150px;
  width: 100%;
}

.chat-container {
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.chat-output {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  overflow-y: auto;
  max-height: 400px;
}

.chat-output p {
  margin: 10px 0;
}

.user-message {
  text-align: right;
  font-weight: bold;
}

.bot-message {
  text-align: left;
  font-weight: normal;
}

.chat-input-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background-color: #f0f0f0;
  border-top: 1px solid #e0e0e0;
}

.chat-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  border-radius: 3px;
  padding: 10px;
  margin-right: 10px;
}

.chat-submit {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  font-weight: bold;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

.chat-submit:hover {
  background-color: #0056b3;
}

form {
  max-width: 100%;
}

h1 {
  margin-bottom: 10px;
}

label {
  display: block;
  margin-top: 10px;
}

input[type="text"],
input[type="number"],
textarea,
select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  margin-top: 5px;
}

textarea {
  height: 150px;
}

input[type="checkbox"] {
  margin-top: 10px;
  margin-right: 5px;
}

input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}

#loading {
  display: none;
}
/*# sourceMappingURL=css.css.map */