html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/*Upload area
-------------------------------------------------- */
.upload-area {
    width: 70%;
    /*height: 100px;*/
    border: 2px dashed lightgray;
    margin: auto;
    margin-top: 10px;
    text-align: center;
    /* overflow: auto;*/
    background-color: white;
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area h5 {
    text-align: center;
    color: darkslategray;
}

.card {
    background-color: lightgrey !important;
}

.accordion-button.collapsed {
    background: #EEEEEE
}

input[type=checkbox] {
    accent-color: black;
}

.footerhelper {
    line-height: 60px;
}


.material-icons {
    vertical-align: middle;
    line-height: 0 !important;
    position: relative;
    top: -1px;
}