body {
  font-family: -apple-system, ".SFNSText-Regular", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
  /*font-family: Tahoma, sans-serif, Verdana, Geneva;*/
  font-size: 1em;

}

.header {
  margin: 0 auto;
  margin-bottom: 1%;

  padding: 5px;
  text-align: center;
  background: none;
  color: rgb(78, 77, 77);
  font-size: 1em;
  border-radius: 10px;

}


.header p.header-message {
  font-style: italic;
  font-size: 0, 5px;
  text-align: center;
  float: none;
}


div.content {

  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 300px;
  border-radius: 10px;

  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3ba35a, #141E30);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3eb8c9, #1ca18b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


div.content form {
  position: relative;
  align-items: center;
  align-content: center;
  width: auto;
}

div.content select {
  border: 1px solid green;
  height: 30px;
  width: 170px;
  border-radius: 10px;
  text-align-last: center;
  background-color: white;
}

div.content select:focus-visible {
  outline: 2px solid green;
  border-radius: 10px;
}

div.content input[type='checkbox'] {
  border-color: 10px red;
  size: 10px;
  position: inherit;
}

div.content input {
  width: 200px;
  height: 8px;
  border-radius: 10px;
  border: 1px solid rgb(215, 202, 245);
  padding: 10px;
  background-color: white;
}

div.content input:focus-visible {
  outline: 2px solid green;
  border-radius: 10px;
}



input:invalid {
  border: 1, 5px dashed red;
  background-color: red;
}

input:invalid:focus {
  background-color: orange;
  border: 1, 5px dashed red;
  color: white
}

div.nameError {
  color: orangered;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: small;
  font-style: italic;
}


.button {
  height: 40px;
  width: 180px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  outline: none;
  color: black;
  background-color: white;
  border: fixed 2px;
  border-color: rgb(230, 166, 82);
  border-radius: 15px;
}

.button:hover {
  background-color: #f1c038
}

.button:active {
  background-color: #3e8e41;
  transform: translateY(3px);
}

/* Toggle Switch Start */

/**,
/* *:before, 
*:after {
  box-sizing: border-box;
}
*/

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 60px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
  margin-right: 1%;
}

.toggle-switch:before,
.toggle-switch:after {
  content: "";
}

.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);

}

.toggle-checkbox:checked+.toggle-switch {
  background: #e9a11c;
}

.toggle-checkbox:checked+.toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  position: relative;
  top: 2px;
  font-size: 14px;
  color: #eee;
  font-style: italic;
}

/* Toggle Switch End */


/* Data table Start */
table {
  position: relative;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border-collapse: collapse;
  font-size: 14px;
  padding: 3px;
  border-spacing: 0;
  font-weight: normal;
  border-radius: 5px;
  border-collapse: separate;

}

tr:nth-child(even) {
  background-color: #D6EEEE;

}

.euroInvi {
  border-collapse: collapse;
  border: 0;
  display: none;
}

th {
  background-color: #c2d8f8;
  position: relative;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px solid rgb(145, 137, 137);
  border-collapse: collapse;
  font-size: 14px;
  padding: 3px;
  border-spacing: 0;
  font-weight: normal;
  border-radius: 5px;
  border: 1px solid rgb(105, 109, 119);
  border-collapse: separate;
}

.tdImages {
  border-collapse: collapse;
  padding: 5px;
  text-align: right;
}

/* Data table End  */

/* PNG image start  */

img.pdf {
  border: 1px solid #f1eaea;
  border-radius: 5px;
  padding: 2px;
  width: 30px;
  height: 30px;
}

img.mail {
  margin-left: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 2px;
  width: 30px;
  height: 30px;
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(226, 87, 6, 0.5);
  border-radius: 5px;
}

/* PNG image end  */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.arrow1 {
  border: solid rgb(214, 211, 28);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
}

.up1 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.tg {
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px;
}

.tg td {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  word-break: normal;
  border: 1px solid black;
  border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px;
}

.tg th {
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}

.tg .tg-im3k {
  background-color: #fcf8f8;
  border-color: #e4bb63;
  text-align: center;
  vertical-align: top
}

.tg .tg-wvfs {
  background-color: #e8e898;
  border-color: #e4bb63;
  text-align: center;
  vertical-align: top
}

.foo {
  color: green;
}

.foo:hover {
  color: red;
}