.float-right {
  float: right;
}

.toast {
  &.alert-danger {
    background-color: #d9534f;
    opacity: inherit;
  }
}

.consent-modal {
  .modal-header {
    .close {
      position: absolute;
      top: 20px;
      right: 20px;
    }
  }
}