.add-to-download-list-wrapper {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.add-to-download-list-wrapper .line {
  flex-grow: 1;
  height: 1px;
  background: #002846;
  opacity: 0.2;
}
.add-to-download-list {
  color: #00B5D3;
  background: rgba(0, 181, 211, 0.07199999999999999);
  border-radius: 55.1327px;
  padding: 8px 13px;
}
@media (min-width: 767px) {
  .add-to-download-list {
    padding: 10px 15px;
  }
}
.add-to-download-list .add-to-download-list-checked,
.add-to-download-list .add-to-download-list-plus {
  height: 15px;
  width: 15px;
}
.add-to-download-list .add {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}
.add-to-download-list .added {
  display: none;
}
.add-to-download-list .add-to-download-list-checked {
  fill: white;
}
.add-to-download-list .add-to-download-list-plus {
  fill: #00B5D3;
}
.add-to-download-list.added-to-cart {
  color: white;
  background: #00B5D3;
}
.add-to-download-list.added-to-cart .add {
  display: none;
}
.add-to-download-list.added-to-cart .added {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}
@media (min-width: 767px) {
  #open-download-list {
    display: inline-block !important;
    margin-right: 1.4em;
    position: relative;
  }
}
#open-download-list .count {
  color: #00B5D3;
}
#alert-message {
  display: none;
  position: absolute;
  z-index: 1;
  top: 75px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 13px 18px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #00B5D3;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.0785621);
  width: 90vw;
  white-space: normal;
}
@media (min-width: 767px) {
  #alert-message {
    width: fit-content;
    white-space: nowrap;
    top: 45px;
  }
}
#alert-message.show {
  display: block;
}
#download-list {
  padding: 0 !important;
}
#download-list .loader {
  display: none;
}
#download-list.loading .loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
#download-list.loading .loader svg {
  width: 100px;
  fill: #00B5D3;
}
#download-list .btn-primary {
  color: white;
  background: #00B5D3;
  border-radius: 1000px;
  padding: 15px 35px;
  border: none;
  width: fit-content;
  margin: auto;
}
#download-list .btn-clean {
  color: #00B5D3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
}
#download-list .modal-dialog {
  margin: 0;
  transform: translate(-25%, 0);
}
@media (min-width: 767px) {
  #download-list .modal-dialog {
    max-width: clamp(500px, 45vw, 875px);
  }
}
#download-list.show .modal-dialog {
  transform: translate(0, 0);
}
#download-list .modal-content {
  min-height: 100vh;
  border: none;
}
#download-list .modal-header {
  padding-top: 40px;
}
@media (min-width: 767px) {
  #download-list .modal-header {
    padding: 58px 75px;
  }
}
#download-list .modal-header .modal-title {
  font-weight: 400;
  font-size: 24px;
}
@media (min-width: 767px) {
  #download-list .modal-header .modal-title {
    font-size: 43px;
  }
}
#download-list .modal-header .modal-subtitle {
  font-weight: 400;
  font-size: 18px;
  color: #00B5D3;
}
@media (min-width: 767px) {
  #download-list .modal-header .modal-subtitle {
    font-size: 22px;
  }
}
#download-list .modal-header .close-modal {
  height: 20px;
  width: 20px;
}
@media (min-width: 767px) {
  #download-list .modal-header .close-modal {
    height: 25px;
    width: 25px;
  }
}
#download-list .modal-body {
  position: relative;
  max-height: 80vh;
  overflow: auto;
}
@media (min-width: 767px) {
  #download-list .modal-body {
    padding: 44px 75px;
  }
}
#download-list .after-download-all {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.7);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 1;
}
#download-list .after-download-all.show {
  display: flex;
}
#download-list .after-download-all svg {
  fill: #00B5D3;
  height: 90px;
  width: 90px;
  padding: 20px;
  border-radius: 50%;
  border: 5px solid #00B5D3;
  margin-bottom: 20px;
}
#download-list .download-list-actions {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-direction: column-reverse;
  background: white;
  border-top: 1px solid rgba(0, 40, 70, 0.1);
  padding-top: 25px;
  padding-bottom: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 767px) {
  #download-list .download-list-actions {
    border-top: none;
    flex-direction: row;
    padding-bottom: 40px;
  }
}
#download-list .download-list-actions #download-all-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#download-list .download-list-actions #download-all-list:disabled {
  background: #5c6c6e;
  cursor: not-allowed;
}
#download-list .download-list-actions #download-all-list svg {
  height: 20px;
  width: 20px;
  fill: white;
}
#download-list-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 100px;
}
#download-list-items li {
  padding: 15px 18px;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.0785621);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 767px) {
  #download-list-items li {
    padding: 20px 34px;
  }
}
#download-list-items li .item-title {
  color: #002846;
  opacity: 0.7;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
}
#download-list-items li .item-title.checked {
  text-decoration: line-through;
}
@media (min-width: 767px) {
  #download-list-items li .item-title {
    font-size: 18px;
  }
}
#download-list-items li .item-actions {
  display: flex;
  gap: 20px;
}
#download-list-items li .item-actions .item-download,
#download-list-items li .item-actions .item-delete {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  height: fit-content;
}
#download-list-items li .item-actions .item-download svg,
#download-list-items li .item-actions .item-delete svg {
  pointer-events: none;
  height: 20px;
  width: 20px;
}
#download-list-items li .item-actions .item-download svg {
  fill: #00B5D3;
}
