.otservice {
  top: 120px;
  left: 0;
  position: fixed;
  padding: 10px;
  width: 100%;
  z-index: 11000;
  display: none;
}
.otservice button {
  margin-bottom: 6px;
}
#ttest hr {
  border-width: 2px;
  border-color: #d41ad469;
}
#ttest {
  max-width: 600px;
  padding: 20px;
  background-image: linear-gradient(-45deg, #141414, #8210df);
  color: white;
  border-radius: 6px;
}
.tbtn {
  width: 100%;
  border: none;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 40px;
  font-size: 16px;
  cursor: pointer;
}
.tbtn:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.tbtn:focus,
.tbtn:active {
  outline: none;
}

#ttestinfo span {
  font-size: 16px;
  cursor: pointer;
  padding-right: 10px;
}
.otservprp {
  padding: 20px;
  max-width: 69%;
  height: 100%;
  overflow-y: auto;
  padding-right: 10px;
  border-right: 2px solid #00000044;
  scrollbar-width: thin;
  scrollbar-color: #eee #555;
}
.examdshbrd {
  padding: 20px;
  height: 100%;
  overflow-y: auto;
  padding-right: 10px;
  border-right: 2px solid #00000044;
  scrollbar-width: thin;
  scrollbar-color: #eee #555;
}
.nbforpreq {
  color: #eee;
}
#crtidone {
  padding: 8px 35px;
  background-color: #e8b315;
}
#psconfirmed {
  background-color: #e8b315;
}
.otserviceinfo {
  /* max-width: 1040px; */
  /* padding: 10px; */
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: white;
  z-index: 11000;
  background-image: linear-gradient(-45deg, #fd61fd, #010f46);
  color: white;
  display: none;
}
.tgglqsetvw {
  top: 5px;
  right: 5px;
  position: fixed;
  z-index: 1000;
  height: 30px;
  width: 40px;
  display: none;
}
.tgglqsetvw svg {
  width: 35px;
  height: 35px;
  padding: 6px;
  color: white;
  background-color: #2b2b2b;
  border-radius: 5px;
}
.tgglqsetvw:hover {
  cursor: pointer;
  filter: grayscale(0.5);
}
#otserviceexamid {
  display: none;
  width: 100%;
  top: 0;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 100;
  overflow-y: auto;
}
#falsesecback {
  top: 0px;
  left: 0px;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.9;
  display: none;
  z-index: 10;
  border-bottom: 4px solid #2727ee86;
}

.closeotserv {
  float: right;
  background-color: #ffffffbe;
  font-size: 14px;
  padding: 2px 6px;
  color: red;
  cursor: pointer;
  font-weight: bold;
}

.closeotserv:hover {
  opacity: 0.9;
}
.tdur {
  max-width: 80px;
  display: inline-block;
}

.closeot {
  padding: 4px 14px;
  background-color: #e20b0b;
  border: 0px;
  color: white;
  cursor: pointer;
}
.closeot:hover {
  background-color: rgb(255, 56, 56);
}

#exportalpromo {
  padding: 0px;
  top: 0px;
  right: 0px;
  position: fixed;
  width: 100%;
  max-width: 31%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #021477;
  display: none;
  z-index: 11000;
  scrollbar-width: thin;
  scrollbar-color: #eee #555;
}

.exmpproimg {
  display: block;
  max-width: 600px;
  padding: 10px;
  width: 100%;
  cursor: pointer;
}
.exmpproimg:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  border: 2px solid white;
}

#enlrgimg {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  position: fixed;
  overflow: hidden;
  padding: 0px;
  background-color: #060e3db6;
  display: none;
  z-index: 21000;
}
#enlrgimg img {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#createid {
  display: none;
}
#createid label {
  font-size: 14px;
}
.otservprp .form-control {
  font-size: 14px;
  height: 40px;
  box-shadow: none;
  border: 0px;
}
#mquearytest textarea {
  height: 200px;
  overflow-y: auto;
}
.otservicesidefoot {
  font-size: 12px;
  padding-top: 40px;
  color: #000000ef;
}
#contactdesk label {
  font-size: 14px;
}

