@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('var.css');

::-webkit-scrollbar {
  width: 8px;
}


::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 100px;
}


::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 100px;
}


::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

html,body{
    margin: 0;
    padding: 0;
    height: 100%;
    accent-color: var(--primary);
}

.fruurd-container *,.fruurd-container:before *{
    box-sizing: initial;
}


body{
    background-color: #000000!important;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 20px);
    font-family: "Lato", sans-serif;
    overflow: hidden;
    padding: 10px;
}

canvas{
    position: absolute;
    z-index: .1;
    width: 100%;
    Height: 100%;

}

h1{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    color: var(--tekst-kleur);
}

header{
    background: var(--achtergrond-blok);
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: var(--shaduw);
    padding: 8px 18px;
    /*border-top: 1px solid #ffffff40;*/
    /*border-left: 1px solid #ffffff40;*/
    /*border-right: 1px solid #4949496b;*/
    /*border-bottom: 1px solid #4949496b;*/
    z-index: 11;
}

.bg-light{
    background-color: transparent!important;
}

nav img{
    height: 46px;
}

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

.navbar-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

.navbar-right {
    display: flex;
    align-items: center;
}

#searchInputMobile{
    display: none;
}

#hamburger {
    display: none;
    cursor: pointer;
    font-size: 24px;
    color: var(--tekst-kleur);
}

.fruurd-app-menu{
    margin-top: 20px!important;
    background: var(--achtergrond-blok);
    border-radius: 12px;
    min-width: 300px;
    box-shadow: var(--shaduw);
    /*border-top: 1px solid #ffffff40;*/
    /*border-left: 1px solid #ffffff40;*/
    /*border-right: 1px solid #4949496b;*/
    /*border-bottom: 1px solid #4949496b;*/
    backdrop-filter: blur(5px);
}
.icon-grid .icon {
    text-align: center;
    padding: 1rem;
}
.icon-grid .icon i {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.apps-menu-item{
    text-decoration: none;
    color: #ffffff;
    user-select: none;
    img.apps-menu-icon {
        width: 64px;
        aspect-ratio: 1 / 1;
        box-shadow: 2px 2px 5px black;
        margin-bottom: 10px;
        border-radius: 20px;
        height: auto;
    }
}

i.material-icons{
    font-size: 32px;
    color: #ffffff;
    width: 32px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}
@media only screen and (min-width: 997px) {
    /*.fa-solid {*/
    /*    position: relative;*/
    /*    color: #fff;*/
    /*    background: linear-gradient(145deg, #ccc, #fff);*/
    /*    -webkit-background-clip: text;*/
    /*    -webkit-text-fill-color: transparent;*/
    /*    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);*/
    /*}*/

    /*.fa-solid::after {*/
    /*    content: attr(data-icon);*/
    /*    position: absolute;*/
    /*    left: 1px;*/
    /*    top: 1px;*/
    /*    color: rgba(255, 255, 255, 0.3);*/
    /*    z-index: -1;*/
    /*}*/
}

/*
Soundboard Lijst
*/


.fruurd-container{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    height: calc(100% - 70px);
    z-index: 10;
    position: relative;
}

#category-container{
    flex: 1;
    max-width: 300px;
    background: var(--achtergrond-blok);
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    /*border-top: 1px solid #ffffff40;*/
    /*border-left: 1px solid #ffffff40;*/
    /*border-right: 1px solid #4949496b;*/
    /*border-bottom: 1px solid #4949496b;*/
    box-shadow: var(--shaduw);
    overflow-y: auto;
    z-index: 1;
    position: relative;
    font-family: 'Open Sans';
}

#sidebar-nav{
    flex: 1;
    max-width: 300px;
    height: calc(100% - 300px);
    display: flex;
    overflow-y: auto;
    flex-direction: column;
    justify-content: space-between;
}

#soundlist-container{
    flex: 3;
    position: relative;
    background: var(--achtergrond-blok);
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shaduw);
    overflow-y: auto;
    z-index: 1;

}

#info-panel{
    flex: 1;
    display: flex;
    max-width: 350px;
    background: var(--achtergrond-blok);
    z-index: 1;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--shaduw);
    flex-direction: column;
    align-items: center;
    color: var(--tekst-kleur);
    justify-content: space-between;
}

