/* Core styles */

html {
  scroll-behavior: smooth;
}
body, * {
    word-break: break-word;
    overflow-wrap: break-word;
}
h1,h2,h3,h4 {
    padding: 5px 0px;
    padding: 0px;
    margin: 0px;
    line-height: 115%;
}

.article-view a {
    font-weight: 600;
    text-decoration: underline;
}

.article-view a:hover,
.article-view a:visited,
.article-view a:active {
    font-weight: 600;
}


.article-view h1,
.article-view h2,
.article-view h3,
.article-view h4 {
    margin: 20px 0px 10px;
    font-weight: bolder;
}

.article-view video {
    max-width: 100%;
}

.article-view pre {
    width: fit-content;
    white-space: break-spaces;
    overflow: unset;
}

.article-header h1.kb-title {
    font-size: 28px;
    color: #303030;
}
.article-header p.kb-title {
    font-size: 15px;
    color: #626363;
    line-height: 160%;
    font-weight: initial;
    margin-bottom: 6px;
}


.article-header h3.kb-title {
    font-size: 13px;
    margin: 0px 0 25px 0;
    color: #585858;
    font-weight: initial;
}

.article-header span.kb-date-info {
    font-size: 13px;
    color: #585858;
}
.article-header date.kb-title-date {
    font-size: 13px;
    margin: 0px 0 50px 0;
    color: #585858;
    font-weight: initial;
    line-height: 1.5rem;  /* equivalent to 24px */
}

.article-header h2.kb-title:empty {
    display:none;
}

.page-heading h1, .page-heading h3 {
    margin: 0px 0px 10px;
}
h1 {font-size: 20px; line-height: 26px; letter-spacing: -0.03em;}
h2 {font-size: 16px; line-height: 26px; letter-spacing: 0.02em;}
h3 {font-size: 15px; line-height: 24px;}
h4 {font-size: 14px; line-height: 20px;}
h5 {font-size: 12px; line-height: 22px;}

/* added to account for switch from h1 to h2 for ADA compliance */
h2.topic-folders-title {
    letter-spacing: -0.03em;
}

body:not(.fr-view) ul {
    padding: 0px;
}
ul li {
    margin: 0px;
    padding: 0px;
}

ul, ol {
    margin-left: 1.1rem;
}

ul li:not(:first-child), ol li:not(:first-child) {
    margin-top: 0px;
}

ul li.indent {
    margin-left: 25px;
}


/* common */
.container {
    min-height: 97%;
}

.no-padding {
    padding: 0px;
}

button.openCloseButton {
    background-color: transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
}

/* font-awesome icon color inside  */
a > i.fas, button.openCloseButton > i.fas {
    color: #757575;
}
a > i.fas:hover, button.openCloseButton > i.fas:hover {
    color: #4c4c4c;
}

/*button > i.fas {*/
/*    color: #ACACAC;*/
/*}*/
/*button > i.fas:hover {*/
/*    color: #838383;*/
/*}*/

/* tags/chips */
span.chip {
    display: inline-block;
    background-color: #ddf5f5;
    padding: 4px;
    border-radius: 4px;
    white-space: nowrap;
    margin: 2px 0;
}
span.chips > span.chip {
    margin: 2px;
}
span.chip.chip-light-red {
    background-color: #f7af86;
}
span.chip.chip-light-yellow {
    background-color: #fce8b2;
}
span.chip.chip-light-blue {
    background-color: #ddf5f5;
}
span.chip.chip-light-purple {
    background-color: #e9e5fb;
}
span.chip.chip-light-green {
    background-color: #b7eacc;
}
span.chip.chip-transparent {
    background-color: unset !important;
}


/* form error handling */
label.error {
    text-indent: -9999px !important;
}

input.error {
    border: 2px solid red;
}


/* header */
.logo-container {
    margin: 0 5px 5px 5px;
    border-radius: 0px 0px 6px 6px;
}


/* login styles */
.button.round {
    padding: 15px 25px;
    border-radius: 3px;
    background-color: white;
    color: #7a7a7a;
    border: 1px solid #e1e1e1;
}

.button.round:hover {
    background-color: #f0f0f0;
}
.button.header {
    top: 0;
    border-radius: 3px;
    background-color: white;
    color: #7a7a7a;
    border: 1px solid #e1e1e1;
}

.button.header:hover {
    background-color: #f0f0f0;
}
input[type="text"],
input[type="password"] {
    padding: 25px 10px;
    border-radius: 6px;
    font-size: 18px;
    box-shadow: none;
    border-color: #e1e1e1;

}

.input-search-icon {
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 32px;
    top: 26px;
    color: #767676;
    font-weight: 600;
}

.nav-search .input-search-icon {
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 32px;
    top: 22px;
    color: #767676;
    font-weight: 600;
}

.input-search-icon:hover,
.nav-search .input-search-icon:hover {
    color: #444444;
}

input[type="search"] {
    padding: 12px 48px 12px 18px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #949494;
    box-shadow: 0px 4px 20px 0px rgba(48,48,48,0.1);
    width: 100%;
}

input[type="search"]:focus {
    background-color: #fff;
    border: 1px solid #949494;
    box-shadow: 0px 4px 20px 0px rgba(48,48,48,0.1);
}


input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder {
    color: #767676;
    font-weight: 100;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder {
    opacity: 1;
}


/* menu */

.hero-h1 {
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    line-height: 42px;
    margin-top: 85px;
}

.hero-search {
    margin-top: 60px;
}

.nav-search input,
.nav-search .psuedo-form {
  margin-bottom: 0px;
}

.nav-search input:focus,
.nav-search input {
    border: none;
    box-shadow: none;
    padding: 30px 48px 30px 44px;
   font-size: 16px;
}
.branding {
    max-width: 150px;
}
.link-title {
    display: block;
}
.login-bit a {
    font-size: 0.8125rem;
    padding: 0px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.nav-links-float {
    float: right;
}

.nav-links-float ul {
    display: inline;
    margin: 0;
}

.top-bar .nav-links-float .nav-links-wrapper button {
    top: 0;
    right: 0px;
}
.nav-links a {
    font-size: 14px;
    font-weight: bold;
}

.login-box {
    margin: 10px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    background-color: #fdfdfd;
    box-shadow: 5px 20px 50px #666;
}
@media only screen and (min-width: 40.063em) {
    .login-floating-wrapper {
        width: 400px;
        position: absolute;
        top: 25px;
        right: 10px;
        z-index: 1;
    }
}

.header-logo {
    max-height: 45px;
    width: auto;
}

.nav-search-link-mobile-wrapper {
    position: absolute;
    right: 60px;
}

.nav-search-link-mobile {
    cursor: pointer;
    display: none;
}

/* search styles */
#hero_query,
#query {
    font-weight: bold;
}

ul#results {}

ul#results li {
    margin: 10px 0px;
    padding: 5px;
    border-radius: 6px;
    border-bottom: 1px solid #e1e1e1;
}

ul#results li:hover {
    background-color: #f9f9f9;
}

/* Searchbox & page results */
.banner-image .floating-search-container {
    width: 100%;
    position: relative;
    top: initial;
    transition: top 0.55s ease-out;
    overflow: visible;
}
.banner-image.is-searching {
    height: auto;
    min-height: 30px;
    background-image: none;
    background-color: transparent;
    transition: height 0.35s ease-in;
    overflow: visible;
    z-index: 2;
}
.banner-image .floating-search-container.is-searching {
    top: 0px;
    transition: top 0.55s ease-out;
    position: relative;
}

