/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
	font-family: Ubuntu-Regular;
	src: url('../fonts/ubuntu/Ubuntu-Regular.ttf');
}

@font-face {
	font-family: Ubuntu-Bold;
	src: url('../fonts/ubuntu/Ubuntu-Bold.ttf');
}

@font-face {
	font-family: JosefinSans-Bold;
	src: url('../fonts/JosefinSans/JosefinSans-Bold.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Ubuntu-Regular, oswaldregular;
}

/*---------------------------------------------*/
a {
	font-family: Ubuntu-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #428bca;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #1b3815;
}

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	text-align: center;
	background-color: #eee;
	padding: 6px;
	font-weight: bold
}

p {
	font-family: Ubuntu-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

/* input:focus {  */
/*     outline: none !important; */
/*     border-color: #719ECE; */
/*     box-shadow: 0 0 10px #719ECE; */
/* } */
input[type="number"] {
	/* 	-moz-appearance: textfield; */
	/* 	appearance: none; */
	/* 	-webkit-appearance: none; */
	
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button
	{
	/* 	-webkit-appearance: none; */
	
}

textarea {
	outline: none;
	border: none;
}

textarea:focus, input:focus {
	border-color: transparent !important;
}

input::-webkit-input-placeholder {
	color: #1b3815;
}

input:-moz-placeholder {
	color: #1b3815;
}

input::-moz-placeholder {
	color: #1b3815;
}

input:-ms-input-placeholder {
	color: #1b3815;
}

textarea::-webkit-input-placeholder {
	color: #1b3815;
}

textarea:-moz-placeholder {
	color: #1b3815;
}

textarea::-moz-placeholder {
	color: #1b3815;
}

textarea:-ms-input-placeholder {
	color: #1b3815;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
	/*font-family: Ubuntu-Regular;*/
	font-size: 1.3rem;
	color: #999999;
	line-height: 1.4;
}

.txt2 {
	font-family: Ubuntu-Regular;
	font-size: 12px;
	color: #3d7de0;
	line-height: 1.4;
}

/* forgot password link */
.txt3 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #1f6199;
    cursor: pointer;
    border-bottom: 1px dashed #b5cee8;
    padding-bottom: 2px;
    display: inline-block;
}

.txt3:hover {
    color: #0d3b66;
    border-bottom-color: #1f5f9e;
    text-decoration: none;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-login100 {
	width: 100%;
	min-height: 79vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	/* 	align-items: center; */
	/*   padding: 15px; */
	position: relative;
	background-color: #fff;
}

.wrap-login100 {
/*	width: 80%;
	height: 300px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	-webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
	margin-left: 10%;*/
    background: #ffffff;
    border-radius: 36px 36px 32px 32px;
    box-shadow: 0 25px 45px -14px rgba(0, 44, 75, 0.25), 0 12px 28px -12px rgba(0, 30, 60, 0.2);
    padding: 2.2rem 1.8rem 2.5rem 1.8rem;
    border: 1px solid rgba(255,255,255,0.7);
    width: 100%;
    height: auto;
    backdrop-filter: blur(2px);
    transition: all 0.2s;
    margin: 0 auto;
}

/*==================================================================
[ Form ]*/
.login100-form {
	width: 100%;
	position: relative;
}

.login100-form-title {
/*	font-family: Ubuntu-Bold;
	font-size: 21px;
	color: #fff;
	line-height: 0.2;
	text-align: center;
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #3d7de0;
	padding-top: 28px;
	padding-bottom: 22px;*/
    display: block;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #1a3f5c;
    text-align: center;
    margin-bottom: 2.2rem;
}
.login100-form-title i {
    margin-right: 10px;
    opacity: 0.55;
    font-size: 1.9rem;
}
/*------------------------------------------------------------------
[ Input ]*/
.wrap-input100 {
/*	width: 100%;
	background-color: #fff;
	border-radius: 27px;
	z-index: 1;*/
    position: relative;
    width: 100%;
    background-color: #f4faff;
    border-radius: 30px;
    border: 1.5px solid transparent;
    margin-bottom: 1.2rem;
    transition: background 0.1s;
}

.wrap-input100 .input100 {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    height: 64px;
    padding: 0 28px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1b3349;
    outline: none;
    border-radius: 30px;
    font-family: 'Inter', sans-serif;
}

/* focus border effect (pure css) */
.wrap-input100 .focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    pointer-events: none;
    border: 2px solid #1f6199;
    border-radius: 32px;
    opacity: 0;
    transition: opacity 0.2s;
}

.input100:focus + .focus-input100 {
    opacity: 1;
}

/*.input100 {
	font-family: Ubuntu;
	font-size: 16px;
	color: #1b3815;
	line-height: 1.2;
	position: relative;
	display: block;
	width: 100%;
	height: 36px;
	background: #ebebeb;
	border-radius: 27px;
	padding: 0 35px 0 35px;
}*/

/*------------------------------------------------------------------
[ Focus Input ]*/
/*.focus-input100 {
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 31px;
	background-color: #ebebeb;
	pointer-events: none;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.input100:focus+.focus-input100 {
	width: calc(100% + 20px);
}*/

/* validation badge (email / password) */
.wrap-input100[data-validate]:after {
    content: attr(data-validate);
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #2b6190;
    background: #e2edf9;
    padding: 5px 16px;
    border-radius: 40px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0.9;
    pointer-events: none;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.login100-form-btn {
/*	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 32px;
	background-color: #3d7de0;
	border-radius: 25px;
	font-family: Ubuntu-Bold;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;*/
    background: #1d3f5e;
    border: none;
    height: 66px;
    border-radius: 50px;
    padding: 0 25px;
    font-weight: 600;
    font-size: 2rem;
    color: white;
    background: linear-gradient(115deg, #1b4f77, #123c5c);
    box-shadow: 0 18px 26px -12px #0d2f48;
    transition: 0.15s;
    letter-spacing: 0.8px;
    border: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.login100-form-btn:hover {
	/*background-color: #1b3815;*/
    background: linear-gradient(115deg, #1f5780, #194468);
    box-shadow: 0 22px 30px -12px #0b283b;
    transform: translateY(-2px);
}
/* sign up label */
#lblSignUp {
    /*font-size: 1rem;*/
    font-weight: 600;
    background: #ecf3fb;
    padding: 12px 36px;
    border-radius: 60px;
    color: #1a4b75;
    display: inline-block;
    border: 1px solid #d2e0f0;
    cursor: pointer;
    transition: background 0.1s;
}

#lblSignUp:hover {
    background: #dfeaf7;
    color: #113e60;
}

/* bootstrap 3 tweaks: remove gutter on nested row */
.row-nogutter > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
}

/*------------------------------------------------------------------
[ Alert validate ]*/
.validate-input {
	position: relative;
}

.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	z-index: 1000;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 14px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	pointer-events: none;
	font-family: Ubuntu-Bold;
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.alert-validate::after {
	content: "\f06a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	z-index: 1100;
	color: #c80000;
	font-size: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px;
}

.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}

/* extra small devices (phones, up to 767px) */
@media (max-width: 767px) {
    body {
        padding: 10px 8px;
    }
    .wrap-login100 {
        padding: 1.8rem 1.2rem 2rem 1.2rem;
        border-radius: 28px;
    }
    .login100-form-title {
        font-size: 1.7rem;
        margin-bottom: 1.8rem;
    }
    .wrap-input100 .input100 {
        height: 58px;
        padding: 0 20px;
        font-size: 0.95rem;
    }
    .wrap-input100[data-validate]:after {
        padding: 4px 12px;
        font-size: 0.65rem;
        right: 10px;
    }
    #captcha {
        height: 48px;
        font-size: 1.3rem;
        letter-spacing: 4px;
        border-radius: 18px;
    }
    #captchaTextBox {
        height: 48px;
        border-radius: 18px;
        font-size: 0.9rem;
        padding-left: 12px;
    }
    #sendOtpBtn_l {
        height: 48px;
        font-size: 0.85rem;
        border-radius: 18px;
    }
    .small-link {
        font-size: 0.75rem;
    }
    .otp-input {
        height: 52px;
        font-size: 1rem;
        letter-spacing: 3px;
        border-radius: 26px;
    }
    .login100-form-btn {
        height: 58px;
        font-size: 1.15rem;
    }
    #lblSignUp {
        padding: 10px 24px;
        font-size: 0.9rem;
    }
    .text-right, .text-left {
        text-align: center !important; /* better tap targets */
    }
    .col-xs-4 .text-right {
        padding-right: 8px;
    }
}

