@font-face {
  font-family: "72";
  src: url("72-Regular.woff");
}

@font-face {
  font-family: "72full";
  src: url("72-Regular-full.woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #865798 ;
  --bs-btn-border-color: #5a7887;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #704b64;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #5a7887;
  --bs-btn-disabled-border-color: #5a7887;
}


body {
  background-color: #f7f7f7;
  font-family: "72";
  font-size:14px;
  color:#6A6D70;
  width: 100%;
  margin: auto;
}

.card-body {
  background-color: rgb(236, 226, 228);
}


.card {
  background-color: white;
}


.cert {
  border: 1px solid black;
  border-radius: 12px;
  padding: 2px 5px 2px 6px;
  margin: 3px 6px 0px 0px;
}

/*
.user-update {
  min-width:200px;
  min-height:10px;
  border: 1px solid #f3f4f6;
  border-radius: 5px;
}*/


table.user-update tr {
  width:100%;
}

table.user-update tr td:not(first-child) {
  width:69%;
}

table.user-update tr td:first-child {
  width:30%;
  text-align: right;
  padding: 10px;
}

input, input:focus, .multitag-display, .multitag-display:focus {
  outline: none;
  border: 2px solid #d1d5db;
  padding: 5px;
  width: -webkit-fill-available;
}

nav>ul>li {
  list-style: none;
  display: inline-block;
}

nav>ul>li>a,
a {
  text-decoration: none;
  color: #865978;
  padding: 8px 16px;
  border-radius: 8px;
}


.nav a {
  text-decoration: none;
  color: #865978;
  padding: 8px 16px;
  border-radius: 8px;
}

.nav {
  font-family: "72", "72full", Arial, Helvetica, sans-serif;
  color: #865978;
  font-weight: bold;
  font-size: 1.3rem;

}

.nav a:hover {
  background-color: #fdf2f8;
}


nav>ul>li>a:hover,
a:hover {
  background-color: #fdf2f8;
}

h1.title {
  text-align: center;
  margin: 1rem;
  text-decoration: underline;
}


form.lg-form {
  margin: 16px;
  padding: 32px;
  border: 4px solid #d1d5db;
  min-width: 400px;
  border-radius: 16px;
}

.lg-form label,
.lg-form input {
  display: block;
  min-width: 100%;
  margin: 8px 0px;
}

.lg-form label {
  font-weight: bold;
}

.lg-form input {
  height: 44px;
  border: none;
  border-radius: 8px;
  padding: 8px;
  font-size: 1rem;
  background-color: #f3f4f6;
}

.lg-form input[type='submit'] {
  margin: 16px 0;
  background-color: #865978;
  color: #fff;
  cursor: pointer;
}



.profile {
  min-width: 600px;
  padding: 16px;
  border: 4px solid #d1d5db;
  border-radius: 16px;
  margin-top: 32px;
}

.profile>div {
  padding: 16px;
}

.profile .title {
  font-weight: bold;
}

.goback {
  cursor: pointer;
}

div.messages {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.messages {
  list-style: none;
  border-radius: 8px;
  overflow: hidden;
  margin: 16px;
}

ul.messages * {
  padding: 8px 12px;
}

.messages .error {
  background-color: #865978;
  color:white;
}

.messages .success {
  background-color: #6ee7b7;
  color:black;
}

.messages .warning {
  background-color: #fcd34d;
  color:black;
}

.messages .info {
  background-color: #93c5fd;
  color:black;
}

.card-body {
  margin: 10px;
  max-width: 210px;
}

nav div,
.main-text-h2 {
  font-family: "72", "72full", Arial, Helvetica, sans-serif;
  color: #865978;
  font-weight: bold;
  font-size: 1.3rem;
}


nav div a,
a {
  text-decoration: none;
  color: #865978;
  padding: 8px 16px;
  border-radius: 8px;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--gen-gutter-x, 0.75rem);
  padding-left: var(--gen-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  background-color: #f7f7f7;
}


/* TABLES */

/*
h1.table {
  text-decoration: underline;
  margin: 16px 0;
}

table.users {
  margin-top: 32px;
  min-width: 600px;
  border: none;
  border-spacing: 0;
  border: 4px solid #d1d5db;
  padding: 16px;
  border-radius: 16px;
}

thead.users {
  font-size: 1.25rem;
  color: #fff;
}

thead.users tr {
  border-radius: 8px;
  background-color: #865978;
  overflow: hidden;
}

thead.users th {
  padding: 8px 0;
  text-align: left;
  padding-left: 16px;
}

table.users th:first-child {
  border-radius: 10px 0 0 10px;
}

table.users th:last-child {
  border-radius: 0 10px 10px 0;
}

thead.users th:nth-child(1) {
  max-width: 44px;
}

tbody.users tr td {
  padding: 8px 0;
  margin: 8px 0;
}

thead.users tr th:first-child,
tbody.users tr td:first-child {
  width: 6em;
  min-width: 6em;
  max-width: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 8px;
}
*/