/* body.no-scroll {
  height: 100vh;
  overflow-y: hidden;
  position: fixed;
  width: 100%;
} */

/* .section-downloads:not(.dismiss_banner_closed){
  padding-top: 79px;
} */

.additional-link {
  text-align: center;
}

/* .parent-tabs-tools-and-connector {
  width: 100%;
} */

.deployment-title p {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  margin-bottom: 25px;
}
/* 
.additional-link .tab-list {
  display: none
} */
/* 
.additional-link .tab-list-tab {
  display: flex;
  text-align: center;
  background: none;
  border: none;
  border-bottom: none;
  transition: background-color .25s linear;
  cursor: pointer;
  position: relative;
  margin-left: 35px;
}

.additional-link .tab-list-tab:after {
  position: absolute;
  content: '';
  height: 10px;
  width: 100%;
  bottom: -5px;
  transition: background-color .25s linear;
  display: none;
}

.additional-link .tab-list-tab.active {
  border-bottom: 2px solid #4689D3;
  background: #fff;
}

.additional-link .tab-list-tab.active:after {
  background-color: #fff
}

.additional-link .tab-list-tab.active h6 {
  color: #000;
  font-weight: 700
}

.additional-link .tab-list-tab h6 {
  padding: 10px;
  color: #4e4e4e;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
} */

/* .additional-link .tab-content-wrapper {
  margin-top: 15px
} */

/* .additional-link .tab-expand {
  color: #666;
  font-weight: 400;
  border: 1px solid #cdd1d6;
  background: 0 0;
  transition: all .25s linear
} */

/* .additional-link .tab-expand.active {
  background: #fff
}

.additional-link .tab-expand.active h6 {
  color: #000;
  font-weight: 700
}

.additional-link .tab-expand h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
} */

.additional-link .tab-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px
}

.additional-link .icon {
  line-height: 12px;
  font-weight: 400
}

.additional-link .icon.tab-close-icon,
.additional-link .icon.tab-open-icon {
  width: 18px;
}


/* .additional-link .tab-content {
  display: none;
  padding: 0 20px
} */

/* .additional-link .tab-content li {
  display: block
} */
/* 
.additional-link .tab-content .inner-links {
  margin-top: 14px
}

.additional-link .tab-content .inner-plus>a:before {
  content: '';
  position: absolute;
  left: -17px;
  top: 2px;
  width: 11px;
  height: 11px
} */

/* .additional-link .tab-content .inner-plus h6 {
  margin: 20px 0 10px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
} */
/* 
.additional-link .tab-content .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background: #f3f3f3;
} */
/* 
.additional-link .tab-content .card img {
  height: 40px;
  margin-bottom: 15px;
}

.additional-link .tab-content .card h6 {
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}

.additional-link .tab-content .card p {
  color: #000;
  text-align: left;
}

.additional-link .tab-content .card .button {
  width: auto;
  margin: auto 0 0 0
} */
/* 
.additional-link .tab-content .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  background: #4287d6
}

.additional-link .tab-content .button.additional-link__image-button:not(.download_btn) {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  text-align: left;
  background: #fff;
  border: 2px solid #4287d6;
  border: 2px solid #cdd1d6;
  overflow-wrap: break-word;
  word-break: break-word;
  position: relative;
  text-decoration: none;
}

.additional-link .tab-content .button.download_btn {
  margin-right: 10px;
  padding: 13px 15px;
}

.button_group {
  display: flex;
  align-items: center;
  width: calc(100% - 15px);
}

.additional-link .tab-content .button.download_btn:after {
  background-image: url(../../images/download_icon_white.svg);
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 8px;
  display: inline-block;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.additional-link .tab-content .button .additional-link__image {
  flex-shrink: 0;
  display: block;
  height: 32px;
  width: 32px;
  margin-right: 14px;
  background-position: center center;
  background-repeat: no-repeat;
} */
/* 
.tab-lists {
  display: flex;
  align-items: center;
  box-shadow: 0px 3px 10px #CCCCCC7D;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.tab-lists.active::before,
.tabs-container .tab-content.active .tab-cols-row:before,
.tab-lists:hover::before {
  position: absolute;
  content: '';
  width: 7px;
  background: #4689D3;
  border-radius: 8px 0 0 8px;
  left: -1px;
  top: -1px;
  bottom: -1px;
} */

/* .tabs-container .tab-content.active .tab-cols-row:before {
  left: 0;
} */

/* .tab-lists:not(.active):hover::before {
  background: #CCCCCC;
} */

.tabs-container .tab-content.active:before {
  left: -1px;
  top: -1px;
  bottom: -1px;
}

