/** This style is used for the whole site styling. **/

.bottom-footer {
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.fit {
    width: fit-content;
}

.bottom-footer span.end-divider{
    border-right:1px solid #DEDEDE;
    padding-right:16px;
}

.bottom-footer span.front-divider{
    border-left:1px solid #DEDEDE;
    padding-left:16px;
}

.no-margin {
    margin: 0px;
}

.modal.modal-fixed-footer .modal-content {
    height: calc(100% - 72px);
    top: 36px;
    left: 16px;
    width: calc(100% - 32px);
}

.modal-header {
    position: absolute;
    right: 0;
}

.modal {
    background-color: var(--white-color);
    border-radius: 16px;
}

section {
    margin-bottom: 40px;
}

    section ul:not(.browser-default) {
        padding-left: 24px;
    }

        section ul:not(.browser-default) > li {
            list-style-type: disc;
        }

.error-main-content {
    margin-top: 345px;
}

#aboutModal {
    background-color: var(--white-color);
    top: 50px;
    max-width: 600px;
    max-height: 600px;
}

#usageAgreementModal > .modal-content {
    position: absolute;
    height: calc(100% - 72px);
    top: 36px;
    left: 16px;
    width: calc(100% - 32px);
    overflow-y: auto;
    max-height: 100%;
}
