.wooapp-main-container {
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wooapp-main-container .wooapp-header .wooapp-logo {
  width: 200px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.wooapp-main-container .wooapp-header .wooapp-title {
  font-size: 22px;
  font-weight: 500;
  color: #111827;
}
.wooapp-main-container .wooapp-header .wooapp-subtitle {
  font-size: 14px;
  font-weight: 400;
  color: rgb(126, 130, 164);
}
.wooapp-main-container .wooapp-body {
  background-color: aliceblue;
  padding: 4rem 3rem;
  border-radius: 8px;
  min-height: 50vh;
}
@media (max-width: 544px) {
  .wooapp-main-container .wooapp-body {
    padding: 2rem 1rem;
  }
}
.wooapp-main-container .wooapp-body .wooapp-body-left {
  padding: 0 2.5rem 0 0;
}
.wooapp-main-container .wooapp-body .wooapp-body-right .wooapp-body-right-header i {
  font-size: 1rem;
  color: #000;
}
.wooapp-main-container .wooapp-body .wooapp-body-right .wooapp-body-right-header h5 {
  font-size: 1rem;
  color: rgb(95, 95, 95);
}
.wooapp-main-container .wooapp-body .wooapp-body-right .wooapp-body-right-header p {
  font-size: 0.6rem;
  color: #000;
}
.wooapp-main-container .wooapp-body .wooapp-body-right .wooapp-body-right-body ul li .btn {
  margin: 0;
  padding: 0;
}
.wooapp-main-container .wooapp-body .wooapp-body-right .wooapp-body-right-body ul::-webkit-scrollbar {
  display: none;
}
.wooapp-main-container .wooapp-body .wooapp-body-right .wooapp-progressbar-section {
  margin-top: 90px;
  padding: 0 32px;
}
@media (max-width: 991px) {
  .wooapp-main-container .wooapp-body .wooapp-body-right .wooapp-progressbar-section {
    margin-top: 40px;
  }
}
.wooapp-main-container .wooapp-body .wooapp-body-right .wooapp-progressbar-section .wooapp-progressbar-msg {
  font-size: 16px;
  font-weight: 300;
  color: #111827;
}
@media (max-width: 544px) {
  .wooapp-main-container .wooapp-body .wooapp-body-right .wooapp-progressbar-section .wooapp-progressbar-msg {
    font-size: 10px;
  }
}

.wooapp-container {
  width: 70%;
  height: 100%;
}
@media (max-width: 991px) {
  .wooapp-container {
    width: 90%;
  }
}

.wooapp-loader {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wooapp-text1 {
  font-size: 24px;
  font-weight: 500;
  color: #111827;
}
@media (max-width: 544px) {
  .wooapp-text1 {
    font-size: 16px;
  }
}

.wooapp-text2 {
  font-size: 16px;
  font-weight: 300;
  color: #111827;
}
@media (max-width: 544px) {
  .wooapp-text2 {
    font-size: 12px;
  }
}

.wooapp-build-history-card {
  background: #fff;
  padding: 1rem;
  border: 1px solid rgba(126, 130, 164, 0.2);
  border-radius: 5px;
}
.wooapp-build-history-card .wooapp-create-app-btn {
  color: #fff;
  border: 2px solid #f37229;
  padding: 0.45rem 0.8rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  background-color: #e8595a;
  transition: all 0.3s ease-in-out;
}
.wooapp-build-history-card .wooapp-create-app-btn:hover {
  color: #e8595a !important;
  background-color: transparent;
  border: 2px solid #f37229;
}
@media (max-width: 544px) {
  .wooapp-build-history-card .wooapp-create-app-btn {
    padding: 0.45rem 0.5rem;
    font-size: 0.6rem;
  }
}
.wooapp-build-history-card .wooapp-build-card-title {
  color: rgb(172, 175, 201);
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}
@media (max-width: 544px) {
  .wooapp-build-history-card .wooapp-build-card-title {
    font-size: 0.8rem;
  }
}
@media (max-width: 544px) {
  .wooapp-build-history-card .wooapp-build-card-version {
    font-size: 0.7rem;
  }
}

.wooapp-build-history-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 544px) {
  .wooapp-build-history-card-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.wooapp-body-right-body ul {
  margin-top: 0.5rem;
  list-style: none;
  padding: 0;
  height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.wooapp-build-history-card-title {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(172, 175, 201);
  margin-bottom: 0;
}
@media (max-width: 544px) {
  .wooapp-build-history-card-title {
    font-size: 0.8rem;
  }
}

.wooapp-build-history-card-subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  display: block;
}
@media (max-width: 544px) {
  .wooapp-build-history-card-subtitle {
    font-size: 12px;
  }
}

.wooapp-build-error-msg {
  font-size: 16px;
}
@media (max-width: 544px) {
  .wooapp-build-error-msg {
    font-size: 12px;
  }
}

#wooapp-create-app-btn {
  color: #fff;
  border: 2px solid #f37229;
  border-radius: 0.37rem;
  padding: 0.45rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  background-color: #e8595a;
  transition: all 0.3s ease-in-out;
}
#wooapp-create-app-btn:hover {
  background-color: #e8595a;
}

.wooapp-prev {
  color: blue;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.wooapp-buildhistory-btn p,
.wooapp-buildhistory-btn i {
  font-size: 1.1rem;
}

#wooapp-form .form-label {
  color: rgb(172, 175, 201);
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 544px) {
  #wooapp-form .form-label {
    font-size: 0.8rem;
  }
}
#wooapp-form #wooapp-appname,
#wooapp-form #wooapp-storename {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(126, 130, 164, 0.2);
  border-radius: 5px;
  padding: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 544px) {
  #wooapp-form #wooapp-appname,
#wooapp-form #wooapp-storename {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=admin.css.map */