.si-parent-div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 20px; }

.new_user, .edit_user {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  justify-content: center; }

.field {
  width: 100%; }

.field input {
  font-size: 15px;
  padding: 5px;
  margin-top: 5px;
  border-radius: 10px;
  border: 0;
  width: 100%; }

.log-btn {
  font-size: 15px;
  background-color: #0084ff;
  padding: 5px;
  font-weight: 900;
  border-radius: 10px;
  border: 3px solid #0084ff;
  color: white;
  width: 100%;
  cursor: pointer; }

.edit-user-div {
  padding-top: 300px; }

.edit-bio {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  width: 100%; }

.edit-bio textarea {
  resize: none;
  font-size: 15px;
  width: 100%;
  height: 200px; }

.delete-account {
  width: min-content;
  padding: 10px;
  color: white;
  background-color: red;
  border: 3px solid red;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer; }

.delete-account:hover {
  color: red;
  background-color: white; }

.user-edit-back {
  font-size: 20px;
  padding-bottom: 100px; }
.nav-parent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 50px 50px;
  backdrop-filter: blur(5px); }

.nav-parent > a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  padding: 10px 20px 10px 20px;
  border-radius: 10px; }

.nav-parent > a:hover {
  background-color: rgba(255, 255, 255, 0.1); }

@media only screen and (max-width: 850px) {
  .nav-parent > a {
    font-size: 16px; } }

@media only screen and (max-width: 750px) {
  .nav-text {
    display: none; }
  .nav-icon {
    display: none; }
  .nav-parent > a {
    font-size: 14px;
    padding: 10px;
    border-radius: 0 0 0 0; } }

@media only screen and (max-width: 500px) {
  .nav-parent {
    border-radius: 0 0 0 0; }
  .nav-parent > a {
    font-size: 13px;
    padding: 10px 5px 10px 5px; } }

@media only screen and (max-width: 500px) {
  .nav-parent > a {
    font-size: 12px; } }
.pagination-container {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.pagination-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  width: fit-content;
  max-width: 900px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 10px; }

.pagination-controls > button {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: white;
  padding: 5px 15px 5px 15px;
  font-size: 15px;
  cursor: pointer;
  user-select: none; }

.pagination-controls > button:hover {
  border: 2px solid white; }

#disabled-page-btn {
  opacity: 0.5;
  cursor: default; }

#disabled-page-btn:hover {
  border: 2px solid rgba(255, 255, 255, 0.1); }

@media only screen and (max-width: 600px) {
  .pagination-controls {
    column-gap: 15px;
    padding: 7px; }
  .pagination-controls > button {
    padding: 5px 12px 5px 12px;
    font-size: 13px; } }

@media only screen and (max-width: 450px) {
  .pagination-controls {
    column-gap: 10px;
    padding: 5px; }
  .pagination-controls > button {
    padding: 5px 10px 5px 10px;
    font-size: 12px; } }

@media only screen and (max-width: 370px) {
  .pagination-controls {
    column-gap: 8px; }
  .pagination-controls > button {
    padding: 5px 8px 5px 8px;
    font-size: 11.5px; } }

@media only screen and (max-width: 320px) {
  .pagination-controls {
    column-gap: 5px; }
  .pagination-controls > button {
    padding: 6px;
    font-size: 11.5px; } }
.question-edit-title {
  font-size: 35px;
  text-align: center;
  width: 100%;
  margin-bottom: 50px; }

.question-edit-form {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: fit-content;
  margin: auto; }

.qe-text-area {
  border-radius: 10px;
  padding: 5px;
  width: 100%; }
.question-parent-container {
  width: 100%;
  display: flex;
  row-gap: 15px;
  flex-direction: column; }

.question-number {
  font-size: 15px; }

.question-form-input-div {
  display: flex;
  flex-direction: column;
  row-gap: 15px; }

.question-option-label {
  font-size: 15px; }

input[type='radio'] {
  height: 16px;
  width: 16px;
  vertical-align: middle; }

input[type='checkbox'] {
  height: 17px;
  width: 17px;
  vertical-align: middle; }
.quiz-cover-image {
  border-radius: 10px;
  position: relative; }

.quiz-card-content {
  padding: 100px 10px 10px 10px;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.1) 80%);
  border-radius: 10px;
  width: 500px;
  max-width: 500px;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  row-gap: 15px; }

