button:hover,
a:hover {
  opacity: .92;
}

@media (max-width: 575.98px) {
  .is-btn-sm-block {
    display: block;
    width: 100%;
  }
}

.is-menu-button {
  align-items: center;
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  margin: 8px 15px;
  min-height: 42px;
  padding: 10px 15px;
}

.is-menu-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.is-panel-button {
  align-items: center;
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: .35rem;
  justify-content: center;
  line-height: 1.2;
  min-height: 40px;
  padding: 10px 15px;
}

.is-panel-button:hover {
  color: #ffffff;
  text-decoration: none;
}

.is-btn-bg-red {
  background-color: #ed1a3b;
  border-color: #ed1a3b;
}

.is-btn-bg-blue {
  background-color: #1048c0;
  border-color: #1048c0;
}

.is-btn-bg-dark {
  background-color: #050000;
  border-color: #050000;
}

.toggleable-button {
  display: none;
}

.toggleable-button.is-active {
  animation: backInDown;
  animation-duration: .5s;
  display: block;
  height: auto;
}

.is-btn-lg {
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 45px;
  margin: 8px 15px;
  padding: 0 8px;
  text-align: center;
  text-transform: uppercase;
  width: 258px;
}

.is-btn-lg:hover {
  color: #ffffff;
  opacity: .92;
  text-decoration: none;
}

button.btn-red,
a.btn-red {
  background-color: #ed1a3d;
  border-color: #ed1a3d;
  color: #ffffff;
}

button.btn-red:hover,
a.btn-red:hover {
  color: #ffffff;
  opacity: .9;
}

.is-link-red {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #ed1a3d;
  display: inline-block;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
  padding: .375rem .75rem;
  text-align: center;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  user-select: none;
  vertical-align: middle;
}

.has-border-dark {
  border: 2px solid #000000;
}

.v-chip.v-size--default,
.v-chip.v-size--small {
  border-radius: 5px !important;
  margin: 4px !important;
  padding: 10px;
}

.v-chip .v-icon {
  color: #35495e !important;
  font-size: 12px !important;
}

.ql-editor {
  min-height: 400px;
}

.panel-heading {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: .75rem;
  justify-content: space-between;
  margin: 1.25rem 0 1rem;
}

.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5 {
  margin: 0;
}

.links-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.emp-profile {
  background: #fff;
  border-radius: .5rem;
  margin-bottom: 3%;
  margin-top: 3%;
  padding: 3%;
}

.toggleable-content {
  display: none;
}

.toggleable-content.is-active {
  animation: fadeInDown;
  animation-duration: .5s;
  display: block;
  height: auto;
}

.ui-form-actions,
.text-right.my-2 {
  align-items: center;
  border-top: 1px solid #e6ebf2;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: flex-end;
  margin-top: 1rem !important;
  padding-top: 1rem;
}

.ui-form-actions .btn,
.text-right.my-2 .btn {
  min-width: 136px;
}

@media (max-width: 767.98px) {
  .panel-heading {
    align-items: stretch;
  }

  .panel-heading .is-panel-button {
    width: 100%;
  }

  .ui-form-actions .btn,
  .text-right.my-2 .btn {
    width: 100%;
  }
}