.search-results-loader {
    position: absolute;
    top: 10px;
    display: none;
}

/* Removed old positioning rules for hero_xhrSpinner */

#hero_xhrSpinner p, #xhrSpinner p {
    text-align: center;
}

.search-results-loader {
    display: none !important;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.search-results-loader.hidden {
    display: none !important;
}

.search-results-container {
    display: block;
}

.search-results-container.search-results-hidden,
#hero_hasResults.search-results-hidden,
#hasResults.search-results-hidden {
    display: none !important;
    visibility: hidden !important;
}

.search-results-container.search-results-visible {
    display: block !important;
}

#noResults {
    margin-bottom:40px;
}

/* Removed old margin rule for hero_noResults - now handled in main rules */

/* Old duplicate rule removed - now handled in main rules below */

/* Force show search results wrapper when JS makes it visible - Cache Buster v8 */
#hero_search-results-wrapper:not(.hidden) {
    display: block;
    visibility: visible;
}

/* Simple typeahead dropdown behavior - Cache Buster v13 */
#hero_search-results-wrapper, .search-results-wrapper {
    position: relative;
    z-index: 100;
    margin-top: 5px;
    display: none;
}

/* Typeahead close button */
.typeahead-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 101;
    background: transparent;
    border: none;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #767676;
    font-size: 18px;
    transition: all 0.2s ease;
}

.typeahead-close-btn:hover {
    color: #444444;
    background: transparent;
}

.typeahead-close-btn:focus {
    outline: 2px solid #0a8484;
    outline-offset: 2px;
}

/* Fix for search results container height issue - ensure it contains its children */
#hero_results, .search-results {
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
}

/* 1) All hidden by default */
#hero_xhrSpinner {
    display: none !important;
    position: relative;
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 1rem;
    text-align: center;
    margin: 0 !important;
}

#hero_noResults {
    display: none !important;
    position: relative;
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 1rem;
    margin: 0 !important;
}

#hero_hasResults {
    display: none !important;
    position: relative;
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    margin: 0 !important;
}

/* 2) Show spinner when JS removes hidden class */
#hero_xhrSpinner:not(.hidden) {
    display: flex !important;
}

/* 3) Show no-results when JS removes hidden class */
#hero_noResults:not(.hidden) {
    display: block !important;
}

/* 4) Show results when JS removes search-results-hidden class */
#hero_hasResults:not(.search-results-hidden) {
    display: block !important;
}

/* Set top positioning for search result containers */
.search-results-container, .search-no-results-container, .search-results-loader {
    top: 0px !important;
}

/* Remove margins from search results container inner */
.search-results-container .search-results-container-inner {
    margin: 0px !important;
}

#xhrSpinner {
    position: relative;
    top: 0;
    width: 40px;
    height: 40px;
}

.nav-search .search-results-loader img{
    width: 40px;
}

.search-close-icon {
    color: #767676;
    display: none;
    right: 24px;
    top: 21px;
    position: absolute;
    font-size: 18px;
    cursor: pointer;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}

.search-close-icon:focus {
    color: #767676;
}

.search-close-icon:hover {
    color: #444444;
}

.nav-search .search-close-icon {
    display: block;
}

.topic-tile.large-3 {
    min-height: 200px;
}
.topic-tile.large-3 .topic-container{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.search-results-container,
.search-no-results-container {
    padding: 0px;
    margin: auto;
    top: 12px;
    position: absolute;
   left: 0px;
   right: 0px;
}

.nav-search .search-results-container,
.nav-search .search-no-results-container {
    top: 0px;
}


.no-results-suggestions-title {
    margin-bottom: 12px;
}


.search-results-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200;
    background: white;
    border: 0px !important;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    max-height: 400px;
    overflow-y: auto;
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.search-results-wrapper .search-results-container {
    display: block !important;
}

.search-results-wrapper:not(.hidden) .search-results-container:not(.search-results-hidden) {
    display: block !important;
}

.search-results-wrapper:not(.hidden) .search-results-loader:not(.hidden) {
    display: flex !important;
}

.search-results-wrapper:not(.hidden) .search-no-results-container:not(.hidden) {
    display: block !important;
}

.search-results-wrapper .search-results {
    margin: 0;
    padding: 10px;
    list-style: none;
}

.search-results-wrapper .search-results li {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}

.search-results-wrapper .search-results li:last-child {
    border-bottom: none;
}

.search-results-wrapper .search-results a {
    text-decoration: none;
    color: #333;
    display: block;
}

.search-results-wrapper .search-results a:hover {
    background-color: #f5f5f5;
    border-radius: 3px;
}

.search_block #search {
    box-sizing: border-box;
}


.search-results-container .topic-folders-container .topic-tile {
    border-bottom: 1px solid #E0E0E0;
    padding: 3px 0px;
    margin-top: 0px;
}

.search-results-container .topic-folders-container .topic-tile:nth-child(n+7) {
    display: none;
}

.search-results-container .topic-folders-container .topic-tile:nth-child(6),
.search-results-container .topic-folders-container .topic-tile:last-child {
     border: none;
}

.home-page-topics .topic-tile {
    padding: 0px .46em;
}

.home-page-topics .topic-folders-container .topic-tile {
     border: none;
    padding: 0px .46em;
}

.search-no-results-container {
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0px 14px 45px rgba(48, 48, 48, 0.2);
    padding: 24px;
    left: 0;
    right: 0;
    margin-bottom: 40px;
}

.nav-search .search-no-results-container {
    border-radius: 0px;
   box-shadow: 0px 10px 10px rgba(48, 48, 48, 0.1);
}

.banner-image .banner-image-inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    transition: opacity 0.25s linear;
    opacity: 1;
}
.banner-image.is-searching .banner-image-inner {
    height: 0px;
    opacity: 0;
    transition: opacity 0.25s linear;
}

.search-results-list li {
    padding: 0 0.9375em;
}

.search-results-container {
    display: block;
}

.search-results-container .search-results-container-inner {
    margin: 0px 0px 20px;
    padding: 0px;
    min-height: 0px;
    background: white;
}

.nav-search .search-results-container .search-results-container-inner {
    border: 1px solid #e1e1e1;
    box-shadow: 0px 10px 10px rgba(48, 48, 48, 0.1);

}

.nav-search .search-results-container .topic-folders-container.expanded.search-results {
    border-radius: 0px;
    box-shadow: none;
    border: none;
    padding: 6px 10px 24px 10px;
}

a.breadcrumb {
    margin: 10px 0px 0px;
}
.breadcrumb-container {
    font-size: 12px;
}
a.breadcrumb, strong.breadcrumb {
    display: inline-block;
    font-size: 12px;
}
a.breadcrumb:hover {
    text-decoration: underline;
    font-weight: normal;
}

strong.breadcrumb {
    font-weight: bold;
    color: #4F4F4F;
}

