@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
body{
    margin: auto;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-image: url("https://images.rawpixel.com/image_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIzLTEyL2FuZ3VzdGVvd19waG90b19vZl9tb3JuaW5nX3dpbGRfbmF0dXJlX2hpZ2hfaW5fbW91bnRhaW5zX21pbmltYV9jNWEyMTNlOS1kMWRkLTQzY2QtYTZmZi03MzcwMjkxYTJmMmUuanBn.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#container{
    width: auto;
    max-width: 768px;
    margin: 30px auto;
    padding: 10px 30px;
    background: rgba(255, 255, 255, 0.548);
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 5.5px );
    -webkit-backdrop-filter: blur( 5.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}
label{
    font-size: 1.3rem;
}
input[type=text], input[type=date], select, input[type=password], input[type=tel]{
    border:none;
    outline:none;
    display:inline-block;
    height:44px;
    display: block;
    border-radius:22px;
    width:auto;
    box-sizing:border-box;
    padding:0 18px; 
    margin: 8px 0 10px 0;
    font-size: 1.3rem;
}
input[type=submit]{
    border:none;
    outline:none;
    display:inline-block;
    height:44px;
    background-color: rgb(35, 83, 241);
    color: white;
    border-radius:22px;
    width:50%;
    box-sizing:border-box;
    padding:0 18px; 
    margin: 8px 0 10px 0;
    cursor: pointer;
    display: block;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    #container{
      width: auto;
      max-width: 350px;
      margin: 30px auto;
      padding: 10px 30px;
      background: rgba(255, 255, 255, 0.548);
      box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
      backdrop-filter: blur( 5.5px );
      -webkit-backdrop-filter: blur( 5.5px );
      border-radius: 10px;
      border: 1px solid rgba( 255, 255, 255, 0.18 );
  }
    input[type=text], input[type=date], select, input[type=password], input[type=tel] {
      border:none;
      outline:none;
      display:inline-block;
      height:44px;
      display: block;
      border-radius:22px;
      width:100%;
      box-sizing:border-box;
      padding:0 18px; 
      margin: 8px 0 10px 0;
      font-size: 1.3rem;
  }
  input[type=submit]{
      border:none;
      outline:none;
      display:inline-block;
      height:44px;
      background-color: rgb(35, 83, 241);
      color: white;
      border-radius:22px;
      width:100%;
      box-sizing:border-box;
      padding:0 18px; 
      margin: 8px 0 10px 0;
      cursor: pointer;
      display: block;
  }
}
#backButton{
  border:none;
    outline:none;
    display:inline-block;
    height:34px;
    background-color: rgb(35, 83, 241);
    color: white;
    border-radius:22px;
    width:220px;
    box-sizing:border-box;
    padding:0 18px; 
    margin: 8px 0 10px 0;
    cursor: pointer;
    display: block;
    margin: auto;
}
input[type=submit]:hover{
    background-color: rgb(20, 4, 245);
}
input[type=submit]:disabled,
button:disabled{
  background-color: rgb(78, 78, 78);
  cursor:not-allowed;
}
.errorMsg{
  padding: 10px 15px;
  background-color: #f78484;
  color: #830606;
}
#ackBox{
  height: 25px;
  width: 25px; 
  background-color: #eee;
}
#fVerification{
  font-size: 1.1rem;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
#signInText{
  font-size: 3rem;
  margin-bottom: 35px;
}
#loginBtn{
  border:none;
  outline:none;
  display:inline-block;
  height:auto;
  background-image: linear-gradient(to right, #314755 0%, #26a0da  51%, #314755  100%);
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius:15px;
  width:100%;
  box-sizing: 0 0 20px #eee;
  padding:12px 18px; 
  margin: 30px 0 10px 0;
  cursor: pointer;
  display: block;
  font-size: 1.7rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  text-transform: uppercase;
}

#loginBtn:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
#loginWrapperContainer{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur( 9px );
  -webkit-backdrop-filter: blur( 9px );
  font-family: 'Raleways', sans-serif;
  font-weight: 100;
}
#loginContainer{
  width: 400px;
  height: auto;
  padding: 40px 30px 40px 30px;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 5.5px );
  -webkit-backdrop-filter: blur( 5.5px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );

  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.form-error{
  
}

