@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", system-ui;
  font-style: normal;
}

.height-going-zero{
  width: 0;
  height: 0;
  transition: height 500ms;
}

input::placeholder {
  font-size: 14px;
  color: gray; 
  font-weight: regular;
}

select option{
  font-size: 14px;
  color: #111111; 
  font-weight: regular;
}

select{
  font-size: 14px;
  color: gray; 
  font-weight: regular;
}

body {
  background-color: #f3f5f9;
}

.span-danger{
  font-size: 0.7rem;
  color: red;
}

.loader-overlay {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.disable-click {
  pointer-events: none;
}

.d-none {
  display: none;
}

.sidebar-wrapper {
  display: flex;
  position: relative;
}

.sidebar-wrapper .sidebar {
  width: 250px;
  height: 100%;
  background: #000;
  padding: 10px 0px;
  position: fixed;
}

.sidebar-wrapper .sidebar h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.sidebar-wrapper .sidebar ul li {
  padding: 15px;
  border-bottom: 1px solid #bdb8d7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.sidebar-wrapper .sidebar ul li a {
  color: #bdb8d7;
  display: block;
}

.sidebar-wrapper .sidebar ul li a .fa {
  width: 25px;
}

.sidebar-wrapper .sidebar ul li:hover {
  background-color: #7d777717;
}

.sidebar-wrapper .sidebar ul li:hover a {
  color: #fff;
}

.sidebar-wrapper .sidebar .social_media {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.sidebar-wrapper .sidebar .social_media a {
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  line-height: 45px;
  text-align: center;
  margin: 0 5px;
  color: #bdb8d7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sidebar-wrapper .main_content {
  width: 100%;
  margin-left: 250px;
}

.sidebar-wrapper .main_content .header {
  padding: 10px;
  background: #000;
  color: #fff;
  border-bottom: 1px solid #e0e4e8;
}

.sidebar-wrapper .main_content .info {
  margin: 20px;
  color: #717171;
  line-height: 25px;
}

.sidebar-wrapper .main_content .info div {
  margin-bottom: 20px;
}


/* calender */

.calender-wrapper {
  margin: 15px auto;
  max-width: 1100px;
}

.container-calendar {
  background: #ffffff;
  padding: 15px;
  max-width: 500px;
  margin: 0 auto;
  overflow: auto;
}

.button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #dbdbdb;
  color: #1c1b1b;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 5px 15px;
}

.table-calendar {
  border-collapse: collapse;
  width: 100%;
}

.table-calendar td,
.table-calendar th {
  padding: 5px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: top;
}

/* 
.date-picker.selected {
  font-weight: bold;
  outline: 1px dashed #00BCD4;
} */

.date-picker.selected span {
  border-bottom: 2px solid currentColor;
}

.date-picker-free-slot {
  background-color: rgb(185, 250, 87);
  cursor: pointer;
}

.date-picker-exam-slot {
  background-color: rgb(160, 78, 204);
}

.date-picker.booked {
  background-color: rgba(182, 180, 180, 0.844);
}

.date-picker-selected {
  background-color: rgba(46, 76, 242, 0.849);
  color : #ffff;
}

.date-picker-same-set {
  background-color: rgba(248, 135, 14, 0.849);
  color : #ffff;
}

.venue_name_color {
  background-color: #FFFFFF;
  width: 58%;
  padding: 2%;
  color: #153db6;
  /* text-align: center; */
  /* color: #219df0ea; */
}

.name_color_package {
  background-color: #a7c6f2;
  width: 58%;
  padding: 2%;
  color: #2c2c2d;
  font-weight: 600;
  /* text-align: center; */
  /* color: #219df0ea; */
}

.offer_names_font{
  font-size: 1rem;
  font-weight: 500;
  color: #363434;
}

.register_form_label{
  font-size: 1rem;
  font-weight: 400;
  color: #494646;
}

.change_date_in_calendar {
  background-color: #FFFFFF;
  width: 42%;
}

.selected_time_slot {
  background-color: red;
}

/* sunday */
.date-picker:nth-child(1) {
  color: rgb(0, 0, 0);
}

/* friday */
.date-picker:nth-child(6) {
  color: green;
}

#monthAndYear {
  text-align: center;
  margin-top: 3px;
}

