section.admin-login-wrapper {
  height: 30rem;
  width: 35rem;
  /* border: 5px solid #373737; */
  position: relative;
  border-radius: 6px;
}
* {
  -webkit-tap-highlight-color: transparent;
}
h2.admin-log-title {
  padding: 21px;
  text-align: center;
  font-weight: 500;
  font-size: 24pt;
  text-transform: uppercase;
  margin-top: 18px;
}

label.label {
  display: block;
  padding: 5px 0px;
}

form.admin-log-form {
  width: 67%;
  margin: auto;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.field {
  outline: 1px solid #ffffff45;
  padding: 10px 10px;
  width: 100%;
  border-radius: 6px;
  transition: 0.25s ease all;
  margin: 7px 0px;
  border: none;
  box-sizing: border-box;
  color: #fff;
  background: #131418;
}
input#q_title_input_dlg {
  border: none;
  padding: 50px 1rem;
  height: 56px;
  font-size: 24pt;
  font-family: monospace;
  width: 100%;
  background: #131418;
  box-sizing: border-box;
  color: #fff;
}

input#q_title_input_dlg:focus {
  outline: none;
}
.btn-def {
  background: var(--accent);
  border: none;
  padding: 11px 18px;
  color: #131418;
  font-weight: bold;
  border-radius: 6px;
  transition: outline-offset 0.1s ease;
  margin: 25px 0px;
  cursor: pointer;
}

.field:focus {
  outline-color: var(--accent);
  box-shadow: 0px 0px 0px 5px #03a9f433;
}

.btn-def:focus {
  outline: 3px solid var(--accent);
  outline-offset: 2.3px;
}

