.loadingAnim {
  text-align: center;
  margin-top: 50px;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #88305f;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

.assessment-card-header {
  background: linear-gradient(
    89.98deg,
    rgb(255, 241, 253) 0.66%,
    rgb(255, 255, 255) 99.99%
  );
  color: #88305f;
  box-sizing: border-box;
  border-radius: 2px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  /* line-height: 38px; */
  letter-spacing: 0.02em;
  background: #ffffff;
  border: 1.5px solid #996c84;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 10px;
}

.assessment-comment-box {
  border: 1px solid gray;
  border-radius: 5px;
  margin-bottom: 3px;
  padding: 10px;
  background-color: white;
}
.assessment-comment-header {
  color: #88305f;
}
.unauth-view {
  padding-top: 100px;
  text-align: center;
}
.edit-assessment-modal-sentence {
  max-height: 150px;
  overflow-y: scroll;
  text-align: justify;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px;
}
.assessment-comment-box {
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
}

/* ALTERNATIVE TEXT */
.assessment-alternativeText-box {
  border: 1px solid gray;
  border-radius: 5px;
  margin-bottom: 3px;
  padding: 10px;
  background-color: white;
}
.assessment-alternativeText-header {
  color: #88305f;
}
.assessment-alternativeText-box {
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
}
ins {
  text-decoration: none;
  background-color: #d4fcbc;
}

del {
  text-decoration: line-through;
  background-color: #fbb6c2;
  color: #555;
}

.round-line:after,
.round-line::before {
  content: '\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0';
  text-decoration: line-through;
}

.ac-sentence-box {
  text-align: justify;
  max-height: 150px;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 15px;
  overflow-y: scroll;
}

.modal-90w {
  width: 90%;
  max-width: none !important;
}

.activity-table {
  font-size: 12px;
}

.round-modal-table {
  text-align: left;
  font-size: 12px;
}

.special-box {
  border-color: goldenrod;
  border-width: 3px;
}

.white-back-quill {
  background-color: white;
}
.red-warning {
  color: red;
}

.green-check {
  accent-color: green;
}