#S-monthAndYear {
  text-align: center;
  margin-top: 3px;
}

#M-monthAndYear {
  text-align: center;
  margin-top: 3px;
}

.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}

.monthAndYearCalenderButton {
  display: inline-block;
  /* margin-left: 30%; */
  /* text-align: center; */
  flex-grow: 1;
}

#previous {
  float: left;
}

#next {
  float: right;
}

#S-previous {
  float: left;
}

#S-next {
  float: right;
}

#M-previous {
  float: left;
}

#M-next {
  float: right;
}

.footer-container-calendar {
  margin-top: 1.5em;
  border-top: 1px solid #dadada;
  padding: 15px 0;
}

.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #585858;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}

.section-button:hover {
  background-color: #0cd5f0;

}


.moderator-calender-venue-name {
  padding: 0 37px;
}


/* login page including student start */

.left-side-div {
  background: #EBEBFF;
}

.right-side-div {
  background: #FFF;
}

.login-not-student {
  color: #4e4e51;
  text-align: left;
  font-family: Roboto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;

  padding: 7rem 2rem 5rem 0rem;
}

/* .login-student {
  color: #3A3A3C;
  text-align: left;
  font-family: Roboto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;

  padding: 4rem 2rem 5rem 0rem;
} */

.login-student {
  color: #3A3A3C;
  text-align: left;
  font-family: Roboto;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;

  padding: 1rem 2rem 3rem 0rem;
}

.form-container {
  margin: 0rem 3rem 0rem 3rem;
}

.form-container-student {
  margin: 0 5rem 0 0;
}

.form-login-label {
  color: #494b51;
  font-family: Roboto;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}

.submit-login-form {
  border-radius: 0.25rem;
  background: #035388;

  color: #FFF;
  font-family: Roboto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600
}

.submit-login-form-student {
  border-radius: 0.25rem;
  background: #4361EE;
  color: #FFF;
  font-family: Roboto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.25rem;
  border: none;
}

.background-image {
  /* background-image: url({{ asset('images\login\login_background_student_panel.jpg') }}); */
  /* background: url(../images/login/login_background_student_panel.png); */
  background: url('public/images/login/login_background_student_panel.png');
  /* Add the blur effect */
  filter: blur(20px);
  -webkit-filter: blur(20px);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.base-div {

}

.uploaded_photo_wrapper{
  width: 100%;
}

.exam-image-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
}


.image-buttons{
  padding: 0 0 0 1.5rem;
}

/* .login-ui {
  border-radius: 0.75rem;
  border: 0.5px solid #E8E7E7;
  
  box-shadow: 0px 0px 14px 0px rgba(118, 115, 115, 0.12);
  margin: 4rem 0 0 0 ;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

.login-ui {
  border-radius: 0.75rem;
  border: 0.5px solid #E8E7E7;
  /* background: url(../images/login/login_background_student_panel.png); */
  box-shadow: 0px 0px 14px 0px rgba(118, 115, 115, 0.12);
  margin: 4rem 0 0 0;
  padding: 0 0 5rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* .student-login-photo {
  width: 100%;
} */

.student-login-photo {
  width: 95%;
  margin: 1rem 1rem 1rem 2rem;
}

.login-student-mobile-view {
  display: none;
}

input[type=checkbox] {
  transform: scale(1.3);
}

input[type=radio] {
  transform: scale(1.3);
}


/* .title-subtitle-wrapper{
  position: relative;
  height: 5rem;
} */

.mock-app-title{
  font-size: 2rem;
  color: #4361EE;
  padding: 0 0 0 0;
  margin: 1.25rem 0 0.75rem 0;
}

.mock-app-subtitle{
  position: absolute;
  bottom: 0;
  right: 0;

  font-size: 1rem;
  color: #DB0068;
  padding: 0 0 0 0;
}

.student-panel-login-image-wrapper{
  margin: 1rem 1rem 2rem 1rem;
  text-align: center;
}

.student-panel-login-image-wrapper img{
  width: 35%;
}

.student-panel-login-field-input-wrappers{
  margin: 0 0 1.75rem 0;
}

.examCandidateListForMark{
  border-top: 1px solid #313131;
}

/* login page including student end */

