html {
  scroll-behavior: smooth;
  scroll-padding-top: 155px;
}
.scroll-menu {
    position: fixed;
    margin-top: 59px;
    z-index: 999;
	background-color: #222;
	padding: 8px 5px 6px 5px;
    text-align: center;
}
.scroll-menu button {
  height: 38px;
  width: 38px;
  padding: 0 0 0px 0;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 0px;
}
body {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
h2 {
  text-align: center;
  font-size: 20px;
  display: block;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0px 0px 10px 0px;
  float: left;
}
h2 a {
  text-decoration: none;
  color: #333;
}
h3 {
font-size: 18px;
clear: both;
font-weight: bold !important;
margin-bottom: 5px;
margin-top: 15px;
padding-left: 5px;
}
input::placeholder {
text-align: center;
width: 100%;
}
::placeholder {
  color: #b8c2c5;
}
.warning { color: #d9249f; }

.button.active { 
border: 3px solid #30e4f9; color: #30e4f9;
    background-color: #333;
}

.Left {
  float: left !important;
  width: calc(50% - 5px) !important;
  margin-right: 10px !important;
}
.done {
color: #01b55e;
font-size: 22px;
 margin-left: 8px;
}
.done i { top: 2px; position: relative; }

.notdone {
color: #d9249f; margin-left: 8px;
}
.notdone i { font-size: 20px; top: 1px; position: relative; }

.message {
  display: block;
  clear: both;
text-align: center;
padding: 10px 0px;
font-size: 16px;
color: #04b4b2;
}
.Right {
  float: left !important;
  width: calc(50% - 5px) !important;
  margin-right: 0px !important;
}
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-bold { font-weight: bold; }

label {
  line-height: 37px;
  width: 100%;
  display: block;
  margin-left: 3px;
  margin-bottom: 1px;
}
.submit {
  width: calc(100% - 0px) !important;
}
 .pre-wrap td {white-space: pre-wrap; }

.select-box select {
  width: 100%;
  background-color: #fff;
  padding: 8px;
  margin-bottom: 5px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  -moz-appearance: textfield;
}

.input-group input {
  width: 100%;
  text-transform: uppercase;
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  padding: 8px;
  margin-bottom: 5px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 16px;
}
.select-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
.input-group {
  width: 100%;
  text-align: left;
  margin-top: 10px;
}
textarea {
  width: calc(100% - 20px);
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Arial, sans-serif;
  padding: 8px;
  border: 1px solid #333;
  border-radius: 5px;
  font-size: 16px;
}
.description {
  width:100%;
  float: left;
  margin-bottom: 3px;
}
form {
  clear: both;
  width:100%;
  padding: 0px;
  margin: 0;
}
.both {
  clear: both;
  width:100%;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 0;
}
.container {
  background: white;
  width: 100%;
  display: block;
  padding: 70px 10px 20px 10px;
}
.cont-top {
  display: block;
}
.cont-bottom {
padding-bottom: 10px;
  display: block;
}
.result {
  font-size: 17px;
  color: #333;
  clear: both;
}

.table-bordered {
}
.table {
font-size: 15px;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
  min-height: 0px;
  margin-bottom: 18px;
  border-collapse: separate;
  border-spacing: 0;
}
.table-bordered td {
padding: 8px 8px;text-align: left; 
border: 1px solid #333;
  border-style: none solid solid none;
}
tr:first-child td:first-child { border-top-left-radius: 5px; }
tr:first-child td:last-child { border-top-right-radius: 5px; }

tr:last-child td:first-child { border-bottom-left-radius: 5px; }
tr:last-child td:last-child { border-bottom-right-radius: 5px; }

tr:first-child td { border-top-style: solid; }
tr td:first-child { border-left-style: solid; }
.table-bordered td:first-child {
width: 35%;
}
.focus-table {
border: 1px solid #333;
}
.focus-table td {
  border: 1px solid #333;
}
.head-title {
  background-color: #222;
  color: #30e4f9;
  width: 100%;
  height: auto;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: fixed;
  top: 0px;
  z-index: 1005;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.button-link {
  width: 80%;
  height: 100%;
}
.button {
  cursor: pointer;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: bold;
  font-size: 14px;
  color: #333;
  background-color: #f8f8fd;
  padding: 0.2em 1.0em 0.3em 1.0em;
  border-radius: 20px;
  border: 3px solid #333;
}
.button:active {
  position: relative;
  top: 5px;
}
a, a:hover, a:visited, a:link, a:active, a:focus, .select-box, .add, i:active {
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*Solve the background issue when clicking on the mobile version*/
}
button:hover, button:visited, button:link, button:active buttonfocus, .select-box, .add, i:active {
text-decoration: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.delete-button {
   border: 1px solid #750000;
   text-transform: uppercase;
   background-color: #CE0000; 
   color: #fff;
}
.warning-button {
padding: 0.2em 0.6em 0.3em 1.0em;
border: 3px solid #222;
background-color: #FF8EFF;
color: #000;
}
.closed {
  font-size: 14px;
  padding: 2px 9px 4px 9px;
}
.customerInfo-button {
  position: fixed;
  top: 13px;
  left: 10px;
  z-index: 1003;
}
.customerInfo-button-pop {
  position: absolute;
  top: 13px;
  right: 10px;
  z-index: 1003;
}
.customerInfo-button button {
font-size: 14px;
}

.customerInfo {
  transition: 0.5s ease;overflow: scroll;
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  padding: 0px 0 20px 0;
  background-color: white;
  z-index: 1004;
}
.customerInfo::-webkit-scrollbar {
    display: none;
}
.customerInfo.show {
  left: 0;
}
#customerDetails {
  height: auto;
  padding: 20px 10px 10px 10px;
  font-size: 18px;
}
#customerDetails div {
  white-space: pre-wrap;
  margin-bottom: 5px;
}
.customerInfo h2 {
text-align: left;
}
.logout-button {
  position:relative;
  background-color: #30e4f9;
  color: #222;
  padding: 10px 7px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
}
.logout-button:active {
  transform: translateY(8px);
  transition: 100ms;
}
#menu {
  position: fixed;
  padding-top: 50px;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #222;
  z-index: 1004;
  transition: left 0.5s ease;
}
#menu.show {
  left: 0;
}
.menu-button {
  position: fixed;
  top: 13px;
  right: 10px;
  z-index: 1001;
}
.menu-button button {
  background-color: #30e4f9;
  margin-bottom: 0px;
  font-size: 16px;
}
#menu h2 {
  text-align: center;
  padding: 0px 0px 20px 0px;
  display: block;
  color: #fff;
  clear: both;
  width: 100%;
  border: none;
  margin-top: 20px;
}
#menu div {
  padding: 5px 10px;
  clear: both;
  display: block;
  width: calc(100% - 20px);
}
.button-link .menu {
  padding: 8px 7px;
  width: calc(48% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
  border-radius: 50px;
  border: 0;
  background-color: #fefc76;
  letter-spacing: 1.5px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  color: #000;
  cursor: pointer;
}

.button-link .menu:active {
  transform: translateY(8px);
  transition: 100ms;
}

.groupnumber {
  font-weight: bold;
  float: right;
  width: 15px;
  height: 15px;
  line-height: 15px;
  padding: 0.4em 0.5em 0.6em 0.5em;
  text-align: center;
  border-radius: 50px;
  border: 3px solid #333;
}

.upload-img {
width: 100%;
border-radius: 5px;
}

#Description { clear: both; }
#Description input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    cursor: pointer;
	margin: 8px 0px 0px 8px;
	float: left;
}