.accordion {
  background-color: rgba(255, 255, 255, 0.5);
  color: #444;
  cursor: pointer;
  width: 99%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(75, 75, 75, 0.18);
}

.active, .accordion:hover {
  background-color: #e9e9e9; 
}

.panel {
  width: 99%;
  display: none;
  background-color: #e9e9e9;
  overflow: hidden;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 10px;
  box-shadow: 0 2px 2px 0 rgba(75, 75, 75, 0.18);
}
#viewWrapperContainer{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#viewContainer{
  width: 80%;
  height: 90%;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.548);
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
  backdrop-filter: blur( 5.5px );
  -webkit-backdrop-filter: blur( 5.5px );
  
  border: 1px solid rgba( 255, 255, 255, 0.18 );
  border-radius: 10px;

  overflow: hidden;
}
#viewInnerWrapper{
  border-radius: 10px;
  overflow-x: hidden;
  overflow: auto;
  height: 55%;
}

.accordion table {
  table-layout: auto;
  width: 100%;
}
.resultHeader{
  width: 98%;
}
#headWrapper{
  display:flex;
}
#logoutBtn{
  background: linear-gradient(170deg, #9c0202, #ef0202);
  padding: 10px 30px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  color: #eee;
}
#downloadBtn{
  background: linear-gradient(170deg, #00692c, #029740);
  padding: 10px 30px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  color: #eee;
  border: none;
  cursor: pointer;
}
#resetBtn{
  background: linear-gradient(170deg, #2767f1, #029740);
  padding: 10px 30px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  color: #eee;
  border: none;
  cursor: pointer;
}
#editBtn{
  background: linear-gradient(170deg, #0089ac, #02c9c9);
  padding: 10px 30px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  color: #eee;
  border: none;
  cursor: pointer;
}
#deleteBtn{
  background: linear-gradient(170deg, #9c0202, #ef0202);
  padding: 10px 30px;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  color: #eee;
  border: none;
  cursor: pointer;
}
#logoutContainer{
  width: 200px;
  display: flex;
align-items: center;
justify-content: end;
}
.resultHeader table{
  width: 100%;
  border: 0px solid black !important;
  border-collapse: collapse;
  table-layout: auto;
}

th{
  position: sticky;
  top: 0;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d; 
}

.pcs:after {
  content: " pcs";
}

.cur:before {
  content: "$";
}

.per:after {
  content: "%";
}

* {
  box-sizing: border-box;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  text-align: left;
  border-bottom: 1px solid #000000;
  background-color: #eee;
  z-index: 9;
}
table th,
table td {
  padding: 0.4em;
}

table.fold-table > tbody > tr.view td,
table.fold-table > tbody > tr.view th {
  cursor: pointer;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
  position: relative;
  padding-left: 20px;
}
/* table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
  position: absolute;
  top: 50%;
  left: 5px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  font: 16px fontawesome;
  color: #999;
  content: "";
  transition: all 0.3s ease;
} */
table.fold-table > tbody > tr.view:nth-child(4n-1) {
  background: #eee;
}
table.fold-table > tbody > tr.view:hover {
  background: #60b8ff;
}
table.fold-table > tbody > tr.view.open {
  background: rgb(35, 39, 255);
  color: white;
}
table.fold-table > tbody > tr.view.open td:first-child:before,
table.fold-table > tbody > tr.view.open th:first-child:before {
  transform: rotate(-180deg);
  color: #333;
}
table.fold-table > tbody > tr.fold {
  display: none;
}
table.fold-table > tbody > tr.fold.open {
  display: table-row;
  background-color: #ffffff;
}

.fold-content {
  width: 100%;
}
.fold-content h3 {
  margin-top: 0;
}
.fold-content > table {
  border: 0px solid #ccc;
}
.fold-content > table > tbody tr:nth-child(even) {
  background: #eee;
}

.editTB{
  border: 1px solid black !important;
  height: auto !important;
  max-width: 150px !important;
  padding: 5 5px !important;
  font-size: 1rem !important;
}