#info-panel-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    align-items: center;
}

img#profielfoto{
    width: 28px;
    height: 28px;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(rgb(66, 66, 66) 0%, rgb(0, 0, 0) 100%); */
    margin: 5px;
    border-radius: 100px;
}

#category-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    height: 100%;
}

.category-section{
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: 20px 0;
}

.category-section a{
    text-decoration: none;
}

.section-title{
    color: #858585;
    font-size: 16px;
    margin-bottom: 20px;
}

.category-item {
    position: relative;
    display: inline-block;
}

.cat-image img {
    width: 100px; /* Pas dit aan naar wens */
    height: 100px; /* Pas dit aan naar wens */
    border-radius: 5px;
    cursor: pointer;
}

.category-section a.sidebar-button p {
    margin: 0 !important;
}

.info-content {
    width: 100%;
    max-width: 250px;
    text-align: center;
}

#info-panel img{
    max-width: 175px;
    aspect-ratio: 1 / 1;
    border-radius: 1000px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    margin-bottom: 20px;
}

#sidebar-footer{
    width: 100%;
    display: contents;
}

#info-bron{
    display: none;
    background:#69696952;
    border: none;
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: var(--shaduw);
    cursor: pointer;
    transition: .3s;
    width: 100%;
    text-decoration: none;
    text-align: center;
    position: relative;
}

#info-bron:hover{
    background: #d7d7d752;
}

.category-item:hover .tooltip {
    visibility: visible;
    opacity: 1;
}


.responsive-category-container {
    display: none;
}

.overlay {
    display: none;
}

@media (max-width: 996px) {

    #hamburger {
        display: block;
    }

    .search-bar{
        display: none!important;
    }

    img#profielfoto {
        width: 27px;
        height: 27px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0!important;
        border-radius: 100px;
    }
    
    .responsive-category-container {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 260px;
        height: 100vh;
        background: var(--achtergrond);
        box-shadow: var(--shaduw);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 1000;
        padding: 20px;
        color: var(--tekst-kleur);
    }

    .responsive-category-container.open {
        transform: translateX(0);
    }

    .responsive-category-container .close-menu {
        background: none;
        border: none;
        color: var(--tekst-kleur);
        font-size: 20px;
        cursor: pointer;
        margin-bottom: 20px;
    }
    
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        transition: opacity 0.3s ease;
        z-index: 999;
        opacity: 0;
    }
    
    .overlay.open {
        display: block;
        opacity: 1;
    }
    
    #category-container {
        display: none!important;
    }

    #responsive-category-list {
        list-style-type: none;
    }

    #responsive-category-list li {
        display: flex;
        align-items: center;
        font-size: 20px;
        padding: 10px 20px;
        border-radius: 17px;
        margin: 10px;
    }
}

#category-list li,li#new-sounds{
    user-select: none;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    color: var(--tekst-kleur);
    border-radius: 10px;
    transition: .3s;
    text-decoration: none;
    padding:2px 10px;
    border: 1px solid transparent;
    font-weight: 400;
}

.indicator {
    position: absolute;
    left: 0;                 /* blijft netjes links naast je items */
    width: 3px;
    height: 40px;            /* wordt door JS overschreven */
    background: #5300f5;
    border-radius: 2px;
    transition: transform 0.2s ease, height 0.2s ease;
    will-change: transform, height;
    pointer-events: none;
    z-index: 2;
}

.indicator.instant {
    transition: none !important;
}


#category-list h3{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

#category-list li:hover,li#new-sounds:hover{
    background: #69696952;
}

li.active-sidebar{
    background: #69696952;
}

.grid-container {
    color: #ffffff !important;
}

.grid-container h2{
    font-size: 20px;
    /*background: radial-gradient(circle at 50% 50%, #2c00ff4d, transparent);*/
    position: relative;
    margin: auto;
    max-width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 5px;
    font-weight: bold;
}

/*.grid-container h2:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    border-radius: 0px;*/
/*    border-bottom: 1px solid transparent;*/
/*    border-left: none;*/
/*    border-right: none;*/
/*    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05)) border-box;*/
/*    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);*/
/*    mask-composite: exclude;*/
/*}*/

