.mobile-hidden {
  display: block;
}
.mobile-shown {
  display: none;
}
.cta-back-btn{
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 15px;
  transition: all .4s ease;
  text-decoration: none;
  gap: 10px;

}
.cta-back-btn p{
  padding: 0;
  transition: 0.3s ease;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFA639 !important;
  font-size: 15px;
  font-weight: 700!important;
}
.cta-back-btn svg{
  transition: 0.3s ease;
  transform: rotate(180deg);
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #FFA639;
  stroke-width: 2px;
}
.cta-back-btn:hover svg{
  stroke: #231f20;
}
.cta-back-btn:hover p{
  color: #231f20!important;
}
/* RFI loader styles. */
.rfi-loader-wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.rfi-loader-wrapper .rfi-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #fff;
}
.rfi-loader-wrapper .container{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.rfi-loader-wrapper img {
  position: relative;
  width: 165px;
  margin-bottom: 45px;
}
.rfi-loader-wrapper .text {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding: 0 30px;
  color: #4ca1c4;
  font-size: 27px;
  font-weight: bold;
}
.conf-message{
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px;
  text-align: center;
  border: 1px solid #d9ab31;
  border-radius: 8px;
  background-color: #f7efd9;
}
.conf-message p{
  padding-bottom: 0;
}
.pull-left.attachments-heading, .pull-left.attachments-block{
  float: none!important;
}

@media screen and (max-width: 991px){

  .rfi-loader-wrapper .text{
    width: 90%;
  }
  .htr-rfi-app .actions{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .htr-rfi-app .btn-primary.pull-right{
    right: 0!important;
  }
  .htr-rfi-app .actions .next-button,
  .htr-rfi-app .actions .send-answer-button {
    right: unset;
    grid-column: 2/2;
    justify-self: flex-end;
    order: 2;
  }
  .htr-rfi-app .actions .white-button{
    grid-column: 1/1;
  }
  .htr-rfi-app .actions .next-button.publish,
  .htr-rfi-app .actions .send-answer-button.publish {
    position: unset!important;
    margin: 0!important;
    margin-top: 20px!important;
  }
  .htr-rfi-app .btn-primary.pull-right{
    right: unset!important;
    float: right!important;
  }
}

@media screen and (max-width: 530px){
  .rfi-loader-wrapper img {
      width: 130px;
      margin-bottom: 25px;
    }
  .rfi-loader-wrapper .text{
    margin-top: 0;
    padding: 0 20px;
    font-size: 20px;
  }
}

.htr-rfi-app h1.title {
  display: inline-block;
  margin: 20px 0 30px 15px;
  text-transform: none;
  color: #2d688d;
  border-bottom: 3px solid #FFA639;
  font-family: Nunito-Regular, sans-serif;
  font-size: 35px;
  font-weight: bold;
}

.htr-rfi-app i.description{
  float: none!important;
  padding-top: 15px;
}
.page-node-type-rfi-answer .htr-rfi-app h1.title {
  margin: 20px 0 30px;
}
.htr-rfi-app .subtitle {
  margin: 20px 0 30px 15px;
  text-transform: none;
  color: #096b90;
  border: none;
  font-size: 25px;
  font-weight: bold;
}
.htr-rfi-app .ui-state-highlight {
  display: inline-block;
  float: left;
  width: 100%;
  border: none;
  background-color: #fff;
}
.htr-rfi-app .form-required::after {
  width: 10px;
  height: 10px;
  margin: 0;
  background-size: 10px 10px;
}
.htr-rfi-app .description,
.htr-rfi-app input::placeholder,
.htr-rfi-app textarea::placeholder,
.tc-contain span.label-text {
  color: #808080;
  font-weight: normal;
}
.htr-rfi-app.htr-rfi-question .ett-overview-wraper .steps-review-wrapper .description.txt,
.htr-rfi-app.htr-rfi-question .ett-overview-wraper .automation-goals .description.txt,
.htr-rfi-app.htr-rfi-question .ett-overview-wraper .timeframe .description.txt,
.htr-rfi-app .review-info-wrapper .steps-review-wrapper .description.ng-binding,
.htr-rfi-app .review-info-wrapper .automation-goals .description.ng-binding,
.htr-rfi-app .review-info-wrapper .timeframe .description.ng-binding {
  position: relative;
}
.htr-rfi-app .form-item-overview-accept-terms .tc-contain span.label-text,
.htr-rfi-app .form-item-overview-accept-terms .description {
  top: 5px;
  bottom: inherit;
  color: inherit;
  font-weight: inherit;
}
[ng-app="H2REtRfiAnswerApp"] .form-item-overview-accept-terms .tc-contain span.label-text {
  bottom: -10px;
}
[ng-app="H2REtRfiAnswerApp"] label[for="currency"] {
  display: inline-block;
  width: 160px;
}
[ng-app="H2REtRfiAnswerApp"] select[name="currency"] {
  display: inline-block;
  width: 100px;
}
.htr-rfi-app .description,
.htr-rfi-app .form-item {
  margin-left: 15px;
}
.htr-rfi-app .form-item .description {
  margin-left: 0;
}
.htr-rfi-app .category-items-block-wrapper {
  margin: 20px 0 30px 15px;
}
.htr-rfi-app .category-items-block-wrapper div.icon {
  display: inline-block;
}
.tc-contain span.label-text {
  position: relative;
  bottom: -5px;
}

.file-area .indent-line {
  padding: 0 0 5px 0;
}

.htr-rfi-app .next-button,
.htr-rfi-app .send-answer-button {
  display: inline-block;
  min-width: 150px;
  height: 40px;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  border: 1px solid #FFA639;
  border-radius: 10px;
  background-color: #FFA639;
  font-style: normal;
  line-height: 1;
}

.htr-rfi-app .rfi-goals-wrapper {
  padding-left: 15px;
}
.htr-rfi-app .next-button:hover,
.htr-rfi-app .send-answer-button:hover {
  cursor: pointer;
  color: #FFA639;
  background-color: #fff;
}
.htr-rfi-app select,
.htr-rfi-app textarea,
.htr-rfi-app input {
  background-color: #fff !important;
  font-family: Nunito-Regular, sans-serif;
}
.htr-rfi-app select[name*="brand"] {
  width: 50%;
}
.htr-rfi-app input[type="text"],
.htr-rfi-app input[type="password"],
.htr-rfi-app input[type="email"],
.htr-rfi-app input[type="number"],
.htr-rfi-app input[type="phone"],
.htr-rfi-app textarea {
  margin-top: 10px;
  border: 1px solid #ccc;
}
.htr-rfi-app select[name="countries"],
.htr-rfi-app select[name="country"],
.htr-rfi-app select[name="_state"] {
  border-color: #ccc;
}
.htr-rfi-app input[type="submit"],
.htr-rfi-app input[type="reset"],
.htr-rfi-app input[type="button"] {
  background-color: #FFA639;
}
.htr-rfi-app .chat-box-wrapper input[type="submit"],
.page-node-type-rfi-question
  .easy-transaction-message-form
  input[type="submit"] {
  background-color: #FFA639 !important;
}
.htr-rfi-app input::placeholder,
.htr-rfi-app textarea::placeholder,
.htr-rfi-app .description {
  color: #808080;
}
.htr-rfi-app [name="product_type"] {
  width: 100%;
  margin: 30px 0 30px 15px;
}
.htr-rfi-app .category-item-block {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 320px;
  margin: 0 10px 10px 0;
  padding: 25px 25px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  color: #016e99;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}
.htr-rfi-app .category-item-block .category-block-additional-description {
  position: relative;
  top: 10px;
  width: 180px;
  color: #808080;
  font-size: 13px;
  font-weight: normal;
}
.htr-rfi-app .category-item-block:focus,
.htr-rfi-app .category-item-block:hover,
.htr-rfi-app .category-item-block.active {
  cursor: pointer;
  color: #fff;
  background-color: #016891;
}
.htr-rfi-app .actions a.white-button i.fas.fa-arrow-left,
.htr-rfi-app .actions a.next-button i.fas.fa-arrow-right,
.htr-rfi-app .actions a.send-answer-button i.fas.fa-arrow-right {
  margin-right: 10px;
}
.htr-rfi-app .steps-wrapper label,
.htr-rfi-app .steps-wrapper input {
  display: inline-block;
}
.htr-rfi-app .steps-wrapper {
  display: inline-block;
  float: left;
  width: 100%;
}
.htr-rfi-app .tc-contain {
  vertical-align: middle;
}
.htr-rfi-app .automation-steps-wrapper {
  display: inline-block;
  width: 20%;
  margin-left: 30px;
}
.htr-rfi-app .attachments-section {
  display: inline-block;
}
.htr-rfi-app .steps-heading-wrapper {
  display: inline-block;
  width: 75%;
}
.htr-rfi-app .steps-wrapper label {
  width: 7%;
}
.htr-rfi-app .steps-wrapper input {
  width: 65%;
}
.htr-rfi-app .steps-wrapper i.fa-grip-horizontal {
  margin-right: 20px;
  cursor: move;
  vertical-align: middle;
  color: #808080;
  font-size: 25px;
}
.htr-rfi-app .add-more-steps {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0;
}
.htr-rfi-app .add-more-steps:hover {
  cursor: pointer;
}
.htr-rfi-app .matrix-prefix,
.htr-rfi-app .matrix-label-yes {
  margin-right: 30px;
  margin-left: 100px;
}
.htr-rfi-app .matrix-label-yes,
.htr-rfi-app .matrix-label-no {
  display: inline-block;
}
.htr-rfi-app .steps-matrix-wrapper label {
  display: inline-block;
  width: 100px;
}
.htr-rfi-app .steps-matrix-wrapper input:first-of-type {
  margin-right: 40px;
}
.htr-rfi-app .files-upload-wrapper {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  border: 2px dashed #ccc;
  border-radius: 10px;
}
.htr-rfi-app .files-upload-wrapper .attachment-file-wrapper .filename {
  float: left;
  overflow: hidden;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: grey;
}
.htr-rfi-app attachments-list {
  display: block;
  margin-top: 20px;
  margin-left: -15px;
}
[ng-app="H2REtRfiAnswerApp"] attachments-list {
  margin-left: 0;
}
.htr-rfi-app .uploading-indicator {
  display: inline-block;
  animation: color-change 1s infinite;
}
@keyframes color-change {
  0% {
    color: rgba(19, 45, 68, 1);
  }
  25% {
    color: rgba(19, 45, 68, 0.75);
  }
  50% {
    color: rgba(19, 45, 68, 0.5);
  }
  75% {
    color: rgba(19, 45, 68, 0.75);
  }
  100% {
    color: rgba(19, 45, 68, 1);
  }
}
.htr-rfi-app attachments-list .attachment-wrapper {
  display: block;
}
.htr-rfi-app attachments-list .attachment-wrapper a {
  display: inline-block;
  cursor: pointer;
}
[ng-app="H2REtRfiAnswerApp"] .attachment-file-wrapper i {
  font-size: 120px;
}
[ng-controller="AnswerReviewCtrl"] .attachment-file-wrapper i {
  font-size: 140px;
}
.htr-rfi-app attachments-list .attachment-wrapper a.attachment-remove {
  position: absolute;
  bottom: 0;
  color: #f00;
}
[ng-app="H2REtRfiAnswerApp"] attachments-list .attachment-wrapper a.attachment-remove {
  right: 30px;
}
.htr-rfi-app .review-info-wrapper .htr-regular-block-wraper-et-grey i {
  min-width: 16px;
  margin-top: 5px;
  color: inherit;
}
.htr-regular-block-wraper .button {
  margin-top: 25px;
}
.htr-rfi-app .steps-review-wrapper [ng-show="steps"], .steps-review-wrapper .step-con {
    margin-bottom: 10px;
    padding-bottom: 11px;
  background: radial-gradient(farthest-side, #dcdcdc 99%,transparent 100%) bottom right/2px 2px, radial-gradient(farthest-side, #dcdcdc 99%,transparent 100%) bottom left /2px 2px, linear-gradient(#dcdcdc,#dcdcdc) bottom/calc(100% - 2px) 2px;
    background-repeat: no-repeat;
}
.htr-rfi-app .steps-review-wrapper [ng-show="steps"]:last-child, .steps-review-wrapper .step-con:last-of-type{
  background: none!important;
}

.htr-rfi-app
  .review-info-wrapper
  .htr-regular-block-wraper-et-grey.req-details
  p.description {
  margin-left: 30px !important;
}
.htr-rfi-app
  .review-info-wrapper
  .htr-regular-block-wraper-et-grey.req-des
  .label {
  display: inline-block;
  width: 10%;
  margin-top: 5px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.htr-rfi-app
  .review-info-wrapper
  .htr-regular-block-wraper-et-grey.req-des
  .value {
  display: inline-block;
  width: 80%;
}
.htr-rfi-app .review-info-wrapper .htr-regular-block-wraper-et-grey span.bold {
  margin-left: 10px;
  color: inherit;
  font-weight: bold;
}
.htr-rfi-app
  .review-info-wrapper
  .htr-regular-block-wraper-et-grey
  .units-icon {
  margin-right: 10px;
  vertical-align: top;
}
.htr-rfi-app
  .review-info-wrapper
  .htr-regular-block-wraper-et-grey
  .units-title {
  display: inline-block;
  width: 90%;
}
.htr-rfi-app .review-info-wrapper .htr-regular-block-wraper-et-grey .inline {
  display: inline-block;
}
.htr-rfi-app
  .review-info-wrapper
  .htr-regular-block-wraper-et-grey
  .inline.value {
  display: inline;
  width: 20%;
}
.htr-rfi-app .review-info-wrapper .htr-regular-block-wraper-et-grey .wrapper {
  margin-bottom: 10px;
}
.htr-rfi-app .review-info-wrapper .automation-goals,
.htr-rfi-app .review-info-wrapper .timeframe {
  min-height: 250px;
  margin-top: -10px;
}
.further-explanation-label {
  margin-top: 10px;
  margin-left: 15px;
}
.htr-rfi-app .review-info-wrapper .timeframe strong {
  margin-left: 15px;
}
.htr-rfi-app .review-info-wrapper attachments-list {
  margin: 0;
}
.htr-rfi-app .margin-left {
  margin-left: 30px;
}
.htr-rfi-app input[name="attachments"] {
  display: inline-block;
  width: 110px;
}
body.safari-browser .htr-rfi-app input[name="attachments"] {
  width: 95px;
}
.htr-rfi-app textarea {
  width: 95%;
  margin-left: 15px;
}
.htr-rfi-app [ng-controller="NumbersCtrl"] input {
  width: 20%;
  margin-right: 15px;
  margin-left: 15px;
}
.htr-rfi-app select[name="countries"],
.htr-rfi-app input[name="city"] {
  width: 50%;
  margin-left: 15px;
}
.htr-rfi-app select[name="state"] {
  width: 50%;
  border-color: #ccc;
}
.htr-rfi-app .steps-description {
  display: inline-block;
}
.htr-rfi-app .steps-descriptions-wrapper {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.htr-rfi-app .steps-review-wrapper {
  margin-top: 35px;
}
.htr-rfi-app .steps-review-wrapper p.explanations-title,
.htr-rfi-app .steps-wrapper p.explanations-title {
  margin-top: 20px;
}
.htr-rfi-app .steps-review-wrapper i {
  float: right;
}
.htr-rfi-app .steps-description.left-side {
  float: left;
  width: 60%;
}
.htr-rfi-app .steps-description.right-side {
  position: absolute;
  top: -25px;
  right: 0;
  float: right;
  width: 20%;
  text-align: right;
}
body.page-node-type-rfi-question .htr-rfi-app .steps-description.right-side {
  width: calc(20% + 10px);
}
.htr-rfi-app [ng-controller="NumbersCtrl"] .field-suffix {
  font-size: 16px;
  font-weight: normal;
}
.htr-rfi-app [ng-controller="NumbersCtrl"] .subtitle {
  letter-spacing: 2px;
  font-size: 20px;
}
.htr-rfi-app [ng-controller="NumbersCtrl"] label {
  margin-left: 15px;
}
.htr-rfi-app .timeframes-wrapper {
  margin: 10px 0;
}
.htr-rfi-app .timeframes-wrapper label {
  display: block;
}
.htr-rfi-app .timeframes-wrapper label,
.htr-rfi-app [ng-controller="DeadlineCtrl"] input[type="date"],
.htr-rfi-app [ng-controller="DeadlineCtrl"] label {
  margin-left: 15px;
}
.htr-rfi-app [ng-controller="DeadlineCtrl"] label {
  width: 50%;
}
.htr-rfi-app .timeframes-wrapper [name="custom_timeframe"] {
  margin-left: 40px;
}
.htr-rfi-app .display-block {
  display: block;
}
.htr-rfi-app a,
.htr-rfi-app button {
  cursor: pointer;
}
.task-finish-page-wrapper [ng-show="resetUrl"].button-primary{
  margin-top: 15px;
}
.htr-rfi-app .form-item.full {
  width: 98%;
}
.htr-rfi-app .form-item.half {
  display: inline-block;
  width: 48%;
}
.htr-rfi-app .register-newsletter * {
  display: inline-block;
}
.htr-rfi-app .ett-refistration-form-btns,
.htr-rfi-app .ett-company-form-btns {
  width: 98%;
  margin-left: 15px;
}
.htr-rfi-app .login-form label[for="email"] {
  margin-bottom: -80px;
}
.htr-rfi-app .login-form .form-item.email,
.htr-rfi-app .login-form .form-item.password {
  margin-top: 0;
  margin-bottom: 10px;
}
.htr-rfi-app .login-form .form-item.email {
  margin-bottom: -20px;
}
.htr-rfi-app .ett-overview-wraper .htr-regular-block-wraper:nth-child(1) {
  float: left;
}
.htr-rfi-app .ett-overview-wraper #ett-accept-block {
  display: block;
  float: left;
}
.htr-rfi-app .ett-overview-wraper i.review-bottom-text {
  display: inline-block;
  margin-bottom: 20px;
}
.htr-rfi-app .ett-progress-bar,
.htr-rfi-app .ett-progress-bar hr {
  width: 90%;
}
.htr-rfi-app .ett-progress-bar > div {
  margin-right: 52px;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-review {
  margin-right: 0;
  margin-left: 0;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-answer-review {
  position: absolute;
  right: -52px;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-location {
  margin-left: 0;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-product-info .text {
  right: 92%;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-process-info .text {
  right: 80%;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-process-details .text {
  right: 68.5%;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-numbers .text {
  right: 56.5%;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-automation-reason .text {
  right: 45%;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-location .text {
  right: 33%;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-deadline .text {
  right: 21.5%;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-user-info .text {
  right: 10%;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-review .text {
  right: -18px;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-answer-details .text {
  left: -25px;
  width: 120px;
}
.htr-rfi-app .ett-progress-bar > div#ett-progress-answer-review .text {
  right: -23px;
}
.htr-rfi-app ul.rfi-steps-wrapper {
  margin: -30px;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .col-md-6.form {
  padding-left: 0;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .col-md-6.task-info {
  padding-right: 0;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .description,
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] textarea,
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] input {
  margin: 0;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .price-from {
  padding-left: 0;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] input[name^="price_"] {
  width: 90%;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .kpi {
  margin-top: 20px;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .fte-amount-wrapper-texts,
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .fte-amount-wrapper-input,
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .units-amount-wrapper-texts,
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .units-amount-wrapper-input {
  display: inline-block;
  float: left;
  width: 45%;
  margin-top: 25px;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .fte-amount-wrapper-input,
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .units-amount-wrapper-input {
  float: right;
  margin-bottom: 60px;
}
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  #ett-overview-task-description {
  white-space: inherit;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .timeframes label {
  padding: 5px 10px;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .timeframes,
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .automation-goals-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .timeframes .expected,
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  .automation-goals-wrapper
  .expected
  label {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f2f6f9;
}
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  .timeframe.ett-overview-task-details-wraper
  strong,
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  .timeframe.ett-overview-task-details-wraper
  span,
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  .timeframe.ett-overview-task-details-wraper
  p {
  margin-left: 20px;
}
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  .timeframe.ett-overview-task-details-wraper
  strong {
  margin-bottom: 10px;
}
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  .automation-goals-wrapper
  label {
  margin-bottom: 0;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .timeframes .expected::after {
  content: "Clients expectation";
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .timeframes .expected::after,
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  .automation-goals-wrapper
  .expected
  span[ng-show="goal.expected"] {
  float: right;
  color: #096b90;
  font-weight: normal;
  font-style: italic;
}
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  .automation-goals-wrapper
  .tc-contain {
  width: 100%;
  padding: 10px;
}
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  .automation-goals-wrapper
  .tc-contain
  .label-text {
  bottom: 0;
}
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  .ett-overview-task-details-item {
  margin-bottom: 10px;
}
.htr-rfi-app
  [ng-controller="AnswerDetailsCtrl"]
  .htr-regular-block-wraper
  .htr-regular-block-title {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .request-details i {
  margin-right: 10px;
}
.htr-rfi-app [ng-controller="AnswerDetailsCtrl"] .request-details strong.value {
  margin-top: 20px;
}
.htr-rfi-app [ng-controller="AutomationReasonCtrl"] .validation-message,
.htr-rfi-app [ng-controller="LocationCtrl"] .validation-message {
  margin-left: 15px;
}
.htr-rfi-app [ng-controller="UserInfoCtrl"] .validation-message.login-email {
  margin-top: 50px;
  margin-bottom: -50px;
}
.htr-rfi-app .no-padding {
  padding: 0 !important;
}
.htr-rfi-app .no-margin {
  margin: 0 !important;
}
.htr-rfi-app .margin-left-25 {
  margin-left: 25px !important;
}
.htr-rfi-app .margin-left-20 {
  margin-left: 20px !important;
}
.htr-rfi-app .xs-font {
  font-size: 12px;
}
.htr-rfi-app .question-kpi-values-wrapper {
  font-size: 14px;
}
.htr-rfi-app .question-kpi-values-wrapper .current,
.htr-rfi-app .question-kpi-values-wrapper .expected {
  display: block;
  float: left;
  width: 100%;
  padding: 5px 10px;
}
.htr-rfi-app .question-kpi-values-wrapper .expected {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #f2f6f9;
}
.htr-rfi-app .question-kpi-values-wrapper .expected * {
  color: #096b90;
}
.htr-rfi-app .price-estimate-wrapper .price-estimate {
  color: #fff !important;
  background-color: #096b90 !important;
}
.htr-rfi-app .potential-kpi,
.htr-rfi-app .adv {
  min-height: 220px;
}
.htr-rfi-app .potential-kpi {
  padding-top: 25px;
}
.htr-rfi-app .adv .goals-list {
  padding: 15px 25px;
}
.htr-rfi-app .iti.iti--allow-dropdown {
  width: 100%;
}
body.page-node-type-rfi-question h1.page-title {
  display: none;
}
body.page-node-type-rfi-question .next-button.top-button, .htr-rfi-app .next-button.publish,
body.page-node-type-rfi-question .send-answer-button.top-button, .htr-rfi-app .send-answer-button.publish {
  display: flex;
  float: none!important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0;
}

body.page-node-type-rfi-question .next-button.top-button.bottom-button {
  margin-top: 20px;
}

body.page-node-type-rfi-question .next-button.top-button,
.htr-rfi-app .next-button.publish{
  margin: 0 auto;
}
.htr-rfi-app .next-button.publish,
.htr-rfi-app .send-answer-button.publish {
  position: absolute;
  left: 40%;
  gap: 5px;
}

.htr-rfi-app .next-button.publish.top-button,
.htr-rfi-app .send-answer-button.publish.top-button {
  position: unset;
  left: 0;
  margin-top: 0;
}

.htr-rfi-app .orange-button.pull-right{
  right: 40%;
}
body.page-node-type-rfi-question .det-title,
body.page-node-type-rfi-question .attachments-heading {
  margin-bottom: -5px;
}
body.page-node-type-rfi-question .attachment-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
body.page-node-type-rfi-question
  .anonymous-block-wrapper
  a.create-offer-button-anonymous {
  display: block;
  width: 150px;
  margin: 0 auto;
}
body.page-node-type-rfi-question .actions a.create-offer-button-anonymous {
  margin-left: 25%;
}
body.page-node-type-rfi-answer .answer-description .htr-regular-block-title,
body.page-node-type-rfi-answer .attachments .htr-regular-block-title,
body.page-node-type-rfi-answer .potential-kpi-wrapper .htr-regular-block-title,
body.page-node-type-rfi-answer .adv-wrapper .htr-regular-block-title,
body.page-node-type-rfi-answer .price-estimate-wrapper .htr-regular-block-title,
body.page-node-type-rfi-answer .chat-box-wrapper .htr-regular-block-title,
body.page-node-type-rfi-answer .exp-timeframe-wrapper .htr-regular-block-title {
  margin-bottom: -10px;
}
body.page-node-type-rfi-answer .answer-description .htr-regular-block-wraper,
body.page-node-type-rfi-answer .attachments .htr-regular-block-wraper,
body.page-node-type-rfi-answer .potential-kpi-wrapper .htr-regular-block-wraper,
body.page-node-type-rfi-answer .adv-wrapper .htr-regular-block-wraper,
body.page-node-type-rfi-answer
  .price-estimate-wrapper
  .htr-regular-block-wraper,
body.page-node-type-rfi-answer .chat-box-wrapper .htr-regular-block-wraper,
body.page-node-type-rfi-answer
  .exp-timeframe-wrapper
  .htr-regular-block-wraper {
  margin-top: 10px;
}
body.page-node-type-rfi-answer
  form[id^="easy-transaction-message-form"]
  i.far.fa-comment,
body.page-node-type-rfi-question
  form[id^="easy-transaction-message-form"]
  i.far.fa-comment {
  left: 25px;
}
body.page-node-type-rfi-answer a.edit-button {
  float: right;
}
form.htr-rfi-answer-edit-form h1.heading,
form.htr-rfi-question-edit-form h1.heading,
form.easy-transaction-task-edit-form h1.heading {
  display: inline-block;
  border-bottom: 3px solid #FFA639;
  font-family: Nunito-Regular, sans-serif;
  font-size: 35px !important;
  line-height: 40px !important;
}
form[id^="htr-rfi-answer-edit-form"],
form[id^="easy-transaction-task-edit-form"],
form[id^="htr-rfi-question-edit-form"] {
  padding: 15px 30px;
  border: 1px solid #f4f4f4;
}
form[id^="htr-rfi-answer-edit-form"] legend,
form[id^="easy-transaction-task-edit-form"] legend,
form[id^="htr-rfi-question-edit-form"] legend {
  text-transform: none;
  border: 0;
}
form[id^="htr-rfi-question-edit-form"] #steps-fieldset-wrapper legend {
  color: #096b90;
  font-size: 18px;
}
form[id^="easy-transaction-task-edit-form"] .white-button:hover,
form[id^="easy-transaction-task-edit-form"] .white-button:active,
form[id^="htr-rfi-answer-edit-form"] .white-button:hover,
form[id^="htr-rfi-answer-edit-form"] .white-button:active,
form[id^="htr-rfi-question-edit-form"] .white-button:hover,
form[id^="htr-rfi-question-edit-form"] .white-button:active {
  background-color: #FFA639 !important;
}
form[id^="easy-transaction-task-edit-form"] input[type="text"],
form[id^="easy-transaction-task-edit-form"] input[type="number"],
form[id^="easy-transaction-task-edit-form"] select,
form[id^="easy-transaction-task-edit-form"] textarea,
form[id^="htr-rfi-answer-edit-form"] input[type="text"],
form[id^="htr-rfi-answer-edit-form"] input[type="number"],
form[id^="htr-rfi-answer-edit-form"] select,
form[id^="htr-rfi-answer-edit-form"] textarea,
form[id^="htr-rfi-question-edit-form"] input[type="text"],
form[id^="htr-rfi-question-edit-form"] input[type="number"],
form[id^="htr-rfi-question-edit-form"] select,
form[id^="htr-rfi-question-edit-form"] textarea {
  margin-top: 10px;
  border: 1px solid #f4f4f4;
  background-color: #fff !important;
}
form[id^="easy-transaction-task-edit-form"] .description,
form[id^="htr-rfi-answer-edit-form"] .description,
form[id^="htr-rfi-question-edit-form"] .description {
  color: #808080;
}
[ng-controller="ExistingProcessDetailsCtrl"] .htr-regular-block-wraper {
  padding: 15px 25px!important;
}
.mobile-hidden{
  display: block;
}
.mobile-shown {
  display: none;
}

body.page-node-type-rfi-answer form[id^="easy-transaction-message-form"] i.far.fa-comment, body.page-node-type-rfi-question form[id^="easy-transaction-message-form"] i.far.fa-comment{
  left: 15px;
}
@media (max-width: 530px) {
  .ett-progress-bar {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100% !important;
    height: 230px !important;
    margin: unset;
  }
  .ett-progress-bar-item {
    margin: unset !important;
    padding: unset;
  }
  .ett-progress-bar-item .text {
    position: relative;
    top: 0;
    left: 0;
    width: unset !important;
    text-align: unset !important;
    font-size: 0.8em;
    line-height: 1em !important;
  }
  .ett-progress-bar-item .text p {
    width: 100%;
    margin-top: 15px;
  }
  .ett-progress-bar hr {
    display: none;
  }
  .path-easy-transaction .main-content__section {
    padding-top: 10px;
  }
  .htr-rfi-app .subtitle {
    margin: unset;
  }
  .htr-rfi-app .description {
    margin: unset;
  }
  .htr-rfi-app [name="product_type"] {
    margin: unset;
    font-size: 1em;
  }
  .tc-contain input[type="checkbox"] ~ .tc-input {
    left: 0;
  }
  .tc-contain {
    padding-left: 0;
  }
  .htr-rfi-app h1.title {
    margin: 20px 0 30px 0;
  }
  .htr-rfi-app .steps-heading-wrapper {
    width: 100%;
    margin: unset;
  }
  .htr-rfi-app .automation-steps-wrapper {
    width: 100%;
    margin: unset !important;
  }
  .htr-rfi-app .form-item {
    margin-left: unset !important;
  }
  .htr-rfi-app .steps-wrapper i.fa-grip-horizontal {
    display: none;
  }
  .htr-rfi-app .automation-steps-wrapper label {
    display: none;
  }
  .htr-rfi-app .automation-steps-wrapper .description {
    position: relative;
  }
  .htr-rfi-app .automation-steps-wrapper .description::after {
    position: absolute;
    top: 6px;
    right: 15%;
    display: inline-block;
    width: 70px;
    height: 70px;
    content: "";
    transform: rotate(324deg);
    background: url(../../htr_easy_transaction/images/Arrow-hint.png) no-repeat center;
    background-size: contain;
  }
  .htr-rfi-app .steps-wrapper label {
    width: 19%;
  }
  .htr-rfi-app .steps-wrapper input {
    width: 59%;
  }
  .htr-rfi-app [ng-controller="NumbersCtrl"] label {
    margin-left: 0;
  }
  .htr-rfi-app [ng-controller="NumbersCtrl"] input {
    width: 20%;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .htr-rfi-app [ng-controller="NumbersCtrl"] .double-size {
    width: 40% !important;
  }
  .htr-rfi-app textarea {
    width: 100%;
    margin-left: 0;
  }
  .htr-rfi-app select[name="countries"],
  .htr-rfi-app input[name="city"] {
    width: 100%;
    margin-left: unset;
  }
  .htr-rfi-app [ng-controller="DeadlineCtrl"] label {
    width: 100% !important;
    margin-bottom: 20px !important;
    margin-left: 0 !important;
  }
  .htr-rfi-app .timeframes-wrapper label {
    margin-bottom: 15px;
  }
  .htr-rfi-app .next-button.publish.top-button,
  .htr-rfi-app .send-answer-button.publish.top-button {
    display: none !important;
  }
  .htr-rfi-app .next-button.publish,
  .htr-rfi-app .send-answer-button.publish {
    position: relative;
    right: unset;
    width: 200px;
  }
  .review-info-wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mobile-hidden {
    display: none !important;
  }
  .mobile-shown {
    display: inline-block !important;
  }
  .ett-overview-wraper .req-details {
    width: 100%;
  }
  .htr-rfi-app
    .review-info-wrapper
    .htr-regular-block-wraper-et-grey.req-details
    p.description {
    margin-left: 0 !important;
  }
  #automation_explanation,
  #timeframe_explanation {
    margin-left: 0;
  }
  .ett-overview-wraper .req-details {
    height: unset !important;
  }
  .htr-rfi-app .review-info-wrapper .htr-regular-block-wraper-et-grey .wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .htr-rfi-app
    .review-info-wrapper
    .htr-regular-block-wraper-et-grey
    .wrapper
    p {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .htr-rfi-app
    .review-info-wrapper
    .htr-regular-block-wraper-et-grey
    .wrapper
    p
    * {
    margin-left: unset;
  }
  .htr-rfi-app
    .review-info-wrapper
    .htr-regular-block-wraper-et-grey
    .units-title {
    display: unset;
  }
  .ett-overview-wraper .customer-details {
    height: unset !important;
  }
  .ett-overview-wraper .customer-details .ett-overview-task-details-item {
    margin-bottom: 20px;
  }
  .ett-overview-wraper .customer-details span.label {
    display: unset !important;
    margin: 0;
  }
  .htr-rfi-app .steps-review-wrapper {
    margin-top: 0;
    padding: 15px;
  }

  .htr-rfi-app .steps-description.left-side {
    float: unset;
    width: 100%;
    padding: 10px;
  }
  .htr-rfi-app .steps-description.right-side {
    position: unset;
    top: unset;
    right: unset;
    float: right;
    width: 100% !important;
    padding: 0 10px 10px 10px;
    text-align: unset;
  }
  .htr-rfi-app .steps-description.right-side::after {
    position: absolute;
    top: 75px;
    left: 169px;
    display: inline-block;
    width: 70px;
    height: 70px;
    content: "";
    transform: rotate(324deg);
    background: url(../../htr_easy_transaction/images/Arrow-hint.png) no-repeat center;
    background-size: contain;
  }
  .htr-rfi-app
    .review-info-wrapper
    .htr-regular-block-wraper-et-grey.req-des
    .label {
    display: inline-block;
    width: 20%;
    margin-top: 15px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
  }
  .htr-rfi-app
    .review-info-wrapper
    .htr-regular-block-wraper-et-grey.req-des
    .value {
    display: inline-block;
    width: 80%;
  }
  .htr-regular-block-wraper:nth-child(1) {
    width: 320px !important;
    margin: auto;
    margin-bottom: 20px;
  }
  .ett-create-task-wraper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .attachments-container {
    display: flex;
    flex-direction: column;
  }
  .attachment-file-wrapper {
    width: unset !important;
  }
  .allow-size {
    display: flex;
    flex-direction: column;
  }
  .task-finish-page-wrapper .title {
    display: inline-block;
    margin-bottom: 30px;
    text-transform: none;
    color: #2d688d !important;
    border-bottom: 3px solid #FFA639 !important;
    font-size: 23px;
    font-weight: bold !important;
  }
  .top-button {
    top: -100px !important;
  }
  .ett-offer-top-block div:nth-child(2) {
    display: block;
    float: unset;
  }
  #edit-overview-accept-terms--description {
    margin-top: 10px;
  }
  .htr-rfi-app .form-item-overview-accept-terms .tc-contain span.label-text {
    top: 10px;
  }
}

/* Currency switcher. */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  width: 0;
  height: 0;
  opacity: 0;
}
.slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #016891;
}
.slider::before {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  content: "";
  -webkit-transition: .4s;
  transition: .4s;
  background-color: white;
}
input:checked + .slider {
  background-color: #016891;
}
input:focus + .slider {
  box-shadow: 0 0 1px #016891;
}
input:checked + .slider::before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round::before {
  border-radius: 50%;
}
.currency-switcher .euro-sign,
.currency-switcher .dollar-sign {
  vertical-align: sub;
}
.currency-switcher .euro-sign.active,
.currency-switcher .dollar-sign.active {
  font-weight: bold;
}
@media screen and (max-width: 410px) {
  .htr-rfi-app .actions{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .htr-rfi-app .actions .next-button,
  .htr-rfi-app .actions .send-answer-button {
    order: unset;
  }
}
