* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-size: 16px;
  font-family: "Plus Jakarta Sans";
  box-sizing: border-box;
}
div  p span input strong {
  font-family: "Plus Jakarta Sans";
}
a{
   font-family: "Plus Jakarta Sans";
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
label.error {
  color: #e7505a;
  margin-left: 10px;
  padding: 7px;
}
input.error {
  border: 2px solid #e7505a;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  display: none;
  margin-top: 10px;
  overflow: hidden;
  font-size: 3px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #31c5d2;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
p {
  margin-bottom: 0;
}
img {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.stickman-logo {
  display: flex;
  justify-content: flex-end;
}
.stickman-logo img {
  width: 138px;
}
.onboarding {
  padding: 50px;
  height: 100vh;
  display: none;
}
.step-app {
  max-width: 680px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.step-app > .step-steps {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  margin-bottom: 50px;
}
.step-app > .step-steps > li {
  list-style: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  text-decoration: none;
  border: 2px solid #D1D5DB;
  position: relative;
  z-index: 999;
}
.step-app > .step-steps > li::after {
  content: '';
  position: absolute;
  left: 34px;
  bottom: 50%;
  width: 170px;
  height: 1px;
  background-color: #D1D5DB;
  transform: translateY(-50%);
}
.step-app > .step-steps > li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.step-app > .step-steps > li.active {
  background-color: #fff;
  border: 2px solid #F58D20;
}
.step-app > .step-steps > li.active::after {
  background-color: #F58D20;
}
.step-app > .step-steps > li.active::before {
  background-color: #F58D20;
}
.step-app > .step-steps > li.error {
  background-color: #e7505a;
  color: #fff;
}
.step-app > .step-steps > li.done {
  border: 2px solid #F58D20;
  background-color: #F58D20;
}
.step-app > .step-steps > li.done::before {
  border: 2px solid transparent;
  border-left: 0;
  border-top: 0;
  content: '';
  top: 4px;
  left: 10px;
  position: absolute;
  width: 8px;
  height: 16px;
  border-color: #fff;
  transform: rotate(45deg) scale(1);
  border-radius: 0;
  background-color: transparent;
}
.step-app > .step-steps > li > .number {
  background: #fff;
  padding: 0 8px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  border-radius: 3px;
  color: #333;
}
.step-app > .step-content {
  margin-top: 50px;
  border-top: 0;
}
.step-app > .step-content > .step-tab-panel .step-footer {
  display: flex;
/*   flex-direction: row-reverse; */
  justify-content: center;
}
.step-app > .step-content > .step-tab-panel .step-footer button {
/*   margin: 40px auto; */
}
.step-app > .step-content > .step-tab-panel.active {
  display: block;
}
.step-app > .step-footer {
  margin-top: 15px;
  margin-bottom: 15px;
}
.step-app .step-footer .step-btn {
  padding: 4px 16px;
  color: #333;
  text-decoration: none;
  background: #e5e5e5;
  border-radius: 3px;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.step-app .step-footer .step-btn img {
  width: 30px;
}
.step-app .step-footer .step-btn.done {
  padding: 11px 16px ;
  background-color: #F9A616;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none ;
}

.done {
  padding: 11px 16px ;
  background-color: #F9A616;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-decoration: none ;
}

.textdecoration:hover{
   text-decoration: none ;
}

.step-footer .done:hover {
  text-decoration: none ;
}

.step-app .step-footer .step-btn.next {
  position: relative;
  background-color: transparent;
}
.step-app .step-footer .step-btn.next img {
  margin-left: 8px;
}
.step-app .step-footer .step-btn.back {
  background-color: transparent;
}
.step-app .step-footer .step-btn.back img {
  margin-right: 3px;
}
.step-content .title-box {
  margin-bottom: 20px;
}
.step-content h2 {
  color: #000;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.1px;
}
.step-content .sub-title {
  color: #4F4F4F;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.1px;
  margin-top: 12px;
}
.step-content p {
  color: #1C2428;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.1px;
}
.step-content form p {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.step-content form label {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.1px;
  margin-bottom: 8px;
}
.step-content form input {
  font-size: 12px;
  letter-spacing: -0.1px;
  box-sizing: border-box;
  height: 38px;
  border: 1px solid #dadadb;
  border-radius: 6px;
  padding: 9px 16px;
}
.step-content form .submit {
  margin-top: 24px;
  padding: 0 13px;
  font-size: 14px;
  color: #fff;
  background-color: #1C2428;
  border: 1px solid #1C2428;
  border-radius: 6px;
  cursor: pointer;
}
.step-content .framework-list {
  margin-bottom: 20px;
}
.step-content .framework-list li {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 22px 0;
  color: #333;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.1px;
}
.step-content .framework-list li > div {
  position: relative;
  display: flex;
  align-items: center;
}
.step-content .framework-list li > div.framework-selected .checkbox {
  border-color: #F58D20;
}
.step-content .framework-list li > div.framework-selected .checkbox::before {
  display: block;
  border: 2px solid transparent;
  border-left: 0;
  border-top: 0;
  content: '';
  width: 4px;
  height: 8px;
  border-color: #F58D20;
  transform: rotate(45deg) scale(1);
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 2px;
}
.step-content .framework-list li > div .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #667085;
  border-radius: 6px;
}
.step-content .framework-list li > div label {
  font-size: 13px;
  color: #333;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 12px;
}
.step-content .evidence-type-main {
  max-height: 312px;
  overflow-y: auto;
}
.step-content .evidence-type-main::-webkit-scrollbar {
  width: 10px;
}
.step-content .evidence-type-main::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.step-content .evidence-type-main::-webkit-scrollbar-track {
  background-color: transparent;
}
.step-content .evidence-type-main::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
}
.step-content .evidence-type-main::-webkit-scrollbar-thumb:hover {
  background-color: #bdbdbd;
}
.step-content .evidence-type-main li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 6px;
  border-bottom: 1px solid #e0e0e0;
}
.step-content .evidence-type-main li .left {
  display: flex;
  align-items: center;
}
.step-content .evidence-type-main li .left img {
  width: 24px;
  margin-right: 8px;
}
.step-content .evidence-type-main li .left p {
  margin-right: 10px;
}
.step-content .evidence-type-main li .right {
  display: flex;
  align-items: center;
}
.step-content .evidence-type-main li .right img {
  width: 14px;
  margin-right: 3px;
}
.step-content .evidence-type-main li .right p {
  display: flex;
  align-items: center;
  color: #828282;
  margin-right: 32px;
}
.step-content .evidence-type-main li .right p svg {
  margin-right: 3px;
}
.step-content .evidence-type-main li .right button {
  cursor: pointer;
  border-radius: 6px;
  background-color: #331736;
  padding: 7px 16px;
  color: #fff;
  font-family: Plus Jakarta Sans;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  border: none;
}
.step-content .platforms-box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.step-content .platforms-box li .left {
  display: flex;
  align-items: center;
}
.step-content .platforms-box li .left img {
  width: 40px;
  margin-right: 8px;
}
.step-content .platforms-box li .left p {
  margin-right: 10px;
}
.step-content .platforms-box li .right {
  display: flex;
  align-items: center;
}
.step-content .platforms-box li .right img {
  width: 14px;
  margin-right: 3px;
}
.step-content .platforms-box li .right p {
  display: flex;
  align-items: center;
  color: #828282;
  margin-right: 32px;
}
.step-content .platforms-box li .right p svg {
  margin-right: 3px;
}
#step-footer {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  bottom: 110px;
}
#step-footer .footer-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.account-modal .el-dialog {
  max-width: 416px;
}
.account-modal .el-dialog .el-dialog__header {
  width: 87%;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 auto;
  padding: 16px 0;
}
.account-modal .el-dialog .el-dialog__body {
  padding-top: 20px !important;
}
.account-modal .el-dialog .el-dialog__body form .el-form-item {
  display: flex;
  flex-direction: column;
}
.account-modal .el-dialog .el-dialog__body form .el-form-item .el-form-item__label {
  text-align: left !important;
  width: 100% !important;
  line-height: 20px !important;
  font-family: 'Plus Jakarta Sans' !important;
  color: #5C5F62 !important;
  font-size: 14px !important;
  margin-bottom: 4px !important;
}
.account-modal .el-dialog .el-dialog__body form .el-form-item .el-form-item__label::before {
  display: none !important;
}
.account-modal .el-dialog .el-dialog__body form .el-form-item .el-form-item__content {
  margin-left: 0 !important;
}
.account-modal .el-dialog .el-dialog__body form .el-form-item .el-form-item__content .el-input input {
  height: 38px !important;
}
.connected,
.connect {
  border-radius: 6px !important;
  background-color: #331736 !important;
  padding: 7px 16px !important;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans' !important;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 18px !important;
  border: none !important;
}
.connected {
  background-color: #f2f2f2 !important;
  color: #bdbdbd !important;
}
.el-button.connect {
  border-radius: 6px !important;
  background: #1C2428 !important;
  border-color: #1C2428 !important;
/*   width: 100% !important; */
}
.el-button.connect span {
  color: #FEFEFF !important;
  font-family: "Plus Jakarta Sans" !important;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600 !important;
}
.upload-evidence-modal {
  box-shadow: none;
}
.upload-evidence-modal .el-dialog {
  padding: 48px 31px 40px 31px;
  max-width: 750px;
  min-height: 266px;
}
.upload-evidence-modal .el-dialog__header {
  padding: 0;
}
.upload-evidence-modal .el-dialog__body {
  padding: 0;
}
.upload-evidence-modal h2 {
  padding: 0;
  color: #050708;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}
.upload-evidence-modal .upload-evidence {
  width: 100%;
  cursor: pointer;
}
.upload-evidence-modal .upload-evidence .el-upload {
  width: 100%;
}
.upload-evidence-modal .upload-evidence .el-upload-dragger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 173px;
  border-radius: 6px;
  border: 1px dashed #000;
  background: #ECF0F5;
}
.upload-evidence-modal .upload-evidence .el-upload-dragger .el-upload__text {
  color: #828282;
  text-align: center;
  /* Stick auxiliary 2 */
  font-family: "Plus Jakarta Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  /* 150% */
  letter-spacing: -0.1px;
}
.upload-evidence-modal .upload-evidence .el-upload--text input {
  display: none;
}
.upload-evidence-modal .upload-describe {
  color: #828282;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.12px;
  margin-top: 20px;
}
.upload-evidence-modal .filename-error {
  border-radius: 4px;
  background: #ffd57f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 34px 16px 16px;
  margin-bottom: 20px;
}
.upload-evidence-modal .filename-error p {
  color: #000;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 0;
}
.intl-tel-input {
  width: 100%;
}
.button-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.button-main .el-button {
  width: calc(50% - 24px) !important;
  height: 42px !important;
  text-align: center;
  border-radius: 6px !important;
  background-color: #331736 !important;
  padding: 7px 16px !important;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans' !important;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 18px !important;
  border: none !important;
}
.button-main .el-button.cancel {
  margin-left: 18px;
  margin-right: 6px;
  background-color: transparent !important;
  border: 1px solid #ecf0f5 !important;
}

.button-main .el-button.text {
   color: #331736 !important;
}

.button-main .el-button.cancel span {
  color: #331736;
}
.el-steps .el-step .el-step__head.is-success {
  border-color: #F58D20;
}
.el-steps .el-step .el-step__head.is-success .el-step__icon-inner.el-icon-check::before {
  content: '';
  display: block;
  border: 2px solid transparent;
  border-left: 0;
  border-top: 0;
  width: 6px;
  height: 10px;
  border-color: #fff;
  transform: rotate(45deg) scale(1);
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 2px;
}
.el-steps .el-step .el-step__head.is-success .el-step__icon.is-text {
  background-color: #F58D20;
  border-color: #F58D20;
}
.el-steps .el-step .el-step__head.is-success .el-step__icon.is-text .el-icon-check {
  font-size: 19px;
}
.el-steps .el-step .el-step__head.is-success .el-step__icon.is-text .el-icon-check::before {
  color: #fff;
}
.el-steps .el-step .el-step__head.is-wait .el-step__icon .el-step__icon-inner {
  font-size: 0;
}
.el-steps .el-step .el-step__head .el-step__icon.is-text {
  width: 32px;
  height: 32px;
}
.el-steps .el-step .el-step__head.is-process .el-step__icon.is-text {
  border-color: #F58D20;
}
.el-steps .el-step .el-step__head.is-process .el-step__icon.is-text .el-step__icon-inner {
  font-size: 0;
  position: relative;
}
.el-steps .el-step .el-step__head.is-process .el-step__icon.is-text .el-step__icon-inner::before {
  display: block;
  content: '';
  border-radius: 50%;
  background-color: transparent;
  width: 10px;
  height: 10px;
  background-color: #F58D20;
}
.el-steps .el-step.is-horizontal .el-step__line {
  top: 14px !important;
}
.succeed {
  max-width: 595px;
  margin: 0 auto;
  text-align: center;
}
button{
  font-family: "Plus Jakarta Sans";}
.succeed h2 {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 72px */
  letter-spacing: -0.48px;
  margin-bottom: 4px;
}
.succeed p {
  color: #000;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.2px;
  margin-bottom: 26px;
}
.succeed img {
  display: block;
  width: 600px;
  margin: 0 auto;
}
.libraryFrom p {
  color: #828282;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.13px;
  margin-bottom: 10px;
}
.libraryFrom .el-select {
  width: 100%;
}
.libraryFrom .el-input__inner {
  min-height: 32px !important;
}
.libraryFrom .button-main {
  margin-top: 10px;
}
.bottom-button {
  display: flex;
  justify-content: space-between;
/*   align-items: center !important; */
  margin-bottom: 10px;
}
.bottom-button .el-button {
  background: transparent !important;
  border: none !important;
  outline: none! important;
  cursor: pointer !important;
  display: flex  !important;
  align-items: center !important;
}
.bottom-button .el-button span {
  display: flex;
  align-items: center;
  color: #5C5F62;
  font-size: 19px;
}
.bottom-button a:hover{
text-decoration: none;
}
.bottom-button .el-button img {
  width: 30px;
}
.link {
/*   width: 100%; */
  text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
}
.linkbtn{
    text-align: right;
  margin-top: 20px;
  margin-bottom: 0;
}
.link a {
  font-size: 16px;
  line-height: 20px;
  color: #828282;
  font-weight: 400;
  letter-spacing: -0.1px;
}
 .hs-form-iframe  .hs_submit{
      width:100%;
    background-color:red;
}

  .actions  .hs-button{
display:block;
  width:100%;
}

.haveUploadFiles{
   font-size: 15px;
   padding: 0px;
  
}

.haveUploadFiles > li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    border-radius: 3px;
    padding: 0 5px;
}