/* accessible breadcrumbs */
nav.breadcrumb ol {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

nav.breadcrumb li {
    display: inline;
}

nav.breadcrumb li:not(:last-child):after {
    border-style: solid;
    border-width: 0.1em 0.1em 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    position: relative;
    vertical-align: middle;
    width: 0.45em;
    margin-right: 0.3em;
    transform: rotate(45deg);
}

/* footer */
.footer {
    margin-top: 100px;
    background-color:#0A1C26
}
.footer hr {
    margin: 0px;
    padding: 0px;
}
.footer .footer-inner-container {
    padding: 20px;
}

.footer .footer-inner-container ul.footer-links {
    display: flex;
    justify-content: space-around;
    line-height: 30px;
}
.footer .footer-inner-container .footer-links li {
    display: inline-block;
    margin: 0px 10px;
}
.footer .footer-inner-container .footer-links .left-aligned-links-container {}
.footer .footer-inner-container .footer-links .left-aligned-links-container {
    align-self: flex-end;
}


/* Folder / Toppic Listing */
.topic-folders-container {
    /*margin-top: 20px;*/
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: normal;
}

.topic-folders-title-container {
    margin-top:60px;
}
.topic-folders-title {
    font-weight: 600;
    font-size: 20px;
}
.promoted-articles-container ul {}
.topic-folders-container .topic-tile {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 12px;
}

.topic-folders-container .sub-page-article-list,
.sub-page-topic-folders-container .sub-page-topic-folders-list {
    list-style: none;
    margin-left: 0;
}
.topic-folders-container .sub-page-article-listing {
     margin-top: 0px;
}

.topic-folders-container .topic-tile:last-child {
    float: left;
}
.topic-folders-container .topic-tile .topic-icon {
    width: 60px;
    height: 80px;
    margin: auto;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
}
.topic-folders-container .topic-tile .topic-icon:hover {
    border-color: #ddd;
}
.topic-folders-container .topic-tile .topic-icon img {
    margin: auto;
    padding: 0;
}
.topic-folders-container .topic-tile .topic-title {
    margin: 0px;
    padding: 5px;
    text-align: left;
    font-size: 16px;
    font-family:  'Open Sans', sans-serif, helvetica;
    font-weight: bold;
    width: 100%;
}
.topic-folders-container .topic-tile .topic-title h1 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: inherit;
}

/* added to account for switch from h1 to h3 for ADA compliance */
.topic-folders-container.home-page-topics .topic-tile .topic-title h3 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: inherit;

    line-height: 26px;
    letter-spacing: -0.03em;
}


.topic-folders-container .topic-technology-tags {
    border-top: 1px solid #efefef;
}
.topic-folders-container .topic-technology-tags ul {
    width: 100%;
    text-align: center;
    padding-left: 4px;
}
.topic-folders-container .topic-technology-tags ul li {
    display: inline-block;
    text-align: center;
    margin: 4px 4px 4px 0;
    padding: 3px 6px;
    background-color: #f9f9f9;
    border-radius: 3px;
    font-size: 11px;
}
.topic-folders-container .topic-technology-tags ul li a {
    color: #999;
}
.topic-folders-container .topic-technology-tags ul li a:hover {
    color: black;
}
.promoted-articles-container {}
.promoted-article-title {
    font-weight: 600;
    font-size: 20px;
    margin-top: 80px;
}

/* added to account for h1 to h2 switch for ADA compliance */
h2.promoted-article-title {
    line-height: 26px;
    letter-spacing: -0.03em;
}


.promoted-articles-container ul {
margin-left: 0px;
}
.promoted-articles-container ul li {
    padding: 10px;
    list-style-type: none;
    font-weight: bold;
}

.promoted-articles-container ul li:nth-child(odd) {
    padding-left: 0px;
}

.promoted-articles-container ul li.promoted-article-link:last-child {
    float: left;
}
.promoted-articles-container ul li a {
    display: block;
    text-align: left;
    border-bottom: none;
}

@media only screen and (max-width: 600px) {
    .promoted-articles-container ul li a {
        text-align: center;
    }
}
@media only screen and (max-width: 768px) {
    .top-toolbar-navigation {
        max-width: 100%;
    }
}

.sub-page-page-heading {
    margin-top: 54px;
}

.sub-page-title {
    font-size: 28px;
    font-weight: bold;
    margin-top: 18px;
}

.sub-page-topic-container {
    border: 1px solid #949494;
    border-radius: 4px;
    padding: 17px 20px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #4F4F4F;
}


.sub-page-topic-folders-container {
    margin-top: 0px;
}

.sub-page-article-listing {
    border-bottom: 1px solid #E0E0E0;
    padding: 12px 0px;
}

.sub-page-article-listing:last-child {
    border: none;
}

.topic-container {
    border: 1px solid #949494;
    border-radius: 4px;
    color: #4F4F4F;
    padding: 38px 0px;
}

.promoted-article-title {
    font-weight: 600;
    font-size: 20px;
}

/* Expanded Topics Listing*/
.topic-folders-container.expanded .inner-container {
    display: flex;
    padding: 12px 0px;
}
.topic-folders-container.expanded .topic-container {
    padding: 0px;
    border: none;
    border-radius: 6px;
}
.topic-folders-container.expanded .topic-container:hover {
    border-color: #ccc;
}

.topic-folders-container.expanded .topic-container a {
    display: flex;
    justify-content: flex-start;
    font-size: 17px;
}

.topic-folders-container.expanded .topic-container a .topic-title,
.topic-folders-container.expanded .topic-container .topic-title h4 {
    align-self: flex-start;
    flex: 1;
    padding: 0px;
    font-size: 18px;
    color: inherit;
    margin: 0px;
}

.topic-folders-container.expanded .topic-container .topic-title h4 {
    font-weight: bold;
    font-weight: 600;
}

/* added to account for h4->h2 switch for ADA compliance */
.topic-folders-container.expanded .topic-container .topic-title h2 {
    align-self: flex-start;
    flex: 1;
    padding: 0px;
    font-size: 18px;
    color: inherit;
    margin: 0px;

    font-weight: bold;
    font-weight: 600;

    line-height: 20px;
    letter-spacing: unset;
}


.topic-folders-container.expanded .topic-container .topic-description p {
    margin: 0px;
    padding: 0px;
    color: #626363;
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
}

.topic-folders-container.expanded .topic-container .topic-description p:empty {
    display: none;
}

/* added to adjust for switch from p->h3 for ADA compliance in modern/folder.tpl */
.topic-folders-container.expanded .topic-description-p {
    margin: 0px;
    padding: 0px;
    color: #626363;
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
    text-align: left;
}

/* added to adjust for switch from p->h3 for ADA compliance in modern/folder.tpl */
.topic-folders-container.expanded .topic-container .topic-description h3:empty {
    display: none;
}

.topic-folders-container.expanded .topic-collaboration-stats {
    border-top: 1px solid #efefef;
}
.topic-folders-container.expanded .topic-collaboration-stats ul {
    margin: 0px 5px;
}
.topic-folders-container.expanded .topic-collaboration-stats ul li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 5px 0px 0px;
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 6px;
    overflow: hidden;
}
.topic-folders-container.expanded .topic-collaboration-stats {
    display: flex;
}
.topic-folders-container.expanded .topic-collaboration-stats ul li img {
    display: block;
    width: 25px;
    height: 25px;
}
.topic-folders-container.expanded .topic-collaboration-stats p {
    margin-bottom: 0;
    padding: 4px;
    font-size: 12px;
    font-weight: normal;
}
.topic-folders-container.expanded .topic-technology-tags ul {
    display: flex;
    justify-content: flex-start;
}

