/*
Template Name: OPSTEL IT - We create creative web solutions
Template URI: http://opstelit.com
Author: Opstel IT
Author URI: http://opstelit.com
Version: 1.0
*/
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
}
.container {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto 100px;
  position: relative;
  padding:0 !important;
}
a {
  text-decoration: none;
}
/*---Login Page---*/
#sign_in_area {
  height: 500px;
  background: #0810b0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 20px 20px;
}
#sign_in_area form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#main_logo {
  margin: 60px 0;
  text-align: center;
}
#main_logo p:nth-child(1) {
  color: #fff;
  font-family: Tahoma;
  font-size: 60px;
  font-weight: bolder;
  line-height: 0.8;
  letter-spacing: 0.5px;
}
#main_logo p:nth-child(1) span {
  color: #ff0000;
}
#main_logo p:nth-child(2) {
  color: #fff;
  font-family: Tahoma;
  font-size: 25px;
  font-weight: bolder;
  letter-spacing: 5px;
}
#sign_in_area form input {
  width: 300px;
  height: 40px;
  border-radius: 5px;
  margin: 10px 0;
  padding: 0 5px;
  border: none;
  outline: 0;
  box-shadow: none;
}
#sign_in_area form input[type="submit"] {
  width: 300px;
  height: 40px;
  margin: 30px 0;
  background: #ff0000;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  cursor: pointer;
}
.content {
  margin: 20px auto;
  padding: 10px;
  line-height: 2;
  text-align: center;
}
.content h1 {
  text-align: center;
  color: #0810b0;
}
.content small {
  text-align: center;
}
.form-control{
  background: #fff url(../icon/user_pch.svg) no-repeat;
  background-position:97% center;
  background-size: 18px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
}
::placeholder {
  color: #5960f1;
  font-weight: bold;
}
/*---Login Page END---*/
/*HOME PAGE*/
header{
  background:#0810b0;
  padding:10px;
  display:flex ;
  justify-content: space-between;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.header_left{
  padding:20px;
  color:#fff;
}
#logo{
  color:#fff;
}
#logo p:nth-child(1) {
  color: #fff;
  font-family: Tahoma;
  font-size: 40px;
  font-weight: bolder;
  line-height: 0.8;
  letter-spacing: normal;
  padding:5px 0;
}
#logo p:nth-child(1) span {
  color: #ff0000;
}
#logo p:nth-child(2) {
  color: #fff;
  font-family: Tahoma;
  font-size: 15px;
  font-weight: bolder;
  letter-spacing: 5px;
}
.title_section{
  margin:20px 0 10px;
}
.title_section p{
  font-size:20px;
  padding:5px 0;
}
.number_container{
  display:flex ;
  margin:10px 0;
}
#mock_num p, #partial_num p{
  font-size:35px;
  text-align: center;
}
#partial_num{
  margin:0 30px;
}
.header_right{
  display: grid;
  justify-items: right;
}
#notifications{
  position:relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:0 20px;
  box-sizing: border-box;
}
#notifications img{
  width:30px;
}
#notifications p{
  position: absolute;
  font-weight: bold;
  font-size: 12px;
  padding:5px;
  color:#0810b0;
  padding-top: 0px !important;
}
#user_img{
  width:150PX;
  height:150px;
  border-radius: 200px;
  position:relative;
  left:30px;
  background:#3141cc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#user_img img{
  width:100%;
  height:100%;
  position:absolute;
}
#mock{
  margin:20px 0 0;
  padding:0 30px;
}
.section_header{
  color:#0810b0;
  font-size:22px;
}
.main_btn_container{
  margin:20px auto;
  padding:0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_btn{
  width:60px;
  height:65px;
  text-align: center;
  cursor: pointer;
}
.main_btn_icon{
  width:60px;
  height:60px;
  background:#080fb0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.main_btn_icon img{
  width:40px;
  height:40px;
}
.main_btn small{
  display:inline-block;
  color:#0810b0;
  padding:5px 0;
}
.partial{
  margin:10px 0;
  padding:0 30px;
}
.partial_header{
  margin:30px 0 0;
  padding:0 10px;
  color:#0810b0;
  font-size: 20px;
  display:flex;
  align-items: center;
  justify-content: space-around;
}
.reg_details{
  display:inline-block;
  width:290px;
}
.line{
  height:1px;
  background-color: #0810b0;
  width:100%;
  margin-left: 10px;
}
.red_color {
  color:#ff0000;
}
.red_color {
 margin:10px 0;
}
.red_color .line{
  background-color:#ff0000;
}
.red_color_btn{
  background-color:#ff0000;
}
#practice_materials{
  margin:10px 0;
  padding:0 30px;
}
/*---Slider---*/
#slider{
  max-width: 768px;
  position: relative;
  margin:40px auto 20px;
}
@keyframes fade {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.slide {
  display: none;
  overflow: hidden;
}
.slide img {
  vertical-align: middle;
  max-width: 100%;
}
.dot_holder {
  position: relative;
  margin: auto;
  background: #d4d4dd;
  box-sizing: border-box;
  text-align: center;
}
.dot {
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active {
  background-color: red;
}
/* Fading animation */
.animation {
  animation-name: fade;
  animation-duration: 2s;
}
/*---Slider END---*/
/*---Home Page END---*/
/*---Upcoming Test Dates---*/
#dates{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin:20px 10px 10px;
  padding:0 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.dates_icon{
  width:50px;
  height:50px;
  border-radius: 10px;;
  background:#7b96fd url('../icon/upcomingtestdates.svg') no-repeat;
  background-size: 70%;
  background-position: center;
}
.date-time p{
  color:#333679;
  font-weight: bold;
}
.date-time small{
  color:#fe0000;
  font-weight: bold;
}
.remaining-seats{
  color:#787b84;
}
/*---Upcoming Test Dates END---*/
/*---Enrollment Details---*/

#enrollment_details{
  margin:20px 0 10px;
  cursor: pointer;
}
#enrollment_data{
 width:100%;
}
.enrollment_details_icon{
  width:50px;
  height:50px;
  border-radius: 10px;;
  background:#7b96fd url('../icon/upcomingtestdates.svg') no-repeat;
  background-size: 70%;
  background-position: center;
}
#enrollment_details .date-time p{
  color:#333679;
  font-weight: bold;
}
#enrollment_details .date-time small{
  color:#fe0000;
  font-weight: bold;
}
.examno-version{
  color:#787b84;
  font-weight: bold;
}
.module-type p{
  color:#333679;
  font-weight: bold;
}
.module-type small{
  color:#fe0000;
  font-weight: bold;
}
/*---Enrollment Details END---*/
/*---Results Details---*/