header {
  width: 100%;
  height: 100px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar {
  background: #131418;
  z-index: 999;
  color: #fff;
  position: fixed;
  width: 100%;
  height: 9vh;
  display: flex;
  top: 0;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #2a3b42;
}

.menu {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.25s ease;
}

.h-logo {
  position: relative;
  margin-left: 2rem;
}

p.logo-txt {
  text-transform: uppercase;
  font-size: 25pt;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

span.dot {
  position: absolute;
  background: var(--accent);
  height: 1rem;
  width: 1rem;
  right: -19px;
  bottom: 6px;
  border-radius: 50%;
}

.menu-list {
  color: #fff;
  text-decoration: none;
  margin-right: 28px;
  display: flex;
  gap: 16px;
  text-transform: uppercase;
  align-items: center;
  box-sizing: border-box;
}

a.menu:hover {
  color: var(--accent);
}

.container {
  width: 55rem;
  margin: auto;
  margin-top: calc(12vh + 1rem);
}

.das-title {
  /* background: rebeccapurple; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

h3.recent-xm-ttl {
  font-size: 21pt;
  font-weight: 600;
}

button {
}

button.big_add_btn {
  background: #ff4545;
  color: #ffff;
  height: 5rem;
  width: 13rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}

p.big-btn-text {
  font-size: 15pt;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
}

span.cr-btn-plus-sign {
  background: #0000007d;
  height: 100%;
  box-sizing: border-box;
  width: 4rem;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.big_add_btn:hover {
  filter: brightness(0.9);
}

.recent_exams_wrapper {
  /* background: #fff; */
  margin-top: 2rem;
}

table.table {
  width: 100%;
  border-collapse: collapse;
  background: #131418;
}

.table tr {
  border: 1px solid #040405;
  background: #1f2127;
}

.table td {
  padding: 5px;
  border: 1px solid #3e4150;
  text-align: center;
}

.table th {
  border: 1px solid #373a46;
  padding: 14px 5px;
  background: #03a9f4;
  color: #030303;
}

span.action-edit {
  background: #fbbd23;
  text-decoration: none;
  color: #382800;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 3px;
  display: inline-block;
  border-radius: 4px;
}

span.action-dump {
  background: #f87272;
  text-decoration: none;
  color: #470000;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 3px;
  display: inline-block;
  border-radius: 4px;
}

span.action-perma {
  background: #ff5722;
  text-decoration: none;
  color: #2d041d;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 7px;
  display: inline-block;
  border-radius: 4px;
}

.tab-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}

.create-post_area {
  background: #131418;
  width: 60vw;
  /* padding: 2rem 1rem; */
  position: fixed;
  top: 9vh;
  height: 91vh;
  box-sizing: border-box;
  color: #ffff;
  border-right: 2px solid #2a3b42;
  resize: vertical;
}

body {
  height: 100vh;
}

.q-body-edit {
  outline: 2px solid #383a45;
  padding: 10px 10px;
  border-radius: 6px;
  color: #fff;
  background: #202229;
  box-sizing: border-box;
  transition: 0.15s ease;
  margin: 7px 0px;
  resize: none;
  border: none;
  width: 100%;
  height: 13rem;
  font-family: monospace;
  font-size: 15pt;
}

.opt_field {
  outline: 2px solid #383a45;
  padding: 10px 10px;
  border-radius: 12px;
  transition: 0.15s ease;
  margin: 7px 0px;
  border: none;
  color: #fff;
  background: #20222936;
  width: 100%;
  font-size: 15pt;
}

input[type="radio"]:checked ~ .check {
  border: 5px solid #0dff92;
}

input[type="radio"]:checked ~ .check::before {
  background: #0dff92;
}

input[type="radio"]:checked ~ label {
  color: #0dff92;
}

.opt {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
}

form.craete-q-form {
  width: 90%;
  margin: auto;
}

section.q-prev-wrapper {
  position: fixed;
  left: 60vw;
  background: #131418;
  width: 40vw;
  top: 9vh;
  height: 91vh;
}
.q-prev-ttl {
  padding: 19px;
  border-bottom: 2px solid #2a3b42;
  background: #131418;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.q-display-area {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  padding-bottom: 10rem;
  background: #131418;
  color: #fff;
}

textarea.q-body-edit:focus {
  outline-color: var(--accent);
}

input.opt_field:focus {
  outline-color: var(--accent);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  height: 29px;
  width: 32px;
  cursor: pointer;
  display: block;
  /* background: blue; */
  border-radius: 50%;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  border: 2px solid #6a6a6a;
  border-radius: 100%;
  background: #0000;
  transform: translate(-50%, -50%);
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: var(--accent);
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: translate(-7px, 6px);
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
}

.h-logo a {
  text-decoration: none;
}
.btn-dis {
  filter: grayscale(1);
  cursor: not-allowed !important;
}
.single_q_wrapper {
  box-sizing: border-box;
  border-bottom: 2px dashed #2a3b42;
}

.q_title {
  padding: 1rem;
  /* border-bottom: 1px dashed #000000; */
  box-sizing: border-box;
}

span#q-sl {
  /* width: 5px; */
  /* height: 5px; */
  background: white;
  color: #000;
  padding: 3px 3px;
  border-radius: 5px;
  margin-right: 9px;
  vertical-align: top;
}

div.opt_lab {
  height: 28px;
  width: 28px;
  /* background: white; */
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  color: #557380;
  align-items: center;
  border: 2px solid #2a3b42;
  flex-shrink: 0;
}

.single_opt_wrapper {
  display: flex;
  margin-bottom: 13px;
  align-items: center;
  gap: 8px;
  /* background: #cccc; */
  border-radius: 6px;
  padding: 7px 16px;
  max-width: 25rem;
}

.opts_wrapper {
  padding: 3px 22px;
  box-sizing: border-box;
}
p.no_q_lab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 23pt;
  color: #454545;
}
.jax-prev-box {
  background: #fff;
  color: #000;
  bottom: 9rem;
  padding: 1rem;
  display: none;
}

div#close_prev_box {
  position: absolute;
  background: red;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  color: #fff;
  top: 0;
  right: 0;
  font-weight: bold;
  cursor: pointer;
}
.single-q-action_bar {
  background: #ff4234;
  display: flex;
  justify-content: space-between;
  padding: 5px 28px;
  border-radius: 5px;
  margin-bottom: 1rem;
  color: #000;
}

a#edit-q-link {
  color: #382800;
  font-weight: bold;
  text-decoration: none;
}

a#delete-q-link {
  color: #6a0000;
  font-weight: bold;
  text-decoration: none;
}
.cr-post-area-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px;
}

img.sm-ic {
  filter: invert(1);
  height: 20px;
  cursor: pointer;
  /* background: red; */
  padding: 11px;
  transition: 0.25s ease;
  border-radius: 50%;
  height: 21px;
}

