.s-site-logo-img {
    content: url(/Content/site/images/serenity-logo-w-128.png);
}

.s-TranslationGrid input.custom-text {
  width: 100%;
}

.s-UserPermissionDialog > .size,
.s-RolePermissionDialog > .size {
    min-width: 770px;
    width: 770px;
    min-height: 550px;
    height: 550px;
}

.s-UserPermissionDialog .s-DataGrid,
.s-RolePermissionDialog .s-DataGrid {
  height: 100%;
}
/*custom*/

/* Adjust the zoom level as needed */
html {
    zoom: 0.9;
}

.slick-resizable-handle {
    height: 110%;
}

section.content {
    min-height: calc(110vh - 0px);
}
/* end Adjust the zoom level as needed */ 