/* black border when cliked - Fix */
#eckb-article-content:focus {
    outline: none;
}
/* black border when cliked - Fix ends */
h1#asea-search-title {
    padding-top: 20px !important;
}
.epkb-faqs-container .epkb-faqs-cat-content-container {
    margin-top: -15px;
    margin-bottom: -15px;
}
#elay-sidebar-container-v2 .elay-sidebar__cat-container .sidebar_section_divider {
    background-color: #eeebeb !important;
}
#epkb-sidebar-container-v2 .epkb-sidebar__cat-container .sidebar_section_divider {
    background-color: #eeebeb !important;
}
span.elay-article-title__text,span.elay-article-title__icon {
    background: linear-gradient(to right, #F71717, #3c5ab5) !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
}
span.eckb-article-title__text,span.eckb-article-title__icon {
    background: linear-gradient(to right, #F71717, #3c5ab5) !important;
-webkit-background-clip: text !important;
-webkit-text-fill-color: transparent !important;
} 
#eckb-article-body .eckb-article-toc__inner {
	border-color:#eeebeb !important;
}
.faq-head {
	margin-bottom:-10px !important;
}
.faq-mainhead {
	margin-bottom:-8px !important;
}
.faq-subhead {
	margin-bottom:-13px !important;
} 


/*========================================================= Note section CSS =========================================================================
=======================================================================================================================================================*/
.postid-675 figure.adjusttable.wp-block-table .has-fixed-layout {
    margin-left: -1px !important;
}

.wp-block-image {
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}
.highlighted-box {
/*   background-color: #f7f7f7;  
  border: 2px solid #3498db;  */
	background-color: #efd9fd;
    border: 1px solid #3b2e58;
    border-radius: 8px;
    padding: 20px;
    padding-top: 6px !important;
    margin-top: 10px !important; 
}
/*======================= new note section CSS start =======================*/
.notes-common-style,li.custom-notes mark,.faq-notes{
	border-radius:5px;
    border-left-width: 4px;
	margin-bottom:10px;
    padding: 20px 24px 16px !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	max-width: 750px;
}  
.collapse-wrapper .has-global-padding.notes-common-style{
	padding-right:24px !important;
}  
 .notes-common-style > *:last-child{
	padding-bottom: 0;
    margin-bottom: 0 !important;
} 
.notes-common-style > *{
	margin-left:0 !important;
	margin-right:0 !important;
	font-size:17px !important;
	line-height:1.3;
	font-family:sans-serif !important;
}

.notes-common-style p:first-of-type::before,li.custom-notes mark::before,.faq-notes::before{
	margin-right: 6px;
    background-color: white;
    border-radius: 50%;
    padding: 4px;
	position: absolute;
	top:14px;
    left: 16px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
.notes-common-style p:first-of-type{
	font-weight:bold;
	padding-bottom:0px;
	padding-left: 32px !important;
	font-size:18px;
	margin-top:0px !important;
} 
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content .notes-common-style p:first-of-type{
	margin-top:0px !important;
	color:#1A0D3F !important;
	font-size:18px !important;
} 
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content .notes-common-style.dont-worry p:first-of-type{
	color:#2196f3 !important;
}
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content .notes-common-style > *{
	font-size:17px !important;
	color:#555 !important;
} 
.notes-common-style li,.notes-common-style ul,.notes-common-style ol{
	font-size:17px !important;
	font-family:sans-serif !important;
	color:#555 !important;
}

.notes-common-style.notes p:first-of-type::before,li.custom-notes.notes mark::before,.faq-notes.notes::before{
    content:"ℹ️";
	margin-right: 2px;  
}
.notes-common-style.important p:first-of-type::before,li.custom-notes.important mark::before,.faq-notes.important::before{
 	content: "❗";
	margin-right: 2px;  
}
.notes-common-style.recommended p:first-of-type::before,li.custom-notes.recommended mark::before,.faq-notes.recommended::before {
    content: "💡"; 
	margin-right: 2px;  
}
/* .notes ul,ol,.recommended ul,ol{
    padding-left:40px !important;
	margin-top:10px !important;
}
.notes ul,.recommended ul{
 list-style: disc;
}
.notes ul li,.recommended ul li{
	padding-left:5px;
	margin-bottom:10px !important;
}
.notes ul li:last-child,.notes ol li:last-child,.recommended ul li:last-child,.recommended ol li:last-child{
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}
.notes ul li::before,.recommended ul li:before {
  content: none !important;
} */

.notes-common-style ul,.notes-common-style ol {
    padding-left:40px !important;
	margin-top:10px !important;
}
.notes-common-style ul {
 list-style: disc;
}
.notes-common-style ul li {
	padding-left:5px;
	margin-bottom:10px !important;
}
.notes-common-style ul li:last-child,.notes-common-style ol li:last-child {
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}
.notes-common-style ul li::before {
  content: none !important;
}
.notes-common-style strong{
	font-weight:bold !important;
	color:#1A0D3F !important
}
@media (max-width:768px){
	.notes-common-style ol{
		padding-left:24px !important;
	}
}

/*-------font color for strong contents within notes start-----------*/
.faq-notes strong{
	font-weight:600;
}
li.custom-notes.notes mark strong,.faq-notes.notes strong{
	color:#1A0D3F !important;
 	font-weight:600;
}
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content .notes-common-style.important p:first-of-type{
	color:#dc3545 !important;
}
.notes-common-style.important strong,li.custom-notes.important mark strong,.faq-notes.important strong{
	color:#dc3545 !important;
	font-weight:600;
}
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content .notes-common-style.recommended p:first-of-type{
	color:#4caf50 !important;
} 
.notes-common-style.recommended strong,li.custom-notes.recommended mark strong,.faq-notes.recommended strong{
	color:#4caf50 !important;
	font-weight:600;
}
/*--------font color for strong contents within notes end------------*/

/*-------background color and border left color start-------- */
.notes-common-style.notes{
    border-left-color: #2196f3;
	background-color:#e6f3ff;
}
.notes-common-style.important{
    border-left-color: #dc3545;
	background-color:#fff3cd;
}
.notes-common-style.recommended{
    border-left-color: #4caf50;
	background-color:#e8f5e9;
} 
li.custom-notes.notes mark,.faq-notes.notes{
	border-left:5px solid #2196f3 !important;
	background-color:#e6f3ff !important;
}
li.custom-notes.important mark,.faq-notes.important{
	border-left:5px solid #dc3545 !important;
	background-color:#fff3cd !important;
}
li.custom-notes.recommended mark,.faq-notes.recommended{
	border-left:5px solid #4caf50 !important;
	background-color:#e8f5e9 !important;
}
/*------background color and border left color end  */
/*--------------code for notes inside the list-----------------*/
 li.custom-notes mark::after,.faq-notes::after{
	content:"Note:"; 
} 
 li.custom-notes.important mark::after,.faq-notes.important::after{
	content:"Important:"; 
	color:#dc3545 !important;
} 
 li.custom-notes.recommended mark::after,.faq-notes.recommended::after {
	content:"Recommended:"; 
	color:#4caf50 !important;
} 
/* list notes types common css start */
li.custom-notes mark,.faq-notes{
    display: block;
    position: relative;
	margin-top:7px;
	font-size: 17px;
    font-family: sans-serif;
    color: #555;
	line-height:1.3;
}
li.custom-notes mark::after,.faq-notes::after{
    position: absolute;
	top: 22.5px;
    left: 58px;
    font-weight: bold;
	font-family:sans-serif;
	font-size: 18px;
    color: #1A0D3F;
}  
li.custom-notes mark::before,.faq-notes::before{
	position: relative;
	top:-2px;
	left:-6px;
}
/* list notes types common css end */

/*======================= new note section CSS end =======================*/

 
/*===============Collapse View CSS===============================================================
==================================================================================================*/

.collapse-wrapper .has-global-padding {
/*     padding-left: 0 !important; */
    padding-right: 0 !important;
}
.collapse-wrapper .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
/*   max-width: 800px !important; */
}


.postid-674 #eckb-article-page-container-v2 #eckb-article-body {
    grid-template-columns: 20% 78% 0%;
}
.postid-1827 #eckb-article-page-container-v2 #eckb-article-body {
    grid-template-columns: 20% 78% 0%;
}
.epkb-faqs-container .epkb-faqs__cat-header{
  display: none !important;
}
.postid-1830 .epkb-faqs__item__question, .postid-1830 .epkb-faqs__item__question__text , .postid-1830 .epkb-faqs__item__question__icon.epkb-faqs__item__question__icon-closed.epkbfa.epkbfa-angle-down,.postid-1830 .epkb-faqs__item__question__icon.epkb-faqs__item__question__icon-closed.epkbfa.epkbfa-angle-up{
/* 	background-color:#f8f8f8 !important; */
	background-color:#fff !important;
}
.postid-1829 .epkb-faqs__item__question, .postid-1829 .epkb-faqs__item__question__text , .postid-1829 .epkb-faqs__item__question__icon.epkb-faqs__item__question__icon-closed.epkbfa.epkbfa-angle-down,.postid-1829 .epkb-faqs__item__question__icon.epkb-faqs__item__question__icon-closed.epkbfa.epkbfa-angle-up{
/* 	background-color:#f8f8f8 !important; */
	background-color:#fff !important;
}
.postid-577 .epkb-faqs__item__question, .postid-577 .epkb-faqs__item__question__text , .postid-577 .epkb-faqs__item__question__icon.epkb-faqs__item__question__icon-closed.epkbfa.epkbfa-angle-down,.postid-577 .epkb-faqs__item__question__icon.epkb-faqs__item__question__icon-closed.epkbfa.epkbfa-angle-up{
/* 	background-color:#f8f8f8 !important; */
	background-color:#fff !important;
}
.postid-577 .epkb-faqs-border-all .epkb-faqs__item-container, .postid-1827 .epkb-faqs-border-all .epkb-faqs__item-container,.postid-1828 .epkb-faqs-border-all .epkb-faqs__item-container,.postid-1829 .epkb-faqs-border-all .epkb-faqs__item-container,.postid-1830 .epkb-faqs-border-all .epkb-faqs__item-container {
/*     border: 4px solid #e8e8e8; */
	border-left:4px solid #e8e8e8;
	border-right:4px solid #e8e8e8;
	border-top:2.5px solid #e8e8e8;
}
/* .postid-577 .customsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container,.postid-1827 .customsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container, .postid-1828 .customsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container,.postid-1829 .customsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container,.postid-1830 .customsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container {
    border-bottom: 2.5px solid #e8e8e8 !important;
} */