/* Article detail view */
.article-detail-view .page-heading {
    padding: 0px 0px 5px;
}
.article-detail-view h3 {
    color: #666;
}
.article-detail-view date {
    display: inline-block;
}
.article-detail-view article.article-view {
    border-right: 1px solid #efefef;
}

aside.related-articles {
    background: white;
    z-index: 1;
    padding-top: 24px;
}

.article-detail-view aside.related-articles > .related-tech {
    margin-top: 24px;
}

.article-toc-wrapper ul,
.article-detail-view aside.toc ul,
.article-detail-view aside.related-articles ul {
    margin: 10px 0px;
}
.article-toc-wrapper ul li,
.article-detail-view aside.toc ul li,
.article-detail-view aside.related-articles ul li {
    font-size: 13px;
    list-style: none;
    margin-top: 6px;
}

.article-toc-wrapper h2,
.article-detail-view aside.toc h2,
.article-detail-view aside.related-articles h2 {
    font-size: 18px;
    font-weight: bold;
}

.article-toc-ul li a,
.aside-toc-ul li a,
ol.scroll-nav__sublist li a,
ol.scroll-nav__list li a {
    display: block;
    font-weight: bold;
    padding: 6px 8px;
    border-radius: 4px;
}

.toc-a-selected, .scroll-nav__item--active {
    /* background-color dynamically defined in kb_library.php */
    color: white !important;
    transition: all 250ms linear;
}

.toc-a-selected, .scroll-nav__subitem--active {
    /* background-color dynamically defined in kb_library.php */
    color: white !important;
    transition: all 250ms linear;
}

.toc-a-hover {
    background-color: #EDF2F2;
    transition: all 250ms linear;
}

@media only screen and (min-width: 64.063em) {
     .toc,
     .related-articles {
        padding-left: 24px;
   }
    .article-view {
        padding-right: 36px;
    }
}

aside#toc-container {
    position: sticky;
    top: 5vh;
}

nav.scroll-nav {
    margin-top: 15px;
}

ol.scroll-nav__list {
    list-style-type: none;
}

ol.scroll-nav__sublist {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

ul#toc-container-ul,
#toc-container ol.scroll-nav__list,
#toc-container ol.scroll-nav__sublist{
    max-height: 75vh;
    overflow-y: auto;
}

.scroll-nav__item--active {
    background-color: #0a8484;
}

.scroll-nav__item--active a {
    color: white !important;
}

.scroll-nav__item a.scrollSpy-active {
    border-left: 4px solid;
    border-radius: 0px;
}

.scroll-nav__subitem--active {
    background-color: #0a8484;
}

.scroll-nav__subitem--active a {
    color: white !important;
}

.scroll-nav__subitem a.scrollSpy-active {
    border-left: 4px solid;
    border-radius: 0px;
}

ol.scroll-nav__list li {
    border-radius: 4px;
}

ol.scroll-nav__sublist li {
    border-radius: 4px;
    margin-left: 0;
    padding-left: 0;
}

ol.scroll-nav__sublist li a {
    padding-left: 20px;
}

.article-toc-wrapper {
    display: none;
}

.aside-toc-ul {
    max-width: 225px;
}

@media only screen and (max-width: 64.063em) {
    .toc {
        display: none;
    }
    .article-toc-wrapper {
        display: block;
    }
    .article-detail-view article.article-view {
        border-right: none;
    }
}

.article-detail-view .article-container {
    margin-top: 14px;
}
.article-detail-view .article-version {
    margin: 5px 0px 20px;
    color: #999;
    font-size: 13px;
    font-family: "Consolas", "Menlo", "Courier", monospace;
}

.article-helpful-container {
    width: 100%;
    margin: 36px auto 0px;
    background: #EDF2F2;
    border-radius: 4px;
    padding:24px 0px;
}

.article-helpful-text {
    line-height: 46px;
    width: 600px;
    margin-left: 48px;
}
.article-detail-view .article-helpful-links,
.article-detail-view .article-helpful-buttons {
    margin: 0px;
    width: 240px;
    text-align: right;
}
@media only screen and (max-width: 64.063em) {
.article-helpful-text {
        margin-left: 12px;
    }
}
@media only screen and (max-width: 40.063em) {
    .article-detail-view .article-helpful-links,
    .article-detail-view .article-helpful-buttons {
        text-align: center;
    }
    .article-helpful-container {
        text-align: center;
    }

    .article-helpful-text {
        margin-left: 0px;
    }
}

.article-detail-view .article-helpful-buttons,
.article-detail-view .article-helpful-buttons button {
    text-align: center;
    display: inline-block;
}

.article-detail-view .article-helpful-buttons button {
    margin: 0px 5px;
    padding: 5px 25px;
    color: #333;
    background-color: white;
    border: 1px solid #838383;
    border-radius: 6px;
    position: relative;
    width: 106px;
    height: 46px;
    line-height: 36px;
}

.article-detail-view .article-helpful-buttons button:hover {
    color: black;
    border-color: black;
}

.article-detail-view .article-helpful-buttons.helpful-true button.yes {
    background-color: #22874A;
}

.article-detail-view .article-helpful-buttons.helpful-false button.no {
    background-color: #EE0000;
}

.article-detail-view .article-helpful-buttons.helpful-true button.yes,
.article-detail-view .article-helpful-buttons.helpful-false button.no,
.article-detail-view .article-helpful-buttons button span.checked
{
    color: white;
}

.article-detail-view .article-helpful-buttons button.yes span.checked,
.article-detail-view .article-helpful-buttons button.no span.checked,
.article-detail-view .article-helpful-buttons.helpful-false button.yes span.checked,
.article-detail-view .article-helpful-buttons.helpful-true button.no span.checked
{
    display: none;
}

.article-detail-view .article-helpful-buttons.helpful-true button.yes span.checked,
.article-detail-view .article-helpful-buttons.helpful-false button.no span.checked
{
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 1rem;
    top: 0.15rem;
}

ul.tabs {
    list-style-type: none;
}
table {
    width: 100% !important;
}

table:not(.fr-alternate-rows) tr.even,
table:not(.fr-alternate-rows) tr.alt,
table:not(.fr-alternate-rows) tr:nth-of-type(even) {
    background: white;
}

/* Callout containers*/
.callout-container,
p.alert-info,
p.alert-warning,
p.alert-danger,
p.alert-success {
    margin: 15px 0px;
    padding: 10px 10px 10px 50px;
    border: 1px solid #efefef;
    border-radius: 6px;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}
.callout-container i,
p.alert-info i,
p.alert-warning i,
p.alert-danger i,
p.alert-success i {
    font-size: 24px;
    position: absolute;
    top: 9px;
    left: 9px;
}
.callout-container.warning i,
p.alert-danger i {
    left: 13px;
}
.callout-container.notes,
p.alert-info {
    background-color: #fcfcfc;
    border-color: #a5e4e4;
}
.callout-container.warning,
p.alert-danger {
    background-color: #fff8f7;
    border-color: #d04437;
}
.callout-container.attention,
p.alert-warning {
    background: #fffdf6;
    border-color: #ffeaae;
}