/* small devices (tablets, 768px-991px) fine tune */
@media (min-width: 768px) and (max-width: 991px) {
    .wrap-login100 {
        padding: 2rem 1.5rem;
    }
    #captcha {
        font-size: 1.4rem;
        letter-spacing: 5px;
    }
}

/* preserve original left/right spacers on large */
.hidden-xs.hidden-sm {
    display: block !important;
}

@media ( max-width : 992px) {
	.alert-validate::before {
		visibility: visible;
		opacity: 1;
	}
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/
@media ( max-width : 576px) {
	.login100-form {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*///////////////[ Header ]///////////////////////*/
.header {
	text-align: center;
	background: #3d7de0;
	height: 30px;
	padding-top: 1px;
}

table {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	/* -webkit-overflow-scrolling: touch; */
	overflow-x: auto;
	display: block;
	padding-bottom: inherit;
	padding-top: inherit;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
	background-color: transparent;
	max-width: 100%;
}

/* Zebra striping */
tr:nth-of-type(odd) {
	background: #eee;
}

th {
	background: #9badb1;
	color: #000d13;
	font-weight: bold;
	height: 30px;
	border: 1px solid #ccc;
	text-align: center;
}

td {
	/* 	padding: 1px; */
	border: 1px solid #ccc;
}

td:first-child {
	text-align: center;
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, nav, section, summary {
	display: block
}

.navbar {
	min-height: 40px;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:hover, .nav>li>a:focus {
	color: white;
	background-color: #777;
	text-decoration: none;
}

.nav>li.disabled>a {
	color: #999
}

.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
	color: #999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #428bca
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 11px 11px 0 0;
	background-color: #777;
	color: white;
	font-weight: bold;
}

.form-control {
    line-height: 1.42857143;
    background: #f4faff;
    border: 1.5px solid transparent;
    border-radius: 30px;
    height: 56px;
    padding: 0 22px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1b3349;
    box-shadow: none;
    transition: all 0.1s;
    font-family: 'Inter', sans-serif;
    height: 40px;
}

.form-control:focus {
    border-color: #1f6199;
    background: #f4faff;
    box-shadow: 0 0 0 3px rgba(31,97,153,0.15);
    outline: none;
}

.row {
	margin-top: 11px;
	margin-left: 0px;
	margin-right: 0px;
}

/*.modal-body {
	position: relative;
	padding: 20px;
	max-height: 400px;
	overflow-y: scroll;
}*/

.modal-body .form-check {
    margin-bottom: 8px;
}

.modal-body .form-check-input {
    margin-top: 0.3rem;
    margin-right: 8px;
}

.modal-body .form-check-label {
    font-weight: normal;
    cursor: pointer;
}

/* Ensure radio buttons and checkboxes are visible */
.form-check-input {
    position: relative !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin-right: 8px !important;
}

.form-check {
    display: block !important;
    margin-bottom: 10px !important;
}

.form-check-label {
    display: inline-block !important;
    font-weight: normal !important;
}

/* For modal specifically */
.modal-body .form-check-input {
    margin-left: 0 !important;
    margin-right: 8px !important;
}

.modal-body .form-check {
    padding-left: 0 !important;
}

/* Ensure radio buttons and checkboxes are properly displayed in modals */
.modal-body input[type="radio"],
.modal-body input[type="checkbox"] {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 8px 0 0 !important;
    position: relative !important;
    cursor: pointer !important;
}

.modal-body label {
    display: inline-block !important;
    cursor: pointer !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
}

.modal-body .form-group {
    margin-bottom: 20px !important;
}

/* Add this to your page CSS */
.modal {
    z-index: 1050 !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}

.modal-body {
    z-index: 1060 !important;
    position: relative;
}

.modal-body input[type="radio"],
.modal-body input[type="checkbox"] {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 8px 0 0 !important;
    position: relative !important;
    cursor: pointer !important;
    z-index: 1070 !important;
}

.modal-body .radio-group,
.modal-body .checkbox-group {
    z-index: 1065 !important;
    position: relative;
}

.modal-body label {
    display: inline-block !important;
    cursor: pointer !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    z-index: 1065 !important;
    position: relative;
}

/* Ensure the modal content is above everything */
.modal-content {
    z-index: 1055 !important;
}

#back2Top {
	width: 40px;
	line-height: 40px;
	overflow: hidden;
	z-index: 999;
	display: none;
	cursor: pointer;
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	position: fixed;
	bottom: 50px;
	right: 0;
	/*     background-color: #DDD; */
	/*     color: #555; */
	text-align: center;
	font-size: 30px;
	text-decoration: none;
}

#back2Top:hover {
	background-color: #DDF;
	color: #000;
}

.blink {
	animation: blinker 0.6s linear infinite;
	color: #1c87c9;
	font-size: 30px;
	font-weight: bold;
	font-family: oswaldregular;
}

/**Start: ChangeId: 2023120701**/
/** SPINNER CREATION **/

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid rgba(0, 0, 0, .3);
  border-radius: 50%;
  border-top-color: #000;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}


/** MODAL STYLING **/

.modal-content {
  border-radius: 0px;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}

.modal-backdrop.show {
  opacity: 0.75;
}

.loader-txt {
  p {
    font-size: 13px;
    color: #666;
    small {
      font-size: 11.5px;
      color: #999;
    }
  }
}

#output {
  padding: 25px 15px;
  background: #222;
  border: 1px solid #222;
  max-width: 350px;
  margin: 35px auto;
  font-family: 'Roboto', sans-serif !important;
  p.subtle {
    color: #555;
    font-style: italic;
    font-family: 'Roboto', sans-serif !important;
  }
  h4 {
    font-weight: 300 !important;
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif !important;
  }
  p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.9em;
    b {
      text-transform: uppercase;
      text-decoration: underline;
    }
  }
}
.modal-body {
    overflow: hidden;
}

