.glossary-item {
    box-shadow: 0px 4.196px 12.588px 0px rgba(0, 0, 0, 0.07);
    justify-content: space-between;
}
.glossary-item lottie-player {
    width: 148px;
    height: 148px;
    flex-shrink: 0;
    aspect-ratio: 148.54/148.54;
}
button.alpha-btn {
    padding: 10px;
    align-items: center;
    line-height: 0;
    height: 40px;
    width: 40px;
}
button.alpha-btn.active {
    border-radius: 100px;
    background: #1C6BFF;
    color: #fff;
}

.custom-glossary-page .bg-gradient-to-r{
    background: linear-gradient(180deg, #001B47 0.59%, #0042AD 100%);
}
a:hover {
    color: inherit !important;
}
input#glossary-search {
    border-radius: 100px;
    border: 1px solid #091018;
    background: rgba(255, 255, 255, 0.14);
}
.custom-glossary-page .bg-gradient-to-b{
    border-radius: 20px;
    background: linear-gradient(180deg, #1C6BFF 0%, #D2E1FF 100%);
}
.box-bg-light-blue {
    background: #D8E4FD;
    border-radius: 16px;
    box-shadow: 0px 4px 4px 0px rgba(247, 247, 247, 0.25);
}
.custom-grid {
    grid-template-columns: none;
}
div#no-results-message {
    padding: 4rem;
    background: #fff;
    box-shadow: 2px 4px 5px 6px #f7f7f7;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
}
.mobile-alpha{
    display: none !important;
}
.alpha-col {
    display: grid;
}
div#alphabet-filter {
    display: flex;
}
li.list {
    display: flex;
    gap: 20px;
    line-height: 2;
}
.custom-glossary-col {
    margin-bottom: 60px;
}


div#alphabet-filter .disabled {
    display: none;
}
button#reset-filter {
    position: absolute;
    bottom: -40px;
    width: 80px;
    height: auto;
    padding: 5px;
    background: #001c45;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
}
.table-content {
  position: sticky;
  top: 30px;
  z-index: 10;
  transition: top 0.3s ease;
}
#alphabet-filter {
  display: flex;
  position: sticky;
  top: 10px;
  z-index: 10;
  transition: top 0.3s ease;
}

[data-scroll="up"] #alphabet-filter, [data-scroll="up"] .table-content {
  top: 200px;
}
#load-more-glossary{
    display: none;
}
.custom-grid p a {
    text-decoration: underline;
    font-weight: 600;
}
.custom-grid p a:hover {
   opacity: 0.8;
}
@media (min-width: 1280px){
    .custom-grid {
        grid-template-columns: auto 420px;
    }
    .alpha-nav {
        margin-right: 80px;
    }
    .custom-glossary-page .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media (max-width: 990px){
    .desktop-alpha{
        display: none !important;
    }
    .mobile-alpha{
        display: block !important;
    }
    .custom-glossary-col {
        flex-direction: column;
        padding-top: 30px;
    }
    .custom-glossary-col div#alphabet-filter {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .alpha-col {
        display: flex;
        flex-wrap: wrap;
    }
    .py-20 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
       button#reset-filter {
        position: static;
        margin-top: 10px;
    }
    div#alphabet-filter {
        position: static;
    }
    div#no-results-message {
        padding: 2rem;
        font-size: 18px;
    }
    .table-content {
        position: static;
    }
}

@media (max-width:580px){
    .custom-grid .grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}