.tab-list-desc * {
  margin: 0;
  padding: 0;
}

/* .tab-list-desc {
  margin-left: 20px;
} */

/* .tab-list-desc .title {
  margin-bottom: 5px;
  color: #4E4E4E;
  font-size: 20px;
} */

.tab-list-desc .sub-title {
  color: #333333;
  font-weight: normal;
  font-size: 16px;
}

/* .tabs-container {
  margin-top: 25px;
} */

.tabs-container .tab-content {
  display: none;
  font-size: 16px;
  line-height: 21px;
}

/* .tabs-container .tab-content .tab-cols-row {
  overflow: hidden;
  box-shadow: 0px 3px 10px #0000000F;
  border: 1px solid #D6D6D6;
  border-radius: 8px;
  position: relative;
} */

.tabs-container .tab-content.active {
  display: block;
}

/* .tabs-container .tab-content .header {
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: flex-start;
  flex-direction: column;
} */

/* .tabs-container .tab-content .title {
  margin-bottom: 12px;
  color: #666666;
  font-weight: normal;
  font-size: 26px;
} */

/* .tabs-container .tab-content .tags {
  padding: 5px 10px;
  background: #4689D3;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
} */

/* .tabs-container .tab-content p {
  font-size: 16px;
  line-height: 21px;
} */

.tabs-container .tab-content .tab-desc-links {
  margin: 20px 0;
}

.tabs-container .tab-content .tab-desc-links a {
  font-size: 14px;
  line-height: 16px;
}

/* .tabs-container .tab-content form {
  padding: 20px 15px 20px 20px;
  width: 100%;
  border-left: 1px solid #D6D6D6;
  background: #F3F3F3;
} */

/* .col-4 {
  margin-top: 40px;
  flex-wrap: wrap;
} */

/* .form-row {
  margin-bottom: 18px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
} */
/* 
.form-row label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
} */

/* .form-row input,
.form-row select {
  height: 47px;
  border: 1px solid #959595;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  padding: 10px;
} */

.form-row select {
  padding: 0 10px;
  color: #000;
  font-weight: 400;
  background: url(../../images/form/black-dropdown.svg) no-repeat right 5px center/ 25px, linear-gradient(180deg, #fff 0, #fff);
}

.form-row select option {
  color: #000;
  font-weight: 400;
}

.tabs-container .tab-content ul,
.tabs-container .tab-content .list-block {
  display: block;
  flex-wrap: wrap;
}

.tabs-container .tab-content ul li,
.tabs-container .tab-content .list-block li {
  width: 100%;
  margin: 10px 0;
  position: relative;
  padding-left: 15px;
}

.tabs-container .tab-content .tab-desc li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
}


.form-row .checker {
  display: flex;
  align-items: start;
}
/* 
.form-row .checker input {
  width: 70px;
  height: 25px;
  margin-right: 15px;
} */

/* .form-row a {
  color: #4689D3;
} */
/* 
.submit-btn {
  background: #4689D3;
  height: 46px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  width: 100%;
  border: none;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn.disabled,
.submit-btn:disabled {
  pointer-events: none;
  opacity: 0.65;
} */

.text-10 {
  font-size: 10px;
  line-height: 12px;
}
/* 
.have_acc {
  font-size: 11px;
  line-height: 14px;
}

.have_acc a {
  color: #4689D3;
  font-weight: 700;
} */

.tabs-container .tab-content .pwd-hints {
  margin: 8px 0;
}

.tabs-container .tab-content .pwd-hints .checkbox {
  width: 8px;
  height: 8px;
  border: 0.5px solid #737373;
  position: relative;
}

.tabs-container .tab-content .pwd-hints .error .checkbox {
  border-color: #ed4448;
}

.tabs-container .tab-content .pwd-hints .success .checkbox {
  border: none;
}

.tabs-container .tab-content .pwd-hints .success .checkbox:before {
  content: 'L';
  position: absolute;
  left: -2px;
  top: 0px;
  transform: scaleX(-1) rotate(-45deg) translateY(-4px);
  font-size: 11px;
  font-weight: 500;
  color: #0BB740;
}
/* 
.tabs-container .tab-content .pwd-hints span {
  font-size: 10px;
  line-height: 10px;
  color: var(--black);
  display: inline-block;
} */

/* .tabs-container .tab-content .col-8 {
  padding: 35px;
} */

.tab-icons {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-size: 32px;
}

.downloads-tabs .tab-lists .tab-icons {
  background-repeat: no-repeat;
}

