/* css for ingredint glossary content */
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryContent .g-GlossaryContent__inner .glossary-letter .glossary-subwrap .glossary-name {
   cursor: default;
}

body:not(.is-authorring) .g-GlossaryContent::-webkit-scrollbar {
  width: 0.5em;
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryFilter .g-GlossaryFilter__ul .g-GlossaryFilter__item:hover {
    color: unset;
}
body:not(.is-authorring) .g-GlossaryContent::-webkit-scrollbar-track {
  background: transparent;
}

body:not(.is-authorring) .g-GlossaryContent::-webkit-scrollbar-thumb {
  background-color: transparent;
}
@media(min-width: 1230px){
body:not(.is-authorring) #common_column_separator_3{
    margin-left: 40px;
}
}
.strongText {
    font-family: AvenirBold, sans-serif !important;
}
.disabled {
    /* Add styles to visually indicate that the div is disabled */
    color: gray;
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
    /* Optionally, set other styles as needed */
}

body:not(.is-authorring) .glossary-container .g-GlossaryFilter__item {
    font-family: sans-serif;
}
body:not(.is-authorring) .glossary-container .g-GlossaryFilter__item.active{
    font-family: avenirbold, sans-serif;
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryFilter .g-GlossaryFilter__ul .g-GlossaryFilter__item.active {
    background-color: transparent;
    color: black;
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryFilter .g-GlossaryFilter__ul .g-GlossaryFilter__item {
    background-color: transparent;
}


body:not(.is-authorring) .g-GlossaryContent {
    position: relative;
    left: 25px;
    top: -15px;
}
@media (min-width: 1024px){
   body:not(.is-authorring) .g-GlossaryFilter
    {
        right: -80px !important;
        top: -9px !important;
    }
}
@media (min-width: 1025px){
body:not(.is-authorring) .g-GlossaryFilter {
    position: relative !important;
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryFilter .g-GlossaryFilter__ul {
    list-style-type: none;
    padding: 0;
    margin: 24px 0 55px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
    body:not(.is-authorring) .g-GlossaryItem__inner {
    display: flex;
    flex-direction: row-reverse;
}
}
@media (max-width: 481px) {
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryContent .g-GlossaryContent__inner .glossary-letter .glossary-subwrap .glossary-details {
    padding: 0px !important;
}
body:not(.is-authorring) .glossary-description {
    margin-top:-10px
}
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryFilter .g-GlossaryFilter__ul .g-GlossaryFilter__item {
    line-height: 19.44444px !important;
    height: 19.44444px !important;
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryContent .g-GlossaryContent__inner .glossary-letter .glossary-subwrap .glossary-name {
    padding: 10px 0px;
}
@media (min-width: 481px){
body:not(.is-authorring) .g-GlossaryItem__inner.l-GlossaryItem__inner{
    width: 90%;
}
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryContent .g-GlossaryContent__inner .glossary-letter .glossary-letter-heading {
    padding: 10px 0;
    font-weight: bold;
    background: transparent;
    font-size: xx-large;
    margin-top: 16px;
    margin-bottom: -12px;
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryContent .g-GlossaryContent__inner .glossary-letter .glossary-subwrap.active .glossary-name {
    font-weight: bolder;
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryContent .g-GlossaryContent__inner .glossary-letter .glossary-subwrap .glossary-name {
    border-bottom: 0px;
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryContent .g-GlossaryContent__inner .glossary-letter .glossary-subwrap .glossary-details {
    background-color: transparent;
    padding: 10px 60px 2px;
    margin-bottom: -10px;
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryContent .g-GlossaryContent__inner .glossary-letter {
    text-align: left;
}
body:not(.is-authorring) .entryProductLineUsage {
    display: none;
}
body:not(.is-authorring) .close_btn {
    display: none;
}
body:not(.is-authorring) .glossary-details{
    display: block !important;
}
body:not(.is-authorring) .glossary-subwrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
border-bottom: 1px solid;
border-color: darkgray;
}

body:not(.is-authorring) .glossary-name {
    flex: 3;
    text-align: left;
}

body:not(.is-authorring) .glossary-details {
    flex: 7;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
body:not(.is-authorring) .glossary-name {
    text-align: left;
}

body:not(.is-authorring) .glossary-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 480px) {
    body:not(.is-authorring) .glossary-subwrap {
        flex-direction: column;
        align-items: flex-start !important;
        max-width: 80%;
    }

    body:not(.is-authorring) .glossary-name,
    .glossary-details {
        flex: auto;
    }
}

body:not(.is-authorring) .g-GlossaryItem__inner {
    display: flex;
}

body:not(.is-authorring) .l-GlossaryFilter {
    flex: 1;
}

body:not(.is-authorring) .l-GlossaryContent {
    flex: 9;
}

@media (max-width: 1024px){
body:not(.is-authorring) .g-GlossaryFilter{
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}
}

body:not(.is-authorring) .g-GlossaryContent {
 height: 510px;
 overflow: auto;
}

@media (min-width: 481px){
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryContent .g-GlossaryContent__inner .glossary-letter .glossary-subwrap .glossary-name {
    padding: 5px 0px !important;
}
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryContent .g-GlossaryContent__inner .glossary-letter .glossary-subwrap .glossary-details {
    padding: 5px 60px 2px !important;
}
body:not(.is-authorring) .glossary-image {
 display: none;
}
body:not(.is-authorring) .glossary-description {
 margin-bottom: 10px;
}
}
@media (max-width: 1024px){
body:not(.is-authorring) .g-GlossaryItem .g-GlossaryContent .g-GlossaryContent__inner .glossary-letter .glossary-letter-heading {
    margin-bottom: 0px;
}
}




/* css for Search box and headings */
/*desktop*/
@media only screen and (min-width: 1440px) {
    .ks-glossary-search-box {
        display: flex;
        justify-content: center;
      
    }

    .ks-glossary-search-box .input-box input {
        width: 467px;
        height: 40px;
        border: 1px solid #080707;
        border-radius: 0px;
        padding: 0px 15.87px;
    }

    .ks-glossary-search-box .search-icon {

        height: 74px;
        display: flex;
        align-items: center;
        margin-left: -34px;
        margin-top: -3px;
    }
}

/*mobile*/
@media only screen and (max-width: 481px) {
    .ks-glossary-search-box {
        display: flex;
        justify-content: center;
        
    }

    .ks-glossary-search-box .input-box input {
        width: 487px;
        height: 72px;
        border: 2px solid #080707;
        border-radius: 0px;
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
        border-right: unset;
        padding-left: 15.87px;
    }

    .ks-glossary-search-box .search-icon {
        height: 74px;
        background: white;
        width: 78px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #080707;
        border-left: 0;
        border-radius: 0px;
        border-bottom-left-radius: unset;
        border-top-left-radius: unset;
    }
}

/*Tablet Landscape*/
@media only screen and (min-width:769px) and (max-width: 1439px) {

    .ks-glossary-search-box {
        display: flex;
        justify-content: center;
        
    }

    .ks-glossary-search-box .input-box input {
        width: 467px;
        height: 40px;
        border: 1px solid #080707;
        border-radius: 0px;
        padding: 0px 15.87px;
    }

    .ks-glossary-search-box .search-icon {
        height: 74px;
        display: flex;
        align-items: center;
        margin-left: -34px;
        margin-top: -3px;
    }
}

/*Tablet Portrait*/
@media only screen and (min-width: 482px)  and (max-width: 768px) {

     .ks-glossary-search-box {
        display: flex;
        justify-content: center;
        
    }

    .ks-glossary-search-box .input-box input {
        width: 467px;
        height: 40px;
        border: 1px solid #080707;
        border-radius: 0px;
        padding: 0px 15.87px;
    }

   .ks-glossary-search-box .search-icon {
        height: 74px;
        display: flex;
        align-items: center;
        margin-left: -34px;
        margin-top: -3px;
    }
}

@media only screen and (max-device-width: 641px) {
     .ks-glossary-search-box .input-box{
        width: 70%;
        align-items: center;
        display: flex;
    }
     .ks-glossary-search-box .input-box input {
        height: 35px !important;
    }
    .ks-glossary-search-box .search-icon {
        height: 35px !important;
    }
}


 .ks-glossary-search-box {
    display: flex;
    align-items: center;
}
 
  .input-box {
    position: relative;
}

 .glossary-SearchBox {
    width: 200px; /* Set the desired width for the input box */
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}


 .search-icon {
    /* margin-left: 10px; */
    z-index: 9;
}
 
 .glossary-searchIcon {
    width: 24px;
    cursor: pointer;
}
 
/* Style for the suggestion box */
 .suggestion-box {
    width: 100%;
    z-index: 9;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    background-color: #241f1f;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
}
 
.suggestion-item {
    padding: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: capitalize;
}
 
.suggestion-item:hover {
    background-color: #534d4d;
}
@media (max-width: 481px) {
 .suggestion-box.glossary-suggestion-box {
        width: calc(100% + 75px); 
}
}
 .search-term {
    margin-right: 5px;
}
 
.close-icon {
    cursor: pointer;
    display: none; /* Initially hide the close icon */
}
.toggle-active {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
    background: lightgrey;
    padding: 3px;
    width: fit-content;
    display: none;
    text-transform: capitalize;
}
.reset-button{
    border: none;
    background-color: lightgrey;
}
body:not(.is-authorring) .gw-header .g-HeadingTitle {
 margin-top: -30px;
}
body:not(.is-authorring) .gw-header .g-Text {
 margin-top: -10px;
 margin-bottom: -10px
}
@media (max-width: 481px){
body:not(.is-authorring) .gw-header .g-Text {
 display: none;
}
}
#common_column_separator_1 {
    position: relative;
    margin-top: 0;
}
 .ks-glossary-search-box .input-box input {
       text-transform: capitalize;
    }
@media (max-width: 481px){
#common_column_separator_1.l-Column.is-gutter--m .l-Column__cols {
    padding: 0 12px;
}

#common_column_separator_2.l-Column.is-gutter--m .l-Column__cols {
    padding: 12px;
    margin-top: -20px;
}
}

body:not(.is-authorring)  .glossary-SearchBox::placeholder {
  font-style: italic;
}
@media (max-width: 481px){
body:not(.is-authorring)  .glossary-searchIcon {
    width: 24px;
    position: absolute;
    right: 9vw;
}
body:not(.is-authorring)  .g-PageTitle__h1 {
    display: flex;
    margin-left: 5vw;
}
body:not(.is-authorring) .toggle-active {
    padding: 1px !important;
}
}
body:not(.is-authorring)  .g-PageTitle .g-PageTitle__titleBlock__titleBox__title {
    margin-bottom: 0;
}
body:not(.is-authorring) .padding-reset{
 transform: translateY(-20px);
margin-bottom: -9px !important;
}

@media (max-width: 481px){
body:not(.is-authorring)  .l-PageTitle__h1 {
    font-size: 8vw !important;
}
}

.g-GlossaryItem .g-GlossaryFilter .g-GlossaryFilter__ul .g-GlossaryFilter__item .cmn-richtext {
    font-weight: normal;
}