@keyframes expand {
    from {
        transform: scale(0);
        opacity: 0;
        background: #5470b0;
    }
}

sup {
    line-height: 0px;
    font-size: 12px;
}

.hide-bezahlte-mieter {
    display: none !important;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dt-buttons {
    display: none !important;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    cursor: pointer;
}

.link-cursor:hover {
    cursor: pointer;
}

.navbar.navbar-inverse .navbar-header {
    float: none;
}

.callout {
    padding-bottom: 0.1rem;
    padding-top: 0.1rem;
}

.content-header {
    padding: 8px 0.5rem;
}

.form-control-custom {
    display: inline !important;
    width: max-content !important;
    height: calc(1.2125rem + 2px);
}

.scroll {
    overflow-y: auto;
}

.future-content-hide {
    display: none !important;
}

.custom-control-cust {
    display: inline !important;
}

.swal2-container {
    padding-top: 5px !important;
}

.swal2-icon {
    margin-right: 5px !important;
}

.custom-file-input ~ .custom-file-label::after {
    content: '...' !important;
}