.downloads-tabs .tab-lists:nth-child(1) .tab-icons,
.downloads-tabs .tab-lists:nth-child(2) .tab-icons,
.downloads-tabs .tab-lists:nth-child(3) .tab-icons,
.downloads-tabs .tab-lists:nth-child(4) .tab-icons {
  background-position: 2px 2px;
}
/* 
.downloads-tabs .tab-lists:nth-child(1).active .tab-icons {
  background-position: 1px -33px;
}

.downloads-tabs .tab-lists:nth-child(2).active .tab-icons,
.downloads-tabs .tab-lists:nth-child(3).active .tab-icons,
.downloads-tabs .tab-lists:nth-child(4).active .tab-icons {
  background-position: 2px -32px;
} */

#tab1 .active .col-4+div {
  display: flex;
}

#tab1 .active .col-4+div+div {
  display: flex;
}

.thankyou-box {
  /* background: #F3F3F3; */
  padding: 35px 0;
  width: 100%;
}

.thankyou-box img {
  width: 100px;
  margin: 0px auto 20px;
}

.thankyou-box .link {
  color: var(--black);
  font-weight: 700;
}

.tabs-container .tab-content hr {
  margin-bottom: 20px;
}

/* .external-links {
  background: #FBFBFD;
  padding: 20px 24px;
  border-top: 0.5px solid #D6D6D6;
  border-left: 0.5px solid #D6D6D6;
  width: 100%;
  border-radius: 0 0 8px 0;
} */

.tabs-container .tab-content .external-links li {
  margin: 10px 0;
  padding-left: 0;
}

/* .tabs-container .tab-content .external-links a {
  color: #4689D3;
  font-size: 16px;
  line-height: 19px;
} */
/* 
.multitab-cols .tab-cols-row {
  height: 117px;
  position: relative;
} */
/* 
.multitab-cols .tab-cols-row:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #666666;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  cursor: pointer;
}

.multitab-cols .tab-cols-row.active:after {
  display: none;
}

.multitab-cols .tab-cols-row.active {
  height: auto;
} */
/* 
.multitab-cols .tab-cols-row .col-8 {
  padding: 20px 35px;
}

.multitab-cols .tab-cols-row.active .col-8 {
  padding: 35px;
}

.multitab-cols .tab-cols-row .col-4 {
  opacity: 0;
}

.multitab-cols .tab-cols-row .col-4 form {
  pointer-events: none;
}

.multitab-cols .tab-cols-row.active .col-4 {
  opacity: 1;
  display: flex;
}

.multitab-cols .tab-cols-row.active .col-4 form {
  pointer-events: all;
} */

/* .tabs-container .tab-content .tab-cols-row {
  margin-bottom: 30px;
} */

.tabs-container .tab-content.active .tab-cols-row.active {
  cursor: default;
}


.tabs-container .tab-content .has-error input {
  border-color: #ed4448;
}

.customInvalid{
  border: 1px solid #ed4448 !important;
}
.customInvalid+.mktoError{
  display: block !important;
}

.error-msg {
  color: #ed4448;
  font-size: 10px;
  line-height: 1;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
}

.has-error .error-msg {
  display: block;
}

.mktoForm .mktoField.mktoInvalid, .mktoForm .mktoField.customInvalid,
.has-error input {
  background: #fff url(../../images/svgs/alert.svg) no-repeat right 10px center / 15px;
  padding-right: 30px;
}



.overlay {
  background: rgba(139, 139, 139, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow-y: auto;
}
/* 
.overlay .form-wrap {
  width: calc(100% - 30px);
  padding: 20px 15px;
  margin: 30px auto;
  border: 0.5px solid #959595;
  background: #F3F3F3;
  position: relative;
  transition: height 0.4s linear;
} */

.form-row .col {
  width: calc((100% - 10px) / 2);
  float: left;
}

.form-row .col:first-child {
  margin-right: 10px;
}

.col-wrap {
  display: flex;
  width: 100%;
}

.col-wrap input {
  width: calc(100% - 70px);
  border-radius: 0 2px 2px 0;

}

.form-row .area-code {
  width: 70px;
  border-radius: 2px 0 0 2px;
}

.overlay .checker input {
  width: 25px;
}

.overlay .checker span {
  font-weight: 700;
}

.main-content-wrapper .close-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 19px;
  font-size: 0;
  height: 19px;
  cursor: pointer;
  z-index: 9;
  background: url(../../images/decorative-items/hamburger-close-Icon.svg) no-repeat center center/contain;
}

.returning_user .title,
.returning_user .title span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #666666;
  width: 100%;
}

