body {
  padding-top: 5rem;
}
.starter-template {
  padding: 3rem 1.5rem;
}
/* You can add global styles to this file, and also import other style files */
/* primary color: #03aa4e */

.auth0-lock-name {
    color: #ffffff;
}

.auth0-lock.auth0-lock .auth0-lock-header-bg {
    background: #000000 !important;
}

#filter-panel button {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, .15);
}
.app-modal-body {
    padding: 30px;
}
.modal {
  background: rgba(0,0,0,0.6);
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}