.sound-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    max-width: calc(150px * 6 + 20px * 5);
    gap: 10px;
    padding: 10px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.grid-item {
    display: flex;
    flex-direction: column;
    color: var(--tekst-kleur);
    aspect-ratio: 1 / 1;
    cursor: pointer;
    user-select: none;
    justify-content: flex-start;
    align-items: center;
}

.sound-image {
    width: 80%; /* Verhoudingen behouden binnen de grid-item */
    height: 80%; /* Verhoudingen behouden binnen de grid-item */
    background-size: cover;
    background-position: center;
    margin: 0 auto 10px;
}

.sound-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}



.soundboard-data{
    padding: 10px;
}

.soundboard-data p,.soundboard-data h3{
    margin: 0!important;
}

.soundboard-data h3{
    margin-bottom: 10px;
}

.cat-image {
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
/*    background: linear-gradient(rgb(66, 66, 66) 0%, rgb(0, 0, 0) 100%);*/
    margin: 5px;
    border-radius: 100px;
}

.cat-image img{
    width: 28px;
    height: 28px;  
}

.sound-image{
    width: 100px;
    height: 100px;
    margin: 10px;
    border-radius: 100px;
    background: white;
    background-size: cover;
    transition: .3s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3), inset 0 10px rgba(255, 255, 255, 0.2), inset 0 10px 20px rgba(255, 255, 255, 0.25), inset 0 -15px 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
    position: relative;
    overflow: hidden;
}


.naam-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fruurd-dropdown{
    display: none;
}

#category-dropdown {
   display: none;
}

.search-container {
    position: relative;
    display: inline-block;
}

.search-icon{
    color: var(--tekst-kleur);
}

.search-bar.visible + .search-icon{
    color: var(--primary);
}

.search-bar {
    border-radius: 20px;
    box-sizing: border-box;
    display: block;
    outline: none !important;
    background: #ffffff1a;
    width: 300px;
    padding: 8px 18px;
    color: #ffffff;
    border: none!important;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 10px;
}

.pagination-container {
    max-width: calc(100% - 30px);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: auto;
    padding-bottom: 20px;
}

.pagination {
    position: relative;
}

.pagination .page-btn {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    border: 0;
    background: #eee;
    color: #333;
    font: inherit;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: transform 120ms ease, color 120ms ease, background 120ms ease;
    margin: 0 3px;
}

.pagination .page-btn:hover:not(:disabled) {
    transform: translateY(-1px);
}

button.page-btn.number.active {
    background: #5300f5;
    color: #ffffff;
    opacity: 1!important;
}

.pagination .page-btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.pagination .page-btn[aria-current="page"] {
    background: transparent;
    color: #fff;
    font-weight: 600;
}

.pagination .page-gap {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    color: #888;
}

.pagination .pg-active-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: #6c2bd9;
    box-shadow: 0 6px 18px rgba(108,43,217,.35);
    transform: translate(0,0);
    transition: transform 220ms ease, width 220ms ease, height 220ms ease, opacity 220ms ease;
    z-index: 0;
    opacity: 0;
}

.pagination.moving .pg-active-indicator {
    transition-timing-function: cubic-bezier(.22,.8,.25,1);
}

#mobile-menu,#fullscreen-menu{
    display: none;
}