.postid-577 .customsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container, .postid-1827 .customsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container, .postid-1828 .customsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container, .postid-1829 .customsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container, .postid-1830 .customsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container {
    border-left: 3.5px solid #e8e8e8 !important;
    border-right: 3.5px solid #e8e8e8 !important;
    border-bottom: 2.5px solid #e8e8e8 !important;
}
/* .epkb-faqs-border-all-space-none .epkb-faqs__item-container:last-child {
    border: 2px solid #e8e8e8 !important;
} */
.postid-577 .epkb-faqs-border-all-space-none .epkb-faqs__item-container:last-child,.postid-1830 .epkb-faqs-border-all-space-none .epkb-faqs__item-container:last-child,.postid-1829 .epkb-faqs-border-all-space-none .epkb-faqs__item-container:last-child {
    border: 2px solid #e8e8e8 !important;
}
.postid-577 .epkb-faqs-border-all-space-none .epkb-faqs-cat-containe,.postid-1830 .epkb-faqs-border-all-space-none .epkb-faqs-cat-container,.postid-1829 .epkb-faqs-border-all-space-none .epkb-faqs-cat-container {
    border-bottom: solid 2.5px #e8e8e8 !important;
	border-top: solid 2.5px #e8e8e8 !important;
}
.epkb-faqs-border-all-space-none .epkb-faqs-cat-container {
    border-bottom: solid 1.5px #e8e8e8 !important;
	border-top: solid 0px #e8e8e8 !important;
}
.collapse-wrapper .important-note {
    padding-bottom: 10px !important;
    margin-bottom: 10px;
    margin-top: 10px;
}
h3.collapse  {
	    line-height: 1.1;
}
#eckb-article-content {
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    #eckb-article-page-container-v2 {
        display: flex;
        flex-direction: column;
    }

    #eckb-article-right-sidebar {
        order: -1; 
        width: 100%;
        margin-top: 0 !important;
        grid-column-start: unset;
        grid-column-end: unset;
    }

    #eckb-article-body {
        order: 0;
    }
}

