[v-cloak] {
  display: none;
}

nav.sidebar {
  color: #fff;
  transition: all 0.3s
}

nav.sidebar .logo {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto
}

nav.sidebar .logo span {
  display: block
}

nav.sidebar ul.components {
  padding: 0
}

nav.sidebar ul li {
  font-size: 16px
}

nav.sidebar ul li > ul {
  margin-left: 10px
}

nav.sidebar ul li > ul li {
  font-size: 14px
}

nav.sidebar ul li a {
  padding: 10px 0;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

nav.sidebar ul li a:hover {
  color: #f8b739
}

nav.sidebar ul li.active > a {
  background: transparent;
  color: #f8b739
}

.alert-container {
  padding: 0;
  margin: 0;

  width: 40vw;
  height: 25.2vw;
}

@media (max-width:1000px) {
  .alert-container {
    width: 80vw;
    height: 50.4vw;
  }
}

.alert-container {
  background-color: #fff;
  border: solid;
}

.alert-card {
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

.alert-card .front, .alert-card .back {
  height: 100%;
}

.render .handle, .render .trash {
  display: none;
}

.alert-card .mask {
  background-image: url('/wp-content/themes/understrap/cards/templates/mask.png');
  background-size: 100% 100%;
  height: 5vw;
  width: 5vw;
}

.fa-align-justify {
  color: #007bff;
}

.fa-trash-alt {
  color: #ff0000;
}

.list-unstyled {
  list-style: none !important;
}

/* polyfill for older bootstrap version used on site */

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  background-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px) !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  padding-left: 1rem !important;
  font-size: 1.25rem !important;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

@media (min-width:992px) {
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }
}
