* {
  box-sizing: border-box;
}
body {
  background-image: url("img/hero-bg.png");
}

.header {
  min-height: 80px;
}
.heading {
  text-align: center;
  margin-top: 90px;
}
.heading-h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.33;
  color: #11304e;
  margin: 70px 0 12px;
}
.heading-h2 {
  font-size: 20px;
  font-weight: 500;
  opacity: 70%;
  color: #11304e;
  margin-bottom: 1rem;
}
.img-uploader {
  margin-top: 45px;
}
.DownloadFiles {
  display: none;
  border-radius: 25px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  width: 50%;
  padding: 0px;
  height: auto;
  font-family: "Open Sans", sans-serif;
}
#delete {
  display: none;
  color: #fff;
  background-color: #7b10ff;
  border-color: #7b10ff;
  font-size: 0.9rem !important;
  margin-left: 10px;
}
.downloadresetbutton {
  position: relative;
  top: 3px;
}
.downloadresetbutton #download {
  background: #363636;
  color: #fff;
  padding: 9px;
  border-radius: 0.25rem;
  margin-left: 10px;
}
.uploader {
  background-color: #2f2f2f;
  border-radius: 25px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  width: 75%;
  padding: 10px;
  height: auto;
  font-family: "Open Sans", sans-serif;
  color: white;
}
.inner-box {
  background-color: #11304e2e;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 35px 20px 100px 20px;
  display: inline-block !important;
  text-align: left;
  transition: 150ms;
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.drop_here_txt {
  margin-top: 20px;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: #fff;
}
.dropzone {
  text-align: center;
  color: black;
  position: relative;
  top: 40px;
}
.drop-span {
  color: white;
}
.button:focus {
  outline: none;
}
.button {
  outline: none;
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.19;
  letter-spacing: 0.32px;
  cursor: pointer;
  border: unset;
  color: #252525 !important;
  /* margin-left: 137px; */
}
.download-reset-button {
  display: none;
  /* float: right;
  align-items: center;
  position: sticky;
  right: 0;
  bottom: 0; */
}
#extracted {
  display: none;
}
#pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.extract-container {
  width: 90%;
  margin: auto;
  /* padding-top: 40px; */
  margin-bottom: 30px;
}
#processingLoadding {
  position: absolute;
  left: 15px;
  top: 10px;
}
.download-all {
  position: relative;
  background: #6c757d;
  border-radius: 10px;
  padding: 1rem 3rem;
  font-size: 14px;
  /* font-weight: bold; */
  line-height: 1.19;
  letter-spacing: 0.32px;
  cursor: pointer;
  border: unset;
  color: #fff !important;
  float: left;
  margin: 0 10px;
}
.download-all:focus {
  outline: none;
}
#decomplieMessage {
  color: white;
}

.restart-button {
  margin: 0;
  /* background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 7px 7px;
  font-size: 16px;
  line-height: 1.19;
  letter-spacing: 0;
  cursor: pointer;
  border: unset;
  color: #974fff !important;
  margin-top: 18px; */
}

.file-upload {
  display: none;
}
.textual-content {
  margin-top: 90px;
}
.textual-content-box {
  margin-top: 90px;
  background-color: rgba(17, 48, 78, 0.18);
  display: flex;
  flex-direction: row;
}
.supported {
  margin-top: 90px;
}

#filename {
  position: relative;
  left: 35px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.21;
  /* margin-bottom: 0px; */
  color: #000;
}
.how-to-text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  width: 74%;
  padding: 10px;
}
.how-to-h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.16;
  text-align: left;
  color: rgb(17, 48, 78);
  /* margin: 0px 0px 40px; */
  width: 100%;
  margin-top: 70px;
}
.steps {
  padding-left: 29px;
}
ul li span {
  display: inline-block;
  width: 20px;
  margin-right: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.unordered-list > li {
  margin: 0px 0px 20px;
  padding: 0px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: rgb(17, 48, 78);
  list-style: none;
  position: relative;
}

.rating-div {
  background-color: red;
}
.rating-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.rating-row {
  margin-right: -15px;
  margin-left: -15px;
}
.faq-container {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.faq-h2 {
  font-size: 53px;
  font-weight: 800;
  line-height: 1.16;
  text-align: center;
  color: #11304e;
  margin: 100px 0 50px;
}
.faq-h3 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 600;
  color: #11304e;
  position: relative;
  padding-right: 30px;
  line-height: 1.4;
  cursor: pointer;
}
.faq-list {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: auto;
  width: 50%;
  padding: 10px;
}

.sup-h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.21;
  color: rgb(17, 48, 78);
  text-align: center;
}
.sup-ul {
  margin: 0px;
  padding: 63px 0px 0px;
  text-align: left;
}
.sup-li {
  list-style: none;
  margin: 0px 0px 20px;
  font-size: 15px;
  color: rgb(17, 48, 78);
  width: 25%;
  text-align: left;
  display: inline-block;
}
@media (max-width: 768px) {
  .faq-list,
  .sup-li {
    width: 100%;
  }
}
a {
  text-decoration: unset;
  color: unset;
}
.sup-i {
  display: inline-block;
  margin-right: 10px;
  width: 19px;
  vertical-align: middle;
}
.sup-span {
  display: inline-block;
  width: 20px;
  margin-right: 20px;
  position: unset !important;
  top: 0px;
  left: 0px;
}
.clear {
  clear: both;
}
.leftbox {
  float: left;
  width: 30%;
  height: 280px;
  margin: 0px 28px;
  text-align: center;
  margin-bottom: 30px;
}
.middlebox {
  float: left;
  width: 30%;
  height: 280px;
  text-align: center;
  margin-bottom: 30px;
}
.rightbox {
  text-align: center;
  float: right;
  width: 30%;
  height: 280px;
  margin-bottom: 30px;
}
.file-list {
  padding: 10px 0 20px;
}