#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content .collapse-wrapper table, tr, td {
    
/*     margin-left: -30px; */
    margin-top: 15px !important;
}

 .collapse {
    cursor: pointer;
	padding-top: 13px !important;
    padding-bottom: 13px !important;
	padding-right: 5px !important;
    background: #ffffff;
    border: 1px solid #ccc;
    position: relative;
    font-weight: bold;
    user-select: none;
    -webkit-user-select: none;
    width: 100% !important;
	padding-left: 50px !important;
    -moz-user-select: none;
    -ms-user-select: none;
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    line-height: 1.4; 
}

.collapse span {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #1A0D3F;
    flex-grow: 1;
    min-width: 0; 
}

.collapse a {
    color: blue;
    text-decoration: underline;
    display: inline-block;
}
.collapse-content {
    display: none;
    background: #fff;
}

.collapse-content.open {
    display: block !important;
	padding-left:10px;
}


.collapse-content.open {
  display: block !important;
}

.collapse.open {
    background-color: #f0f0f0;
}
.collapse::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107"; 
    font-size: 0.8em;
    color: #EC2C66;
    position: absolute;

	left: 15px;
    top:55%; 
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.collapse.open::after {
    content: "\f106"; 
}

.copy-link-icon {
    font-size: 0.85em;
    vertical-align: middle;
    position: relative;
    top: -5px;
} 
.collapse-wrapper { 
  border: 1px solid #ccc;
  margin-top: -1px;
	padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 20px;
    padding-right: 20px;
}


.postid-675 .wp-block-table .has-fixed-layout {
    margin-left: -33px !important;
}


/* Sub-collapse header style: slightly smaller font, indent, and lighter background */
.sub-collapse {
    cursor: pointer;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 50px !important;
/*     padding-right: 32px !important; */
    background: #fafafa;
    border: 1px solid #ddd;
    position: relative;
    font-weight: 600;
    user-select: none;
    display: flex;
    align-items: center; 
    line-height: 1.3;
    font-size: 0.9em;
    margin-top: 8px;
    border-radius: 3px;
   width: 91.2%;
    margin-left: 4px !important;
	cursor: pointer;
	margin-bottom: 0px;
}

/* Sub-collapse icon */
.sub-collapse::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107"; /* down arrow */
 font-size: 0.9em;
  color: #EC2C66;
  position: absolute;
  left: 25px;
  top: 55%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.sub-collapse.open::after {
  content: "\f106"; /* up arrow */
}

/* Sub-collapse content container */
.sub-collapse-content {
  display: none;
  background: #fff;
  padding-left: 20px; 
  border-radius: 0 3px 3px 0;
	margin-top: 5px;
    padding-top: 5px;
    border-radius: 0 3px 3px 0;
    width: 563px;
    margin-left: -20px !important;
	padding-right: 5px;
}

.sub-collapse-content.open {
  display: block;
}

/* .sub-collapse-wrapper {
 border: 1px solid #ccc;
  margin-top: -1px; 
	padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 20px;
    padding-right: 20px;
  transition: background 0.3s ease;
	width: 619px !important;
	
} */
.sub-collapse-wrapper {
    border: 1px solid #ccc;
    margin-top: -1px;
    padding: 10px 20px 10px 30px;
    transition: background 0.3s ease;
    width: 100%;
    max-width: 672px !important;
    box-sizing: border-box;
	margin-left: 4px !important;
}

.sub-collapse-wrapper {
  display: none; /* Default hidden */
}
.sub-collapse-wrapper.open {
  display: block; /* Shown when expanded */
}

.sub-collapse-wrapper.open {
/* 	 width: 109.4%; */
       
}
.sub-collapse.open {
background-color: #f0f0f0;
}
h3.sub-collapse {
	padding-left: 60px !important;
}



/* Responsive adjustments for zoom-out (or smaller viewports)
   These mimic zoom behavior and prevent right drift. */