#falsesecback-mq {
  top: 0px;
  left: 0px;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.9;
  display: none;
  z-index: 100;
}

#continueexamid {
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 11000;
  overflow-y: hidden;
  background-color: #000000c0;
}
.exidbtn {
  font-size: 14px;
  margin-top: 10px;
  width: 48%;
  padding: 4px 10px;
  float: center;
  border-radius: 5px;
  border: none;
}
.exidbtn:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.exidbtn:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

#previewquestion {
  top: 0px;
  right: 0px;
  position: fixed;
  width: 100%;
  max-width: 40%;
  overflow-y: auto;
  background-color: #fff;
}

#previewr {
  color: #212121;
  text-align: left;
  height: 45vh;
  overflow-y: auto;
  border-bottom: 1px solid #555;
  /*resize: vertical;*/
}

#previews {
  height: calc(55vh - 30px);
  overflow-y: auto;
  /*resize: vertical;*/
}

#previewr::-webkit-scrollbar {
  width: 6px;
}
#previews::-webkit-scrollbar {
  width: 6px;
}

#preqsetbtn,
#preqbtn {
  font-size: 14px;
  border-radius: 0px;
  width: 160px;
  height: 30px;
}

.opbtn {
  border: 1px solid #212122;
  color: black;
  font-size: 14px;
  background-color: #f2f2f2;
  padding: 4px 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  outline: none;
}
.opbtn:active,
.opbtn:focus {
  outline: none;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.opbtn:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.preqimg {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.propimg {
  width: 100%;
  max-width: 600px;
  padding-top: 10px;
}
.preans {
  padding: 10px;
  font-size: 16px;
}

#continueeducator {
  display: none;
  width: 100%;
  min-height: 200px;
  top: 160px;
  left: 0;
  position: fixed;
  z-index: 100;
  overflow-y: auto;
}
#eduexloginform,
#assignstuexform {
  width: 98%;
  max-width: 600px;
  margin-top: 20px;
  padding: 20px;
  text-align: left;
  border-radius: 5px;
  background-image: linear-gradient(-45deg, #2222f0, #d716e9);
}

#eduexloginform .form-control {
  font-size: 14px;
  height: 40px;
  margin-bottom: 6px;
  text-align: center;
}

#eduexloginform label,
#assignstuexform label {
  font-size: 16px;
  text-align: left;
  color: white;
}
#assignstuexam {
  display: none;
  width: 100%;
  min-height: 200px;
  top: 80px;
  left: 0;
  position: fixed;
  z-index: 100;
  overflow-y: auto;
}
#assignstuexform .form-control {
  font-size: 14px;
  height: 40px;
  margin-bottom: 6px;
  text-align: left;
}

#loader-exid {
  display: none;
}
#loader-qst {
  display: inline-block;
  width: 40px;
  height: 40px;
}
#loaderCon {
  margin-top: 120px;
  display: none;
}

#qupdated {
  display: none;
  width: 80%;
  max-width: 240px;
  font-size: 16px;
  padding: 10px;
  border-radius: 0px;
  color: white;
  background-color: #fa1850;
  top: 0px;
  left: 46%;
  position: fixed;
  z-index: 1;
}

#mailsented {
  padding: 6px;
  background-color: #fc4747;
  color: white;
  display: none;
  margin-bottom: 6px;
  font-size: 14px;
}
.submitform {
  padding: 4px 10px;
  color: black;
  background-color: white;
  font-size: 14px;
  border: 0px;
  border-radius: 2px;
  cursor: pointer;
}
.submitform:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.submitform:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
#showqstimg img {
  width: 100%;
  max-width: 600px;
}
#crtestfour p {
  font-size: 16px;
}

#formcontainer {
  max-width: 60%;
  text-align: left;
  top: 0;
  height: 100%;
  left: 0;
  overflow-y: auto;
}

#otserviceexamid {
  display: none;
  width: 100%;
  top: 0;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 100;
  overflow-y: auto;
}

