
.login {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.btn {
  border-radius: 0px;
}

.container {
  padding: 5px;
}

img {
  border: 0px;
}

.question_container {
  padding: 4px;
  max-height: 35%;
  overflow-y: auto;
}

.option_container {
  padding: 4px;
  max-height: 45%;
  overflow-y: auto;
}

.op {
  border-bottom: 1px solid #eeeeee;
  padding: 5px;
}

.question_div {
  display: none;
  border-top: 1px solid #dddddd;
}



.qbtn {
  cursor: pointer;
  width: 40px;
  height: 30px;
  border-radius: 0px;
  background-color: #212121;
  color: #ffffff;
  float: left;
  font-size: 15px;
  padding: 2px;
  text-align: center;
  margin: 5px;
}

.save_answer_signal {
  float: right;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: #666666;
  margin: 2px;
}

#photograph {
  width: 150px;
  height: 150px;
}
/* liveclassroom */

.arrow_box {
  position: relative;
  background: #d50f29;
  border: 0px solid #f5e131;
  border-radius: 3px;
}

.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(213, 15, 41, 0);
  border-bottom-color: #d50f29;
  border-width: 10px;
  margin-left: -5px;
}

.class_text_board {
  width: 650px;
  height: 500px;
  float: left;
}

.class_comment_board {
  width: 300px;
  height: 470px;
  border-radius: 10px;
  float: right;
  padding: 5px;
  border: 1px groove #eee;
}

#comment_box {
  width: 290px;
  height: 400px;
  overflow-y: scroll;
  padding: 5px;
}

#username_comment {
  color: #666666;
  font-size: 11px;
}

#comment_send {
  background: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 5px #ddd inset;
  color: #666;
  outline: none;
  height: 25px;
  width: 275px;
}

.class_heading {
  width: 650px;
  height: 35px;
  background: #212121;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 25px 0px;
  border-radius: 8px 8px 0px 0px;
}

#page::after {
  content: " ";
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  left: 20px;
  border-left: 1px solid #f8d3d3;
}

#page {
  width: 650px;
  height: 400px;
  overflow-y: scroll;
  line-height: 30px;
  font-size: 14px;
  padding: 5px 25px 27px;
  position: relative;
  outline: none;
  background: white;
  background: -webkit-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
  background: -moz-linear-gradient(top, #dfe8ec 0%, #ffffff 8%) 0 0px;
  background: linear-gradient(center top, #dfe8ec 0%, #ffffff 8%) 0 0px;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
}

#page_res {
  float: right;
  color: #666666;
  font-size: 12px;
}

.div_exp_corr {
  background: #e0ffe0;
  display: none;
}

.div_exp_wrong {
  background: #ff9d9d;
  display: none;
}

#stat_box {
  width: 210px;
  height: 100px;
  border: 0px solid #dddddd;
  float: left;
  margin-left: 20px;
}

#stat_head {
  width: 210px;
  height: 30px;
  background: #ec5c0d;
  font-family: arial;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding: 4px 0px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

#stat_val {
  width: 210px;
  height: 66px;
  background: #eeeeee;
  font-family: arial;
  font-size: 40px;
  color: #212121;
  text-align: center;
  padding: 4px 0px 0px 0px;
  border-radius: 0px 0px 4px 4px;
}

.op_style {
  background: #eeeeee;
  padding: 4px;
  margin: 5px;
  border: 1px solid #dddddd;
}

.font-size-34 {
  font-size: 34px !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

strong {
  font-weight: 700;
  color: #666666;
}

.revenuew {
  background-color: #f5fbfc;
  margin: 5px;
  padding: 5px;
}

.panel,
.widget-more-link.b-a-1,
.widget-products-image,
:not(.panel) .thumbnail {
  border-color: #e0e0e0;
}

.panel-heading {
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  background: none repeat scroll 0% 0% #fafafa;
}

.page-signin-modal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  display: block;
}

.page-signin-form-group {
  position: relative;
}

.page-signin-icon {
  position: absolute;
  line-height: 21px;
  width: 36px;
  border-color: rgba(0, 0, 0, 0.14);
  border-right-width: 1px;
  border-right-style: solid;
  left: 1px;
  top: 9px;
  text-align: center;
  font-size: 15px;
}

html[dir="rtl"] .page-signin-icon {
  border-right: 0;
  border-left-width: 1px;
  border-left-style: solid;
  left: auto;
  right: 1px;
}

