.global-container {
    position: fixed;
    height: 100%;
    overflow-x: hidden;
	overflow-y: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ui.modals.dimmer {
    background: rgba(0, 0, 0, 0.5);
}

.white.checkbox label {
    position: relative;
    color: white;
}
::-webkit-scrollbar {
    color: transparent !important;
    width: 1px !important;
    height: 1px !important;
    background: transparent !important; /* make scrollbar transparent */
}

::-webkit-scrollbar-thumb {
	border-radius: 1px !important;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
	background-color: rgba(224, 224, 224, 0.26) !important;
}
::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 1px !important;
    background: transparent !important;
    background-color: transparent !important;
    color: transparent !important;
}

::-webkit-scrollbar-corner { background: rgba(255,255,255,0 ) !important; }

.header-space {
  height: 220px;
  width: 100%;
}
.footer-space {
  height: 115px;
  width: 100%;
}

.printMask {
  position: fixed;
  align-content: center;
  width: 100%;
  bottom: 2mm;
  margin: 0mm;
  padding: 0;
}

@page{
    margin: 10mm;
    margin-bottom: 5mm;
    margin-top: 5mm;
    padding: 0mm;
}