.glossary-loader {
    border: 5px solid #DFF8FB;
    border-radius: 50%;
    border-top: 5px solid #F5B959;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .search-container {
    margin-top: 10px;
}
.search-container .input {
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 40px;
}
.search-container .input input#search-input {
    height: 50px;
}
section.hero-area.pb-3.wdg_glossary_hero_section .hero-area-inner {
    padding-bottom: 50px;
}

.search-container .input button.button.input-custom-button.btn-reset {
    height: 50px;
    background: #F5B959;
    min-width: 50px;
    font-size: 30px;
    border-radius: 0px 20px 20px 0px;
    color: #fff;
}

.search-container .input .prepend {
    color: #ffff;
    border-radius: 20px 0px 0px 20px;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 0px;
    background: #0A1919;
}
section.latest-item-area.latest-item-area-glossary a.latest-link .latest-articles-items.boxshadow {
       transition: .5s ease-in-out opacity;
       border: 2px solid transparent;
}

section.latest-item-area.latest-item-area-glossary a.latest-link:hover .latest-articles-items.boxshadow {
    background: rgb(223,248,251);
    background: linear-gradient(176deg, rgba(223, 248, 251, 1) 27%, rgba(223, 248, 251, 1) 35%, rgb(239 247 248) 78%);
    border-color: #0000004d;
}
section.latest-item-area.latest-item-area-glossary a.latest-link {
    text-decoration: none;
}

section.latest-item-area.latest-item-area-glossary a.latest-link .latest-articles-items.boxshadow .latest-detail h4 {text-transform: capitalize;font-weight: 600;font-size: 18px;}

section.latest-item-area.latest-item-area-glossary a.latest-link .latest-detail {
    color: #000;
}

.row.no-post-found p.section-subtitle.text-center {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
}
body:is(.post-type-archive-wdg_glossary) header.site-header.site-header-fixed.header-desktop-menu {
    position: unset;
}

body:is(.post-type-archive-wdg_glossary) header.site-header.site-header-fixed.header-desktop-menu nav.header-space.app-bar.app-bar-expand {
    padding-top: 0px;
}

.alphabet-scroll.section.site-alphabet-fixed.header-scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

body.admin-bar .alphabet-scroll.section.site-alphabet-fixed.header-scrolled {
    top: 32px;
}

.alphabet-scroll.section.site-alphabet-fixed {
    background: #DFF8FC;
    padding: 15px;
}

.alphabet-scroll.section.site-alphabet-fixed .row.alphabet-a-to-z {
    gap: 5px;
    text-transform: uppercase;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.alphabet-scroll.section.site-alphabet-fixed .row.alphabet-a-to-z a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.glossary-section h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 400;
    padding-bottom: 30px;
    padding-top: 80px;
}

section.latest-item-area.latest-item-area-glossary {
    padding-top: 0px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {

.alphabet-scroll.section.site-alphabet-fixed .row.alphabet-a-to-z {
    display: flex;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
}

body.post-type-archive-wdg_glossary header.site-header.site-header-fixed.header-mobile-menu {
    position: unset;
}
}