﻿.tooltip {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  padding: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  display: none;
}
.tooltip .tooltip-inner {
  border-radius: 0;
  background: #000000;
  opacity: 0.6;
  padding: 8px 16px;
  text-align: left;
  width: auto;
  max-width: unset;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.trialLicesne .logos img {
  object-fit: contain;
}
.trialLicesne h2 {
  position: relative;
  width: 100%;
  margin-top: 55px;
}
.trialLicesne h2 .currentProductName {
  display: none;
}
.trialLicesne h2 .backBtn {
  display: none;
  position: absolute;
  left: 0;
  float: left;
  font-size: 20px;
  color: #FE8E14;
}
.trialLicesne h2 .backBtn:hover {
  opacity: 0.7;
}
.trialLicesne #currentTrialProduct {
  line-height: 30px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.trialLicesne .noProduct {
  width: 1046px;
  border: 1px solid #CCCCCC;
  padding: 32px 40px 40px 55px;
  margin: 20px auto 100px;
  /*    .onlyInStepOne {
      display: none;
  }*/
  /*   &.ifNoProduct {
      margin: 30px auto 99px;

      .onlyInStepOne {
          display: block;
      }
  }*/
}
@media (max-width: 1199px) {
  .trialLicesne .noProduct {
    width: 850px;
  }
}
@media (max-width: 991px) {
  .trialLicesne .noProduct {
    width: 580px;
  }
}
@media (max-width: 767px) {
  .trialLicesne .noProduct {
    padding: 0 20px 0;
    width: 100%;
    max-width: 500px;
  }
}
.trialLicesne .noProduct .tooltipIcon {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  background: url(../../images/icons/information-circle.png) right center no-repeat;
  margin-top: -3px;
  background-size: 100%;
  margin-left: 5px;
}
.trialLicesne .noProduct .radio-group {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .trialLicesne .noProduct .radio-group {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .trialLicesne .noProduct .radio-group {
    margin-bottom: 10px;
  }
}
.trialLicesne .noProduct .radio-group .title {
  display: block;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .trialLicesne .noProduct .radio-group .title {
    font-size: 16px;
  }
}
.trialLicesne .noProduct .radio-group > ul {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .trialLicesne .noProduct .radio-group > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .trialLicesne .noProduct .radio-group > ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.trialLicesne .noProduct .radio-group > ul li {
  position: relative;
  float: left;
  height: auto;
  line-height: 30px;
  padding: 15px 25px;
  background: #F5F5F5;
  vertical-align: top;
  cursor: pointer;
  font-size: 16px;
}
.trialLicesne .noProduct .radio-group > ul li:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .trialLicesne .noProduct .radio-group > ul li {
    width: 270px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .trialLicesne .noProduct .radio-group > ul li:nth-child(3n) {
    margin-right: 0;
  }
  .trialLicesne .noProduct .radio-group > ul li:nth-child(odd) {
    margin-right: 20px;
  }
  .trialLicesne .noProduct .radio-group > ul li.dcv {
    height: auto;
    line-height: 30px;
  }
  .trialLicesne .noProduct .radio-group > ul li.dcv:after {
    top: 21px;
  }
}
@media (max-width: 767px) {
  .trialLicesne .noProduct .radio-group > ul li {
    width: 100%;
    margin-left: 0;
  }
  .trialLicesne .noProduct .radio-group > ul li:nth-child(odd) {
    margin-right: 0;
  }
}
.trialLicesne .noProduct .radio-group > ul li:after {
  display: block;
  content: "";
  position: absolute;
  top: 21px;
  right: 20px;
  border-radius: 50%;
  border: 1px solid #707070;
  width: 18px;
  height: 18px;
  background-color: #fff;
}
@media (max-width: 1399px) {
  .trialLicesne .noProduct .radio-group > ul li:after {
    right: 15px;
  }
}
.trialLicesne .noProduct .radio-group > ul li.checked {
  background: #EEEEEE;
  border: 1px solid #888888;
  padding: 14px 24px;
}
.trialLicesne .noProduct .radio-group > ul li.checked:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 21px;
  line-height: 20px;
  border: none;
  background-color: transparent;
  font-weight: 900;
  color: #fe8e14;
}
.trialLicesne .noProduct .radio-group > ul li.dwtddv .bs-tooltip-top {
  transform: translate3d(22px, -20px, 0px) !important;
}
.trialLicesne .noProduct .radio-group > ul li.dcv .bs-tooltip-top {
  transform: translate3d(22px, -55px, 0px) !important;
}
.trialLicesne .noProduct .radio-group.hide {
  display: none;
}
.trialLicesne .noProduct .bottom .prevStepBtn {
  display: inline-block;
  padding: 0 34px;
  height: 52px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #323234;
  border: 2px solid #323234;
  background: #FFFFFF;
  font-family: Oswald-Regular, "Myriad Pro", "Gloucester MT", myriad-pro, "Agency FB";
  transition: ease-in-out 0.2s all;
  box-shadow: 0 0 0 0 #fff;
  margin-right: 44px;
}
.trialLicesne .noProduct .bottom .prevStepBtn:hover {
  box-shadow: -8px 8px 0 0 #000;
  transform: translate(8px, -8px);
}
.trialLicesne .noProduct .bottom .prevStepBtn.hide {
  display: none;
}
.trialLicesne .noProduct .bottom .nextStepBtn {
  display: inline-block;
  padding: 0 34px;
  height: 52px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #fe8e14;
  border: 2px solid #fe8e14;
  background: #FFFFFF;
  font-family: Oswald-Regular, "Myriad Pro", "Gloucester MT", myriad-pro, "Agency FB";
  transition: ease-in-out 0.2s all;
  box-shadow: 0 0 0 0 #fff;
}
.trialLicesne .noProduct .bottom .nextStepBtn:hover {
  box-shadow: -8px 8px 0 0 #000;
  transform: translate(8px, -8px);
}
.trialLicesne .noProduct .bottom .nextStepBtn.disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  pointer-events: none;
}
.trialLicesne .noProduct .bottom .nextStepBtn.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}
.trialLicesne .noProduct .bottom .nextStepBtn.loading:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: conic-gradient(transparent 15%, #fe8e14 85%);
  animation: spin 2s linear infinite;
}
.trialLicesne .noProduct .bottom .nextStepBtn.loading:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 991px) {
  .trialLicesne .noProduct.ifHasProduct {
    width: 100%;
  }
}
.trialLicesne .requestLicense {
  display: none;
  /*    &.ifHasProduct {
      display: block;
  }*/
}
.trialLicesne .requestLicense .emailErrorAlert, .trialLicesne .requestLicense .applicationErrorAlert {
  display: block;
  margin: 60px auto 20px;
  width: 100%;
  max-width: 1000px;
  z-index: 99;
  animation: fadeIn forwards 0.3s ease-in-out;
}
.trialLicesne .requestLicense .emailErrorAlert.off, .trialLicesne .requestLicense .applicationErrorAlert.off {
  display: none;
  animation: fadeOut forwards 0.3s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    margin-top: 20px;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    margin-top: 20px;
  }
  100% {
    opacity: 0;
    margin-top: 0;
    display: none;
  }
}
.trialLicesne .requestLicense .licenseContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 890px;
  margin: 20px auto 0;
  background: #F5F5F5;
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent {
    display: block;
  }
}
.trialLicesne .requestLicense .licenseContent .cl {
  flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0;
}
.trialLicesne .requestLicense .licenseContent .cl.hideSmall {
  display: block;
}
.trialLicesne .requestLicense .licenseContent .cl.showSmall {
  display: none;
}
@media (max-width: 1679px) {
  .trialLicesne .requestLicense .licenseContent .cl {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .trialLicesne .requestLicense .licenseContent .cl {
    padding: 50px 0;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent .cl {
    padding: 30px 0;
    text-align: center;
  }
  .trialLicesne .requestLicense .licenseContent .cl.hideSmall {
    display: none;
  }
  .trialLicesne .requestLicense .licenseContent .cl.showSmall {
    display: block;
  }
}
.trialLicesne .requestLicense .licenseContent .cl .customers {
  margin-top: 78px;
}
.trialLicesne .requestLicense .licenseContent .cl .customers.isLogin {
  margin-top: 28px;
}
@media (max-width: 1679px) {
  .trialLicesne .requestLicense .licenseContent .cl .customers {
    padding: 0;
    margin-top: 28px;
  }
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent .cl .customers {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cl .customers {
    padding: 0;
  }
}
.trialLicesne .requestLicense .licenseContent .cl .customers .topic {
  font-size: 22px;
  line-height: 26px;
}
.trialLicesne .requestLicense .licenseContent .cl .customers .topic + div {
  margin-top: 60px;
}
@media (max-width: 1679px) {
  .trialLicesne .requestLicense .licenseContent .cl .customers .topic {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .trialLicesne .requestLicense .licenseContent .cl .customers .topic {
    font-size: 18px;
  }
  .trialLicesne .requestLicense .licenseContent .cl .customers .topic + div {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent .cl .customers .topic {
    margin-top: 30px;
  }
  .trialLicesne .requestLicense .licenseContent .cl .customers .topic + div {
    width: 100%;
    max-width: 552px;
    margin: 35px auto;
    padding: 0 30px;
  }
}
.trialLicesne .requestLicense .licenseContent .cr {
  width: 100%;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent .cr {
    width: 100%;
    margin: 0 auto;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top {
  /*padding: 0 0 0 90px;*/
  min-height: 430px;
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent .cr .top {
    padding-left: 0px;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top input {
  outline: none;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm {
  display: flex;
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm {
    flex-direction: column;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType {
  display: none;
  color: #323234;
  text-align: left;
  padding-top: 40px;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType > p {
  margin-bottom: 15px;
  font-size: 16px;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType .application {
  font-size: 16px;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType .application.radio-group {
  margin-bottom: 0px;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType .application.radio-group .title {
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
  vertical-align: top;
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType .application.radio-group .title {
    font-size: 16px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType .application.radio-group .title {
    display: block;
    text-align: left;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType .application.radio-group > ul {
  display: block;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType .application.radio-group > ul li {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  padding: 0 30px;
  cursor: pointer;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType .application.radio-group > ul li:before {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  border-radius: 50%;
  border: 1px solid #323234;
  width: 18px;
  height: 18px;
  background-color: #fff;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType .application.radio-group > ul li.checked:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 20px;
  border: none;
  font-weight: 900;
  color: #fe8e14;
  top: 6px;
  left: 0px;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .loginApplicationType .application.radio-group.hide {
  display: none;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin {
  width: 100%;
  max-width: 360px;
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin {
    max-width: 100%;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 6px;
  font-size: 16px;
  text-align: left;
  color: #FFFFFF !important;
  background: #1F2328;
  padding-left: 123px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn {
    display: inline-block;
    width: 30%;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn:first-child {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn:first-child {
    margin-top: 0;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn > i {
  position: relative;
  font-size: 26px;
  top: 4px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn > i {
    font-size: 20px;
    top: 2px;
    margin-right: 10px;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn .gsi-material-button-icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: top;
  margin-top: 15px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding-left: 84px;
  }
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn {
    padding: 0;
    text-align: center;
    vertical-align: top;
    margin-top: 0;
  }
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn > span {
    display: none;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn.microsoftLoginBtn {
  background: #0078D4;
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn.microsoftLoginBtn {
    margin-left: 4%;
    margin-right: 4%;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn.linkedInLoginBtn {
  background: #0077B5;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn.googleLoginBtn {
  background: #131314;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .thirdPartyLogin .thirdPartLoginBtn:hover {
  opacity: 0.8;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .devideLine {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  margin: 0 65px;
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .devideLine {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .devideLine {
    margin: 20px 0;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .devideLine:before {
  content: "";
  position: absolute;
  height: 40%;
  width: 1px;
  background: #ddd;
  right: 8px;
  top: 0px;
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .devideLine:before {
    width: 43%;
    height: 1px;
    top: 13px;
    left: 0;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .devideLine:after {
  content: "";
  position: absolute;
  height: 40%;
  width: 1px;
  background: #ddd;
  right: 8px;
  bottom: 0px;
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .devideLine:after {
    width: 43%;
    height: 1px;
    top: 13px;
    right: 0;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup {
  position: relative;
  margin-bottom: 20px;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .placeholder {
  pointer-events: none;
  position: absolute;
  left: 21px;
  top: 0;
  transform: translateY(5px);
  font-size: 14px;
  color: #AAAAAA;
  transition: ease-in-out 0.3s all;
}
@media (max-width: 1679px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .placeholder {
    left: 15px;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .placeholder > span {
  display: none;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .select {
  position: relative;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .select_input {
  display: flex;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .select_input input {
  flex: 1;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .select_input .dropdown {
  width: 55px;
  height: 55px;
  background-color: #EEEEEE;
  border: 1px solid #323234;
  border-left: none;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .select_input .dropdown {
    height: 45px;
    width: 45px;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .select_input .dropdown::after {
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-width: 10px 8px 0 8px;
  border-color: #323234 transparent transparent transparent;
  border-style: solid;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .select .options {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  z-index: 2;
  font-size: 16px;
  background-color: white;
  border: 1px solid #323234;
  border-top: none;
  border-bottom: none;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .select .options > div {
  padding: 5px 10px;
  border-bottom: 1px solid #323234;
  cursor: pointer;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormGroup .select .options > div:hover {
  background-color: #eee;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormInput {
  position: relative;
  border: 1px solid #999;
  border-radius: 0;
  width: 100%;
  padding: 23px 0px 0 20px;
  font-size: 16px;
  height: 55px;
  color: #606060;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormInput:disabled {
  background: #D9D9D9;
  color: #9C9C9C;
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormInput {
    font-size: 14px;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormInput:placeholder-shown + .placeholder {
  top: 50%;
  transform: translateY(-50%);
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormInput:placeholder-shown + .placeholder > span {
  display: inline;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormInput:focus + .placeholder {
  top: 0;
  transform: translateY(5px);
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .basicFormInput:focus + .placeholder > span {
  display: none;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .input input {
  padding-left: 20px;
  padding-top: 23px;
  font-size: 16px;
  width: 135px;
}
@media (max-width: 767px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .basicForm .input input {
    font-size: 14px;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .input input:placeholder-shown + .placeholder {
  top: 50%;
  transform: translateY(-50%);
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .input input:placeholder-shown + .placeholder > span {
  display: inline;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .input input:focus + .placeholder {
  top: 0;
  transform: translateY(5px);
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .input input:focus + .placeholder > span {
  display: none;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .iti {
  width: 100% !important;
  font-size: 16px;
}
.trialLicesne .requestLicense .licenseContent .cr .top .basicForm .errorMsg {
  position: absolute;
  margin: 0;
  color: #ff0000;
  font-size: 14px;
  line-height: 20px;
}
.trialLicesne .requestLicense .licenseContent .cr .top .generateBtn {
  font-size: 18px;
  height: 52px;
  line-height: 48px;
  width: 100%;
  text-align: center;
  border-width: 2px;
  margin-top: 10px;
  transition: all ease-in-out 0.3s;
  /*&.disabled {
      pointer-events: none;
      border-color: #ddd;
      color: #ddd;
      opacity: .8;
  }*/
}
@media (max-width: 1199px) {
  .trialLicesne .requestLicense .licenseContent .cr .top .generateBtn {
    height: 50px;
    line-height: 46px;
    font-size: 18px;
  }
}
.trialLicesne .requestLicense .licenseContent .cr .top .generateBtn:hover {
  box-shadow: -8px 8px 0 0 #000;
  transform: translate(8px, -8px);
}
.trialLicesne .requestLicense .licenseContent .cr .top .generateBtn:focus {
  outline: none;
  box-shadow: none;
}
.trialLicesne .requestLicense .licenseContent .cr .top .generateBtn.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}
.trialLicesne .requestLicense .licenseContent .cr .top .generateBtn.loading:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: conic-gradient(transparent 15%, #fe8e14 85%);
  animation: spin 2s linear infinite;
}
.trialLicesne .requestLicense .licenseContent .cr .top .generateBtn.loading:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  width: 22px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .licenseContent .cr h2 {
    margin-bottom: 25px;
  }
}
.trialLicesne .requestLicense .bottom {
  width: 100%;
  max-width: 770px;
  color: #323234;
  font-size: 12px;
  line-height: 18px;
  padding-top: 20px;
  padding-bottom: 100px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .trialLicesne .requestLicense .bottom {
    padding-left: 0px;
  }
}
.trialLicesne .requestLicense .customers {
  margin-bottom: 20px;
}
.trialLicesne .requestLicense .customers p {
  font-size: 16px;
}
.trialLicesne .requestLicense .customers .customer-logos {
  display: flex;
  gap: 37px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .trialLicesne .requestLicense .customers .customer-logos {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .trialLicesne .requestLicense .customers .customer-logos {
    flex-flow: row wrap;
  }
}
.trialLicesne .requestLicense .customers .customer-logos .company-logo.lm-logo {
  width: 127px;
  height: 38px;
  background: url(../../images/icons/customer-logos/LockheedMartin1.png) no-repeat;
  background-size: contain;
}
.trialLicesne .requestLicense .customers .customer-logos .company-logo.ibm-logo {
  width: 70px;
  height: 28px;
  background: url(../../images/icons/customer-logos/IBM-small.png) no-repeat;
  background-size: contain;
}
.trialLicesne .requestLicense .customers .customer-logos .company-logo.hp-logo {
  width: 41px;
  height: 41px;
  background: url(../../images/icons/customer-logos/HP.png) no-repeat;
  background-size: contain;
}
.trialLicesne .requestLicense .customers .customer-logos .company-logo.adp-logo {
  width: 70px;
  height: 39px;
  background: url(../../images/icons/customer-logos/ADP.gif) no-repeat;
  background-size: contain;
}
.trialLicesne .requestLicense .customers .customer-logos .company-logo.fedex-logo {
  width: 78px;
  height: 35px;
  background: url(../../images/icons/customer-logos/FedEx.png) no-repeat;
  background-size: contain;
}
.trialLicesne .requestLicense .customers .customer-logos .company-logo.ge-logo {
  width: 42px;
  height: 42px;
  background: url(../../images/icons/customer-logos/GE.png) no-repeat;
  background-size: contain;
}
.trialLicesne .requestLicense .customers .customer-logos .company-logo.deloitte-logo {
  width: 95px;
  height: 20px;
  background: url(../../images/icons/customer-logos/Deloitte.png) no-repeat;
  background-size: contain;
}
.trialLicesne .requestLicense .customers .customer-logos .company-logo.fujifilm-logo {
  width: 96px;
  height: 17px;
  background: url(../../images/icons/customer-logos/FUJIFILM.png) no-repeat;
  background-size: contain;
}
.trialLicesne .requestLicense .customers .customer-logos .company-logo.orange-logo {
  width: 45px;
  height: 45px;
  background: url(../../images/icons/customer-logos/orange.png) no-repeat;
  background-size: contain;
}
.trialLicesne .requestLicense .customers .customer-logos .company-logo.siemens-logo {
  width: 103px;
  height: 18px;
  background: url(../../images/icons/customer-logos/Siemens.png) no-repeat;
  background-size: contain;
}
.trialLicesne .requestLicense .customers .customer-logos .company-logo.xerox-logo {
  width: 106px;
  height: 31px;
  background: url(../../images/icons/customer-logos/Xerox.png) no-repeat;
  background-size: contain;
}
.trialLicesne .afterRequestLicense .requestSuccess {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  display: none;
}
.trialLicesne .afterRequestLicense .requestSuccess .successInfo {
  border: 1px solid #47B347;
  background-color: #E5FFE5;
  font-size: 20px;
  line-height: 36px;
  padding: 80px 144px;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .trialLicesne .afterRequestLicense .requestSuccess .successInfo {
    padding: 48px;
    font-size: 18px;
  }
}
.trialLicesne .afterRequestLicense .requestSuccess .successInfo:before {
  content: "";
  position: relative;
  display: block;
  width: 90px;
  height: 85px;
  background: url(../../images/icons/email-action-send-1.svg) center center no-repeat;
  background-size: 100%;
  margin: 0 auto 20px;
}
.trialLicesne .afterRequestLicense .requestSuccess .successInfo .licenseKeyCon {
  display: flex;
  width: 100%;
  margin-top: 20px;
}
.trialLicesne .afterRequestLicense .requestSuccess .successInfo .licenseKeyCon.hide {
  display: none;
}
.trialLicesne .afterRequestLicense .requestSuccess .successInfo .licenseKeyCon p {
  flex: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 12px;
  background: #FFFFFF;
}
.trialLicesne .afterRequestLicense .requestSuccess .successInfo .licenseKeyCon span {
  width: 80px;
  padding: 5px 0;
  text-align: center;
  background: #fe8e14;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
}
.trialLicesne .afterRequestLicense .requestSuccess .successInfo .licenseKeyCon span:hover {
  opacity: 0.7;
}
.trialLicesne .afterRequestLicense .requestSuccess p {
  margin-top: 30px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 1199px) {
  .trialLicesne .afterRequestLicense .requestSuccess p {
    font-size: 14px;
  }
}
.trialLicesne .afterRequestLicense .requestSuccess .howToUseLicense {
  display: none;
  margin-bottom: -30px;
}
.trialLicesne .afterRequestLicense .requestSuccess .howToUseLicense.dwt {
  background: #F5F5F5;
  padding: 30px 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.trialLicesne .afterRequestLicense .requestSuccess .howToUseLicense.dwt p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
}
.trialLicesne .afterRequestLicense .requestSuccess .howToUseLicense.dwt p.title {
  font-size: 18px;
}
.trialLicesne .afterRequestLicense .extensionSurvey {
  display: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 45px;
  background: #F5F5F5;
  padding: 47px 50px 47px 153px;
}
@media (max-width: 1199px) {
  .trialLicesne .afterRequestLicense .extensionSurvey {
    padding: 47px 50px 47px 100px;
  }
}
@media (max-width: 991px) {
  .trialLicesne .afterRequestLicense .extensionSurvey {
    padding: 47px 50px 47px 50px;
  }
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey {
  display: none;
  margin-bottom: 0;
  font-size: 16px;
  counter-reset: survy-count;
}
@media (max-width: 991px) {
  .trialLicesne .afterRequestLicense .extensionSurvey .survey {
    font-size: 14px;
  }
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group {
  margin-bottom: 30px;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group .control-label {
  padding-bottom: 14px;
  margin-bottom: 0;
  font-size: 16px;
  color: black;
}
@media (max-width: 1199px) {
  .trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group .control-label {
    font-size: 14px;
  }
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group .control-label .fontOrange {
  color: #fe8e14;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group .control-label:before {
  counter-increment: survy-count;
  content: counter(survy-count) ". ";
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group.error .error-label {
  font-family: "OpenSans-Regular";
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
  width: 100%;
  color: #ec403d !important;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group.error .error-label:before {
  content: "!";
  display: inline-block;
  margin-right: 5px;
  width: 23px;
  height: 23px;
  background: #f7bdbd;
  color: #ec403d;
  text-align: center;
  border-radius: 50%;
  font-weight: 800;
  border: 1px solid #a94442;
  line-height: 22px;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group > div > div.radio > label.radio {
  margin-bottom: 10px;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group > div > div.radio textarea {
  display: none;
  width: 100%;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group > div > div.radio textarea .show {
  display: block;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group input[type=radio] {
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group input[type=radio] + label {
  margin-bottom: 0;
  cursor: pointer;
  color: black;
  font-size: 14px;
  color: #606060;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group input[type=radio] + label:before {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  vertical-align: top;
  border: 1px solid #707070;
  margin-right: 10px;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group input[type=radio]:checked + label {
  border-color: transparent;
  box-shadow: unset;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group input[type=radio]:checked + label:before {
  background-color: #FE8E14;
  border: 1px solid #FE8E14;
  box-shadow: inset 0px 0px 0px 2px white;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group textarea {
  border: 1px solid #707070;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 20px;
}
.trialLicesne .afterRequestLicense .extensionSurvey .survey .form-group textarea:focus {
  border-color: #fe8e14;
  outline: none;
  box-shadow: none;
}
.trialLicesne .afterRequestLicense .extensionSurvey .submitSurvyLine {
  text-align: center;
}
.trialLicesne .afterRequestLicense .extensionSurvey .submitSurvyLine .submit-btn {
  font-size: 24px;
  height: 54px;
  line-height: 54px;
  color: #fff;
  background: #fe8e14;
  border: 0;
  margin-top: 20px;
  padding: 0 50px;
}
@media (max-width: 1199px) {
  .trialLicesne .afterRequestLicense .extensionSurvey .submitSurvyLine .submit-btn {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
.trialLicesne .afterRequestLicense .extensionSurvey .submitSurvyLine .submit-btn.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}
.trialLicesne .afterRequestLicense .extensionSurvey .submitSurvyLine .submit-btn.loading:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: conic-gradient(transparent 15%, #ffffff 85%);
  animation: spin 2s linear infinite;
}
.trialLicesne .afterRequestLicense .extensionSurvey .submitSurvyLine .submit-btn.loading:before {
  content: "";
  position: absolute;
  top: 18px;
  right: 12px;
  width: 22px;
  height: 22px;
  background: #fe8e14;
  border-radius: 50%;
  z-index: 1;
}
.trialLicesne .afterRequestLicense .extensionSurvey .submitSurvyLine p {
  font-size: 14px;
  line-height: 36px;
  margin-top: 16px;
}
.trialLicesne .afterRequestLicense .requestExceedLimit {
  display: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 100px;
  background: #F5F5F5;
  padding: 56px 167px;
}
.trialLicesne .afterRequestLicense .requestExceedLimit p {
  font-size: 24px;
  line-height: 36px;
}
.trialLicesne .afterRequestLicense .requestExceedLimit p:last-child {
  margin-bottom: 0;
}
.trialLicesne.step1 .noProduct {
  display: block;
}
.trialLicesne.step1 .noProduct .product {
  display: block;
}
.trialLicesne.step1 .noProduct .edition {
  display: none;
}
.trialLicesne.step1 .requestLicense {
  display: none;
}
.trialLicesne.step2 h2 .currentProductName {
  display: inline-block;
}
.trialLicesne.step2 h2 .currentProductName:before {
  content: "|";
  margin: 0 15px;
}
@media (max-width: 767px) {
  .trialLicesne.step2 h2 .currentProductName {
    font-size: 16px;
    margin-left: 0;
    display: block;
    position: relative;
  }
  .trialLicesne.step2 h2 .currentProductName:before {
    display: none;
  }
}
.trialLicesne.step2 .noProduct {
  display: block;
}
.trialLicesne.step2 .noProduct .product {
  display: none;
}
.trialLicesne.step2 .noProduct .edition {
  display: block;
}
.trialLicesne.step2 .requestLicense {
  display: none;
}
.trialLicesne.step3 h2 .currentProductName {
  display: inline-block;
}
.trialLicesne.step3 h2 .currentProductName:before {
  content: "|";
  margin: 0 15px;
}
@media (max-width: 767px) {
  .trialLicesne.step3 h2 .currentProductName {
    font-size: 16px;
    margin-left: 0;
    display: block;
    position: relative;
  }
  .trialLicesne.step3 h2 .currentProductName:before {
    display: none;
  }
}
.trialLicesne.step3 .noProduct {
  display: none;
}
.trialLicesne.step3 .noProduct .product {
  display: none;
}
.trialLicesne.step3 .noProduct .edition {
  display: none;
}
.trialLicesne.step3 .requestLicense {
  display: block;
}

.steps {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 780px;
  margin: 60px auto;
}
.steps-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  gap: 13px;
}
.steps-item-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 24px;
  z-index: 2;
}
.steps-item-circle .checkmark {
  display: none;
}
.steps-item-description {
  font-size: 18px;
  line-height: 24px;
  color: #888888;
}
@media (max-width: 1399px) {
  .steps-item-description {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .steps-item-description {
    font-size: 14px;
  }
}
.steps-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  width: 100%;
  height: 13px;
  background-color: #F5F5F5;
  z-index: 0;
}
.steps-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: 0%;
  height: 7px;
  background-color: #6AC4BB;
  z-index: 1;
  transition: width 0.4s ease;
  transform-origin: left;
}
.steps-item.active .steps-item-circle {
  box-shadow: inset 0 0 0 2px #606060;
  color: #606060;
  background: #FFFFFF;
}
.steps-item.active .steps-item-description {
  color: #323234;
}
.steps-item.finished .steps-item-circle {
  position: relative;
  color: #FFFFFF;
  background: #6AC4BB;
  cursor: pointer;
}
.steps-item.finished .steps-item-circle span {
  display: none;
}
.steps-item.finished .steps-item-circle .checkmark {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.steps-item.finished .steps-item-circle .checkmark svg {
  width: 30px;
  height: 30px;
  stroke: white;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 30;
  stroke-dashoffset: 22;
  animation: draw-check 0.4s ease forwards;
}
.steps-item.finished .steps-item-description {
  color: #4E9C95;
  cursor: pointer;
}
.steps-item.finished::before {
  height: 7px;
  top: 28px;
}
.steps-item.finished::after {
  width: 100%;
}
.steps-item.finished.clickNotAllow .steps-item-circle {
  cursor: default;
  pointer-events: none;
  background: #b9e3df;
}
.steps-item.finished.clickNotAllow .steps-item-description {
  color: #95bbb8;
  cursor: default;
  pointer-events: none;
}

@keyframes draw-check {
  to {
    stroke-dashoffset: 0;
  }
}