img.sm-ic:hover {
  background: #00000021;
}

h3.title-create-new-post {
  font-size: 16pt;
  font-weight: 500;
}
.dark_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #00000082;
  z-index: 1000;
  display: none;
}

.dlg_box {
  z-index: 1000001;
  position: absolute;
  background: #131418;
  height: 50rem;
  width: 42rem;
  color: #fff;
  left: 50%;
  transition: 0.25s;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 23px;
  overflow: hidden;
  scale: 0;
}

.dlg_title {
  position: fixed;
  width: 100%;
  background: #131418;
  padding: 0px 23px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18pt;
  border-bottom: 1px solid #202229;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dlg-body {
  margin-top: 4rem;
  background: #131418;
  height: -webkit-fill-available;
  padding: 0px 1rem;
  overflow: auto;
}
span#dlg-close-btn {
  cursor: pointer;
  background: transparent;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease;
  border-radius: 50%;
}

span#dlg-close-btn:hover {
  background: #e0e0e024;
}
.dlg-ls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  /* border-bottom: 1px solid #dddd; */
}
.login-hymen {
  z-index: 1000;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ffff;
}
section.drafts_container {
  background: #131418;
  width: 40rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 40rem;
}

.dr-header {
  background: var(--accent);
  padding: 0px 22px;
  font-size: 22pt;
  font-weight: 500;
  color: #fff;
  height: 4rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

h1#dr_no_draft {
  padding: 65px;
  text-align: center;
}
.dr-ls {
  padding: 24px;
  border-bottom: 2px solid #424654;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #21232a;
  color: #fff;
}

span.drls-id {
  font-weight: 500;
  color: var(--accent);
}

.dr-ls div {
  color: #939dc5;
}

button#dr_act_btn {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 7px;
  font-weight: 500;
  cursor: pointer;
  font-size: 11pt;
  border-radius: 5px;
}
.drop_down {
  outline: 3px solid #393d4a;
  padding: 10px 10px;
  width: 100%;
  border-radius: 6px;
  transition: 0.15s ease;
  margin: 7px 0px;
  border: none;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  background: #131418;
  color: #fff;
}
.drop_down:focus {
  outline-color: var(--accent);
  outline-width: 3px;
}
p.dr-q-name-lab {
  font-weight: bold;
  margin: 3px 0px;
}
button#dr_del_btn {
  background: #f44336;
  color: #fff;
  border: none;
  padding: 7px;
  font-weight: 500;
  cursor: pointer;
  font-size: 11pt;
  border-radius: 5px;
}

.sec-69 {
  display: flex;
  flex-direction: column;
}
div#dr_content {
  height: 35rem;
  overflow: auto;
}
.q-prev-ttl p {
  font-size: 20pt;
}

button.publish_btn {
  background: #03a9f4;
  color: #081825;
  border: none;
  height: 42px;
  padding: 0px 19px;
  border-radius: 50px;
  font-size: 12pt;
  font-weight: 600;
  cursor: pointer;
}
button.publish_btn:disabled {
  filter: brightness(0.5);
  cursor: not-allowed;
}
.toastjs.success p {
  line-height: 25px;
  margin-bottom: 8px;
}
.toastjs.success {
  border-left-color: #009150;
  background: #dcedc8;
  border-left-width: 7px;
}
.access_ctrl_form {
  background: #252730;
  padding: 26px;
  display: none;
  border-radius: 9px;
}

.access_ctrl_form p {
  padding: 5px;
  margin-bottom: 0px;
  margin-top: 8px;
}
.access_ctrl_form input {
  width: 23rem;
  margin-right: 16px;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.dlg-ls div:nth-child(1) {
  font-weight: bold;
}
section#date-picker-section div {
  display: flex;
}

section#date-picker-section h4 {
  padding: 5px 5px;
}
section.dlg_context_area {
  padding: 15px;
}

section.dlg_context_area h3 {
  padding: 10px 0px;
}

