 @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');


body {
    font-family: 'Poppins', sans-serif;
}
.headingsummary {
    background: #ab3566;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
	text-align:center;
}
/*universal*/
h1,h2,h3,h4,h5,h6
{
	  margin: 0;
}

.logo_front {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.logo img {
    width: 45px;
    margin: 10px 10px 10px 25px;
	float: left;
}
.dname {
	font-size: 18px;
    font-weight: 700;
}
.rname {
	font-size: 12px;
    color: #000;
	font-weight: 400;
}
.logotext {
    margin-top: 16px;
}
.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, #ab3566, #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: 5px;
    background-color: rgb(144 28 77);
    width: 100%;
    height: 45px;
}
.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: #901c4d;
    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: #ab3566;
  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%;
}


/*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, #ab356699, #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: #ab3566;
}

.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: #ab3566;
    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 #ab3566;
    padding-bottom: 2px;
    margin-right: 10px;
	width: 110px;
  }
  .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: #ab3566;
	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%;
}

  

  /* 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 #ab3566;
      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: 4px;
      transition: all 0.3s ease-in-out;
    }
    
    .custom-card .card-title {
      font-weight: 600;
      color: #063554;
    }
    
    .btn-submit {
      background: #2b566b;
      color: #fff;
      border: none;
      padding: 10px 18px;
      border-radius: 6px;
      font-weight: 500;
      transition: all 0.3s ease;
    }
    
    .btn-submit:hover {
      background: #151d4c;
      color: #fff;
      box-shadow: 0 5px 15px rgba(5, 75, 152, 0.3);
      transform: translateY(-2px);
    }

    .attempt-box {
      background: #c33764;
      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: #ab3566;
      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: #2b566b;
    border: none;
    font-weight: 500;
  }
  .btn-primary:hover {
    background: #151d4c;
  }
  .btn-primary:active {
        color: #fff;
        background-color: #151d4c;
        border-color: #ab3566;
   }
   .btn-primary:focus {
        color: #fff;
        background-color: #151d4c;
        border-color: #ab3566;
        box-shadow: 0 0 0 .25rem rgb(60 118 78 / 27%);
   }
   .btn-primary:disabled {
        color: #fff;
        background-color: #c33764;
        border-color: #ab3566d6;
    }
  
  .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: #ab3566;
    color: #fff;
    border-radius: 8px;
  }
  
  .sidebar .nav-link:hover {
    background: #ab356617;
    color: #ab3566;
    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: 75px;
    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: #ab3566; }
  .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: linear-gradient(174deg, #c33764 33%, #1d2671 112%);
    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: #ab3566;
} 
.option-btn:has(input[type="radio"]:checked) {
  background-color: #ab3566; 
  color: #fff;               
  border-color: #ab3566;
} 
.logoindex {
    padding-top: 5px;
    margin-bottom: 0;
}
.step1index {
    padding-top: 0;
}
.wrapperindex {
    padding: 50px 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 #ab3566;
}

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

.dash_title {
  border-right: solid 1px #ab3566;
}

.timer_exam {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 600px) {
  .logo_front {
    display: block;
  }
  .top-nav .brand-title {
    font-size: 20px!important;
    font-weight: 700;
  }
  .pm_text{
    margin-top: 22px;
  }
  .marquee-text {
    white-space: normal !important; 
    font-size: 11px!important;
    padding: 5px;
  }
  .login-card {
    width: 100% !important;
  }
  .sidebar {
    display: none!important;
  }
  .content {
    margin-left: 0px !important;
  }
  .dash_deatil {
    display: block;
  }
  .dash_title {
    border-right: none !important;
  }
  .dash_date {
    margin-top: 10px;
  }
  .dname {
    font-size: 12px !important;
  }
  #questionview .background {
    background: #fff!important;
  }
  #questionview .background .container{
    padding: 0px !important;
  }
  .steps .wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .q-number {
    font-size: 18px !important;
  }
  .question-title {
    font-size: 14px !important;
  }
.timer_exam {
    display: flex;
    justify-content: Center !important;
  }
  .navigation-buttons {
    padding: 10px;
    display: block !important;
  }

  .navigation-buttons button {
    margin-right: 0px !important;
    font-size: 12.5px !important;
    padding: 10px 20px !important;
  }
  .sidebar_exam {
    /*min-height: 80vh !important;*/
  }
  #result_view button {
    margin-bottom: 10px;
  }
  .summaryans .ms-5 {
    margin-left : 0px!important;
  }

}


.quiz-banner {
  background: #e5e7ea;
  padding: 40px;
  border-radius: 8px;
}

.quiz-card {
  color: #fff;
  border-radius: 10px;
  padding: 25px;
  position: relative;
}