/* at ~90–80% zoom or tablets */
@media (min-width: 1500px) {
	.collapse-content.open:not(.sub-collapse):not(.sub-collapse-content) {
		margin-right: 120px !important;

	}
}
	@media (min-width: 1700px) {
	.collapse-content.open:not(.sub-collapse):not(.sub-collapse-content) {
		margin-right: 150px !important;

	}
}
		@media (min-width:1901px) {
			.collapse-content.open:not(.sub-collapse):not(.sub-collapse-content) {
		margin-right: 346px !important;

	}
		}
	

/*========================================================Copy Link CSS=============================================================================*/
.fa-angle-down:before {
    content: "\f107";
    font-size: 15px;
}
.fa-link:before {
  content: "\f0c1";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900; /* or 400 depending on the icon style */
}
.fa, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
 .copy-link-icon {
  color: black !important;

  vertical-align: middle;
  margin-left: 8px;
  transition: color 0.2s ease;
  text-decoration: none;
}

.copy-link-icon:hover {
  color: #0073e6 !important;
}

.copy-link-wrapper {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  font-size: 0.85em;
  vertical-align: middle;
}

.copy-link-icon-tooltip {
  position: fixed;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.2s ease;
}

.copy-link-icon-tooltip::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}


.copy-link-icon-tooltip::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}
 */
.copy-link-wrapper:hover .copy-link-icon-tooltip {
  opacity: 1;
}


body .fa {
    font: normal normal normal 20px / 1 FontAwesome !important;
}


h2 button, h3 button {
  display: none;
}

h2:hover button, h3:hover button {
  display: inline;
}
.copy-link-wrapper {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
	top: 0px;
}

.heading-with-copy {
  display: inline-flex; /* key: keep heading and icon together */
  align-items: center;
  flex-wrap: wrap; /* optional */
}

.heading-with-copy h2,
.heading-with-copy h3 {
  display: inline; /* ensures heading wraps as part of flex */
  margin: 0;
  padding: 0;
}
.copy-link-wrapper {
  margin-left: 8px;
  font-size: 0.85em;
  vertical-align: middle;
}

/* copy link shows only on hover for .collapse headings starts  */
.copy-link-wrapper.hover-to-show {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.heading-with-copy:hover .copy-link-wrapper.hover-to-show {
  opacity: 1;
}
.copy-link-wrapper:hover .copy-link-icon-tooltip {
  opacity: 1;
}
/*  copy link shows only on hover for .collapse headings ends */



/*======================================================Table CSS ==================================================================================*/

table.faqtable, table.faqtable td, table.faqtable th {
    font-size: 12px !important;
	margin-left:-10px !important;
}
.postid-674 #eckb-article-page-container-v2 #eckb-article-body #eckb-article-content table, tr, td {
    font-size: 15px;
}
.heading-box {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 2em;
}

.section-separator {
  border: none;
  height: 1px;
  background-color: #ddd;
  margin: 2em 0;
}

.faqsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container {
    border-bottom: 1px solid #bababd
}

.customsecclass .epkbfa-angle-down .epkbfa-angle-up{
	color:#EC2C66;
}
.customsecclass .epkbfa-angle-down:before {
	color:#EC2C66;
}
.customsecclass .epkbfa-angle-up:before {
	color:#EC2C66;
}

.customsecclass div {
    position: relative;
    background-color: white;
}
.customsecclass .note-content {
    background-color: transparent !important;
}


.customsecclass .epkb-faqs-border-all-space-none .epkb-faqs__item-container {
    border-bottom: 1px solid #ffffff !important;
}
.customsecclass .epkb-faqs__item__answer .wp-block-list li > span {
/*   margin-left: -20px !important; */
}
.customsecclass .epkb-faqs__item__question__icon {
    padding-right: 10px;
}
.customsecclass .epkb-faqs__item-container--active 
.epkb-faqs__item__question,
.customsecclass .epkb-faqs__item-container--active 
.epkb-faqs__item__question__text,
.customsecclass .epkb-faqs__item-container--active 
.epkb-faqs__item__question__icon {
  background-color: #f0f0f0 !important;
}
.customsecclass .epkb-faqs__item__question__text{
	color:#1A0D3F;
	font-weight:bold;
}
/* Table Styling */
table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
	border-radius: 8px !important;
}

/* Table Header */
table thead tr {
    background-color: #C2185B; /* Dark pink */
    color: #fff;
    font-weight: bold;
}

th {
    padding: 12px;
    border: 1px solid #ccc;
    text-align: left;
}

/* Table Cells */
td {
    padding: 10px;
    border: 1px solid #ccc;
    vertical-align: top;
	color:#777 !important;
}

/* Hover Effect */
tr:hover {
    background-color: #f0f0f0; 
}
/* table tr:first-child { */
table thead tr:first-child,
table:not(:has(thead)) tbody tr:first-child {
/*     background-color: #6C75E1; */
	background-color:#f0f0f0;
    font-weight: bold;
	 padding: 8px 12px;
    line-height: 1.2; 
    white-space: nowrap; 
    vertical-align: middle; 
	
}
/* table tr:first-child td { */
table thead tr:first-child,
table:not(:has(thead)) tbody tr:first-child {
/*     color:#ffffff !important; */
	color:#000000 !important;
	font-weight: 400;
}

