/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


/* width test */
.content-container {
    /*min-width: 90%*/ /*tak było*/
    max-width: 80%; /*test*/
}

body{
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
}

.portal-content.theme1 {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.additionalResourcesBtn, .additionalResourcesBtn:hover, .additionalResourcesBtn:active, .additionalResourcesBtn:focus{
    background-color: white !important;
    border: none;
}

.materialboxed.active{
    max-width: 100%!important;
    max-height: 100%!important;
}

.navbar-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.dropdown{
    width: inherit;
}

.pull-right>.dropdown-menu{
    right: 0;
}

.dropdown-menu{
    padding: 16px 0;
    font-size: 14px;
}

.section-nav.nav>li a {
color: #848888;
}


.section-nav.nav li.active>a {
color: #fff500!important;
}

p{
    color: #333;
    /*text-align: justify;*/
}

/* =========================================================================
   GATEKEEPER AUTH BUTTON RESET (NAVBAR INTEGRATION)
   ========================================================================= */

/* Structural Layout Wrappers for Top Nav elements */
.gk-nav-form,
.gk-nav-wrapper {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
}

/* Navbar Button Properties */
.gk-nav-btn {
    display: inline-block !important;
    background-color: #000000 !important;
    color: #ffffff !important; 
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 22px !important;
    border: 2px solid #000000 !important;
    border-radius: 6px !important;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    line-height: 1 !important;
    transition: background-color 0.2s ease, color 0.2s ease;
    outline: none;
    opacity: 1 !important;
}

.gk-nav-btn:hover,
.gk-nav-btn:focus { 
    background-color: #ffffff !important;
    color: #000000 !important; 
    border-color: #000000 !important;
}

/* Hero Button: Standard Bold Footprint */
.gk-hero-btn {
    display: inline-block !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    padding: 12px 32px !important; 
    border: 2px solid #ffffff !important;
    border-radius: 6px !important;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    line-height: 1 !important;
    outline: none;
    width: 100% !important;
    max-width: 560px !important;
    min-width: 280px !important; /* Prevents text scrunching completely */
}

.gk-hero-btn:hover,
.gk-hero-btn:focus {
    color: #000000 !important;
    opacity: 0.9 !important;
}

/* Structural Alignment Wrapper for the Hero Section Box */
.gk-hero-container {
    display: flex !important;
    width: 100% !important;
    max-width: 560px !important;
    margin: 36px auto 0 auto !important; 
    justify-content: center !important;
    align-items: center !important;
}

.gk-hero-form {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

/* Hero Button: Clean White Centered Footprint (Un-squeezed) */
.gk-hero-btn {
    display: inline-block !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-family: inherit;
    font-size: 24px;
    font-weight: 600;
    padding: 12px 32px !important; 
    border: 2px solid #ffffff !important;
    border-radius: 6px !important;
    cursor: pointer;
    text-decoration: none !important;
    text-align: center;
    line-height: 1 !important;
    outline: none;
    
    /* 🎯 SIZE LOCK: Stops the layout from scrunching text tracking */
    width: 100% !important;
    min-width: 280px !important;
}

.gk-hero-btn:hover,
.gk-hero-btn:focus {
    color: #000000 !important;
    opacity: 0.9 !important;
}

/* =========================================================================
   END GATEKEEPER AUTH BUTTON RESET (NAVBAR INTEGRATION)
   ========================================================================= */

h1, h2, h3, h4, h1.title, h2.title, h3.title, h4.title{
    font-family: 'Poppins'!important;
    font-weight: bold;
}

h5, h6, .h5, .h6{
	font-family: 'Poppins'!important;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    color: #333;
}

h1.title {
  font-size: 30px;
}

h2.title {
  font-size: 19px;
}

h3.title {
  font-size: 18px;
}

h4.title {
  font-size: 16px;
}


h3{
    margin: 0.8em 0 1em;
}
/* Links */

.dropdown-menu>li>a:hover{
    color:#7A91FF;
    background: none;
}
a {
 text-decoration: none; /* Remove default underline */
  transition: text-decoration 0.3s ease; /* Smooth transition */
}

a:hover {
  text-decoration: underline;
}

span.xreftitle {
  text-decoration: underline;
  text-decoration-color: #0080ff;
}

a.link {
  text-decoration: underline;
  text-decoration-color: #0080ff;
}


span.link {
  text-decoration: underline;
  text-decoration-color: #0080ff;
}

a,.text-primary,.btn-link,.pagination>li>a,.pagination>li>span,.publication-contents a:hover {
    color:#0029FF;
}

a.external-top-nav-link {
    font-weight: bold;
}

/* a.external-top-nav-link[target="_blank"]:hover {
   color:blue!important;
} */


.bg-primary,.btn-primary,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus,.portal-single-publication .publication-icon {
    background-color:#0029FF;
}

.site-sidebar{
    background-color: #f2f2f2;
    font-size: 12px;
}

.site-sidebar-header{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
}


.site-sidebar-header{
    visibility: visible;
}

.portal-header-navbar + .inner{
    margin-top: 120px;
}

button.navbar-toggle{
    /*display: none!important;  FIX FIX*/
    padding-bottom: 0!important;
    font-size: 'fontawesome';
    content: '\f07e';

}

.navbar-toggle .icon-bar {
    font-size: 'fontawesome';
    content: '\f07e';
    background-color: #bbb;
}

/*This is new*/
.portal-body-container {
    padding-right: 15px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -35px;
}

.portal-header{
    height: 400px;
    background: black;
    margin: unset;
}

.portal-header::before{
background: rgb(0,255,22);
background: linear-gradient(304deg, rgba(0,255,22,1) 2%, rgba(0,0,0,1) 100%);
}

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

.theme2 .portal-header::before{
  background-color: none;
}
 
.portal-header::after{
opacity: 1;
filter: none;
}

.portal-header::after{
    opacity: 1;
    filter: none;
    filter: brightness(.7);
    background: url(image/portal-bg.jpg) no-repeat center center!important;
    background-size: cover!important;
}

.btn-primary,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    border-color:#0029FF;
}

a:hover,a:focus,.btn-link:hover,.btn-link:focus {
    color: #0029FF;
}

.nav-site-sidebar li{
    border-bottom: 1px solid #e5e5e5;
}

.toc>li>.topic-link>.glyphicon{
    margin-top: 10px;
}

.nav-site-sidebar{
    font-family: 'Poppins';
    margin-top: 48px;
}

.nav-site-sidebar li a{
    color: #000;
}

.nav-site-sidebar ul a{
    padding: 8px 16px 8px 30px;
    font-size: 12px;
}

.nav-site-sidebar li a:hover{
    background-color: rgba(255, 255, 255, .5);
}

.nav-site-sidebar li a:focus{
    background-color: transparent;
}

.nav-site-sidebar>li>a{
    padding: 12px 16px;
}

.nav-site-sidebar .active>a{
    font-weight: bold;
    color: #0029FF;
}

a.text-primary:hover,a.text-primary:focus,.btn-primary:hover,a.bg-primary:hover,a.bg-primary:focus,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    background-color:#0029FF;
}

