/* Filter Section*/ 
:root{
--engagifii-color:#007bff;
--engagifii-color-hover:#0e47ba;
}
table.dataTable {
	 margin-top: 0px !important; 
	 margin-bottom: 0px !important; 
}
#ebtmaintable.dt-responsive {
}
table.dataTable td.title-col {
	white-space: normal;
}
th.trackingLevel {
	min-width:150px
}
th.state {
	min-width:50px
}
th.BillType  {
	min-width:75px;
}
th.billNumber   {
	min-width:100px
}
th.title, th.title-col  {
	min-width:230px
}
th.lastActionOn   {
	min-width:170px
}
th.sponsors   {
	min-width:180px
}
th.objectType, th.assignedto     {
	min-width:150px
}
th.tags   {
	min-width:160px
}
table.dataTable th {
white-space:nowrap;	
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
padding: 0;	
}
.td-dropdown {
	max-height: 300px;
	/*overflow-y: auto;
	overflow-x: hidden;*/
	min-width:300px !important;
}
.instructor-popover {
cursor:pointer;	
}
.calendar-class.badge {
	background-color: rgb(238, 243, 249);
	color: #2C3038;
	width: 95%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.calendar-class.badge:hover, .calendar-class.badge:focus {
	color: #fff;
	background-color: #16181b;
}
 
.engagifii-tabs .nav-link {
	border-bottom: 3px solid transparent;
}
.engagifii-tabs .nav-item .nav-link.active, .engagifii-tabs .nav-item.show > .nav-link {
	background: none !important;
	border-color:var(--engagifii-color);
}
.engagifii-tabs-content button:not(.collapsed) i {
	transform:rotate(180deg)
}
.ui-slider-horizontal {
	height: .4em;
}
.ui-widget-content {
	border: 1px solid  var(--engagifii-color);
	background: #efefef;
}
.ui-widget-header {
	background:  var(--engagifii-color);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus  {
	border: 2px solid #fff;
	background:  var(--engagifii-color);
	border-radius: 50%;
	box-shadow: 0 0 3px #999;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.4em;
}
.class-pop {
	left: 50%;
	top: 50%;
	transform: translatey(-50%) translatex(-50%);
	min-height: 100%;
	width: 120%;
	box-shadow: 0 0 1rem rgba(0,0,0,.5) !important;
	z-index: 1;
}
.engagiifii-custom-input {
	border: 1px solid #d3d3d3;
	display: block;
	padding: 6px 12px;
}
.lead {
	font-size: 16px !important;
}
.card-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.card-box>* {
	flex: 0 0 33.3333%;
}
.icon.icon-sm {
	display: none;
}
button .icon.icon-sm {
	display: inline-block;
}
table.light-background tr td.dataTables_empty {
	text-align: center !important;
}
.engagifii-box h3 {
	font-size: 26px;
	padding: 0 0 10px 0;
}
.engagifii-box {
	font-size: 16px;
}
.engagifii-box button {
	font-size: 16px;
}

/*.engagifii-box div{font-size: 16px;}*/
.engagifii-box p {
	margin: 0;
}
.go-back,
.tag-redirect {
	text-decoration: none !important;
	white-space: normal;
}
.eng-top-search {
	bottom: -28px;
	position: absolute;
	right: 4px;
	padding-right: 8px;
}
.engagifii-box .filter-area ul li {
	list-style: none;
}
.engagifii-box .filter-area ul li labe,
.flt-btn .filter-area ul li label {
	line-height: 1.1;
}
#class_table th,
#class_table td {
	min-width: 150px;
}
.heading {
	font-size: 20px;
	font-weight: 500;
}
/*table.dataTable thead tr th.sectionname,
table.dataTable thead tr th.name {
	min-width: 200px !important
}*/
.eng-top-serchgroup {
	position: relative;
}
.select2-search--dropdown {
	text-align: center;
	padding: 10px;
}
/*.select2-search--dropdown .engwarpper {
	background-color: #f5f8fa;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 14px;
}*/
.select2-results li p {
	padding: 0 10px;
	text-align: left;
}
div.dataTables_wrapper div.dataTables_length select {
	height: auto;
}
#class_table_filter input,
#course_table_filter input {
	margin-left: 0;
}
/*.engagifii-box table th{height: 30px;}*/
.bill-search-height {
	height: 65px !important;
}
.text-break {
	white-space: normal;
}
#eng-overlay, .loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
	background: rgba(255,255,255,0.9);
	/* opacity: 1; */
	right: 0;
	bottom: 0;
	margin: auto;
	box-shadow: 0 0 30px #999;
	border-radius: 5px;
	z-index: 2;
}
@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}
.spinner::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 17px;
	left: 17px;
	width: 60%;
	height: 60%;
	border-radius: 50%;
	border: 4px solid var(--engagifii-color);
	border-top-color: #eae8e8;
	animation: spinner .9s linear infinite;
}
/*.custom-scroll, .custom-scroll #ebtmaintable{    overflow-x: auto;
    overflow-y: hidden;}
.pagination .next {margin: 0.5rem 0 0 2rem !important;}*/
.custom-scroll #ebtmaintable {
	overflow: hidden;
}
.custom-scroll {
	overflow: auto ;
}
#ebtmaintable span.badge {
	width: 25px;
	height: 25px;
	cursor: pointer;
	font-size: 11px;
}
.datepicker td,
.datepicker th {
	width: auto;
	height: auto;
	font-size: 16px;
}
.dataTables_empty {
	content: "";
	background: #fff url('../images/empty_data.png') no-repeat top center;
	height: 400px;
	background-size: contain;
}
.dt-empty-message {
    display: block;
    margin-top: 20px; /* Space below the image */
    color: #888;
    font-size: 1.2em;
}
div.dataTables_filter input,
.search-endorsement1 {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-color: #fff;
	background-position: center right;
}
/*.sponsors-middle {
	display: block;
	width: 100%;
	position: relative;
	display: inline-grid;
	grid-template-columns: auto;
	grid-auto-flow: column;
	justify-content: flex-start;
	gap: 5px;
	align-items: center;
}*/
.round-tag {
	border-radius: 20px;
	display: inline-block;
	margin: 5px;
}
.searchbox-title::-moz-placeholder {
	font-size: 12px !important;
}
.dot-dot-dot {
	font-size: 25px;
	font-weight: bold;
	cursor: pointer;
	line-height: 0px;
}
.height-100 li {
	font-size: 16px;
}
.heading-title {
	color: #333333;
	cursor: pointer;
}
/*.tzsearchinput {
    height: 28px;
    padding: 2px 5px !important;
    font-size: 12px !important;
    line-height: 1.6666667;
    border-radius: 3px !important;
    width: 92% !important;
    margin-left: 15px !important;
    margin-right: 56px !important;
    margin-bottom: 16px !important;
}*/
.list-box li {
	font-size: 14px;
	font-weight: 400;
	color: #333;
}
.acr-down-arrow {
	float: right;
	padding-right: 15px;
}
.legends-area {
	padding-bottom: 0px;
}
/*.tz-areafix {
	max-height: 400px;
	overflow-y: auto;
}*/
.filter-list .multiple-select {
	display: none;
}
.filter-list.active .multiple-select {
	display: block;
}
.filter-list.active .multiple-select .list-box {
	padding-left: 5px;
}
/*.list-box ul {
    padding: 0px;
    margin: 0px;
}
*/
.list-box ul li {
	font-size: 12px;
	line-height: 18px;
}
.click-filter {
	cursor: pointer;
	/* float: right; */
	font-size: 17px;
	/* margin-top: 9px; */
}
.filter-section .select2-selection__clear {
	display: none;
}
.engagifii-card {
	background-color: transparent !important;
	padding: 0px !important;
	border-bottom: 0px;
}
.custom-calendar {
	font-size: 11px;
	color: #666;
	position: absolute;
	top: 11px;
	right: 10px;
}
/*.small-css {
    height: 28px;
    font-size: 12px !important;
    line-height: 1.6666667;
    padding-left: 6px !important;
    border-radius: 5px !important;
    margin-left: 5px !important;
    width: 90% !important;
}*/
#ebtmaintable a.btn-primary,
a.btn-primary:active,
a.btn-primary:visited {
	color: #fff;
}
a.close-link {
	right: 0;
	top: 0;
}
a.close-link:before {
	content: "\2716";
}
a.previous-link:before {
	content: "\2039";
	font-size: 30px;
}
a.next-link:before {
	content: "\203A";
	font-size: 30px;
}
a.previous-link {
	margin-top: -15px;
}
a.next-link {
	margin-top: -15px;
}
.date-label {
	/* margin-bottom: 7px; */
	/* font-weight: 400; */
	/* color: #777; */
	font-size: 14px;
	margin-bottom: 2px;
}
.filter-title {
	font-size: 14px;
}
.clear-all {
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
}
.height-100 {
	max-height: 150px;
	overflow: auto;
	margin-left: 0;
}
.filter-area {
	position: absolute;
	background: #fff;
	width: 450px;
	z-index: 999;
	right: 0;
	top: 7px;
	text-align: left;
	box-shadow: 0px 0px 10px #888888;
}
.filter-border {
	display: none;
	box-shadow: 0px 0px 5px #b3b2b2;
	position: relative;
}
.filter-area .list-group, .filter-area .list-box {
max-height:180px;
overflow:auto;	
}
/*.filter-top-bg {
    background-color: #999999;
    padding: 5px 0;
    color: #fff;
    display: flex;
}*/
.apply-filter {
	padding: 10px 0;
	background-color: #fff;
	text-align: center;
}
/*.filter-btn-tz {
	background-color:  var(--engagifii-color) !important;
	border-color:  var(--engagifii-color) !important;
	font-size: 15px;
	padding: 5px 30px;
}*/
.master-title {
	padding: 0px 7px;
	font-size: 14px;
	color: #333333;
}
.house_click {
	text-decoration: none !important;
}
.eng-accordion .card {
	border-top: 0px !important;
	border-bottom: 0px !important;
}
.master-icon {
	position: absolute;
	right: 7px;
	top: 17px;
	font-size: 12px;
	color: #333;
}
.engseachicon {
	float: right;
	font-size: 14px;
	color: #666;
	margin-top: -30px;
	margin-right: 15px;
}
.bg-span {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0.05;
	z-index: 0;
}
.filter-section {
	background-color: #fff;
}
.select2-results__option .wrap:before {
	font-family: fontAwesome;
	color: #999;
	content: "\f096";
	width: 25px;
	height: 25px;
	padding-right: 10px;
}
.select2-results__option[aria-selected=true] .wrap:before {
	content: "\f14a";
}
.filter-section .select2-selection {
	border: 0px !important;
}
.filter-section .select2-selection__rendered {
	color: #333 !important;
	font-size: 14px !important;
}
.filter-section .select2-container {
	width: 100% !important;
}
.filter-section .select2-container--default {
	color: #333 !important;
}
.filter-section .select2-selection__placeholder {
	color: #333 !important;
}
.select2-results__option {
	font-size: 14px !important;
}
/* Change sorting icon bootstrap table */
/*!
 * DataTables + Font Awesome integration
 * License: MIT - http://datatables.net/license
 */
