/*
* style.css
******************************************************************************/

.menu .app-brand.component {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.component svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.component {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 74px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !important;
}

.content-wrapper .navbar {
  z-index: auto;
}

.component-blocks>* {
  display: block !important;
}

.component-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

.component-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.component-vertical-spacing.component-only-element> :first-child {
  margin-top: 0 !important;
}

.component-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.component-vertical-spacing-lg.component-only-element> :first-child {
  margin-top: 0 !important;
}

.component-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.component-vertical-spacing-xl.component-only-element> :first-child {
  margin-top: 0 !important;
}

@media (max-width: 576px) {
  #dropdown-variation-component .btn-group .text-truncate {
    width: 231px;
    position: relative;
  }

  #dropdown-variation-component .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

.layout-component-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-component-placeholder img {
  width: 900px;
}

.layout-component-info {
  text-align: center;
  margin-top: 1rem;
}

.no-spinner {
  /* Chrome, Safari, Edge, Opera */
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#drawflow {
  width: 100%;
  height: 600px;
}


.priority-card {
  cursor: pointer;
  transition: all .25s ease;
  border-width: 2px;
  opacity: .65;
}

.priority-card:hover {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
}

.btn-check:checked+.priority-card {
  opacity: 1;
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
  border-width: 3px;
}

#palta:checked+label {
  background-color: rgba(220, 53, 69, 0.12);
  border-color: #dc3545;
}

#pmedia:checked+label {
  background-color: rgba(255, 193, 7, 0.15);
  border-color: #ffc107;
}

#pbaja:checked+label {
  background-color: rgba(25, 135, 84, 0.12);
  border-color: #198754;
}