.quiz-card-options {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 10px; }

.quiz-card-rating {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 0 0 10px;
  font-size: 20px; }

.quiz-card-edit {
  text-decoration: none;
  background-color: #0084ff;
  border: 2px solid #0084ff;
  text-align: center;
  display: block;
  border-radius: 5px;
  padding: 3px 7px 3px 7px;
  font-size: 12px; }

.quiz-card-edit:hover {
  background-color: white;
  color: #0084ff; }

.quiz-card-delete {
  font-size: 12px;
  border-radius: 5px;
  padding: 3px 7px 3px 7px;
  border: 0px;
  background-color: red;
  border: 2px solid red;
  color: white;
  cursor: pointer; }

.quiz-card-delete:hover {
  color: red;
  background-color: white; }

.quiz-card-name {
  font-size: 20px;
  font-weight: 900; }

.quiz-card-time, .quiz-card-user {
  font-size: 12px;
  text-decoration: none; }

.quiz-card-start {
  text-decoration: none;
  padding: 3px 15px 3px 15px;
  border-radius: 5px;
  background-color: #00b100;
  border: 3px solid #00b100;
  font-size: 20px;
  font-weight: 900;
  width: fit-content; }

.quiz-card-start:hover {
  background-color: white;
  color: #00b100; }

.quiz-card-desc-btn {
  width: 100%;
  font-size: 15px;
  padding: 5px 0 5px 0;
  color: white;
  background-color: #0084ff;
  border: 3px solid #0084ff;
  border-radius: 5px;
  cursor: pointer; }

.quiz-card-desc-btn:hover {
  background-color: white;
  color: #0084ff; }

.quiz-card-desc {
  font-size: 13px;
  margin-top: 20px; }

@media only screen and (max-width: 600px) {
  .quiz-card-content {
    padding: 80px 10px 10px 10px;
    width: 450px;
    row-gap: 12px; }
  .quiz-card-name {
    font-size: 18px; }
  .quiz-card-start {
    padding: 3px 12px 3px 12px;
    font-size: 18px; } }

@media only screen and (max-width: 470px) {
  .quiz-card-content {
    width: 400px;
    row-gap: 10px; }
  .quiz-card-name {
    font-size: 16px; }
  .quiz-card-start {
    font-size: 16px; } }

@media only screen and (max-width: 425px) {
  .quiz-card-content {
    width: 350px;
    row-gap: 10px; }
  .quiz-card-edit, .quiz-card-delete {
    font-size: 11px; }
  .quiz-card-name {
    font-size: 17px; }
  .quiz-card-start {
    font-size: 17px; }
  .quiz-card-desc {
    font-size: 12px; } }

@media only screen and (max-width: 360px) {
  .quiz-card-content {
    padding: 70px 8px 8px 8px;
    width: 300px; }
  .quiz-card-name {
    font-size: 16px; }
  .quiz-card-start {
    padding: 3px 10px 3px 10px;
    font-size: 16px; }
  .quiz-card-desc-btn {
    font-size: 13px; }
  .quiz-card-desc {
    font-size: 11px; } }

@media only screen and (max-width: 310px) {
  .quiz-card-content {
    width: 300px; }
  .quiz-card-edit, .quiz-card-delete {
    padding: 3px 5px 3px 5px;
    font-size: 11px; }
  .quiz-card-name {
    font-size: 15px; }
  .quiz-card-time,
  .quiz-card-user {
    font-size: 12px; }
  .quiz-card-start {
    padding: 3px 8px 3px 8px;
    font-size: 15px; }
  .quiz-card-desc-btn {
    font-size: 12px; }
  .quiz-card-desc {
    font-size: 10px; } }

@media only screen and (max-width: 305px) {
  .quiz-card-content {
    width: 275px; } }
.qe-questions-div {
  margin-top: 50px; }

.qe-title {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  width: 100%; }

.qe-new-question-btn {
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  background-color: #0084ff;
  border: 3px solid #0084ff;
  border-radius: 10px;
  display: block;
  width: fit-content;
  padding: 10px 30px 10px 30px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 80px; }

.qe-new-question-btn:hover {
  background-color: white;
  color: #0084ff; }

.qe-edit-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-evenly; }

.qe-question-div {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 300px;
  height: fit-content;
  word-wrap: break-word; }

.qe-question-question {
  font-size: 20px; }

.qe-question-option {
  font-size: 15px; }

.qe-question-options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px; }

.qe-edit-question {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 5px;
  font-size: 15px;
  font-weight: 900;
  border-radius: 10px;
  border: 3px solid #0084ff;
  background-color: #0084ff;
  text-align: center; }

.qe-edit-question:hover {
  background-color: white;
  color: #0084ff; }

.qe-delete-question {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 5px;
  font-size: 15px;
  font-weight: 900;
  border-radius: 10px;
  border: 3px solid red;
  background-color: red;
  text-align: center;
  color: white; }

.qe-delete-question:hover {
  background-color: white;
  color: red; }
.quiz-index-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 50px;
  column-gap: 50px;
  padding-bottom: 150px; }

.quiz-index-no-quiz-parent {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center; }

.quiz-index-no-quiz-parent h1 {
  font-size: 35px; }
.qn-parent-container {
  padding-bottom: 100px; }

.qn-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px; }

.qn-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min-content;
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto; }