/*
 * Sort styling
 */
table.dataTable thead th {
	position: relative;
	background-image: none !important;
	/* Remove the DataTables bootstrap integration styling */
}
table.dataTable thead .sorting::before, 
table.dataTable thead .sorting::after, 
table.dataTable thead .sorting_asc::before, 
table.dataTable thead .sorting_asc::after, 
table.dataTable thead .sorting_desc::before, 
table.dataTable thead .sorting_desc::after, 
table.dataTable thead .sorting_asc_disabled::before, 
table.dataTable thead .sorting_asc_disabled::after, 
table.dataTable thead .sorting_desc_disabled::before, 
table.dataTable thead .sorting_desc_disabled::after {
	top: 0;
	bottom: 0;
	margin: auto;
	height: 3px;
	line-height: 0;
	font-family: "Font Awesome 5 pro";
	font-weight: 400;
}
table.dataTable thead .sorting::before, table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::before, table.dataTable thead .sorting_asc_disabled::before, table.dataTable thead .sorting_desc_disabled::before {
	content: '\f106';
		transform: translateY(-4px);

}
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
	content: '\f107';
	right: 1em;
	transform: translateY(7px);
}
table.dataTable thead .sorting_asc::before, table.dataTable thead .sorting_desc::after {
	opacity: 1;
}
/*table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after{
	position: absolute;
	top: 12px;
	right: 8px;
	display: block;
	font-family: "Font Awesome 5 pro";
	font-weight: 900;
}
table.dataTable thead th.sorting:after {
	content: "\f0dc";
	font-size: 0.8em;
	padding-top: 0.12em;
	opacity: 1;
}
table.dataTable thead th.sorting_asc:after {
	content: "\f0de";
	opacity: 1;
}
table.dataTable thead th.sorting_desc:after {
	content: "\f0dd";
	opacity: 1;
}
div.dataTables_scrollBody table.dataTable thead th.sorting:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_asc:after,
div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
	content: "";
}
table.table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
	top: 15px;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
	content: "";
	opacity: 1;
}*/
/*sort icon end here */
.engaifii-scroller {
	overflow: auto;
}
.img-icon {
	height: 25px;
	width: 25px;
	display: inline-block;
	padding: 10px;
}
.img-icon-lg {
	max-width: 45px !important;
	flex:0 0 45px;
}
.panel-title {
	cursor: pointer;
}
.dot-top-tracking {
	display: block;
	float: right;
	width: 10%;
	padding: 0px;
}
/*button.dropdown-toggle:hover,
button.dropdown-toggle:active,
button.dropdown-toggle:focus {
	color: #fff !important;
	background-color: #fff !important;
	border-color: #fff !important;
	outline: unset;
}*/
.light-background {
	background: #e0f2f1;
}
.engTrackingLevels {
	/* padding: 10px 46px;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Roboto", Helvetica Neue, Helvetica, Arial, sans-serif !important;
    line-height: 21px;
    color: #777; */
	padding: 6px 0;
	text-align: center;
	border-radius: 5px;
	display: block;
	font-size: 14px;
	line-height: 21px;
	color: #777;
}
.after-dot-tracking {
	display: block;
	float: right;
}
/*.tracking-level-top{
    top: 39%;
    position: absolute;
    left: 403px;
    z-index: 999;
}*/
.same-in-parallel {
	display: inline-block;
}
.trac-code-here {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	margin-left: 8px;
}
.tracking-level-top .tracking {
	text-transform: capitalize !important;
	font-size: 14px !important;
	font-weight: bold;
}
.tracking-level-top .tracking-name {
	text-transform: capitalize;
	font-size: 11px;
	padding-left: 4px;
	padding-right: 15px;
}
/* End 23 Dec */
.full-text-img {
	margin: 0 auto !important;
}
.engagifii-left-pane .engagifii-btn-tz {
	padding: 10px;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #fff;
	font-size: 13px;
}
.engagifii-main-cotainer .dataTables_processing.card {
	top: 75%;
	border: 0px transparent !important;
	background: transparent !important;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: transparent !important;
	color: #646871 !important
}
.page .select2-container--open .select2-dropdown {
	width: 250px !important;
}
.select2-results__option.select2-results__option--highlighted label {
	font-size: 15px !important;
}
.select2-results__option img {
	display: inline !important;
	height: 20px !important;
	width: 20px !important;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	margin-right: 3px;
	vertical-align: middle;
}
/*.select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 7px !important;
	margin-top: 10px;
}*/
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: none !important;
}
.select2-results__option {
	text-align: left;
	padding: 0;
	margin: 0;
	cursor: default !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background: transparent !important;
}
.only-title-gs {
	width: 50px;
	display: inline-block;
}
.title-text-gsba {
	width: unset;
	/*width: 68%;*/
	display: inline-block;
}
.sponsor-name-detail {
	color: #777 !important;
}
.tag-system {
	display: inline-block;
}
.show-tag-detail {
	font-size: 14px;
}
.sponsors-new {
	font-size: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.sp-name {
	font-size: 15px;
}
.selectMenu-fixed-width .fa-search {
	position: absolute !important;
	top: 9px !important;
	right: 21px !important;
	font-size: 14px !important;
}
.sponsor-search {
	width: 100% !important;
	margin-left: 0% !important;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.searchbox-sponsors {
	height: 7px;
	border-radius: 7px !important;
	font-size: 15px !important;
	width: 85% !important;
}
.gsba-list-icons {
	margin-left: 10px;
	list-style: none !important;
}
/*.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 100% !important;
}*/
.table-bordered.dataTable tbody td {
	vertical-align: middle;
}

/*#ebtmaintable thead>tr>th {
	background: #e0f2f1;
}*/
.bottom {
	margin-top: 20px;
}
.searchbox-title {
	width: auto !important;
}
.searchContainer {
	position: relative;
	padding: 0 10px;
}
table#ebtmaintable.dataTable th {
	vertical-align: middle;
}
.green-bg {
	background-color: #E0F2F1;
	border-color: #00897B;
	display: inline-block;
	margin-right: 5px;
	padding: 2px 6px;
	border-radius: 5px;
}
.img-circle {
	border-radius: 50%;
}
.span-pic {
	width: 40px!important;
	height: 40px!important;
	border-radius: 50%;
	border: 1px solid #bdbdbd;
	background: #fff;
	display: flex;
	align-items: center;
}
.span-pic img {
	width: 100%;
}
.tz-popovercontatiner {
	display: none;
}
.cdk-overlay-pane {
	display: flex;
	justify-content: center;
}
.sat-popover-container.sat-popover-center.sat-popover-above {
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}
.selectMenu-fixed-width {
	background: #fff;
	padding: 7px 7px;
}
.input-group .form-control:first-child {
	width: 70% !important;
	border-right: none;
}
.list>li:first-child {
	margin-top: 0;
}
.less-padd {
	margin-left: 0px;
}
.text-truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 100%;
	vertical-align: middle;
}
.user-image-square-sm {
	height: 35px !important;
	width: 35px !important;
	display: inline-block;
	overflow: hidden;
	border-radius: 50%;
	text-align: center;
	margin-right: 3px;
	vertical-align: middle;
}
.img-md {
	width: 40px!important;
	height: 40px;
}
.page-header-bg {
	background-color: rgb(219, 22, 22);
}
.table-view-desktop a {
	cursor: pointer;
}
/*.summary-content-para-engagiigii {
	padding: 15px 20px;
	display: flex;
}*/
.detail-sponsors-here {
	border-top: 1px solid #e6e6e6;
}
.so-widget-lsow-tabs h3.widget-title {
	background-color: #E9E9E9;
	width: 30%;
	padding-top: 3px;
	text-align: center;
	color: #000;
	font-size: 22px;
}
.img-xxxs {
	width: 15px !important;
	height: 15px;
}
.img-xxs {
	width: 11px !important;
	height: 11px;
}
.img-xs {
	width: 32px!important;
	height: 32px!important;
}
.img-sm {
	width: 20px!important;
	height: 20px;
}
.img-md {
	width: 40px!important;
	height: 40px;
}
.img-circle {
	border-radius: 50%;
}
.text-underline,
.text-underline:hover {
	text-decoration: underline;
}
img {
	border: 0;
	vertical-align: middle;
}
.iconimg-size {
	width: 46px;
	padding-left: 10px;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
	background-color: #f5f8fa;
	border: 1px solid #e7e9ed;
	color: #666;
	margin-left: 0px;
	min-width: 25px !important;
	cursor: pointer;
	padding: 2px 0px 2px 9px !important;
	max-width: 150px !important;
	overflow: hidden;
}
.select2-selection--multiple .select2-selection__choice {
	color: #666;
	background-color: #f5f8fa;
	border: 1px solid #e7e9ed;
	border-radius: 0px;
	cursor: default;
	float: left;
	margin: 0px 10px 7px 0px;
	padding: 0px 6px;
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pull-left-15 {
	margin-left: -15px;
	margin-right: -15px;
}
.left-pane {
	border: 1px solid #e6e6e6 !important;
	padding-top: 0px !important;
	margin-top: 15px !important;
}
.right-pane {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 0;
	top: -19px;
	height: 100%;
	z-index: 999;
	height: calc(100vh - 70px);
	overflow-y: auto;
	overflow-x: hidden;
}
.page-header-default {
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 0 0 #ddd;
}
.page-header {
	margin: 0;
	padding: 0;
	border-bottom-width: 0;
	border-bottom: 1px solid #eee;
}
.page-header-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0.05;
	z-index: 0;
}
.nav.nav-tabs {
	margin: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #fff;
	border-bottom: 2px solid var(--engagifii-color) !important;
}
.p-10 {
	padding: 10px!important;
}
.pr-20 {
	padding-right: 20px!important;
}
.pl-20 {
	padding-left: 20px!important;
}
.pb-10 {
	padding-bottom: 10px!important;
}
.pt-10 {
	padding-top: 10px!important;
}
.mr-10 {
	margin-right: 10px!important;
}
.mt-10 {
	margin-top: 10px!important;
}
.mt-20 {
	margin-top: 20px!important;
}
.ml-10 {
	margin-left: 10px!important;
}
.mb-10 {
	margin-bottom: 10px!important;
}
.progress {
	height: 20px
}
.progress-bar {
	background-color: #00bcd4;
}
#progressbar li {
	margin: 0;
	list-style-type: none;
	font-size: 16px;
	width: calc(100%/8);
	float: left;
	position: relative;
	font-weight: 400;
	word-break: break-word;
	white-space: normal;
}
#progressbar .steps:before {
	content: "";
	background-image: url(../images/Tick.png);
	background-position: center;
	background-size: 20px;
	background-repeat: no-repeat;
}
#progressbar .number-one:before {
	content: "1";
	padding: 0 15px;
}
#progressbar .number-two:before {
	content: "2";
	padding: 0 15px;
}
#progressbar .number-three:before {
	content: "3";
	padding: 0 15px;
}
#progressbar li:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #ffffff;
	background: #00bcd4;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px 10px;
	position: relative;
	z-index: 99;
	margin-left: 0;
}
#progressbar li:after {
	content: " ";
	width: 100%;
	height: 2px;
	background: #00bcd4;
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 0;
}
#progressbar li:first-child:before {
	margin-left: 0;
}
#progressbar li:last-child:after {
	width: 0;
}
#progressbar li.active:before,
#progressbar li.active:after {
	background:  var(--engagifii-color)
}
.no-padding {
	padding: 0!important;
}
.text-black {
	color: #333;
	font-weight: 600;
}
.text-size-extra-large {
	font-size: 16px;
}
.inline-block {
	display: inline-block;
}
.vertical-middle {
	vertical-align: middle !important;
}
.text-size-medium {
	font-size: 13px;
}
.bill-detail-sub-header {
	padding: 10px 8px 10px 70px;
	border-top: 1px solid #e6e6e6;
}
.bill-detail-right .bill-detail-right-header {
	padding: 12px 10px;
	background-color: #fafafa;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
}
.bill-detail-right .comment-wrapper {
	padding: 0 8px;
}
.bill-detail-right .fake-join-discussion {
	background-color: #fff;
	padding: 10px;
	box-shadow: 0px 0px 10px #cecece;
	border-radius: 4px;
}
.single-comment-box {
	background-color: #fff;
}
.single-comment-box-action {
	background-color: #F5F8FA;
	padding: 5px!important;
	margin-left: 10px!important;
	margin-right: 10px!important;
}
.commnet-status {
	color: #fff!important;
	padding: 0 15px!important;
	line-height: 29px;
	border-radius: 4px;
	font-size: 14px;
}
.single-comment-box .single-comment-box-content {
	padding: 8px;
}
.single-comment-box .single-comment-box-content .comment {
	background-color: #f5f5f5;
	padding: 8px;
	border: 1px solid #e0e0e0;
	font-style: italic;
}
.show-less-comment {
	overflow: hidden;
	position: relative;
	max-height: 80px;

	margin-right: -1em;
	padding-right: 1em;
}
figure {
	position: relative;
	margin: 0;
}
.bill-controls {
	margin-top: 4px;
	margin-bottom: 0;
}
.list-inline {
	margin-left: 0;
	font-size: 0;
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline>li:last-child {
	padding-right: 0;
}
.list-inline>li {
	padding-left: 0;
	padding-right: 20px;
	font-size: 13px;
}
.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.updownvote-list {
	position: relative;
}
.bill-controls a {
	color: #8c8c8a;
	font-size: 16px;
}
.no-opacity {
	opacity: 1 !important;
}
.no-margin {
	margin: 0!important;
}
.bill-detail-summary-tab {
	overflow: hidden;
}
.bill-detail-summary-tab .bill-detail-sponsors {
	border: 1px solid #e6e6e6;
	width: 240px;
	float: right;
	margin-left: 10px;
}
.bill-detail-summary-tab .bill-detail-summary-content {
	border: 1px solid #e6e6e6;
	overflow: hidden;
}
.bill-detail-summary-tab .bill-detail-summary-content .summary-content-para {
	padding: 0 10px 8px;
	border-bottom: 1px solid #e6e6e6;
}
.bill-detail-summary-content .sponsor-list-wrapper .single-sponsor {
	padding: 0 15px;
	margin: 0 0 20px;
}
.user-image-square {
	height: 44px;
	flex: 0 0 44px;
	max-width: 44px;
	width: 44px;
}
.bill-detail-summary-tab .bill-detail-sponsors .summary-content-para {
	padding: 10px 10px 8px;
	margin: 0;
	border-bottom: 1px solid #e6e6e6;
}
.editor-section-wrapper {
	border: 1px solid #dcdcdc;
	margin-bottom: 10px;
}
.editor-section-wrapper .editor-section-header {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.editor-section-wrapper .editor-section-left {
	flex: 1;
}
.alpha-teal {
	color: #333;
}
a.btn-primary {
	text-transform: capitalize;
}
.no-border {
	border: none!important;
}
.detail-header-part {
	display: flex;
	padding: 20px 15px;
}
.bg-grey {
	background-color: #888;
	border-color: #888;
	color: #fff;
}
.course-badge img {
	display: inline-block;
}
div.course-tag {
	background: #e0f2f1;
	padding: 5px 10px;
	text-transform: capitalize;
	border: 1px solid #e0f2f1;
	border-radius: 2px;
	margin: 5px;
	display: inline-block;
}
.badge-count {
	font-size: 11px;
	transform: translatex(-12px) translateY(-9px);
	width: 20px;
	height: 20px;
}
.search-endorsement {
	width: 100% !important;
	height: 30px;
	padding: 5px !important;
	display: inline !important;
}

/*#ebtmaintable tr td:first-child {
	text-align: left;
	white-space: normal !important;
}*/
/*table.light-background thead tr th.sectionname,
table.light-background thead tr th.name {
	text-align: left;
	padding-left: 20px;
}*/
div.dataTables_wrapper div.dataTables_filter {
	text-align: right;
}
.dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	margin: auto;
	vertical-align: middle;
	margin-bottom: 3px;
}
/* Media Query */
@media only screen and (min-width:992px) and (max-width:1440px) {
	.dot-top-tracking {
		width: 16%;
	}
}
@media only screen and (min-width:769px) and (max-width:991px) {
	#ebtmaintable_filter .form-control {
		width: 280px;
	}
}
@media only screen and (min-width:769px) and (max-width:991px) {
	.newsearchcustom {
		font-size: 10px !important;
	}
}
@media only screen and (max-width:768px) {
	#ebtmaintable_wrapper .dataTables_length {
		display: flex;
		justify-content: center;
		float: none;
	}
	.tzbottom {
		display: inherit;
	}
	.detail-header-part {
		display: block;
		padding: 20px 15px;
	}
	#ebtmaintable_filter {
		display: block;
		float: none;
		text-align: left;
	}
	#ebtmaintable_filter>label {
		display: block;
	}
	#ebtmaintable_filter .form-control {
		display: block;
		width: 100% !important;
		margin: 0;
	}
	.tracking-level-top {}
	.engagii-btn,
	.engagii-download {
		text-align: center;
	}
}
@media only screen and (max-width:699px) {
	.bill-detail-summary-tab .bill-detail-sponsors {
		width: 100%;
		margin-bottom: 20px;
	}
	.input-title-text .no-border {
		font-size: 14px;
		text-transform: capitalize !important;
	}
	.detail-nav-engagiifii {
		padding-left: 10px !important;
		padding-top: 3px;
	}
}
@media only screen and (max-width:600px) {
	.tracking-level-top .tracking {
		display: block;
		padding-bottom: 10px;
	}
	.tz-Engagii-flex {
		width: 100%;
		display: inline-block;
		position: relative;
	}
	.same-in-parallel {
		display: block;
	}
	.eng-top-serchgroup {
		position: relative;
	}
	.newsearchcustom {
		width: 350px !important;
	}
}
.height-4 {
	max-height: 300px;
	overflow: auto;
}
.select2-container {
	width: 125px !important;
}
.dataTables_paginate {
	float: left;
}
@media only screen and (max-width:414px) {
	.select2-container {
		left: 140.609px !important;
		margin-top: -20px;
	}
	.tracking-level-top .tracking-name {
		padding-right: 5px;
	}
	.tracking-level-top {
		overflow: hidden;
	}
	.select2-container--default .select2-search--dropdown .select2-search__field {
		margin-top: 0px;
	}
	.after-dot-tracking {
		float: none;
	}
}
/*pt - 290-09-2020*/
.inst-thumb {
	flex: 0 0 45px;
	max-width: 45px !important;
}
.inst-ac img {
	max-width: 35px !important;
	flex: 0 0 35px;
}
.instructor-detail .badge {
	font-weight: 400;
	color: #fff;
}
.inst-ac .badge {
	right: 0;
	top: 8px;
	background: #777 !important;
}
.instructor-detail .dropdown-menu {
	min-width: 180px;
}
/*#ebtmaintable tbody td:nth-child(4) a {
	width: 250px;
	display: block;
}*/
#ebtmaintable_filter input[type=search] {
	margin-left: 0;
	width: 300px;
}
.sponsors-middle .badge {
	position: absolute;
	right: 0;
	top: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	background: #f4f6f9;
}
.select2-results li p {
	margin-bottom: 0;
	font-weight: 400 !important;
}
/*.sponsors-middle {
	width: 200px;
	padding-right: 37px;
	white-space: normal;
	text-align: left;
}*/
.bill-detail-summary-tab .bill-detail-sponsors {
	flex: 0 0 240px;
	max-width: 240px;
}
#ebtmaintable a {
	font-weight: normal;
}