/* captcha display box */
#captcha {
    background: #e4effa;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 6px;
    color: #17426b;
    height: 54px;
    border: 1px solid #c2d9f0;
    box-shadow: inset 0 1px 5px rgba(0,0,0,0.02);
    /*font-family: 'Courier New', monospace;*/
    width: 100%;
}

/* captcha input */
#captchaTextBox {
    width: 100%;
    border-radius: 22px;
    background: #f8fbfe;
    border: 1.5px solid #d2e1f2;
    height: 54px;
    padding-left: 16px;
    font-weight: 500;
    font-size: 1.5rem;
    color: #173e5f;
    outline: none;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.02);
    transition: border 0.1s;
}

#captchaTextBox:focus {
    border-color: #1f6199;
    box-shadow: 0 0 0 3px rgba(31,97,153,0.15);
}

/* send otp button */
#sendOtpBtn_l {
    background: #1f6199;
    border: none;
    border-radius: 22px;
    font-weight: 600;
    font-size: 1.2rem;
    height: 54px;
    width: 100%;
    color: white;
    box-shadow: 0 8px 16px -8px #0c3f68;
    transition: all 0.1s;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
}

#sendOtpBtn_l:hover {
    background: #154a7a;
    transform: scale(1.01);
}

/* small links (refresh, resend) */
.small-link {
    font-size: 1.2rem;
    font-weight: 600;
    color: #326a9e;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border 0.1s;
    display: inline-block;
}

