#upload-modal .close {
  display: none;
}

.ball-image {
  display: flex;
  justify-content: center;
}

.ball-image img {
  height: 78px;
  position: absolute;
  bottom: 96%;
}

.modals-error-icon {
  float: left;
  font-size: 20px;
  margin-right: 5px;
  opacity: 85%;
}

.modals-error {
  margin-top: 10px;
}

.modals-error i {
  color: var(--danger);
}

.modal-footer {
  background-color: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 55px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.modal-body {
  background-color: white;
}

.modals-error p {
  margin: 0 0 0 0;
  color: var(--danger);
  font-size: 15px;
}

.modal-dialog {
}

.modals-select, .modals-select:focus, .modals-select:active, .modals-select:visited {
  width: 100%;
  border-color: #2d06757d;
  border-width: 0.06cm;
  padding: 6px;
  outline: none;
}

@media (min-height: 500px) {
  .modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-color: transparent;
  }
}

.modals-paragraph {
  color: #000000;
  font-size: 18px;
  height: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
}

.modals {
  margin: 0px;
  z-index: 1050;
  justify-content: center;
  overflow-y: auto;
  background-color: rgba(0,0,0,0.7);
}

.modal-xl {
  max-width: 800px;
}

@media (min-width: 0px) {
  .scrollable-div.leaderboard {
    max-height: 180px;
    min-height: 155px;
  }
}

@media (min-width: 576px) {
  .scrollable-div.leaderboard {
    max-height: 240px;
    min-height: 155px;
  }
}

.modals-heading {
  white-space: normal;
}

.modal .header {
  background-color: #2d0675;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: white;
  max-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0px;
  white-space: pre-wrap;
}

.modals-input, .modals-input:visited, .modals-input:active {
  width: 100%;
  height: 35px;
  border: solid;
  border-width: 0.06cm;
  border-color: rgba(45,6,117,0.49);
  padding: 6px;
}

.modals-input:focus {
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.inputfield {
  width: 100%;
  padding: 5px;
}

.prizes-div {
  max-height: 150px;
  overflow-x: auto;
  white-space: nowrap;
  min-width: 100%;
  margin-bottom: 0px;
  display: flex;
}

#ask-info-images-div {
  max-height: 160px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  min-width: 100%;
  margin-bottom: 0px;
  display: flex;
  align-content: center;
}

.img-with-text {
  text-align: justify;
  height: 150px;
  margin: 0 auto;
}

.img-with-text.question {
  text-align: justify;
  height: 140px;
  margin: auto;
  display: flex;
}

.img-with-text.question img {
  display: block;
  margin: auto;
  max-height: 140px;
  padding: 10px;
}

.img-with-text img {
  display: block;
  margin: 0 auto;
  max-height: 150px;
}

.img-with-text p {
  margin: 0px;
  text-align: center;
  height: auto;
  max-width: 140px;
  white-space: normal;
}

.modals .close {
  display: none;
}

#answer-result-modal .modals-paragraph.bold {
  font-weight: bold;
  font-size: 25px;
}

@media (min-width: 1000px)(min-height=200px) {
  .modals .modal-content {
    margin: auto;
    margin-top: 40px;
    height: 80%;
    min-height: 200px;
  }
}

.embed-parent {
  display: flex;
  justify-content: center;
  width: 60vh;
  min-width: 250px;
  height: 100%;
}

.modals .modal-content {
  margin: auto;
  margin-top: 40px;
  min-height: 200px;
  background-color: transparent;
}