.btn-primary:focus,.btn-primary.focus,.btn-primary:hover,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    border-color:#0029FF;
}

.portal-header .portal-search button,.publication-contents h4 span {
    background-color:#53FF37;    
}

.publication-contents h4 span{
    background-color:#0029FF;
    color: #fff;
    font-weight: bold;
}

.portal-header .portal-search button:hover{
     background-color:#4BE931;
     cursor: pointer;
}

.pager li>a,.pager li>span {
    color:#0029FF;   
}

a, .a{
    color:#0029FF;
}


/* PORTAL */

/* Portal Header */
.portal-header .logo{
    height: 47px;
    margin-bottom: 0;
}


.portal-header::before {
    background-color: #ffffff
}

.portal-header h1 {
	font-size: 36px;
	margin-bottom: 0.835em;
    color: white;
}


/* =========================================================
   Custom Log in button (Unified Global Application)
   ========================================================= */

/* Container to match layout spacing alignment (Kept strictly for the navbar) */
div#navbar ul.top-nav-menu li.nav-login-wrapper {
  display: inline-flex;
  align-items: center;
  padding-left: 20px;
}

/* 🎯 Unified Selector: Applies to BOTH the navbar button and the hero search button */
a.celonis-login-btn,
button.celonis-login-btn {
  display: inline-block !important;
  background-color: #000000 !important; 
  color: #ffffff !important;            
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 11px 28px !important;
  border-radius: 4px !important;        
  border: 1px solid #000000 !important; 
  text-decoration: none !important;
  transition: background-color 0.15s ease, color 0.15s ease;
  text-align: center;
  cursor: pointer;
}

/* Hover State: Symmetrical Color Inversion for both buttons */
a.celonis-login-btn:hover,
button.celonis-login-btn:hover {
  background-color: #ffffff !important; 
  color: #000000 !important;            
  border-color: #000000 !important;     
}
/* Portal Search */

#search.search-field{
    color: #000;
}

/*changes the search field background*/

.search-field{
    color:black;
}

.site-sidebar-search {
  
    margin-right: -11px;
}

.site-sidebar-search span input{
    background: white;
    border-right: 1px solid #f2f2f2;
    color: black;
    padding: 12px;
}

.search-field{
    padding: 12px 0 12px;
}

.portal-header .search-field {
	background-color: #fff;
    color: black;
}

.portal-header .portal-search .search-field {
	border-radius: 0 50px 50px 0;
	font-size: 16px;
	width: 60%;
	display: inline-block;
	vertical-align: middle!important;
    width: 100%;
}
@media (min-width:992px) {
	.portal-header .portal-search .search-field {
		width: 500px
	}
}

form.portal-search.form-inline{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: left;
}

.portal-header .portal-search button {
    background-color: white;
    color: #000;
    border-radius: 50px 0 0 50px;
    pointer-events: none;
    padding: 13px 18px;
}


/* 
.portal-search span{
    margin-right: -25px;
    padding: 11px 21px 13px;
    border-radius: 24px;
    margin-top: 1px;
    border-bottom: 2px solid white;
    background: white;
} */

span.algolia-autocomplete {
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    background: white;
    height: 48.37px;
}

@media (max-width:990px) {
    span.algolia-autocomplete{
        width: 480px;
    }
}

.aa-dropdown-menu{
    height: 500px;
    overflow: scroll;
}


.portal-search span i{
    display: none;
}

li.searchresultitem{
    padding: 10px 0;
}

/* Portal Cards */
.portal-single-publication{
    width: 100%;
    height: 75px;
}

