span.required {
    color: red;
}

.cursor-pointer {
    cursor: pointer;
}

a.card {
    text-decoration: none;
}

.area-plot {
    cursor: crosshair;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: auto;
}

.home-button {
    background-color: #348bcc;
    color: #fff;
    height: 120px;
    line-height: 100px;
}

.custom-button {
    line-height: 30px;
    padding-top: 30px;
}

.back-to-top {
    bottom: 1rem;
    position: fixed;
    right: 1rem;
    z-index: 100;
}

.add_image {
    max-width: 130px;
    color: transparent;
}