.wp-block-table td, .wp-block-table th {
    border: 0px solid;
}
tr {
	border-bottom:8px solid #f0f0f0 !important;
	border-left: 15px solid #f0f0f0;
	border-right: 15px solid #f0f0f0;
}
/* Add vertical lines between all table columns */
table th:not(:last-child),
table td:not(:last-child) {
    border-right: 8px solid #f0f0f0;
}

ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
}
 #eckb-article-content-body ul.customlist li  {
	line-height: 0.9 !important;
}
#eckb-article-content-body ol.customlist li {
	line-height: 1.2 !important;
}
@media (min-width: 769px) {
  ul.customlist li {
    line-height: 0.8;
  }
	ol.customlist li {
	line-height: 1 !important;
}
}

.customlist ol li ul li , .customlist ul li ol li {
    margin-bottom: -6px !important;
}

ul li  {
    padding-left: 25px; /* Space for icon */
    position: relative;
}
ul li ul {
    list-style-type: disc; /* Default bullets for nested lists */
	color: #EC2C66;
}

li::marker {
	color: #EC2C66 !important; 
}
ul li ul li::before {
    content: "" !important;
}
ul li ul li {
	padding-left: 5px;
}
.epkb-faqs__item__answer ul {
	list-style-type: disc;
	 padding-left: 35px !important;
}
.epkb-faqs__item__answer ul li {
	padding-left: 5px;
	font-size:17px !important;
}

.epkb-faqs__item__answer ul li::before {
    content: "" !important;
}
/* normal <ol>  */
ol.wp-block-list li {
    padding-bottom: 10px;
    padding-left: 10px;
}
ol {
    padding-left: 40px !important;
}
li::marker {
/* font-weight: bold; */
	font-weight: 500;
}
 
/* Restore default styling for nested OLs */
ol li ol {
  list-style: decimal;
  counter-reset: none;
  padding-left: 40px;
	color: #EC2C66;
}

ol li ol li {
  padding-left: 20px;
  position: static;
}

ol li ol li::before {
  content: none;
  position: static;
}
.epkb-faqs__item__answer ol li::before {
  content: none;
  position: static;
}
.epkb-faqs__item__answer ol {
	list-style: decimal;
  counter-reset: none;
  padding-left: 38px;
	color: #EC2C66;
}
.epkb-faqs__item__answer ol li {
	padding-left: 10px;
}
.epkb-faqs__item__answer ul li {
    line-height: 21.5px !important;
    margin-bottom: 10px !important;
}
.epkb-faqs__item__answer ol li {
/* line-height: 21.5px !important;
margin-bottom: 10px !important; */
	line-height: 21.5px !important;
    margin-bottom: 8px !important;
}
.epkb-faqs__item__answer ul li ul li {
    margin-left: -15px;
}
/* Restore default bullets for UL inside OL */
ol li ul {
  list-style-type: disc;
  padding-left: 40px;
}

ol li ul li {
  padding-left: 5px;
}

ol li ul li::before {
  content: none !important;
}
ol li ul li {
    margin-bottom: -10px !important;
}



/*=============================================================================Page CSS Demo =============================================================*/
.iconimg img {
	height: 16px;
    width: 16px !important;	
	max-width:35px !important;
	max-height:35px !important;
}
/* .inline-icon img{
	height:16px;
	width:16px !important;
	max-width:35px !important;
	max-height:35px !important;
} */
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-body ul {
	padding-left: 46px;
}

#eckb-article-page-container-v2 
#eckb-article-body 
#eckb-article-content 
#eckb-article-content-body 
ul li:has(.blue-big-font)::before {
    top: 11px;
}
#eckb-article-content-body ul li:has(img)::before {
  top: 7px; 
}


#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-body ul li::before {
    content: "✔"; 
    position: absolute;
    left: 0;
/*     color: #4e7398 ;  */
	color: #EC2C66;
    font-size: 16px; 
    font-weight: bold;
}


#elay-sidebar-container-v2 .elay-sidebar__cat__top-cat__heading-container .elay-sidebar__heading__inner__name .elay-sidebar__heading__inner__cat-name {
    
    font-weight: bold !important;
}
#elay-sidebar-container-v2 h1, #elay-sidebar-container-v2 h2, #elay-sidebar-container-v2 h3, #elay-sidebar-container-v2 h4, #elay-sidebar-container-v2 h5, #elay-sidebar-container-v2 h6, #elay-sidebar-container-v2 p, #elay-sidebar-container-v2 a, #elay-sidebar-container-v2 div, #elay-sidebar-container-v2 span, #elay-sidebar-container-v2 strong, #elay-sidebar-container-v2 b, #elay-sidebar-container-v2 i, #elay-sidebar-container-v2 ol, #elay-sidebar-container-v2 ul, #elay-sidebar-container-v2 li, #elay-sidebar-container-v2 section, #elay-sidebar-container-v2 nav, #elay-sidebar-container-v2 menu, #elay-sidebar-container-v2 header, #elay-sidebar-container-v2 form, #elay-sidebar-container-v2 input, #elay-sidebar-container-v2 button, #elay-sidebar-container-v2 img, #elay-sidebar-container-v2 legend, #elay-sidebar-container-v2 label, #elay-sidebar-container-v2 fieldset {
   font-size:15px !important;
}
#epkb-ml-faqs-basic-layout .epkb-faqs-title h2{
	padding-top:10px !important;
}
.eckb-article-title h1{
	margin-bottom:-40px !important;
}
#eckb-article-content-body h2{
	padding-top:10px !important;
/* 	margin-top: 2px !important; */
	margin-bottom:10px !important;
}
#eckb-article-content-body h3{
	
	margin-top: 20px !important;
	margin-bottom:5px !important;
	}
