html {
    height: 100%;
    margin: 0;
}

body {
    background-size: 52px 52px;
    background-position: 0 0, 26px 26px;
    background-color: rgba(255, 255, 255, 0);
    background: linear-gradient(135deg, #3d03a8 0%, #7a25b8 54%, rgba(255, 0, 255, 1) 100%);
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    font-style: normal;
    color: #dfdeed;
    font-family: "Commissioner", serif;
    font-optical-sizing: auto;
    background-attachment: fixed;
    overflow-y: scroll;
}

h1 {
    text-align: center;
    font-weight: 600;
    margin-top: 0;
}

h2 {
    text-align: center;
}

#header {
    color: #a1e4ff;
    text-shadow: 0 0 16px #3EC8FF, 0 0 32px rgba(255, 255, 255, 0.247);
    padding-bottom: 15px;
}

.nav_container {
    backdrop-filter: blur(13px) saturate(144%);
    -webkit-backdrop-filter: blur(13px) saturate(144%);
    background-color: rgba(17, 25, 40, 0.42);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
}

.tab-content {
    color: #dfdeed;
}

#notes {
    width: 100%;
    height: 20vh;
    background-color: rgb(93, 92, 102);
    color: #dfdeed;
    resize: none;
    overflow-y: auto;
    border-radius: 8px;
}

#notes::placeholder {
    color: rgb(152, 152, 152);
}

#notes::-webkit-scrollbar {
    width: 12px;
}

#notes::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

#notes::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #363636;
    cursor: pointer;
}

#logo {
    display: block;
}

.shop-img {
    float: left;
    margin: 1rem;
    border-radius: 0.5rem;
}

#pills-profile {
    margin-bottom: 0%;
    padding-bottom: 0%;
}

.linksTitle {
    margin: auto;
}

.linksWrapper {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: -40px;
}

.linkFit {
    display: inline-block;
    width: fit-content;
}

#weatherHeader {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.card {
    height: 350px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 15px;
    overflow: hidden;
}

.card-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.card-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    margin-bottom: 0;
    flex-grow: 1;
}

.card-text small {
    font-size: 0.875rem;
}

.card a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

#pics-pills {
    overflow: hidden;
}

iframe.no-dark {
    background-color: transparent !important;
}

#qrForm {
    padding: 20px;
}

#qrWrap {
    width: 100%;
}

#qrCanvas {
    width: 50vw;
    margin: auto;
    padding: 10px;
}

#qrCanvas>img {
    margin: auto;
}

#qr-options-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#qr-options-group {
    padding: 15px
}

#logo-container {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.sliding-background {
    background-image: url("DisneylandCropped.jpg");
    background-repeat: repeat-x;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    animation: slide-bg 150s linear infinite;
    opacity: 0.6;
}

#logo-container>a {
    position: relative;
    z-index: 2;
    display: block;
}

#logo {
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.8));
}

@keyframes slide-bg {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1860px 0;
    }
}

#installHeaderWrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
}

#installHeader {
    width: 100%;
}

#logo-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    z-index: 1;
    min-height: 122px;
}
.tablewrap {
    margin: auto;
    border-color: #3b3f42;
    height: fit-content;
    width: fit-content;
	max-width: 100% !important;
}

tr:nth-child(3) {
    max-width: fit-content;
}

#hamburger-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.glasscard {
	overflow: hidden;
    backdrop-filter: blur(1px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(1px) saturate(180%) !important;
    background-color: rgba(17, 25, 40, 0.49) !important; 
    border: 0.5px solid rgba(255, 255, 255, 0.459);
}
.top-overlay {
    border-radius: 0 0 12px 12px;
	border: none;
	border-bottom: 0.5px solid rgba(255, 255, 255, 0.459) !important;
}
.glassbutton {
    backdrop-filter: blur(1px) saturate(180%);
    -webkit-backdrop-filter: blur(1px) saturate(180%);
    background-color: rgba(17, 25, 40, 0.41);
    border: 1px solid rgba(255, 255, 255, 0.125);
}

#hamburger-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
}

#hamburger-sidebar {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s, visibility 0.2s;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 220px;
    background: rgba(17, 25, 40, 0.95);
    backdrop-filter: blur(8px);
    box-shadow: 2px 0 16px #0008;
    z-index: 1060;
    padding-top: 60px;
}

#hamburger-sidebar.open {
    visibility: visible;
    opacity: 1;
}

#hamburger-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1059;
}

#hamburger-overlay.open {
    display: block;
}

#snippet {
    font-style: italic;
    font-weight: 400;
}
.table-vertical-borders th,
.table-vertical-borders td {
  border-right: 2px solid #dee2e6cb;
}
.table-vertical-borders th:last-child,
.table-vertical-borders td:last-child {
  border-right: none;
}
#showTableWrap {
	padding-top: 2vh;
}
#itemswrapper {
	width: 100vw;
}
.btn-close-white {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}
#closeInstall {
	opacity: 1;
}
#installHeader {
    min-height: 60px;
    border-radius: 0 0 15px 15px;
}

#installHeaderWrap {
    /* Ensure it doesn't cover the hamburger menu or other elements accidentally */
    pointer-events: none; 
}

#installHeaderWrap header {
    pointer-events: auto; /* Re-enable clicks for the buttons inside */
}
#mobileMenu {
  --bs-offcanvas-width: 250px;
}
.fst-normal {
	font-style: normal !important;
}
#LLtable th, 
#LLtable td {
    padding-left: 15px !important;
    padding-right: 15px !important;
    vertical-align: middle;
}
#LLtable td:first-child {
    text-align: left;
}