@media only screen and (max-width: 995px) {

    #info-panel:before, #soundlist-container:before, #category-container:before, header:before{
        display: none!important;
    }

    header{
        border: none !important;
        box-shadow: none !important;
        margin: 10px !important;
        border-radius: 10px !important;
        margin-bottom: 0 !important;
        display: none;
    }

    .soundboard-item{
       width: calc(50% - 10px);
    }

    body{
        overflow: hidden;
        background: var(--achtergrond-mobiel);
    }

    #searchInputMobile{
        display: block;
    }

    #mobile-menu {
        position: fixed;
        bottom: 20px;
        height: 74px;
        left: 20px;
        display: flex;
        right: 20px;
        flex-direction: row;
        border: none;
        padding: 0px 10px;
        overflow: hidden;
        background: var(--achtergrond-blok);
        box-shadow: var(--shaduw);
        color: var(--tekst-kleur);
        justify-content: space-between;
        border-radius: 20px;
        z-index: 1000;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }

    #mobile-menu a{
        text-decoration: none;
    }

    .mobile-btn {
        background-color: transparent;
        color: var(--tekst-kleur);
        border: none;
        border-radius: 5px;
        padding: 10px 15px;
        font-size: 16px;
        cursor: pointer;
        aspect-ratio: 1 / 1;
        height: 76px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        width: 76px;
    }

    .mobile-btn i{
        font-size: 24px;
        width: 27px;
        height: 27px;
    }

    .mobile-btn p{
        font-size: 12px;
        margin: 0!important;
    }

    /* Fullscreen menu */
    #fullscreen-menu {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        color: var(--tekst-kleur);
        z-index: 1000;
        overflow-y: hidden;
        transition: .3s;
    }

    #fullscreen-menu.hidden {
        visibility: hidden;
        height: 0;
        user-select: none;
    }

    .fullscreen-menu-content {
        padding: 20px;
        text-align: left;
    }

    .fullscreen-menu-content h2{
        padding:0 40px;
    }

    #close-menu-btn {
        background: none;
        border: none;
        color: var(--tekst-kleur);
        font-size: 24px;
        cursor: pointer;
        float: right;
    }

    .menu-categories ul {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 0px;
        padding: 10px;
        margin: 0;
        width: 100%;
    }

    .menu-categories li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1 / 1;
        cursor: pointer;
        user-select: none;
        width: 100%;
        color: var(--tekst-kleur);
        border-radius: 40px;
        text-decoration: none!important;
        font-size: 14px;
    }

    .menu-categories li i{
        margin: 20px;
        background: var(--primary)!important;
        box-shadow: var(--shaduw);
        padding: 20px;
        border-radius: 25px;
        display: flex;
        font-size: 24px;
        aspect-ratio: 1 / 1;
        flex-direction: row;
        align-items: center;
        color: #ffffff;
        width: 24px;;
        justify-content: center;
        box-sizing: content-box;
    }
    
    #controls{
        left: 0;
        right: 0;
        bottom:0;
        border:none;
        border-radius: 0;
        background: black;
    }

    h1{
        font-size: 24px;
    }

    h3{
        font-size: 14px;
    }

    .search-bar{
        display: none!important;
        width: 200px;
    }

    .fruurd-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        height: 100vh;
        margin: 0px;
        position: relative;
        flex-wrap: nowrap;
    }

    #category-container,#soundlist-container{
        width: 100%;
        max-width: 100%;
    }

    #category-container{
        height: auto;
        flex: inherit;
        display: flex;
        min-height: 40px;
        padding: 10px;
        z-index: 10;
        border-radius: 0;
        border:none;
        box-shadow: none;
        background: black;
        padding-bottom: 0;
    }

    #soundlist-container{
        flex: inherit;
        padding: 10px;
        overflow-y: auto;
        border-radius: 10px;
        border: none;
        width: -webkit-fill-available;
        background: transparent;
        box-shadow: none;
        height: 100%;
        margin: 10px;
        margin-bottom: 0;
        padding-bottom: 90px;
    }


    .sound-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
        max-width: calc(150px * 6 + 20px * 5);
        gap: 10px;
        padding: 10px;
    }

    .sound-image{
        width: 75px;
        height: 75px;
    }

    .sound-title{
        font-size: 12px;
    }

    #info-panel {
        position: fixed;
        max-width: 100% !important;
        bottom: 10px;
        height: 100px;
        left: 10px;
        display: flex;
        right: 10px;
        flex-direction: row;
        border: none;
        border-radius: 10px;
        padding: 5px 20px;
        display: none;
    }

    .info-content{
        width: 100%;
        max-width: 150px;
        text-align: center;
        flex: 1;
        margin: auto;
    }

    #info-panel img{
        display: none;
    }

    #info-panel h2, #info-panel p{
        margin: 0!important;
    }

    #category-dropdown {
        display: block;
        width: 100%;
        padding: 10px 15px;
        font-size: 16px;
        border: none;
        background: transparent;
        color: var(--tekst-kleur);
        outline: none;
    }

    #category-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        display: none;
    }

    .category-item{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: calc(33.33% - 10px);
    }

    .soundboard-item{
        width: 100%;
        border:none;
        background: #393939;
        box-shadow: none;
    }

    .cat-image {
        width: 45px;
        height: 45px;
        margin: 10px;
    }

    .cat-image img{
        width: 16px;
        height: 16px;
    }

    .soundboard-item img{
        width: 32px;
        height: 32px;   
    }

    .fruurd-dropdown {
        position: relative;
        width: 100%;
        display: flex;
        z-index: 10;
        flex-direction: row;
        align-items: center;
    }

    .fruurd-dropdown-toggle {
        color: var(--tekst-kleur);
        padding: 10px 20px;
        border: none;
        cursor: pointer;
        font-size: 24px;
        background: transparent;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        outline: none !important;
    }

    .dropdown-menu {
        display: none;
        position: fixed;
        background: #212121;
        z-index: 1;
        color: var(--tekst-kleur);
        cursor: pointer;
        top: 65px;
        bottom: 0;
        left: 0;
        height: 100vh;
        right: 0;
    }

    .dropdown-menu div {
        padding: 12px 16px;
        cursor: pointer;
    }

    .dropdown-menu div:hover {
        background-color: #f1f1f1;
    }

    .show {
        display: block;
    }

    .form-control{
        width: 100%!important;
        margin: 10px!important;
    }

    canvas{
        display: none;
    }
}