section.dlg_context_area textarea {
  resize: none;
  height: 11rem;
  font-family: monospace;
  font-size: 13pt;
  background: transparent;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preload-wrapper {
  z-index: 1000000000;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
  display: none;
}
.body_loader {
  color: var(--accent);
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  /* margin: 72px auto; */
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

p.loadiiididfjei {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
button.navigator_mobile_perm {
  background: #4a3374;
  border: none;
  padding: 11px;
  margin: 20px 0px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

button.navigator_mobile_perm:focus {
  outline: none;
}

button.navigator_mobile_perm:active {
  filter: brightness(0.8);
}
.q_title p {
  display: inline;
}
.unav-lab {
  background: #f44336;
  padding: 3px 7px;
  display: inline-block;
  border-radius: 6px;
  color: #1d001b;
  font-size: 11pt;
  font-weight: 500;
}

.av-lab {
  background: #00ff09;
  padding: 3px 7px;
  display: inline-block;
  border-radius: 6px;
  color: #001d00;
  font-size: 11pt;
  font-weight: 500;
}
div#created_questions {
  color: #ffffff;
  border-radius: 39px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff1100;
  padding: 4px;
}
figsvg {
  filter: invert(1);
  margin-bottom: 12px;
  line-height: 36px;
}
figbnw img {
  max-width: 350px;
}

figbnw {
  filter: invert(1);
}
figbnwpng {
  filter: invert(1);
}
figbnwpng img {
  max-width: 350px;
}

figimg img {
  max-width: 350px;
}
.blockc {
  display: block;
  text-align: center;
}
.jax-prev-box figsvg,
figbnw,
figbnwpng,
figimg {
  filter: none !important;
}
span.action-view {
  background: #ffc107;
  text-decoration: none;
  color: #2d2304;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 7px;
  display: inline-block;
  border-radius: 4px;
}

.q_edit_area {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
}

.opts-wrapper {
  flex: 1;
}

textarea.q-soln-class {
  flex: 0.5;
  height: 13rem;
  outline: 2px solid #383a45;
  padding: 10px 10px;
  border-radius: 6px;
  color: #fff;
  background: #202229;
  box-sizing: border-box;
  transition: 0.15s ease;
  margin: 7px 0px;
  resize: none;
  border: none;
  width: 100%;
  height: 13rem;
  font-family: monospace;
  font-size: 15pt;
}
textarea.q-soln-class:focus {
  outline-color: var(--accent);
}

.qsoln-display {
  /* background: red; */
  padding: 10px;
}
.qsoln-display:empty {
  display: none;
}
.fullWidth {
  width: 100%;
}
.noWidth {
  width: 0 !important;
  overflow: hidden;
}
#collapse_moba {
  display: none !important;
}
.ed-right-ic-wrap {
  display: flex;
}
@media only screen and (max-width: 600px) {
  .jax-prev-box {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    /* transform: translateY(-31px); */
    bottom: unset;
    z-index: 999;
    max-height: 8rem;
    overflow: auto;
  }

  textarea.q-body-edit {
    height: 7rem;
  }

  .create-post_area {
    z-index: 1000;
  }
  div#exam-set-wrapper-dashboard {
    flex-direction: column;
    width: 100%;
    flex-wrap: nowrap !important;
  }

  .container {
    width: 97%;
    margin: auto;
  }
  .container {
    margin-top: 0px;
  }
  div#lds {
    width: 100vw;
    margin-top: 1rem;
  }
  div#dlg_box {
    width: 97vw;
    max-height: 100vh;
  }
  section.q-prev-wrapper {
    width: 0;
    overflow: hidden;
  }
  .create-post_area {
    width: 100%;
    overflow: auto;
  }

  .q_edit_area {
    flex-direction: column;
    gap: 2px;
  }
  #collapse_moba {
    display: inherit !important;
  }
  #collapse {
    display: none;
  }
  .prev-area-actions {
    display: flex;
    align-items: center;
  }

  .q-prev-ttl p {
    font-size: 14pt;
  }

  button#publish_btn {
    font-size: 10pt;
    padding: 0px 12px;
    height: 33px;
    border-radius: 9px;
  }
}
.no-moba-width {
  width: 0;
  overflow: hidden;
}
.moba-w-max {
  left: 0 !important;
  width: 100% !important;
}
.dlg-box-symbols {
  position: fixed;
  top: 29px;
  z-index: 9999;
  background: #353842;
  min-width: 22rem;
  height: 17rem;
  border-radius: 30px;
  overflow: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.dlg-box-symbols-cross {
  cursor: pointer;
  background: #111111;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 10px;
}

.dlg-syms-wrapper {
  margin-top: 42px;
  margin-left: 17px;
}

button.dlg-syms {
  background: #111111;
  border: none;
  color: #fff;
  font-size: 20pt;
  padding: 2px 16px;
  border-radius: 6px;
}

button.dlg-syms:focus {
  outline: none;
}
.blank-q-label {
  padding: 5px 0px;
}
.exam-tab-wrapper {
  width: 100vw;
  overflow-y: auto;
}
.q-set-list-card {
  background: #ffffff0f;
  padding: 30px 26px;
  margin: 10px;
  border-radius: 17px;
  position: relative;
  transition: 0.18s ease all;
}

div#exam-set-wrapper-dashboard {
  display: flex;
  flex-wrap: wrap;
}

