/* Add here all your CSS customizations */

h1, h2, h3, .h1, .h2, .h3 {
  letter-spacing: 0;
}

body .btn-primary {
  text-shadow: none;
}

.page-header .right-wrapper {
  padding-right: 20px;
}

.sidebar-left .sidebar-header .sidebar-title,
.sidebar-widget .widget-header h6 {
  color: inherit;
}

.body-error .error-code {
  font-size: 8rem;
  line-height: 10rem;
  letter-spacing: -2px;
}

.thumb-info img {
  margin: auto;
}

.img-circle {
  border: 1px solid #e4e4e4;
}

html .wizard-progress.wizard-progress-lg ul li,
html.dark .wizard-progress.wizard-progress-lg ul li {
  max-width: inherit;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: lightyellow;
}

#web_form_switch .select2-container.form-control {
  display: inline-block;
}