@media (min-width:633px){   
    .portal-single-publication{
        width: 85%;
        margin-bottom: 30px;
    }
} 


.portal-single-publication a {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    border: 2px solid #E8EEFA;
    border-radius: 27px;
    box-shadow: 4px 4px 3px rgb(130 132 143 / 0.1);
    transition: all .3s ease;
    padding: 25px 17px 20px 12px; /*może nie działac*/
}

.portal-single-publication a:hover{
    box-shadow: none;
    border: 2px solid #0029FE;

}

.publication-icon{
	display: none!important;
}

.portal-single-publication .publication-icon{
    width: 20px;
    height: 35px;
    line-height: 0;
    display: flex;
    flex-direction: row;
    border-radius: 0;
    background: none;
}

.cat-panel-1::before, .cat-panel-2::before, .cat-panel-3::before,
.cat-panel-4::before, .cat-panel-5::before, .cat-panel-6::before,
.cat-panel-7::before, .cat-panel-8::before, .cat-panel-9::before{
	position: absolute;
    content: "";
    background: url(https://celonis.paligoapp.com/usr/celonis/media/03d62d79c2f0399c8ce52044aa0ffa1a/link-arrow.svg);
    background-repeat: no-repeat;
    height: 35px;
    width: 20px;
}

.show-all-categories{
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 64px;
    position: relative;
}

.show-all-categories:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    height: 1px;
    border-top: 1px solid #000;
    z-index: -2;
}

a.category-more-toc{
    position: relative;
    color: black;
    font-weight: bold;
    padding: 16px 32px;
    border-radius: 50px;
    background-color: white;
    border: 1px solid black;
}

a.category-more-toc:hover{
    background-color: black;
    color: white;
}

a.category-more-toc:hover, a.category-more-toc:focus, a.category-more-toc:active{
    text-decoration: none;
}

.toc .glyphicon{
    margin-top: 8px;
}

.portal-publications .inner-row{
    justify-content: center;
}

.portal-single-publication h3{
    text-align: center;
    font-size: 16px;
    color: black;
    margin-top: 0;
}

.portal-publications {
	margin-top: 60px;
	margin-bottom: 40px;
}


/* Portal Featured Content */

.featured-content-label {
    display:none;
}

.portal-contents featured-content {
    display:none;
}

.portal-contents .inner {
    display:none;
}

.publication-contents a {
	font-family: 'Poppins'!important;
	color: #000;
	margin-bottom: 4px;
}

.publication-contents li {
    margin: 12px 0;
}

.publication-contents li:before {
	position: absolute;
	content: '';
    margin-left: -28px;
    margin-right: 8px;
    width: 17px;
    height: 19px;
    opacity: 1;
    background: url(https://celonis.paligoapp.com/usr/celonis/media/f31eb2345186d426686a892c4b945458/file.svg);
    background-repeat: no-repeat;
    display: inline-block;
}

.publication-contents .more-toc {
	font-weight: 700;
	margin-left: 34px;
}


/* Portal Footer */

.portal-footer .inner, .site-footer .inner{
    margin: 24px 0;
}

.portal-footer {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
    border-top: 1px solid #8e8989;
	width: 100%;
	background-color: black;
}

.site-footer{
    padding: 0;
}

.inner.row{
    margin: 0 auto;
	padding: 25px 0;
    font-size: 14px;
    color: #fff;
    border: 0;
}

.navbar-toggle{
    display: inline-block;
}

.navbar-toggle:focus{
    outline: 5px auto -webkit-focus-ring-color;
}

@media (min-width:768px) {
	.inner.row {
		width: 750px
	}
    .toolbar-tools{
        display: none;
    }
    
    .site-sidebar-header{
        justify-content: space-between;
    }
}
@media (min-width:992px) {
	.inner.row {
		width: 970px
	}
}
@media (min-width:1200px) {
	.inner.row {
		width: 1140px
	}
}

.voting-title{
    font-family: 'Poppins'!important;
    font-weight: bold;
    color: #000;
}



div.feedback-panel {
    border-bottom: 1px solid rgb(245, 245, 245);
}


div.feedback-panel .btn{
    border-color: #ccc;
    border-radius: 0!important;
}

div.feedback-panel .btn:hover{
    border-color: #0029FF;
}


div.feedback-panel .btn:active,
div.feedback-panel .btn.active{
    background-color: #0029FF;
    color: white;
    border-color: black;
}

div.feedback-panel #email-feedback{
    margin-top: 16px;
}

/* next - previous  */
.pager{
    margin-top: 48px;
    padding:0;
}

a#bottom-navigation-next,
a#bottom-navigation-prev{
    display: flex!important;
    align-items: center;
    border: 1px solid;
}

a#bottom-navigation-prev:hover,
a#bottom-navigation-next:hover {
    background: #0029FF;
    border-color: #0029FF;
    color: white;
}



a#bottom-navigation-prev::before{
    content: '<<';
    font-size: 12px;
    margin-right: 8px;
}

a#bottom-navigation-next:after {
    content: '>>';
    font-size: 12px;
    margin-left: 8px;
}

thead{
    background: #f2f2f2;
}


.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{
    padding: 10px;
    vertical-align: top;
}

/* Dashboard Logo */

