@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');

button,
input,
select,
textarea {
    font-family: inherit;
}

html {
    min-width: fit-content;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

header {
  height: 20%;
  color: white;
  text-align: center;
  height: 8.5em;
  background-color: #ff6600;
}

.header_title {
  padding: 15px;
  display: block;
  font-size: 1.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

header div.menu {
  text-align: right;
}

header img.setting {
  margin-right: 15px;
}

header img.logout {
  cursor: pointer;
}

header div.bottom {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

header div.home {
  padding-right: 30px;
  padding-left: 30px;
}

div.user_id {
    text-align: center;
    padding-top: 5px;
}

p {
    font-size: 16px;
    color: black;
}

body h2 {
  color: #ff6600;
  text-align: center;
  margin-top: 130px;
}

.messages {
  text-align: center;
  margin: 15px;
  margin-top: 0px;
}

input {
  border: 1px solid #ff6600;
}

input:focus {
  outline: solid 2px #ff6600;
}

input:disabled {
  background: #ebe9e9
}

input:-webkit-autofill{
	box-shadow: 0 0 0px 1000px white inset;
}

.messages {
  text-align: center;
  margin-bottom: 15px;
}

li {
  list-style: none;
}

input {
  border: 1px solid #ff6600;
}

input:focus {
  outline: solid 2px #ff6600;
}

input:disabled {
  background: #d1d0d0;
}

.text_area,
.page_message {
  text-align: center;
}

.title {
  text-align: center;
  font-weight: bold;
  color: #376092;
  font-size: 30px;
  margin-bottom: 10px;
}

button {
  cursor: pointer;
}

.button1 {
  background-color: #ff6600;
  color: white;
  border-style: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.button1:hover {
  background-color: #874214;
}

.button2 {
  background-color: rgb(251, 137, 137);
  color: white;
  border-style: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.button2:hover {
  background-color: rgb(172, 103, 103);
}

.button3 {
  background-color: #2e75b6;
  color: white;
  border-style: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.button3:hover {
  background-color: rgb(58, 94, 139)
}

.button4 {
  background-color: rgb(78, 155, 249);
  color: white;
  border-style: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.button4:hover {
   background-color: rgb(56, 100, 153);
}

.button5 {
  background-color: #93cddd;
  color: white;
  border-style: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.button5:hover {
  background-color: #407480;
}

.messages {
  text-align: center;
}

br.message_br {
  display: block;
  content: "";
}

.alert-danger {
 color: #FF0000;
 word-break: break-all;
}

.alert-warning {
 color: #FF0000;
 word-break: break-all;
}

li {
  list-style: none;
}

sub {
    vertical-align: baseline;
    font-size: 50%;
}