.small-link i {
    margin-right: 4px;
    font-size: 1.2rem;
}

.small-link:hover {
    border-bottom: 1px solid #326a9e;
    text-decoration: none;
    color: #1f4f7a;
}

.disabled-link {
    color: #9fb1c2 !important;
    pointer-events: none;
    cursor: default;
    border-bottom: 1px solid transparent !important;
    opacity: 0.7;
}

/* OTP input */
.otp-input {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: 1.5px solid #dae2ec;
    background: #f9fcff;
    font-size: 1.5rem;
    letter-spacing: 4px;
    text-align: center;
    font-weight: 500;
    color: #153e5a;
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.02);
    outline: none;
    transition: border 0.1s, box-shadow 0.1s;
}

.otp-input:focus {
    border-color: #1f6199;
    box-shadow: 0 0 0 3px rgba(31,97,153,0.15), inset 0 2px 6px rgba(0,0,0,0.02);
}

.select2-selection__choice{
    display:block !important;
    float:none !important;
}
/** End: ChangeId: 2023121201**/

/** Start: ChangeId: 2023121501 **/
.btn-space {
    margin-right: 5px !important;
}
/** End: ChangeId: 2023121501 **/

/**fieldset {margin:0;padding:0;border:solid}**/
fieldset.marks-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.marks-border {
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    margin-bottom: 0px !important;
}

/* form labels (p tags) styled like professional headings */
.form-label {
    font-weight: 600;
    font-size: 1.5rem;
    color: #2b4b6f;
    margin-bottom: 2px;
    margin-top: 12px;
    letter-spacing: 0.3px;
}

.form-label i {
    margin-right: 6px;
    opacity: 0.7;
}

/* small hint text (gray) */
.hint-text {
    font-size: 1.2rem;
    color: #6f8aa8;
    margin-top: 5px;
    display: block;
    font-weight: 400;
    margin-left: 10px;
}
.hint-text i {
    margin-right: 4px;
    color: #1f6199;
    opacity: 0.7;
}

/* date picker group (matches bootstrap 3 addon) */
.input-group.date .input-group-addon {
    background: #e4effa;
    border: 1.5px solid transparent;
    border-left: none;
    border-radius: 0 30px 30px 0;
    padding: 0 18px;
    cursor: pointer;
}
.input-group.date .form-control {
    border-radius: 30px 0 0 30px;
    background: #f4faff;
}

/* OTP row buttons */
.btn-otp {
    background: #1f6199;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.3rem;
    height: 56px;
    /*width: 100%;*/
    color: white;
    box-shadow: 0 8px 16px -8px #0c3f68;
    transition: 0.1s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}
.btn-otp:hover {
    /*background: #154a7a;*/
    transform: scale(1.01);
}
.btn-otp:disabled, .btn-otp.disabled, .btn-secondary:disabled {
    background: #b0c7dd;
    box-shadow: none;
    opacity: 0.6;
    pointer-events: none;
}
/* secondary outline button (for resend / send) alternative */
.btn-outline-otp {
    background: white;
    border: 2px solid #1f6199;
    border-radius: 30px;
    font-weight: 600;
    font-size: 1.3rem;
    height: 56px;
    /*width: 100%;*/
    color: #1f6199;
    transition: 0.1s;
}
.btn-outline-otp:hover:not(:disabled) {
    background: #e2effa;
}

.btn-outline-otp:disabled {
    border-color: #b0c7dd;
    color: #a5b9cc;
    background: #f2f6fb;
}