#formcontainer .form-control {
  font-size: 14px;
  height: 40px;
  margin-bottom: 6px;
}

#formcontainer label {
  font-size: 14px;
  text-align: left;
}

#addQ {
  /*border-radius:0px;
    bottom:0px;
    right:350px;
    position:fixed;*/
  font-size: 14px;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

#crtnewexid {
  font-size: 14px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
/*#addQ:hover{
  
    opacity: 0.9;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  #addQ:active{
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }*/
#opdiv,
#stdiv,
#ansdiv {
  background-color: #f2f2f2;

  padding: 20px;
}
#opsimg,
#stimg {
  font-size: 14px;
  float: left;
  margin-top: 10px;
}

#formcontainerexid {
  width: 98%;
  max-width: 650px;
  margin-top: 25vh;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  background-image: linear-gradient(-45deg, #2222f0, #d716e9);
  border: 2px solid white;
}

#formcontainerexid .form-control {
  font-size: 14px;
  height: 40px;
  margin-bottom: 6px;
  text-align: center;
}

#formcontainerexid label {
  font-size: 16px;
  text-align: left;
  color: white;
}

.exidbtn {
  font-size: 14px;
  margin-top: 10px;
}
.exidbtn:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.exidbtn:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

#formcontainer::-webkit-scrollbar {
  width: 6px;
}

#previewquestion {
  top: 0px;
  right: 0px;
  position: fixed;
  width: 100%;
  max-width: 40%;
  overflow-y: auto;
}

#previewr::-webkit-scrollbar {
  width: 6px;
}
#previews::-webkit-scrollbar {
  width: 6px;
}

#preqsetbtn,
#preqbtn {
  font-size: 14px;
  border-radius: 0px;
  width: 160px;
  height: 30px;
}

.closeqform {
  height: 30px;
  border-radius: 0px !important;
  padding: 4px 16px;
  color: white !important;
  background-color: #e02121 !important;
  font-size: 14px;
  cursor: pointer;
}
.closeqform:hover {
  opacity: 0.9;
  color: white;
}
.edtrfunc .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.opbtn {
  border: 1px solid #212122;
  color: black;
  font-size: 14px;
  background-color: #f2f2f2;
  padding: 4px 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  outline: none;
}
.opbtn:active,
.opbtn:focus {
  outline: none;
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.opbtn:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.preqimg {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.propimg {
  width: 100%;
  max-width: 600px;
  padding-top: 10px;
}
.preans {
  padding: 10px;
  font-size: 16px;
}
#qtstfalse {
  display: none;
  color: #f75858;
  font-size: 14px;
  float: right;
}

#qst {
  display: none;
}
#conq {
  width: 100%;
  height: 240px;
  border: 2px solid #6a67fa;
  overflow-y: scroll;
  font-size: 14px;
  padding: 6px;
  background-color: white;
  border-radius: 5px;
}
#conq:focus {
  outline: none;
}

#conq::-webkit-scrollbar {
  width: 4px;
}
#continueeducator {
  display: none;
  width: 100%;
  min-height: 200px;
  top: 160px;
  left: 0;
  position: fixed;
  z-index: 100;
  overflow-y: auto;
}
#eduexloginform,
#assignstuexform {
  width: 98%;
  max-width: 600px;
  margin-top: 20px;
  padding: 20px;
  text-align: left;
  border-radius: 5px;
  background-image: linear-gradient(-45deg, #2222f0, #d716e9);
}

#eduexloginform .form-control {
  font-size: 14px;
  height: 40px;
  margin-bottom: 6px;
  text-align: center;
}

#eduexloginform label,
#assignstuexform label {
  font-size: 16px;
  text-align: left;
  color: white;
}
#assignstuexam {
  display: none;
  width: 100%;
  min-height: 200px;
  top: 80px;
  left: 0;
  position: fixed;
  z-index: 100;
  overflow-y: auto;
}
#assignstuexform .form-control {
  font-size: 14px;
  height: 40px;
  margin-bottom: 6px;
  text-align: left;
}

