@charset "utf-8";

/*-----------------------------------
#   Fonts 
------------------------------------*/
    
@font-face {
    font-family: 'Khand';
    src: url('../fonts/Khand-Light.eot');
    src: url('../fonts/Khand-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Khand-Light.woff2') format('woff2'),
        url('../fonts/Khand-Light.woff') format('woff'),
        url('../fonts/Khand-Light.ttf') format('truetype'),
        url('../fonts/Khand-Light.svg#Khand-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/Khand-Bold.eot');
    src: url('../fonts/Khand-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Khand-Bold.woff2') format('woff2'),
        url('../fonts/Khand-Bold.woff') format('woff'),
        url('../fonts/Khand-Bold.ttf') format('truetype'),
        url('../fonts/Khand-Bold.svg#Khand-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/../fonts/../fonts/Khand-Medium.eot');
    src: url('../fonts/../fonts/../fonts/Khand-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/../fonts/../fonts/Khand-Medium.woff2') format('woff2'),
        url('../fonts/../fonts/../fonts/Khand-Medium.woff') format('woff'),
        url('../fonts/../fonts/../fonts/Khand-Medium.ttf') format('truetype'),
        url('../fonts/../fonts/../fonts/Khand-Medium.svg#Khand-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/../fonts/Khand-SemiBold.eot');
    src: url('../fonts/../fonts/Khand-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/../fonts/Khand-SemiBold.woff2') format('woff2'),
        url('../fonts/../fonts/Khand-SemiBold.woff') format('woff'),
        url('../fonts/../fonts/Khand-SemiBold.ttf') format('truetype'),
        url('../fonts/../fonts/Khand-SemiBold.svg#Khand-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Khand';
    src: url('../fonts/Khand-Regular.eot');
    src: url('../fonts/Khand-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Khand-Regular.woff2') format('woff2'),
        url('../fonts/Khand-Regular.woff') format('woff'),
        url('../fonts/Khand-Regular.ttf') format('truetype'),
        url('../fonts/Khand-Regular.svg#Khand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*-----------------------------------
#   Common Css 
------------------------------------*/

body {
  height: 100%;
  font-size: 14px;
  line-height: 1;
  font-family: 'Khand';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  background-color: #FFF;
  transition: background 0.2s linear;
  padding: 0;
  margin: 0;
}

.container {
  max-width: 1400px;
  clear: both;
  width: 100% !important;
}


ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: none !important;
  color: inherit;
  transition: 0.3s ease;
}

@media(hover: hover){
  a:hover{
      color: inherit;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  margin: 0;
}

/*---------------------------
# Selection
----------------------------*/
::selection {
  background: #023E93;
  color: #ffffff;
}
::-webkit-selection {
  background: #023E93;
  color: #ffffff;
}
::-moz-selection {
  background: #023E93;
  color: #ffffff;
}
::-o-selection {
  background: #023E93;
  color: #ffffff;
}
::-ms-selection {
  background: #023E93;
  color: #ffffff;
}

/*---------------------------
# PlaceHolder
----------------------------*/

::-webkit-input-placeholder {
    color: #817284 !important;
    opacity: 1;
}
::-moz-placeholder {
    color: #817284 !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #817284 !important;
    opacity: 1;
}
:-moz-placeholder {
    color: #817284 !important;
    opacity: 1;
}

/*---------------------------
# form CSS
----------------------------*/

.form-group {
  margin-bottom: 25px;
}

.form-control {
  font-size: 18px;
  font-family: 'Khand';
  line-height: 20px;
  padding: 15px 16px;
  height: 60px;
  border-radius: 6px;
  border-color: #B4B5C4;
  color: #898888;
  background-color: #FFF;
  font-weight: 500;
}

.form-control:focus {
  color: #898888;
  background-color: #fff;
  border-color: #B4B5C4;
  outline: 0;
  box-shadow: none;
}


.form-select {
  display: block;
  width: 100%;
  padding: 18px 16px 16px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 18px;
  font-weight: 500;
  height: 60px;
  color: #898888;
  background-color: #fff;
  background-image: url(../img/icons/down.svg);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 18px;
  border: 1px solid #B4B5C4;
  border-radius: 6px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.form-control:focus {
  color: #898888;
  background-color: #fff;
  border-color: #B4B5C4;
  outline: 0;
  box-shadow: none;
}

textarea.form-control {
  height: 120px;
  resize: none;
}







/*----------------------------------
# Validate form Validation  CSS
-----------------------------------*/

span.is-invalid {
  display: block;
  width: 100%;
  margin-top: .25rem;
  font-size: 1em;
  color: #dc3545;
}

.form-control.is-invalid,
.form-control.is-valid {
  background-image: none !important;
}





/*-------------------------------------
  # Banner Section Css
--------------------------------------*/
.banner {
  padding: 80px 50px;
  position: relative;
  z-index: 1;
  height: 100vh;
}

.online-paper {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 30px 25px;
  border: 1px solid #ddd;
}
.logo {
  text-align: center;
  margin-bottom: 40px;
}
.logo a img {
  width: 250px;
}
.exam-list ul li {
  margin-bottom: 20px;
 
}
.exam-list ul li a {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  background: rgb(6,91,242);
  background: linear-gradient(90deg, rgba(6,91,242,1) 0%, rgba(81,177,254,1) 100%);
  border-radius: 10px;
  padding: 13px 15px 10px;
  border: 2px solid transparent;
  background-origin: border-box;
  transition: all ease .4s;
  display: inline-block;
  width: 100%;
}
.exam-list ul li a:hover {
  color: #333333;
  box-shadow: 2px 1000px 1px #fff inset;
}
.paper-info {
  padding: 250px 0px 0 160px;
}
.paper-info h1 {
  font-size: 50px;
  color: #2186FF;
  font-weight: bold;
  letter-spacing: 1px;
}
.paper-info p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 34px;
}

/* Login Page Css */

.login-info {
  background: rgb(6,91,242);
  background: linear-gradient(0deg, rgba(6,91,242,1) 0%, rgba(81,177,254,1) 100%);
  padding: 20px 50px 50px;
}
.login-info .logo-box {
  text-align: center;
}
.login-info .logo-box a img {
  width: 300px;
}
.login-info ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.login-info ul li a img {
  width: 90px;
}
.login-access h2 {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}
.login-access p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 70px;
}

.username {
  background-image: url(../img/icons/username.svg);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 18px;
  padding: 15px 50px 14px 16px;
}
.password {
  background-image: url(../img/icons/eye.svg);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 18px;
  padding: 15px 50px 14px 16px;
}

.btn-block .btn {
  background-color: #000000;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  border-radius: 6px;
  width: 100%;
  transition: all ease .4s;
}
.btn-block .btn:hover {
  background-color: #C62520;
}
.login-access .form-group {
  margin-bottom: 40px;
}

.exam-instructions {
  padding: 50px;
}
.exam-instructions h2 {
  color: #0071B7;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.exam-instructions ul li {
  color: #717070;
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: baseline;
  padding-bottom: 10px;
  line-height: 30px;
}
.exam-instructions ul li img {
  margin-right: 10px;
}
.login-info .img-block img {
  width: 100%;
  padding: 15px;
}



/* Header Css */

.header {
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 0 5px #ddd;
}
.logo-blue img {
  width: 200px;
}
.log-out  {
  text-align: right;
}
.log-out a {
  color: #0166AC;
  font-weight: 500;
  font-size: 20px;
}
.log-out a:hover {
  color: #C62520;
}
.table-box {
  padding: 15px 0;
}
.table-box table {
  background-color: #CEF7D9;
  border-radius: 4px;
}
.table-box table td {
  padding: 10px;
  border: 1px solid #d7d7d7;
  font-weight: 500;
  color: #333333;
  font-size: 16px;
}
.exam-instructions.appear {
  padding: 15px 0;
}


.time-lefts {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
}
.time-lefts h3 {
  font-weight: 600;
  color: #333333;
  font-size: 16px;
  margin-right: 10px;
}
.time-lefts span {
  background-color: #257DF9;
  font-weight: 600;
  font-size: 16px;
  padding: 9px 10px 5px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  margin: 0 5px;
  letter-spacing: 1px;
}
.time-lefts strong {
  font-weight: 600;
  color: #000;
  font-size: 28px;
}
.header .btn-block {
  text-align: right;
}
.header .btn-block a {
  border: 1px solid #257DF9;
  padding: 10px 15px 7px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  color: #257DF9;
  font-weight: 500;
  display: inline-block;
  transition: all ease .4s;
}
.header .btn-block a:hover {
  border: 1px solid #C62520;
  color: #C62520;
}
.full-test {
  background-color: #F2F2F2;
  padding: 10px 0; 
}
.full-test .test {
  display: flex;
  align-items: center;
}
.full-test h4 {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #ddd;
}
.full-test .test a {
  background: rgb(6,91,242);
  background: linear-gradient(90deg, rgba(6,91,242,1) 0%, rgba(81,177,254,1) 100%);
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px 8px;
  border-radius: 2px;
  transition: all ease .4s;
  text-align: center;
}
.full-test .test a:hover {
  background-color: #C62520;
  color: #fff;
}

.marks-wrap {
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #EFEFEF;
}
.marks-wrap h3 {
  font-weight: 600;
  color: #000;
  font-size: 16px;
}
.marks-info {
  display: flex;
  align-items: center;
}
.marks-info p {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  padding-right: 10px;
}
.marks-info .one {
  background-color: #27AE60;
  color: #fff;
  border-radius: 2px;
  padding: 6px 15px 2px;
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
.marks-info .two {
  background-color: #C0392B;
  color: #fff;
  border-radius: 2px;
  padding: 6px 15px 2px;
  font-weight: 600;
  font-size: 16px;
}
.marks-wrap .form-control {
  width: 90px;
  height: 30px;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 16px;
}
.marks-wrap .form-select {
  background-size: 14px;
}
.marks-wrap .col-form-label {
  font-weight: 600;
  color: #333333;
  font-size: 16px;
}
.report {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
.report img {
  width: 16px;
  margin-right: 5px;
}
 
.question-info {
  padding: 15px 0;
}
.question-info h5 {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.question-info ul li {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  color: #333333;
  display: flex;
  align-items: center;
}
.question-info ul li .form-check {
  padding-left: 35px;
  min-height: 0;
  padding-top: 2px;
}
.question-info ul li .form-check-input {
  margin-top: -2px;
  width: 15px;
  height: 15px;
}
.save-text {
  background-color: #F2F2F2;
  padding: 25px 0px;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.clear-response a {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  background: rgb(6,91,242);
  background: linear-gradient(90deg, rgba(6,91,242,1) 0%, rgba(81,177,254,1) 100%);
  border-radius: 4px;
  text-align: center;
  padding: 6px 20px;
}

.answered-sheet .user-block {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F2F2F2;
  padding: 10px 18px;
  margin-bottom: 25px;
}
.answered-sheet .user-block img {
  width: 30px;
  margin-right: 10px;
}
.answered-sheet .user-block h3 {
  color: #333333;
  font-weight: 500;
  font-size: 18px;
}
.visited {
  padding: 0 15px;
}
.visited ul li {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}
.visited ul li span {
  background-color: #27AE60;
  padding: 2px 5px 1px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  margin-right: 3px;
  letter-spacing: 1px;
}
.test-info {
  background-color: #B4DBED;
  padding: 10px 15px 7px;
  margin-top: 16px;
}
.test-info h4 {
  color: #333333;
  font-weight: 600;
  font-size: 16px;
}
.test-info h4 span {
  font-weight: 500;
}
.numbring {
  padding: 15px 5px 15px 15px;
  border-bottom: 1px solid #AADDF3;
  overflow-y: scroll;
  height: 300px;
}
.numbring li {
  background-color: #fff;
  padding: 7px 0px 5px;
  border: 1px solid #333333;
  color: #333333;
  font-size: 16px;
  margin: 0 5px 10px 0;
  letter-spacing: 1px;
  display: inline-block;
  font-weight: 500;
  width: 44px;
  text-align: center;
}
.numbring .yellow-wrap {
  background-color: #FFA500;
  border: 1px solid #fff;
  color: #fff;
}
.numbring .green-wrap {
  background-color: #27AE60;
  color: #fff;
  border: 1px solid #fff;
}

.instructions a {
  background-color: #A9D0F5;
  border: 1px solid #96BEE3;
  padding: 10px 10px;
  color: #333333;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  width: 49%;
  transition: all ease .4s;
} 
.instructions a:hover {
  background-color: #C0392B;
  border: 1px solid #fff;
  color: #fff;
}
.instructions {
  padding: 20px;
}
.submit-test {
  background: rgb(6,91,242);
  background: linear-gradient(90deg, rgba(6,91,242,1) 0%, rgba(81,177,254,1) 100%);
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  padding: 12px 15px;
  text-align: center;
  margin: 0 20px 12px;
}

.modal-title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}
.modal-header {
  background: rgb(6,91,242);
  background: linear-gradient(90deg, rgba(6,91,242,1) 0%, rgba(81,177,254,1) 100%);
  padding: 10px 15px;
}
.btn-close {
  background: none;
  background-image: url(../img/icons/close.png);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 30px;
  padding: 0.5rem 2.5rem !important;
  margin: -0.5rem -0.5rem -0.5rem auto;
  opacity: 1;
}
.btn-close:focus {
  box-shadow: none;
}
.exam-instructions.appear.instructions-model {
  padding: 0;
}

.submit-info {
  border: 15px solid #ffffff26;
  padding: 30px;
  border-radius: 10px;
  width: 760px;
  margin: 20px auto 0;
}
.successfully {
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 50px;
  text-align: center;
}
.successfully h2 {
  font-weight: 600;
  font-size: 42px;
  color: #fff;
  margin-bottom: 30px;
}
.successfully a {
  font-weight: 500;
  font-size:24px;
  color: #fff;
  text-decoration: underline;
  transition: all ease .4s;
  margin-bottom: 40px;
  display: inline-block;
}
.successfully a:hover {
  color: #ED3237;
}
.successfully h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
}
.successfully ul li {
  display: inline-block;
  padding: 0 6px;
}
.successfully ul li a {
  margin-bottom: 0;
}
.successfully ul li a img {
  width: 46px;
}
.submit-paper {
  min-height: 100vh;
}
.cinfirm-btn h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  padding: 15px 50px;
  line-height: 26px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 21px;
}
.cinfirm-btn ul {
  text-align: center;
}
.cinfirm-btn ul li {
  display: inline-block;
}
.cinfirm-btn ul li a {
  background-color: rgb(6,91,242);
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  padding: 12px 54px;
  text-align: center;
  margin: 0 5px 12px;
  display: inline-block;
}
a.cancel-btn {
  background-color: #C72520 !important;
}




/*------------------------------------
  sidebar new css
-------------------------------------*/
.question {
  position: relative;
}
.tp-right-box {
  position: absolute;
  right: 0;
  top: -54px;
  bottom: 0;
  width: 300px;
  background: #fff;
  z-index: 41;
} 
.closed-sidebaar {
  width: 0;
}
 
.open-sidebaar {
  width: -300;
}
.sidebar-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9edf7;
}
.toggle-sidebar-btn.closed {
  left: -16px;
}
.toggle-sidebar-btn {
  position: absolute;
  width: 16px;
  height: 50px;
  background: #333;
  top: 290px;
  bottom: 0;
  border: none;
  outline: 0;
  border-radius: 2px 0 0 2px;
  margin: auto 0;
  left: -17px;
  color: #fff;
  padding: 0;
  font-size: 80%;
  display: block;
}
.toggle-sidebar-btn.closed .tb-arrow-left-thin {
  display: inline-block;
}
.toggle-sidebar-btn .tb-arrow-left-thin {
  display: none;
}
.answered-sheet {
  background-color: #D9EDF7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  min-height: 90vh;
}
.closed-sidebaar .answered-sheet {
    display: none;
}
.logo-box.siirm-logo a img {
  width: 250px;
  margin-bottom: 20px;
}



/* Overall Performance Summary Css */

.summary {
  padding: 40px 0;
}
.summary h2 {
  font-size: 24px;
  color: #0071B7;
  font-weight: 600;
  margin-bottom: 25px;
}
.summary .performance {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px #ddd;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.summary .overall {
  display: flex;
  align-items: center;
}
.summary .overall .img-block {
  background-color: #e3164e;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-right: 10px;
}
.summary .overall .img-block img {
  width: 33px;
}
.summary .overall .test-wraps h4 {
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
.summary .overall .test-wraps h4 span {
  color: #939393;
}
.summary .overall .test-wraps p {
  font-weight: 500;
  font-size: 20px;
  color: #939393;
}
.summary .grap-info {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
  border-radius: 4px;
}
.summary .grap-info img {
  width: 100%;
}
.summary .grap-info h3 {
  font-size: 22px;
  color: #0071B7;
  font-weight: 600;
  margin-bottom: 10px;
}