#ebtmaintable_paginate .pagination .page-link,
.paginate_button .page-link {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.filter-icon,
.filter-icon-cal {
	width: 40px;
	height: 40px;
	z-index: 1;
}
.filter-icon span,
.filter-icon-cal span {
	opacity: 0;
	width: 18px;
	height: 18px;
	right: -5px;
	top: 0;
	font-size: 11px;
}
/*.filter-icon.active {
background: #051b35;
color:white;	
}*/
.filter-icon.active span,
.filter-icon-cal.active span {
	opacity: 1;
}
/*.dataTables_wrapper {
position: relative;	
}*/
.prv,
.nxt {
	left: 12px;
	z-index: 1;
	top: 27px;
	font-size: 17px;
	cursor: pointer;
	width: 25px;
	height: 25px;
}
.nxt {
	left: auto;
	right: 12px;
}
.prv.disabled,
.nxt.disabled {
	opacity: 0.1;
	cursor: auto;
}
.list-box ul li {
	position: relative;
}
.list-box ul li>input, .tz-selectAll, .form-check-input {
	opacity: 1;
	height: auto;
}
.list-box ul li>span {
	left: 4px;
	top: 1px;
	width: 14px;
	height: 14px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 9px;
	border-color: #6c757d !important;
	color: white;
}
.list-box ul li>input:checked+span {
	background:  var(--engagifii-color);
	border-color:  var(--engagifii-color) !important;
}
.paginate_button {
	margin: 0 !important;
}
.filter-list .list-group>li {
	margin-left: 0;
}
#site-content {
	overflow: visible;
}
div.dataTables_filter label {
	display: inline-block !important;
	position: relative;
}
.btn.blank {
	display: none;
	right: 0;
	top: 0;
}
div.dataTables_filter label.has-data input {
	background: none !important;
}
div.dataTables_filter label.has-data .btn.blank {
	display: block;
}
.badge {
	padding: 0.25em 0.4em !important;
}
.nav-tabs .nav-link {
	padding: 0.5rem 1rem !important;
}
/*.classes-page tbody>tr>td:first-child {
	width: 360px;
	display: block;
}
#ebtmaintable thead th.sorting_desc::after,
#ebtmaintable thead th.sorting::after,
#ebtmaintable thead th.sorting_asc::after,
.engagifii-box table.table thead th.sorting::after,
.engagifii-box table.table thead th.sorting_asc::after,
.engagifii-box table.table thead th.sorting_desc::after {
	position: static;
	margin-left: 8px;
	vertical-align: middle;
	display: inline-block;
}*/
@media only screen and (max-width:992px) {
	/* .elementor-element {
padding: 0 !important;	
} */
	/*table.table thead th.sorting::after,
	table.table thead th.sorting_asc::after,
	table.table thead th.sorting_desc::after {
		display: inline-flex;
		align-items: center;
	}*/
	.card-box>* {
		flex: 0 0 50%;
	}
	.custom-scroll {
		overflow: auto;
	}
}
@media only screen and (min-width:1200px) {
	[data-elementor-type="wp-page"] {
		min-height: 750px
	}
}
@media only screen and (min-width:1920px) {
	.bill-detail-page {
	min-height:94vh	
	}
}
@media only screen and (max-width:767px) {
	.dataTables_paginate {
		float: none;
	}
	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: center;
	}
	.card-box>* {
		flex: 0 0 100%;
	}
	.elementor-6 .elementor-element.elementor-element-42a9bfb7>.elementor-element-populated {
		padding: 1rem 0.5rem !important;
	}
}
.list-box ul li>input+span img,
.list-box ul li>label+span img,
.list-box ul li>span+span img {
	opacity: 0 !important;
}
.list-box ul li>input:checked+span img,
.list-box ul li>input:checked+span+span img {
	opacity: 1 !important;
}
/*.daterangepicker.opensleft.show-calendar {
	width: 355px !important;
}*/
.daterangepicker .drp-calendar {
	max-width: 360px !important;
}
.custom-select {
	background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center !important;
	background-size: 8px 10px !important;
}
.calendar__day:last-child {
	border-right: none !important;
}
/*.input-group-text {
	
	padding: 0.375rem 0.75rem !important;;
	
}*/
.fixed-list{ overflow: auto;}
  .eq-height {
	max-height: 216px !important;  
  }
  @media (min-width:1200px) {
	  .eq-height {
	height: 216px !important;  
  }
}
@keyframes placeHolderShimmer{
    0%{
        left: -20%;
    }
    100%{
        left: 120%;
    }
}