.theme1 .site-sidebar .logo{
    width: 58%;
    max-width: 160px;
    display: flex;
    padding: 45px 0;
    margin-left: 16px;
    padding: 15px;
}

/* Dashboard Toolbar */
.toolbar {
	/*display: none; FIX FIX */
    align-items: center;
    justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 15px;
	position: fixed;
	box-shadow: none;
	width: 100%;
	top: 0;
	z-index: 100;
}

/* Dashboard Breadcrumbs */
.breadcrumb {
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 12px!important;
}

.breadcrumb-link {
	color: #000 !important;
	text-decoration: none;
}

.breadcrumb-link a:hover{
	color: #0029FF !important;
}

.breadcrumb-link, .breadcrumb-node{
    font-size: 12px!important;
}

/* Dashboard Search */

.site-sidebar-search{
    display: flex;
    flex-direction: row;
    background-color: white;
    align-items: center;
}

.search-field::placeholder{
    color: black;
}

.portal-header .portal-search .search-field::placeholder{
    color: black;
}

.site-sidebar-search span{
    background: white;
}

.site-sidebar-search span i{
    font-size: 16px;
    color: #a7a7a7;
    opacity: .5;
    background: white;
    font-family: 'FontAwesome';
    font-style: normal;
    padding: 14px 16px;
}

article#search-result-wrapper{
    margin-top: 0;
}


/* Dashboard Article */
article#content-wrapper {
    margin-top: 8rem;
    padding-left: 3%!important;
    margin-left: 3%;
}

.breadcrumb-node{
    color: #000;
}

/* Dashboard Ordered List */
.theme1 .procedure > li::before {
    background-color: #000;
}

/* Dashboard Article Footer*/

.footer-content{
    margin-top: 10vh;
}
div.section-toc-title::before{
    content: "";
    display: block;
    width: 100%;
    margin-bottom: 14px;
    height: 1px;
    border-top: 1px solid #e5e5e5;
}

.pager li>a:focus, .pager li>a:hover {
	text-decoration: none;
	background-color: #eeeeee;
    color: inherit;
}

/* Dashboard Code Snippets */

pre.programlisting.hljs {
    background: #f2f2f2!important;
    padding: 2rem!important;
}

/* Dashboard Note */

.warning > p,
.note > p,
.important > p,
.caution > p,
.tip > p{
    margin-left: 0px;
    -webkit-margin-before: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 40px
}



.warning>p.admonition-label,
.note>p.admonition-label, 
.important>p.admonition-label, 
.caution>p.admonition-label, 
.tip>p.admonition-label {
 
    background-color: transparent;
    color: #000000;
    padding: 10px 30px 0px 0px;
}

.warning > *,
.note > *,
.important > *,
.caution > *,
.tip > *{
    margin-left: 0px;
    -webkit-margin-before: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 40px
}

.warning h3,
.note h3,
.important h3,
.caution h3,
.tip h3{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 30px 0px 0px;
    background-color: transparent;
    color: inherit;

    font-size: 1em;
}

.warning h3:before,
.note h3:before,
.important h3:before,
.caution h3:before,
.tip h3:before{
    content: none;
}

.warning,
.note,
.important,
.caution,
.tip{
    display: block;
    padding: 5px 18px 5px 65px;
    -moz-background-clip: padding;
    border-left-width: 5px;
    border-radius: 8px;
    border-left-style: solid;
    border-left-color: #2ab27b;
    line-height: 1.4em;
    margin-top: 18px;
    margin-bottom: 18px;
    position: relative;

    background-color: #eafaf4;
    background-color: rgba(42, 178, 123, 0.08);

    margin-left: 0px !important;
    margin-right: 0px !important;
}

.note:before,
.tip:before,
.warning:before,
.caution:before,
.important:before{
    content: '\f02e';
    color: #2ab27b;
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 17px;
    vertical-align: middle;
    font-family: FontAwesome;
}

.important{
    border-left-color: #f1c40e;
    background-color: rgba(254,249,233,255);
}

.important:before{
    content: '\f06a';
    color: #f1c40e;
}

.note:before{
    content: '\f02e';
    color: #3498db;
}

.note{
    border-left-color: #3498db;
    background-color: rgba(235,245,251,255);
}

.tip{
    border-left-color: #2ecc71;
    background-color: rgba(234,250,242,255);
}

.tip:before{
    content: '\f0d0';
    color: #2ecc71;
}

.warning{
    border-left-color: #e74c3c;
    background-color: rgba(255, 183, 77, 0.08);
}

.warning:before{
    content: '\f071';
    color: #e74c3c;
}

.warning.danger{
    border-left-color: #ef5350;
    background-color: rgba(239, 83, 80, 0.05);
}

.warning.danger:before{
    content: '\f071';
    color: #ef5350;
}

.caution{
    border-left-color: #ffe81a;
    background-color: rgba(255, 232, 26, 0.05);
}

.caution:before{
    content: '\f071';
    color: #ffe81a;
}

.theme1 .section-nav.nav>li.active>a:before{
    background: #0029FF;
}

.section-nav.nav li.active>a{
    color: #0029FF!important;
}

.section-nav.nav>li a:hover,
.section-nav.nav>li a:active,
.section-nav.nav>li a:focus{
    color: #0029FF!important;
    opacity: 1;
}

section.RNdivider{
border-bottom: 1px solid rgb(200, 208, 213);
} 