.callout-container.success,
p.alert-success {
    background: #dff0d8;
    border-color: #468847;
}

p.alert-info:before,
p.alert-warning:before,
p.alert-danger:before,
p.alert-success:before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    position: absolute;
    left: 10px;
    padding: 0 10px;
}

p.alert-info:before {
    content: "\f05a";
}

p.alert-warning:before {
    content: "\f071";
}

p.alert-danger:before {
    content: "\f00d";
}

p.alert-success:before {
    content: "\f058";
}

div.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-body {
    padding: 15px;
}
.panel-body p {
    padding: 0px;
    margin: 0px;
    font-family: monospace;
    font-size: 14px;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.alert.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#borderemphasis, .borderemphasis {
    border: 2px solid rgba(48,48,48,0.5);
    border-radius: 16px;
    padding: 5px 5px 5px 10px;
}

#borderemphasis li, .borderemphasis li {
    font-family: monospace;
    font-size: 14px;
}

@media only screen
and (max-width: 320px) {
    .tabs dd > button, .tabs .tab-title > button {
        font-size: .5em;
    }
}


/* Alerts */
.alert-box {
    margin: 20px;
}
.alert-box a.close {
    color: white;
    opacity: 1.0;
}


/* Toggles */
.hidden {
    display: none !important;
}

/* Ensure search results wrapper is hidden when it has hidden class - Override more specific rules */
#hero_search-results-wrapper.hidden,
.search-results-wrapper.hidden {
    display: none !important;
    visibility: hidden !important;
}

/* Force hide search results filter button when hidden class is applied */
#search_results_filter_by_btn.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}
img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}
img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}

/* Froala styles */

/**
* Accordion
*/
.accordion-panel .accordion .accordion-navigation {
    display: block;
    margin-bottom: 2px !important;
    overflow: hidden;
}

.accordion-panel .accordion .accordion-navigation > button {
    color: #222;
    background: transparent;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1rem;
    text-align: left;
    position: relative;
}

.accordion-panel .accordion .accordion-navigation > button.active {
    background: #e8e8e8;
}

.accordion-panel .accordion .accordion-navigation > button:hover {
    background-color: #efefef;
}

div.accordion-navigation {
    float: none;
}

div.accordion-navigation button:focus {
    border: 2px solid #005DB2;
    border-radius: 8px;
}

div.accordion-navigation button:focus-visible {
    outline: none;
}

div.accordion-navigation > button > .right-arrow,
div.accordion-navigation > button > .down-arrow {
    position: absolute;
    left: 10px;
    top: 11px;
    width: 20px;
    height: 20px;
    color: black;
}


div.accordion-navigation > button > .right-arrow,
div.accordion-navigation > button.active > .down-arrow {
    display: inherit;
}

div.accordion-navigation > button.active > .right-arrow,
div.accordion-navigation > button > .down-arrow {
    display: none;
}

/* tabs */
.tabs-content > .content {
    float: left !important;
}

.tabs-content > .content:not(.active) {
    display: none;
}

.tabs dd>button,
.tabs .tab-title>button {
    all: unset;
    display: block;
    background: #efefef;
    color: #222;
    padding: 1rem 2rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    height: 51px;
    width: max-content;
    margin: 0;
    display: block;
    padding: 6px 10px;
    width: 90%;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tabs dd > button:hover:not(.active), .tabs .tab-title > button:hover:not(.active) {
    background: #e1e1e1;
}

.tabs .tab-title > button:focus {
    border: 1px solid #585858;
    opacity: 0.8;
}

/* tables*/
.article-view table.table-striped,
.article-view table.table-striped tr {
    /* Make sure the below styles are being applied correctly */
    background-color: transparent !important;
}
table, table th, table th tr, table tr, table tr td {
    background-color: transparent;
}
/* Default borders */
table tr th, table tr td {
    border: 1px solid #ccc;
}
/* Table options */
.fr-dashed-borders td,
.fr-dashed-borders th {
    border-style: dashed;
}
.fr-alternate-rows tbody tr:nth-child(2n) td {
    background: #f5f5f5;
}
.fr-highlighted {
    background-color: #fdf1d3 !important;
}
.fr-thick {
    border: 2px solid #ccc;
}
.fr-borderless {
    border: 0 none;
}

/* article container */
.article-container .status-hidden {
    display: none;
}
.article-container .status-draft {
    background-color: rgba(212,212,136,0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 25px;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.article-container .status-private {
    background-color: rgba(212,212,136,0.5);
    position: fixed;
    bottom: 0;
    left: 0;
    padding-top: 25px;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.article-container .status-draft p,
.article-container .status-private p {
    font-weight: bold;
}

/* embedded bt-block (ie. embedded article) */
.bt-block-rendered-outer {
    border: solid 1px #dedede;
    border-radius: 3px;
}
.bt-block-rendered-outer.bt-block-article {
}
.bt-block-rendered-outer > .bt-block-rendered-title {
    padding: 12px;
    display: flex;
    font-weight: bold;
}
.bt-block-rendered-outer > .bt-block-rendered-title > span.spacer {
    flex: 1;
}
.bt-block-rendered-outer > .bt-block-rendered-title > i,
.bt-block-rendered-outer > .bt-block-rendered-title > button.openCloseButton > i,
.bt-block-rendered-outer > .bt-block-rendered-title > a > i {
    margin-left: 12px;
}
.bt-block-rendered-outer > .bt-block-rendered-inner {
    padding: 0 12px;
}
.bt-block-rendered-outer > .bt-block-rendered-inner > .body {
    padding: 12px 0;
}
.bt-block-rendered-outer > .bt-block-rendered-inner > .summary {
    font-size: smaller;
}
.bt-block-rendered-outer > .bt-block-rendered-inner > .summary > span {
    color: #6B6B6B;
}
.bt-block-rendered-outer > .bt-block-rendered-inner > .summary > .tags {
    display: inline;
}

/* collapsable blocks */
.collapsable > .head > .control {
    cursor: pointer;
}
.collapsable > .head .control:before {
    content: "\f077";
}
.collapsable.collapsed > .head .control:before {
    content: "\f078";
}
.collapsable.collapsed > .content {
    display: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* search page */
.search-page-header {
    margin-top: 10px;
}

.search-page-header h1.kb-title {
    font-size: 22px;
    font-weight: bold;
}

.search-page-link-wrapper {
    font-size: 14px;
    text-align: right;
    width: 100%;
}

.search-page-result {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.search-page-result-title {
    font-size: 16px;
    font-weight: bold;
}

.search-page-result-sub-title {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 150%;
}

.search-page-result-preview {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 150%;
}

/* Emoticons */
span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle;
}

span.fr-emoticon {
    font-weight: normal;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
    display: inline;
    line-height: 0;
}

.buttonSearch {
    font-family: "Open Sans";
    background-color: transparent;
    color: #0a8484;
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  a.buttonSearch:hover {
    color: white;
    background-color: #0a8484;
  }

/** search box experiment */
/* TODO add shadow / border to button to match search input */

.search-box-wrapper {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;

}
.search-box-wrapper input[type=search] {
    flex: 1;
    border-radius: 4px 0 0 4px;
}
.search-box-wrapper > button {
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    font-size: 2.1em;
    font-family: 'Font Awesome 5 Pro';
    color: #EEE;
    font-weight: 600;

}

/* semantic search results list */
li.search-page-result {
    list-style: none;
}

/* match equivalent styles of an h4 for search result titles */
/* to avoid jumping heading levels from h1 -> h4 for accessibility */
p.topic-title-row-title {
    color: #0A8484;
    font-weight: 600;
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 0;
}

/**
* iFrame Video Support
*/

iframe.fr-draggable {
    max-width: 100%;
}
/*
 * Search Form Buttons
 */
.search_block {
    position: relative;
}

#search_form,
#hero_search_form {
    display: flex;
    align-items: center;
    position: relative;
}

#search,
#hero_search {
    flex-grow: 1;
}

/* Ensure hero search input has proper border */
#hero_search {
    border: 1px solid #949494 !important;
    border-radius: 4px !important;
    box-shadow: 0px 4px 20px 0px rgba(48,48,48,0.1) !important;
}

#hero_search:focus {
    border: 1px solid #007cba !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2) !important;
}

#search_submit,
#hero_search_submit {
    width: 80px;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
    color: white;
    font-weight: 600;

}

#hero_search_submit {
    display: none !important;
}