#eckb-article-content-body h4,h5{
    margin-top: 20px !important;
	margin-bottom:5px !important;
}
#eckb-article-content-body p {
	margin-top:10px !important;
}
@media (max-width: 768px) {
#eckb-article-content-body a {
	 word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
	}	
}

#eckb-article-content-body ul li {
    margin-bottom: 12px;  /* Add space between list items */
    line-height: 1.3; /* Control line spacing inside multi-line list items */
}

#eckb-article-content-body ul li:not(:last-child) {
    margin-bottom: 16px;  /* Extra space between list items */
}
@media (max-width: 768px) {
#eckb-article-page-container-v2 iframe {
        width: 100% !important;
        max-width: 335px !important; /* Adjust based on your layout */
        height: auto !important; 
        aspect-ratio: 16/9; /* Maintains proper video ratio */
    }
#eckb-article-page-container-v2 img {
/*         width: 100% ; */
        max-width: 300px !important; /* Adjust based on your layout */
        height: auto !important; /* Keeps aspect ratio */
    }
}
@media only screen and (max-width: 768px) {
.eckb-kb-block-advanced-search #asea-doc-search-container #asea-section-1 #asea-search-description-2 {
/*     width: 60% !important; */
}
.eckb-kb-block-advanced-search #asea-doc-search-container #asea-section-1 #asea-search-title {
	font-size: 46px !important; }

#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content .eckb-article-toc {
    
    margin-top: 5px !important;
    margin-left: -15px !important;
}
}
#asea-doc-search-container #asea-section-1 #asea-search-description-2 {
   width: 63% !important;
}
#eckb-article-content-body h3 {
	margin-top: -10px !important;
}
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-footer {
    padding-top: 30px !important;
   
}




/*========================================mobile view CSS==================================================================================*/


@media (max-width: 768px) {
#eckb-article-page-container-v2 li.mobiconimg img.wp-image-2103 {
    height: 15px !important;
    width: 15px !important;
}
	.mobilelist li {
    margin-left: 5px !important;
}
body .important-note ol {
    padding-left: 0px !important;
    margin-top: 12px !important;
    margin-left: -11px !important;
}
}

.postid-678 .fixed-list-table {
    margin-left: 11px !important;
    width: 661px !important;
}
#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content h3.new-custom-head {
  font-size: 20px !important;
}

@media (max-width: 768px) {
  body #eckb-article-content-body ul.customlist li {   
	  line-height: 1.3 !important;
    margin-bottom: -1px !important;
  }
.postid-678 .fixed-list-table {
    margin-left: -15px !important;
    width: 290px !important;
}
body.postid-675 .wp-block-table .has-fixed-layout {
    margin-left: -18px !important;
}
	
}
@media (max-width: 768px) {
  /* Scope only to the specific list with class .preview-img */
  .preview-img > li:first-of-type > img:first-of-type {
    width: 20px !important;
    height: 20px !important;
  }

  .preview-img > li:first-of-type > img:last-of-type {
    width: 300px !important;
    height: 85px !important;
    max-width: 100% !important;
    display: block;
    margin-top: 8px;
  }
}


/* Fix the table layout and remove overflow */
.fixed-list-table {
  table-layout: fixed;
  width: 107% !important;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  overflow: hidden;
	margin-left: -37px !important;
}

/* Remove extra padding or margins from table cells */
.fixed-list-table td,
.fixed-list-table th {
  padding: 8px;
  word-wrap: break-word;
  vertical-align: top;
}

/* Remove any horizontal scroll on body or html */
body, html {
  overflow-x: clip !important;
  margin: 0;
  padding: 0;
}

/* Hide scrollbar (for webkit browsers) */
.fixed-list-table::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar (for Firefox) */
.fixed-list-table {
  scrollbar-width: none;
}

@media (max-width: 768px) {
    html, body {
        width: 100%;
        overflow-x: clip !important; 
    }
	#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content h1 {
    font-size: 30px !important;
}
	#eckb-article-page-container-v2 #eckb-article-body #eckb-article-content #eckb-article-content-body ul {
    padding-left: 0px !important;
}
body .sub-collapse {
        width: 89% !important;
        padding-right: 7px !important;
        margin-left: -19px !important;
    }
.sub-collapse-wrapper {
margin-left: -18px !important;
}
.sub-collapse-wrapper.open {
/*     width: 105.4% !important; */
 width: 94.4% !important;	
	}
.postid-675 .sub-collapse-wrapper.open {
        width: 98% !important;
        margin-left: -22px !important;
    }
body .postid-675 #eckb-article-page-container-v2 #eckb-article-body #eckb-article-content h3.sub-collapse {
        margin-left: -23px !important;
    }
.sub-collapse-content {
width: 306px !important;
}
.sub-collapse-wrapper.open .sub-collapse-content.open table {
         margin-left: -5px !important;
}

.sub-collapse-content .important-note {
        width: 217px !important;
    }
.important-note.important::before {
		left:9px !important;   }
