/* ===================================
   Package Qualification Modal New CSS
   Extracted from home_style.css
   =================================== */

/* allcourseModal - Shared selectors (padding:0 group) */
/* Note: .allcourseModal padding:0 is part of a grouped selector in home_style.css - kept there */

.allcourseModal .Selected_Items ul li a svg {
	margin: 0;
}

.allcourseModal .select_quali {
	position: relative;
}

.allcourseModal .Info_Box_Topic {
	border-bottom: 2px solid #d0d5dd;
	padding-bottom: 20px;
}

.allcourseModal .Check_Main {
	height: 310px;
	overflow: hidden;
	overflow-y: scroll;
	padding-right: 10px;
}

.allcourseModal .Check_Box {
	border-radius: 4px;
	border: 1px solid var(--Text-Grey-200,#eaecf0);
	padding: 8px;
	margin-bottom: 12px;
}

.allcourseModal .Check_Box .form-check input {
	border-radius: 4px;
	border: 1px solid #afafaf;
}

.allcourseModal .Check_Box .form-check label.form-check-label {
	color: var(--Text-Grey-600,#475467);
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.allcourseModal .Check_Box .form-check .form-check-input:checked[type=checkbox] {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="0.5" y="0.5" width="15" height="15" rx="3.5" fill="%23fff"/><rect x="0.5" y="0.5" width="15" height="15" rx="3.5" stroke="%23fff"/><path d="M12 5L6.5 10.5L4 8" stroke="%233A58EF" stroke-width="1.6666" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	border: none;
	box-shadow: none!important;
	background-color: #fff;
}

.allcourseModal .Check_Box:has(.form-check .form-check-input:checked[type=checkbox]) {
	background: #3a58ef;
}

.allcourseModal .Check_Box .form-check .form-check-input:checked[type=checkbox]+label {
	color: #fff;
}

.allcourseModal .Selected_Topics {
	margin-top: 16px;
}

.allcourseModal .Select_Title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.allcourseModal .Select_Title p {
	color: var(--Text-Grey-500,#5d667b);
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
}

.allcourseModal .Select_Title a {
	color: var(--Theme-Blue-500,#3a58ef);
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.allcourseModal .Course_Grid_Main .Selected_Items ul {
	border: 0;
}

.allcourseModal .Selected_Items ul li {
	border-radius: 4px;
	border: 1px solid var(--Theme-Purple-400,#7f72ec);
	background: var(--Theme-Purple-50,#f3f1fd);
	color: var(--Text-Grey-900,#101828);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 4px 8px;
	margin-right: 8px;
	display: inline-block;
	margin-bottom: 10px;
}

.allcourseModal .Selected_Items ul li a {
	display: inline-block;
	padding: 0;
	background: 0 0;
	border: 0;
	margin-left: 10px;
}

.allcourseModal .modal-content {
	background: #f9fafb;
}

.allcourseModal .close_head {
	text-align: right;
	margin-bottom: 16px;
}

.allcourseModal .close_head a {
	display: inline-flex;
	padding: 8px 12px;
	align-items: center;
	gap: 8px;
	border-radius: 50px;
	border: 1px solid var(--Text-Grey-300,#d0d5dd);
	background: var(--White,#fff);
	color: var(--Text-Grey-900,#101828);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.allcourseModal .head_couese {
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 100%;
}

.allcourseModal .head_couese h5 {
	color: var(--Theme-Dark-Blue-800,#26244a);
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -.72px;
	padding-top: 14px;
	padding-bottom: 25px;
}

.allcourseModal .course_body {
	border-radius: 8px;
	border: 1px solid var(--Text-Grey-200,#eaecf0);
	background: var(--White,#fff);
	padding: 16px;
}

.allcourseModal .course_body_hd {
	display: flex;
	align-items: center;
	gap: 4px;
	align-self: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}

.allcourseModal .course_body_hd>span {
	color: var(--Text-Grey-700,#344054);
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
}

.allcourseModal .Check_Box:hover {
	background: #ebeefd;
	transition: .3s;
}

.allcourseModal .select_quali svg {
	position: absolute;
	top: 14px;
	left: 12px;
}

.allcourseModal .select_quali input {
	padding-left: 40px;
	font-size: 14px;
	border-radius: 4px;
	border: 1px solid var(--Text-Grey-200,#eaecf0);
	background: var(--White,#fff);
	height: 44px;
	width: 300px;
	box-shadow: none!important;
	margin-bottom: 0!important;
}

.allcourseModal .coursbtns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
	flex-wrap: wrap;
	gap: 16px;
}

.allcourseModal .coursenext .viewallcourse,
.allcourseModal .coursprev .prevecourse,
.selectstateModal .ss_brns a.ssclose {
	border-radius: 4px;
	border: 1px solid var(--Theme-Blue-500,#3a58ef);
	padding: 10px 18px;
	color: var(--Theme-Blue-500,#3a58ef);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	background: #f9fafb;
}

.allcourseModal .coursenext {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
}

.allcourseModal .coursenext .nextcourse,
.selectstateModal .ss_brns a.sssave {
	background: var(--Theme-Blue-500,#3a58ef);
	box-shadow: 0 1px 2px 0 rgba(16,24,40,.05);
	padding: 10px 18px;
	border-radius: 4px;
	border: 1px solid var(--Theme-Blue-500,#3a58ef);
	color: var(--White,#fff);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}

.allcourseModal .modal-footer {
	border-top: 1px solid var(--Text-Grey-200,#eaecf0);
	background: var(--White,#fff);
}

.allcourseModal .allrights {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}

.allcourseModal .allrights p,
.selectstateModal .selected_itms span b {
	color: var(--Text-Grey-900,#101828);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.allcourseModal .allrights a {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--Text-Grey-500,#5d667b);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.allcourseModal .modal-dialog .modal-content .modal-body .package_wrap {
	max-width: 1370px;
	margin-inline: auto;
}

/* ===================================
   Select State Modal CSS
   =================================== */

.selectstateModal .ss_hd {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	padding-bottom: 24px;
}

.selectstateModal .ss_lft {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	flex: 1 0 0;
}

.selectstateModal .ss_lft p {
	color: var(--Text-Grey-800,#1d2939);
	font-size: 24px;
	line-height: 32px;
}

.selectstateModal .ss_lft span,
.selectstateModal .startlbl,
.state_blist .state_dd .stateitm ul li,
.state_blist>span.sslbl {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
}

.selectstateModal .ss_lft span {
	color: var(--Text-Grey-500,#5d667b);
	font-weight: 400;
}

.selectstateModal .ssbody {
	padding: 16px;
	border-radius: 8px;
	border: 1px solid var(--Text-Grey-200,#eaecf0);
	background: var(--Text-Grey-50,#f9fafb);
}

.selectstateModal .startlbl {
	padding: 0;
	color: var(--Text-Grey-700,#344054);
	font-weight: 500;
}

.selectstateModal .selected_itms {
	display: flex;
	align-items: center;
	align-content: center;
	gap: 5px;
	align-self: stretch;
	flex-wrap: wrap;
}

.selectstateModal .selected_itms span {
	display: inline-flex;
	padding: 4px 8px;
	align-items: center;
	gap: 6px;
	border-radius: 100px;
	background: var(--Text-Grey-200,#eaecf0);
}

.selectstateModal .ss_brns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
	margin-top: 24px;
}

.selectstateModal .modal-dialog {
	max-width: 600px;
}

/* ===================================
   Package Recommendation Section CSS
   =================================== */

section.package_recommandation_wrap {
	padding-block: 36px;
    margin-bottom: 0;
	background: var(--Theme-Blue-50, #EBEEFD) !important;
}

/* .pkg_rcmd_main:before {
	content: "";
	border-radius: 12px;
	background: linear-gradient(90deg,#1b33aa -.55%,#3e56d3 73.33%,#3a58ef 99.34%);
	filter: blur(10px);
	left: 0;
	right: 0;
	top: 9px;
	bottom: 0;
	position: absolute;
} */

.pkg_rcmd_main>span {
	display: inline-block;
	padding: 4px 8px;
	position: absolute;
	top: -15px;
	border-radius: 6px;
	background: var(--Theme-Yellow-500,#f0c33a);
	color: var(--Theme-Dark-Blue-900,#17162c);
	font-size: 13px;
	line-height: normal;
	letter-spacing: .26px;
	text-transform: uppercase;
	z-index: 9;
	left: 24px;
}

.package_rmd_data {
    backdrop-filter: blur(10px);
    display: flex;
    padding: 24px;
	justify-content: flex-start;
    align-items: center;
    gap: 32px;
    /* flex-wrap: wrap; */
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: var(--White, #FFF);
}

.package_data_desc {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	flex: 1 0 0;
}

.package_data_desc b {
    color: var(--Theme-Blue-800, #182878);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.package_data_desc p,
.state_blist .state_dd .stateitm ul li {
	color: var(--Text-Grey-900,#101828);
	font-weight: 400;
}

.package_data_desc p, .package_rmd_data a {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.package_rmd_data a {
	padding: 12px 20px;
    display: inline-block;
    margin-top: 24px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: transparent;
}

.package_rmd_data a:hover {
	background: var(--Theme-Blue-500, #3a58ef);
    color: #fff;
    border-color: var(--Theme-Blue-500, #3a58ef);
}

/* ===================================
   State Blist CSS
   =================================== */

.state_blist_wrap {
	margin-top: 24px;
	padding: 16px;
	border-radius: 8px;
	border: 1px solid var(--Text-Grey-200,#eaecf0);
	background: var(--White,#fff);
}

.state_blist {
	padding-bottom: 16px;
}

.state_blist:last-child {
	padding-bottom: 0;
}

.state_blist>span.sslbl {
	color: var(--Text-Grey-700,#344054);
	font-weight: 500;
	margin-bottom: 8px;
	display: block;
}

.state_blist .state_dd {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
}

.state_blist .state_dd .state_dd_wrap {
	width: 400px;
}

.state_blist .state_dd .stateitm ul {
	display: flex;
	align-items: center;
	gap: 8px;
	list-style: none;
	flex-wrap: wrap;
}

.state_blist .state_dd .stateitm ul li {
	border-radius: 4px;
	border: 1px solid var(--Theme-Blue-200,#9cabf7);
	background: var(--Theme-Blue-50,#ebeefd);
	padding: 3px 8px;
}

.stateitm {
	margin-top: 6px;
}
.bootstrap-select .dropdown-menu {
    top: 100%!important;
    bottom: auto!important;
    transform: translate3d(0,0,0)!important;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: none;
}
.filter-selection .bootstrap-select .dropdown-menu li a {
    padding-left: 45px;
    color: var(--Gray-700,#344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: 0 0;
	padding: 4px 38px;
}
.filter-selection .bootstrap-select .dropdown-item .bs-ok-default {
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
    left: 12px;
    top: 5px;
}
.filter-selection .bootstrap-select .dropdown-item .bs-ok-default::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="0.5" y="0.5" width="19" height="19" rx="5.5" fill="white"/><rect x="0.5" y="0.5" width="19" height="19" rx="5.5" stroke="%23D0D5DD"/></svg>');
    border: none;
    width: 100%;
    height: 100%;
    transform: none;
    border-width: unset;
    background-position: center center;
    background-repeat: no-repeat;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-right: 0;
    font-size: 14px;
}
/* ===================================
   Responsive Styles
   =================================== */

@media only screen and (max-width:1399.51px) { 
	.package_data_desc_left {
		max-width: 300px;
	}
}

@media only screen and (max-width:767.51px) {
	.package_rmd_data {
		gap: 0;
	}

	section.package_recommandation_wrap {
		padding-block: 16px;
	}

	.package_data_desc_left img.img-fluid {
		display: none;
	}

	.package_data_desc_right {
		text-align: center;
	}

	.package_data_desc b {
		font-size: 20px;
		line-height: inherit;
	}

	.package_data_desc p, .package_rmd_data a {
		font-size: 16px;
		line-height: inherit;
	}

	.package_rmd_data a {
		padding: 8px 16px;
		margin-top: 16px;
		font-size: 14px;
		line-height: 24px;
		background: transparent;
	}
}

@media (max-width:767px) {
	.state_blist .state_dd {
		flex-wrap: wrap;
	}
}
