/* ---------------sudip------------ */
.admin_header_position_logo {
  width: 100px;
  height: 100px;
  position: relative;
  top: 0;
  left: 0;
  background: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.login-form {
  max-width: auto;
  width: 35%;
  margin: auto;
}
.login-form .line_check {
  display: none;
}
.login-img3-body .login-form {
  border: none;
  background: none;
}
.login-form .login-img {
  font-size: 34px;
  font-weight: bold;
  text-align: inherit;
  padding-bottom: 15px;
  line-height: 35px;
}
.login-img3-body .login-form p {
  color: #000;
  line-height: 44px;
  width: 70%;
}
.login-wrap {
  padding: 0;
}
.input-group-addon i {
  position: absolute;
  left: 10px;
  z-index: 9;
  top: 16px;
}
.login-form .input-group-addon {
  padding: 0;
}
.login-form .input-group {
  width: 100%;
}
.login-form .btn:hover {
  color: #fff;
}
.mainform {
  display: flex;
}
.backimg {
  background-image: url("../images/Book.jpg");

  width: 65%;
  height: 100vh;
  background-size: cover;
  object-fit: cover;
}
.backimgAdj {
  background-image: url("../images/kids.jpg");

  width: 65%;
  height: 100vh;
  background-size: cover;
  object-fit: cover;
}

/* ---------------sudip end------------ */

#mySidenav {
  z-index: 9999;
  background: #fff !important;
}

.sidenav .colorchange a {
  color: #333;
  display: flex;
  align-items: flex-start;
}

.res-menu-side li:hover {
  background: transparent !important;
}

.sidenav .colorchange a:hover {
  color: #ef329b;
}

.sidenav .colorchange a:hover li.drop > a:after {
  color: #ef329b;
}
.video-js .vjs-big-play-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.sidenav .colorchange a img {
  filter: invert(20%) sepia(1%) saturate(1486%) hue-rotate(342deg)
    brightness(109%) contrast(105%);
}

.sidenav .colorchange a:hover img {
  filter: invert(29%) sepia(84%) saturate(2118%) hue-rotate(307deg)
    brightness(97%) contrast(94%);
}

#mySidenav {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.wrapper {
  margin-top: 0;
}
.admin_leftmenu_logo h4 {
  color: #062639;
  font-size: 13px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin-top: 2px;
}

.activedrop a span {
  color: #fff;
}

.activedrop a img {
  filter: brightness(0) invert(1) !important;
}

.activedrop ul li a {
  color: #fff !important;
}
#sidebar {
  width: 240px;
  height: 100%;
  position: fixed;
}
#sidebar > ul > li.active > ul.sub,
#sidebar > ul > li > ul.sub > li > a {
  overflow: hidden;
}

.cast_flex {
  display: flex !important;
  justify-content: space-between;
}

.selecter .cast_flex code {
  display: none;
}

.cast_flex code {
  margin-right: 20px;
  padding: 2px 5px;
  font-size: 90%;
  color: #c7254e;
  background-color: #ffffff;
  white-space: nowrap;
  border-radius: 3px;
  font-weight: 700;
  font-size: 12px;
}

#mySidenav {
  width: 240px;
}

.admin_leftmenu_logo {
  color: #fff;
  text-align: center;
  width: 240px;
  display: block;
}

.admin_leftmenu_logo img {
  width: 150px;
}

.sidenav {
  padding-top: 0px;
}

.sidenav a {
  font-size: 20px;
}

.sidenav {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  transition: 0.3s;
  /* padding-top: 10px; */
  display: block;
}

.res-menu-side {
  margin: 0;
  padding: 0 !important;
}

.res-menu-side img {
  width: 15px;
}

.drop ul {
  margin: 0;
  padding: 0 !important;
}

.drop ul li:hover {
  color: #fff;
}

.sidenav a {
  color: #d0d8df;
  text-decoration: none;
  display: block;
  padding: 15px 0 15px 10px;
  font-size: 13px;
  font-weight: 300;
  outline: none;
}

.res-menu-side li a {
  text-align: left;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 35px !important;
  margin-left: 50px;
  color: #fff;
}

.res-menu {
  margin-left: 0;
  font-size: 30px;
  display: block !important;
  color: #fff;
}

.nav-logo-holder {
  width: 120px;
  height: 120px;
  background: #000;
  border-radius: 50%;
  margin: 0px auto 30px;
  display: flex;
  align-items: center;
  padding: 5px;
  justify-content: center;
}

/*.nav-logo-holder img{
display: none;
}*/
.res-menu {
  display: none !important;
}

.res-menu-side li.drop ul {
  /* background: #eee; */
  background: #042638;
}

.res-menu-side li {
  width: 240px;
}

.res-menu-side li:hover {
  background: #0a6798;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.res-menu-side li a:focus {
  text-decoration: none;
}

.res-menu-side li.drop ul li {
  height: 0px;
  overflow: hidden;
  transition: 0.3s;
}