/* signup big button */
.btn-signup {
    background: #1d3f5e;
    border: none;
    height: 56px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 1.3rem;
    color: white;
    background: linear-gradient(115deg, #1b4f77, #123c5c);
    box-shadow: 0 18px 26px -12px #0d2f48;
    transition: 0.15s;
    letter-spacing: 0.8px;
    border: 1px solid rgba(255,255,255,0.1);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn-signup:hover {
    background: linear-gradient(115deg, #1f5780, #194468);
    box-shadow: 0 22px 30px -12px #0b283b;
    transform: translateY(-2px);
}
/* existing user row */
.existing-user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.2rem;
    color: #3d5f7f;
    font-weight: 500;
}

/* mobile fine-tuning */
@media (max-width: 767px) {
    .wrap-login100 {
        padding: 1.5rem 1.2rem;
    }
    .btn-otp, .btn-outline-otp {
        font-size: 0.85rem;
        height: 50px;
    }
    .form-control {
        height: 50px;
    }
    .btn-signup {
        height: 50px;
        font-size: 1rem;
    }
    .existing-user {
        font-size: 0.9rem;
    }
}
/* password match error originally hidden (keep hidden) */
.passMatch.hidden {
    display: none;
}
.passMatch {
    color: #c0394b;
    font-size: 0.8rem;
    margin-left: 10px;
    font-weight: 500;
}
/* gray small text for email etc */
.e_email font, .e_dob font {
    color: #6f8aa8 !important;
    font-weight: 400;
}

/* update password button (primary) */
.btn-update {
    background: #1d3f5e;
    border: none;
    height: 52px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 1.3rem;
    color: white;
    background: linear-gradient(115deg, #1b4f77, #123c5c);
    box-shadow: 0 18px 26px -12px #0d2f48;
    transition: 0.15s;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255,255,255,0.1);
    width: 110%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.btn-update:hover {
    background: linear-gradient(115deg, #1f5780, #194468);
    box-shadow: 0 22px 30px -12px #0b283b;
    transform: translateY(-2px);
}
/* back to login label row */
.back-login {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #3d5f7f;
    font-weight: 500;
    height: 52px;
}
.back-login i {
    margin-right: 6px;
}
/* mobile fine-tuning */
@media (max-width: 767px) {
    .wrap-login100 {
        padding: 1.5rem 1.2rem;
    }
    .btn-otp, .btn-outline-otp, .btn-update {
        height: 48px;
        font-size: 0.9rem;
    }
    .form-control {
        height: 50px;
    }
    .login100-form-title {
        font-size: 1.7rem;
    }
    .back-login {
        height: 48px;
        font-size: 0.95rem;
    }
}
/* additional adjustments for original layout */
.btn-secondary {
    background: transparent;  /* we override with custom classes */
}
#reOtpBtn, #sendOtpBtn {
    /* use our button styles via classes, but also inline style preserved via classes added */
}
.row-margin-top {
    margin-top: 0;
}
.p-l-20, .p-r-20 { padding-left: 0; padding-right: 0; }
.p-t-80 { padding-top: 0; }

.form-control1 {
    line-height: 1.42857143;
    background: #f4faff;
    /*border: 1.5px solid transparent;*/
    /*border-radius: 30px;*/
    height: 56px;
    padding: 0 22px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1b3349;
    box-shadow: none;
    transition: all 0.1s;
    font-family: 'Inter', sans-serif;
    /*height: 40px;*/
    width: 60%;
}

.form-control1:focus {
    border-color: #1f6199;
    background: #f4faff;
    box-shadow: 0 0 0 3px rgba(31,97,153,0.15);
    outline: none;
}

 /* === FULLY SCOPED STYLES - PREFIX "cps-" (change password scoped) === */
.cps-card {
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0 30px 50px -20px rgba(0, 40, 70, 0.3), 0 10px 20px -8px rgba(0, 30, 50, 0.15);
    padding: 2.5rem 2.2rem 2.8rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    transition: all 0.2s;
    backdrop-filter: blur(2px);
}

.cps-title {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    color: #1a3247;
    text-align: center;
    margin-bottom: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.cps-title i {
    color: #2469a5;
    font-size: 2rem;
    opacity: 0.9;
}

.cps-label {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #2f5579;
    margin-bottom: 8px;
    margin-left: 12px;
}
.cps-label i {
    margin-right: 8px;
    color: #3a6a9b;
    width: 18px;
    text-align: center;
}

/* input wrapper with pill shape */
.cps-input-group {
    position: relative;
    width: 100%;
    background-color: #f2f8ff;
    border-radius: 60px;
    border: 2px solid transparent;
    margin-bottom: 1rem;
    transition: background 0.15s, border 0.1s;
}
.cps-input-group:hover {
    background-color: #ecf4fe;
}

.cps-input {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    height: 62px;
    padding: 0 58px 0 26px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #142c41;
    outline: none;
    border-radius: 60px;
    font-family: 'Inter', sans-serif;
}
.cps-input::placeholder {
    color: #8ba3c0;
    font-weight: 400;
    opacity: 0.9;
}

/* focus border effect */
.cps-focus-ring {
    position: absolute;
    display: block;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    pointer-events: none;
    border: 2px solid #1f6eb0;
    border-radius: 62px;
    opacity: 0;
    transition: opacity 0.2s;
}
.cps-input:focus + .cps-focus-ring {
    opacity: 1;
}

/* === PURE CSS EYE TOGGLE (scoped) === */
.cps-toggle-checkbox {
    display: none;
}

.cps-eye {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    color: #6f95c0;
    cursor: pointer;
    z-index: 10;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.1s;
}
.cps-eye:hover {
    color: #1f6eb0;
    background-color: rgba(31, 110, 176, 0.08);
}

.cps-real-password {
    display: block;
}
.cps-fake-text {
    display: none;
}
.cps-toggle-checkbox:checked ~ .cps-real-password {
    display: none;
}
.cps-toggle-checkbox:checked ~ .cps-fake-text {
    display: block;
}

.cps-eye .fa-eye-slash {
    display: none;
}
.cps-toggle-checkbox:checked + .cps-eye .fa-eye {
    display: none;
}
.cps-toggle-checkbox:checked + .cps-eye .fa-eye-slash {
    display: inline-block;
}

/* hint text */
.cps-hint {
    font-size: 0.75rem;
    color: #5b7e9e;
    margin-top: -6px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-weight: 500;
}

/* primary button */
.cps-button {
    background: linear-gradient(115deg, #1a4e77, #0f3b59);
    border: none;
    height: 64px;
    border-radius: 50px;
    padding: 0 42px;
    font-weight: 700;
    font-size: 1.85rem;
    color: white;
    box-shadow: 0 18px 28px -14px #0b304b;
    transition: all 0.2s;
    letter-spacing: 0.6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    max-width: 360px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    cursor: pointer;
    margin: 16px auto 0;
}
.cps-button:hover {
    background: linear-gradient(115deg, #1f5a88, #13466a);
    box-shadow: 0 22px 32px -14px #0a2840;
    transform: translateY(-3px);
}

.cps-button i {
    font-size: 1.3rem;
}

.cps-btn-row {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    width: 100%;
}

.cps-footer {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.8rem;
    color: #6d8fb0;
    font-weight: 500;
}
.cps-footer i {
    margin-right: 6px;
    color: #3e74a2;
}

/* bootstrap overrides inside component – full width columns */
.cps-card .row .col-md-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
}
.cps-card .row {
    margin-left: 0;
    margin-right: 0;
}

/* mobile fine-tuning */
@media (max-width: 500px) {
    .cps-card {
        padding: 2rem 1.2rem 2.2rem;
        border-radius: 28px;
    }
    .cps-title {
        font-size: 1.7rem;
        gap: 8px;
    }
    .cps-input {
        height: 58px;
        padding-right: 52px;
        padding-left: 20px;
        font-size: 0.95rem;
    }
    .cps-eye {
        right: 14px;
        font-size: 1.4rem;
        width: 40px;
        height: 40px;
    }
    .cps-label {
        font-size: 0.75rem;
        margin-left: 8px;
    }
    .cps-hint {
        margin-left: 14px;
        font-size: 0.7rem;
    }
    .cps-button {
        height: 58px;
        font-size: 1.1rem;
        max-width: 100%;
    }
}

/* extra small devices */
@media (max-width: 380px) {
    .cps-card {
        padding: 1.5rem 1rem;
    }
    .cps-title {
        font-size: 1.5rem;
    }
}


/* container to center */
.cps-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 16px;
    background: linear-gradient(145deg, #ecf3f9 0%, #dde7f1 100%);
}

.custom-dropdown.open .custom-dropdown-toggle {
    background: linear-gradient(135deg, #ff8c5a 0%, #ff6b35 100%) !important;
    box-shadow: 0 4px 12px rgba(255,107,53,0.4) !important;
}

.custom-dropdown.open .custom-caret i {
    transform: rotate(180deg);
    display: inline-block;
}

/* Dropdown menu styling */
.custom-dropdown .dropdown-menu {
    display: none;
    border: none;
    animation: customFadeIn 0.2s ease;
}

.custom-dropdown.open .dropdown-menu {
    display: block;
}

/* Hover effects for dropdown items */
.custom-dropdown-menu li a:hover,
.custom-dropdown-menu li a:focus {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #ff6b35 !important;
    padding-left: 25px;
    text-decoration: none;
}

.custom-dropdown-menu li a:hover i {
    transform: scale(1.2);
}

/* Ensure event listener IDs are preserved */
#aGeneralInstr {
    cursor: pointer;
}

#aGeneralInstr:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #ff6b35 !important;
}

#aGeneralInstr:hover i {
    color: #ff6b35 !important;
}

#header_strip {
    display: inline-block;
}

/* Icon styling */
.custom-dropdown-toggle i,
.custom-dropdown-menu i {
    transition: all 0.3s ease;
}

.custom-caret i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

/* Animation */
@keyframes customFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .training-custom-header {
        flex-direction: column;
        padding: 15px 12px !important;
        min-height: auto;
    }
    
    .custom-spacer {
        display: none !important;
    }
    
    .custom-title-wrapper {
        width: 100% !important;
        margin-bottom: 12px;
    }
    
    .custom-title-text {
        font-size: 20px !important;
    }
    
    .custom-nav-wrapper {
        width: 100% !important;
        justify-content: center !important;
    }
    
    .custom-dropdown .dropdown-menu {
        position: absolute !important;
        width: auto;
        min-width: 200px;
        right: 0;
        left: auto;
    }
}

@media (max-width: 480px) {
    .custom-title-text {
        font-size: 18px !important;
    }
    
    .custom-dropdown-toggle {
        padding: 6px 16px !important;
        font-size: 14px !important;
    }
    
    .custom-dropdown-menu {
        min-width: 180px !important;
    }
    
    .custom-dropdown-menu li a {
        padding: 10px 16px !important;
        font-size: 14px !important;
    }
}

/* Tablet optimization */
@media (min-width: 768px) and (max-width: 991px) {
    .custom-title-text {
        font-size: 22px !important;
    }
    
    .custom-spacer {
        width: 20% !important;
    }
    
    .custom-nav-wrapper {
        width: 20% !important;
    }
}

/* Ensure Bootstrap dropdown works with custom classes */
.custom-dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

/* Preserve Bootstrap functionality */
.dropdown-toggle:focus {
    outline: none;
}

/* Touch device optimization */
@media (hover: none) and (pointer: coarse) {
    .custom-dropdown-toggle {
        padding: 10px 22px !important;
    }
    
    .custom-dropdown .dropdown-menu {
        margin-top: 8px;
    }
}

/* Remove gradient text effect that might cause issues */
.custom-title-text {
    color: #ffffff !important;
    background: none !important;
    -webkit-text-fill-color: #ffffff !important;
}

.custom-navbar-collapse {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 15px;
    background: transparent;
}

/* Hidden navigation */
.custom-nav-hidden {
    display: none !important;
}

/* Right navigation container */
.custom-nav-right {
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0;
}

/* Navigation items */
.custom-nav-item {
    list-style: none;
}

/* Navigation links */
.custom-nav-link {
    transition: all 0.3s ease;
}

.custom-welcome-link {
    cursor: default !important;
    background: transparent !important;
}

.custom-welcome-link:hover {
    background: transparent !important;
}

/* Profile dropdown specific */
.custom-profile-dropdown {
    margin-left: 10px;
}

.custom-profile-toggle {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-radius: 20px !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
    color: #333 !important;
    border: 1px solid #dee2e6 !important;
}

.custom-profile-toggle:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Caret animation */
.custom-profile-dropdown .custom-caret {
    transition: transform 0.3s ease;
}

.custom-profile-dropdown.open .custom-caret {
    transform: rotate(180deg);
}

/* Dropdown menu */
.custom-profile-menu {
    display: none;
    animation: customFadeIn 0.2s ease;
}

.custom-profile-dropdown.open .custom-profile-menu {
    display: block;
}

/* Dropdown items */
.custom-profile-menu li a {
    transition: all 0.3s ease;
    font-weight: 500;
}

.custom-profile-menu li a:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding-left: 25px;
}

