.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* alerts */
.alert {
    margin: 1rem 0;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 14px;
    line-height: 1.5;
}
.alert.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* forms */
.special-field {
    display: none !important;
    visibility: hidden !important;
}

.employees .sub-text {
    color: #b2b2b2;
}

.tooltip {
    margin-left: 0;
}

#privilege-section .tooltip {
    color: #1630c6;
    border-color: #fff;
    background: #fff;
}

.residents-filter .field-name {
    z-index: 1002;
}

#object-map.tall-map {
    height: 500px;
    margin-top: 16px;
}
@media screen and (max-width: 780px) {
    #object-map.tall-map {
        height: 400px;
    }
}
@media screen and (max-width: 520px) {
    #object-map.tall-map {
        height: 350px;
    }
}
@media screen and (min-width: 521px) {
    #object-map .object {
        max-width: 308px;
    }
}

#langs a {
    white-space: nowrap;
}

#main-section .max-w.full-h,
#main-section .max-w.full-h .title-box {
    justify-content: center;
}

.timeline-years .swiper-slide span:after {
    background: #426cff;
}
