/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
html,
body {
  height: 100%;
  background-color: white;
  margin: 0;
  font-family: "DM Sans Variable", sans-serif;
  font-weight: 400;
}

.message-dialog {
  border: 1px solid rgb(30, 30, 40);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  max-width: 600px;
}

.dialog-content {
  padding: 20px 20px 0px 20px;
  color: #333;
}

.dialog-content h2 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.dialog-content button {
  background-color: rgb(30, 30, 40);
  color: white;
  border-radius: 0px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
}

.dialog-content button:hover {
  background-color: white;
  color: rgb(30, 30, 40);
}

dialog::backdrop {
  background: white;
}

.button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  flex-direction: row;
}

button {
  color: white;
  background-color: rgb(30, 30, 40);
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s;
  margin-left: 10px;
  border: solid 1px rgb(30, 30, 40);
  border-radius: 0px;
}

button:hover {
  background-color: white;
  color: rgb(30, 30, 40);
}

button:disabled {
  color: lightgrey; /* Lighter text color */
  background-color: rgb(176, 176, 181); /* Lighter background */
  cursor: not-allowed; /* Change cursor to indicate the action is not allowed */
  border: 1px solid #ccc;
}

/*# sourceMappingURL=styles.18b569ca46e97a2e.css.map*/