body {
  margin: 0;
  background: #ffffff;
  text-align: center;
  font-family: sans-serif;
  min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
  color: #004e9d; /* Link color */
}
a:hover {
  color: #000; /* Hovered link color */
}

footer{
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  background-color: white;
  margin-top: auto;
  margin-bottom: 5px;
}

#parent {
  width: 65%;
  height: auto;
  background-color: rgb(209, 52, 52);
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding: 5px;
  margin-top: 20px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%), 0 6px 20px 0 rgb(0 0 0 / 25%);
}
.titlemain{
  margin-top: 80px;
  font-size: 28px; 
}

#formmain {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding: 5px;
}
#uploadthing{
  width: 24%;
  margin-right: 3px;
} 
.file {
  margin: 5px; 
  background-color: rgb(255, 255, 255);
  border: #eee;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%), 0 6px 20px 0 rgb(0 0 0 / 25%);
  padding-top: 12px;
  padding-bottom: 3px;
    margin-bottom: 10px;
}
.filebelow {
  margin: 5px; 
  background-color: rgb(255, 255, 255);
  border: #eee;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%), 0 6px 20px 0 rgb(0 0 0 / 25%);
  border: 0;
  margin-top: 12px;
  margin-bottom: 10px;
}
.file input{
  width: 23%;
}
.file select{
  border-radius: 10px;
  padding: 5px;
  
  margin-bottom: 5px;
  width: 24.3%;
  height: fit-content;
  border-style: solid;
    padding-top: 6px;
    padding-bottom: 4px;
    border-width: 2px;
} 
.file input{
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 5px; 
  height: fit-content; 
  border-style: solid;
    padding-top: 6px;
    padding-bottom: 6px;
} 
.file input#file-upload-button{
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 5px;  
} 
.file div{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 5px;
}
#addfile{
  padding-left: 6px;
  padding-right: 6px;
  padding: 8px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%), 0 6px 20px 0 rgb(0 0 0 / 15%);
  border: 0;
  background-color: #6749b9;
  color: white;
  border-radius: 10px;
}
#removefile{
  padding-left: 6px;
  padding-right: 6px;
  padding: 8px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%), 0 6px 20px 0 rgb(0 0 0 / 15%);
  border: 0;
  background-color: #6749b9;
  color: white;
  border-radius: 10px;
}
#checkout{
  padding-left: 6px;
  padding-right: 6px;
  padding: 10px;
  font-size: large;
  margin-top: 15px;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 25%), 0 6px 20px 0 rgb(0 0 0 / 25%);
  border: 0;
  background-color: #6749b9;
  color:white;
  width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
label {
  background-color: indigo;
  color: white;
  cursor: pointer;
  border-radius: 10px;
  padding: 5px; 
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 15%), 0 6px 20px 0 rgb(0 0 0 / 15%);
  border: 0;
  background-color: #6749b9;
  padding-top: 7px;
}
#file-chosen{
  
  font-family: sans-serif;
  margin-top: 5px;  
}

#additionalcomments{
  border-radius: 10px;
  padding: 5px;
  height: fit-content; 
  width: 25%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
}
#shop{
  border-radius: 10px;
  padding: 5px;
  border-width: 2px;
  height: fit-content; 
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
.docstotal{
  color: white;
    margin: 10px; 
}
.doctotal{
  background-color: rgb(255 255 255);
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  font-weight: 600;
  color: black;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.doctotal p{
    padding: 8px;
}
#ordersparent{
    width: 100%;
    height: auto;
    background-color: #eee;
}
#pending{
    width: 50%;
    height: auto;
    background-color: rgb(125, 105, 212);
    position: absolute;
    right: 0;
}
#completed{
    width: 50%;
    height: auto;
    background-color: rgb(173, 23, 23);
    position: absolute;
    left: 0;
}

#dwnbtn{
  background-color: transparent;
    font-size: x-large;
    border: 0;
}
#dwa{
  background-color: transparent;
    font-size: x-large;
    display:none;
    padding: 3px;
}
#submitbtn{
    font-size: x-large;
    background: white;
    border: 0;
    padding: 8px;
    margin-top: auto;
    border-radius: 12px;
    height: fit-content;
    margin-bottom: auto;
}
#lastline{
  display: flex;
  justify-content: space-between;
  margin-bottom: -15px;
  padding-bottom: 15px;
} 
#jsCheckoutPayment{
  font-size: x-large;
    background: white;
    border: 0;
    padding: 8px;
    border-radius: 12px;
    height: 50px;
    margin-top: auto;
    margin-bottom: auto;
}

#details{
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  flex-wrap: wrap;
}
#statuses{
  display: flex;
  justify-content: left;
  font-weight: 600;
  flex-wrap: wrap;
}
#details p{
  margin: 10px;
}
#statuses p{
  margin: 10px;
} 

#timeexpec{
  background: none;
  color: black;
  box-shadow: none;
}
#timeexpecinput{
  border-radius: 10px;
  padding: 5px;
  height: fit-content;
  width: 18%;
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: solid;
  margin-bottom: 10px;
  margin-top: 5px;
}
.S9{
  position: absolute;
  left: 5px;
  top: 5px;
}
.S9 p{
  font-size: 22px;
  font-weight: 600;
  margin: 7px;
}
.EEVEE{
  position: absolute;
  right: 0px; 
  top: 0;
  display: flex;
  text-align: right;
} 
.EEVEE p{
    font-size: 22px;
    font-weight: 600;
    margin: 7px;
}
.DEVSARIA{
  
} 
.DEVSARIA p{
    font-size: 22px;
    font-weight: 600;
    margin: 7px;
}
#devstitle{
  display: none;
}

[data-component="slideshow"] .slide {
  text-align: center;
}

[data-component="slideshow"] .slide.active {
	display: block;
}

#navlinks a{
  text-decoration: none;
  color: rgb(0, 0, 0);
  margin-right: 7px; 
}
#navlinks{
  margin-top: 20px;
}
#navlinks a:hover {
  text-decoration:underline;
}

.slide{
  height: 45px;
}   
.slide img{
  height: 100%;
  object-fit: fill;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }
  .sidebar a {
    font-size: 18px;
  }
}

@media (max-width: 599px) {
  .step-arrows > *:before {
    right: 50%;
    bottom: 100%;
    transform: translate(50%, calc(-50% + 4px)) rotate(90deg);
  }
  .file input{
    width: 100%;
  }
  .file select{
    width: 100%;
  }
  #uploadthing{
    width: 100%;
  }
  #parent{
    width: 80%;
  }
  #additionalcomments{
    margin-bottom: 10px;
    width: 95%;
  }
  #devstitle{
    display: block;
  }
  .DEVSARIA{
    display: none;
  }
  .slide{
    height: 35px;
  }
  .titlemain{
    margin-top: 100px;
  }
  #timeexpecinput{
    width: 60%;
  }
}
@media (min-width: 600px) and (max-width: 1199px) {
  .step-arrows > *:before {
    top: 50%;
    right: 100%;
    transform: translate(calc((8px + 1.5625vw) / 2), -50%);
  }
  .step-arrows > *:nth-child(2n + 1):before {
    transform: translate(-24%, -30%) rotate(135deg);
    top: auto;
    right: auto;
    left: 100%;
    bottom: 100%;
  }
}