.single-file {
  color: white;

  cursor: pointer;
}
.small-text {
  font-size: 16px;
  font-weight: 500;
}
.rows {
  padding: 10px;
  margin: auto;
  width: 50%;
  margin-top: 70px;
  display: inline;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.rows-2 {
  margin-top: 50px;
}

#header {
  overflow: hidden;
  background-color: #fff;
}

.header a {
  /* float: left;
    color: black;
    text-align: center;
   
    line-height: 25px;
    border-radius: 4px; */

  padding: 0 20px 0 8px;
  text-decoration: none;
  color: #1e283c;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  outline: 0;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
  margin: 0px 101px;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: #eee;
  color: black;
}

.header-right {
  float: right;
  padding-right: 124px;
}

.how-to-p {
  margin-top: 35px;
}

.footer .single-footer-widget p {
  color: #fff;
}
.footer .single-footer-widget .menu-list li a {
  color: #fff;
  transition: all 0.3s ease 0s;
}
.social-icons > li > a {
  display: unset !important;
  padding: 10px !important;
}

.footer .footer-bottom p {
  color: #fff;
}

/* popup modal css */

.modal__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  display: none;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

.modal__container {
  display: flex;
  flex-direction: column;
  margin: 200px auto;
  background: #fff;
  width: 650px;
  max-width: 100%;
  border-radius: 4px;
  position: relative;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.modal-header {
  border: none !important;
  padding: 1rem 2rem !important;
}
.modal-body {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}
.modal-footer {
  border: none !important;
  justify-content: center !important;
}

.modal__container button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 32px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.modal__container button.close:hover {
  color: #6b46c1;
}
.active {
  display: block;
  pointer-events: auto;
}
.modal__wrapper.active .modal__container {
  transform: translateY(0px);
}

/* for rating css */
.rating-tool {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0px 20px 0px;
  margin-top: 25px;
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom: 1px solid rgb(221, 221, 221);
}
.rating-text {
  font-size: 17px;
  font-weight: 700;
  color: rgb(33, 33, 33);
  padding: 6px;
}
.rating-stars {
  color: #9d9d9d !important;
  padding-top: 17px;
  display: flex;
  align-items: center;
}
.rating-stars i {
  padding: 5px;
  font-size: 17px;
}
.rating-value {
  line-height: 24px;
  font-size: 16px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: rgb(33, 33, 33);
  padding: 6px;
}
#rating-img {
  height: 1px;
  width: 1px;
  filter: brightness();
  filter: brightness(100);
}

/* Recent blog post css */
.related_post_heading {
  width: 100%;
  font-size: 46px;
  text-align: center;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  color: #11304e;
  margin-bottom: 45px;
  padding-top: 75px;
  display: inline-block;
}
.wrapfooter {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.wrapfooter img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.wrapfooter .author-meta {
  flex: 1 1 auto;
  padding: 0 15px;
}
.wrapfooter .author-meta a {
  font-size: 15px;
  color: #000;
  text-transform: capitalize;
}
.wrapfooter .span.post-read-more {
  align-items: center;
  display: inline-block;
  margin-top: 8px;
}
.post-date {
  color: rgba(0, 0, 0, 0.44);
  font-size: 13px;
}
/* close */

@media (max-width: 768px) {
  .heading-h1,
  .how-to-h2,
  .faq-h2,
  .sup-h2 {
    font-size: 36px;
  }
  .uploader,
  .DownloadFiles {
    width: 100%;
  }
}

#extracted .jstree-icon {
  background-size: contain !important; /* Ensure the image is scaled properly */
  background-repeat: no-repeat !important; /* Prevent tiling of the image */
  background-position: center center !important; /* Center the image */
  width: 16px; /* Set appropriate width for the icon */
  height: 16px; /* Set appropriate height for the icon */
}

#extracted .jstree-node {
  list-style: none; /* Remove any bullet points */
  display: inline; /* Ensure the icon behaves as an inline element */
  height: 16px; /* Adjust height of the icon */
  background-size: contain; /* Scale background icon properly */
  background-repeat: no-repeat; /* Prevent tiling of the background image */
  background-position: center center; /* Center the background image */
  margin-right: 4px; /* Add spacing after the icon, if needed */
}

#extracted .jstree-anchor {
  display: inline-flex; /* Use inline-flex to align items horizontally */
  align-items: center; /* Vertically align icon and text */
  gap: 8px; /* Add spacing between the icon and the text */
  text-decoration: none; /* Remove any underline if present */
}

#extracted .jstree-leaf {
  display: block;
  margin-bottom: 10px;
}