.returning_user .user_email {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  width: 100%;
}

.returning_user .user_email a {
  font-weight: 700;
  color: #2F88D3;
}

.version-content {
  padding: 20px 0 0 0;
  border-top: 1px solid var(--orange);
  margin-top: 20px;
}

.no-border {
  border: navajowhite;
  margin: 0;
  padding: 0;
}

.version-content strong {
  font-weight: 400;
}
/* .tabs-container .tab-content p:last-child{
  padding-bottom: 20px;
} */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:-moz-placeholder {
  color: transparent;
}

.mktoForm {
  width: 100% !important;
}


/* @media all and (max-width: 360px) {
  .tabs-container .tab-content .title {
    line-height: 34px;
    margin-bottom: 18px;
  }
} */

@media all and (min-width: 596px) {
  /* .tabs-container .tab-content .tags {
    margin-left: 20px;
  } */

  /* .tabs-container .tab-content .title {
    margin-bottom: 0;
  } */

  /* .multitab-cols .tab-cols-row {
    height: 73px;
  } */

  /* .tabs-container .tab-content .header {
    align-items: center;
    flex-direction: row;
} */
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-size: 12px;
  line-height: 20px;
}

.mktoForm .mktoFormRow[data-wrapper-for~="termsandConditions"] {
  margin-bottom: 20px !important;
}

.mktoForm .mktoFormRow a {
  padding: 0;
}

.mktoFormRow[data-wrapper-for~='termsandConditions'] .mktoCheckboxList.mktoInvalid {
  border: none;
  padding: 0;
}

.mktoFormRow[data-wrapper-for~='termsandConditions'] input[type=checkbox],
.mktoFormRow[data-wrapper-for~='Double_Opt_in_Compliant__c'] input[type=checkbox] {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  /* margin-top: -7px; */
  /* max-width: 23px; */
}

.mktoFormRow[data-wrapper-for~='termsandConditions'] input[type=checkbox]+label,
.mktoFormRow[data-wrapper-for~='Double_Opt_in_Compliant__c'] input[type=checkbox]+label {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.mktoFormRow[data-wrapper-for='termsandConditions'] input[type=checkbox]+label:before,
.mktoFormRow[data-wrapper-for='Double_Opt_in_Compliant__c'] input[type=checkbox]+label:before {
  top: 0;
  bottom: 0;
  margin: auto;
}

.mktoFormRow[data-wrapper-for='termsandConditions'] .mktoCheckboxList>label,
.mktoFormRow[data-wrapper-for='Double_Opt_in_Compliant__c'] .mktoCheckboxList>label {
  display: none;
}

.mktoFormRow[data-wrapper-for='privacyPolicy'] .mktoHtmlText.mktoHasWidth {
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 600;
}

.mktoFormRow[data-wrapper-for='privacyPolicy'] {
  display: none;
}

.mktoForm .mktoField {
  border: 1px solid var(--orange);
  height: 41px !important;
  padding: 5px 10px !important;
  margin-bottom: 8px !important;
}

.mktoForm .error-msg {
  margin-top: 5px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

.mktoForm .mktoCheckboxList {
  display: flex;
  width: unset !important;
}

.mktoForm .mktoCheckboxList {
  display: inline-block !important;
}

.mktoForm .mktoCheckboxList>label {
  font-size: 14px;
  line-height: 20px !important;
  font-weight: 600;
  display: inline !important;
}

.mktoForm .mktoCheckboxList a {
  /* color: #4689D3 !important; */
  padding: 0;
}

.mktoButtonRow {
  width: 100%;
}

.mktoForm button.mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  width: 100%;
  padding: 12px !important;
  background: var(--black) !important;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 800;
  border-radius: 0px;
  border: none !important;
  height: 41px;
}


.mktoForm .mktoFormRow {
  margin: 0;
  position: relative;
}

.mktoForm .mktoFormRow[data-wrapper-for='FirstName'] {
  display: block !important;
}

.mktoForm .mktoFormRow div[data-wrapper-for~="termsandConditions"] .mktoCheckboxList>input[value]+label,
.mktoForm .mktoFormRow div[data-wrapper-for~="Double_Opt_in_Compliant__c"] .mktoCheckboxList>input[value]+label {
  padding-left: 0 !important;
  cursor: pointer;
}

.mktoForm div[data-wrapper-for~="termsandConditions"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth,
.mktoForm div[data-wrapper-for~="Double_Opt_in_Compliant__c"] .mktoLogicalField.mktoCheckboxList.mktoHasWidth {
  padding: 5px 10px 0px 0px !important;
  width: inherit !important;
}

.mktoForm .mktoFormRow input[type=text],
.mktoForm .mktoFormRow input[type=url],
.mktoForm .mktoFormRow input[type=email],
.mktoForm .mktoFormRow input[type=tel],
.mktoForm .mktoFormRow input[type=number],
.mktoForm .mktoFormRow select.mktoField,
.mktoForm .mktoFormRow input[type=date] {
  width: 100% !important;
  padding: 0 32px 0 11px !important;
}

.mktoForm select.mktoField {
  padding-right: 30px !important;
}

.mktoForm .mktoFormRow[data-wrapper-for='termsandConditions'] .mktoFieldWrap.mktoRequiredField {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.mktoForm .mktoFormRow.col_1 .mktoFormCol,
.mktoForm .mktoFormRow.col_0 .mktoFormCol {
  padding: 0;
  margin-bottom: 15px !important;
}

.mktoForm .mktoField.mktoInvalid {
  border-color: #ed4448;
}

.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}

.form-wrap .mktoForm .mktoError .mktoErrorMsg {
  margin-top: 0;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  color: #ed4448;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  text-shadow: none;
  font-weight: 500;
}

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  display: none !important;
}

.form-wrap .mktoForm .mktoError {
  bottom: -10px !important;
  left: 0px !important;
  right: auto !important;
  position: absolute;
}

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
  margin-left: 5px;
}

