/* line 1, module.less */
.dvInput {
  bottom: 40px;
  /*width: 40%;*/
  /* white-space: nowrap; */
  /* display: flex; */
  text-align: center;
  /* display: inline-block; */
  margin-left: auto;
  margin-right: auto;
}
/* line 12, module.less */
.dvAdditionalInput {
  bottom: 40px;
  /*width: 40%;*/
  /* white-space: nowrap; */
  /* display: flex; */
  text-align: right;
  /* display: inline-block; */
  margin-left: auto;
  margin-right: auto;
}
/* line 23, module.less */
.error-box {
  color: red;
  font-size: 14px;
  display: block;
  margin-top: -12px;
  margin-bottom: 20px;
  margin-left: 20px;
}
/* line 31, module.less */
.error-box.validation-summary-valid {
  margin: 0;
}
/* line 35, module.less */
.error-box li {
  list-style: none;
  margin-left: -18px;
}
/* line 44, module.less */
.validation-input-error {
  color: red;
  border-color: red !important;
}
/* line 49, module.less */
.validation-label-error {
  color: red;
}
/* line 53, module.less */
.button-send,
.button-update {
  border-radius: 5px;
  color: White;
  padding: 0.5em;
  /*width: 150px;*/
  display: inline-block;
  text-decoration: none;
  background-color: #f58220;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 66, module.less */
.button-send:focus,
.button-send:hover,
.button-update:focus,
.button-update:hover {
  background-color: #f58220;
  color: White;
}
/* line 74, module.less */
.button-stop {
  border-radius: 5px;
  color: black;
  padding: 0.5em;
  /*width: 150px;*/
  display: inline-block;
  text-decoration: none;
  background-color: lightgray;
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 87, module.less */
.responses div:last-child {
  margin-bottom: 0px;
}
/* line 91, module.less */
.button-disabled {
  pointer-events: none;
  opacity: 0.4;
}
/* line 96, module.less */
.response {
  background-color: #f7f7f8;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #e0d6d6;
  border-radius: 4px;
  margin: 10px 5px;
}
/* line 106, module.less */
.text {
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: normal;
  /* font-feature-settings: normal; */
  font-family: 'Söhne', ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica Neue, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-variation-settings: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  font-size: 13px;
}
/* line 117, module.less */
.message {
  font-size: 16px;
  font-weight: 500;
  color: forestgreen;
}
/* line 123, module.less */
.counter {
  color: black;
  font-size: 16px;
}
/* line 128, module.less */
.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.1) !important;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
/* line 133, module.less */
.blurred-backdrop {
  background-color: rgba(255, 255, 255, 0.1) !important;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
/* line 138, module.less */
.dvHistory {
  text-align: left;
  margin-left: 10px;
}
/* line 143, module.less */
.spHistory {
  font-size: 16px;
}
/* line 147, module.less */
.selHistory {
  min-width: 150px;
  max-width: 250px;
  padding: 5px 35px 5px 5px;
  font-size: 15px;
  border: 1px solid #CCC;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: no-repeat #EEE;
}
/* line 160, module.less */
.generate-aborted {
  color: red;
}
/* line 164, module.less */
.title {
  font-size: 14px;
  font-weight: bold;
}
/* line 169, module.less */
.txtinput {
  width: 100%;
  height: 50px;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
/* line 181, module.less */
.selLanguage {
  min-width: 150px;
  max-width: 250px;
  padding: 5px 35px 5px 5px;
  font-size: 15px;
  border: 1px solid #CCC;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: no-repeat #EEE;
}
/* line 194, module.less */
.dvOutput {
  margin: 10px;
}
/* line 198, module.less */
.spOutput {
  font-size: 15px;
  font-weight: bold;
}
/* line 203, module.less */
.forestgree-color {
  color: forestgreen;
}
/* line 207, module.less */
.red-color {
  color: red;
}
/* line 211, module.less */
.blue-color {
  color: blue;
}
/* line 215, module.less */
.coral-color {
  color: coral;
}
/* line 219, module.less */
.darkturquoise-color {
  color: darkturquoise;
}
/* line 223, module.less */
.deeppink-color {
  color: deeppink;
}
/* line 227, module.less */
.stop-generating {
  text-align: center;
}
/* line 231, module.less */
.expand-collapse-icon {
  font-size: 16px;
  float: right;
  color: black;
  font-family: auto;
  cursor: pointer;
}
/* line 239, module.less */
.expand-collapse-icon-all {
  font-size: 16px;
  float: right;
  color: black;
  font-family: auto;
  cursor: pointer;
}
/* line 247, module.less */
.collapse-text {
  font-size: 15px;
  color: forestgreen;
}
/* line 252, module.less */
.message:hover {
  background-color: gainsboro;
  border-radius: 5px;
  cursor: pointer;
}
/* line 258, module.less */
.message-short {
  max-width: 900px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* line 265, module.less */
input[type="checkbox"],
input[type="radio"] {
  height: unset;
  width: auto;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
}
/* line 272, module.less */
.form-control {
  margin-bottom: 10px;
}
/* line 276, module.less */
.response-footer {
  margin-bottom: 25px !important;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f7f9fc;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #dce0e6;
  margin: 20px auto;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
/* line 288, module.less */
.response-footer .ai-disclaimer {
  font-size: 12px;
  text-align: left;
  margin: 10px;
}
/* ChatGPT styles */
/* Add the CSS styling here */
/* line 296, module.less */
.response-container {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f7f9fc;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #dce0e6;
  margin: 20px auto;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
/* line 307, module.less */
.response-container h1,
.response-container h2,
.response-container h3 {
  font-weight: bold;
  margin-top: 0;
}
/* line 314, module.less */
.response-container h3 {
  font-size: 16px;
}
/* line 318, module.less */
.response-container p {
  margin: 12px 0;
  font-size: 16px;
}
/* line 323, module.less */
.response-container em {
  font-style: normal;
  font-weight: bold;
  color: #ff7043;
}
/* line 329, module.less */
.response-container ul {
  padding-left: 20px;
  margin: 10px 0;
}
/* line 334, module.less */
.response-container ul li {
  line-height: 20.8px !important;
  font-size: 13px !important;
}
/* line 340, module.less */
.response-container code {
  background-color: #e8eef4;
  padding: 2px 4px;
  border-radius: 4px;
  font-family: 'Courier New', Courier, monospace;
  color: #d6336c;
}
/* line 348, module.less */
.response-container blockquote {
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #f1f3f4;
  border-left: 4px solid #1a73e8;
  color: #555;
}
/* line 356, module.less */
.response-container a {
  color: #1a73e8;
  text-decoration: none;
  font-weight: bold;
}
/* line 362, module.less */
.response-container a:hover {
  text-decoration: underline;
}
/* line 366, module.less */
.response-container .response-average-summary,
.response-container .response-entry-level-summary,
.response-container .response-experienced-summary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  width: 100%;
  line-height: 16px;
}
/* line 374, module.less */
.response-container .response-average-summary .response-h3-title,
.response-container .response-entry-level-summary .response-h3-title,
.response-container .response-experienced-summary .response-h3-title {
  padding-right: 30px;
}
/* line 378, module.less */
.response-container .response-average-summary .reponse-answer-title,
.response-container .response-entry-level-summary .reponse-answer-title,
.response-container .response-experienced-summary .reponse-answer-title {
  width: 38%;
}
/* line 382, module.less */
.response-container .response-average-summary .reponse-answer-value,
.response-container .response-entry-level-summary .reponse-answer-value,
.response-container .response-experienced-summary .reponse-answer-value {
  width: 62%;
}
/* line 387, module.less */
.response-container .response-average-summary {
  padding-top: 15px;
}
/* line 391, module.less */
.response-container .response-experienced-summary {
  padding-bottom: 15px;
}
/* line 395, module.less */
.response-container .response-experienced-salary-by-level {
  padding-top: 20px;
}
/* line 398, module.less */
.response-container .response-experienced-salary-by-level .reponse-answer-title {
  width: 33%;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 405, module.less */
.response-container .response-experienced-salary-by-level .reponse-answer-value {
  width: 66%;
  margin-bottom: 0;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 413, module.less */
.response-container .response-experienced-salary-by-level .salary-by-level-item {
  /*margin-bottom: -15px;*/
}
/* line 417, module.less */
.response-container .response-experienced-salary-by-level ul.experienced-salary-by-level-list > li:before {
  font-size: 16px;
  font-weight: bold;
}
/* line 422, module.less */
.response-container .response-experienced-salary-by-level ul.experienced-salary-by-level-list > li::marker {
  font-size: 14px;
  font-weight: bold;
}
/* line 427, module.less */
.response-container .response-experienced-salary-by-level .experienced-salary-by-level-list li {
  font-size: 14px;
  list-style: auto;
  margin: 15px 0px;
}
/* line 432, module.less */
.response-container .response-experienced-salary-by-level .experienced-salary-by-level-list li .salary-by-level-item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/* line 436, module.less */
.response-container .response-experienced-salary-by-level .experienced-salary-by-level-list li h4 {
  font-size: 14px;
  font-weight: bold;
  text-wrap-mode: nowrap;
  margin-top: 1px;
}
/* line 443, module.less */
.response-container .response-experienced-salary-by-level .experienced-salary-by-level-list li .h4-note {
  font-size: 14px;
}
/* line 447, module.less */
.response-container .response-experienced-salary-by-level .experienced-salary-by-level-list li .response-h5-title {
  font-size: 14px;
  font-weight: bold;
  padding-right: 5px;
  display: inline;
}
/* line 454, module.less */
.response-container .response-experienced-salary-by-level .experienced-salary-by-level-list li .salary-by-level-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  width: 100%;
}
/* line 462, module.less */
.response-container .response-additional-compensation {
  padding-top: 20px;
}
/* line 465, module.less */
.response-container .response-additional-compensation .reponse-answer-title {
  width: 100%;
}
/* line 469, module.less */
.response-container .response-additional-compensation .reponse-answer-value {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 0;
}
/* line 475, module.less */
.response-container .response-additional-compensation ul.additional-compensation-list {
  list-style-type: none;
}
/* line 478, module.less */
.response-container .response-additional-compensation ul.additional-compensation-list .additional-compensation-item {
  /*margin-bottom: 30px;*/
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 486, module.less */
.response-container .response-additional-compensation ul.additional-compensation-list > li {
  /*text-indent: -5px;
			display: -webkit-box;
			margin-left: 15px;
			margin-bottom: -20px;*/
  display: block;
  /*margin-top: 30px;*/
}
/* line 495, module.less */
.response-container .response-additional-compensation ul.additional-compensation-list > li:before {
  /*content: "-";*/
  text-indent: -5px;
  margin-left: -15px;
}
/* line 501, module.less */
.response-container .response-additional-compensation .additional-compensation-list li {
  font-size: 16px;
}
/* line 504, module.less */
.response-container .response-additional-compensation .additional-compensation-list li h4 {
  font-size: 16px;
  font-weight: bold;
  text-wrap-mode: nowrap;
}
/* line 510, module.less */
.response-container .response-additional-compensation .additional-compensation-list li .response-h5-title {
  font-size: 14px;
  font-weight: bold;
  padding-right: 5px;
  display: inline;
}
/* line 517, module.less */
.response-container .response-additional-compensation .additional-compensation-list li .salary-by-level-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  width: 100%;
}
/* line 525, module.less */
.response-container .response-influencing-factors {
  padding-top: 0px;
}
/* line 528, module.less */
.response-container .response-influencing-factors ul.influencing-factors-list {
  list-style-type: none;
}
/* line 532, module.less */
.response-container .response-influencing-factors ul.influencing-factors-list > li {
  text-indent: -15px;
  font-size: 14px;
  display: -webkit-box;
  margin-left: 15px;
  /*margin-bottom: -20px;*/
}
/* line 541, module.less */
.response-container .response-influencing-factors ul.influencing-factors-list > li:before {
  content: "-";
  text-indent: -5px;
  margin-left: -15px;
}
/* line 548, module.less */
.response-container .response-information-sources {
  padding-top: 20px;
}
/* line 551, module.less */
.response-container .response-information-sources ul.information-sources-list {
  list-style-type: none;
}
/* line 555, module.less */
.response-container .response-information-sources ul.information-sources-list > li {
  text-indent: -5px;
  font-size: 14px;
  display: -webkit-box;
  margin-left: 15px;
  margin-bottom: -20px;
}
/* line 563, module.less */
.response-container .response-information-sources ul.information-sources-list > li:before {
  content: "-";
  text-indent: -5px;
  margin-left: -15px;
}
/* line 570, module.less */
.response-container .disclaimer {
  font-size: 12px;
  font-style: italic;
  margin-top: 30px;
  text-align: center;
}
/* line 579, module.less */
.right-panel {
  float: right;
  width: 80%;
  padding-left: 5px;
}
/* line 585, module.less */
.full-width {
  width: 100% !important;
}
/* line 589, module.less */
.left-panel {
  float: left;
  width: 20%;
  padding-right: 5px;
}
@media (min-width: 1280px) {
  /* line 596, module.less */
  .modal-dialog {
    width: 80vw !important;
    max-width: 1000px;
    margin: 30px auto !important;
  }
}
/* line 604, module.less */
.modal-dialog .modal-content {
  border-radius: 0;
  border-width: 0;
  padding: 40px;
}
/* line 610, module.less */
.modal-dialog .popup-title {
  float: left;
  width: 90%;
  font-size: 21px;
  margin-top: -10px;
}
/* line 617, module.less */
.modal-dialog .modal-header button.close {
  font-size: 21px;
  position: absolute;
  top: 26px;
  right: 22px;
  opacity: 0.4;
}
/* line 625, module.less */
.modal-dialog .modal-footer button.close {
  /*position: relative;
		border-color: #0D569E;
		background: #3792ED;
		background: -moz-linear-gradient(top, #358eea 0%, #2170cd 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #358eea), color-stop(100%, #2170cd));
		background: -webkit-linear-gradient(top, #358eea 0%, #2170cd 100%);
		background: linear-gradient(top, #358eea 0%, #2170cd 100%);
		-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
		box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.6), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
		color: #efefef;
		text-shadow: 0px -1px 0px #185B93;
		font-size: 21px;
		font-weight: bold;
		padding: 6px 6px;
		opacity: 1;*/
}
/* line 642, module.less */
.modal-dialog .modal-footer button.close span {
  display: none;
}
/* line 647, module.less */
.modal-dialog .ai-disclaimer {
  font-size: 12px;
  text-align: left;
  margin: 10px;
}
