input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
body ::-webkit-scrollbar {
  width: 5px;
}
body ::-webkit-scrollbar-track {
  background: #ddd;
}
body ::-webkit-scrollbar-thumb {
  background: #666;
}
body ::-webkit-scrollbar:horizontal {
  width: auto;
  height: 5px;
}
body *:not(select) {
  scrollbar-width: thin;
}
.ai-intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.container-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  max-width: 1250px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
}

@media screen and (min-width: 1024px) {
  .container-main {
    width: auto;
  }
}
.chatgpt-wrapper,
.chatgpt-wrapper .container {
  max-width: 100% !important;
}
.chatgpt-wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.chatgpt-input-wrapper {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.chatgpt-wrapper .feature-banner {
  background: #1B87E6;
  text-align: center;
}
.chatgpt-wrapper .feature-banner .content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .chatgpt-wrapper .feature-banner .content-wrapper {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .chatgpt-wrapper .feature-banner .content-wrapper {
    width: 97%;
  }
}
@media only screen and (min-width: 1024px) {
  .chatgpt-wrapper .feature-banner .content-wrapper {
    width: 1170px;
    min-height: 280px;
  }
}
.chatgpt-wrapper .feature-banner .content-wrapper .banner-center-content {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .chatgpt-wrapper .feature-banner .content-wrapper .banner-center-content {
    width: 756px;
    margin: 0 auto;
  }
}
.chatgpt-wrapper .feature-banner .content-wrapper .banner-center-content .banner-title {
  color: #ffffff;
  font-size: 40px;
  line-height: 1.25;
  margin: 0 0 18px;
}
.chatgpt-wrapper .feature-banner .content-wrapper .banner-center-content .banner-top-desc {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px;
}
.chatgpt-wrapper .custom-form-group .this-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}
.custom-form-group.has-error .error {
  width: 100%;
  color: #E91D1A;
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding-top: 5px;
  text-align: left;
}
.chatgpt-wrapper .custom-form-group.has-error .this-wrapper {
  background: #FFDCDC;
}
.chatgpt-wrapper .custom-form-group.has-input .custom-form-input {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  border: none;
  color: #545E6B;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  padding: 6px 8px;
  position: relative;
  vertical-align: top;
}
.chatgpt-wrapper .custom-form-group.has-input .custom-form-input:not(.answer-options .custom-form-input) {
  max-width: 850px !important;
  min-height: 160px;
  max-height: 2200px;
}
@media screen and (min-width: 1024px) {
  .chatgpt-wrapper .custom-form-group.has-input .custom-form-input:not(.answer-options .custom-form-input) {
    min-width: 650px !important;
    min-height: 250px;
  }
}
.chatgpt-wrapper .custom-form-group.has-input .custom-form-input:focus {
  outline: none;
}
.chatgpt-wrapper .custom-form-group.has-input .custom-form-input:focus ~ .line-flow {
  width: 100%;
  background: #1B87E6;
}
.chatgpt-wrapper .custom-form-group.has-input.has-error .custom-form-input ~ .line-flow {
  width: 100%;
  background: #E91D1A;
}
.chatgpt-wrapper .custom-form-group.has-input .custom-form-input::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.chatgpt-wrapper .custom-form-group.has-input .custom-form-input:-moz-placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.chatgpt-wrapper .custom-form-group.has-input .custom-form-input::-moz-placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.chatgpt-wrapper .custom-form-group.has-input .custom-form-input:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.chatgpt-wrapper .custom-form-group.has-input .line-flow {
  width: 0;
  height: 2px;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  z-index: 0;
}
.has-error.chatgpt-wrapper .custom-form-group.has-input .line-flow {
  width: 100%;
  background: #E91D1A;
}
.chatgpt-wrapper .content-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0;
}
.chatgpt-wrapper .content-wrapper .content-ss-wrapper,
.chatgpt-wrapper .content-wrapper .chatgpt-input-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .chatgpt-wrapper .content-wrapper .content-ss-wrapper,
  .chatgpt-wrapper .content-wrapper .chatgpt-input-wrapper {
    width: 50%;
  }
}
.chatgpt-wrapper .content-wrapper .content-ss-wrapper .feature-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .chatgpt-wrapper .content-wrapper .content-ss-wrapper .feature-title {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 40px;
  }
}
.chatgpt-wrapper .content-wrapper .content-ss-wrapper .feature-description {
  color: #505050;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0;
}
.chatgpt-wrapper .content-wrapper .chatgpt-input-wrapper {
  max-width: 570px;
}
.custom-form-group.has-input {
  width: 100%;
}
.chatgpt-wrapper .content-wrapper .chatgpt-input-wrapper .custom-form-group.has-input .this-wrapper {
  max-height: 200px;
  min-height: 130px;
}
.chatgpt-wrapper .content-wrapper .chatgpt-input-wrapper .action-panel {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.chatgpt-wrapper .content-wrapper .chatgpt-input-wrapper .action-panel .qp-btn {
  background: #1B87E6;
  border: none;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  outline: none;
  padding: 9px 21px 7px;
  text-transform: uppercase;
}
.chatgpt-wrapper .content-wrapper .chatgpt-input-wrapper .action-panel .qp-btn:hover {
  background: #00beff;
}
.chatgpt-wrapper .content-wrapper .chatgpt-input-wrapper .action-panel .qp-btn:disabled {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
}
.chatgpt-wrapper .no-question {
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 300;
  margin: -12px 0 0 0;
  position: absolute;
  top: 50%;
}
.chatgpt-wrapper .error-wrapper {
  width: 100%;
  text-align: center;
}
.chatgpt-wrapper .error-wrapper .error-text {
  color: #1B87E6;
  font-size: 22px;
  font-weight: 500;
  padding: 10px 0;
}
.chatgpt-wrapper .qp-loader {
  width: 100%;
  height: 150px;
  position: relative;
}
.chatgpt-wrapper .qp-loader-container {
  width: 100%;
  position: absolute;
  left: 50%;
  top: calc(50% - 30px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 36;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper {
  width: auto;
  max-height: calc(100vh - 200px);
  min-height: 300px;
  background-color: #f9f9f9;
  overflow-y: auto;
  padding: 0 0 25px 0;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper {
    max-height: 310px;
    padding: 0 15px 25px 15px;
  }
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container {
  background: #ffffff;
  padding: 15px;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper {
  padding: 10px 0;
  position: relative;
  margin: 0 auto;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .question-container {
  width: 100%;
  color: #545E6B;
  display: flex;
  place-content: center flex-start;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  vertical-align: top;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .question-container .que-head-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  padding: 0 10px;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .question-container .que-head-wrapper .que-type-title-wrapper {
  display: flex;
  flex: 1;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .question-container .que-head-wrapper .que-type-title-wrapper .q-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 5px;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper {
  margin: 0 auto;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper .answer-options {
  padding: 5px 10px;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper .answer-options .custom-form-group.has-input .this-wrapper {
  max-height: 120px;
  min-height: 80px;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper .answer-options .controls {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  position: relative;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper .answer-options .controls .control-indicator {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #1B87E6;
  cursor: pointer;
  margin-top: -8px;
  position: absolute;
  left: 0;
  top: 50%;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper .answer-options .controls .control-label {
  width: 100%;
  color: #545E6B;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  position: relative;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper .answer-options .controls.control-radio {
  padding-left: 30px;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper .answer-options .controls.control-radio .control-indicator {
  -webkit-border-radius: 50% ;
  -moz-border-radius: 50% ;
  border-radius: 50% ;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper .answer-options .controls.control-checkbox {
  padding-left: 30px;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper .answer-options .controls .radio-check {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  position: absolute;
  z-index: -1;
}
.chatgpt-wrapper .chatgpt-output-wrapper .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper.multiple-choice-question .answer-options {
  width: auto;
  min-width: 200px;
}
.chatgpt-wrapper .chatgpt-output-wrapper.language-rtl {
  direction: rtl;
}
.chatgpt-wrapper .chatgpt-output-wrapper.language-rtl .chatgpt-qselect-header .custom-form-group .qp-control-label {
  margin-left: 20px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 25px;
}
.chatgpt-wrapper .chatgpt-output-wrapper.language-rtl .chatgpt-qselect-header .custom-form-group .qp-control-label .circle-flow {
  left: auto;
  right: 0;
}
.chatgpt-wrapper .chatgpt-output-wrapper.language-rtl .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper .answer-options .controls {
  padding-left: 0;
  padding-right: 30px;
}
.chatgpt-wrapper .chatgpt-output-wrapper.language-rtl .chatgpt-main-wrapper .chatgpt-que-container .survey-question-wrapper .answer-wrapper .answer-options .controls .control-indicator {
  left: auto;
  right: 0;
}
.chatgpt-wrapper .add-que-action-panel {
  padding: 20px 0;
}
.chatgpt-wrapper .action-btn-panel {
  background-color: #f9f9f9;
  padding: 25px 25px 25px 0;
}
.chatgpt-wrapper .add-que-action-panel,
.chatgpt-wrapper .action-btn-panel {
  width: 100%;
  justify-content: flex-end;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .chatgpt-wrapper .add-que-action-panel,
  .chatgpt-wrapper .action-btn-panel {
    display: flex;
  }
}
.chatgpt-wrapper .add-que-action-panel .action-btn,
.chatgpt-wrapper .action-btn-panel .action-btn {
  background: #ff9f00;
  border: none;
  outline: none;
  -webkit-border-radius: 30px ;
  -moz-border-radius: 30px ;
  border-radius: 30px ;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 33px;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.chatgpt-wrapper .add-que-action-panel .action-btn:hover,
.chatgpt-wrapper .action-btn-panel .action-btn:hover {
  background: #ffbb33;
  cursor: pointer;
}
.position-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
}
@-webkit-keyframes qpla0 {
  0% {
    transform: scale(0.5);
  }
  30% {
    transform: scale(1);
  }
  90% {
    transform: scale(0.5);
    border-radius: 30%;
    opacity: 0.4;
  }
  100% {
    transform: scale(0.3);
    border-radius: 50%;
    opacity: 0.3;
  }
}
@-moz-keyframes qpla0 {
  0% {
    transform: scale(0.5);
  }
  30% {
    transform: scale(1);
  }
  90% {
    transform: scale(0.5);
    border-radius: 30%;
    opacity: 0.4;
  }
  100% {
    transform: scale(0.3);
    border-radius: 50%;
    opacity: 0.3;
  }
}
@-ms-keyframes qpla0 {
  0% {
    transform: scale(0.5);
  }
  30% {
    transform: scale(1);
  }
  90% {
    transform: scale(0.5);
    border-radius: 30%;
    opacity: 0.4;
  }
  100% {
    transform: scale(0.3);
    border-radius: 50%;
    opacity: 0.3;
  }
}
@-o-keyframes qpla0 {
  0% {
    transform: scale(0.5);
  }
  30% {
    transform: scale(1);
  }
  90% {
    transform: scale(0.5);
    border-radius: 30%;
    opacity: 0.4;
  }
  100% {
    transform: scale(0.3);
    border-radius: 50%;
    opacity: 0.3;
  }
}
@keyframes qpla0 {
  0% {
    transform: scale(0.5);
  }
  30% {
    transform: scale(1);
  }
  90% {
    transform: scale(0.5);
    border-radius: 30%;
    opacity: 0.4;
  }
  100% {
    transform: scale(0.3);
    border-radius: 50%;
    opacity: 0.3;
  }
}
@-webkit-keyframes qpla1 {
  0% {
    transform: scale(1);
    border-radius: 15%;
  }
  20% {
    transform: scale(1.1) rotate(0deg);
  }
  60% {
    transform: scale(0.5) rotate(45deg);
    border-radius: 30%;
  }
  80% {
    transform: scale(0.4) rotate(90deg);
    border-radius: 50%;
  }
  90% {
    transform: scale(0.7) rotate(90deg);
    border-radius: 50%;
  }
  100% {
    transform: scale(1) rotate(180deg);
    border-radius: 15%;
  }
}
@-moz-keyframes qpla1 {
  0% {
    transform: scale(1);
    border-radius: 15%;
  }
  20% {
    transform: scale(1.1) rotate(0deg);
  }
  60% {
    transform: scale(0.5) rotate(45deg);
    border-radius: 30%;
  }
  80% {
    transform: scale(0.4) rotate(90deg);
    border-radius: 50%;
  }
  90% {
    transform: scale(0.7) rotate(90deg);
    border-radius: 50%;
  }
  100% {
    transform: scale(1) rotate(180deg);
    border-radius: 15%;
  }
}
@-ms-keyframes qpla1 {
  0% {
    transform: scale(1);
    border-radius: 15%;
  }
  20% {
    transform: scale(1.1) rotate(0deg);
  }
  60% {
    transform: scale(0.5) rotate(45deg);
    border-radius: 30%;
  }
  80% {
    transform: scale(0.4) rotate(90deg);
    border-radius: 50%;
  }
  90% {
    transform: scale(0.7) rotate(90deg);
    border-radius: 50%;
  }
  100% {
    transform: scale(1) rotate(180deg);
    border-radius: 15%;
  }
}
@-o-keyframes qpla1 {
  0% {
    transform: scale(1);
    border-radius: 15%;
  }
  20% {
    transform: scale(1.1) rotate(0deg);
  }
  60% {
    transform: scale(0.5) rotate(45deg);
    border-radius: 30%;
  }
  80% {
    transform: scale(0.4) rotate(90deg);
    border-radius: 50%;
  }
  90% {
    transform: scale(0.7) rotate(90deg);
    border-radius: 50%;
  }
  100% {
    transform: scale(1) rotate(180deg);
    border-radius: 15%;
  }
}
@keyframes qpla1 {
  0% {
    transform: scale(1);
    border-radius: 15%;
  }
  20% {
    transform: scale(1.1) rotate(0deg);
  }
  60% {
    transform: scale(0.5) rotate(45deg);
    border-radius: 30%;
  }
  80% {
    transform: scale(0.4) rotate(90deg);
    border-radius: 50%;
  }
  90% {
    transform: scale(0.7) rotate(90deg);
    border-radius: 50%;
  }
  100% {
    transform: scale(1) rotate(180deg);
    border-radius: 15%;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dashReverse {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 450;
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  60% {
    opacity: 1;
    transform: translateY(15px);
    height: 60%;
  }
  80% {
    transform: translateY(-5px);
    height: 80%;
  }
  100% {
    transform: translateY(0);
    height: 100%;
  }
}
@keyframes iconGayab {
  from {
    transform: scale(1.2) rotate(0);
  }
  to {
    transform: scale(0.1) rotate(90deg);
  }
}
.qp-loader-container {
  height: 80px;
  padding: 5px 0;
  position: relative;
}
.qp-logo-wrapper {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 36;
}
.qp-logo-wrapper .qpla0,
.qp-logo-wrapper .qpla1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  transform-origin: center;
}
.qp-logo-wrapper .qpla0 {
  background: #8DC3F2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15%;
  z-index: -2;
  transform: scale(0.1);
  opacity: 0.5;
}
.qp-logo-wrapper .qpla0.animate {
  animation-name: qpla0;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
}
.qp-logo-wrapper .qpla1 {
  background: #1B3380;
  border-radius: 15%;
  position: absolute;
  width: 76%;
  height: 76%;
  left: 12%;
  top: 12%;
  z-index: -1;
}
.qp-logo-wrapper .qpla1.animate {
  animation-name: qpla1;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}
.qp-logo-wrapper .qplgroup {
  transform-origin: center;
  position: relative;
  z-index: 1;
}
.qp-logo-wrapper .qplgroup.animate {
  animation: iconGayab 0.5s linear forwards;
}
.qp-logo-wrapper .qpla2 {
  transform-origin: center;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  stroke-width: 14;
  stroke: #FFF;
  stroke-miterlimit: 10;
  fill: none;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.qp-logo-wrapper .qpla2.forward2 {
  animation: dash 1s linear forwards;
}
.qp-logo-wrapper .qpla2.reverse2 {
  animation: dashReverse 0.6s linear forwards;
}
.qp-logo-wrapper .qpla3 {
  fill: #FFFFFF;
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}
.qp-logo-wrapper .qpla3.animate {
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-delay: 0.3s;
  animation-timing-function: ease-in-out;
  opacity: 1;
}
.qp-logo-wrapper .qpla3.reset3 {
  opacity: 0;
  transform: translateY(-20px);
}
.qp-logo-wrapper .qpla3.reverse3 {
  transform: translateY(-20px);
  animation-direction: alternate-reverse;
  opacity: 0;
}
#spinnerMessage {
  min-width: 200px;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  left: 50%;
  text-align: center;
  top: calc(50% + 55px);
  transform: translate(-50%, -50%);
  z-index: 35;
}

.menu-img {
  width: 100%;
  position: relative;
  z-index: 100;
}
.rest-of-page-img {
  width: 100%;
}
.h1-ai {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
}

.h2-ai {
  color: #505f82;
  font-size: 32px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.h3-ai {
  color: #3898ec;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.externaldiv {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-top: 20px;
  margin-bottom: 70px;
  padding: 5px 15px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #e7e7e7;
  border-radius: 20px;
  background-color: #000;
}
.screendiv {
  width: 100%;
  background-color: #fafafa;
  border-top: 10px solid #3898ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: center;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 15px 20px;
}
.webcamdiv {
  width: 7px;
  height: 7px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), linear-gradient(157deg, #c5c5c5, #fff);
  border-radius: 20px;
  margin-bottom: 5px;
}
.blue-bgblock {
  width: 400px;
  height: 400px;
  background-color: #0186ed;
  border-radius: 80px;
  bottom: 0%;
  left: 0%;
  position: absolute;
  right: auto;
  top: auto;
  z-index: 5;
}
.input-box {
  width: 100%;
  min-height: 200px;
  background-color: #e9e9e9;
  border-radius: 15px;
  padding: 15px;
}
.build-survey {
  background-color: #ff9f00;
  border-radius: 30px;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 20px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-transform: uppercase;
}
.build-survey:hover {
  background-color: #ffbc4d;
}
.close-p {
  width: 75%;
  color: #909090;
  font-size: 13px;
  line-height: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.reload {
  width: 25px;
}
.reload-block {
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
}
.newsrvy {
  color: #0286ed;
  font-size: 14px;
  line-height: 21px;
  margin-left: 5px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .screendiv {
    height: 507px;
    padding: 30px 40px 20px;
  }
}
@media screen and (max-width: 991px) {
  .container-main {
    width: 90%;
  }
  .externaldiv {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .user-input-text {
    font-size: 13px;
    line-height: 19px;
  }
}

@media screen and (max-width: 479px) {
  .container-main {
    width: 92%;
    margin-bottom: 20px;
  }

  .externaldiv {
    width: 96%;
    margin-bottom: 24px;
  }

  .screendiv {
    padding: 30px 15px 20px;
  }

  .blue-bgblock {
    width: 200px;
    height: 200px;
    border-radius: 50px;
  }

  .h3-ai {
    text-align: center;
  }

  .user-input-text {
    font-size: 13px;
    line-height: 19px;
    text-align: center;
  }

  .close-p {
    font-size: 12px;
  }
}