#download-img {
  width: 25px;
  position: relative;
  left: 10px;
  top: -1px;
}
.how-to-leftimg {
  margin-left: -12px;
}

.container2 {
  height: 300px;
  width: 100%;
  cursor: pointer;
}

/* .uploading {
  /* cursor: pointer;
  padding: 15px 30px;
  width: 250px;
  margin: auto;
  color: black;
  border-radius: 4px;
  font-size: 20px;
  background: white;
  text-align: center;
  font-weight: bold; */
/* } */
*/ .uploadingFolder {
  height: 65px;
  width: 20%;
  float: right;
  color: black;
}
.uploadingFile {
  height: 65px;
  float: left;
  width: 78%;
}

@media (max-width: 350px) {
  .uploading {
    width: 70%;
  }
}

.uploadingFile p {
  color: black;
  font-size: 25px;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 368px) {
  .uploadingFile p {
    font-size: 20px;
    margin-top: 18px;
  }
}
.uploadingFolder i {
  font-size: 40px;
  margin-top: 12px;
  margin-left: 6px;
  color: black;
}
@media (max-width: 407px) {
  .uploadingFolder i {
    margin-top: 17px;
    margin-left: 8px;

    font-size: 30px;
  }
}

#main-icon {
  height: auto;
  width: auto;
  margin: auto;
  color: white;
  margin-top: 42px;
}

#main-icon i {
  font-size: 80px;
}

.files {
  height: 1px;
  width: 1px;
  visibility: hidden;
}

#processingpage {
  visibility: hidden;
}

/* #mainpage {
  display: none;
} */

#fileInfo {
  margin-top: 30px;
}

#table {
  width: 100%;
  margin: auto;
}
#table thead th,
tbody td {
  border: 3px solid white;
  text-align: center;
  margin: auto;
  color: white;
}

#compressing {
  margin: auto;
  background: transparent;
  border: 5px solid white;
  color: white;
  padding: 10px 25px;
}

#uploading2 {
  margin-top: 50px;
}
#fileInfoContainer {
  width: 90%;
  height: 500px;
  overflow: auto;
  margin: auto;
  max-height: 400px;
  color: white;
  font-size: 20px;
  border-radius: 10px;
  border: 3px solid white;
}
#fileInfoContainer #fileName {
  font-size: 25px;
  text-decoration: underline;
  font-weight: bold;
  text-align: left;
  color: white;
}
#fileInfoContainerInner {
  width: 100%;
  height: auto;
  text-align: left;
}

@media (max-width: 1073px) {
  #fileInfoContainer {
    width: 90%;
  }
}

#dropfile {
  text-align: center;
  color: white;
  font-size: 15.5px;
  margin-top: 16px;
}

#download {
  margin: auto;
}

#addmorefiles {
  margin-top: 100px;
}
#downloadAll {
  padding: 15px 10px;
  border: 3px solid white;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}
.note {
  font-size: 30px;
  color: white;
  text-align: center;
}
.how-to-leftimg {
  width: 250px;
  background: none;
  outline: none;
  height: 250px;
}

#error {
  text-align: center;
  color: yellow;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 375px) {
  #error {
    font-size: 20px;
  }
}

#loadingMessage {
  margin-top: 100px;
  /* font-weight: bold; */
  text-align: center;
  color: #000;
  font-size: 16px;
  border-radius: 10px;
}
@media (max-width: 560px) {
  #loadingMessage {
    font-size: 24px;
  }
}
@media (max-width: 425px) {
  #loadingMessage {
    font-size: 20px;
  }
}
#upper-loader {
  width: 0%;
  height: 13px;
  background: white;
}
#loader-box,
.loader-box {
  background: url("../spinner.gif");
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}
#thankyouImage {
  height: 80px;
  width: 80px;
}
#thankyouText {
  text-align: center;
  margin-top: 13px;
  font-size: 17px;
}
.thankyouBox {
  display: flex;
  visibility: visible;
  flex-direction: column;
  background: #ffff;
  visibility: hidden;
  border: 1px solid #ccc;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
#downloadButton {
  padding: 10px 16px;
  color: #fff;
  font-size: 15px;
  outline: none;
  background: var(--primary-color);
}