html:not([dir="rtl"]) .page-signin-icon + .page-signin-form-control {
  padding-left: 50px;
}

html[dir="rtl"] .page-signin-icon + .page-signin-form-control {
  padding-right: 50px;
}

#page-signin-forgot-form {
  display: none;
}
/* Margins */

.page-signin-modal > .modal-dialog {
  margin: 30px 10px;
}

@media (min-width: 544px) {
  .page-signin-modal > .modal-dialog {
    margin: 60px auto;
  }
}

.btn span.glyphicon {
  opacity: 0;
}

.btn.active span.glyphicon {
  opacity: 1;
}

.container {
  padding: 0px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.card-heading {
  padding: 5px;
}

.hoverbg:hover {
  background: #eeeeee;
}
.sidebar { overflow-x: hidden; }
/* width */
.sidebar::-webkit-scrollbar {
  width: 3px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.sidebar-footer { 
    /* position: fixed; */
    width: 16rem;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
  #accordionSidebar {
    display: none;
  }
  #wrapper #content-wrapper {
    margin-left: 0em !important;
  }
  .sidebar {
    position: unset !important;
    height: auto !important;
  }
  .calc_row .col-md-6 {
    width: 100% !important;
  }
  .calc_container {
    width: 243px !important;
  }
  #keyPad #keyPad_btnEnter {
    right: 16px !important;
  }
.btn { margin-top: 15px; }
.sidebar-footer .btn { margin-top: 0px; }
}

.calc_row .col-md-6 {
  width: 50%;
}

.calc_row .col-md-6,
.calc_row .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}

.logo {
  width: 200px;
  margin-bottom: 20px;
}


.blink_me {
  animation: blinker 1s linear infinite;
  color: red;
  font-size: 30px;
}

/* Jawed css start here */
.user-profile-badge {
  background-color: #0e3056;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.user-profile-badge img {
  height: 35px;
  width: 35px;
  border-radius: 50%;
}
.user-item:hover{
  background: none !important;
} 
.logged-user {
  padding: 5px 25px;
}
.loggedin-user-name {
  color: #0e3056;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: .3px;
  margin-top: 10px;
}
.user-mail-id {
  color: #4a5561;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: .3px;
  margin-bottom: 7px !important;
  /* margin-top: 4px; */
}
.w-ic {
  font-size: 22px;
  color: #1ccbb7;
  margin-right: 5px;
}
.whatsapp-sec {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: .3px;
  color: #0e3056;
}
.top-buy-btn {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: .3px;
  color: #0e3056;
  padding: 8px 18px;
}
.top-buy-btn:hover {
  text-decoration: none;
  color: #0e3056;
  background-color: #efefef;
  transition: .5s;
}
.page-top-bar {
  background:#3D4A5D;
  padding:8px;
  color:#ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 45px;
  z-index: 100;
}
.main-content-wp {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: row;
  background-color: #ededed;
  overflow: hidden;
  margin-top: 45px;
}
.main-content-left {
  position: relative;
  width: 75%;   
}
.main-content-right { 
  width: 25%;  
  background:#CEDDF0;
  position: fixed;
  top: 45px;
  right: 0;
  bottom: 0;
}
.cat-btn-sec {
  position: relative;
  padding: 8px 0px;
}
ul.tabs li.current {
  background: #3d4a5d !important;
  color: #ffffff !important;
}
ul.tabs li {
  padding: 10px 10px !important;
  border-radius: 6px !important;
}
.page-sidebar {
  padding: 16px; 
}
.question-btn-wp {
  max-height:123px;
  overflow-y:auto;
}
/* width */
.question-btn-wp::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.question-btn-wp::-webkit-scrollbar-track {
  background: #888; 
}
 
/* Handle */
.question-btn-wp::-webkit-scrollbar-thumb {
  background: #555; 
}