.res-menu-side li.drop.activedrop ul li {
  transition: 0.3s !important;
  height: 35px;
}

.res-menu-side li > ul li a {
  padding: 7px 0 10px 10px;
  color: #fff;
  text-transform: capitalize !important;
}

.notificationbump {
  padding: 5px;
  background: #ff551e;
  border-radius: 50%;
  float: right;
  margin-right: 4px;
  margin-top: 6px;
}

.res-menu-side li {
  list-style: none;
  margin: 0 !important;
}

.drop {
  background: transparent;
  margin: 0;
  padding: 0;
}

li.drop > a {
  position: relative;
  padding-right: 30px !important;
  margin: 0 !important;
  background-color: transparent !important;
}

li.activedrop > a {
  background-color: #083750 !important;
}

li.drop > a:after {
  position: absolute;
  font-family: "ElegantIcons";
  font-style: normal;
  font-weight: normal;
  font-weight: 400;
  content: "\35";
  right: 10px !important;
  top: 54% !important;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.3s;
  color: #333;
  font-size: 13px !important;
  margin: 0 10px 0 5px !important;
}

li.drop.activedrop > a:after {
  transform: translateY(-50%) rotate(90deg);
}

.res-menu {
  display: block !important;
  position: absolute;
}

.side_drop {
  font-size: 15px;
  width: 23px;
  text-align: center;
  margin: 0 15px 0 5px;
}

.res-menu-side img {
  width: 22px;
  margin: 0 12px 0 7px;
}

.selecter .admin_leftmenu_logo {
  width: 70px;
  overflow: hidden;
  border: solid 7px transparent;
}

.selecter .admin_leftmenu_logo img {
  width: 100px;
}

.selecter .admin_leftmenu_logo h4 {
  display: none;
  transition: 0.3s;
}

.selecter li.drop > a {
  width: 70px;
}

.selecter .sidenav a span {
  transition: 0.3s;
  display: none;
}

#mySidenav {
  z-index: 9999;
  background: linear-gradient(
    157deg,
    rgba(92, 131, 171, 1) 0%,
    rgba(10, 103, 152, 1) 0%,
    rgba(5, 5, 5, 1) 100%
  );
}

.checkbox {
  position: relative;
  line-height: 13px;
  padding-left: 0;
}

.checkbox .container {
  display: block;
}

/* Hide the browser's default radio button */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.green.checkbox input:checked ~ .checkmark {
  background-color: #61c108;
}

.red.checkbox input:checked ~ .checkmark {
  background-color: #f00;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.checkbox .checkmark:after {
  content: "\f00c";
  font-family: "FontAwesome";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.commentDet {
  width: 70%;
  text-align: center;
}

.right_defolt_coments h3 {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  background: #333;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.right_defolt_coments h3 p {
  margin-bottom: 0;
}

.right_defolt_coments ul {
  padding-left: 0;
  max-height: 470px;
  overflow-y: auto;
}

.right_defolt_coments ul li {
  background: #085176;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}

.right_defolt_coments ul li:nth-child(even) {
  background: #0c6998;
}

.right_defolt_coments ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #0a4e6f;
  opacity: 0;
}

.right_defolt_coments ul::-webkit-scrollbar {
  width: 4px;
  background-color: #0a4e6f;
  opacity: 0;
}

.right_defolt_coments ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #fff;
  opacity: 0;
}

.popup_adjudicator {
  position: fixed;
}

.popup_adjudicator h2 {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
}

.close_popup {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.user_final_testgrade {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.user_final_testgrade span {
  margin-left: 50px;
}

/* ============ Ani 9-3-22 ============= */

.modal-header {
  padding: 1rem 1rem;
}

.form_header {
  /* font-family: 'Montserrat', sans-serif; */
  font-weight: 800;
  color: #4f4f6f;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 0;
}

#support_msg {
  height: 200px;
}

.input_holder textarea {
  border-radius: 10px;
}

.input_holder input,
.input_holder select {
  border: 2px solid #cadddf;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 10px;
  height: 45px;
  outline: none;
  -webkit-border: 2px solid #cadddf;
  -webkit-border-radius: 50px;
  -webkit-padding: 5px 15px;
  -webkit-font-size: 10px;
  -webkit-outline: none;
}

.input_holder textarea {
  border: 2px solid #cadddf;
  border-radius: 50px;
  padding: 15px 15px;
  font-size: 10px;
  height: 145px;
  outline: none;
  -webkit-border: 2px solid #cadddf;
  -webkit-border-radius: 50px;
  -webkit-padding: 5px 15px;
  -webkit-font-size: 10px;
  -webkit-outline: none;
  border-radius: 10px;
}

.input_holder input[type="submit"] {
  border: none;
  color: #fff;
  font-size: 10px;
  width: 150px;
  border-radius: 50px;
  padding: 5px 0;
  height: 40px;
}

.widthFull {
  width: 98%;
}

.input_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
  width: 100%;
}