.form-submit-loader {
  display: none;
  position: relative;
  width: 15px;
  height: 15px;
  right: -10px;
}

.form-submit-loader.active {
  display: inline-block;
}

.form-submit-loader span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: formSubmitLoader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.form-submit-loader span:nth-child(1) {
  animation-delay: -0.45s;
}

.form-submit-loader span:nth-child(2) {
  animation-delay: -0.3s;
}

.form-submit-loader span:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes formSubmitLoader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .additional-link h2 {
  font-size: 28px;
  line-height: 32px;
} */

#modalShow h4 {
  margin-bottom: 10px;
}

#modalShow .terms-container {
  margin: 30px 0;
}

.mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth {
  width: auto !important;
  padding: 0;
  margin: 0 auto;
}

.mktoFormCol .mktoFieldWrap .mktoHtmlText.mktoHasWidth {
  text-align: left;
}

.mktoForm .mktoFormRow .mktoHtmlText .greeting {
  font-size: 16px;
  line-height: 1.6rem;
  word-break: break-word;
}

#modalShow .license-agreement input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

#modalShow .license-agreement label {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #545454;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
  line-height: 1.1rem;
}

#modalShow .license-agreement label::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0;
  border: 1px solid var(--orange);
}

#modalShow .license-agreement input[type=checkbox]:focus+label::before {
  box-shadow: 0 0 1px 3px rgb(59 153 252 / 70%);
  outline: 0;
}

#modalShow .license-agreement input[type=checkbox]:checked+label::before {
  border-color: var(--orange);
}

#modalShow .license-agreement input[type=checkbox].hasError+label::before {
  border-color: red;
}

#modalShow .license-agreement input[type=checkbox]~.mktoError .mktoErrorMsg {
  display: none;
}

#modalShow .license-agreement input[type=checkbox].hasError~.mktoError {
  padding: 12px 10px 0px;
}

#modalShow .license-agreement input[type=checkbox].hasError~.mktoError .mktoErrorMsg {
  color: red;
  display: inline;
  font-size: 14px;
  font-weight: 300;
}

#modalShow .license-agreement input[type=checkbox]+label::after {
  content: none;
}

#modalShow .license-agreement input[type=checkbox]:checked+label::after {
  content: "";
}

#modalShow .license-agreement input[type=checkbox]+label::after {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 8px;
  height: 5px;
  width: 9px;
  border-left: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: rotate(-45deg);
}
/* 
#modalShow #licenseAgreementDiv .mktoButtonWrap.mktoRound button.mktoButton {
  background: #2F88D3 !important;
  border: 1px solid #2F88D3 !important;
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  margin: 0;
  width: 100%;
  padding: 15px !important;
}

#modalShow #licenseAgreementDiv .mktoButtonWrap.mktoRound button.mktoButton:active {
  background: #2F88D3;
  border: 1px solid #2F88D3;
} */

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  border-radius: 0px !important;
}


.page-template-download-child .post_block_item[data-post-title="Autonomous Operator"] .form-row option[value="Couchbase Service Broker"] {
  display: none;
}

.mktoForm.mktoHasWidth.mktoLayoutLeft .mktoCheckboxList>label{
  display: block !important;
  margin-left: 2.5em;
  }
