/* Icons */

.fully-accessible {
    width: 16px;
    height: 16px;
    background: url('../../layout/mim2024/src/mim/img/objects/fully_accessible_icon.svg') center / contain no-repeat;
}

.partially-accessible {
    width: 16px;
    height: 16px;
    background: url('../../layout/mim2024/src/mim/img/objects/partialy_accessible_icon.svg') center / contain no-repeat;
}

.not-accessible {
    width: 16px;
    height: 16px;
    background: url('../../layout/mim2024/src/mim/img/objects/not_accessible_icon.svg') center / contain no-repeat;
}

.no-accessibility-info {
    width: 16px;
    height: 16px;
    background: url('../../layout/mim2024/src/mim/img/objects/no_accessibility_info_icon.svg') center / contain no-repeat;
}

.fully-accessible {
    width: 16px;
    height: 16px;
    background: url('../../layout/mim2024/src/mim/img/objects/fully_accessible_icon.svg') center / contain no-repeat;
}

.partially-accessible {
    width: 16px;
    height: 16px;
    background: url('../../layout/mim2024/src/mim/img/objects/partialy_accessible_icon.svg') center / contain no-repeat;
}

.not-accessible {
    width: 16px;
    height: 16px;
    background: url('../../layout/mim2024/src/mim/img/objects/not_accessible_icon.svg') center / contain no-repeat;
}

.fully-accessible-point {
    width: 24px;
    height: 30px;
    background: url('../icons/accessibility/fully_accessible.svg') center / contain no-repeat;
}

.partially-accessible-point {
    width: 24px;
    height: 30px;
    background: url('../icons/accessibility/partially_accessible.svg') center / contain no-repeat;
}

.not-accessible-point {
    width: 24px;
    height: 30px;
    background: url('../icons/accessibility/not_accessible.svg') center / contain no-repeat;
}

.no-accessibility-info-point {
    width: 24px;
    height: 30px;
    background: url('../icons/accessibility/no_accessibility_info.svg') center / contain no-repeat;
}

.external-icon-blue{
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: url('../../layout/mim2024/src/mim/img/home/external-icon-blue.svg') center center / cover no-repeat;
}

/* Components */

.gap-4 {
    gap: 4px;
}

.gap-8 {
    gap: 8px;
}

.gap-12 {
    gap: 12px;
}

.layers-point-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.subtitle-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding: 0 4px;
}

.horizontal-container {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.horizontal-end-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.popup-scrollable {
    max-height: 374px;
    overflow-y: scroll;
    padding-right: 8px;
}

/* Common style overrides */

.info-text-small {
    padding-left: 32px;
    width: 238px;
}

.leaflet-popup-content {
    padding: 8px 16px;
    margin: 0;

    /* Text/Caption */
    color: var(--Black, #01070E);
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
}

.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.modal-body, .feature-name-value {
    /* Text/Caption */
    color: var(--Black, #01070E);
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
}