.modal-header {
  display: block !important;
  padding: 20px;
}

.widget .padd,
.modal-body {
  padding: 13px 15px;
}

.text-center {
  text-align: center !important;
}

.modal-header .close {
  font-weight: 300;
  font-size: 24px;
  margin-top: 0;
  position: absolute;
  top: 3px;
  right: 5px;
}

.modal-content {
  width: 90%;
  margin: 0 auto;
  border-radius: 5px;
}

.logo_and_other_details_holder h5 {
  padding-left: 0px;
}

.right_defolt_coments ul {
  height: 409px;
  max-height: 750px;
}

.video-js .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ============ Ani 9-3-22 End============= */

.adjudicator_content_holder_meed {
  background: #fff;
}

.adjudicator_bg {
  background: #fff !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 0px 0;
  min-height: 100vh;
}

.logo_and_other_details_holder h4 {
  font-size: 22px;
  color: #333;
}

.logo_and_other_details_holder h5 {
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 500;
}

.container-castom-adjudicator {
  width: 100%;
}

.logo_and_other_details_holder {
  width: 25%;
}

.adjudicator_content_holder_bottom {
  width: 50%;
  background: #fff;
}

.icon_btn_holder {
  width: 25%;
  justify-content: space-evenly;
}

.video_panel {
  display: flex;
  align-items: center;
  padding: 20px;
}

.score_flexer {
  display: flex;
  align-items: end;
  gap: 10px;
}

.score_thirty {
  width: 15%;
}

.score_seventy {
  width: 85%;
}

.adjudicator_content_holder_bottom input {
  height: 45px;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  border: 0;
}

.adjudicator_content_holder_bottom textarea {
  height: 45px;
  border-radius: 5px;
  padding: 10px;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  border: 0;
}

.logo_and_other_details_holder h6 {
  font-size: 13px;
  color: #333;
}

.icon_btn_holder div a img {
  height: 50px;
  width: auto;
  filter: invert(59%) sepia(68%) saturate(555%) hue-rotate(48deg)
    brightness(92%) contrast(100%);
}

.icon_btn_holder div:nth-child(3) a img {
  filter: none !important;
}

.button-style {
  padding: 4px 6px;
  font-size: 12px;
  color: #ef329b;
  background: #fff;
  font-weight: 100;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  border-radius: 3px;
}

.button-style:hover {
  color: #333;
}

.bottom_marking {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #eee;
}

.marking_grade {
  width: 35%;
}

.marking_grade ul {
  margin: 0;
  padding-left: 20px;
}

.marking_grade h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.marking_grade ul li {
  font-size: 14px;
  line-height: 30px;
  color: #333;
  font-weight: 500;
}

.marking_grade ul li i {
  color: #062639;
}

.adjudicator_content_holder_bottom label {
  font-size: 12px;
  display: block;
  line-height: 15px;
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
}

.icon_btn_holder div a p {
  color: #333;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 0;
  margin-top: 12px;
  font-weight: 600;
}

.last_div {
  width: 10% !important;
}

.submitButtonAdj {
  width: 150px;
}

.submitButtonAdj input[type="submit"] {
  font-size: 18px;
  margin-top: 0;
}

.right_defolt_coments {
  width: 55%;
}

.video-js {
  width: 100%;
  height: 350px;
}

.video_player {
  padding: 10px;
  /* width: 85%; */
  margin: 0 auto;
}

.user_final_testgrade:first-child {
  margin-top: 20px;
}

#scoreEdit {
  display: none;
  border: none;
  border-radius: 4px;
  padding: 0 10px;
  margin-bottom: 5px;
}
.adjudicator_content_holder_bottom textarea {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  padding: 10px;
}
.adjudicator_content_holder_bottom label {
  margin-bottom: 0;
  font-size: 12px;
  display: block;
  line-height: 15px;
  color: #333;
}
.adjudicator_content_holder_bottom h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.adjudicator_content_holder_bottom h4 {
  font-size: 13px;
  position: absolute;
  color: #333;
  bottom: -60px;
}
.adjudicator_content_holder {
  height: 90vh;
}
.adjudicator_content_holder_upper {
  border-radius: 10px;
  padding-top: 0;
  height: 350px;
}
.adjudicator_content_holder_upper video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.adjudicator_content_holder {
  display: block;
}
.adjudicator_content_holder_upper h2 {
  font-size: 28px;
  font-weight: 500;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
.adjudicator_content_holder_upper h2 span {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}
.adjudicator_content_holder_meed {
  background: rgba(0, 0, 0, 0.644);
  padding: 10px;
  border-radius: 5px;
  height: 105px;
}
@media only screen and (max-width: 768px) {
  /* / ----------------------------sudip  mobile------------------ / */
  .backimgAdj,
  .backimg {
    display: none;
  }
  .login-form {
    width: 100%;
    margin-top: 200px;
  }
}
