html, body {
    overflow: hidden;
}

.ant-notification-notice-message {
    font-weight: bold;
}

.maincontainer {
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
}

.maincontainer .rowss.header {
    flex: 0 1 auto;
    height: auto;
}

.maincontainer .rowss.content {
    flex: 1 1 auto;
    height: 100%;
    overflow: auto;
}


.maincontainer .rowss.footer {
    flex: 0 1 40px;
    padding: 5px 0px;
}

.ant-drawer-content {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.dxbl-flyout-body {
    width: 160px;
}

p, h1, h2, h3, h4, h5, h6, button {
    font-family: 'Nunito', sans-serif;
}