﻿body {
    background-color: #F2F4F7 !important;
}

.app-navbar {
    height: 64px;
}

.page-content {
    max-height: calc(100vh - 64px);
    background-color: #F2F4F7;
}

.content {
    overflow-y: auto;
    background-color: white;
    padding: 21px 28px;
    margin-top: 28px;
}

.content-checks {
    background-color: white;
    padding: 21px 28px;
    margin-top: 28px;
}

.bg-light {
    background-color: #F2F4F7 !important;
}

.logo-img {
    height: 30px;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 13px;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0 !important;
}

p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}