#loader-exid {
  display: none;
}
#loader-qst {
  display: inline-block;
  width: 40px;
  height: 40px;
}
#loaderCon {
  margin-top: 120px;
  display: none;
}

#qupdated {
  display: none;
  width: 80%;
  max-width: 240px;
  font-size: 16px;
  padding: 10px;
  border-radius: 0px;
  color: white;
  background-color: #fa1850;
  top: 0px;
  left: 46%;
  position: fixed;
  z-index: 1;
}

/*////////////////////////////////*/

#chresform {
  margin-top: 70px;
  max-width: 600px;
  text-align: left;
}

#chresult .form-control {
  font-size: 14px;
  height: 40px;
}
#chresult {
  font-size: 16px;
}
#resbrd {
  width: 100%;
  top: 100px;
  left: 0px;
  position: fixed;
  display: none;
  z-index: 11000;
  padding: 10px;
}
#chresform {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
}
#scrbrd {
  max-width: 500px;
  display: none;
  margin-top: -40px;
}
#crtans {
  padding: 5px;
}
#crtans2 {
  height: 139px;
  overflow-y: scroll;
  border: 1px solid grey;
  padding: 10px;
}
#crtans2::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
#crtans2 ::-webkit-scrollbar-track {
  background: #999a9b98;
}

#crtans2 ::-webkit-scrollbar-thumb {
  background: #424242a8;
}
#crtans2 ::-webkit-scrollbar-thumb:hover {
  background: #ccccccd6;
}
#chresform {
  background-image: linear-gradient(-45deg, #cd0ca3, #2441e6);
}

#chresult label {
  color: white;
}

#clrqset {
  margin: 0px;
  border-radius: 0px;
  font-size: 14px;
  padding: 4px 10px;
  display: inline-block;
  height: 30px;
}
#clrqsetnotify {
  top: 160px;
  width: 100%;
  left: 0px;
  position: fixed;
  display: none;
  z-index: 2;
}
#clrqsetnotify-child {
  max-width: 460px;
  padding: 20px;
  font-size: 16px;
  background-color: #fffdfd;
  color: #fa2c2c;
}
#falsesecback-two {
  top: 0px;
  left: 0px;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.9;
  display: none;
  z-index: 1;
}
.clrnotibtn {
  margin: 2px;
  font-size: 14px;
  padding: 4px 10px;
}

#falsesecback-mq {
  top: 0px;
  left: 0px;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.9;
  display: none;
  z-index: 100;
}

#stresultall::-webkit-scrollbar {
  width: 6px;
  color: #0a0a0a;
}

#stresultall {
  background-color: white;
  padding: 20px;
  overflow-y: scroll;
  max-width: 600px;
}

.exeduinfoid {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
  color: #0821ad;
}

#qststorage {
  font-size: 16px;
  font-weight: 600;
}

#enrolledstuall {
  font-size: 16px;
  font-weight: 600;
}

#troomsize {
  font-size: 16px;
  font-weight: 600;
}
.eduinfoex {
  margin: 10px;
  width: 100%;
  display: inline-block;
  padding: 10px;
  border: 1px solid #d5d5d5;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.dqprevwfld {
  text-align: center;
  font-size: 20px;
  padding-top: 25vh;
  color: #212121;
}
.delqsetex {
  float: right;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 10px;
  border: 1px solid #f02828;
  color: #f02828;
  cursor: pointer;
  display: none;
}
.delqsetex:hover {
  background-color: #f02828;
  color: white;
  transition: 0.02s;
}

#previewqset hr {
  border-color: #1b1b1b;
}
#notlvnf {
  margin-top: 30px;
  background-color: #d33e3e;
  color: white;
  padding: 10px;
  border: 2px solid #ffffff;
}
#admntl,
#openDialogM {
  float: right;
  margin-top: 10px;
  font-size: 14px;
  margin-left: 4px;
  z-index: 21000;
}
#stdassign {
  width: 100%;
}
#qsetanst {
  margin-top: 20px;
}
#examstate {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  text-align: right;
  background-color: #f2f2f2;
  border-radius: 5px;
}
#examstate .form-check {
  margin-bottom: 10px;
}
.form-check-input {
  display: block;
}
.form-check-label {
  margin-right: 5px;
}
.modalot {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000000;
}
.modalot iframe {
  height: 85vh;
  border: 0px;
  border-radius: 10px;
  width: 100%;
}
.modalot-content {
  background-color: #fff;
  margin: 3% auto;
  padding: 5px;
  width: 90%;
  max-width: 800px;
  text-align: center;
  border-radius: 10px;
}

