@font-face {
    font-family: 'Lucida Grande';
    src: url('../fonts/Lucida Grande.ttf') format('truetype');
}

@font-face {
    font-family: 'Lucida Grande Bold';
    src: url('../fonts/Lucida Grande Bold.ttf') format('truetype');
    font-weight: bold;
}

*, ::before, ::after {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #E9E9E9;
    font-family: 'Lucida Grande', Arial, sans-serif;
    font-size: 11px;
    background-image: url("../img/noisybg.png"), radial-gradient(circle at top, #ffffff, #E9E9E9);
}

.site-content-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header {
    height: 30px;
    background-image: linear-gradient(to bottom, #f0eeee, #d1d1d1);
    border-bottom: 1px solid #C5C5C5;
    box-shadow: inset 0 -1px 0 #FFF, 0 1px 10px rgb(0 0 0 / 10%);
}

.site-container {
    width: 570px;
    height: 335px;
    border: 1px solid rgb(0 0 0 / 20%);
    border-top: 1px solid rgb(0 0 0 / 30%);
    background-color: rgba(110, 110, 110, 0.1);
    border-radius: 2px;
    padding: 20px;
    box-shadow: 0 1px 0 #FFF, inset 0 1px 3px rgb(0 0 0 / 20%);
}

.site-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 2px;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #f5f5f5 25%);
    border: 1px solid #b6b6b6;
    box-shadow: inset 0 0 0 1px #FFF, 0 1px 0 #FFF;
    color: #777777;
    text-shadow: 0 1px 0 #FFF;
    overflow: hidden;
}

.header {
    display: flex;
    min-height: 65px;
}

.header-white {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to bottom, #FEFEFE, #EEEEEE);
    border-bottom: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
    box-shadow: inset 0 0 0 1px #FFF;
    padding: 20px;
}

.header-black {
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 25%), transparent), url("../img/headerbg.png");
    border-bottom: 1px solid #C5C5C5;
}

.site-content-list {
    height: 100%;
    display: flex;
    padding: 15px 20px;
    gap: 20px;
}

.list-container {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.list {
    flex: 1;
    border: 1px solid rgb(0 0 0 / 20%);
    border-top: 1px solid rgb(0 0 0 / 30%);
    background-color: rgba(158, 158, 158, 0.1);
    box-shadow: 0 1px 0 #FFF, inset 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 2px;
    border-top-left-radius: 0;
    padding: 10px;
}

.list-header {
    width: fit-content;
    height: 15px;
    position: relative;
    color: #fff;
    text-shadow: 0 1px 0 rgb(0 0 0 / 30%);
    border: 1px solid #9B0F5B;
    background-image: linear-gradient(to bottom, #FF7AC2, #F152A8);
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 25%), 0 0.5px 0.5px rgb(0 0 0 / 10%);
    padding-inline: 15px;
    margin-inline-start: -6px;
    margin-block-end: -1px;
    font-weight: 600;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.55px;
    border-radius: 2px;
    border-bottom-left-radius: 0;
    user-select: none;
}

.list-header::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-image: url("../img/list-header-ribbon.svg");
    position: absolute;
    left: -1px;
    bottom: -7px;
}

.sites-list {
    list-style: none;
}

.site {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #4C4C4C;
    font-weight: 600;
    padding: 4px 0;
}

.site-list-container:first-of-type .site {
    padding-top: 0;
}

.site-list-container:hover .site {
    color: #000000;
}

.site-list-container:hover .site-icon {
    opacity: 1;
}

.site-icon {
    display: inline-block;
    margin-inline-end: 4px;
    opacity: 0.8;
}

.right-side {
    position: relative;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.right-side::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.barcode-container {
    display: flex;
    flex-direction: column;
    font-size: 9px;
    letter-spacing: 0.55px;
    user-select: none;
}

.barcode {
    width: 71px;
    height: 14px;
    display: inline-block;
    background-image: url('../img/barcode.png');
}

.id {
    display: flex;
    align-items: center;
    width: 279px;
    height: 190px;
    background-image: url('../img/cardbg.png');
    padding-top: 86px;
    padding-inline: 28px;
    padding-block-end: 29px;
    position: relative;
}

.id-pic-container {
    width: 75px;
    height: 75px;
    border: 3px solid white;
    overflow: hidden;
    box-shadow: 0 1px 2px rgb(0 0 0 / 50%);
}

.id-pic {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.id-info {
    height: 100%;
    margin-inline-start: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.id-name {
    font-size: 12pt;
    text-transform: lowercase;
}

.id-quote {
    font-size: 9px;
    font-weight: 500;
}

.separator {
    display: flex;
    align-items: center;
    height: 14px;
    margin-bottom: 4px;
}
  
.separator hr {
    background-color: #bdbdbd;
    height: 1px;
    flex-grow: 1;
}

.separator span {
    font-size: 9px;
    margin-inline-end: 4px;
}

.blogitem {
    background-color: #ececec;
    border: 1px solid #b6b6b6;
    padding: 4px;
    border-radius: 2px;
    width:99%;
    position: relative;
    z-index: 4;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.blogheader .title {
    color: #4C4C4C;
    font-weight: 600;
}

.blogheader .date {
    margin-inline-end: 5px;
    right: 0;
    position: absolute;
    font-style: oblique;
}

.blogitem::before {
    content: '';
    background: url(../img/chevron.svg);
    height: 6px;
    width: 11px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 6px;
    z-index: 4
}

.blogitem .poster {
    font-size: 11px;
    display: flex;
    align-items: center;
    position: absolute;
    padding: 0px 0px 0px 4px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    bottom: -28px;
    left: -1px;
    background-color: #f3f3f3;
    border: 1px solid #b6b6b6;
    width: 101%;
    height: 28px;
    z-index: 0;
}

.blogitem:not(:first-of-type) {
    margin-top: 32px;
}

.blogitem:last-of-type {
    margin-bottom: 98px
}

.blogitem .pfp {
    width: 16px;
    height: 16px;
    background-image: url(../img/pfp.png);
    background-size: 16px 16px;
    margin-inline-end: 4px;
}


.fill {
    position: absolute;
    height: 100%;
    width: 100%;
    text-decoration: none;
    top: 0px;
    left: 0px;
}

.barcode-container a {
    opacity: 0.1;
    color: #777777;
    text-shadow: 0 1px 0 #FFF;
    letter-spacing: 0px;
}

.barcode-container a:hover {
    cursor: pointer;
    opacity: 0.75;
}