 @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');




/*universal*/
h1,h2,h3,h4,h5,h6
{
	  margin: 0;
}

.logoroot {
    width: auto;
    padding: 0;
}

.logo img {
    width: 210px;
}

.wrapper .logo {
	padding: 0px;
}

/*input/select fiels style*/
.form_input, .form_select
{
	background-color: rgb(255, 255, 255);
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	animation: entrance 0.5s linear 1;
	margin-bottom: 20px;
	border: none;
	border-radius: 5px;
	transition: 0.1s ease;
  font-size: 16px;
  color: rgb(92 79 79);
  position: relative;
  box-shadow: 0px 0px 8px #b2debe;
}

.form_input:focus, .form_select:focus
{
	outline: solid 2px rgb(29, 102, 255);
	border: none !important;
	box-shadow: 0px 5px 35px 0px rgba(107, 89, 211, 0.17);
}


/*select field style*/
.form_select
{
	-webkit-appearance: none;
	background-image: url(../images/dropdown.png);
	background-position: calc(100% - 20px) center;
	background-size: 10px;
	cursor: pointer;
	background-repeat: no-repeat;
	position: relative;
}
.form_select option
{
	list-style: none;
	appearance: none;
	font-size: 16px;
  font-family: "Roboto";
  color: rgb(0,0,0);
  cursor: pointer;
}
/*
select::after
{
	position: absolute;
	content: "\f063";
	font-family: FontAwesome;
}*/


/*form labels style*/
.label-text
{
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  padding-left: 5px;
  color: rgb(47, 49, 70);
}

.cam_sec{
	text-align: center;
	margin-bottom: 10px;
}

.cam_sec .box {
	width: 240px;
	height: 180px;
	border: 2px dashed #0aa;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
  }

  .cam_sec .box:hover {
	border-color: #06b6d4;
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  }

  .cam_sec .box video, 
  .cam_sec .box img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 14px;
	object-fit: cover;
  }

  .cam_sec .placeholder {
    position: absolute;
	  background: #c2ffd1;
    padding: 10px;
    border-radius: 5px;
    font-size: 32px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
  }

  .cam_sec video {
    z-index: 999;
  }

  .cam_sec .placeholder span {
	font-size: 14px;
	color: #000;
  }

  .cam_sec button {
	margin-top: 18px;
  margin-bottom: 20px;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 600;
	border: none;
	border-radius: 30px;
	background: linear-gradient(135deg, #1d5f2f, #1ca240);
	color: #fff;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0,0,0,0.15);
	transition: 0.3s;
  }

  .cam_sec button:hover {
	background: linear-gradient(135deg, #06b6d4, #0aa);
	box-shadow: 0 6px 14px rgba(0,0,0,0.2);
  }

/*form main heading style*/
.main-heading
{
  font-size: 30px;
  color: rgb(5, 17, 51);
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
  /*margin-top: -60px;*/
  margin-bottom: 15px;
}

button#btnSendOtpLer {
    border: none;
    outline: none !important;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
    margin-top: 33px;
    font-size: 18px;
    color: #444;
}

p
{
	font-family: "Roboto";
	margin: 0;
}


/*step 1*/
.step1
{
	padding-top: 25px;
}
.step1-inner{
  height: auto;
  position: relative;
  z-index: 0;
}
.wrapper
{
	  padding: 30px 0 0px;
}

.show-section {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-color: rgb(242, 249, 249);
    width: 100%;
    /*min-height: 100vh;*/
}
.card-body {
    /*min-height: 520px;*/
}
.show-exam {
    width: 100%;
    min-height: 100vh;
}


.company
{
	display: flex;
	align-items: center;
}

/*logo*/
.company .company_logo
{
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	text-align: center;
	line-height: 65px;
}
.company_logo img
{
	width: 65%;
	height: 75%;
}

/*name*/
.company .company-name
{
	margin-left: 10px;
}
.company .company-name h4
{

  font-size: 20px;
  color: rgb(47, 49, 70);
  font-weight: bold;

}
.company .company-name p
{

  font-size: 16px;
  color: rgb(171, 171, 171);
}


/*tab buttons*/
.form_tabs
{
  border-radius: 35px;
  background-color: rgb(255, 255, 255);
  width: 100%;
  box-shadow: 0px 0px 8px #b2debe;
}
.form_tabs button
{

  background-color: rgb(233, 240, 251);
  border-radius: 35px !important;
  width: 100%;
  height: 45px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.5s all ease;
  text-transform: capitalize;
  color: rgb(47, 49, 70) !important;
  border: solid 2px transparent !important;


}
.form_tabs button:hover
{
	border: none;
}

.nav-tabs
{
	border-bottom: none;
}

.form_tabs .nav-link.active
{
	background-color: rgb(29 95 47);
    color: #fff !important;
}

.login_form {
	display: flex;
	align-items: center;
}


/*multi select field style*/
.multi-select
{
	
	position: relative;
}
.multi-select select:focus
{
	outline: 0 !important;
}
.multi-select-inner
{
	border-radius: 35px;
	background-color: rgb(255, 255, 255);
	height: 67px;
	animation: entrance 1s ease forwards;
	position: absolute;
	top: 32px;
	z-index: -1;
	overflow: hidden;
	width: 100%;
}
.multi-select-inner::after
{
	position: absolute;
	content: "";
	display: block;
	background-color: rgb(231, 231, 231);
	height: 40px;
	width: 2px;
	top: 10px;
	overflow: hidden;
	left: 50%;
  

}
.multi-select select
{
	height: inherit;
	width: 100%;
	border-radius: 35px;
	position: relative;
}


/*next step button style*/
.next-btn
{
	width: 50%;
	margin-top: 30px;
	height: 40px;
}
.next-btn button
{
	width: inherit;
	height: inherit;
  background-color: rgb(29 95 47);
  font-size: 17px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 35px;
  /*border: solid 2px transparent;*/
  border: none;
  transition: 0.5s all ease;
  text-align: centers;
  /*text-transform: uppercase;*/
  position: relative;
  overflow: hidden;
}
.next-btn button:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}
.next-btn button:hover:before
{
    left: 100%;
}


