
.navbar-brand {
  margin-top: 6px;
}

.disabled-element {
  display: none;
}


.price-table-02 .pt-head {
	min-height: 100px;
}

.price-table-02 .pt-body {
  min-height: 160px;
}

.price-table-02 .pt-footer {
  min-height: 170px;
}

.strikethrough {
  text-decoration: line-through;
}

.margins-left-right {
  margin-left: 5px;
  margin-right: 5px;
}

.center-text {
  text-align: center;
}

#cancel-preferences, #save-preferences {
  padding: 5px 15px;
}

/* ----------------------
*	Cookie Dialog
---------------------------*/
#gdpr-cookie-message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
#gdpr-cookie-message p {
  display: inline;
  color: #171347;
}
#gdpr-cookie-message a {
  text-decoration: underline;
  color: #171347;
  font-weight: 600;
}
#gdpr-cookie-message button {
  display: inline-block;
  padding: 6px 12px;
  vertical-align: middle;
  margin-left: 15px;
  line-height: normal;
  background: #03c;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff !important;
  border-radius: 15px;
  border: none;
  cursor: pointer;
  transition: ease-in-out all 0.55s;
}
#gdpr-cookie-message button:hover {
  background: #002080; /* Same bg color transition as template's "Get Started" button */
}

#gdpr-cookie-types ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
#gdpr-cookie-types li {
  margin: 0 8px;
}
#gdpr-cookie-types input[type=checkbox] {
  position: relative;
  top: 1px;
}

