﻿body {
}

.info-dialog {
    width: 30%;
    max-height: 40%;
    overflow-y: scroll
}

.info-dialog-header {
    font-weight: 500 !important
}

.layers-list-dialog {
    max-height: 70%;
    width: 40%
}

.edit-dialog {
    max-width: none !important;
    height: 90%
}

.register-user-dialog-header {
    font-weight: 500 !important;
    justify-content: center;
    display: grid;
    padding-top: 5px;
    padding-bottom: 0px
}

.account-pages {
    overflow: hidden !important;
    padding: 20px
}

.blur-background {
    backdrop-filter: blur(10px);
}

.help-dialog-content {
    padding: 10px;
    margin-bottom: 10px;
    text-align: justify
}

.help-dialog {
    width: 60%;
    border-radius: 8px
}