/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/oswald-v47-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/oswald-v47-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/oswald-v47-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/oswald-v47-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/oswald-v47-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/oswald-v47-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

body {
  font-family: Oswald;
  color: white;
  margin-left: auto;
  margin-right: auto;
  background-color: #373737;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.main-body {
  width: 50%;
  padding: 20px 30px;
  border-radius: 5px;
  border: 3px solid black;
  background-color: #333;
  margin: 50px auto;
}

.main-body h1 {
  text-align: center;
  margin: 40px auto;
}
.main-body h2 {
  text-align: center;
  margin: 25px 0px;
  text-decoration: underline;
}

.main-body .buttons a {
  border: 2px solid whitesmoke;
  border-radius: 10px;
  width: 40%;
  color: white;
  padding: 10px;
  display: block;
  font-size: 25px;
  text-decoration: none;
}
.main-body .buttons a:hover{
border-color: black;
color:black;
}

.add-button {
  background-color: green;
    margin: 10px;
}
.orange-button {
  background-color: orangered;
    margin: 10px;
}
.remove-button {
  background-color: darkred;
    margin: 10px;
}

.back-button {
  background-color: turquoise;
  margin: 40px 10px;
}


.admin-button {
  background-color: rebeccapurple;
    margin: 10px;
}

.buttons {
}

.header {
  background-color: #333;
  padding: 10px;
  height: 100px;
  border-bottom: 3px solid black;
}

.header img {
  height: 100%;
  float: left;
}

.header h1 {
  color: white;
  display: inline-block;
  left: 100px;
  position: relative;
}



.login-form {
  margin: 5px;
  padding: 20px;
  border: 1px solid red;
  border-radius: 10px;
  font-size: 25px;
}

.login-form .datafield {
  text-align: center;
  max-width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.login-form .login-button {
  background: #14A76C;
  border: solid 1px white;
  border-radius:  10px;
  color: white;
  padding: 5px;
  margin-top: 20px;
  width: 50%;
}

.login-form .login-button:hover {
  background: #272727;
  border-color: #14A76c;
}

.login-form .text-field {
  border-radius: 10px;
  padding: 4px;
  width: 80%;
}

.logout {
  float: right;
}

.logout button {
  height: 100%;
  background-color: darkgray;
  color:white;
  border-radius: 5px;
  font-family: Oswald;
  font-size: 20px;
  padding: 10px;
}

.positive-button {
  border: 2px solid whitesmoke;
  font-family: Oswald;
  border-radius: 10px;
  width: 40%;
  color: white;
  padding: 10px;
  display: block;
  font-size: 25px;
  text-decoration: none;
  background-color: green;
  margin: 10px;
  min-width: 300px;
}

.positive-button:hover{
  border-color: black;
  color:black;
}
.negative-button {
  border: 2px solid whitesmoke;
  font-family: Oswald;
  border-radius: 10px;
  width: 40%;
  color: white;
  padding: 10px;
  display: block;
  font-size: 25px;
  text-decoration: none;
  background-color: red;
  margin: 10px;
  min-width: 300px;
}

.negative-button:hover{
  border-color: black;
  color:black;
}

.neutral-button {
  border: 2px solid whitesmoke;
  font-family: Oswald;
  border-radius: 10px;
  width: 40%;
  color: white;
  padding: 10px;
  display: block;
  font-size: 25px;
  text-decoration: none;
  background-color: orangered;
  margin: 10px;
  min-width: 300px;
}

.neutral-button:hover{
  border-color: black;
  color:black;
}
.admin-form {
  margin: 5px;
  padding: 20px;
}

.admin-form .data-field {
  text-align: center;
  max-width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.admin-form .text-field {
  border-radius: 10px;
  padding: 4px;
  width: 50%;
  height: 60px; 
}

.admin-form input[type="text"]
{
    font-size:24px;
}

.admin-form .custom-select {
  width: 300px;
  position: relative;
  margin-bottom: 20px;
}

.admin-form .custom-select select {
  appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}

.admin-form .custom-select::before,
.admin-form .custom-select::after {
  --size: 0.3rem;
  position: absolute;
  content: "";
  right: 1rem;
  pointer-events: none;
}

.admin-form .custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.admin-form .custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

.admin-form h1 {
  text-align: center;
  margin: 4
  20px auto;
}
.admin-form h2 {
  text-align: center;
  margin: 25px 0px;
  text-decoration: underline;
}

.basic-form {
  margin: 5px;
  padding: 20px;
}

.basic-form .data-field {
  text-align: center;
  max-width: 300px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.basic-form .text-field {
  border-radius: 10px;
  padding: 4px;
  width: 50%;
  height: 60px; 
}

.basic-form input[type="text"]
{
    font-size:24px;
}

.basic-form .custom-select {
  width: 300px;
  position: relative;
  margin-bottom: 20px;
}

.basic-form .custom-select select {
  appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}

.basic-form .custom-select::before,
.basic-form .custom-select::after {
  --size: 0.3rem;
  position: absolute;
  content: "";
  right: 1rem;
  pointer-events: none;
}

.basic-form .custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.basic-form .custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

.basic-form h1 {
  text-align: center;
  margin: 4
  20px auto;
}
.basic-form h2 {
  text-align: center;
  margin: 25px 0px;
  text-decoration: underline;
}

.cart-table {
  border: 1px solid black;
  width: 80%;
  text-align: center;
  font-size: 20px;
  border-collapse: collapse;
  border-radius:  10px;
}

.cart-table .cat {
  background-color: purple;
  border: 0px;
}

.cart-table th {
  background-color: darkslategray;
  border: 0px;
}
.cart-table td {
  border: 0px;
}

.reduce-cart {
  background-color: red;
  border: 1px solid white;
  border-radius: 5px;
  width: 40px;
  color: whitesmoke;
  font-size: 25px;
  padding: 2px;
}
.reduce-cart:hover{
  border-color: black;
  color:black;
}

.add-cart {
  background-color: green;
  border: 1px solid white;
  border-radius: 5px;
  width: 40px;
  color: whitesmoke;
  font-size: 25px;
  padding: 2px;
}
.add-cart:hover{
  border-color: black;
  color:black;
}
.remove-cart {
  background-color: darkred;
  border: 1px solid white;
  border-radius: 5px;
  width: 40px;
  color: whitesmoke;
  font-size: 25px;
  padding: 4px;
}
.remove-cart:hover{
  border-color: black;
  color:black;
}

.notification {
  width: 40%;
  padding: 20px 20px;
  border-radius: 5px;
  border: 3px solid black;
  background-color: orangered;
  margin: 10px auto;
  font-size: 15px;
}

.notification h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: overline;
}

.notification a {
  text-decoration: none;
  color: white;
}

.admin-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid black;
  accent-color: red;
}

.order {
  background-color: red;
  color: greenyellow;
}

.green-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid black;
  accent-color: green;
}