.container-convert-form-webp {
  /*end container-convert*/
}
.container-convert-form-webp {
  width: 60vw;
}
@media screen and (max-width: 1140px) and (min-width: 1025px) {
  .container-convert-form-webp {
    width: 60vw;
  }
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .container-convert-form-webp {
    width: 60vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 426px) {
  .container-convert-form-webp {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .container-convert-form-webp {
    width: 100%;
  }
}
.container-convert-form-webp .container-form-style {
  background-color: #464646;
  padding: 10px 10px 5px 10px;
  border-radius: 8px;
}
.container-convert-form-webp .container-form-style .label-convert-webp {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 300;
  color: inherit;
  background-color: rgb(27, 128, 223);
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 8px;
}
.container-convert-form-webp .container-form-style input[type=file].style-input-convert-webp {
  opacity: 0;
  display: none;
}
.container-convert-form-webp .container-form-style .view-list-convert {
  border: 1px solid #ccc;
  padding: 5px;
}
.container-convert-form-webp .container-form-style .view-list-convert ol {
  padding-bottom: 0;
}
.container-convert-form-webp .container-form-style .view-list-convert ol li {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
.container-convert-form-webp .container-form-style .view-list-convert ol li .file-name {
  width: 90%;
}
@media screen and (max-width: 425px) {
  .container-convert-form-webp .container-form-style .view-list-convert ol li .file-name {
    width: 70%;
  }
}
.container-convert-form-webp .container-form-style .view-list-convert ol li .file-name .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 425px) {
  .container-convert-form-webp .container-form-style .view-list-convert ol li .file-name {
    font-size: x-small;
  }
}
.container-convert-form-webp .container-form-style .view-list-convert ol li .file-name p {
  width: 100%;
  line-height: 1.1;
  color: #fff;
  font-size: small;
}
.container-convert-form-webp .container-form-style .view-list-convert ol li .file-size {
  max-width: 10%;
  padding: 3px;
}
@media screen and (max-width: 425px) {
  .container-convert-form-webp .container-form-style .view-list-convert ol li .file-size {
    max-width: 20%;
  }
}
.container-convert-form-webp .container-form-style .view-list-convert ol li .file-size p {
  line-height: 1.1;
  color: #fcfcfc;
  font-size: x-small;
  font-weight: 600;
  text-shadow: 1px 1px 1px black;
}
@media screen and (max-width: 425px) {
  .container-convert-form-webp .container-form-style .view-list-convert ol li .file-size p {
    font-size: xx-small;
  }
}
.container-convert-form-webp button.submit-convert-webp {
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 8px;
  background-color: rgb(27, 128, 223);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  margin: 10px 0 0 10px;
}
.container-convert-form-webp button.submit-convert-webp:disabled {
  background-color: #ccc;
  color: #fff;
}

/*------------------------------------------*/
dialog {
  position: relative;
  z-index: 9000;
}
dialog.dialog-convert-webp {
  /*end------*/
}
dialog.dialog-convert-webp {
  transition: all 0.3s ease;
  opacity: 0;
  width: 30vw;
  height: 25vh;
  background-color: transparent;
  padding: 10px;
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border: none;
}
@media screen and (max-width: 768px) and (min-width: 426px) {
  dialog.dialog-convert-webp {
    width: 80vw;
  }
}
@media screen and (max-width: 425px) {
  dialog.dialog-convert-webp {
    width: 80%;
  }
}
dialog.dialog-convert-webp::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
dialog.dialog-convert-webp .container-dialog {
  width: inherit;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
dialog.dialog-convert-webp .header-dialog-convert-webp {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  z-index: 500;
  margin-right: 50px;
}
dialog.dialog-convert-webp .header-dialog-convert-webp button {
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
dialog.dialog-convert-webp .header-dialog-convert-webp button i {
  font-size: 2rem;
  cursor: pointer;
}
dialog.dialog-convert-webp .body-dialog-convert-webp {
  height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
dialog.dialog-convert-webp .body-dialog-convert-webp p.dialog-p {
  font-size: xx-large;
  font-weight: 400;
  color: #ffffff;
  margin: 10px 0;
}
dialog.dialog-convert-webp .body-dialog-convert-webp a.link-upload {
  transition: all 1s ease;
  width: auto;
  color: #fff;
  font-size: x-large;
  margin: 10px 0;
  padding: 10px 20px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  background-color: #043874;
  border-radius: 16px;
}
dialog.dialog-convert-webp .body-dialog-convert-webp a.link-upload:hover {
  transition: all 0.3s ease;
  background-color: #e29300;
  color: #351c00;
}
dialog.dialog-convert-webp .body-dialog-convert-webp .loader {
  display: block;
  width: 50%;
  height: 5px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 10px 0;
}
dialog.dialog-convert-webp .body-dialog-convert-webp .loader::before {
  content: "";
  transition: background-color 100ms ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 30px;
  animation: moving 1s ease-in-out infinite;
}

@keyframes moving {
  0% {
    background-color: #0071e2;
  }
  20% {
    background-color: #26e200;
  }
  40% {
    background-color: #e2b900;
  }
  50% {
    width: 100%;
    background-color: #e24800;
  }
  60% {
    background-color: #e2b900;
  }
  80% {
    background-color: #26e200;
  }
  100% {
    background-color: #0071e2;
    width: 0;
    right: 0;
    left: unset;
  }
}/*# sourceMappingURL=convert-webp.css.map */