.custom-profile-menu li a:hover i {
    transform: scale(1.2);
    color: #ff6b35 !important;
}

/* Logout specific hover */
.custom-profile-menu li:last-child a:hover {
    color: #dc3545 !important;
    background: #fff5f5;
}

.custom-profile-menu li:last-child a:hover i {
    color: #dc3545 !important;
}

/* Icons styling */
.custom-profile-menu i {
    transition: all 0.3s ease;
    display: inline-block;
}

/* Animation */
@keyframes customFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .custom-navbar-collapse {
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
    }
    
    .custom-nav-right {
        flex-direction: column;
        width: 100%;
    }
    
    .custom-nav-item {
        width: 100%;
        text-align: center;
        margin: 5px 0 !important;
    }
    
    .custom-welcome-link {
        text-align: center;
    }
    
    .custom-profile-dropdown {
        width: 100%;
        margin-left: 0 !important;
    }
    
    .custom-profile-toggle {
        text-align: center;
        width: 100%;
        display: block !important;
    }
    
    .custom-profile-menu {
        position: static !important;
        width: 100%;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        margin-top: 5px;
    }
    
    .custom-profile-menu li a {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .custom-profile-toggle {
        padding: 6px 15px !important;
        font-size: 14px;
    }
    
    .custom-welcome-text {
        font-size: 14px;
    }
    
    .custom-profile-menu li a {
        padding: 8px 15px !important;
        font-size: 13px;
    }
}