.customsecclass {
    width: 108% !important;
    margin-left: -10px !important;
}
ol.collapse-content .important-note.note {
    margin-left: -52px !important;
}
.break-text {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.break-text em {
  margin-left: 0;
}
}
/* Only enable horizontal scrolling on smaller screens */
@media (max-width: 768px) {
  table.large-table {
    width: 100% !important;
    table-layout: auto !important;
    border-collapse: collapse;
    word-break: break-word;
  }

  table.large-table td,
  table.large-table th {
    font-size: 14px;
    padding: 8px;
    word-break: break-word;
    overflow-wrap: anywhere; 
    white-space: normal !important;
  }

  table.large-table a {
    word-break: break-word;
    display: block;
  }
.large-table table{
    width: 100% !important;
    table-layout: auto !important;
    border-collapse: collapse;
    word-break: break-word;
  }

  .large-table table td,
  .large-table table th {
    font-size: 14px;
    padding: 8px;
    word-break: break-word;
    overflow-wrap: anywhere; 
    white-space: normal !important;
  }

  .large-table table a {
    word-break: break-word;
    display: block;
  }	
.fixed-list-table table {
  width: 100% !important;
  table-layout: auto !important;
  border-collapse: collapse;
  word-break: break-word;
}

.fixed-list-table table td,
.fixed-list-table table th {
  font-size: 14px;
  padding: 8px;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal !important;
}

.fixed-list-table table a {
  word-break: break-word;
  display: block;
}

}

@media (max-width: 768px) {
  .faqtable-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  table.faqtable {
    width: max-content; /* allow natural width */
    min-width: 100%;
    border-collapse: collapse;
    table-layout: auto;
  }

  table.faqtable th,
  table.faqtable td {
    white-space: nowrap; /* prevent breaking */
    padding: 8px;
    font-size: 14px;
    text-align: left;
  }

  table.faqtable a {
    display: inline-block;
    word-break: break-word;
  }
	/* Remove table scroll and force it to fit in parent */
.fixed-list-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin-left: 0 !important; /* Removes left spacing */
  overflow-x: hidden;
}

/* Hide scrollbar if it still appears */
.fixed-list-table::-webkit-scrollbar {
  display: none;
}

.fixed-list-table {
  scrollbar-width: none; /* Firefox */
}

/* Optional: if table is inside a container that causes scroll */
.fixed-list-table:parent {
  overflow-x: hidden !important;
}

}

@media (max-width: 768px) {
/* .inline-icon img{
	width:20px !important;
	height:20px !important;
	max-width:35px !important;
	max-height:35px !important;	
} */
.iconimg img {
  width: 20px !important;
  height: 20px !important;
  max-height:35px !important;
  max-width:35px !important;
}
.important-note.note.has-list {
    width: 90%;
}
.copy-link-icon {
    top: 1px !important;
}
/* body .iconimg {
		 width:10% !important;
	} */
.iconimg {
/*   display: list-item; */
  line-height: 1.5;
}
#eckb-article-page-container-v2 li img {
  width: 20px !important;
  height: auto !important;
  max-width: 100% !important;
  vertical-align: middle;
}
  #eckb-article-page-container-v2 p.iconimg img {
    width: 20px !important;
    height: auto !important;
    max-width: none !important;
  }
 body .epkb-faqs__item__answer ul{
    list-style-type: disc;
    padding-left: 14px !important;
}
	body .epkb-faqs__item__answer ol {
		list-style-type: numeric;
		 padding-left: 14px !important;
	}
}


@media (max-width:768px) {
	#eckb-article-content-body ul li {
  margin-left: 26px; 
  word-break: break-word;
  overflow-wrap: break-word;
}
	#eckb-article-page-container-v2 img {
        max-width: 300px !important;
		width: 100% !important;
    }
	ol {
		padding-left: 65px !important;
	}
.collapse {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 3px !important;
    }
	.collapse-content p{
/* 		margin-left: -15px !important; */
	}
	
body #eckb-article-page-container-v2 #eckb-article-body #eckb-article-content h3.sub-collapse {
		margin-left:-23px !important;
	}
	.collapse-content ul,
.collapse-content ol {
  padding-left: 30px !important;
}
	.collapse-content .important-note {
/* 		width: 230px; */
		width:80%;
    margin-left: -16px !important;
	}
.collapse-content .important-note.has-list {
	width:107% !important;
	}
 .postid-678 .collapse-content .important-note.has-list, .postid-676 .collapse-content .important-note.has-list {
        width: 107% !important;
    }
	
	.important-note {
/*         width: 255px; */
        margin-left: 5px !important;
    }
	.highlighted-box {
    width: 276px;
	padding-left: 30px !important;
}
	.padded-left-70 {
		padding-left: 50px;
	}
	.padded-left-70 ul ,
	.padded-left-70 ol {
		padding-left: 0px !important;
	}
	
.collapse-content ul li ul ,  
	.collapse-content ol li ul {
    padding-left: 55px !important;
}
}
@media (max-width: 768px) {
    #eckb-article-page-container-v2 li.sample-image img {
        width: 300px !important;
        height: 85px !important;
    }
	 #eckb-article-page-container-v2 li img.sample-image {
    width: 300px !important;
    height: 85px !important;
  }
	.epkb-faqs__item__question__text {
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.wpmm_brand_logo_wrap img {
    margin-left: 0px !important;
	}
body #eckb-article-content-body ul.singlelinemob li	 {
		line-height:0.5 !important;
	}
}


/*===================additional css ===============================================================*/

footer .wp-block-social-links li{
	list-style:none !important;
}
strong {
	font-weight:500;
}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{
	fill:white;
	color:white;
}
footer .wp-block-social-links li{
height:24px !important;
width:24px !important;
	padding:0.25em;
	border-radius:50% !important;
}
 
footer ul{
	padding-left:0 !important;
}
.footersocialiconcol{
	display:flex;
	justify-content:right;
}

.newtemphide { 
    display: none !important; 
}

