.zoho .close-zoho{
  position: absolute;
  top: 16px;
  right: 24px;
  z-index: 9999;
  cursor: pointer;
}

.zoho-question-modal {
  position: absolute;
  bottom: 0;
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.zoho-question-modal .zs-alertmain {
  width: 240px;
}
/* stylelint-disable-next-line selector-id-pattern */
.zoho-question-modal .zs-alertmain #zsFeedbackPopupOk {
  height: 40px;
  padding: 0 15px !important;
  background-color: rgb(56 90 234);
  border: none;
  box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}

/* stylelint-disable-next-line selector-id-pattern */
.zoho-question-modal #advwebForm {
  padding: 0;
}

.zoho-question-modal .zsfeedbkrpanel{
  border: none;
}

.zoho-question-modal .zsfeedbkrpanel .fbfpoptitle {
  height: 56px;
  padding: 16px 0 16px 24px;
  margin-right: 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #e8e8e8;
}

.zoho-question-modal #zsfbform .feedbackformmdiv {
  padding: 0 24px 24px;
}

.zoho-question-modal #zsfbform .feedbackformmdiv .ml15 {
  margin-left: 24px;
}

.zoho-question-modal #zsfbform .feedbackformmdiv .mt15 {
  margin-top: 24px;
}

.zoho-question-modal .zsfeedbkrpanel .fbfpoptitle .zstitlemini {
  font-size: 16px;
  color: #4C5268
}

.zoho-question-modal #zsfeedbackwidgetdiv input {
  height: 32px;
}

.zoho-question-modal #zsfeedbackwidgetdiv .zspreattscreendiv {
  border-top: 1px solid #e8e8e8;
  padding-right: 24px;
}

.zoho-question-modal #zsfeedbackwidgetdiv .dt-blue-btn {
  height: 32px;
  min-width: 60px;
  padding: 0 !important;
  margin-top: 5px;
  font-size: 14px;
  background-color: rgb(56 90 234);
  border: none;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
}

.zoho-question-modal #zsfeedbackwidgetdiv input,
.zoho-question-modal #zsfeedbackwidgetdiv textarea {
  border: 1px solid transparent;
}

.zoho-question-modal #zsfeedbkrpanel {
  width: 580px !important;
}

div.zoho-question-modal #zsfeedbackwidgetdiv input:focus,
div.zoho-question-modal #zsfeedbackwidgetdiv textarea:focus {
  outline: none !important;
  border-color: #40a9ff !important;
  border-right-width: 1px!important;
  box-shadow: 0 0 0 2px rgb(24 144 255 / 20%);
}

/* stylelint-disable-next-line selector-no-vendor-prefix */
div.zohomodal #zsfeedbackwidgetdiv textarea::-webkit-input-placeholder{
  color: rgb(210 212 217 / 100%);
}