/* Handle on hover */
.question-btn-wp::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.tab-content { background: none; height: fit-content; }
.footer_buttons {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  background: #ffffff;
  width: calc(100% - 25%);
  /* height: 80px; */
  padding: 4px;
  border-top: 1px solid #dddddd;
}
.question-status-sec {
  position: relative;
}
.question-status-sec ul {
  position: relative;
  margin: 0;
  padding-inline-start: 0;
}
.question-status-sec ul li {
  list-style: none;
  margin-bottom: 16px;
}
.question-status-sec ul li .q-status {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
.question-status-sec ul li .q-label {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: .3px;
  color: #3d4a5d;
}
.op-set table td {
  vertical-align: middle;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: .3px;
  color: #3d4a5d;
}
.op-set table td p { 
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: .3px;
  color: #3d4a5d;
}
.question_container {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: .3px;
  color: #3d4a5d;
}
/* Jawed css end here */

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


@media(min-width: 768px) and (max-width: 900px) {
  .mobile-full h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .question-status-sec ul li .q-label {
    font-size: 12px;
    line-height: 18px;
    width: 115px;
  }
  .mt-sm-15 { margin-top: 15px; }
}
@media(max-width:991px){
  .rqn.row .col-md-12 {
    overflow: auto;
  }

  .rqn.row .col-md-12::-webkit-scrollbar {
    width: 5px;
  }
   
   
  .rqn.row .col-md-12::-webkit-scrollbar-thumb {
    background-color: #000;
    
  }
  .col-md-2.col-sm-2 .impQ{ right: 0 !important;}
}
@media(max-width:767px){

  button.btn.btn-primary.report.float-right.mr-3.mt-sm-15{float: none !important;margin-top: 7px !important;margin-bottom: 6px;}
  /* jawed media query start */
  .xs-d-none { display: none; }
  .main-content-wp {
    flex-direction: column;
    height: auto;
  }
  .main-content-right {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    margin-bottom: 100px;
  }
  .page-top-bar { height: auto; }
  .mobile-full h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .page-top-bar .btn { margin-top: 0;}
  .mt-xs-18 { margin-top: 18px; }
  .mt-xs-15 { margin-top: 15px !important; }
  .main-content-left { 
    width: 100%; 
    /* margin-bottom: 100px; */
  } 
  .main-content-wp { margin-top: 90px; }
  .footer_buttons { width: 100%; }
  /* jawed media query end */
  
  .m-mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.li-100-mobile li {
  width: 100% !important;
  text-align: left !important;
  margin: 5px 0 !important;
}

.op-set table {
  width: 100%;
} 
.op-set table td p{ margin: 10px 0 !important;}
.op-set table td:first-child {
  width: 60px;
}

.op-set table td:first-child input{ margin-left:0px;}
#warning_div{ height:auto !important;}

}

#backbtn.is-hidden { display: none !important; }
#backbtn{ display: inline-block; }
.sidebar{ height: 100vh !important;}
.site-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #f5f5f5; /* light gray background */
  border-bottom: 1px solid #ddd;
}

.header-logo {
  height: 80px; /* small size */
  margin-right: 10px;
  background-color: white;
  border-radius: 50%;
  padding: 6px;
  margin-bottom: 10px;
  margin-top: 20px;

}

.header-title {
  font-size: 18px;
  color: #333;
  margin: 0;
}
h5.test-logo {
    color: white;
    text-align: center;
    margin-top: 5px;
}
.sidebar .sidebar-brand {
    height: 5.375rem !important;
}    

@media (max-width: 768px) {
  .test-attempt .table,
  .test-attempt .table tbody,
  .test-attempt .table tr,
  .test-attempt .table td {
    display: block;
    width: 100%;
    text-align: left; /* left align all text */
  }
  .test-attempt img,
  .test-attempt h3 {
      display: block;
      margin: 0 auto;       /* centers horizontally */
      text-align: center;   /* centers text inside h3 */
  }
  .test-attempt h3 {
     margin-top: 10px;     /* add space below logo */
  }
  .test-attempt .table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px;
    background: #f9f9f9;
  }
  .test-attempt  .table-bordered {
    border: none;
  }
  .test-attempt .table td {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 8px 10px;
  }
  .test-attempt td p {
  margin: 8px 0;          /* spacing between lines */
  line-height: 1.4;       /* readable line spacing */
  font-size: 15px;
  text-align: left;       /* ensure paragraphs stay left aligned */
  }

  .test-attempt td strong {
  font-weight: 600;
  color: #000;
  }

  .test-attempt td h2 {
  font-size: 15px;
  font-weight: 700;
  margin: 12px 0 0;
  line-height: 1.4;
  color: #444;
  text-align: left;       /* keeps NOTE aligned left */
  }
  .test-attempt .table td {
    border: none;
    border-bottom: 1px solid #eee;
    padding: 8px 10px;
  }
  .test-attempt .table td:last-child {
    border-bottom: none;
  }

  .test-attempt .table td::before {
    content: none !important; /* remove auto labels */
  }
}