#search_submit {
    margin: 0;
    padding: 0 25px 0;
    border-radius: 0;
    background-color: white;
    color: #0A8484;
    font-weight: bold;
}

#search_form .search-close-icon {
    position: unset;
    top: unset;
    right: unset;
    background-color: unset;
    margin: 0;
    padding: 3px;
}

#resultsCount,
#hero_resultsCount {
    margin: 2rem 0 0;
}

#hero_results {
    margin-top: 0.5rem;
}

#hero_hasResults .search-results-container-inner,
#results .search-results-container-inner {
    background: white;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    box-shadow: 0px 14px 45px rgba(48, 48, 48, 0.2);
    padding: 6px 50px 24px 50px;
}

.screen-reader-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

#hero_search_form {
    border: none;
    border-radius: 4px;
}

#hero_search,
#hero_search_submit {
    margin-bottom: 0px;
}

#hero_search {
    border: 0px;
}

/* Captions for images/videos */
figure.fr-figure-left {
    float: left;
}
figure.fr-figure-right {
    float: right;
}
figure {
    display: table;
    text-align: center;
    margin: 0 auto;
}
figure figcaption {
    display: table-caption;
    caption-side: bottom;
    padding: 1px 0 5px 0;
}

h2.article-section-header {
    font-size: 26px;
    line-height: 52px;
    font-weight: 500;
    padding-top: 30px;
    letter-spacing: unset;
}

.status-hidden {
    display: none;
}

.status-block {
    background: #FFF;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    display: flex;
    padding: 4px 6px;
    min-height: 80px;
}

.status-sub-header {
    font-size: 15px;
    color: #626363;
    line-height: 160%;
    font-weight: initial;
    margin-bottom: 6px;
}

.status-text {
    font-weight: bolder;
    color: #000;
    padding: 10px 0 0 5px;
}

.status-separator {
    display: inline-block;
    width: 4px;
    height: auto;
    margin: 5px 0;
    border-radius: 2px;
}

.status-private .status-block {
    border-color: #E02D3A;
}

.status-draft .status-block {
    border-color: #C68F00;
}

.status-private .status-separator {
    background-color: #E02D3A;
}

.status-draft .status-separator {
    background-color: #C68F00;
}

.status-icon {
    width: 19px;
    margin: 0 14px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.status-private .status-icon {
    background-image: url("../../../assets/images/danger.svg");
}

.status-draft .status-icon {
    background-image: url("../../../assets/images/warning.svg");
}

.article-detail-view .status-private, .article-detail-view .status-draft {
    padding: 0 0.9375em;
}

.ratings-container {
    background: white;
    z-index: 1;
}

img.fr-rounded,
.fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

img.fr-shadow,
.fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
    -moz-box-shadow: 10px 10px 5px 0px #cccccc;
    box-shadow: 10px 10px 5px 0px #cccccc;
}

img.fr-bordered,
.fr-img-caption.fr-bordered img {
    border: solid 5px #CCC;
}

.fr-shadow img {
    -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
    -moz-box-shadow: 10px 10px 5px 0px #cccccc;
    box-shadow: 10px 10px 5px 0px #cccccc;
}

img.fr-bordered {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

 .tabs{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    white-space: nowrap;
    gap: 4px;
  }

  .tab-title{
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }

.bt-block-token > div {
    display: inline;
}

.advanced-filter-btn {
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: none;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    margin-bottom: 0 !important;
}

.advanced-filter-btn:hover {
    background: #f5f5f5;
    border-color: #999;
}

.advanced-filter-btn.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.advanced-filter-text {
    font-weight: 500;
    transition: color 0.2s ease;
}

.filter-btn-blue:hover .advanced-filter-text {
    color: #7e3131 !important;
}

.advanced-filter-icon {
    font-size: 12px;
    line-height: 1;
}

#hero_advanced_filter_btn {
    align-items: center;
    gap: 6px;
    margin-top: 0.35em;
}

/* Prevent flash of unstyled content - hide filter elements by default until feature flag is confirmed */
.advanced-filter-btn,
#hero_advanced_filter_btn,
#advanced_filter_btn,
.advanced-filter-dropdown {
    visibility: hidden;
}

/* Show filter elements when feature is enabled (applied by server-side template or JavaScript) */
.advanced-filter-btn:not(.hidden),
#hero_advanced_filter_btn:not(.hidden),
#advanced_filter_btn:not(.hidden),
.advanced-filter-dropdown:not(.hidden) {
    visibility: visible;
}

/* Header Search Components - Matching Default Theme */
.header-search-container {
    display: flex !important;
    align-items: center;
    margin-right: 120px;
}

.header-search-form {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 220px;
    height: 32px;
    margin-top: 7px;
    position: relative;
}

.header-search-input {
    border: none !important;
    outline: none !important;
    padding: 6px 10px !important;
    padding-right: 35px !important; /* Make room for overlapping search button */
    font-size: 14px !important;
    flex: 1;
    background: transparent !important;
    border-radius: 4px !important;
    margin: 0 !important;
    width: 220px !important;
    height: 100% !important;
    box-sizing: border-box !important;
    line-height: 1.2 !important;
    top: 0px !important;
}

.header-search-input::placeholder {
    color: #999;
}

.header-search-btn {
    background: #f8f9fa !important;
    border: none !important;
    border-left: 1px solid #ccc !important;
    padding: 6px 8px !important;
    color: #666 !important;
    cursor: pointer !important;
    font-size: 14px !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 4px 4px 0 !important;
    margin: 0 !important;
    width: 32px !important;
    height: 100% !important;
    box-sizing: border-box !important;
    top: 0px !important;
    position: absolute !important;
    right: 0 !important;
}

.header-search-btn:hover {
    background: #e9ecef !important;
    color: #333 !important;
}

.header-search-btn i {
    font-size: 14px;
}

.header-advanced-filter-btn {
    background: white !important;
    color: #333 !important;
    border: 1px solid #949494 !important;
    border-radius: 4px !important;
    padding: 6px 15px !important;
    font-size: 12px !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center !important;
    gap: 8px !important;
    margin-left: 15px !important;
    position: relative !important;
    top: 0px !important;
    right: 0px !important;
    width: 100px !important;
}

