/* screen - downloads */

.downloads {
  align-items: flex-start;
  background-color: var(--white);
  border: 1px none;
  display: flex;
  width: 1280px;
}

.downloads .overlap-group {
  height: 956px;
  position: relative;
  width: 1280px;
}

.downloads .left-panel-fixed {
  background-image: url(../img/left-panel-fixed.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 956px;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
}

.downloads .button-container {
  display: flex;
  flex: 1;
  margin-top: 96px;
  max-height: 64px;
}

.downloads .button-new-campaign {
  align-items: center;
  background-color: var(--white);
  border-radius: 64px;
  box-shadow: 0px 4px 4px #00000040;
  display: flex;
  flex: 1;
  height: 64px;
  margin-left: 30px;
  margin-right: 30px;
}

.downloads .frame-52 {
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  max-height: 270px;
  width: 300px;
}

.downloads .frame {
  align-items: center;
  align-self: stretch;
  height: 60px;
  min-width: 300px;
}

.downloads .campaign-inputs {
  letter-spacing: 0;
  line-height: 14px;
  position: relative;
  white-space: nowrap;
  width: 236px;
}

.downloads .frame-54 {
  align-items: center;
  background-color: var(--white-2);
  height: 30px;
  min-width: 300px;
}

.downloads .content {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 72px;
  height: 956px;
  left: 300px;
  position: absolute;
  top: 0;
  width: 980px;
}

.downloads .frame-53 {
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
  gap: 120px;
  margin-left: 115px;
  margin-right: 65px;
  max-height: 386px;
  width: 800px;
}

.downloads .group-357 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 68px;
  margin-right: -4.00px;
  min-width: 804px;
  position: relative;
}

.downloads .title {
  height: 48px;
  letter-spacing: 0;
  line-height: 48px;
  white-space: nowrap;
  width: 800px;
}

.downloads .frame-61 {
  align-items: flex-start;
  flex-direction: column;
  gap: 70px;
  width: fit-content;
}

.downloads .button {
  height: 64px;
  min-width: 606px;
  position: relative;
}

.downloads .footer {
  align-items: center;
  background: linear-gradient(180deg, rgb(61, 129, 215) 0%, rgb(87, 154, 218) 2.6%, rgb(47, 151, 217) 51.56%, rgb(73, 146, 227) 100%);
  background-color: transparent;
  display: flex;
  height: 36px;
  left: 0;
  mix-blend-mode: normal;
  position: absolute;
  top: 920px;
  width: 1280px;
}
