body {
  color: #383f4d;
  line-height: 1.5;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue",
    sans-serif;
}

h1 {
  margin: 80px auto;
  font-size: 42px;
  text-align: center;
  min-height: 49px;
}

.card {
  background: #ffffff;
  color: #495057;
  box-shadow: 0 8px 4px -4px rgba(0, 0, 0, 0.8), 0 4px 4px 0 rgba(0, 0, 0, 0.64), 0 4px 12px 0 rgba(0, 0, 0, 0.48);
  border-radius: 3px;
  width: 50%;
  height: 500px;
  margin: 0 auto;
  cursor: pointer;
}

.card h2 {
  font-size: 38px;
  text-align: center;
  padding-top: 231px;
}

.card > div {
  font-size: 24px;
  text-align: center;
  margin: 0 40px;
}

#app > a {
  display: block;
  text-align: center;
  margin: 20px auto;
  color: #ffffff;
}

.navigation {
  text-align: center;
  margin: 20px auto;
}

.user-input {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

input {
  height: 40px;
  border-radius: 5px;
  font-size: 20px;
}

.input-contract {
  height: 40px;
  width: 325px;
  border-radius: 5px;
  font-size: 12px;
}


button {
  margin: 0 20px;
  width: 100px;
  height: 50px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.triangle-button-left,
.triangle-button-right {
  align-items: top;
}

.triangle-button-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent; /* Adjust size as needed */
  border-bottom: 20px solid transparent; /* Adjust size as needed */
  border-right: 30px solid #ccc; /* Change color to gray */
  cursor: pointer; /* Change cursor on hover */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
  outline: none; /* Remove default focus outline */
  transition: background-color 0.3s; /* Smooth transition on hover */
}

.triangle-button-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent; /* Adjust size as needed */
  border-bottom: 20px solid transparent; /* Adjust size as needed */
  border-left: 30px solid #ccc; /* Change color to gray */
  cursor: pointer; /* Change cursor on hover */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
  outline: none; /* Remove default focus outline */
  transition: background-color 0.3s; /* Smooth transition on hover */
}

/* Hover effect */
.triangle-button-left:hover,
.triangle-button-right:hover {
  background-color: #bbb; /* Change background color on hover */
}

[v-cloak] { display: none }

.score {
  margin-top: 50px;
  display: flex;
  justify-content: space-evenly;
}

.score button {
  width: 200px;
  cursor: pointer;
}

.again {
  background-color: #F6D55C;
}

.done {
  text-align: center;
}

form {
  width: 500px;
  margin: 0 auto;
  text-align: left;
}

label {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}

button[type="submit"] {
  width: 150px;
  border-radius: 5px;
  margin-left: 105px;
}

input[type="text"] {
  padding-left: 5px;
}


textarea {
  border-radius: 5px;
  height: 32px;
  width: 350px;
  font-size: 12px;
  vertical-align: middle;
  padding-left: 5px;
  resize: none;
}

/*
textarea {
  width: 275px;
  height: 150px;
  border-radius: 5px;
  font-size: 20px;
  vertical-align: middle;
  padding-left: 5px;
  
}
*/

form div {
  margin-bottom: 20px;
}

.options {
  padding-left: 100px;
}

.options label {
  display: block;
  width: auto;
}

.leech-action {
  margin-top: 15px;
  width: 50%;
}

.leech-action label {
  display: inline;
}

.category {
  margin-top: 10px;
}

select {
  height: 40px;
  width: 275px;
  font-size: 12px;
}

.select-admin {
  height: 40px;
  width: 325px;
  font-size: 12px;
}


select[multiple] {
  height: auto; /* Allow height to expand based on content */
}


input {
height: 40px;
width: 120px;
font-size: 12px;
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 3px;
  outline: none;
  transition: border-color 0.3s ease-in-out;
}

input[type="checkbox"]:checked {
  border-color: #007bff;
  background-color: #007bff;
}

input[type="checkbox"]:checked::before {
  content: "\2713";
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 16px;
}

input[type="checkbox"]:hover {
  border-color: #999;
}

input[type="checkbox"]:focus {
  border-color: #007bff;
}

.input wide {
  height: 40px;
  width: 360px;
  font-size: 12px;
}
  

.table {
  width: 100%;
  border-spacing: 0;
}

.tableShorter {
width: 80%;
border-spacing: 0;

}

caption {
  font-style: italic;
  font-size: 90%;
  margin-bottom: 10px;
}

.table th {
  background: #fff;
  padding: 8px 10px;
  border-bottom: 1px solid #1a1a1a;
  font-weight: bold;
  text-align: center;
  position: sticky;
}

.table th.up {
  background-image: url("./images/up_arrow.png");
}
.table th.down {
  background-image: url("./images/down_arrow.png");
}
.table th.default {
  background-image: url("./images/default.png");
}
th.up,
th.default,
th.down {
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;
}

.table td {
  border-top: 1px solid #ddd;
  padding: 8px 20px;
}

.table tbody tr:first-child td {
  border-top: none;
}

.table tbody tr:nth-child(n) td {
  background: #eff0f0;
}

.table tbody tr:nth-child(2n) td {
  background: #fff;
}

th {
  text-align: center; /* Center the text in the headers */
  background-color: #f2f2f2;
}

.canvas-container {
  display: flex;
  width: 20%;
}

.cv {
  width: 100%;
  height: 100%;
}  

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.slider-container {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}

.slider-value {
  margin-top: 10px;
  font-size: 18px;
}

.red-text {
  color: red;
}

.icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;

}