.header-advanced-filter-btn:hover {
    background: white !important;
    border-color: #949494 !important;
}

.header-advanced-filter-btn.active {
    background: white !important;
    border-color: #949494 !important;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .header-search-container {
        margin-right: 80px;
    }

    .header-search-form {
        width: 180px;
    }

    .header-search-input {
        width: 180px !important;
    }

    .header-advanced-filter-btn {
        padding: 6px 8px !important;
        font-size: 11px !important;
        width: 70px !important;
        margin-left: 10px !important;
    }
}

@media (max-width: 768px) {
    .header-search-container {
        display: none !important;
    }
}

/* Force dropdown width to 405px (25% wider) - Cache Buster v4 */
.advanced-filter-dropdown {
    position: relative;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 200;
    width: 405px !important;
    min-width: 405px !important;
    max-width: 405px !important;
    max-height: 360px; /* Increased to 360px for better spacing */
    overflow: visible;
}

.advanced-filter-dropdown.hidden {
    display: none;
}

.advanced-filter-header {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa;
    position: relative;
}

/* First line: Select Category title and close button */
.advanced-filter-header .header-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.advanced-filter-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* Close button for filter dropdowns */
.advanced-filter-close-btn {
    position: absolute !important;
    top: 12px !important;
    right: 16px !important;
    background: none !important;
    border: none !important;
    color: #666 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 6px !important;
    border-radius: 4px !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
    z-index: 10 !important;
    width: 24px !important;
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0px !important;
}

.advanced-filter-close-btn:hover {
    background: #e5e5e5 !important;
    color: #333 !important;
}

.advanced-filter-close-btn:focus {
    outline: 2px solid #007bff !important;
    outline-offset: 2px !important;
}

.advanced-filter-actions {
    display: flex;
    gap: 0; /* Remove gap, we'll use border between buttons */
    align-items: center;
}

.advanced-filter-actions button {
    background: none;
    border: none;
    color: #007bff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    right: 15px;
    top: 7px;
}

.advanced-filter-actions button:hover {
    background: #f0f8ff;
}

/* Widen both Select All and Deselect All buttons and adjust font size */
.advanced-filter-actions .select-all-btn,
.advanced-filter-actions .deselect-all-btn,
#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn,
#hero_advanced_filter_dropdown .advanced-filter-actions .select-all-btn,
#hero_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn {
    white-space: nowrap !important;
    font-size: 14px !important;
    font-family: inherit !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    padding: 8px 16px !important;
    margin: 0 !important;
    background: none !important;
    border: none !important;
    color: #007bff !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

/* Add border between Select All and Deselect All buttons */
.advanced-filter-actions .deselect-all-btn,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn,
#hero_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn {
    border-left: 1px solid #ddd !important;
}

/* Hover states for all Select/Deselect buttons */
.advanced-filter-actions .select-all-btn:hover,
.advanced-filter-actions .deselect-all-btn:hover,
#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:hover,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:hover,
#hero_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:hover,
#hero_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:hover {
    background: #f0f8ff !important;
}

/* Focus states for all Select/Deselect buttons - keyboard accessibility */
.advanced-filter-actions .select-all-btn:focus,
.advanced-filter-actions .deselect-all-btn:focus,
#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:focus,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:focus,
#hero_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:focus,
#hero_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:focus {
    outline: 2px solid #007bff !important;
    outline-offset: 2px !important;
    background: #f0f8ff !important;
}

.advanced-filter-content {
    padding: 16px 20px;
    max-height: 210px; /* Adjusted to fit within 350px parent dropdown */
    overflow-y: auto;
}

.filter-columns {
    display: flex;
    gap: 20px;
}

.filter-column {
    flex: 1;
}

.filter-categories {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.category-item,
.advanced-filter-dropdown .category-item,
#header_advanced_filter_dropdown .category-item,
#hero_advanced_filter_dropdown .category-item {
    display: flex !important;
    align-items: center !important;
}

.category-label,
.advanced-filter-dropdown .category-label,
#header_advanced_filter_dropdown .category-label,
#hero_advanced_filter_dropdown .category-label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    margin: 0 !important;
    width: 100%;
    box-sizing: border-box;
    min-height: 24px;
}

.category-label:hover {
    background: #f5f5f5;
}

.category-checkbox {
    margin: 0 !important;
    cursor: pointer;
    vertical-align: middle;
    flex-shrink: 0;
}

.category-name,
.advanced-filter-dropdown .category-name,
#header_advanced_filter_dropdown .category-name,
#hero_advanced_filter_dropdown .category-name {
    font-size: 14px !important;
    color: #333;
    user-select: none;
    line-height: 16px !important;
    flex: 1;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: 2px !important;
}

.advanced-filter-footer {
    padding: 12px 16px !important;
    border-top: 1px solid #eee !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.advanced-filter-footer button {
    top: 0px;
}

/* Dynamic filter button styles based on page type */
.filter-btn-white {
    background: white !important;
    color: maroon !important;
    border: 1px solid #ddd !important;
}

.filter-btn-white span {
    color: maroon;
}

/* Hide header search on homepage and search pages */
.hide-header-search .header-search-container {
    display: none !important;
}

.filter-btn-blue {
    background: #012169 !important;
    color: white !important;
    border: 1px solid #012169 !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
}

.filter-btn-blue span {
    color: white;
}

.filter-btn-blue:hover {
    background: white !important;
    color: #7e3131 !important;
    border: 1px solid #949494 !important;
}

/* Ensure white text color on search pages for hero filter button */
#hero_advanced_filter_btn.filter-btn-blue {
    color: white !important;
}

/* Apply Filter Button - Smaller and Right Aligned - Cache Buster v4 */
.apply-filter-btn {
    background: #007bff !important;
    color: white !important;
    border: none !important;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    font-size: 12px !important;
    cursor: pointer !important;
    transition: background-color 0.2s ease !important;
    margin-left: auto !important;
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
}

.apply-filter-btn:hover {
    background: #0056b3 !important;
}