.content-loader {
    background: #f6f7f8;
    height: 20px;
	width:100px;
    position: relative;
	display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.content-loader::after {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: linear-gradient(to right, #f6f7f8 8%, #dddddd 18%, #f6f7f8 33%);
	background-size: cover;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	content: '';
	opacity: .5;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
color:var(--engagifii-color)	;
}
.transcaript-tabs button.nav-link {
	border-bottom: 4px solid transparent !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	outline:none !important;
}
.transcaript-tabs button.nav-link.active, .transcaript-tabs button.nav-link:hover {
	border-bottom:  4px solid var(--engagifii-color) !important;
}
.filter-toggle {
	width: 40px;
	height: 40px;
	color: var(--engagifii-color) !important;
}
.po-filter.show > .filter-toggle, .po-filter.ft-selected > .filter-toggle {
	background-color: var(--engagifii-color) !important;
	color: #fff !important;
}
.po-filter .dropdown-menu {
	width: 300px;
}
.po-filter label {
	font-size: 15px;
}
.filter-top-bg.bg-dark{
	background-color: var(--engagifii-color) !important;
}
.form-control:focus {
	border-color: var(--engagifii-color);
}
body.menu-closed {
padding-left: 0;	
}
.sidebar-nav-fixed{
background: var(--engagifii-color);	
width: 300px;
left: -300px;	
top: 0;
z-index: 1111;
transition:0.3s all ease-in-out;	
}
.sidebar-nav-fixed.open {
left: 0;
}

.sidebar-nav li a {
color:white;
border-bottom: 1px solid rgba(255,255,255,0.2);	
padding: 15px 0px;
display: block;
transition:0.3s all ease-in-out;
font-weight: 500;
}
.sidebar-nav li a:hover, .sidebar-nav li a.active {
border-bottom-color:white ;	
}
#menu-toggle {
	width: 45px;
	cursor: pointer;
	height: 45px;
	right: -45px;
	top: 4px;
	background: white;
}
#menu-toggle * {
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#menu-toggle #hamburger {
	width: 22px;
	height: 29px;
}
#menu-toggle span {
	display: block;
	background: #333;
}
#menu-toggle.open span {
	background: #333;
}
#menu-toggle #hamburger span {
	height: 2px;
	margin: 6px 0;
	width: 22px;
}
#menu-toggle.open #hamburger span {
	width: 0%;
}
#menu-toggle #hamburger span:nth-child(1) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
#menu-toggle.open #hamburger span:nth-child(1) {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
#menu-toggle #hamburger span:nth-child(2) {
	-webkit-transition-delay: .625s;
	transition-delay: .625s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
	-webkit-transition-delay: .125s;
	transition-delay: .125s;
}
#menu-toggle #hamburger span:nth-child(3) {
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}
#menu-toggle #cross {
	position: absolute;
	height: 25px;
	width: 25px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-toggle #cross span:nth-child(1) {
	height: 0%;
	width: 2px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#menu-toggle.open #cross span:nth-child(1) {
	height: 100%;
	-webkit-transition-delay: .625s;
	transition-delay: .625s;
}
#menu-toggle #cross span:nth-child(2) {
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#menu-toggle.open #cross span:nth-child(2) {
	width: 100%;
	-webkit-transition-delay: .375s;
	transition-delay: .375s;
}
input[type="checkbox"]{
	accent-color:var(--engagifii-color)
}
.people-select input[type="checkbox"]{
	accent-color:white;
}
#ebtmaintable_wrapper .dataTable thead tr>th,  .light-background thead>tr>th,  .engagifii-box .prv, .engagifii-box .nxt{ 
  background: var(--engagifii-color);
  color:white;
}
/*table tbody tr.selected {
	background-color: #d5e9ff !important;
}*/
.dropdown-item.active, .dropdown-item:active {
	background-color: var(--engagifii-color-hover);
}
.btn-primary.focus, .btn-primary:focus {
	background-color: var(--engagifii-color-hover);
	border-color: var(--engagifii-color-hover);
}
#popup-container {
    display: none; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; 
    max-width: 600px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000; 
    box-sizing: border-box;
	}

#popup-overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    z-index: 999; 
}

#popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5; 
}

#popup-title {
    margin-left: 0; 
    text-align: left; 
	font-size: 18px;
	color:#333;
}

#popup-close {
    background-color: transparent; 
    border: none;
    cursor: pointer;
    font-size: 14px; 
}
#popup-close-text {
    color: #333;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease, text-decoration 0.3s ease; 
}

#popup-close-text:hover {
    color: #007BFF !important; 
    text-decoration: underline !important; 
}