.boxes {
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px 24px;
  height: 54px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
}
.boxes svg,
#dropbox svg,
#filepicker svg {
  height: 24px !important;
  width: 24px !important;
}
.file-pick-dropdown {
  display: inline-flex;
  background: #fff;
  height: 54px;
  z-index: 10;
  border-left: 1px solid rgba(134, 124, 124, 0.15);
  padding: 13px 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  align-items: center;
  position: relative;
}
.file-pick-dropdown i {
  margin: 0;
}
.file-picker-dropdown {
  width: 213px;
  position: absolute;
  background: #fff;
  top: 111%;
  right: 0px;
  display: none;
  box-shadow: rgb(26 26 26 / 20%) 0px 0px 12px;
  border-radius: 4px;
}
.arrow-sign {
  font-size: 18px;
}
.file-picker-dropdown svg {
  height: 24px;
  width: 24px;
}
.file-picker-dropdown button,
.file-picker-dropdown a {
  border: none;
  width: 100%;
  border-radius: 4px;
  text-align: left;
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 15px 24px;
  list-style: none;
  height: 54px;
}
.file-picker-dropdown button:hover {
  background: #e9e4e4;
}
#downloadButton svg {
  height: 25px;
}

.table thead th,
tbody td {
  color: #000 !important;
  text-align: left !important;
}

.container2_inner {
  width: 100%;
  height: auto;
  display: flex;
  padding: 30px;
  padding-left: 0px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.main_divs {
  height: 550px;
  border-radius: 4px;
}
#left_div {
  width: 30%;
  float: left;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#right_div {
  width: 70%;
  background: rgba(0, 0, 0, 0.03);
  float: right;
  background: white;
  padding: 20px;
  border: 2px solid rgba(0, 0, 0, 0.125);
  overflow: auto;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.info_container {
  width: 100%;
  text-align: center;
  height: auto;
  margin-top: 38px;
}
.info_container p {
  color: #000;
}
.zip_heading {
  font-weight: bold;
  font-size: 20px;
}
.zip_value {
  margin-top: -31px;
  font-weight: 400;
  font-size: 17px;
}
#download_all {
  border: 1px solid white;
  font-weight: bold;
  height: 50px;
  margin-top: -25px;
  background: var(--primary-color);
  width: 200px;
  font-size: 16px;
  padding-top: 14px;
  color: #fff;
}
.download_div,
.info_div {
  height: auto;
  width: 100%;
}
.file_name_container {
  margin-top: 2px;
}
@media (max-width: 1000px) {
  #right_div,
  #left_div {
    width: 100%;
  }
  .container2_inner {
    padding-left: 30px;
    display: inline-block;
  }
  .zip_heading {
    font-size: 20px;
  }
  .info_div {
    display: flex;
    margin-top: 40px;
  }
  .file_name_container {
    margin-top: 36px;
  }
  .downlaod_div {
    /* position: absolute; */
    top: 0px;
    width: 100%;
    left: 0px;
  }
  .info_container {
    width: 100%;
  }
  #download_all {
    width: 95%;
    margin-top: -18px;
  }
  #left_div {
    height: auto;
    float: none;
  }
  #righht_div {
    float: none;
  }
}
@media (max-width: 611px) {
  .zip_heading {
    font-size: 21px;
    font-weight: 900;
  }
}
@media (max-width: 590px) {
  .info_div {
    display: block;
    /* margin-top: 66px; */
  }
  .zip_heading {
    font-size: 25px;
  }
  .info_div {
    border: 2px solid white;
  }
  #download_all {
    width: 89%;
  }
}

@media (max-width: 400px) {
  .info_div {
    border: none;
  }
}
.custom-box {
  padding: 15px;
  position: relative;
}
.inner-box {
  border: 1px dashed rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.1);
  padding: 40px;
  min-height: 300px;
  width: 100%;
}
.options-wrapper {
  background-color: #fff;
  box-shadow: 0px 1px 8px #c3c3c3;
  border-radius: 5px;
  padding: 20px;
}
.action-button,
.add-more {
  padding: 10px 30px;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background: var(--primary-color);
}
.action-button i,
.add-more i {
  margin-bottom: 0px;
  margin-right: 3px;
}
.list-file {
  display: flex;
  justify-content: space-between;
  background: #eee;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
.list-file .file-item {
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #ddd8d8;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
.list-file .file-item i {
  margin-bottom: 0px;
}
.workspace {
  display: none;
}

@media (max-width: 768px) {
  .col-md-10 {
    padding: 0 !important;
  }
  .container2_inner {
    padding: 0px !important;
  }
}
#loaderDiv {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