.panel{
    margin: 0;
}

h5, .h5{
    text-transform: none;
    font-size: 18px;
    font-weight: bold;
}

h6, .h6{
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
}

.image-viewport img{
    margin: 16px auto;
    /*width: inherit!important;
    max-width: 100%; TEST*/
}

.warning h3:before{
    content:  none;
}

/* SEARCH RESULTS */

h3.searchresulttitle {
    font-weight: 400;
    color: black;
}

ul.searchresults .search-highlight {
    padding: 0px;
    font-weight: bold;
    color: inherit;
    font-style: normal;
}

.searchresultsnippet {
    font-weight: 400;
    color: black;
}

.search-result-url, .search-result-breadcrumbs {
    color: #000000;
}

/* Cookies */

.cc-banner .cc-message{
    font-family: 'Poppins';
}

.cc-link {
    opacity: 1;
    color: #53FF37!important;
}

.cc-btn{
    background-color: #53FF37!important;
    border-radius: 50px;
    font-family: 'Poppins';
}

/*.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    display: none!important;
}*/

.inlinemediaobject img:not([height]):not([width]) {
    vertical-align: baseline !important;
}

.inlinemediaobject {
    vertical-align: baseline;
}


/*This one defined the look of the expand all button*/
button#ExpandALLButton.ExpandButton {

                    display: inline-block;
                    outline: none;
                    cursor: pointer;
                    padding: 0 8px;
                    background-color: #fff;
                    border-radius: 10px;
                    border: 1px solid #0070d2;
                    color: #0029FF;
                    font-size: 13px;
                    line-height: 30px;
                    font-weight: 400;
                    text-align: center;
                    :hover {
                        background-color: #f4f6f9; 
                    } 
                
}

.collapse-sidebar-nav .site-sidebar {
height: max-content !important
}


.section.accordion.mini_expand {
 /*background-color: #1acdd6;*/
 font-size: 15px;
 border-radius: 8x; 
 /*border: 1px solid #ddd;*/
 margin: 1px !important;
 /*box-shadow: 0 4px */
} 

.accordion.mini_expand .panel-heading .title h3.title {
    color: #000000;
    font-size: 16px;
    margin: 0px;
}



