/*
 * Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
 * See LICENSE in the project root for license information.
 */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap"); */
html,
body {
  /* font-family: "Montserrat", serif; */
  line-height: 1.6;
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f7f1dd;
}

ul {
  margin: 0;
  padding: 0;
}
a {
  color: #1e322c;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

.ms-welcome__header {
  padding: 20px;
  padding-bottom: 30px;
  padding-top: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
}

.ms-welcome__main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
  padding: 4px 10px;
}

.ms-welcome__main > h2 {
  width: 100%;
  text-align: center;
}

.ms-welcome__features {
  list-style-type: none;
  margin-top: 20px;
}

.ms-ListItem {
  padding-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  /* list-style: none; */
}

.ms-ListItem > .ms-Icon {
  margin-right: 10px;
}

b {
  font-weight: bold;
}

.ms-Table {
  width: 100%;
  border-collapse: collapse;
}

.ms-Table-row {
  border-bottom: 1px solid #edebe9;
}

.ms-Table-row {
  border-bottom: 1px solid #edebe9;
  background-color: #ffffff;
}

/* Target main command rows (2n for each command group) */
.ms-Table-row:nth-child(4n + 1),
.ms-Table-row:nth-child(4n + 2) {
  background-color: #f2f2f2;
}

.ms-Fabric input {
  width: 50%;
}

.ms-Table-cell {
  color: #425d59;
  padding: 10px;
  font-size: 12px;
}

.ms-MessageBar {
  margin: 4px 0;
}

.step-container,
.feature-container,
.login-container,
.help-container {
  margin: 20px 0;
  padding: 15px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* list-style: none; */
  box-sizing: border-box;
  width: 100%;
}

.setup-steps {
  padding-left: 0px;
}

.ms-TextField-wrapper {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.ms-TextField {
  padding-left: 4px;
  padding-right: 4px;
}

.ms-Button--primary {
  background-color: #b2a894;
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
}

.ms-Button--primary:hover {
  background-color: #9e957f;
}

.help-container a {
  color: #b2a894;
  text-decoration: none;
  margin-left: 10px;
}

.help-container a:hover {
  text-decoration: underline;
}

footer {
  text-align: center;
  margin-top: 30px;
  /* font-size: 0.9em; */
  color: #888;
}

.footer-links {
  margin-top: 10px;
}

.footer-links a {
  color: #1e322c;
}

.footer-links li {
  display: inline;
  margin: 0 10px;
}

footer a:hover {
  text-decoration: underline;
}