/* Tablet optimization */
@media (min-width: 768px) and (max-width: 991px) {
    .custom-profile-toggle {
        padding: 6px 15px !important;
    }
    
    .custom-welcome-text {
        font-size: 14px;
    }
}

/* Active states */
.custom-profile-toggle:active {
    transform: translateY(0);
}

/* Focus states for accessibility */
.custom-profile-toggle:focus {
    outline: 3px solid rgba(255,107,53,0.3);
    outline-offset: 2px;
}

.custom-profile-menu li a:focus {
    background: #f8f9fa;
    outline: none;
}

/* Touch device optimization */
@media (hover: none) and (pointer: coarse) {
    .custom-profile-toggle {
        padding: 10px 20px !important;
    }
    
    .custom-profile-menu {
        margin-top: 8px;
    }
}

/* RTL support if needed */
[dir="rtl"] .custom-nav-right {
    float: left !important;
}

[dir="rtl"] .custom-profile-menu {
    right: auto;
    left: 0;
}

/* Print styles */
@media print {
    .custom-navbar-collapse {
        display: none !important;
    }
}

/* Additional custom styling */
  .modal-header.bg-primary {
    border-bottom: none;
    padding: 18px 20px;
  }
  
  .modal-header .close {
    font-size: 32px;
    font-weight: 300;
    text-shadow: none;
  }
  
  .modal-header .close:hover {
    opacity: 1;
    color: #fff;
  }
  
  .modal-body {
    background-color: #fafafa;
  }
  
  .input-group-addon {
    background-color: #337ab7;
    color: white;
    border: 1px solid #337ab7;
  }
  
  .btn-lg {
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
  }
  
  .btn-lg:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  /* Drop zone styling (optional) */
  #fileInput {
    cursor: pointer;
  }
  
  #fileInput:hover {
    background-color: #f0f0f0;
  }
  
  /* Modern Form Styling */