@media screen and (max-width:479px){
  .student-login-photo {
    width: 100%;
    height: auto;
    margin: 0.3rem 0.2rem 0.3rem 0.2rem;
  }

  .login-ui {
    border-radius: none;
    border: none;
    background: none;
    box-shadow: none;
    margin: 2rem;
    /* padding: 3rem; */
  }

  .login-student {
    display: none;
  }

  .login-student-mobile-view {
    /* width: 100%; */
    display: block;
    color: #4C4D4E;
    text-align: center;
    font-family: Roboto;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 2rem;
  }

  .form-container-student {
    margin: 0rem 0rem 0rem 0rem;
  }

  .form-login-label {
    color: #1D2026;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
  }

  input,
  input::placeholder {
    font: 0.9rem;
  }

  .edit-details-page-header{
    color: #2f2e2e;
  }


  .mock-app-title{
    font-size: 1.5rem;

  }

  .mock-app-subtitle {
    position: absolute;
    bottom: 10px;
    right: 0;
    font-size: 1rem;
    color: #DB0068;
    padding: 0 0 0 0;
  }

  .login-student-mobile-view{
    font-size: 1.5rem;
  }

  .student-panel-login-image-wrapper img{
    width: 80%;
  }

}

@media screen and (min-width:480px) and (max-width:575px){
  
/* }

@media screen and (max-width:574px) { */

  /* login page including student panel */

  .student-login-photo {
    width: 100%;
    height: auto;
    margin: 0.3rem 0.2rem 0.3rem 0.2rem;
  }

  .login-ui {
    border-radius: none;
    border: none;
    background: none;
    box-shadow: none;
    margin: 2rem;
    /* padding: 3rem; */
  }

  .login-student {
    display: none;
  }

  .login-student-mobile-view {
    /* width: 100%; */
    display: block;
    color: #4C4D4E;
    text-align: center;
    font-family: Roboto;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 3rem;
  }

  .form-container-student {
    margin: 0rem 0rem 0rem 0rem;
  }

  .form-login-label {
    color: #1D2026;
    font-family: Roboto;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
  }

  input,
  input::placeholder {
    font: 0.9rem;
  }

  .edit-details-page-header{
    color: #2f2e2e;
  }

  .student-panel-login-image-wrapper img{
    width: 75%;
  }
}

@media screen and (min-width:576px) and (max-width:767px){
  .login-student{
    text-align: center;
  }

  .form-container-student{
    margin: 0 2rem 2rem 2rem;
  }

  .student-panel-login-image-wrapper img{
    width: 50%;
  }

  .student-login-photo {
    width: 95%;
    margin: 1rem 1rem 1rem 1rem;
  }
}

@media screen and (min-width:768px) and (max-width:991px){
  .login-student{
    text-align: left;
    font-size: 1.5rem;
    padding: 1rem 0rem 2rem 0rem;
  }

  .form-container-student{
    margin: 0 2rem 2rem 2rem;
  }

  .mock-app-title{
    font-size: 1.5rem;
    color: #4361EE;
    padding: 0 0 0 0;
  }

  
  .student-login-photo {
    width: 110%;
    margin: 1rem 1rem 1rem 1rem;
  }

  .login-ui{
    padding: 0 0 2rem 0;
  }

}


/* @media screen and (min-width:768px) and (max-width:991px){
  .login-student{
    text-align: center;
  }

  .form-container-student{
    margin: 0 2rem 2rem 2rem;
  }
} */

@media screen and (min-width:992px) and (max-width:1199px){
  .login-student{
    text-align: left;
    font-size: 1.5rem;
    padding: 1rem 0rem 2rem 0rem;
  }

  .mock-app-title {
    font-size: 2rem;
    color: #4361EE;
    padding: 0 0 0 0;
    margin: 0.5rem 0 0.75rem 0;
  }

  
}


@media screen and (min-width:1200px) and (max-width:1399px){
  .login-student{
    text-align: left;
    font-size: 1.5rem;
    padding: 1rem 0rem 2rem 0rem;
  }
}


@media screen and (min-width:1400px) and (max-width:1800px){
  .login-student{
    text-align: left;
    font-size: 1.5rem;
    padding: 1rem 0rem 2rem 0rem;
  }
}