/* Base (mobile) */
.deploy-content {
  margin-bottom: 60px;
  padding: 40px 0 30px 0;
  margin-top: -9.2rem;
  margin-left: 0;
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 1280px;
}

/* ≥513px (small tablets) */
@media screen and (min-width: 513px) {
  .deploy-content {
    margin-top: -9.2rem;
    margin-left: 0;
  }
}

/* ≥769px (tablets and up) */
@media screen and (min-width: 769px) {
  .deploy-content {
    margin-top: -11rem;
    margin-left: -1.8rem;
  }
}

/* ≥993px (desktops) */
@media screen and (min-width: 993px) {
  .deploy-content {
    margin-left: 0;
  }
}

.deploy-content .cTitleContainer {
  padding: 0 40px;
}

.deploy-content .cContainerPadding {
  padding: 40px 25px 0 25px;
}

/* Base (mobile) */
.deploy-content .cLineCard {
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ff7300;
  min-height: 300px;
}

/* ≥993px (desktops and up) */
@media screen and (min-width: 993px) {
  .deploy-content .cLineCard {
    border-bottom: 1px solid #ff7300;
    border-right: 1px solid #ff7300;
    min-height: 371px;
  }
}

/* ≥1200px (larger desktops, optional fine-tune) */
@media screen and (min-width: 1200px) {
  .deploy-content .cLineCard {
    min-height: 250px;
  }
}

.deploy-content .cTopTitle {
  display: flex;
}

.deploy-content .cImageIcons {
  width: 60px;
  margin-right: 20px;
  height: fit-content;
}

.deploy-content h4 {
  font-weight: 600;
}

.deploy-content .cFixedHeightP {
  min-height: 104px;
}

.deploy-content .cSpacer {
  background: white;
  position: absolute;
  height: 20px;
  width: 100%;
  left: -1px;
  bottom: -5px;
  z-index: 1;
}

.deploy-content .cDownToggle {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/down.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 37px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.deploy-content .cDownToggle.active {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/up.svg);
  color: #ff7300;
}

.deploy-content .cDownToggle:hover {
  text-decoration: none;
}

.deploy-content .cOptionLInks {
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/right.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 37px;
  font-weight: 700;
  text-decoration: none;
}

.deploy-content .cOptionLInks:hover {
  color: #ff7300;
}

.container.cDownloads {
  padding: 0;
}

.cDownloads .cZipPanel {
  padding-bottom: 0;
}

.release-info .cZipPanel {
  background-color: #f7f8fb;
  margin: 0;
  padding: 2rem 6rem;
  border-radius: 10px;
}

.release-info .cDownloads .row.cZipPanel {
  padding-bottom: 0 !important
}

@media screen and (max-width: 512px) {
  .release-info .cZipPanel {
    padding: 1rem;
    margin: 0;
  }
  #success-msg {
    margin: 1rem;
  }
}

.wso-api-manager-deploy-anywhere-download-form .cOtherLinks {
  margin: 0;
  padding: 0
}

.wso-api-manager-deploy-anywhere-download-form .cOtherLinks li a:hover {
  color: #ff7300;
}

.wso-api-manager-deploy-anywhere-download-form .js-form-item-accept-terms .cConsents a {
  text-decoration: underline !important;
}

.wso-api-manager-deploy-anywhere-download-form .js-form-item-accept-terms .cConsents a:hover {
  text-decoration: none !important;
  transition: all .2s;
}

@media screen and (max-width:991px) {
  .release-info .cZipPanel {

    padding: 2rem 3rem;
  }

  #success-msg {
    margin: 2rem 3rem;
  }

}

.form-item-business-email label {
  line-height: 40px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 20px;
}

input[type="checkbox"] {
  position: relative;
  border: 2px solid #8f8f9d;
  border-radius: 2px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0;
  vertical-align: text-top;
  height: 22px;
  width: 22px;
  -webkit-appearance: none;
  opacity: 0.5;
}

input[type="checkbox"]:hover {
  cursor: pointer;
  opacity: 1;
}

input[type="checkbox"]:checked {
  background-color: #fe7200;
  opacity: 1;
}

input[type="checkbox"]:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.form-checkboxes .js-form-type-checkbox {
  margin-bottom: 10px;
}

.cBusinessEmail {
  margin-bottom: 35px;
}

.deploy-content .cGetDownLoadLink {
  font-size: 15px;
}

label.cConsents {
  font-size: 13px;
  font-weight: 400;
}

.deploy-content .js-form-item-subscribe {
  display: block;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 26px;
  display: inline-block;
  color: #000;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 29px;
  border: 2px solid #8f8f9d;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

[type="radio"]:checked+label:after {
  content: "";
  width: 23px;
  height: 23px;
  background: #fe7200;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.cDownTogglex::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://wso2.cachefly.net/wso2/sites/all/image_resources/down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.cDownTogglex[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

.cDownTogglex {
  background: none;
  padding-right: 37px;
  font-weight: 700;
  position: relative;
}

.cAPImPackageOptions .cPackagebody {
  padding: 1.25rem;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.package-option {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

label.error {
  color: red !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  margin-top: 0px !important;
  line-height: normal;
}

.cAPImPackageOptions label {
  background: none;
  font-weight: 700;
  position: relative;
  font-size: 1.1rem;
}

.apiPanel {
  display: none;
  position: relative;
}

.apiPanel.show {
  display: block;
}

.apiPanel .close {
  position: absolute;
  top: -5px;
  right: 30px;
  font-size: 24px;
  color: rgb(98, 98, 98);
  z-index: 999;
  background: none;
  border: 0;
}

.apiPanel .close span {
  font-size: 43px;
  font-weight: bold;
}

.js-form-item-accept-terms {
  position: relative;
}

label.error {
  color: #ff0000;
  position: absolute;
  left: 15px;
  bottom: 3px;
}

.js-form-item-subscribe,
.js-form-item-accept-terms {
  padding-bottom: 1rem;
}

.js-form-item-accept-terms label.error {
  background: transparent;
  padding-left: 15px;
  padding-right: 15px;
}

.success-msg-active {
  display: block !important;
}

label.error {
  left: 0;
}

/* 
.deploy-content .release-info .js-form-item {
  padding: 0
} */

/* .deploy-content .email-confirmation {
  padding-right: 0;
  padding-left: 0;
} */

.cConsents a {
  color: #0470ba;
  text-decoration: underline;
}

.cConsents a:hover {
  text-decoration: none;
}

#success-msg {
  line-height: 1.3rem;
  padding: 1rem 2rem;
  background-color: rgb(67, 152, 0) !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 2rem;
  border-top: 1px solid rgb(216, 216, 216);
  border-right: 1px solid rgb(216, 216, 216);
  border-left: 1px solid rgb(216, 216, 216);
  border-image: initial;
  color: rgb(255, 255, 255) !important;
  border-bottom: 0px !important;
  margin: 2rem 6rem;
}
.success-highlight {
  animation: successFlash 2.5s ease;
  background-color: #e6f6d8;
  padding: 12px;
  border-radius: 4px;
}

@keyframes successFlash {
  0% { background-color: #b8f0a1; }
  100% { background-color: #e6f6d8; }
}