#openDialogM {
  outline: none;
}

#dialog {
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 31000;
  height: 295px;
  overflow-y: auto;
  width: 60%;
}
#dialog button {
  border: 0;
  font-size: 20px;
  width: 30px;
  margin: 2px;
  padding: 1px;
}
.math-operator-dialog {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background-color: #ffffff;
  padding: 10px;
  z-index: 21000;
}
#dialog::-webkit-scrollbar {
  width: 6px;
}

#dialog::-webkit-scrollbar-track {
  background: #1a2ca5;
  border: 3px solid #ffffff;
}

#dialog::-webkit-scrollbar-thumb {
  background: #cccccc;
}

#dialog::-webkit-scrollbar-thumb:hover {
  background: #1a2ca5;
}
.edtrfunc {
  width: 100%;
  max-width: 40%;
  margin: 0px;
  height: 30px;
  display: flex;
  align-items: center;
}
/* Exam Dashboard */

#allexamslst h2 {
  /* padding: 20px; */
  padding-left: 40px;
  width: 100%;
  top: 0 !important;
  left: 0px;
  position: fixed !important;
  z-index: 200;
  background-color: #010f46;
  border-bottom: 2px solid #ffffffcc;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#allexamslst {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
#allexamslst .closeot {
  margin-right: 20px;
  padding: 5px 12px;
  background-color: #e20b0b;
  border: 0px;
  color: white;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
}
#allexamslst .closeot:hover {
  opacity: 0.7;
}
#examdashInfo {
  padding: 20px;
  margin-top: 70px;
  background-color: #f9f9ff;
}
#examdashInfo h4 {
  color: #1a237e;
  margin-bottom: 10px;
}
.examdshbrd {
  height: calc(100vh - 70px);
  overflow-y: auto;
  scrollbar-width: thin;
}
#examContainer {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 15px;
}
.exam-card {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  border: 2px solid #1a2ca5;
}
.exam-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.exam-title {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #1a2ca5;
}
.exam-desc {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 10px;
}
.exam-meta {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 10px;
}
.examdshbrd .btn-group {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.examdshbrd .btn {
  padding: 7px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.85rem;
  color: #1b1b1b !important;
  transition: 0.2s;
}
.ebtn-delete {
  background-color: #ff3535d4 !important;
}
.ebtn-delete:hover {
  background-color: #c0392b !important;
}
.ebtn-check {
  background-color: #3f34db71 !important;
}
.ebtn-edit {
  background-color: #efa11ad7 !important;
}
.ebtn-save {
  background-color: #34ac279d !important;
}
.examdshbrd .btn:hover {
  font-size: 15px;
  background-color: #1a2ca5 !important;
  color: #fff !important;
}
.examdshbrd .btn,
.examdshbrd .btn:focus,
.examdshbrd .btn:active,
.examdshbrd .btn:focus:active {
  box-shadow: none !important;
  outline: none !important;
}
#loading {
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1090px) {
  #examportalbtn {
    font-size: 12px !important;
  }
  #dialog {
    width: 100%;
  }
  #admntl,
  #openDialogM {
    display: inline-block !important;
    float: none;
    margin-left: 0px;
    margin-right: 4px;
  }
  #previewquestion {
    display: none;
    width: 100%;
    max-width: 100%;
  }
  .tgglqsetvw {
    display: block;
  }
  #formcontainer {
    width: 100%;
    max-width: 100% !important;
    padding-bottom: 40px;
  }

  .edtrfunc {
    width: 100%;
    max-width: 100%;
  }
}
