html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Young Serif', serif;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    background-color: #eaeaea;
}

#background {
    width: 100vw;
    height: 100vh;
    position: relative;
}

#title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    text-align: center;
    color: #666666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#mobile-only {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 14px;
    text-align: center;
    color: #989898;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#titleHighlight {
    background-image: linear-gradient(to right, #b71c1c 0%, #E91E63 46%, #666666 51%, #666666 100%);
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .5s ease;
}

.highlight {
    background-position: 0% !important;
    transition: all .001s ease-in-out;
}

#rightClickWrapper {
    height: 160px;
    width: 240px;
    position: absolute;
}


#rightClickMenu {
    overflow: hidden;
    height: 0px;
    width: 240px;
    opacity: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    background-image: linear-gradient(to 45deg, #b5f3ff 0%, #c9fff0 100%) !important;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
    z-index: 2;
    transition: all .15s ease-in-out;
}

#rightClickMenu .hr {
    margin: 16px 12px;
    border-top: #d2d2d2 0.5px solid;
}

#rightClickMenu .title {
    margin: 8px 12px;
    font-size: 12px;
    color: #b4b4b4;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.show {
    opacity: 1 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    height: 312px !important;
}

.showinner {
    opacity: 1 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    height: 188px !important;
}

.fake-listitem {
    height: 40px;
    width: 220px;
    /* margin: 6px 10px; */
    margin-top: 6px;
    height: 40px;
    width: 220px;
    padding: 0 10px;
    position: relative;
    /* border-radius: 4px;
    background-color: #00000012;
    transition: all .15s ease-in-out; */
}

.fake-listitem::before {
    content: "";
    display: block;
    position: absolute;
    height: 32px;
    width: 32px;
    margin: 4px;
    background-color: rgba(0,0,0,0.06);
    border-radius: 50%;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, .2); */
}

.fake-listitem::after {
    content: "";
    display: block;
    position: absolute;
    left: 52px;
    top: 8px;
    height: 14px;
    width: 140px;
    margin: 4px;
    background-color: rgba(0,0,0,0.06);
    border-radius: 2px;
}

.listitem {
    text-decoration: none;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    margin-top: 6px;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
    color: #2b2b2b;
    transition: all .15s ease-in-out;
}

.listitem:hover {
    background-color: #00000012;
}

.listitem img {
    height: 32px;
    width: 32px;
    margin: 4px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.listitem .icon-background {
    height: 32px;
    width: 32px;
    margin: 4px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    text-align: center;
    position: relative;
} 

.listitem .icon-background span {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 0px;
    color: #777777;
    transform: translate(0, -50%);
} 

.listitem .icon-background i {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #777777;
    transform: translate(-50%, -50%);
} 

.listitem span {
    line-height: 40px;
    margin-left: 6px;
}

.kvk-listtile {
    color: #bebebe;
    font-family: 'Montserrat', sans-serif;
    padding: 0px 12px;
    margin-top: 2px;
    font-size: 8px;
    line-height: 10px;
}

.icon-sm {
    height: 20px !important;
    width: 20px !important;
    padding: 6px;
}

.arrow-right {
    position: absolute;
    right: 8px;
    color: #bebebe;
}

#innerWrapper {
    height: 80px;
    width: 260px;
    position: absolute;
}


#innerMenu {
    overflow: hidden;
    height: 0px;
    width: 260px;
    opacity: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: white;
    background-image: linear-gradient(to 45deg, #b5f3ff 0%, #c9fff0 100%) !important;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .2);
    z-index: 2;
    transition: all .15s ease-in-out;
}