.appts-picture {
    padding-bottom: 20px;
}

.title {
    font-weight: bold;
}

#customFile .custom-file-control:lang(en)::after {
    content: "Vælg fil...";
}

#customFile .custom-file-control:lang(en)::before {
    content: "Browse";
}

/*when a value is selected, this class removes the content */
.custom-file-control.selected:lang(en)::after {
    content: "" !important;
}

.custom-file {
    overflow: hidden;
}
.custom-file-control {
    white-space: nowrap;
}

.hidden {
    display: none;
}

.mobile {
    font-size: 30px !important;
}

.mobile-lg {
    font-size: 46px !important;
}