@media only screen and (max-width: 1100px) {
    #asea-doc-search-container #asea-section-1 #asea_search_form {
        width: 90% !important;
        padding: 10px;
        margin-top: -25px !important;
        padding-bottom: 28px !important;
    }
	h5#get-started {
    margin-bottom: 0px !important;
}
h5#product-1 {
    margin-top: 13px !important;
    margin-bottom: -3px !important;
}
h5.mblviewsol {
        margin-top: 1px !important;
        margin-bottom: -2px !important;
    }
h5#support {
    margin-bottom: -4px !important;
}
h5.mblviewcomp {
        margin-top: -3px !important;
        margin-bottom: -2px !important;
    }
}
.custom-header{
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
	margin-top: -18px !important;
/* 	margin-bottom: 15px !important; */
/* 	padding-bottom: 20px !important; */
/* 	margin-top: -25px !important; */
}

/*
#asea-section-1 {
    margin-top: 60px !important;
} */
.has-base-background-color {
    background-color: #ffffff !important;
	 border-bottom: none !important;
    border-right: none !important;
	border-top: none !important;
	border-left:none !important;
	padding-top: 10px !important;
  padding-bottom: 5px !important;
}
a:active, a:focus {
 
    outline: 0 !important;
    border: none !important;
    -moz-outline-style: none !important
}
header.scrolled {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
	
}
/*mobile view*/
@media only screen and (max-width: 768px) {
.wp-block-columns .wp-block-column.footeraddresscol1{
		flex-basis:0% !important;
	}
	.footercol4{
padding-right:0px !important;
}
	.wp-block-columns .wp-block-column.footeraddresscol2{
		flex-basis:60% !important;
	}
	
	.fa.fa-angle-down{
		font-size:18px;
	}
	.footergrppaddingmbl{
		padding-left:28px !important;
		padding-right:28px !important;
  }

.footerfontweight {
 font-weight: 690 !important;
 font-size: 18px !important;
   }
	.wp-block-columns .wp-block-column.footeraddresscol1 figure{
		margin-left:0 !important;
	}
.footercolmblalign {
   padding: 24px 10px;
   border-bottom: 1px solid black !important;
	margin-top:0 !important;
    }
	.wp-block-columns .wp-block-column .footercol4{
		padding-right:0 !important;
	}
	footer h5 {
    font-size: 22px !important;
    }
 .footericonmbl {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    }
	.mblheader{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.mblheadercol{
		gap:10px;
		padding-bottom:15px;
	}
	
	.mblmenubutton-container{
/* 		display:flex !important; */
	}
	
	.producttab .mblmenubtnhide{
		width:340px !important;
		height: 50px !important;
	}
	.migratebtnmbl{
		padding:10px 30px !important;
	}
	
	
	.mblsinglepostpadding{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.sitecol1{
		display:flex !important;
		gap:5px !important;
		margin-top:25px !important;
	}
	.wp-block-columns .wp-block-column.sitecol{
		flex-basis:45% !important;
	}
	
	.home-mig-sec-cols{
		padding:0px !important;
	}
	.home-blog-sec{
		width:100% !important;
	}
	.wp-block-image.has-custom-border img {
		border-top-left-radius:15px !important;
		border-top-right-radius: 15px !important;
		border-bottom-left-radius:0px !important;
	}
	.sharesocialicon{
justify-content:center !important;
}
	.sharesocialicon .wp-block-social-links{
font-size:20px !important;
}
	.mblsinglepostfont h2{
font-size:18px !important;
}
	.home-blog-list-cols{
		gap:0px !important;
	}
	.mblhidecol{
display:none !important
}
	.home-blog-sec-btn{
		justify-content:center !important;
	}
	.home-blog-sec-col2{
		padding-left:10px !important;
	}
	.bannershare{
margin-left:0 !important;
}
.singlepostsocialicon .sharesocialicon{
		margin-right:0 !important;
}
.singlepostsocialicon{
display:flex;
}
	.wp-block-table {
		width:100% !important;
	}
	body.single-post .entry-content>*{
max-width:100% !important;
}
	
}

/* @media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
  flex-basis:48% !important;
    }
} */



/* mobile view end */
.siteimg{
	width:60% !important;
	margin:auto !important;
}
.imgspi{
	width:148px !important;
	margin:auto !important;
}
.imgred{
	width:300px !important;
	margin:auto !important;
}
.img ze{
	width:430px !important;
}
.wp-block-image.has-custom-border img {border-top-left-radius:15px !important;
	border-bottom-left-radius: 15px !important;
}
.wp-block-greenshift-blocks-iconlist {
margin-top:0px !important;
}

.colclsforposition{
position:absolute !important;
bottom:20px !important;
}
.custom-div-label img{
	border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}
.ebpg-post-grid-column .custom-div-label img{
	width:138px !important;
}
.imgsin{
	width:235px !important;
}

@media only screen and (max-width: 768px) {
	.mblblogsheadingfont{
		font-size:18px !important;
	}
	ul.wp-block-categories-list li{
		margin-right:9px !important;
	}
	ul.wp-block-categories-list{
		flex-wrap:wrap !important;
	}
	.cat-item.cat-item-101{
		    width: 38%;
	}
	.cat-item.cat-item-130{
		    width: 44%;
	}
	.cat-item.cat-item-131{
		    width: 35%;
	}
	.cat-item.cat-item-132{
		    width: 20%;
	}
	 
}

@media (min-width: 1413.33px){
	.custom-div-label{
		left:64% !important;
	}	
}


.imgwid{
	width:470px !important;
}
.imgsiz{
	width:110px !important;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul > li {
    margin-left: -18px !important;
}

/*-----------------------Reusable hightlight section-----------------------------*/