#feedbackForm .form-group {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#feedbackForm .form-group:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

#feedbackForm label {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
    font-size: 1rem;
    display: block;
}

/* Modern Radio Buttons */
#feedbackForm .radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#feedbackForm .radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 12px;
    transition: all 0.2s ease;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

#feedbackForm .radio-option:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateX(4px);
}

#feedbackForm input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

#feedbackForm input[type="radio"]:checked {
    border-color: #667eea;
    background: #667eea;
    box-shadow: inset 0 0 0 4px white;
}

#feedbackForm input[type="radio"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
}

/* Modern Checkboxes */
#feedbackForm .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#feedbackForm .checkbox-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 12px;
    transition: all 0.2s ease;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

#feedbackForm .checkbox-option:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateX(4px);
}

#feedbackForm input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

#feedbackForm input[type="checkbox"]:checked {
    background: #667eea;
    border-color: #667eea;
    position: relative;
}

#feedbackForm input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 12px;
    left: 3px;
    top: -1px;
}

#feedbackForm input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.2);
}

/* Modern Text Inputs */
#feedbackForm input[type="text"],
#feedbackForm textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background: #f8fafc;
    font-family: inherit;
}

#feedbackForm input[type="text"]:focus,
#feedbackForm textarea:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

#feedbackForm textarea {
    resize: vertical;
    min-height: 100px;
}

/* Custom Scrollbar */
.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Button Hover Effects */
#submitFeedbackBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px -6px rgba(102, 126, 234, 0.4);
}

.modal-footer .btn-secondary:hover {
    background: #e2e8f0;
    transform: translateY(-1px);
}

/* Success Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#feedbackForm .form-group {
    animation: fadeInUp 0.4s ease forwards;
}

/* Quiz Form Styling */
#quizForm .quiz-question {
    background: white;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#quizForm .quiz-question:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
}

#quizForm .question-header {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#quizForm .question-text {
    flex: 1;
}

#quizForm .points-badge {
    background: linear-gradient(135deg, #0016ff 0%, #4a6eff 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-block;
}

/* Modern Radio Buttons for Quiz */
#quizForm .radio-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#quizForm .radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 12px;
    transition: all 0.2s ease;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

#quizForm .radio-option:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateX(4px);
}

#quizForm input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

#quizForm input[type="radio"]:checked {
    border-color: #0016ff;
    background: #0016ff;
    box-shadow: inset 0 0 0 4px white;
}

#quizForm input[type="radio"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 22, 255, 0.2);
}

/* Modern Checkboxes for Quiz */
#quizForm .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#quizForm .checkbox-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 12px;
    transition: all 0.2s ease;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

#quizForm .checkbox-option:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    transform: translateX(4px);
}

#quizForm input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

#quizForm input[type="checkbox"]:checked {
    background: #0016ff;
    border-color: #0016ff;
    position: relative;
}

#quizForm input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    color: white;
    font-size: 12px;
    left: 3px;
    top: -1px;
}

#quizForm input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 22, 255, 0.2);
}

/* Modern Text Inputs for Quiz */
#quizForm input[type="text"],
#quizForm textarea {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background: #f8fafc;
    font-family: inherit;
}

#quizForm input[type="text"]:focus,
#quizForm textarea:focus {
    outline: none;
    border-color: #0016ff;
    background: white;
    box-shadow: 0 0 0 3px rgba(0, 22, 255, 0.1);
}

#quizForm textarea {
    resize: vertical;
    min-height: 100px;
}

/* Quiz Header Section */
.quiz-header {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
}

.quiz-header h3 {
    margin: 0 0 8px 0;
    color: #0016ff;
    font-weight: 700;
    font-size: 1.25rem;
}

.quiz-header p {
    margin: 0;
    color: #64748b;
    font-size: 0.9rem;
}

.quiz-stats {
    display: flex;
    gap: 20px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.quiz-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #475569;
}

.quiz-stat i {
    color: #0016ff;
    font-size: 1rem;
}

/* Timer Styling */
#quizTimer span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: monospace;
    font-size: 1rem;
    letter-spacing: 1px;
}

/* Custom Scrollbar */
.modal-body::-webkit-scrollbar {
    width: 6px;
}

.modal-body::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Button Hover Effects */
#submitQuizBtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px -6px rgba(0, 22, 255, 0.4);
}

.modal-footer .btn-secondary:hover {
    background: #e2e8f0;
    transform: translateY(-1px);
}

/* Animation */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#quizForm .quiz-question {
    animation: slideInUp 0.4s ease forwards;
}