body {
    padding-top: 90px;
}
.bootstrap-dialog .modal-lg .bootstrap5-dialog-button:first-child {
    margin-top: 0.25rem;
}
.feedback-button
    {
    position: fixed;
    z-index: 200;
    background-color:#3030b5;
    border: 1px solid rgba(000,000,000,0.3);
    bottom: 250px;
    right: 0px;
    padding: 5px;
    padding-bottom: 0px;
    font-weight: bold;
    color: rgba(255,255,255,0.9);
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transform: rotate(270deg);
    transform-origin: bottom right;
    cursor: pointer;
}

.feedback-button:hover
    {
    text-decoration: none;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}
.help-button
    {
    position: fixed;
    z-index: 200;
    background-color:#3030b5;
    border: 1px solid rgba(000,000,000,0.3);
    bottom: 350px;
    right: 0px;
    padding: 5px;
    padding-bottom: 0px;
    font-weight: bold;
    color: rgba(255,255,255,0.9);
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transform: rotate(270deg);
    transform-origin: bottom right;
    cursor: pointer;
}

.help-button:hover
    {
    text-decoration: none;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Columns */
div.dropdown-multicol2{
  width: 60em;
}
div.dropdown-multicol2>div.dropdown-col{
  display:inline-block;
  width: 22%;
}

    .colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}