.selected-filters {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Focus styles for keyboard navigation accessibility */
.filter-chip:focus {
    outline: 3px solid #0056b3;
    outline-offset: 2px;
    background: #1565c0 !important;
}

.filter-chip:focus:not(:focus-visible) {
    outline: none;
}

.filter-chip {
    background: #1976d2;
    color: white;
    border: none;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    max-width: 300px;
    min-width: fit-content;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.filter-chip span,
.filter-chip .filter-chip-text {
    color: white;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.filter-chip:hover {
    background: #1565c0;
}

.filter-chip-main {
    all: unset;
    background: none !important;
    border: none !important;
    color: white !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    flex: 1 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
}

.filter-chip-main:hover {
    background: none !important;
}

.filter-chip-main:focus {
    outline: none !important;
}

.filter-chip-main .filter-chip-text {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    color: white !important;
}

.filter-chip .remove-filter {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    box-sizing: border-box;
}

.filter-chip .remove-filter:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Consolidated clickable chip styling */
.clickable-chip {
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
}

.clickable-chip:hover {
    background: #1565c0;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.clickable-chip:active {
    transform: translateY(0);
}

/* Clear all filters button removed - using consolidated chip approach */

.search-results-filters {
    margin-top: 16px;
    margin-bottom: 16px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .advanced-filter-dropdown {
        width: 100% !important;
        max-width: 405px !important;
        left: 0;
        right: 0;
    }

    .advanced-filter-btn {
        margin-left: 4px;
        padding: 6px 8px;
        font-size: 12px;
    }

    .advanced-filter-text {
        display: none;
    }
}

/* Removed conflicting header button styles - using main definition above */

@media (max-width: 768px) {
    .advanced-filter-dropdown {
        width: 100% !important;
        max-width: 405px !important;
    }

    .header-advanced-filter-btn {
        padding: 6px 8px !important;
        font-size: 11px !important;
    }
}

/* Hero search specific filter positioning */
.hero-search .advanced-filter-dropdown {
    margin-top: 4px;
}

.hero-search .selected-filters {
    margin-top: 8px;
    width: 100%;
}

/* Search box container styling */
.search-controls-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Hero filter container - positioned below search box */
.hero-filter-container {
    margin-top: 15px !important;
    text-align: left !important;
    display: none;
}

.hero-filter-container .advanced-filter-btn,
.hero-filter-container #hero_advanced_filter_btn {
    height: 40px !important;
    border-radius: 4px !important;
    border: 1px solid #949494 !important;
    padding: 0 20px !important;
    font-size: 14px !important;
    align-items: center !important;
    gap: 8px !important;
    cursor: pointer !important;
}

.hero-filter-container .advanced-filter-btn.active,
.hero-filter-container #hero_advanced_filter_btn.active {
    border-color: #949494 !important;
}

/* Filter button styling - Match reduced search input height (44px) - for inline buttons */
.floating-search-container .search-controls-container .advanced-filter-btn,
.hero-search .search-controls-container .advanced-filter-btn,
.floating-search-container .search-controls-container #hero_advanced_filter_btn,
.hero-search .search-controls-container #hero_advanced_filter_btn {
    height: 44px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    border-radius: 0 4px 4px 0 !important;
    border: 1px solid #949494 !important;
    position: relative !important;
    z-index: 1 !important;
    display: inline-flex;
    visibility: visible;
    opacity: 1 !important;
    align-items: center !important;
    justify-content: center !important;
}

.floating-search-container .search-controls-container .advanced-filter-btn:hover,
.hero-search .search-controls-container .advanced-filter-btn:hover,
.floating-search-container .search-controls-container #hero_advanced_filter_btn:hover,
.hero-search .search-controls-container #hero_advanced_filter_btn:hover {
    border-left: 1px solid #999 !important;
    margin-left: -1px !important;
}

.floating-search-container .search-controls-container .advanced-filter-btn.active,
.hero-search .search-controls-container .advanced-filter-btn.active,
.floating-search-container .search-controls-container #hero_advanced_filter_btn.active,
.hero-search .search-controls-container #hero_advanced_filter_btn.active {
    border-left: 1px solid #007bff !important;
    margin-left: -1px !important;
}

/* Selected filters alignment - position below search controls */
.hero-search .selected-filters {
    margin-top: 10px !important;
    width: 100% !important;
}

/* Filter chip styling to align with search input */
.selected-filters .filter-chip {
    display: inline-flex;
    align-items: center;
    background: #007bff;
    color: white;
    border-radius: 16px;
    padding: 6px 12px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    gap: 8px;
    max-width: 300px;
    min-width: fit-content;
}

.selected-filters .filter-chip .filter-chip-text {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    flex: 1 !important;
    min-width: 0 !important;
}

.selected-filters .filter-chip .remove-filter {
    background: none !important;
    border: none !important;
    color: white !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
}

.selected-filters .filter-chip .remove-filter:hover {
    opacity: 0.8 !important;
}

/* Clear all filters styling removed - using consolidated chip approach */

@media (max-width: 768px) {
    .floating-search-container .search-controls-container .advanced-filter-btn,
    .hero-search .search-controls-container .advanced-filter-btn,
    .floating-search-container .search-controls-container #hero_advanced_filter_btn,
    .hero-search .search-controls-container #hero_advanced_filter_btn {
        width: 100% !important;
        border-radius: 4px !important;
        border: 1px solid #ccc !important;
        margin-top: 8px !important;
    }
}

/* Search page header layout */
.search-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search-page-header .filter-by-btn {
    align-self: flex-start;
}

/* Search results page filter button */
.filter-by-btn {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    margin-bottom: 0;
}

.filter-by-btn:hover {
    background: #f5f5f5;
    border-color: #999;
}

.filter-by-btn.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.filter-by-btn .filter-icon {
    font-size: 12px;
    line-height: 1;
}

/* Responsive adjustments for search header */
@media (max-width: 768px) {
    .search-header-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .filter-by-btn {
        align-self: flex-end;
    }
}

/* Modern theme specific adjustments */
.floating-search-container #advanced_filter_dropdown .advanced-filter-header {
    padding: 15px 20px !important;
    border-bottom: 1px solid #eee !important;
    background-color: #f8f9fa !important;
}

.floating-search-container #advanced_filter_dropdown .advanced-filter-header h3 {
    margin: 0 0 10px 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.floating-search-container #advanced_filter_dropdown .advanced-filter-actions {
    display: flex !important;
    gap: 10px !important;
}

.floating-search-container #advanced_filter_dropdown .advanced-filter-content {
    padding: 15px 20px !important;
}

.floating-search-container #advanced_filter_dropdown .advanced-filter-footer {
    padding: 15px 20px !important;
    border-top: 1px solid #eee !important;
    background-color: #f8f9fa !important;
}

/* Ensure header dropdown matches hero dropdown styling exactly */
#header_advanced_filter_dropdown .advanced-filter-header {
    padding: 16px 20px !important;
    border-bottom: 1px solid #eee !important;
    background-color: #f8f9fa !important;
    position: relative !important;
}

#header_advanced_filter_dropdown .header-title-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 12px !important;
}

#header_advanced_filter_dropdown .advanced-filter-content {
    padding: 16px 20px !important;
    max-height: 210px !important;
    overflow-y: auto !important;
}

#header_advanced_filter_dropdown .advanced-filter-actions {
    display: flex !important;
    gap: 0 !important;
    align-items: center !important;
}

/* Force header dropdown buttons to exactly match hero dropdown styling */
#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn {
    background: none !important;
    border: none !important;
    color: #007bff !important;
    border-radius: 4px !important;
    padding: 8px 16px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    font-family: inherit !important;
    font-weight: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    vertical-align: middle !important;
    user-select: none !important;
    text-align: center !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn {
    border-left: 1px solid #ddd !important;
}

#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:hover,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:hover {
    background: #f0f8ff !important;
}

#header_advanced_filter_dropdown .advanced-filter-actions .select-all-btn:focus,
#header_advanced_filter_dropdown .advanced-filter-actions .deselect-all-btn:focus {
    outline: 2px solid #007bff !important;
    outline-offset: 2px !important;
    background: #f0f8ff !important;
}



/* Input and select margin styling */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 0.9rem 0;
}

/* Override checkbox margin in filter dropdown for proper alignment - Cache Buster v5 */
.advanced-filter-dropdown input[type="checkbox"],
#header_advanced_filter_dropdown input[type="checkbox"],
#hero_advanced_filter_dropdown input[type="checkbox"] {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top !important;
    position: relative !important;
    top: 2px !important;
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
}