/*sidebar style*/
.sidebar-slider{
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	border-radius: 25px;
	position: relative;
	padding: 20px 50px 40px;
	margin: 0 20px;
	margin-top: -45px;
	z-index: 0;
  box-shadow: 0px 0px 8px #b2debe;
}
.bg-shape
{
	position: absolute;
	top: 50px;
	left: 0;
	width: 80%;
	right: 0;
	z-index: -1;
	margin-left: auto;
	margin-right: auto;
}
.bg-shape img
{
	width: 100%;
}

/*sidebar img style*/
.sidebar-slider .carousel-caption img
{
    width: 364px;
    margin-top: 0px;
    margin-bottom: 15px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*sidebar text*/
.sidebar-slider .carousel-caption span
{

  font-size: 18px;
  color: rgb(255, 95, 99);
  text-transform: capitalize;
  margin-top: 50px;
  text-align: center;

}

/*sidebar main heading*/
.sidebar-slider .carousel-caption .main-heading
{
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 0px;

}

/*slider carousel-indicators*/
.carousel-indicators
{
	margin-bottom: 20px;
	position: static;
}
.carousel-indicators [data-bs-target]
{
	border-radius: 50%;
	height: 20px;
	transition: 0.3s ease;
	width: 20px;
  background-color: rgb(182, 206, 231);

}
.carousel-indicators .active
{

  background-color: rgb(19, 61, 236);
}
.carousel
{
	position: static;
}
.carousel-caption
{
	position: static;
}


/*step 2*/

.step2
{
	padding: 20px;
	background-color: rgb(255, 255, 255);
}
.step2_inner
{
	border-radius: 90px;
  background-color: rgb(243, 247, 254);
  height: auto;
}
.support-form .price-support
{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.support-form .price-input
{
	background: rgb(255, 255, 255);
	padding: 24px 24px 24px 30px;
	position: relative;
}
.support-form .price-input h3
{

  font-size: 24px;
  color: rgb(5, 17, 51);
  font-weight: bold;

}
.support-form input[type=radio]
{
	-webkit-appearance: none;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: 0.5s ease;
  border-radius: 50%;
  background-color: rgb(235, 241, 251);

}
.support-form input[type=radio]::after
{
	transition: 0.5s ease;
}
.support-form input[type=radio]:checked::after
{
	content: "";
  background-color: rgb(146, 219, 104);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 25% !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;

}
.perk-list
{
	margin-top: 3px;
	background-color: rgb(255,255,255);
	padding: 15px 30px;
	font-family: "Roboto";
}
.perk-list ul
{
	list-style: none;
	padding: 0;
}
.perk-list ul li
{
	margin-top: 10px;
  font-size: 16px;
}
.perk-list ul li::before
{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
  color: rgb(72, 203, 48);
	content: "\f058";
	margin-right: 10px;
}
.support-form span
{

  font-size: 20px;
  color: rgb(47, 49, 70);
  display: block;
  margin-bottom: 20px;
  font-weight: 600;

}
.support-form .head
{

  font-size: 22px;
  color: rgb(47, 49, 70);
  font-weight: bold;
  margin-bottom: 0;
}
.support-form .text
{

  font-size: 16px;
  color: rgb(129, 129, 129);
  margin-bottom: 0;
}
.support-plan-duration
{
	border-radius: 10px;

}
.support-plan-duration input[type=radio]
{
	position: relative;
	top: 0;
	right: 0;
}
.support-plan-duration label
{
	display: flex;
	align-items: center;
	position: relative;
}
.support-plan-duration .no-start::after
{
	position: relative;
}
.support-plan-duration label::after
{

	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background-color: rgb(235, 241, 251);
	left: -15px;
}
.duration-text
{
	margin-left: 10px;
}

/*thankyou-page*/

.thankyou-page
{
  border-radius: 90px;
  background-color: rgb(243, 247, 254);
  min-height: 100vh;
  overflow-x: hidden;
}
.thankyou-page-inner
{
	background: rgb(255,255,255);
  border-radius: 90px;
  width: 100%;
  position: relative;
  top: 30%;
  /*transform: translateY(50%);*/
	text-align: center;
}
.tick
{
	position: relative;
}
.done-tick
{
	width: 120px;
	height: 120px;
	border: solid 1px transparent;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-left-color: rgb(34,208,136);
  animation: rotate-circle 0.5s linear forwards;
	border-radius: 50%;
	background-color: transparent;
}


.tick i
{
	font-weight: 900;
	font-size: 50px;
	color: rgb(34,208,136);
  position: absolute;
  animation: tick-icon 0.8s linear forwards;
  top: 30%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  animation-delay: 0.5s;
}

.thankyou-page-inner h2
{
  font-size: 45px;
  color: rgb(5, 17, 51);
  margin-top: 20px;
  font-weight: bold;
}
.thankyou-page-inner p
{

  font-size: 16px;
  color: rgb(170, 170, 170);
  margin-top: 20px;
}

.thankyou-page-inner .wrapper
{
	padding: 80px 290px;
}

.nav {
    display: flex;
    flex-wrap: nowrap;
}



#sub img
{
    width: 60px;
}

.highlight
{
    border-top: solid 3px var(--primary-color) !important;
    border-bottom: solid 3px var(--primary-color) !important;

}


#error
{
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 20;
}


.invalid
{
  border: solid 2px #ff4444 !important;
  position: relative;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.split {
	height: 100vh;
	display: flex;
  }
  .left {
	width: 30%;
	background: url('your-left-image.jpg') no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	overflow-y: auto;
  }
  .logo {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .right {
	width: 70%;
	background: #f9f9f9;
	padding: 40px;
	overflow-y: auto;
  }

  .question-numbers button {
	margin: 3px;
	width: 40px;
  }

  right
{
    display: flex;
    height: auto;
    width: 100%;
    justify-content: space-between;
    margin: 0 20px;
    margin-top: 20px;
}

.sidebar_exam
{
    background-image: linear-gradient(rgba(219, 255, 229, .8), rgb(144, 170, 151, .8)), url(https://www.brainbalancecenters.com/hubfs/timed-test-visual-timer.jpeg);
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    padding-left:30px;
}
.sidebar .wrapper
{
    padding: 30px 25px;
    height: 100%;
}

.sidebar-inner
{
    color: rgb(136, 124, 124);
    display: grid;
    height: calc(100% - 70px);
    align-content: center;
    margin: 0 auto;
    width: 100%;
}
.sidebar-inner span
{
    font-size: 15px;
    color: rgb(41, 164, 202);
    text-transform: uppercase;
    line-height: 3.667;
}
.sidebar-inner h2
{
    font-size: 55px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-transform: capitalize;
}
.sidebar-inner p
{
    font-size: 18px;
    color: rgb(215, 215, 215);
    line-height: 1.556; 
}

.copyright .copyright-text
{
    font-size: 13.5px;
    color: rgb(166, 166, 166);
}
.copyright .copyright-icons i
{
    margin: 0 20px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}
.background
{
    background-image: url(../images/bg.png);
    background-size: cover;

}
.steps
{
    min-height: 100vh;
    width: 100%;
    /* background-color: rgb(83, 129, 129); */
}
#steps
{
    margin-bottom: 30px;
}

.steps .wrapper
{
    display: grid;
    min-height: 100vh;
    margin-right: auto;
    padding-left: 40px;
	padding-right: 40px;
    width: 100%;
}
.step-inner
{
    height: 100%;
}

.step-inner h2
{
    font-size: 45px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.444;
    text-transform: capitalize;
}
.step-inner p
{
    font-size: 22px;
    color: rgb(16, 26, 37);
}

.exam-info {
  background: linear-gradient(135deg, #1d5f2f99, #256437a3);
  border-radius: 14px;
  padding: 10px 15px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.exam-heading {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  border-left: 4px solid #fff;
  padding-left: 10px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: #fff;
  border-radius: 12px;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.info-item:hover {
  border-left-color: #0d6efd;
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.exam-line {
  align-items: center;
  display:flex;
  gap: 8px;
  padding: 5px 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom: 0px;
  transition: all 0.3s ease;
}

.exam-line:hover {
  background: #f0f6ff;
  transform: translateY(-2px);
}

.exam-line i {
  font-size: 16px;
  color: #1d5f2f;
}

.exam-line h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.exam-line p {
  margin: 0;
  font-family: 'arial';
  font-size: 13px;
  font-weight: 500;
  color: #555973;
}


.question-card {
	display: none;
  }
  .question-card.active {
	display: block;
  }

  .question-heading {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #063554;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
  }

  #questionNumbers button {
    width: 35px;
    height: 35px;
    margin: 6px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
  }

  /* Active question */
  #questionNumbers button.active {
    background-color: #063554;
    color: #fff;
    border: none;
    box-shadow: 0 0 8px rgba(13,110,253,0.5);
  }

  /* Answered question */
  #questionNumbers button.answered {
    background-color: #198754;
    color: #fff;
    border: none;
  }

  /* Not visited yet */
  #questionNumbers button:not(.active):not(.answered) {
    background-color: #effcff;
    color: #333;
    border: 1px solid #effcff;
  }

  #questionNumbers button:hover {
    transform: scale(1.1);
  }

  .question-box {
	flex: 1;
	padding: 25px 30px;
	display: none;
  }
  .question-box.active {
	display: block;
  }
  .question-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  
  .q-number {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    color: #1b592c;
    border-bottom: 2px solid #1d5f2f;
    padding-bottom: 2px;
    margin-right: 10px;
  }
  .option-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 10px;
	padding: 8px 15px;
	margin-bottom: 12px;
	font-size: 16px;
	text-align: left;
	transition: all 0.2s;
  box-shadow: 0px 0px 8px #b2debe;
  }
  .option-btn span {
	background: #c6dfc8;
	color: #fff;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 8px;
	margin-right: 15px;
  }
  .option-btn:hover {
	background: #e9f5ff;
  }
  .option-btn.active {
	background: #1d5f2f;
	color: #fff;
  }
  .option-btn.active span {
	background: #639570;
  }
  .option-btn span {
	background: #639570;
  }

.timer-box {
	display: inline-flex;
	align-items: center;
	background: #ceeed2;
	width: 195px;
	border-radius: 10px;
	padding: 10px 20px;
	font-family: Arial, sans-serif;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  }
  .timer-number {
	background: #063554;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	margin-right: 15px;
  }
  .timer-number span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
  }
  .timer-text {
	font-size: 14px;
	font-weight: 600;
	color: #222;
	line-height: 1.3;
  }

  .navigation-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  .navigation-buttons button{
	width: inherit;
	height: inherit;
  background-color: rgb(29 95 47);
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 35px;
  /*border: solid 2px transparent;*/
  border: none;
  transition: 0.5s all ease;
  text-align: centers;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding: 10px 30px;
}
.navigation-buttons button:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}
.navigation-buttons button:hover:before
{
    left: 100%;
}

.submit-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.submit-buttons button
{
	width: inherit;
	height: inherit;
  background-color: rgb(29 95 47);
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 5px;
  /*border: solid 2px transparent;*/
  border: none;
  transition: 0.5s all ease;
  text-align: centers;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding: 10px 30px;
}
.submit-buttons button:before
{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(90deg, transparent, #fff, transparent);
    transition: 0.5s ease;
}
.submit-buttons button:hover:before
{
  color: #fff;
  background-color: #41aa5e;
  border-color: #41aa5e;
  left: 100%;
}

  /* Navbar */
  .navbar {
    height: 80px;
    margin-top: 10px;
  }
  .navbar-nav{
	  font-size: 14px;
  }	
  .navbar-nav .nav-link {
    font-weight: 500;
    margin: 0 8px;
    color: #071437 !important;
    position: relative;
    transition: 0.3s;
  }

  .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background: #1d5f2f;
    left: 0;
    bottom: -4px;
    transition: 0.3s;
  }

  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.active::after {
    width: 100%;
  }

  /* Profile Avatar Button */
  .profile-btn {
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .profile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
  }

  /* Dropdown Card */
  .profile-dropdown {
    width: 280px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    padding: 15px;
  }

  .profile-header img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin-right: 12px;
  }

  .profile-header h6 {
    margin: 0;
    font-weight: 600;
  }

  .profile-header small {
    color: #6c757d;
  }

  /* Menu Items */
  .profile-menu a {
    display: flex;
    align-items: center;
    padding: 10px 8px;
    font-size: 15px;
    color: #333;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
  }

  .profile-menu a i {
    font-size: 18px;
    margin-right: 12px;
    color: #4c6ef5;
  }

  .profile-menu a:hover {
    background: #f5f8ff;
    color: #0d6efd;
  }

  .profile-menu .logout {
    color: #dc3545;
  }
  .profile-menu .logout i {
    color: #dc3545;
  }

  .section-heading {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 1rem;
      color: #071437;
      border-left: 5px solid #1d5f2f;
      padding-left: 10px;
    }
    .instruction-card {
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      margin-bottom: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      transition: transform 0.2s;
    }
    .instruction-card:hover {
      transform: translateY(-5px);
    }
    .instruction-card h5 {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 8px;
      color: #063554;
    }
    .instruction-card p {
      font-size: 0.95rem;
      color: #555;
      margin-bottom: 0.5rem;
    }

    .custom-card {
      border: none;
      border-radius: 12px;
      background: #ffffff;
      transition: all 0.3s ease-in-out;
    }
    
    .custom-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    
    .custom-card .card-title {
      font-weight: 600;
      color: #063554;
    }
    
    .btn-submit {
      background: #1d5f2f;
      color: #fff;
      border: none;
      padding: 10px 18px;
      border-radius: 6px;
      font-weight: 500;
      transition: all 0.3s ease;
    }
    
    .btn-submit:hover {
      background: #298040;
      color: #fff;
      box-shadow: 0 5px 15px rgba(5, 75, 152, 0.3);
      transform: translateY(-2px);
    }

    .attempt-box {
      background: #529e66;
      text-align: center;
      color: #fff;
      min-height: 160px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-top: 1px solid #fff;
    }
    
    .btn-start {
      background: #fff;
      color: #0d9aa6;
      font-weight: 500;
      padding: 8px 18px;
      border-radius: 6px;
      border: none;
      transition: all 0.3s ease;
    }
    
    .btn-start.active:hover {
      background: #1d5f2f;
      color: #fff;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    
    .btn-start.disabled {
      background: #c7e1e3;
      color: #5a6a6d;
      cursor: not-allowed;
    }

    .exam_count .exam-title {
      font-weight: 600;
      color: #063554;
      padding: 20px 0px;
  }

  .instruction_msg {
    font-weight: 600;
    color: #063554;
  }

  .instruction-list {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
  }
  .instruction-list li {
    margin-bottom: 8px;
  }
  .modal-content {
    border-radius: 12px;
    border: none;
  }
  .modal-title {
    font-size: 20px;
  }
  .modal-footer {
    background: #f8f9fa;
    border-top: none;
  }
  .btn-primary {
    background: #1d5f2f;
    border: none;
    font-weight: 500;
  }
  .btn-primary:hover {
    background: #1d5f2fd6;
  }
  .btn-primary:active {
        color: #fff;
        background-color: #1d5f2fd6;
        border-color: #1d5f2f;
   }
   .btn-primary:focus {
        color: #fff;
        background-color: #1d5f2fd6;
        border-color: #1d5f2f;
        box-shadow: 0 0 0 .25rem rgb(60 118 78 / 27%);
   }
   .btn-primary:disabled {
        color: #fff;
        background-color: #1d5f2fd6;
        border-color: #1d5f2fd6;
    }
  
  .sidebar {
    position: fixed;
    top: 80px;
    left: 0;
    height: 570px;
    width: 250px;
    background: #fff;
    transition: width 0.3s;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 18px;
    overflow: auto;
}

.sidebar::-webkit-scrollbar {
    width: 6px; /* thin scrollbar */
}

.sidebar::-webkit-scrollbar-track {
    background: transparent; 
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(150, 150, 150, 0.4); 
    border-radius: 3px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background-color: rgba(150, 150, 150, 0.6); 
}

.sidebar::-webkit-scrollbar-button {
    display: none;
}

.sidebar {
    scrollbar-width: thin;
    scrollbar-color: rgba(150, 150, 150, 0.4) transparent;
}
  
  .sidebar.collapsed {
    width: 80px;
  }
  
  .sidebar .nav-link {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #333;
    margin: 3px 10px;
  }
  
  .sidebar .nav-link i {
    font-size: 18px;
    margin-right: 10px;
    min-width: 20px;
    text-align: center;
  }
  
  .sidebar .nav-link.active {
    background: #198754;
    color: #fff;
    border-radius: 8px;
  }
  
  .sidebar .nav-link:hover {
    background: #e4fff2;
    color: #198754;
    border-radius: 8px;
  }

  .sidebar.collapsed .nav-link {
    justify-content: center;
    padding: 12px 0;
  }
  
  .sidebar.collapsed .nav-link i {
    margin-right: 0;    
    font-size: 20px;    
  }
  
  .sidebar.collapsed .nav-link span {
    display: none;
  }
  
  .content {
    margin-left: 250px;
    padding: 80px 20px 20px;
    transition: margin-left 0.3s;
    margin-bottom: 50px;
  }
  .content.expanded {
    margin-left: 70px;
  }
  
  /* Header */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px 0px 20px;
    z-index: 999;
  }
  
  .header .logo {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
  }
  
  .header .logo i {
    font-size: 26px;
    margin-right: 8px;
    color: #0d6efd;
  }
  
  /* Toggle button inside header */
  #sidebarToggle {
    margin-right: 15px;
  }
  
  .welcome-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  .stats-card {
    position: relative;
    border-radius: 15px;
    padding: 20px;
    color: #333;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    background: #fff;
    overflow: hidden;
  }
  .stats-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    z-index: 2;
    position: relative;
  }
  .bg-purple { background: #6f42c1; }
  .bg-blue { background: #0d6efd; }
  .bg-green { background: #198754; }
  .bg-orange { background: #fd7e14; }
  .welcome-image {
    max-width: 100%;
    height: auto;
  }
  /* Canvas behind content */
  .stats-card canvas {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
  }
  .stats-content {
    position: relative;
    z-index: 2;
  }

  .card-custom {
    border-radius: 15px;
    border: none;
    padding: 20px;
  }
  .stat-icon {
    font-size: 20px;
   }
  .growth-badge {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    margin-left: 6px;
  }
  .chart-card {
    border-radius: 15px;
    border: none;
    padding: 20px;
    background: #fff;
    height: 100%;
  }

  .footer-copyright-area {
    position: fixed;
    background: #198754;
    color: #fff;
    padding: 9px;
    text-align: center;
    z-index: 999;
    bottom: 0;
    width: 100%;
  }

  .footer-copyright-area p {
    font-family: "arial";
    font-size: 15px;
  }
  .modal {
    z-index: 99999;
}
/*css added by developer*/   
.option-btn {
  display: block;           
  cursor: pointer;
}

.option-btn input[type="radio"] {
  display: none;
}

.option-btn input[type="radio"]:checked + span{
  background-color: #ccc; 
  color: #fff;               
  border-color: #1d5f2f;
} 
.option-btn:has(input[type="radio"]:checked) {
  background-color: #1d5f2f; 
  color: #fff;               
  border-color: #1d5f2f;
} 
.logoindex {
    padding-top: 5px;
    margin-bottom: 0;
}
.step1index {
    padding-top: 0;
}
.wrapperindex {
    padding: 10px 0 0px;
}
.alert-list .close {
  box-sizing: content-box;
  background: transparent;
  border: 0;
}
.alert-list .alert {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
}
.exam_count .close {
  box-sizing: content-box;
  background: transparent;
  border: 0;
}
.exam_count .alert {
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
#responsepopexamAns {
    margin-top: 10px;
}
.form_input:focus, .form_select:focus {
    outline: solid 2px rgb(25 135 84);
}