.pill.product {
    background-color: #a1a7b2;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }
  
  .pill.new {
    background-color: #12b982;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }


  .pill.improved {
    background-color: #77389a;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }


  .pill.fixed {
    background-color: #f59e0c;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }

    .pill.removed {
    background-color: #ef4444;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }

      .pill.public {
    background-color: #274aff;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }

      .pill.private {
    background-color: #274aff;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }

.pill.taskmining {
    background-color: #00bba0;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }


.pill.studio {
    background-color: #77379a;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px; 
    position: relative;
    top: -2px;
  }

.pill.dataintegration {
    background-color: #4954b2;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }

.pill.pigraph {
    background-color: #ffa600;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }

.pill.automation {
    background-color: #ff796c;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }


.pill.admin {
    background-color: #e85290;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }

.pill.businessapps {
    background-color: #8fd1df;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }

.pill.pam {
    background-color: #d8bfd8;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }


.pill.machinelearning {
    background-color: #264aff;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }

.pill.designer {
    background-color: #264aff;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }

.pill.navigator {
    background-color: #264aff;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }

.pill.api {
    background-color: #00bba0;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  }
  
 .pill.general {
    background-color: #16dd5d;
    border: none;
    color: white;
    padding: 5px 7px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    top: -2px;
  } 
  
  
  
  
/* just a test from here on */ 

/* Indent 5th level TOC */
.nav-site-sidebar ul ul ul ul a {
  padding-left: 75px;
}

/* Indent 6th level TOC */
.nav-site-sidebar ul ul ul ul ul a {
  padding-left: 90px;
}

/* Making the chevron accessible */
.nav-site-sidebar a:not(.topichead) .glyphicon {
  display: inline-block; /* Crucial for padding/min-width/height to work */
  min-width: 24px;
  min-height: 24px;
  padding: 4px; /* Adjust as needed to make the total area >= 24px. */
                /* If icon is 16px, 4px padding on each side gives 16+8=24px */
  box-sizing: content-box; /* Or border-box depending on your global settings */
  /* You might also center the icon visually */
  line-height: 16px; /* If your font-size is 16px for the icon */
  text-align: center;
}

/*making chevron color accessible*/ 
.panel-heading.active :not(div).title:before, .panel-heading.active .sidebar-title:before {
    content: "\f0d7";
    color: #0129ff;
}

.panel-heading :not(div).title:before, .panel-heading .sidebar-title:before {
        content: "\f0da";
    color: #0129ff;
}

/**position of the magnifying glass icon in search box**/ 
.site-sidebar-search .fa.fa-search{
    display: flex;
    justify-content: end;
    position: relative;
    bottom: 3px;
    right: 19px;
}



.breadcrumb>li+li:before {
    display:inline-block;
    vertical-align: bottom;
    margin: 0px 10px 0px 10px;
    padding:0;
    content: "";
    height: 10px;
    transform: translateY(-50%) skew(-20deg); 
    border-right: 1px solid #ccc;;   
}

.header-link:focus{
    opacity:1
}


/* Searchunify Code started */

 @media screen and (min-width: 1024px)and (max-width:1250px){
    .portal-single-publication {
        width: 43% !important;
        /* height: 142px !important; */
        height: 142px !important;
    }
 }
 @media screen and (min-width: 1250px){
    .portal-single-publication {
        width: 32% !important;
        /* height: 142px !important; */
        height: 142px !important;
        max-width: 520px;
    }
}

body.theme1.search-page .su__app-running .inner {
  display: none;
}
body.theme1.search-page .portal-body-row {
    display: none;
}
body.theme1.search-page .portal-footer {
    display: none;
}

body.theme1.search-page a#su__skip_to_main_content {
    display: none;
}

body.theme1.search-page .portal-body-container {
    display: none;
}
body.theme1.search-page  .ais-SearchBox{
    display: none;
}
body.theme1.search-page  .portal-header{
    background:#fff;
}

.portal-single-publication {
    display: unset !important;
}

.portal-single-publication h3 {
    margin: 7px 0px 7px 0px;
}
.su_above-tiles-txt {
    text-align: center;
}

p.su__engage-txt {
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -0.5px;
    margin-bottom: unset;
}
p.su__ask-questions-text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26.2px;
    letter-spacing: -0.5px;
    text-align: center;
    vertical-align: middle;
}

ul.top-nav-menu.sm.sm-simple {
    display: flex;
    justify-content: space-evenly;
    gap: 17px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.top-nav-menu.sm.sm-simple li a {
    color: #333333 !important;
    font-family: 'Poppins' !important;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0px;
    opacity: 1;
    border-bottom: 2px solid transparent;
    padding: 7px 2px;
}

.navbar-brand {
    height: unset;
    padding: unset !important;
    font-size: 18px !important;
    line-height: unset !important;
    max-width: unset !important;
}

footer .slds-grid.slds-p-bottom_large.slds-p-right_xx-large {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  align-items: baseline;
  margin: auto;
}

 @media screen and (max-width: 540px){
    footer .slds-grid.slds-p-bottom_large.slds-p-right_xx-large{
        flex-direction: column;
    }
}
.footer-column a {
  color: #fff !important;
  text-decoration: none !important;
}
.footer-column[lwc-5d71mv8tj3e] h3[lwc-5d71mv8tj3e] {
  font-size: 16px;
  color: #aaa;
}
.slds-align_absolute-center.footer-links {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  margin: auto;
  /* gap: 40px; */
  background: #000000;
  color: white;
  border-top: 1px solid #8e8989;
  padding-top: 21px;
}
.footer-bottom.slds-p-around_large a {
  color: #fff;
}
.footer-bottom.slds-p-around_large p {
  color: #fff;
}

.container-fluid.su__header-handle {
   background: #fff;
    color: #000;
}
.portal-header:after, .portal-header:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: unset !important;
}
h1.su__how-we-help {
  text-align: start;
}
.portal-body-container {
  background: #ffffff;
  width: -webkit-fill-available;
  padding: 20px;
  margin: 36px 54px;
}
img.logo {
  height: 23px;
}


nav.portal-header-navbar.navbar.navbar-fixed-top {
    border-left: unset;
    background: black;
}

@media (min-width: 64em) {
  .slds-large-size_6-of-12,
  .slds-large-size--6-of-12 {
    width: 14%;
  }
}

@media screen and (max-width: 540px){
    a.navbar-brand img.logo{
        margin-top: 2px;
        margin-left: -3px;
    }
    form.portal-search.form-inline{
        justify-content: center;
    }
    form.portal-search.form-inline.su-home-search >div {
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    form.portal-search.form-inline.su-home-search >div {
        width: 100% !important;
    }
}

ul.top-nav-menu.sm.sm-simple li:hover {
    border-bottom: 1px solid #fff !important;
}

a.external-top-nav-link[target="_blank"]:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    ul.top-nav-menu.sm.sm-simple li {
        padding: 18px 0;
        border-bottom: 1px solid #f0f0f0; /* light divider */
    }
    #navbar ul.top-nav-menu.sm.sm-simple {
        flex-direction: column;
    }
    div#navbar {
        position: fixed;
        top: 49px;
        left: 0;
        right: 0;
        width: 100%;
        max-height: calc(100% - 48px);
        overflow: hidden;
        z-index: 5002;
        color: #fff;
        background: white;
        padding-top: 15px;
        height: 100%;
    }
    body.theme1.search-page.su__app-running div#navbar {
        position: absolute;
    }
    .navbar-header {
        width: 100%;
    }
    .portal-header .navbar-toggle {
    display: block;
    float: right;
    margin: 16px 5px !important;
    padding: unset !important;
    }
}

body.theme1.search-page.su__app-running .portal-body-row {
    display: none;
}

body.theme1.search-page.su__app-running footer.portal-footer {
    display: none;
}
.portal-content.theme1 form.portal-search.form-inline button.btn{
    display: none;
}
input#aa-search-input {
    display: none;
}
.external-top-nav-link img.logo{
    height:23px !important;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {

    .su__autocomplete-running ul.top-nav-menu.sm.sm-simple li a{
       font-size: 13px !important;
    }

    .su__autocomplete-running .external-top-nav-link img.logo{
        height:18px !important;
    }

    .su__autocomplete-running ul.top-nav-menu.sm.sm-simple{
        gap:14px;
    }
}

.cross-icon_custom {
  display: none;
  width: 25px;
  height: 30px;
  stroke-width: 2;
  stroke:none;
  border:none;
}


.navbar-toggle[aria-expanded="true"] .icon-bar {
  display: none;
}

.navbar-toggle[aria-expanded="true"] .cross-icon_custom {
  display: inline-block;
}


.search-page .navbar-container-search_page{
    position:fixed;
    z-index:999;
    width:100%;
    background-color:white;

}

@media (min-width: 767px){

    div#navbar ul.top-nav-menu.sm.sm-simple li {
        border-bottom: 2px solid transparent;
    }
}
header.portal-header .inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
nav.portal-header-navbar.navbar.navbar-fixed-top {
    background: #fff !important;
}

div#navbar ul.top-nav-menu.sm.sm-simple li a:hover{
    border-bottom: 2px solid #000;
}

.navbar-container .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    transition:height 0.3s ease-in-out;
}
.su__disp-flx-image-txt img {
    max-width: fit-content;
}

.portal-publications {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .search-page div#navbar{
        position:fixed !important;
    }
    
}
form.site-sidebar-search {
    display: none;
}
.custom-widget {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
}



@media (min-width: 550px) and (max-width: 1250px) {
  div#su__recommendation-widget,
  div#product-highlights-this-week {
    width: 85%;
  }
}

@media (min-width: 1024px) {
	div#su__recommendation-widget,div#product-highlights-this-week{
        Width:45%;
    }
}

body.su__autocomplete-running .su_above-tiles-txt p.su__engage-txt{
    margin-bottom:35px;
}

body.su__autocomplete-running .portal-body-container{
    margin-top: 15px !important;
}
.su__disp-flx-image-txt h3{
    color: #fff;
}
p.su__engage-txt {
    color: #000;
}
.su__disp-flx-image-txt  p {
    color: #cccccc;
}

.portal-single-publication a {
	background-color:#000;
}

.su__disp-flx-image-txt {
    text-align: left;
    padding: 0 20px;
}
.su_custom_div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.su_custom_div img.logo {
    filter: brightness(0) invert(1);
}
.su__disp-flx-image-txt p {
    margin-bottom: 5px;
}
body.su__autocomplete-running .portal-header {
    background: url(../suAssets/Background_docs.png)center right no-repeat !important;
    background-size: contain !important;
    height: 439px !important;
    background-color: #000 !important;
    margin-top: 50px;
}
a.su__text-decoration.su__recommendations-content {
    display: flex;
    justify-content: space-between;
}
a.su__text-decoration.su__recommendations-content img {
    width: 16px;
}

@media (max-width: 767px) {
    .navbar-header.su__navbar-logo-celo-docs {
        width: 100%;
        display: flex; 
        flex-direction: row; 
        justify-content: space-between;
 }
}

.navbar-brand{
	margin-left:0;
	margin-right:auto;
}


.navbar-brand img{
	height:38px;
	width:auto;
}

button.navbar-toggle{
	order:1;
}

h1.su__how-we-help{
    font-size:clamp(18px,6vw,36px);
    margin:0 auto;
}

@media screen and (min-width: 768px){
    button.navbar-toggle.collapsed {
        display: none;
    }
 }
 @media screen and (min-width: 767px) {
.navbar-container-search_page {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-direction: row-reverse !important;
    }
}

/* =========================================================
   Release notes filtering - Collision-Proof Version
   ========================================================= */

#rn-filter-root {
    /* Main Container - Scoped to ID */
    &.rn-filter-aside {
        background: #ffffff !important;
        padding: 15px !important;
        border: 1.5px solid #d1d5da !important;
        border-radius: 10px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
        box-sizing: border-box !important;
        margin-bottom: 10px !important;
    }

    /* Prefixing state to avoid navbar collision */
    &.rn-is-collapsed {
        & .rn-filter-control {
            display: none !important;
        }
        & .rn-filter-header {
            border-bottom: none !important;
            padding-bottom: 0 !important;
            &::after {
                transform: rotate(-90deg) !important;
            }
        }
    }

    /* Header & Label Styles */
    & .rn-filter-header {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        border-bottom: 1px solid #eee !important;
        padding-bottom: 8px !important;
        cursor: pointer !important;

        &::after {
            content: '▼' !important;
            font-size: 10px !important;
            color: #999 !important;
            transition: transform 0.3s ease !important;
        }
    }

    & .rn-header-label {
        font-size: 14px !important;
        font-weight: bold !important;
        color: #666 !important;
        text-transform: uppercase !important;
        margin: 0 !important;
    }

    /* Search Box Styles - Prefixed to avoid site search collision */
    & .rn-search-container {
        position: relative !important;
        width: 100% !important;
        display: block !important;
    }

    & .rn-search-input {
        width: 100% !important;
        padding: 8px 30px 8px 10px !important;
        border: 1px solid #d1d5da !important;
        border-radius: 6px !important;
        font-size: 13px !important;
        background: #fafbfc !important;
        box-sizing: border-box !important;

        &:focus {
            outline: none !important;
            border-color: #007bff !important;
            background: #fff !important;
            box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1) !important;
        }
    }

    & .rn-search-clear {
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        z-index: 10 !important;
        cursor: pointer !important;
        color: #999 !important;
        font-size: 16px !important;
        line-height: 1 !important;
        display: none;

        &:hover {
            color: #007bff !important;
        }
    }

    /* Range Slider */
    & .rn-range-wrap {
        position: relative !important;
        height: 30px !important;
        width: 100% !important;
    }

    & .rn-range-track {
        position: absolute !important;
        top: 50% !important;
        width: 100% !important;
        height: 6px !important;
        background: #e1e4e8 !important;
        transform: translateY(-50%) !important;
        border-radius: 3px !important;
    }

    & .rn-dual-range {
        position: absolute !important;
        top: 50% !important;
        width: 100% !important;
        transform: translateY(-50%) !important;
        -webkit-appearance: none !important;
        background: none !important;
        pointer-events: none !important;
        z-index: 5 !important;

        &::-webkit-slider-thumb {
            -webkit-appearance: none !important;
            pointer-events: auto !important;
            width: 16px !important;
            height: 16px !important;
            border-radius: 50% !important;
            background: #007bff !important;
            border: 2px solid #fff !important;
            cursor: pointer !important;
        }

        &::-moz-range-thumb {
            pointer-events: auto !important;
            width: 16px !important;
            height: 16px !important;
            border-radius: 50% !important;
            background: #007bff !important;
            border: 2px solid #fff !important;
            cursor: pointer !important;
            border: none !important;
        }
    }

    & #rn-slider-display {
        color: #007bff !important;
        font-weight: bold !important;
    }

    /* Checkbox Grid */
    & .rn-responsive-grid {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;
        gap: 12px 15px !important;
        max-width: 320px !important;
    }

    & .rn-checkbox-item {
        display: flex !important;
        align-items: flex-start !important;
        font-size: 12px !important;
        min-height: 28px !important;
        cursor: pointer !important;
        white-space: normal !important;
        line-height: 1.3 !important;

        & input {
            margin: 3px 10px 0 0 !important;
            flex-shrink: 0 !important;
        }
    }

    & .rn-label-row {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        margin-bottom: 10px !important;
    }

    & .rn-group-label {
        font-size: 11px !important;
        font-weight: bold !important;
        color: #999 !important;
        text-transform: uppercase !important;
    }

    & .rn-bulk-action {
        color: #007bff !important;
        cursor: pointer !important;
        font-weight: bold !important;
        font-size: 10px !important;
    }

    & .rn-hidden {
        display: none !important;
    }
}

/* No Results Container */
#rn-no-results {
    &.rn-hidden {
        display: none !important;
    }

    & .rn-no-results-box {
        padding: 40px 15px !important;
        border: 2px dashed #d1d5da !important;
        border-radius: 8px !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }

    & .rn-reset-button {
        background: #007bff !important;
        color: #fff !important;
        border: none !important;
        padding: 10px 20px !important;
        border-radius: 4px !important;
        cursor: pointer !important;
        font-weight: bold !important;
        margin-top: 10px !important;
    }
}

/* Global Item Utility - Targets notes, wrapper sections, and date headings */
.rn-hidden, 
section.rn-hidden, 
h1.rn-hidden, 
h2.rn-hidden, 
h3.rn-hidden, 
h4.rn-hidden, 
article .rn-hidden {
    display: none !important;
}

/* Specific note utility to ensure the dividers themselves hide */
section.RNdivider.rn-hidden {
    display: none !important;
}

/* Mobile Responsiveness */
@media (max-width: 250px) {
    #rn-filter-root .rn-responsive-grid {
        grid-template-columns: 1fr !important;
    }
}
/* =========================================================
   END Release notes filtering
   ========================================================= */


/* =========================================================
   Custom Collapsibles - Collision-Proof Version
   ========================================================= */

/* --- Custom Accordion Parent Block --- */
.paligo-custom-accordion {
    margin-left: 2.5rem !important; 
    margin-bottom: 2rem;
    display: block !important;
    clear: both !important;
}

/* --- Interactive Title Styling --- */
.paligo-custom-trigger {
    display: flex !important;
    align-items: center;
    cursor: pointer;
    user-select: none;
    
    font-family: 'Poppins', sans-serif !important;
    font-weight: bold !important;
    color: #333 !important;
}

/* --- FontAwesome Caret Properties --- */
.paligo-custom-trigger::before {
    content: "\f0da" !important; 
    font-family: FontAwesome !important;
    font-size: 19px !important;
    font-weight: 100 !important;
    font-style: normal;
    display: inline-block;
    width: 15px;
    height: 19px;
    line-height: normal;
    color: rgb(1, 41, 255) !important; 
    margin-right: 13px !important; 
    cursor: pointer;

    /* Arrow pointing down when open */
    transform: rotate(90deg);
    transition: transform 0.1s ease;
}

/* --- Rotate arrow right when closed --- */
.paligo-custom-accordion.is-collapsed .paligo-custom-trigger::before {
    transform: rotate(0deg) !important;
}

/* --- Content Element Indent & Spacing --- */
.paligo-custom-accordion > :not(.paligo-custom-trigger) {
    margin-left: 28px !important; 
    margin-top: 0.5rem !important;
    margin-bottom: 1rem !important;
}

/* --- Hidden State Toggle Switch (With Button Protection) --- */
.paligo-custom-accordion.is-collapsed > :not(.paligo-custom-trigger):not(#ExpandALLButton):not(:has(#ExpandALLButton)) {
    display: none !important;
}

/* =========================================================
   END Custom Collapsibles
   ========================================================= */