@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unbounded:wght@600&display=swap");

body {
  margin: 0;
  /* padding: 0; */
  /* overflow: hidden; */
  overflow-x: hidden;
  --color: #2272ff;
  font-family: "Raleway", sans-serif;
  --nav: calc(100% - 50px);
}
.err {
  background-color: rgb(179, 8, 8);
  width: 50%;
  padding: 0 1rem;
  color: #fff;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  position: absolute;
  right: 1rem;
  top: 8%;
  border-radius: 0.5rem;
  display: none;
}
#errMsg {
  margin-left: 1rem;
  flex-grow: 1;
}
#closeErr {
  cursor: pointer;
}
#input,
#GLB,
#OBJ,
#OBJ2,
#BMP {
  display: none;
}
nav {
  background-color: var(--color);
  /* padding: 0; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  clip-path: polygon(0 0, 100% 0%, var(--nav) 100%, 0% 100%);
  border-bottom: var(--color) solid 1px;
  height: 50px;
  /* height: 50px; */

  /* padding: 0.8rem; */
}
header {
  border-bottom: var(--color) solid 1px;
  padding: 0;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* background-color: var(--color); */
}

nav .navbar {
  height: 50px;
  position: relative;
  width: 80%;
  margin: auto;
  display: flex;
  align-items: center;
  color: #fff;
  gap: 2rem;
}

.navitem {
  color: #eee;
  text-decoration: none;
}
.navitem:hover {
  color: #fff;
}
/* main{
  height:calc(100vh - 50px);
} */
.logo {
  /* font-size: 1.6rem; */
  font-weight: 900;
  margin: 0;
  color: #fff;
}

.logo a {
  color: #fff;

  text-decoration: none;
}

.hero {
  position: relative;
  width: 80%;
  margin: auto;
}
.hero_content {
  position: absolute;
  top: 10rem;
}

.wrapIcons {
  border: #a9a9a971 dotted 2px;
  display: inline-block;
  padding: 0.8rem;
  border-radius: 0.5rem;
  background-color: #fff;
  /* margin-top: 5rem; */
  margin-left: 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.FileIconsJoin {
  display: inline-block;
  /* font-size: 4rem; */
  font-weight: 800;
  margin-left: 2rem;
  opacity: 0.4;
}
.icon {
  width: 48px;
  height: 48px;
  display: inline-block;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.hero-text {
  font-size: 2rem;
  font-weight: 800;
}
.uploadFiles {
  position: relative;
  transition: all 0.3s;
  /* background-color: #2272FF; */

  width: max-content;
}
.uploadBtn {
  font-size: large;
  padding: 0.5rem 1rem;
  background-color: var(--color);
  /* border: rgb(124, 124, 124) 1px solid; */
  /* border: rgb(150, 150, 150) 2px solid; */

  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 20rem;
  align-items: center;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  border-radius: 0.5rem;
}

.menu {
  display: none;
  border: rgb(150, 150, 150) 2px solid;
  /* margin-top: 1rem; */
  transition: all 0.2s;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;

  border-top: none;
  overflow: hidden;
}
.menu > li > button {
  transition: all 0.2s ease-in-out;
  text-align: left;
  background-color: #fff;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 1rem;
  /* background-color: #2272FF; */
  color: #000;
  outline: none;
  border: none;
  width: 100%;
  font-size: 1.2rem;
  padding: 1rem 1rem;
  cursor: pointer;
}
.menu > li > button > span > img {
  width: 32px;
  height: 32px;
}

.menu > li > button > img {
  width: 32px;
  height: 32px;
}
.menu > li > button > span {
  display: inline-flex;
  align-items: center;
}
.menu > li > button:hover {
  background-color: #eee;
  color: #2272ff;
}
/* .menu > li:last-child > button {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom: none;
}

.menu > li:first-child > button {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom: none;
} */
.menu.visible {
  display: block;
}
#GLBinputHelpertextForSoftwareSRC{
  font-size: small;
  display: none;

}
#GLBinputHelpertext,
#BMPinputHelpertext,
#OBJinputHelpertext,
#OBJ2inputHelpertext,
#OtherinputHelpertext {
  font-size: small;
  display: none;
  padding: 0.3rem 1rem;
  max-width: 280px;
}
#GLBBtn:hover #GLBinputHelpertext, #GLBBtn:hover #GLBinputHelpertextForSoftwareSRC {
  display: inline-block;
}

#BMPBtn:hover #BMPinputHelpertext {
  display: inline-block;
}

#OBJBtn:hover #OBJinputHelpertext {
  display: inline-block;
}

#OBJ2Btn:hover #OBJ2inputHelpertext {
  display: inline-block;
}

#OtherBtn:hover #OtherinputHelpertext {
  display: inline-block;
}
/* .uploadFiles:hover .menu{
opacity: 1;

} */

.uploadBtn.rotate .btnicon {
  transform: rotate(180deg);
}

#export:hover,
.uploadBtn:hover,
#helperBtn:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 14px 0px;
}

.heroImg {
  position: absolute;
  width: 300px;
  right: 0;
  top: 10rem;
}

.btnicon {
  width: 28px;
  height: 28px;
}
.export-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 15rem;
  width: 24rem;
  height: calc(100vh - 18rem);
}
.export {
  font-size: larger;
  padding: 10px 1rem;
  background-color: #2272ff;
  color: #fff;
  outline: none;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1rem;
  width: 100%;
}
.btn-icon {
  width: 18px;
  height: 18px;
  /* margin-right: 1rem; */
}