#result_details{
  margin:20px 0 10px;
  cursor: pointer;
}
#result_data{
 width:100%;
}
.result_details_icon{
  width:50px;
  height:50px;
  border-radius: 10px;;
  background:#7b96fd url('../icon/upcomingtestdates.svg') no-repeat;
  background-size: 70%;
  background-position: center;
}
#result_details .date-time p{
  color:#333679;
  font-weight: bold;
}
#result_details .date-time small{
  color:#fe0000;
  font-weight: bold;
}
.module-type{
  color:#787b84;
  font-weight: bold;
}
.band_score p{
  color:#333679;
  font-weight: bold;
}

/*---Results Details END---*/
/*Notice*/
#dates table{
  border-collapse: collapse;
}
#dates td {
  width:20%;
  text-align: left;
  
}
#dates .notice_short_txt{
  width:80%;
  padding-left:10px;
}
.notice_area{
  max-width:350px;
  padding:10px;
  text-align: justify;
}
.notice_area .notice_title{
  color:#0810b0;
  font-size: 20px;
  margin:10px 0;
}
.notice_area .notice_txt{
  font-size: 15px;
  margin:20px 0;
}
/*notice End*/
/*Offers*/
#dates table{
  border-collapse: collapse;
}
#dates td {
  width:20%;
  text-align: left;
  
}
#dates .offers_short_txt{
  width:80%;
  padding-left:10px;
}
.offers_area{
  max-width:350px;
  padding:10px;
  text-align: justify;
}
.offers_area .offers_title{
  color:#0810b0;
  font-size: 20px;
  margin:10px 0;
}
.offers_area .offers_txt{
  font-size: 15px;
  margin:20px 0;
}
/*offers End*/
/*Edit Profile*/
.edit_profile{
  margin:20px 0;
}
.profile-box {
  margin: 10px auto;
  text-align: center;
}
#profileImg {
  width: 200px;
}
#profileImgUrl {
  display: block;
  margin: 10px auto;
  border: solid 1px #04348c;
}
.edit_profile_btn {
  color: #fff;
  background: #04348c;
  width: 130px;
  height: 25px;
  border: none;
  border-radius: 5px;
  position: relative;
  display: block;
  margin: 20px auto;
  cursor: pointer;
}
/*Edit profile End*/
/*Change Password*/
.change_password{
  margin:20px 0;
}
.change-pass-box {
  margin: 10px auto;
  max-width: 400px;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}