#help {
    position: fixed;
    top: 0;
    padding: 80px 10px 10px 10px;
    box-sizing: border-box;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.3s ease;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    z-index: 1004;
}
#help.show {
    left: 0;
}
.help-button {
    position: fixed;
    top: 13px;
    left: 10px;
    z-index: 1001;
}
.message-box {
    border: 1px solid #4CAF50;
    background-color: #dff0d8;
    color: #3c763d;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.require {color: #1977b3; }
.edit {
    float: left;
	font-size: 22px;
	cursor: pointer;
	color:#222;
}
.edit:active {
  transform: translateY(8px);
  transition: 100ms;
}

.delete-buttom {
  width:auto;
  float: right;
  margin-right:10px;
}

.boxnumber {
  width:25px;
border: 2px solid #333;
font-weight: bolder;
border-radius: 5px;
padding: 2px;
font-size: 14px;
display: block;
margin-left:auto;
margin-right:auto;
}

.time {
margin-bottom: 5px;
display: block;
}
.data { line-height: 28px; display: block; text-align: center;}

.cutting_group { color:#B45B3E; }
.washing_group { color:#479AC7; }
.inspection_group { color:#ff943b; }
.packaging_group { color:#048763; }

.select-box {
    position: relative;
    width: 100%;
}

.dropdown {
    height: 40px;
    line-height: 35px;
    background-color: #ffffff;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 0 15px;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: calc(100% - 2px);
    background-color: #ffffff;
    border: 1px solid #333;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-height: 500px;
    max-height: 100%;
    padding: 5px 0px;
    overflow-y: auto;
}

.dropdown-option {
    padding: 8px 10px;
	font-size: 17px;
	font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #777;
    transition: background-color 0.5s;
}
.dropdown-option .customer_name {
   font-size: 15px;
   font-weight: bold;
}
.dropdown-option:hover {
    background-color: #f0f0f0;
}

.dropdown-option:active {
    background-color: #e0e0e0;
}

.box1 {
    width:100%;
	margin-top:5px;
	margin-bottom: 0px;
    background: rgba(230, 205, 205, 0.2);
}
.box1 .box1-td {
    background-color: #e6cdcd;
	text-align: center
}
.groupNumber-1 {
    background-color: #e6cdcd;
}

.box2 {
    width:100%;
	margin-top:5px;
	margin-bottom: 0px;
    background: rgba(231, 230, 177, 0.2);
}
.box2 .box2-td {
    background-color: #e7e6b1;
	text-align: center
}
.groupNumber-2 {
    background-color: #e7e6b1;
}
.box3 {
    width:100%;
	margin-top:5px;
	margin-bottom: 0px;
    background: rgba(188, 211, 185, 0.2);
}
.box3 .box3-td {
    background-color: #bcd3b9;
	text-align: center
}
.groupNumber-3 {
    background-color: #bcd3b9;
}
.box4 {
    width:100%;
	margin-top:5px;
	margin-bottom: 0px;
    background: rgba(211, 213, 236, 0.2);
}
.box4 .box4-td {
    background-color: #d3d5ec;
	text-align: center
}
.groupNumber-4 {
    background-color: #d3d5ec;
}
.box5 {
    width:100%;
	margin-top:5px;
	margin-bottom: 0px;
    background: rgba(253, 223, 231, 0.2);
}
.box5 .box5-td {
    background-color: #fddfe7;
	text-align: center
}
.groupNumber-5 {
    background-color: #fddfe7;
}
.box6 {
    width:100%;
	margin-top:5px;
	margin-bottom: 0px;
    background: rgba(253, 243, 168, 0.2);
}
.box6 .box6-td {
    background-color: #fdf3a8;
	text-align: center
}
.groupNumber-6 {
    background-color: #fdf3a8;
}
.box7 {
    width:100%;
	margin-top:5px;
	margin-bottom: 0px;
    background: rgba(199, 238, 253, 0.2);
}
.box7 .box7-td {
    background-color: #c7eefd;
	text-align: center
}
.groupNumber-7 {
    background-color: #c7eefd;
}
.box8 {
    width:100%;
	margin-top:5px;
	margin-bottom: 0px;
    background: rgba(233, 183, 237, 0.2);
}
.box8 .box8-td {
    background-color: #e9b7ed;
	text-align: center
}
.groupNumber-8 {
    background-color: #e9b7ed;
}
.box9 {
    width:100%;
	margin-top:5px;
	margin-bottom: 0px;
    background: rgba(254, 203, 179, 0.2);
}
.box9 .box9-td {
    background-color: #fecbb3;
	text-align: center
}
.groupNumber-9 {
    background-color: #fecbb3;
}
.box10 {
    width:100%;
	margin-top:5px;
	margin-bottom: 0px;
    background: rgba(221, 253, 176, 0.2);
}
.box10 .box10-td {
    background-color: #ddfdb0;
	text-align: center
}
.groupNumber-10 {
    background-color: #ddfdb0;
}

#effect {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: black;
    perspective: 1000px;
    opacity: 1;
    transition: opacity 1.5s ease, filter 1.5s ease;
    filter: blur(0px);
}

.card-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 300px;
    transform-style: preserve-3d;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotateY(0deg); }
    100% { transform: translate(-50%, -50%) rotateY(360deg); }
}

#cardDetails img {
width: calc(100% - 100px);
padding: 0 50px;
}

.tarotcard-button {
    width: 49%;
	margin-bottom: 10px;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    background-color: #f8f8fd;
    border-radius: 20px;
    border: 3px solid #333;
    padding: 0.2em 0.6em 0.3em 0.6em;
}

.tarotcard-button:active {
  position: relative;
  top: 5px;
}

#menuToggle { padding: 0.2em 1.0em 0.1em 1.0em; font-size: 15px; }

#tarotcard #menuToggle { border: 3px solid #fff; color: #fff; }
#tarotcard .head-title { color: #fff; }
#tarotcard #menuToggle { background-color: #222; }
#tarotcard #menu { background-color: #fff; }
#tarotcard .start { border-color: #02C874; color: #02C874; }
#tarotcard .love { border-color: #FF79BC; color: #FF79BC; }
#tarotcard .job { border-color: #AFAF61; color: #AFAF61; }
#tarotcard .finance { border-color: #B15BFF; color: #B15BFF; }