/* Plugin deactivation form */
.zlfms-plugin-deactivate-pop-up {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.zlfms-plugin-deactivate-pop-up-content {
  position: relative;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  background: white;
}

.zlfms-plugin-deactivate-pop-up-content h2 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

.zlfms-plugin-deactivate-pop-up-content h3 {
  font-size: 16px;
}

.zlfms-other-reason {
  display: none;
  margin-top: 10px;
  width: 65%;
  resize: none;
}

.zlfms-cancel-btn {
  position: absolute;
  top: 10px;
  right: 3px;
  border: none;
  background: none;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 0;
}

.zlfms-cancel-btn svg {
  cursor: pointer;
}

.zlfms-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
