html {
  height: 100%;
  /* overflow: hidden; */
}

body {
  height: 100%;
  /* background: #eab0dc; */
  /* font-family: roboto, sans-serif; */
  color: white; /* Default text color is white */
  background-image: url("4IP_Project_versie6_zwart.png");
  background-repeat: no-repeat;
  background-size: cover; /* Ensure the background image covers the entire viewport */
}

.full-height {
  height: 100%;
}

.scrnCover {
  height: 100vh;
  width: 100vw;
  position: fixed;    
  top:0px;
  left:0px;
  z-index:1000;
}

.alertList {
  height: 75vh;
  overflow: auto;
  /* border-style: solid; */
}

.more {
  width: 35%;
  height: 30px;
  background-color: gray;
}

.red-border {
  border-style: solid;
  border-width: 25px;
  border-color: red;
}

.no-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.width-1800 {
  max-width: 1800px;
}

/* Modal */
#modal_wrapper.overlay::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0,0,0,0.7);
}

#modal_window {
  display: none;
  z-index: 200;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 360px;
  overflow: auto;
  padding: 10px 20px;
  background: #fff;
  color: black;
  border: 5px solid #999;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#modal_wrapper.overlay #modal_window {
  display: block;
}

/* Font */
body {
  font-family: 'Segoe UI Local', 'Segoe UI Web (West European)';
}

body:not(*:root) {
  font-family: 'Segoe UI Web (West European)';
  background-color: #ddd;
}

.example {
  font-size: 72px;
}

.light {
  font-weight: 100;
}

.semilight {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI Light');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI Semilight');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Local';
  src: local('Segoe UI Semibold');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Web (West European)';
  src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Web (West European)';
  src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semilight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Web (West European)';
  src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Segoe UI Web (West European)';
  src: url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2') format('woff2'), url('https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

/* Override global white text color for specific elements */
#clock {
  color: white; /* Sets the text color of the clock to black */
  font-size: 3rem; /* Adjust the font size to make the clock text bigger */
  font-weight: bold; /* Makes the clock text bold */
  margin-top: 55px; /* Places the clock 20 pixels lower */
  margin-bottom: 10px;
}

.display-1 {
  color: black; /* Sets the text color of the title to black */
}