#helper {
  text-align: center;
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 99;
}
.helper {
  display: grid;
  gap: 1rem;
}
/* #helperBtn {
  font-size: larger;
  padding: 10px 1rem;
  background-color: #2272ff;
  color: #fff;
  outline: none;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1rem;
} */
.helperIcons {
  width: 32px;
  padding-right: 1rem;
}
#exportModel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.426);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999;
}
#exportModel > .model {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 14px 0px;
  padding: 1rem 2rem;
  text-align: center;
  max-width: 400px;
}
#fileProgress {
  min-width: 20rem;
  position: relative;
  background-color: #eee;
  border-radius: 1rem;
  overflow: hidden;
}
#fileBar {
  width: 1%;
  height: 1rem;
  background-color: #2272ff;
  border-radius: 1rem;
}
.modelerr {
  color: red;
}
.modelsuccess {
  color: rgb(6, 228, 17);
}
.model .icon-box {
  color: #fff;
  margin: 0 auto;
  visibility: hidden;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.model .icon-box i {
  font-size: 32px;
  line-height: 38px;
  color: #fff;
}
#model-actions {
  margin-top: 1rem;
  display: none;
}
.btn-secondary {
  font-size: 1rem;
  padding: 10px 1rem;
  background-color: #eee;
  color: #000;
  outline: none;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
}
.btn-primary {
  padding: 10px 1rem;
  background-color: #2272ff;
  color: #fff;
  outline: none;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  margin-left: 1rem;
  font-size: 1rem;
}

.statusMain {
  margin: 5rem auto;
  width: 80%;
  /* margin: auto; */
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-content: start;
  align-items: self-start; */
}

.tasksTitle {
  font-weight: 600;
  font-size: 1.6rem;
}
table {
  width: 100%;
  text-align: start;
  /* border-radius: 8px !important; */
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

th {
  position: relative;
  /* border-right: #000 solid 1px; */
}
th:not(:last-child):before {
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  width: 1px;
  height: 1.6em;
  background-color: #f0f0f0;
  transform: translateY(-50%);
  transition: background-color 0.2s;
  content: "";
}
th:last-child {
  border-right: none;
}
.actions {
  text-align: end;
}
.status {
  text-align: center;
}

th,
td {
  position: relative;
  color: rgba(0, 0, 0, 0.88);
  font-weight: 600;
  text-align: start;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.2s ease;
  padding: 16px 16px;
  overflow-wrap: break-word;
}

tr > td {
  transition: background 0.2s, border-color 0.2s;
}

tr:nth-child(odd) > td {
  background-color: #fff;
}

tr:hover > td {
  background-color: #f0f0f0;
}

.download-links {
  display: flex;
  gap: 0.5rem;
  justify-content: end;
}
.download-links a {
  text-decoration: none;
}

/* .download-btn {
  padding: 8px 1rem;
  background-color: #2272ff;
  color: #fff;
  outline: none;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.compare-btn {
  /* width: 100%; */
  /* margin-top: .5rem; */
  padding: 8px 1rem;
  background-color: #2272ff;
  color: #fff;
  outline: none;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .compare-btn .btn-icon {
  margin: 0;
} */

#model-info {
  position: absolute;
  bottom: 2rem;
  /* left: 2rem; */
  margin: 0 2rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  min-width: 300px;
}
.wrapModelInfo {
  /* display: flex; */
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
.wrapModelInfo .quality {
  font-weight: 600;
  font-size: 1.6rem;
  margin: 0;
}

.wrapModelInfo .bt_save {
  padding: 12px 1rem;
  background-color: #2272ff;
  color: #fff;
  outline: none;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  display: flex;

  align-items: center;
  justify-content: center;
}
.modelBox {
  border-right: #2272ff 2px solid;
}
.ModelActions {
  display: flex;
  gap: 1rem;
}
.ModelActions a {
  text-decoration: none;
}
.fileSizeRelatedtext {
  padding: 0.5rem 0;
  font-family: Arial, Helvetica, sans-serif;
}
.IMD {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 20rem;
  height: 100vh;
}
#backToIMD {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.flex {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.IMD-wrap {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}

.IMD-btn {
  width: 300px;
  padding: 12px;
  background-color: #2272ff;
  color: #fff;
  outline: none;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.IMD-btn.back {
  width: 150px;
}
.IMD-btn > .btn-icon {
  margin-right: 1rem;
}
.IMD-btn-secondary {
  background-color: #fff;
  color: #000;
  width: 100%;
  /* margin: 1rem 0; */
  padding: 12px;
  outline: none;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: #2272ff 1px solid;
  min-width: 120px;
}

.IMD-btn-secondary:hover {
  /* border: #2272ff 1px solid; */
  outline: #2272ff 1px solid;
}

.IMD-btn:hover {
  background-color: #1a5ccd;
}
.IMD-btn.active {
  background-color: #1a5ccd;
}

.model-viewer {
  position: absolute;
  left: 40%;
  top: 2rem;
  display: none;
  gap: 1rem;
}
.ModelOperators {
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 1rem;
}
#Playground {
  width: 5.6in;
  height: 7in;
  border-radius: 1rem;
  border: #000 6mm solid;
  /* z-index: -1; */
}

.ExportDropdown {
  position: relative;
  display: inline-block;
}
.ExportDropdown > button {
  font-size: larger;
  padding: 10px 1rem;
  background-color: #2272ff;
  color: #fff;
  outline: none;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.Export-btns {
  display: none;
  /* position: absolute;
  bottom: 0; */
  background-color: #f9f9f9;
  min-width: 20rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  margin-bottom: 1rem;
  gap: 1rem;
}

.ExportDropdown:hover .Export-btns {
  display: grid;
}

.FileSize {
  font-weight: 600;
}
.FileSize > span, .SoftwareSrcPrice {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 400;
}