.change-pass-box form {
  display:flex;
  flex-direction: column;
}
.change-pass-box form label{
  color:#080fb0;
}
.change-pass-box form input[type="password"] {
  width: 300px;
  height: 40px;
  margin:10px 0;
  padding:10px;
  box-sizing: border-box;
}
.changePass-btn {
  color: #fff;
  background: #04348c;
  width: 130px;
  height: 25px;
  border: none;
  border-radius: 5px;
  position: relative;
  display: block;
  margin: 20px auto;
  cursor: pointer;
}
/*Change Password End*/
/*404*/
.error-404 {
 width:350px;
  margin: 30px auto;
}

.error-404 p {
  color: #ff0000;
  margin: 5px 0;
}
.bg_404 {
  width: 100%;
  height: 40vh;
  background: url("../images/bg_404.svg") center center no-repeat;
  background-size: 100%;
  margin:0 auto;
}
/*404*/
/*---Apply Popup---*/
.apply_popup {
  width: 100%;
  background: rgba(255,255,255,0.9);
  position: fixed;
  height: 0;
  left: 0;
  bottom: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: height 200ms ease-out;
  text-align: center;
  box-sizing: border-box;
}
.apply_popup form{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.apply_popup input[type="text"]{
  text-align: center;
  border:none;
  background:none;
  pointer-events: none;
  font-size: 18px;
  color:#0810b0;
  margin:5px 0;
}
.apply_popup  #test_number{
  font-size: 22px;
  font-weight: bold;
}
.apply_popup  #time{
  font-size: 20px;
  font-weight: bold;
  color:#fe0000;
}
.apply_popup  #confirm{
  background: #0810b0;
  width:250px;
  height:40px;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color:#fff;
  margin:20px 0;
}
.apply_popup  .btn_cancel{
  width:250px;
  height:35px;
  border: solid 1px #fe0000;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  color:#fe0000;
  text-align: center;
}
/*---apply popup---*/
/*---Success Alert Popup---*/
.success_alert_popup {
  width: 100%;
  background: rgba(255,255,255,0.9);
  position: fixed;
  height: calc(100vh - 85px);
  left: 0;
  bottom: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: height 200ms ease-out;
  text-align: center;
  padding:10px;
  box-sizing: border-box;
}
.success_alert_popup p:nth-child(1){
  font-size: 25px;
  color:#0810b0;
  margin:10px 0;
}
.success_alert_popup .complete_check_mark{
  width:100px;
  height:100px;
  margin:20px 0;
  background: #0810b0 url('../icon/check.svg') no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 100%;
}
.success_alert_popup p{
  font-size: 18px;
  color:#0810b0;
  margin:3px 0;
}
.success_alert_popup  p:nth-child(6){
  background: #0810b0;
  width:250px;
  height:40px;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color:#fff;
  margin:20px 0;
  cursor: pointer;
}
.success_alert_popup  p:nth-child(7){
  width:250px;
  height:35px;
  border: solid 1px #0810b0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 35px;
  color:#0810b0;
  text-align: center;
  cursor: pointer;
}
/*---success alert popup---*/
/*---Error Alert Popup---*/
.error_alert_popup {
  width: 100%;
  background: rgba(255,255,255,0.9);
  position: fixed;
  height: calc(100vh - 85px);
  left: 0;
  bottom: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: height 200ms ease-out;
  text-align: center;
  padding:10px;
  box-sizing: border-box;
}
.error_alert_popup p:nth-child(1){
  font-size: 25px;
  color:#ff0000;
  margin:10px 0;
}
.error_alert_popup .wrong_check_mark{
  width:70px;
  height:70px;
  margin:20px 0;
  background: #fff url('../icon/wrong.svg') no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 100%;
}
.error_alert_popup p{
  font-size: 18px;
  color:#0810b0;
  margin:3px 0;
}
.error_alert_popup  p:nth-child(6){
  background: #0810b0;
  width:250px;
  height:40px;
  box-shadow: none;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color:#fff;
  margin:20px 0;
  cursor: pointer;
}
/*---error alert popup---*/
/*---Data Table---*/
#enrollment_data_length,#result_data_length{
  display:none;
  text-align: center;
}
table.dataTable thead th, table.dataTable thead td, table.dataTable.no-footer{
  border:none;
}
#enrollment_data, #result_data{
  padding:0 30px;
  width:100%;
}
#enrollment_data_filter,#result_data_filter {
  background-color: #0810b0;
  width:90%;
  height:40px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-items: center;
  border-radius: 10px;
  box-sizing: border-box;
}
#enrollment_data_filter label,#result_data_filter label{
  font-size: 18px;
  font-weight: bold;
  color:#fff;
}
.dataTables_wrapper .dataTables_filter{
  width:100%;
  float: none;
  display:flex;
  align-content: center;
  justify-content: center;
 
}
.dataTables_wrapper .dataTables_filter input{
  display:inline-block;
  width:300px;
  height:40px;
  border-radius: 0px;
  background-color: #fff;
}
/*---Data Table---*/
/*----Footer Section----*/
footer{
  display:flex;
  justify-content: space-between;
  position:fixed;
  bottom: 0;
  left:0;
  background-color: #0810b0;
  width:100%;
  height:25px;
  color:#fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 26px;
  padding:0 10px;
  box-sizing: border-box;
  z-index: 9999999;
}
#main_nav_btn{
  display:flex;
  position:fixed;
  bottom: 25px;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  background-color: #e9e7e8;
  height:60px;
  border-radius: 20px 20px 0 0;
  z-index: 9999999;
}
.logout{
  width:40px;
  height:40px;
  background: url(../icon/logout.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.reload{
  width:40px;
  height:40px;
  background: url(../icon/reload.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.menu{
  width:40px;
  height:40px;
  background: url(../icon/menu.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.home{
  width:40px;
  height:40px;
  background: url(../icon/home.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}
/*Mobile Navigation*/
.mobile-nav {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 0;
  left: 0;
  bottom: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: height 200ms ease-in;
}
.main-nav ul li {
  list-style-type: none;
  color: #fff;
  text-align: center;
  margin: 5px 0;
  padding: 5px 0;
  width: 180px;
  height:35px;
  background: rgba(4, 52, 140, 1);
  box-sizing: border-box;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
  border-radius: 5px;
}
.close-btn {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 30px;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}
#close {
  font-size: 40px;
  display: none;
  color:#ff0000;
}
/* RESPONSIVE SECTION */
