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

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

.callout.callout-info {
    /* border-left-color: #d1d1d1; */
    border-right: 0px solid #d1d1d1;
    border-left: 0px solid #d1d1d1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    /* border-right-color: #d1d1d1; */
}

.callout.callout-info-mieter {
    border-left-color: #9ba2c9 !important;
}

.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;
}

.loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid transparent;
    background: 0;
    border-radius: 999px;
    border-top-color: deepskyblue;
    border-left-color: deepskyblue;
    animation: spin 0.7s infinite linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#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;
}