.qn-quiz-form-section {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }

.qn-cover-image-div {
  display: flex;
  flex-direction: column;
  row-gap: 10px; }

.qn-image {
  height: 150px;
  width: 100%;
  align-self: center; }

.qn-label {
  font-size: 15px;
  margin-bottom: 5px; }

.qn-field-div {
  width: 100%; }

.qn-text-input, .qn-text-area {
  font-size: 13px; }

.qn-text-input {
  border: 0px;
  border-radius: 10px;
  padding: 5px;
  width: 100%; }

.qn-text-area {
  resize: none;
  width: 100%;
  padding: 5px;
  border-radius: 10px; }

.qn-timed-div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  flex-direction: column; }

.qn-time-input {
  width: 50px;
  height: 25px;
  padding: 5px;
  border-radius: 10px;
  border: 0px; }

.qn-btn-section {
  width: 100%;
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.qn-toggle-btn {
  width: 100%;
  border: 0px;
  padding: 5px 0 5px 0;
  font-size: 15px;
  border-radius: 10px; }

.qn-submit-quiz {
  background-color: #0084ff;
  color: white;
  border: 3px solid #0084ff; }

.qn-submit-quiz:hover {
  background-color: white;
  color: #0084ff; }

.qn-add-ques {
  background-color: #00b100;
  color: white;
  border: 3px solid #00b100; }

.qn-add-ques:hover {
  background-color: white;
  color: #00b100; }

.qn-remove-ques {
  background-color: red;
  color: white;
  border: 3px solid red; }

.qn-remove-ques:hover {
  background-color: white;
  color: red; }

@media only screen and (max-width: 330px) {
  .qn-form {
    padding: 20px 10px 20px 10px; } }
.quiz-show-parent-container {
  padding-bottom: 120px; }

.quiz-show-tint {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.1) 80%);
  word-wrap: break-word;
  padding: 100px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative; }

.quiz-show-name {
  font-size: 25px;
  font-weight: 900; }

.quiz-show-desc {
  font-size: 17px; }

.quiz-show-time, .quiz-show-author {
  font-size: 16px;
  text-decoration: none; }

.quiz-show-start {
  width: 100%;
  display: block;
  padding: 10px 0 10px 0;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  border: 3px solid #0084ff;
  background-color: #0084ff;
  color: white;
  border-radius: 10px;
  cursor: pointer; }

.quiz-show-user-options {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 10px;
  row-gap: 10px; }

.user-show-edit-btn,
.user-show-delete-btn {
  text-align: center;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  font-size: 15px;
  text-decoration: none;
  color: white;
  cursor: pointer; }

.user-show-edit-btn {
  background-color: #0084ff;
  border: 3px solid #0084ff; }

.user-show-edit-btn:hover, .quiz-show-start:hover {
  background-color: white;
  color: #0084ff; }

.user-show-delete-btn:hover {
  background-color: white;
  color: red; }

.user-show-delete-btn {
  background-color: red;
  border: 3px solid red; }

@media only screen and (max-width: 600px) {
  .quiz-show-tint {
    row-gap: 15px; }
  .quiz-show-name {
    font-size: 20px; }
  .quiz-show-desc {
    font-size: 12px; }
  .quiz-show-time,
  .quiz-show-author {
    font-size: 11px; }
  .quiz-show-start {
    padding: 7px 0 7px 0;
    font-size: 16px; }
  .quiz-show-user-options {
    padding: 7px; }
  .user-show-edit-btn,
  .user-show-delete-btn {
    text-align: center;
    border-radius: 10px;
    padding: 3px 7px 3px 7px;
    font-size: 14px; } }
.quiz-result-card-parent {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 75px; }

.quiz-result-card {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  word-wrap: break-word;
  width: 50%;
  max-width: 920px;
  display: flex;
  flex-direction: column; }

.quiz-result-card-info {
  display: flex;
  margin-bottom: 40px; }

.quiz-result-card-info-left {
  width: 70%;
  display: flex;
  flex-direction: column;
  row-gap: 20px; }

.quiz-result-card-quiz-name {
  font-size: 20px;
  font-weight: 900; }

.quiz-result-card-cs {
  font-size: 15px; }

.quiz-result-card-info-right {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center; }

.quiz-result-card-percent {
  width: fit-content;
  font-size: 50px;
  border: 3px solid white;
  padding: 10px;
  border-radius: 10px; }

.quiz-result-card-toggle-results {
  border-radius: 10px;
  width: 100%;
  padding: 10px 0 10px 0;
  font-size: 20px;
  background-color: #0084ff;
  border: 3px solid #0084ff;
  color: white; }

.quiz-result-card-toggle-results:hover {
  color: #0084ff;
  background-color: white; }

.question-results-container {
  display: flex;
  row-gap: 50px;
  flex-direction: column;
  margin-top: 50px; }

.question-results-container > div {
  border: 3px solid white;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  row-gap: 10px;
  flex-direction: column; }

.qrc-question-result-question {
  font-size: 15px;
  font-weight: 900; }

.qrc-question-options-div {
  display: flex;
  flex-direction: column;
  row-gap: 10px; }

.qrc-question-options-div > p {
  font-size: 15px;
  border: 1px solid white;
  border-radius: 10px;
  padding: 10px; }

.qrc-foot-text {
  font-size: 15px;
  font-weight: 900; }

@media only screen and (max-width: 1200px) {
  .quiz-result-card {
    width: 60%; }
  .quiz-result-card-quiz-name {
    font-size: 18px; }
  .quiz-result-card-percent {
    font-size: 45px; }
  .quiz-result-card-toggle-results {
    font-size: 18px; } }

@media only screen and (max-width: 900px) {
  .quiz-result-card {
    width: 70%; }
  .quiz-result-card-quiz-name {
    font-size: 18px; }
  .quiz-result-card-percent {
    font-size: 40px; }
  .quiz-result-card-toggle-results {
    font-size: 17px; } }

@media only screen and (max-width: 800px) {
  .quiz-result-card {
    width: 70%; }
  .quiz-result-card-quiz-name {
    font-size: 17px; }
  .quiz-result-card-cs {
    font-size: 14px; }
  .quiz-result-card-percent {
    font-size: 40px; } }

@media only screen and (max-width: 700px) {
  .quiz-result-card {
    width: 75%; }
  .quiz-result-card-quiz-name {
    font-size: 16px; }
  .quiz-result-card-cs {
    font-size: 14px; }
  .quiz-result-card-percent {
    font-size: 35px; } }

@media only screen and (max-width: 600px) {
  .quiz-result-card {
    width: 80%; }
  .quiz-result-card-info {
    margin-bottom: 30px; }
  .quiz-result-card-info-left {
    row-gap: 15px; }
  .quiz-result-card-quiz-name {
    font-size: 15px; }
  .quiz-result-card-cs {
    font-size: 14px; }
  .quiz-result-card-percent {
    font-size: 30px; }
  .question-results-container > div {
    padding: 10px; }
  .qrc-question-result-question, .qrc-foot-text, .qrc-question-options-div > p {
    font-size: 14px; }
  .qrc-question-options-div > p {
    padding: 7px; } }

@media only screen and (max-width: 500px) {
  .quiz-result-card {
    width: 90%; }
  .quiz-result-card-quiz-name {
    font-size: 14px; }
  .quiz-result-card-cs {
    font-size: 13px; }
  .quiz-result-card-percent {
    font-size: 25px;
    padding: 7px; } }

@media only screen and (max-width: 400px) {
  .quiz-result-card {
    width: 95%; }
  .quiz-result-card-quiz-name {
    font-size: 14px; }
  .quiz-result-card-cs {
    font-size: 13px; }
  .quiz-result-card-percent {
    font-size: 20px;
    padding: 5px; }
  .quiz-result-card-toggle-results {
    font-size: 16px; }
  .qrc-question-result-question,
  .qrc-foot-text,
  .qrc-question-options-div > p {
    font-size: 13px; } }

@media only screen and (max-width: 300px) {
  .quiz-result-card {
    width: 100%; }
  .quiz-result-card-quiz-name {
    font-size: 13px; }
  .quiz-result-card-cs {
    font-size: 12px; }
  .quiz-result-card-percent {
    font-size: 19px; }
  .quiz-result-card-toggle-results {
    font-size: 15px; }
  .qrc-question-result-question,
  .qrc-foot-text,
  .qrc-question-options-div > p {
    font-size: 12px; } }
.qrs-parent {
  padding-bottom: 100px; }

.qrc-title {
  text-align: center;
  margin: 100px 0 50px 0;
  font-size: 40px; }

.qrc-back-link {
  display: block;
  text-decoration: none;
  background-color: #00ffc8;
  border: 3px solid #00ffc8;
  border-radius: 10px;
  width: fit-content;
  padding: 10px 20px 10px 20px;
  font-size: 20px;
  font-weight: 900;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 0 50px 50px;
  z-index: 10; }

.qrc-back-link:hover {
  color: #00ffc8;
  background-color: white; }

@media only screen and (max-width: 1000px) {
  .qrc-title {
    font-size: 35px; }
  .qrc-back-link {
    font-size: 18px;
    margin: 0 0 25px 25px; } }

@media only screen and (max-width: 900px) {
  .qrc-title {
    font-size: 30px; }
  .qrc-back-link {
    padding: 7px 14px 7px 14px;
    font-size: 16px;
    margin: 0; } }
.qs-parent-div {
  padding-bottom: 50px; }

.qs-quiz-title {
  font-size: 22px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px;
  word-wrap: break-word; }

.qs-time {
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px; }

.qs-question-div {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
  max-width: 600px;
  word-wrap: break-word;
  margin: auto;
  display: flex;
  flex-direction: column;
  column-gap: 50px; }

.qs-question {
  font-size: 19px;
  padding-bottom: 10px; }

.qs-options-div {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 30px 0 30px 0; }

.qs-naviagtion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
  column-gap: 20px; }

.qs-option-text {
  font-size: 15px; }

.qs-nav-btn {
  padding: 10px;
  font-size: 15px;
  font-weight: 900;
  background-color: #0084ff;
  border: 3px solid #0084ff;
  border-radius: 10px;
  color: white;
  cursor: pointer; }

.qs-nav-btn:hover {
  background-color: white;
  color: #0084ff; }

.qs-nav-btn:disabled,
.qs-nav-btn[disabled] {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666; }

.qs-nav-btn:disabled,
.qs-nav-btn[disabled]:hover {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666; }

.btn-logic-disabled {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px; }

.btn-logic-disabled button {
  color: white;
  width: 100%;
  padding: 10px 0 10px 0;
  border-radius: 10px;
  border: 3px solid #78a3ca;
  background-color: #78a3ca;
  font-size: 20px; }

.qs-submit-btn {
  color: white;
  width: 100%;
  padding: 10px 0 10px 0;
  border-radius: 10px;
  border: 3px solid #0084ff;
  background-color: #0084ff;
  font-size: 20px;
  cursor: pointer; }

.qs-submit-btn:hover {
  background-color: white;
  color: #0084ff; }

@media only screen and (max-width: 500px) {
  .qs-question {
    font-size: 17px; }
  .qs-option-text {
    font-size: 13px; } }
.rating-parent-div {
  border-radius: 10px;
  padding: 20px 60px 20px 60px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  width: fit-content;
  max-width: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px); }

.rating-card-data {
  border-top: 3px solid white;
  border-radius: 10px;
  width: fit-content;
  padding: 20px;
  display: flex;
  align-items: center;
  column-gap: 20px; }

.rating-card-average {
  font-size: 40px; }

.star {
  color: yellow; }

.rf-title {
  font-size: 20px;
  font-weight: 900;
  width: 100%;
  text-align: center; }

.rf-form-btn-div {
  display: flex;
  column-gap: 5px; }

.user-rating-full, .user-rating-empty {
  color: yellow;
  font-size: 30px;
  cursor: pointer;
  user-select: none; }

@media only screen and (max-width: 400px) {
  .rating-parent-div {
    padding: 20px;
    margin-bottom: 75px; }
  .rating-card-data {
    padding: 20px;
    column-gap: 15px; }
  .rating-card-average {
    font-size: 30px; } }
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
.user-index-parent-container {
  padding-bottom: 120px; }

.users-container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  width: 50%;
  max-width: 920px;
  margin: auto; }

.user-index-div {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100% 100% 10px 10px;
  display: flex;
  flex-direction: column;
  width: 200px;
  word-wrap: break-word; }

.user-index-avatar {
  width: 100%;
  height: 200px;
  border-radius: 100%; }

.user-index-link {
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px 0; }

@media only screen and (max-width: 1300px) {
  .users-container {
    width: 60%; } }

@media only screen and (max-width: 1100px) {
  .users-container {
    width: 70%; } }

@media only screen and (max-width: 900px) {
  .users-container {
    width: 80%; } }

@media only screen and (max-width: 800px) {
  .users-container {
    width: 90%; } }

@media only screen and (max-width: 700px) {
  .users-container {
    width: 100%; } }
.user-show-info-div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: min-content;
  max-width: 500px;
  margin: auto;
  column-gap: 20px;
  word-wrap: break-word;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 75px; }

.user-show-avatar {
  width: 250px;
  height: 250px;
  border-radius: 100%; }

.user-show-text-div {
  width: 100%;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 20px; }

.user-show-edit-link {
  display: block;
  font-size: 17px;
  text-decoration: none;
  font-weight: 900;
  width: 100%;
  text-align: center; }

.user-show-edit-link:hover {
  text-decoration: underline; }

.user-show-username {
  font-size: 25px;
  width: 100%;
  font-weight: 900;
  text-align: center; }

.user-show-full-name {
  font-size: 15px;
  width: 100%;
  text-align: center; }

.user-show-bio {
  font-size: 15px; }

@media only screen and (max-width: 1000px) {
  .user-show-info-div {
    max-width: 400px; }
  .user-show-avatar {
    width: 225px;
    height: 225px; } }

@media only screen and (max-width: 800px) {
  .user-show-avatar {
    width: 200px;
    height: 200px; } }

@media only screen and (max-width: 500px) {
  .user-show-info-div {
    max-width: 350px; }
  .user-show-avatar {
    width: 175px;
    height: 175px; } }

@media only screen and (max-width: 400px) {
  .user-show-info-div {
    max-width: 300px; }
  .user-show-avatar {
    width: 150px;
    height: 150px; } }

@media only screen and (max-width: 310px) {
  .user-show-info-div {
    max-width: 250px; }
  .user-show-avatar {
    width: 150px;
    height: 150px; } }

@media only screen and (max-width: 310px) {
  .user-show-info-div {
    max-width: 250px; }
  .user-show-avatar {
    width: 150px;
    height: 150px; } }

@media only screen and (max-width: 280px) {
  .user-show-info-div {
    max-width: 225px; } }
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
* {
  font-family: "Oxygen", sans-serif;
  box-sizing: border-box;
  outline: none;
  line-height: normal; }

.background-image {
  background-repeat: no-repeat, repeat;
  background-size: cover;
  background-position: center center; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
th,
tr,
label,
li,
i,
em,
span,
div {
  color: white; }

html {
  height: 100%; }

body {
  background-color: #784BA0;
  background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
  background-repeat: no-repeat, repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  background-attachment: fixed; }

body::-webkit-scrollbar {
  width: 12px; }

body::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0); }

body::-webkit-scrollbar-thumb {
  background-color: #00ffc8;
  border-radius: 20px;
  border: 3px solid #00ffc8; }

#root {
  margin-top: 80px; }

.forms-notes {
  font-size: 11.5px;
  display: block;
  margin-top: 3px; }
