body.modal-open {
  overflow: hidden;
}
.modal-theme {
  display: none;
  position: fixed;
  z-index: 1051;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.modal-theme .modal-dialog {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  max-width: initial !important;
  margin: 0px !important;
}
.modal-theme .modal-dialog .modal-dialog-center {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 25px;
  text-align: center;
}
.modal-theme.modal-theme-media .modal-dialog .modal-content {
  max-width: 1000px;
}
.modal-theme .modal-dialog .modal-content {
  background: #fff;
  -webkit-box-shadow: 0px 4px 24px RGB(0 0 0/25%);
  box-shadow: 0px 4px 24px RGB(0 0 0/25%);
  border-radius: 10px;
  width: 100%;
  max-width: 700px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  border: none;
  text-align: left;
}
.modal-theme.modal-theme-1000 .modal-dialog .modal-content {
  width: 1000px;
  max-width: 100%;
}

.modal-theme.modal-scroll-inside {
  overflow: hidden;
}

.modal-theme.modal-scroll-inside .modal-dialog {
  display: flex;

  justify-content: center;
}
.modal-theme.modal-scroll-inside .modal-dialog-center {
  display: flex;

  align-items: center;
}
.modal-theme.modal-scroll-inside .modal-dialog .modal-content {
  display: inline-flex;
  flex-direction: column;
  height: 70%;
}
.modal-theme.modal-scroll-inside .modal-dialog .modal-content .modal-header {
  height: auto;
}
.modal-theme.modal-scroll-inside .modal-dialog .modal-content .modal-body {
  height: 100%;

  overflow-y: auto;
}
.modal-theme.modal-scroll-inside .modal-dialog .modal-content .modal-footer {
  height: auto;
}
.modal-theme .modal-actions {
  width: 100%;
  float: left;
  position: relative;
  text-align: right;
  margin-top: 20px;
}
.modal-theme .modal-actions .btn {
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 10px !important;
  padding: 6px 20px;
}
.modal-theme .single-hint-group {
  margin-bottom: 0px;
}
.modal-theme .create-prompt-group .create-prompt-title {
  margin-bottom: 20px;
}
.modal-theme.show,
.modal-media.show,
.modal-theme.modal-in {
  display: block;
}
.modal-theme.show:before,
.modal-media.show:before,
.modal-theme.modal-in:before {
  content: "";
  background: RGB(0 0 0/50%);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.modal-media.modal-theme-media .modal-dialog .modal-content {
  max-width: 1000px;
}
.modal-media.modal-theme-media
  .modal-dialog
  .modal-content
  .theme-tabs-content {
  padding: 20px 20px;
}
.modal-theme .modal-header {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 20px 0px 20px;
  display: flex;
  top: 0px;
  right: 0px;
  align-items: center;
  border-bottom: 1px solid #e0eaf3;
  justify-content: space-between;
}
.modal-theme .modal-header .modal-header-title {
  padding-bottom: 10px;
  float: left;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #01a4ef;
  margin-bottom: -1px;
}
.modal-theme .modal-header .modal-header-actions {
  text-align: right;
  white-space: nowrap;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.modal-theme .modal-header .modal-header-actions .single-action {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.modal-theme .modal-header .modal-header-actions .single-action .form-control {
  float: left;
  position: relative;
  height: 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin: 0px;
  background: rgb(243 249 255);
  border: 1px solid rgb(227 234 243) !important;
  border-radius: 5px !important;
  padding: 0px 5px !important;
  max-width: 180px;
}
.modal-theme .modal-header .modal-header-actions .single-action .btn {
  white-space: nowrap;
  border-radius: 180px;
  float: left;
  border: none;
  height: 34px;
  padding: 8px 20px;
}
.modal-theme .modal-header .modal-header-actions .single-action .modal-close {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  transition: all 0.5s ease-out 0s;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  background: rgb(242, 245, 249);
  border-radius: 4px;
}
.modal-theme
  .modal-header
  .modal-header-actions
  .single-action
  .modal-close:hover {
  background: rgb(210, 220, 234);
}
.modal-theme
  .modal-header
  .modal-header-actions
  .single-action
  .modal-close
  img {
  width: 30px;
  height: 30px;
  float: left;
  padding: 7px;
}
.modal-theme .modal-body {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 20px;
}
.modal-theme .modal-body .table-chart {
  border-radius: 10px;
  border: 1px solid #e0eaf3;
}
.modal-theme .modal-footer {
  width: 100%;
  float: left;
  position: relative;
  padding: 0px 20px 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 52px;
}
.modal-theme .modal-footer .modal-footer-left {
  width: auto;
}
.modal-theme .modal-footer .modal-footer-left .btn {
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 10px 0px 0px !important;
  padding: 6px 13px;
}
.modal-theme .modal-footer .modal-footer-right {
  width: auto;
}
.modal-theme .modal-footer .modal-footer-right .btn {
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 10px !important;
  padding: 6px 20px;
  height: 34px;
}
.modal-theme .theme-tabs-content {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px;
}
.feedback-paragraph {
  margin-top: -15px;
  margin-bottom: 30px;
}

.learning-pdf {
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
}
.learning-pdf .object-pdf {
  width: 100%;
  float: left;
  position: relative;
  height: 100%;
}
.modal-download-and-share {
  width: 100%;
  float: none;
  position: relative;
  max-width: 900px !important;
  padding: 0px;
  border-radius: 20px !important;
  overflow: hidden;
}
.modal-download-and-share .modal-title {
  font-weight: 700;
  text-align: center;
  color: #2d4245;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 27px;
}
.modal-download-and-share .modal-subtitle {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #4e5b73;
}
.modal-download-and-share .modal-status-image {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.modal-download-and-share .modal-status-image img {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.modal-download-and-share .modal-filename {
  width: 100%;
  float: left;
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2d4245;
}
.modal-download-and-share .modal-filename img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 3px 10px 3px 0px;
}
.modal-download-and-share .modal-download-and-share-content {
  width: 100%;
  position: relative;
  float: left;
  padding: 25px !important;
}
.modal-download-and-share .finalresult-group {
  border-radius: 0px;
  margin: 0px;
  text-align: left;
}
.modal-download-and-share .finalresult-group .finalresult-subtitle {
  margin: 0px;
}
.modal-share-via {
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.modal-share-via .modal-share-via-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4e5b73;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.modal-share-via .modal-share-buttons {
  width: 100%;
  float: left;
  position: relative;
}
.modal-share-via .modal-share-buttons .single-button {
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px 5px 0px;
}
.modal-share-via .modal-share-buttons .single-button img {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 60px;
  height: 60px;
}
.modal-copylink {
  width: 100%;
  float: left;
  position: relative;
}
.modal-copylink .modal-copylink-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #4e5b73;
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 10px;
}
.modal-copylink .modal-copylink-input {
  width: 100%;
  float: left;
  position: relative;
}
.modal-copylink .modal-copylink-input .form-control {
  width: 100%;
  float: left;
  position: relative;
  background: #fff;
  border: 1px solid #9cbccd;
  border-radius: 5px;
  height: 44px;
  padding: 0px 90px 0px 39px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.modal-copylink .modal-copylink-input .btn {
  height: 32px;
  line-height: 30px;
  min-width: 75px;
  text-transform: uppercase;
  font-size: 13px;
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 0px;
  text-align: center;
}
.modal-copylink .modal-copylink-input .left-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 16px 12px;
}

.modal-right {
  display: none;
  position: fixed;
  z-index: 1051;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.modal-right .modal-dialog {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.modal-right .modal-dialog .modal-dialog-center {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
.modal-right .modal-dialog .modal-content {
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 24px;
  border-radius: 10px;
  width: 100%;
  max-width: 475px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.modal-right.modal-right-full .modal-dialog .modal-right-content {
  max-width: calc(100% - 70px);
}
.modal-right .modal-dialog .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.modal-right .modal-dialog .modal-content .modal-close img {
  width: 20px;
  height: 20px;
  float: left;
  position: relative;
}
.modal-right .modal-actions {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.modal-right .modal-actions .btn {
  min-width: 140px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin: 5px;
}
.modal-right.modal-in {
  display: block;
}
.modal-right.modal-in::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.modal-right-content {
  position: fixed;
  width: 100%;
  background: rgb(255, 255, 255);
  right: -1000px;
  transition: all 0.5s ease-out 0s;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.26) 0px 0px 20px 0px;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
}
.modal-right.modal-in .modal-right-content {
  right: 0px;
}
.modal-right .modal-header {
  width: 100%;
  float: left;
  position: relative;
  padding: 10px 15px 0px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0eaf3;
  justify-content: space-between;
  z-index: 1;
}
.modal-right .modal-header .modal-header-title {
  width: auto;
  float: left;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  border-bottom: 1px solid #01a4ef;
  margin-bottom: -1px;
  padding-bottom: 10px;
}
.modal-right .modal-header .modal-header-actions {
  text-align: right;
  white-space: nowrap;
  padding-bottom: 10px;
}
.modal-right .modal-header .modal-header-actions .single-action {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.modal-right .modal-header .modal-header-actions .single-action .btn {
  white-space: nowrap;
  float: left;
  border: none;
  height: 30px;
  padding: 4px 12px;
  line-height: 22px;
}
.modal-right .modal-header .modal-header-actions .single-action .modal-close {
  display: inline-block;
  vertical-align: top;
  transition: all 0.5s ease-out 0s;
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  background: rgb(242, 245, 249);
  border-radius: 4px;
}
.modal-right
  .modal-header
  .modal-header-actions
  .single-action
  .modal-close
  img {
  width: 30px;
  height: 30px;
  float: left;
  padding: 7px;
}
.modal-right .modal-body {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 15px 15px 15px;
  height: 100%;
  overflow-y: auto;
}
.modal-right .modal-body .features-list {
  padding: 0px;

  height: 100%;

  max-height: initial;

  overflow: visible;
}
.modal-right .modal-body-group {
  width: 100%;
  float: left;
  position: initial;
  padding: 15px 15px 15px 15px;
  height: 100%;
  overflow-y: auto;
}
.modal-right .modal-body-group .modal-body {
  padding: 0px;
  height: initial;
  overflow: initial;
  margin-bottom: 0px;
}
.modal-right .modal-body-group .modal-body .single-answer-group {
  margin-bottom: 0px;
}
.modal-right
  .modal-body-group
  .modal-body
  .prompt-generate-result
  .prompt-generate-result-body {
  max-height: initial;
}
.modal-right .modal-body-group .ajax-form {
  position: initial;
}
.modal-right .modal-footer {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-right .modal-footer .modal-footer-left {
  width: auto;
}
.modal-right .modal-footer .modal-footer-right {
  width: auto;
}
.modal-right .modal-footer .btn {
  border-radius: 6px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 0px 10px !important;
}

.modal-theme-profile.modal-theme .modal-dialog .modal-content {
  width: 100%;
  max-width: 100%;
}

.modal-feedback-inner {
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
  padding: 0px !important;
}
.modal-feedback-inner .modal-feedback-header {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 15px 15px 15px;
}
.modal-feedback-inner .modal-feedback-body {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 15px 15px 15px;
  height: 100%;
  overflow-y: auto;
}

.modal-feedback-inner .feedback-paragraph {
  margin-top: -10px;
  margin-bottom: 10px;
}