/*
Animaties
*/

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(20px); /* iets naar beneden */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#soundlist-list.animate {
    animation: slideUpFade 0.4s ease forwards;
}

@keyframes slideInInfo {
    from {
        opacity: 0;
        transform: translateY(15px); /* iets naar beneden */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#info-panel-content.animate {
    animation: slideInInfo 0.3s ease forwards;
}

/* Lato - 100 Thin */
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Lato - 100 Thin Italic */
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* Lato - 300 Light */
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Lato - 400 Regular */
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Lato - 700 Bold */
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Lato - 900 Black */
@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Open Sans - 300 Light */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* Open Sans - 400 Regular */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Open Sans - 600 SemiBold */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* Open Sans - 700 Bold */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* Open Sans - 800 ExtraBold */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}





/*
Kerst Thema
*/

/* body{
    background: url("kerstachtergrond.jpg") no-repeat center center fixed;
}


li.active-sidebar::before,header::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    left: -3px;
    right: 0;
    height: 23px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAXCAYAAACS5bYWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABFpJREFUeNrUV0tIo1cUvpkYjQ4xxSA6DxuNqG0dtaUKOgs3s6i0dFd3pSsXdjeIixakiGA34sZuXCkoONLFwJTK4GMYLYXg29gatTpiXurkbd7vv9/5ub+IxuhA7eiFQ5Kbc8/57ne/e87/ywRBYLdl3GG3aNwqsLJ0k0tLS+fmcnNzWUVFBVMoFGx2djarvLxcm5OTw+bm5iytra2xc4ExNjY27iqVyvvwK6CpeDzuCYVC1urq6qDA9UcfPp+PHR4esmAwKK6tr68/l5/8rgQ2Ozub1dbWyiYmJooaGxt/VqvV38jlchX9l0qlwoFA4DWS/RKLxRxFRUVf5+XlPcaaT2AP0sVPJBL2SCRiAPBpu93+vKamZo/Ae71eZjabWV1dXVqw7CKwp43ksrCw8Bhg7MJ/PLDZ5PHx8cz29vYT5JGD/bSYLgTrcDgYdk6siSc6NjZWDaAe4ZoHQL+cmZnRpZPnhWDpD8kw7uKo9ML/NMCsd2tr61vkzboMrEyv138M7TyLRqMWMBsX3sMgaZhMpp+AR5EJrCocDpuEGzKg4x8khs+CVWxubvZfR9JkMik4nU7BarUKLpeLmLsKuwIqTLynp4fqmIzASrqQT09Pf1VVVfX0KsWZ6uHBwQHTaDSsoKAgo6/H4xHLEcrVyRwuEisrKzs5XrrIVAVwiUVDKRRrL+YI32ewdVhMApuHWvcj6vids6J2u90MF4yBHUZNgKoEBaRBQalJqFSqtJfUYrGIlQX+ydXVVTN+u0tKSjQNDQ1axJVl2iTypebn55d7e3v/kqoDgZU1NTU9LCws/Py0M+2ekuGincxJ3yF+18jIyHJLS0slQJUWFxczrBeBE0vE5tHRkbixlZWVfSR8gTX/0P5gH7S1tX3Z3t7+BW8qAvwSfr8/jA0EIRM/qoFtampqbW9vTw+XA+ojUruVd3Z2tvb19T2TQFEim81GgVJoCvvj4+NLOJZgaWmpemdn5y3a6BbcnJDAw8HBwac6ne6eqCW5XDwB3qVSqM9/DAwMUNy/eVLabT7sI25qwgujThCBhWE+mAt2yNc4SQKSZrOQQE1HS22VJkmPAGTr7+//fX19fRk+Zgq0trbGeFAKEAQT98BSqKOj47vm5uaa/Px8JeIk4GcaHh6eWlxcfAU/A8xG67BxAX3fwdcbYUpSDJ06Z49Ak8ZC3OL8f3YiA4PBYKdLQ2AJ9OTk5GpXV9cQiCVh79M94QtlPLDUE/1gPNrd3f0W33W4cBoco48zQuy/IZYAMnGqlSc4c66L9JruQUaSARXeT8HGKzxAqFBekni6+h46+pMzGiJGMgTOJh1yU/KNEGDvZWvfBawkA9ppwGg0mrRa7SOI2g+gxOgbJIpdFpj72PnxSnPX8vqRxTURgBQWKisrH+GThOm+CtAzoK/9/Uiqq/6hoaHfdnd3jaOjo7/yY7yxbwqkWy3sQzpS2C6YirwvUJk0y7hurfyGRrnduPGvAAMASmo8wzeVwfsAAAAASUVORK5CYII=) no-repeat 0 0,
    url(data:image/png;base64,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) no-repeat 50% 0,
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAXCAYAAACFxybfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAodJREFUeNrsVb1rWlEUv2pN/GqspKRSKFYXWzEloIWif0Fn6dJChQ7OQil0qd3EzcEpg0OgdHDr4CQODk7VRlLMEIVqApX4We0zflR9/Z1Ui4T34ksaaAYP/Hzc673n/M6550PG8zz73yKjn0wm83fDYDAwo9HINBrNnwOQg4MDs0ql2lQqlfdAWont7ng8Pjw+Ps44nc4G1pI9EXWaSOzt7TGO42aH5Pv7+08ajUZ0MBiUeXEZd7vdL5VK5fX29rZ+5tQiEmdxKrlcjsEYczgcynK5/BKKv/IXFNz/XiqVXkHdjUuRIA9SqdRD8or/R8Ez9fr9fqHVakUR4c2z0REjIQuHw2ZcrPBXLCA0RHTezEdHjIQqkUhEr9I4HOILhQLf6/VoOUFEvDMiQiToDx1Cdz+bzZ6bUFarlel0OkkVUK/XWbvdPoVer5fh3ntsfwJ+CJ2XA4p0Op1bpBgJyxDehQQ6nQ5DZXHBYDBZq9V+EhFUndnr9drEqoc2bwJbwGPgtohuVSwWe2Gz2TZMJpNgRKi6qtUqg2EWj8dTgUDgo0KhWPN4PC70EvXOzs67fD6/S6kiRIKeZA1YJ2MiJNbdbvfTUCjkV6vVK2hcDF8GI2w0GrGTkxM2HA5PDxaLxSOfz/cWEfk81X0XIMMFgJJ/srBjCgk8IdcfuVyuZ36//7nFYtkQyAMumUzuRiKRD0jMFLa+AZOpYwqgB/ziBVqmVBKUO7eAB/R0WG/Z7XaTVqtdbTabHJL6EK2djBaBPHA0NSqpbUsiMUeEBgpF4Q5AbZrmSJ/yEWgBTaBNHl9kdkgmMUeG7qwAq9PqovceTA3zlxlgsuswyuXsGsiSxJLEkoSY/BZgAEjRodi+uBruAAAAAElFTkSuQmCC) no-repeat 100% 0;
} */