span.dsp-counter-badge {
  background: #03a9f48a;
  position: absolute;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -15px;
  left: -15px;
  color: #3cc2ff;
  font-weight: bold;
}

h1.qst-q-ttl {
  margin: 6px 0px;
  word-wrap: break-word;
}

span.chip-sub {
  background: #009688;
  padding: 3px 7px;
  display: inline-block;
  border-radius: 6px;
  color: #001d00;
  font-size: 11pt;
  font-weight: 500;
}

.q-set-list-action-wrapper {
  border-top: 1px solid #ffffff33;
  margin-top: 12px;
  padding-top: 12px;
}

span.chip-count {
  background: #9c27b0;
  padding: 3px 7px;
  display: inline-block;
  border-radius: 6px;
  color: #ffffff;
  font-size: 11pt;
  font-weight: 500;
}

span.action-copy-link {
  background: #03a9f4;
  text-decoration: none;
  color: #05042d;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 7px;
  display: inline-block;
  border-radius: 4px;
}

.q-set-list-action-wrapper span {
  cursor: pointer;
  transition: 0.2s;
}

.q-set-list-action-wrapper span:hover {
  /* scale: 1.1; */
  filter: brightness(0.8);
}

.q-set-list-card:hover {
  background: #ffffff1c;
  cursor: pointer;
}

#dropArea {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

#preview {
  margin-top: 21px;
  display: flex;
  justify-content: space-around;
}

#preview img {
  max-width: 150px;
  max-height: 150px;
  margin-right: 10px;
}
.fbase-gallery-wrapper {
  position: absolute;
  z-index: 1001;
  background: #262830;
  height: 100vh;
  width: 100vw;
  color: #fff;
  scale: 0;
  transition: 0.2s ease all;
}

.upload-area {
  padding: 25px;
}
#gallery-close-btn {
  cursor: pointer;
  background: #e0e0e024;
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease;
  border-radius: 50%;
}
.gallery-header {
  display: flex;
  justify-content: space-between;
  padding: 0 19px;
  align-items: center;
  height: 5rem;
}
button#fbase-upload-btn {
  margin: 14px 0px;
  margin-left: auto;
}
.btn-def:disabled {
  background: #ffffff5e;
}

/* Spinkit */

.rotor {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate_spinner 1s linear infinite;
  display: block;
  margin: 18px auto;
}
.rotor::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate_spinner {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.cp_code {
  display: flex;
  justify-content: center;
  padding: 6px 19px;
  align-items: center;
  gap: 7px;
}

.img_code {
  width: 60%;
  max-width: 202px;
  background: #ffffff29;
  border: none;
  padding: 10px;
  border-radius: 8px;
  transition: 0.15s;
  color: #b4b4b4;
}

.bcfu73 {
  width: 130px;
}

div#prev_img {
  text-align: center;
}

div#prev_img img {
  border-radius: 8px;
  background: #494b51;
}

input.img_code:focus {
  outline: 1px solid var(--accent);
  box-shadow: 0px 0px 0px 5px #03a9f475;
}
#media_preview_area {
  display: none;
}
.toastjs-container {
  z-index: 1001;
}

.toastjs.success {
  border-left-color: #2ecc40;
  background: #393f51;
  color: #d6d6d6;
}