.haveUploadFiles > li > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.haveUploadFiles > li > div > img{
    width: 20px;
    height: 30px;
    margin-right: 5px;
}

.haveUploadFiles i{
    cursor: pointer;
    margin-left: 5px;
}

.haveUploadFiles > li:hover{
  background-color: #F5F7FA;
}

.scrollwraper{
  max-height: 210px;
  overflow-y: auto;
}

.title-state{
  margin: 10px 0px 0px 0px;
}

.evidence-title {
    display: flex;
    border-radius: 10px;
    border: 1px solid #ecf0f5;
    padding: 33px 20px;
    margin-bottom: 24px;
    margin-top: 10px;
}

.icondone{
    width: 88px;
    height: 88px;
}

.evidence-title .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 88px;
        height: 88px;
        background-color: #ecf0f5;
        border-radius: 4px;
        margin-right: 16px;
}

.evidence-title .icon img {
            width: 40px;
            height: 40px;
}

.evidence-title .text h3 {
            font-family: 'Plus Jakarta Sans';
            font-weight: 500;
            font-size: 19px;
            color: #333;
            line-height: 23px;
            letter-spacing: -0.19px;
            margin-bottom: 4px;
}

.evidence-title .text h4 {
            font-family: 'Plus Jakarta Sans';
            font-weight: 500;
            font-size: 14px;
            color: #333;
            line-height: 23px;
            letter-spacing: -0.19px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-24 h3 {
        color: #333;
       font-family: 'Plus Jakarta Sans';
        font-size: 14px;
        font-weight: 600;
}

.pb-24 > p {
        color: #333;
       font-family: 'Plus Jakarta Sans';
        font-size: 13px;
        font-weight: 400;
        padding: 0 0 8px 0;
        margin-bottom: 0;
}

.pb-24 ul {
        padding-left: 0;
}

.pb-24 ul li {
            display: flex;
            align-items: center;
            padding: 8px 0;
            list-style: none;
            margin-bottom: 8px;
            color: #333;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
}

.pb-24 ul li svg {
      margin-right: 8px;
      flex-shrink: 0;
}

.pb-24 ul li svg path{
         stroke: #333;
}

.pb-24 ul li  p {
                color: #333;
                margin: 0;
                padding: 0;
                flex-shrink: 0;
}

.pb-24 ul li span {
                display: inline-block;
                margin: 0 8px;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background-color: #f0effd;
}

.deleteContent{
  margin: 0px 0px 20px 20px;
}

.preview{
  color: #1c2428;
  text-decoration: underline;
  margin-right: 5px;
  font-size:13px;
}

.preview:hover{
    color: #fd7004,
    text-decoration: underline;
}


.integration-name{
  cursor: pointer;
}

.congratulationsfooter{
    text-align: center;
  border-radius: 6px;
}

.availableplatformslink{
  display: flex;
justify-content: center;
}

.availableplatformslink a{
text-decoration: none;
}

.Congratulationslink{
  display: flex;
  justify-content: center;
}

.Congratulationslink button:hover{
  background-color: #F9A616;
   color: #ffffff !important,
}

.Congratulationslink button:{
  background-color: #F9A616;
   color: #ffffff,
}
.button-help a{
transition: all .15s linear;
}

.button-help a:hover{
text-decoration: none;
  transform: scale(1.05);

}