.quiz-title {
  font-size: 34px;
  font-weight: 700;
  color: #ffd54d;
}

.quiz-sub {
  font-size: 22px;
}

.stat-box {
  background: #8a6587;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  width: 110px;
}

.stat-box h2 {
  margin: 0;
  font-weight: 500;
  font-size: 2.875em;
}

.login-btn {
  background: #c8343c;
  color: #fff;
  padding: 10px 25px;
  font-weight: 600;
}

.section-title {
  font-weight: 700;
  margin-bottom: 10px;
}

.terms li {
  margin-bottom: 8px;
  line-height: 1.9;
}

.quiz-card img{
  box-shadow: 0px 0px 4px #757887;
}

.inner_title {
  display: flex;
  gap: 10px;
}

.inner_title img{
  width: 50px;
}

.inner_btn {
  padding: 10px;
  background: #FFF0F3;
  border: 1px solid #F09EAD;
  border-radius: 6px;
  display: inline-block;
  color: #701C33;
  margin-left: 8px;
  font-size: 13px;
}

.inner_btn:hover {
  background: #701C33;
  color: #fff;
}

.header_title {
  border-bottom: 1px solid #23ba82;
    padding-bottom: 10px;;
}

.about_quiz h2 {
  font-size: 1.125em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.quiz_condition h2 {
  font-size: 1.125em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.about_quiz h2:before {
  content: "";
  background: url(../images/about_icon.png) 0 0 no-repeat;
  width: 42px;
  height: 43px;
  display: inline-block;
  vertical-align: top;
  margin: -13px 10px 10px 0;
}
.quiz_condition h2:before {
  content: "";
  background: url(../images/term_icon.png) 0 0 no-repeat;
  width: 42px;
  height: 43px;
  display: inline-block;
  vertical-align: top;
  margin: -13px 10px 10px 0;
}

.quiz_condition h2:before {
  width: 52px;
}

.quiz_time {
  color: #6d6d6d;
  overflow: hidden;
}

.quiz_time .start-date {
  float: left;
  margin-right: 15px;
}

.quiz_time .end-date {
  float: left;
}

.quiz_time .start-date span {
  color: #288507;
}

.quiz_time .end-date span {
  color: #854207;
}

.login-box {
  max-width: 420px;
  margin: auto;
  padding: 30px;
  border-radius: 6px;
}

.login-box .login-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.login-box .btn-main {
  background: #2b566b;
  color: #fff;
  font-size: 15px;
  line-height: 1.8;
  border-radius: 4px;
}

.login-box .btn-main:hover {
  background: #6a7f85;
  color: #fff;
}

.login-box .divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.login-box .divider::before,
.login-box .divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ddd;
}

.login-box .divider .or {
  background: #e5e5e5;
  border: 1px solid #b9babe;
  border-radius: 100%;
  color: #000;
  content: "or";
  display: table-cell;
  font-size: 14px;
  height: 34px;
  left: 45%;
  line-height: 16px;
  padding: 7px;
  text-align: center;
  bottom: 4px;
  width: 34px;
}

.login-box .divider span {
  padding: 0 10px;
  color: #888;
  font-size: 14px;
}

.login-box .social-btn {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 11px;
  background: #fff;
}

.login-box .social-btn:hover {
  background: #f7f7f7;
}

.login-box .parichay-box {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  margin-top: 10px;
}

.login-box .small-text {
  font-size: 13px;
}

.form-control {
  font-size: 14px;
  border-radius: 4px!important;
  padding: 8px 12px;
}

input:focus-visible {
  outline-offset: 0px;
}

.forgot_btn {
  text-decoration: none;
  color: #ff9537;
}
.account_user .account-title {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.account_user  .profile-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.account_user  .profile-box img {
  width: 60px;
}

.account_user  .badge-card {
  background: linear-gradient(90deg, rgba(193, 57, 138, 1) 50%, rgba(32, 188, 130, 1) 100%);
  color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.account_user  .badge-circle {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
}

.account_user  .quiz-point {
  background: rgba(255, 255, 255, 0.25);
  padding: 10px 15px;
  border-radius: 20px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.account_user  .menu-link {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  color: #333;
  text-decoration: none;
}

.account_user  .menu-link.active {
  color: #e3314f;
  font-weight: 600;
}

/* right table */
.account_user  .activity-title {
  color: #ff3cb5;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.account_user  .table thead {
  background: #e3314f;
  color: #fff;
}

.account_user  .quiz-name {
  font-weight: 600;
}

.account_user  .icon-btn {
  font-size: 22px;
  cursor: pointer;
  margin-left: 10px;
}

.profile_status {
  display: flex;
  gap: 10px;
}

.profile_status p{
  font-size: 15px;
}

table {
  background: #f5f5f5;
  border-collapse: separate;
  box-shadow: inset 0 1px 0 #fff;
  font-size: 12px;
  line-height: 24px;
  margin: 30px auto;
  text-align: left;
}

#user_result th {
  background: #b24589;
  border: none;
  color: #fff;
}

/*header csss put */
body {
            
            background: #f4f7f6;
        }

        /* Header */
        .top-nav {
			background-image: url("../images/bg-pattern-1.12c27dc2a770cac6.png");
        }
        .top-nav .brand-title {
            font-size: 22px;
            font-weight: 700;
        }
        .top-nav small {
            font-size: 15px;
            color: #000;
        }
        .top-nav a {
            margin-left: 25px;
            font-weight: 500;
            color: #555;
			text-decoration: none;
        }
        .top-nav a:hover {
            color: #7a294a;
        }

        /* Hero Section */
        .hero-sec {
            padding: 50px 0 70px;
			background: #e9f1f0;
        }
		.hero-login {
            padding: 35px 0 70px;
			background: #e9f1f0;
        }
		
        .hero-heading {
            font-size: 22px;
            font-weight: 800;
            color: #000;
        }
        .hero-sub {
            color: #000;
			font-size: 15px;
			text-align: justify;
			font-weight: 500;
        }
        .hero-image-box {
            background: #ffffff;
            padding: 18px;
            border-radius: 20px;
            box-shadow: 0px 10px 30px rgba(0,0,0,0.12);
			min-height: 390px;
        }
        

		.login-card {
		  background: #ffffff;
		  border-radius: 12px;
		  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
		  overflow: hidden;
		}

		.login-header {
		  background-color: #8b1435;  /* top maroon bar */
		  color: #ffffff;
		  padding: 16px 24px;
		  font-weight: 600;
		  display: flex;
		  align-items: center;
		  gap: 8px;
		  font-size: 15px;
		}

		.login-header i {
		  font-size: 16px;
		}

		.login-body {
		  padding: 24px;
		}

		.form-label {
		  font-size: 13px;
		  font-weight: 500;
		  margin-bottom: 4px;
		  color: #333333;
		}

		.form-control {
		  font-size: 14px;
		  border-radius: 8px;
		  padding: 8px 12px;
		}

		.captcha-wrapper {
		  display: flex;
		  align-items: center;
		  gap: 8px;
		}

		.captcha-box {
		  background-color: #f5f7f9;
		  border-radius: 8px;
		  padding: 8px 16px;
		  font-size: 15px;
		  letter-spacing: 1px;
		  color: #333333;
		  border: 1px solid #dde1e6;
		}

		.captcha-refresh {
		  width: 32px;
		  height: 32px;
		  border-radius: 50%;
		  border: none;
		  background-color: #f5f7f9;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  cursor: pointer;
		}

		.btn-login {
		  width: 100%;
		  border-radius: 8px;
		  background-color: #8b1435;
		  border-color: #8b1435;
		  font-size: 14px;
		  padding: 9px 0;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  gap: 6px;
		  color: #ffff;
		}
		.btn-login:hover {
			color: var(--bs-btn-hover-color);
			background-color: #8b1435ba;
			border-color: #8b1435c7;
			color: #ffff;
		}

		.btn-login i {
		  font-size: 14px;
		}

		.forgot-text {
		  margin-top: 10px;
		  font-size: 12px;
		  text-align: center;
		  color: #666666;
		}

		.forgot-text a {
		  color: #8b1435;
		  text-decoration: none;
		  font-weight: 500;
		}

		.forgot-text a:hover {
		  text-decoration: underline;
		}

			/* Features Section */
			.features-sec {
				padding: 35px 0;
			}
			.sec-title {
				font-size: 30px;
				font-weight: 800;
			}
			.feature-box-login {
				background: #e9f1f0;
				padding: 22px;
				border-radius: 12px;
				box-shadow: 0 4px 10px rgba(0,0,0,0.06);
				height: 100%;
			}
			.feature-box-login:hover{
				background: #e9f1f091;
			}
			.feature-box {
				background: white;
				padding: 22px;
				border-radius: 12px;
				box-shadow: 0 4px 10px rgba(0,0,0,0.06);
				height: 100%;
			}
			.feature-box i {
				font-size: 32px;
				color: #8b224a;
			}
			.feature-box-login i {
				font-size: 32px;
				color: #8b224a;
			}
			.feature-title {
				font-weight: 700;
				margin-top: 44px;
			}
			.feature-desc {
				font-size: 14px;
				color: #666;
			}

			/* Guidelines */
			.guidelines-sec {
				background: #e9f1f0;
				padding: 35px 0;
			}
			.guide-box {
				background: white;
				border-radius: 12px;
				padding: 25px;
				box-shadow: 0 4px 15px rgba(0,0,0,0.07);
				height: 100%;
				border-top: 4px solid;
			}
			.g1 { border-color: #23a570; }
			.g2 { border-color: #c13232; }
			.g3 { border-color: #d7ae0b; }

			.guide-title {
				font-size: 20px;
				font-weight: 700;
			}
			.guide-list li {
				margin-bottom: 6px;
				font-size: 15px;
			}
			/* Footer Exact Matching PDF */
			.pd-footer {
				background: url("../images/footer_new.71a4b3ca93357ad4.png");
				color: #f7e9eb;
				padding-top: 45px;
				background-size: cover;
				background-position: center;
				background-repeat: no-repeat;
			}

			.footer-title {
				font-size: 20px;
				font-weight: 700;
				color: black;
				margin-bottom: 8px;
			}

			.footer-sub {
				font-size: 15px;
				color: black;
				margin: 0;
			}

			.footer-desc {
				font-size: 13px;
				color: black;
				line-height: 1.5;
				margin-bottom: 6px;
			}

			.footer-links {
				list-style: none;
				padding: 0;
				margin: 0;
			}

			.footer-links li {
				margin-bottom: 6px;
			}

			.footer-links a {
				color: black;
				font-size: 13px;
				text-decoration: none;
			}

			.footer-links a:hover {
				text-decoration: underline;
				color: #ff9300;
			}

			.footer-copy {
				background: #6a1632;
				color: #f7e9eb;
				font-size: 13px;
				border-top: 1px solid rgba(255,255,255,0.2);
			}
			.logoimg {
				width: 55%;
			}
			.logotext {
				position: absolute;
				margin-left: 100px;
			}
			.proinfo {
				background: hsla(0, 0%, 100%, .6);
				padding: 1px 5px;
				border-radius: 5px;
			}
			.cmh {
				font-weight: 600;
				font-size: 96%;
				    height: 3px;
			}
			.cmdg {
				font-size: 12px;
				color: #000;
			}
			
			.marquee-wrapper {
				background: linear-gradient(90deg,rgba(193,57,138,1) 0%,rgba(32,188,130,1) 50%,rgba(193,57,138,1) 100%);
			}

			.marquee-text1 {
				display: inline-block;
				white-space: nowrap;
				 padding:8px 15px;
				font-weight:600;
				font-size: 14px;
				color: #fff;
			}
			.marquee-text {
				display: inline-block;
				white-space: nowrap;
				font-weight: 400;
				font-size: 14px;
				color: #fff;
				transform: translateX(100%);
				animation: marquee-rtl 100s linear infinite;
			}
			.marquee {
				overflow: hidden;
				white-space: nowrap;
				position: relative;
			}
			@keyframes marquee-rtl {
				from {
					transform: translateX(25%);
				}
				to {
					transform: translateX(-100%);
				}
			}
			.btn-lang {
				color: #fff;
				font-size: 75%;
				padding: 2px 8px;
				border-radius: 10px;
				margin: 0 4px;
				background: #2b566b;
			}
			.btn-langlink {
				color: #fff;
				font-size: 75%;
				padding: 2px 8px;
				margin: 0 4px;
				text-decoration: none;
				font-weight: bold;
			}
			.btn-langlink i{
				margin-right:3px;
			}
			.btn-lang:hover {
				background: #2b566be3;
				color: #fff;
			}
			.headertop {
				background: rgb(193, 57, 138);
				background: linear-gradient(90deg, rgba(193, 57, 138, 1) 0%, rgba(32, 188, 130, 1) 50%, rgba(193, 57, 138, 1) 100%);
			}
			.goog-te-banner-frame.skiptranslate,
			body > .skiptranslate {
				display: none !important;
			}
			body {
				top: 0px !important;
			}
			.loginsec {
				background: linear-gradient(rgb(254 240 255 / 48%), rgb(255 255 255 / 31%)), url(assets/images/pdgorbanner.png);
				background-size: cover;
			}	
			.centertextheader {
				font-weight: 700;
				font-size: 15px;
				padding: 5px 10px;
				border-radius: 5px;
				border: 1px solid black;
				background: white;
			}
			.logingtext {
				margin-top: -15px;
				margin-bottom: 5px;
			}
			@media screen and (max-width: 600px) {
				.centertextheader {
					margin-top: 20px;
				}
			}
			.sliderdoc {    
				position: absolute;
				width: 40%;
				margin-top: 15px;
				right: 50px;
			}
			.pdgorlink:hover {
				text-decoration: underline;
				color: #ff9300;
			}
			.pdgorlink {
				color: black;
				text-decoration: none;
			}