/* 
    Created on : 21.03.2024, 15:15:08
    Author     : sgumbert
*/

.btn-bd-brickom {
    color: var(--bs-white) !important;
    background-color: #f39d1f !important;
}

.droparea {
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 100%;
  height: 160px;
  border: 4px dashed grey;
  border-radius: 15px;
}

.droparea i {
  font-size: 3rem;
  flex-grow: 1;
  padding-top: 1rem;
}

.green-border {
  border-color: green;
}

.mousePointer {
    cursor: pointer;
}

.filelinks i.fas.fa-trash-alt {
    opacity: 0.6;
}

.filelinks i.fas.fa-trash-alt:hover {
    opacity: 1;
}

